@charset "UTF-8";
/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.bu-pagination-previous,
.bu-pagination-next,
.bu-pagination-link,
.bu-pagination-ellipsis, .bu-file-cta,
.bu-file-name, .bu-select select, .bu-textarea, .bu-input, .bu-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;
}
.bu-pagination-previous:focus,
.bu-pagination-next:focus,
.bu-pagination-link:focus,
.bu-pagination-ellipsis:focus, .bu-file-cta:focus,
.bu-file-name:focus, .bu-select select:focus, .bu-textarea:focus, .bu-input:focus, .bu-button:focus, .bu-is-focused.bu-pagination-previous,
.bu-is-focused.bu-pagination-next,
.bu-is-focused.bu-pagination-link,
.bu-is-focused.bu-pagination-ellipsis, .bu-is-focused.bu-file-cta,
.bu-is-focused.bu-file-name, .bu-select select.bu-is-focused, .bu-is-focused.bu-textarea, .bu-is-focused.bu-input, .bu-is-focused.bu-button, .bu-pagination-previous:active,
.bu-pagination-next:active,
.bu-pagination-link:active,
.bu-pagination-ellipsis:active, .bu-file-cta:active,
.bu-file-name:active, .bu-select select:active, .bu-textarea:active, .bu-input:active, .bu-button:active, .bu-is-active.bu-pagination-previous,
.bu-is-active.bu-pagination-next,
.bu-is-active.bu-pagination-link,
.bu-is-active.bu-pagination-ellipsis, .bu-is-active.bu-file-cta,
.bu-is-active.bu-file-name, .bu-select select.bu-is-active, .bu-is-active.bu-textarea, .bu-is-active.bu-input, .bu-is-active.bu-button {
  outline: none;
}
[disabled].bu-pagination-previous,
[disabled].bu-pagination-next,
[disabled].bu-pagination-link,
[disabled].bu-pagination-ellipsis, [disabled].bu-file-cta,
[disabled].bu-file-name, .bu-select select[disabled], [disabled].bu-textarea, [disabled].bu-input, [disabled].bu-button, fieldset[disabled] .bu-pagination-previous,
fieldset[disabled] .bu-pagination-next,
fieldset[disabled] .bu-pagination-link,
fieldset[disabled] .bu-pagination-ellipsis, fieldset[disabled] .bu-file-cta,
fieldset[disabled] .bu-file-name, fieldset[disabled] .bu-select select, .bu-select fieldset[disabled] select, fieldset[disabled] .bu-textarea, fieldset[disabled] .bu-input, fieldset[disabled] .bu-button {
  cursor: not-allowed;
}

.bu-is-unselectable, .bu-tabs, .bu-pagination-previous,
.bu-pagination-next,
.bu-pagination-link,
.bu-pagination-ellipsis, .bu-breadcrumb, .bu-file, .bu-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bu-navbar-link:not(.bu-is-arrowless)::after, .bu-select:not(.bu-is-multiple):not(.bu-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;
}

.bu-tabs:not(:last-child), .bu-pagination:not(:last-child), .bu-message:not(:last-child), .bu-level:not(:last-child), .bu-breadcrumb:not(:last-child), .bu-block:not(:last-child), .bu-title:not(:last-child),
.bu-subtitle:not(:last-child), .bu-table-container:not(:last-child), .bu-table:not(:last-child), .bu-progress:not(:last-child), .bu-notification:not(:last-child), .bu-content:not(:last-child), .bu-box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.bu-modal-close, .bu-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;
}
.bu-modal-close::before, .bu-delete::before, .bu-modal-close::after, .bu-delete::after {
  background-color: hsl(0deg, 0%, 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.bu-modal-close::before, .bu-delete::before {
  height: 2px;
  width: 50%;
}
.bu-modal-close::after, .bu-delete::after {
  height: 50%;
  width: 2px;
}
.bu-modal-close:hover, .bu-delete:hover, .bu-modal-close:focus, .bu-delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.bu-modal-close:active, .bu-delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.bu-is-small.bu-modal-close, .bu-is-small.bu-delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.bu-is-medium.bu-modal-close, .bu-is-medium.bu-delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.bu-is-large.bu-modal-close, .bu-is-large.bu-delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.bu-control.bu-is-loading::after, .bu-select.bu-is-loading::after, .bu-loader, .bu-button.bu-is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0deg, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.bu-hero-video, .bu-is-overlay, .bu-modal-background, .bu-modal, .bu-image.bu-is-square img,
.bu-image.bu-is-square .bu-has-ratio, .bu-image.bu-is-1by1 img,
.bu-image.bu-is-1by1 .bu-has-ratio, .bu-image.bu-is-5by4 img,
.bu-image.bu-is-5by4 .bu-has-ratio, .bu-image.bu-is-4by3 img,
.bu-image.bu-is-4by3 .bu-has-ratio, .bu-image.bu-is-3by2 img,
.bu-image.bu-is-3by2 .bu-has-ratio, .bu-image.bu-is-5by3 img,
.bu-image.bu-is-5by3 .bu-has-ratio, .bu-image.bu-is-16by9 img,
.bu-image.bu-is-16by9 .bu-has-ratio, .bu-image.bu-is-2by1 img,
.bu-image.bu-is-2by1 .bu-has-ratio, .bu-image.bu-is-3by1 img,
.bu-image.bu-is-3by1 .bu-has-ratio, .bu-image.bu-is-4by5 img,
.bu-image.bu-is-4by5 .bu-has-ratio, .bu-image.bu-is-3by4 img,
.bu-image.bu-is-3by4 .bu-has-ratio, .bu-image.bu-is-2by3 img,
.bu-image.bu-is-2by3 .bu-has-ratio, .bu-image.bu-is-3by5 img,
.bu-image.bu-is-3by5 .bu-has-ratio, .bu-image.bu-is-9by16 img,
.bu-image.bu-is-9by16 .bu-has-ratio, .bu-image.bu-is-1by2 img,
.bu-image.bu-is-1by2 .bu-has-ratio, .bu-image.bu-is-1by3 img,
.bu-image.bu-is-1by3 .bu-has-ratio {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bu-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 */
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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: hsl(0deg, 0%, 100%);
  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%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

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;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: hsl(0deg, 0%, 29%);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: hsl(229deg, 53%, 53%);
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: hsl(0deg, 0%, 21%);
}

code {
  background-color: hsl(0deg, 0%, 96%);
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: hsl(0deg, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: hsl(0deg, 0%, 21%);
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 29%);
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: hsl(0deg, 0%, 21%);
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Elements */
.bu-box {
  background-color: hsl(0deg, 0%, 100%);
  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: hsl(0deg, 0%, 29%);
  display: block;
  padding: 1.25rem;
}

a.bu-box:hover, a.bu-box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px hsl(229deg, 53%, 53%);
}
a.bu-box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px hsl(229deg, 53%, 53%);
}

.bu-button {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 86%);
  border-width: 1px;
  color: hsl(0deg, 0%, 21%);
  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;
}
.bu-button strong {
  color: inherit;
}
.bu-button .bu-icon, .bu-button .bu-icon.bu-is-small, .bu-button .bu-icon.bu-is-medium, .bu-button .bu-icon.bu-is-large {
  height: 1.5em;
  width: 1.5em;
}
.bu-button .bu-icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.bu-button .bu-icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.bu-button .bu-icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.bu-button:hover, .bu-button.bu-is-hovered {
  border-color: hsl(0deg, 0%, 71%);
  color: hsl(0deg, 0%, 21%);
}
.bu-button:focus, .bu-button.bu-is-focused {
  border-color: hsl(229deg, 53%, 53%);
  color: hsl(0deg, 0%, 21%);
}
.bu-button:focus:not(:active), .bu-button.bu-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.bu-button:active, .bu-button.bu-is-active {
  border-color: hsl(0deg, 0%, 29%);
  color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-text {
  background-color: transparent;
  border-color: transparent;
  color: hsl(0deg, 0%, 29%);
  text-decoration: underline;
}
.bu-button.bu-is-text:hover, .bu-button.bu-is-text.bu-is-hovered, .bu-button.bu-is-text:focus, .bu-button.bu-is-text.bu-is-focused {
  background-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-text:active, .bu-button.bu-is-text.bu-is-active {
  background-color: #e8e8e8;
  color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-text[disabled], fieldset[disabled] .bu-button.bu-is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.bu-button.bu-is-ghost {
  background: none;
  border-color: transparent;
  color: hsl(229deg, 53%, 53%);
  text-decoration: none;
}
.bu-button.bu-is-ghost:hover, .bu-button.bu-is-ghost.bu-is-hovered {
  color: hsl(229deg, 53%, 53%);
  text-decoration: underline;
}
.bu-button.bu-is-white {
  background-color: hsl(0deg, 0%, 100%);
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-white:hover, .bu-button.bu-is-white.bu-is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-white:focus, .bu-button.bu-is-white.bu-is-focused {
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-white:focus:not(:active), .bu-button.bu-is-white.bu-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.bu-button.bu-is-white:active, .bu-button.bu-is-white.bu-is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-white[disabled], fieldset[disabled] .bu-button.bu-is-white {
  background-color: hsl(0deg, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
}
.bu-button.bu-is-white.bu-is-inverted {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-white.bu-is-inverted:hover, .bu-button.bu-is-white.bu-is-inverted.bu-is-hovered {
  background-color: black;
}
.bu-button.bu-is-white.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-white.bu-is-inverted {
  background-color: hsl(0deg, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-white.bu-is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.bu-button.bu-is-white.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-white.bu-is-outlined:hover, .bu-button.bu-is-white.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-white.bu-is-outlined:focus, .bu-button.bu-is-white.bu-is-outlined.bu-is-focused {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-white.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.bu-button.bu-is-white.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-white.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-white.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-white.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.bu-button.bu-is-white.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-white.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 100%);
  box-shadow: none;
  color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-white.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-white.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined.bu-is-focused {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-white.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.bu-button.bu-is-white.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  box-shadow: none;
  color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-black {
  background-color: hsl(0deg, 0%, 4%);
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-black:hover, .bu-button.bu-is-black.bu-is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-black:focus, .bu-button.bu-is-black.bu-is-focused {
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-black:focus:not(:active), .bu-button.bu-is-black.bu-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.bu-button.bu-is-black:active, .bu-button.bu-is-black.bu-is-active {
  background-color: black;
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-black[disabled], fieldset[disabled] .bu-button.bu-is-black {
  background-color: hsl(0deg, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
}
.bu-button.bu-is-black.bu-is-inverted {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-black.bu-is-inverted:hover, .bu-button.bu-is-black.bu-is-inverted.bu-is-hovered {
  background-color: #f2f2f2;
}
.bu-button.bu-is-black.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-black.bu-is-inverted {
  background-color: hsl(0deg, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-black.bu-is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.bu-button.bu-is-black.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-black.bu-is-outlined:hover, .bu-button.bu-is-black.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-black.bu-is-outlined:focus, .bu-button.bu-is-black.bu-is-outlined.bu-is-focused {
  background-color: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-black.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.bu-button.bu-is-black.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-black.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-black.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-black.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.bu-button.bu-is-black.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-black.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  box-shadow: none;
  color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-black.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-black.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined.bu-is-focused {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-black.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.bu-button.bu-is-black.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 100%);
  box-shadow: none;
  color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-light {
  background-color: hsl(0deg, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light:hover, .bu-button.bu-is-light.bu-is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light:focus, .bu-button.bu-is-light.bu-is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light:focus:not(:active), .bu-button.bu-is-light.bu-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.bu-button.bu-is-light:active, .bu-button.bu-is-light.bu-is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light[disabled], fieldset[disabled] .bu-button.bu-is-light {
  background-color: hsl(0deg, 0%, 96%);
  border-color: transparent;
  box-shadow: none;
}
.bu-button.bu-is-light.bu-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0deg, 0%, 96%);
}
.bu-button.bu-is-light.bu-is-inverted:hover, .bu-button.bu-is-light.bu-is-inverted.bu-is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-light.bu-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0deg, 0%, 96%);
}
.bu-button.bu-is-light.bu-is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bu-button.bu-is-light.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 96%);
}
.bu-button.bu-is-light.bu-is-outlined:hover, .bu-button.bu-is-light.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-light.bu-is-outlined:focus, .bu-button.bu-is-light.bu-is-outlined.bu-is-focused {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !important;
}
.bu-button.bu-is-light.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-light.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-light.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-light.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bu-button.bu-is-light.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-light.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 96%);
  box-shadow: none;
  color: hsl(0deg, 0%, 96%);
}
.bu-button.bu-is-light.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined.bu-is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0deg, 0%, 96%);
}
.bu-button.bu-is-light.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !important;
}
.bu-button.bu-is-light.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-dark {
  background-color: hsl(0deg, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-dark:hover, .bu-button.bu-is-dark.bu-is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-dark:focus, .bu-button.bu-is-dark.bu-is-focused {
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-dark:focus:not(:active), .bu-button.bu-is-dark.bu-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.bu-button.bu-is-dark:active, .bu-button.bu-is-dark.bu-is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-dark[disabled], fieldset[disabled] .bu-button.bu-is-dark {
  background-color: hsl(0deg, 0%, 21%);
  border-color: transparent;
  box-shadow: none;
}
.bu-button.bu-is-dark.bu-is-inverted {
  background-color: #fff;
  color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-dark.bu-is-inverted:hover, .bu-button.bu-is-dark.bu-is-inverted.bu-is-hovered {
  background-color: #f2f2f2;
}
.bu-button.bu-is-dark.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-dark.bu-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-dark.bu-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-dark.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-dark.bu-is-outlined:hover, .bu-button.bu-is-dark.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-dark.bu-is-outlined:focus, .bu-button.bu-is-dark.bu-is-outlined.bu-is-focused {
  background-color: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.bu-button.bu-is-dark.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important;
}
.bu-button.bu-is-dark.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-dark.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-dark.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-dark.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-dark.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-dark.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 21%);
  box-shadow: none;
  color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined.bu-is-focused {
  background-color: #fff;
  color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important;
}
.bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.bu-button.bu-is-primary {
  background-color: #00e5aa;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-primary:hover, .bu-button.bu-is-primary.bu-is-hovered {
  background-color: #00d8a1;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-primary:focus, .bu-button.bu-is-primary.bu-is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-primary:focus:not(:active), .bu-button.bu-is-primary.bu-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 229, 170, 0.25);
}
.bu-button.bu-is-primary:active, .bu-button.bu-is-primary.bu-is-active {
  background-color: #00cc97;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-primary[disabled], fieldset[disabled] .bu-button.bu-is-primary {
  background-color: #00e5aa;
  border-color: transparent;
  box-shadow: none;
}
.bu-button.bu-is-primary.bu-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #00e5aa;
}
.bu-button.bu-is-primary.bu-is-inverted:hover, .bu-button.bu-is-primary.bu-is-inverted.bu-is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-primary.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-primary.bu-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #00e5aa;
}
.bu-button.bu-is-primary.bu-is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bu-button.bu-is-primary.bu-is-outlined {
  background-color: transparent;
  border-color: #00e5aa;
  color: #00e5aa;
}
.bu-button.bu-is-primary.bu-is-outlined:hover, .bu-button.bu-is-primary.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-primary.bu-is-outlined:focus, .bu-button.bu-is-primary.bu-is-outlined.bu-is-focused {
  background-color: #00e5aa;
  border-color: #00e5aa;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-primary.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent #00e5aa #00e5aa !important;
}
.bu-button.bu-is-primary.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-primary.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-primary.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-primary.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bu-button.bu-is-primary.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-primary.bu-is-outlined {
  background-color: transparent;
  border-color: #00e5aa;
  box-shadow: none;
  color: #00e5aa;
}
.bu-button.bu-is-primary.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-primary.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-primary.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-primary.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-primary.bu-is-inverted.bu-is-outlined.bu-is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #00e5aa;
}
.bu-button.bu-is-primary.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-primary.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-primary.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-primary.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent #00e5aa #00e5aa !important;
}
.bu-button.bu-is-primary.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-primary.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-primary.bu-is-light {
  background-color: #ebfffa;
  color: #00946e;
}
.bu-button.bu-is-primary.bu-is-light:hover, .bu-button.bu-is-primary.bu-is-light.bu-is-hovered {
  background-color: #defff6;
  border-color: transparent;
  color: #00946e;
}
.bu-button.bu-is-primary.bu-is-light:active, .bu-button.bu-is-primary.bu-is-light.bu-is-active {
  background-color: #d1fff3;
  border-color: transparent;
  color: #00946e;
}
.bu-button.bu-is-link {
  background-color: hsl(229deg, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-link:hover, .bu-button.bu-is-link.bu-is-hovered {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-link:focus, .bu-button.bu-is-link.bu-is-focused {
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-link:focus:not(:active), .bu-button.bu-is-link.bu-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.bu-button.bu-is-link:active, .bu-button.bu-is-link.bu-is-active {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-link[disabled], fieldset[disabled] .bu-button.bu-is-link {
  background-color: hsl(229deg, 53%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.bu-button.bu-is-link.bu-is-inverted {
  background-color: #fff;
  color: hsl(229deg, 53%, 53%);
}
.bu-button.bu-is-link.bu-is-inverted:hover, .bu-button.bu-is-link.bu-is-inverted.bu-is-hovered {
  background-color: #f2f2f2;
}
.bu-button.bu-is-link.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-link.bu-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(229deg, 53%, 53%);
}
.bu-button.bu-is-link.bu-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-link.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(229deg, 53%, 53%);
  color: hsl(229deg, 53%, 53%);
}
.bu-button.bu-is-link.bu-is-outlined:hover, .bu-button.bu-is-link.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-link.bu-is-outlined:focus, .bu-button.bu-is-link.bu-is-outlined.bu-is-focused {
  background-color: hsl(229deg, 53%, 53%);
  border-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.bu-button.bu-is-link.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent hsl(229deg, 53%, 53%) hsl(229deg, 53%, 53%) !important;
}
.bu-button.bu-is-link.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-link.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-link.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-link.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-link.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-link.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(229deg, 53%, 53%);
  box-shadow: none;
  color: hsl(229deg, 53%, 53%);
}
.bu-button.bu-is-link.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.bu-button.bu-is-link.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined.bu-is-focused {
  background-color: #fff;
  color: hsl(229deg, 53%, 53%);
}
.bu-button.bu-is-link.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent hsl(229deg, 53%, 53%) hsl(229deg, 53%, 53%) !important;
}
.bu-button.bu-is-link.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.bu-button.bu-is-link.bu-is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.bu-button.bu-is-link.bu-is-light:hover, .bu-button.bu-is-link.bu-is-light.bu-is-hovered {
  background-color: #e6e9f7;
  border-color: transparent;
  color: #3850b7;
}
.bu-button.bu-is-link.bu-is-light:active, .bu-button.bu-is-link.bu-is-light.bu-is-active {
  background-color: #dce0f4;
  border-color: transparent;
  color: #3850b7;
}
.bu-button.bu-is-info {
  background-color: #3f3d56;
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-info:hover, .bu-button.bu-is-info.bu-is-hovered {
  background-color: #3a384f;
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-info:focus, .bu-button.bu-is-info.bu-is-focused {
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-info:focus:not(:active), .bu-button.bu-is-info.bu-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(63, 61, 86, 0.25);
}
.bu-button.bu-is-info:active, .bu-button.bu-is-info.bu-is-active {
  background-color: #343247;
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-info[disabled], fieldset[disabled] .bu-button.bu-is-info {
  background-color: #3f3d56;
  border-color: transparent;
  box-shadow: none;
}
.bu-button.bu-is-info.bu-is-inverted {
  background-color: #fff;
  color: #3f3d56;
}
.bu-button.bu-is-info.bu-is-inverted:hover, .bu-button.bu-is-info.bu-is-inverted.bu-is-hovered {
  background-color: #f2f2f2;
}
.bu-button.bu-is-info.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-info.bu-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3f3d56;
}
.bu-button.bu-is-info.bu-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-info.bu-is-outlined {
  background-color: transparent;
  border-color: #3f3d56;
  color: #3f3d56;
}
.bu-button.bu-is-info.bu-is-outlined:hover, .bu-button.bu-is-info.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-info.bu-is-outlined:focus, .bu-button.bu-is-info.bu-is-outlined.bu-is-focused {
  background-color: #3f3d56;
  border-color: #3f3d56;
  color: #fff;
}
.bu-button.bu-is-info.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent #3f3d56 #3f3d56 !important;
}
.bu-button.bu-is-info.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-info.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-info.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-info.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-info.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-info.bu-is-outlined {
  background-color: transparent;
  border-color: #3f3d56;
  box-shadow: none;
  color: #3f3d56;
}
.bu-button.bu-is-info.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.bu-button.bu-is-info.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-info.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-info.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-info.bu-is-inverted.bu-is-outlined.bu-is-focused {
  background-color: #fff;
  color: #3f3d56;
}
.bu-button.bu-is-info.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-info.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-info.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-info.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent #3f3d56 #3f3d56 !important;
}
.bu-button.bu-is-info.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-info.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.bu-button.bu-is-info.bu-is-light {
  background-color: #f3f3f7;
  color: #76739c;
}
.bu-button.bu-is-info.bu-is-light:hover, .bu-button.bu-is-info.bu-is-light.bu-is-hovered {
  background-color: #ececf1;
  border-color: transparent;
  color: #76739c;
}
.bu-button.bu-is-info.bu-is-light:active, .bu-button.bu-is-info.bu-is-light.bu-is-active {
  background-color: #e5e4ec;
  border-color: transparent;
  color: #76739c;
}
.bu-button.bu-is-success {
  background-color: hsl(153deg, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-success:hover, .bu-button.bu-is-success.bu-is-hovered {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-success:focus, .bu-button.bu-is-success.bu-is-focused {
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-success:focus:not(:active), .bu-button.bu-is-success.bu-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.bu-button.bu-is-success:active, .bu-button.bu-is-success.bu-is-active {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-success[disabled], fieldset[disabled] .bu-button.bu-is-success {
  background-color: hsl(153deg, 53%, 53%);
  border-color: transparent;
  box-shadow: none;
}
.bu-button.bu-is-success.bu-is-inverted {
  background-color: #fff;
  color: hsl(153deg, 53%, 53%);
}
.bu-button.bu-is-success.bu-is-inverted:hover, .bu-button.bu-is-success.bu-is-inverted.bu-is-hovered {
  background-color: #f2f2f2;
}
.bu-button.bu-is-success.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-success.bu-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(153deg, 53%, 53%);
}
.bu-button.bu-is-success.bu-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-success.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(153deg, 53%, 53%);
  color: hsl(153deg, 53%, 53%);
}
.bu-button.bu-is-success.bu-is-outlined:hover, .bu-button.bu-is-success.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-success.bu-is-outlined:focus, .bu-button.bu-is-success.bu-is-outlined.bu-is-focused {
  background-color: hsl(153deg, 53%, 53%);
  border-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.bu-button.bu-is-success.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent hsl(153deg, 53%, 53%) hsl(153deg, 53%, 53%) !important;
}
.bu-button.bu-is-success.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-success.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-success.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-success.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-success.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-success.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(153deg, 53%, 53%);
  box-shadow: none;
  color: hsl(153deg, 53%, 53%);
}
.bu-button.bu-is-success.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.bu-button.bu-is-success.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined.bu-is-focused {
  background-color: #fff;
  color: hsl(153deg, 53%, 53%);
}
.bu-button.bu-is-success.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent hsl(153deg, 53%, 53%) hsl(153deg, 53%, 53%) !important;
}
.bu-button.bu-is-success.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.bu-button.bu-is-success.bu-is-light {
  background-color: #effaf5;
  color: #257953;
}
.bu-button.bu-is-success.bu-is-light:hover, .bu-button.bu-is-success.bu-is-light.bu-is-hovered {
  background-color: #e6f7ef;
  border-color: transparent;
  color: #257953;
}
.bu-button.bu-is-success.bu-is-light:active, .bu-button.bu-is-success.bu-is-light.bu-is-active {
  background-color: #dcf4e9;
  border-color: transparent;
  color: #257953;
}
.bu-button.bu-is-warning {
  background-color: hsl(44deg, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning:hover, .bu-button.bu-is-warning.bu-is-hovered {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning:focus, .bu-button.bu-is-warning.bu-is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning:focus:not(:active), .bu-button.bu-is-warning.bu-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.bu-button.bu-is-warning:active, .bu-button.bu-is-warning.bu-is-active {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning[disabled], fieldset[disabled] .bu-button.bu-is-warning {
  background-color: hsl(44deg, 100%, 77%);
  border-color: transparent;
  box-shadow: none;
}
.bu-button.bu-is-warning.bu-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44deg, 100%, 77%);
}
.bu-button.bu-is-warning.bu-is-inverted:hover, .bu-button.bu-is-warning.bu-is-inverted.bu-is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-warning.bu-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(44deg, 100%, 77%);
}
.bu-button.bu-is-warning.bu-is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bu-button.bu-is-warning.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(44deg, 100%, 77%);
  color: hsl(44deg, 100%, 77%);
}
.bu-button.bu-is-warning.bu-is-outlined:hover, .bu-button.bu-is-warning.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-warning.bu-is-outlined:focus, .bu-button.bu-is-warning.bu-is-outlined.bu-is-focused {
  background-color: hsl(44deg, 100%, 77%);
  border-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent hsl(44deg, 100%, 77%) hsl(44deg, 100%, 77%) !important;
}
.bu-button.bu-is-warning.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-warning.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-warning.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-warning.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bu-button.bu-is-warning.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-warning.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(44deg, 100%, 77%);
  box-shadow: none;
  color: hsl(44deg, 100%, 77%);
}
.bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined.bu-is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44deg, 100%, 77%);
}
.bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent hsl(44deg, 100%, 77%) hsl(44deg, 100%, 77%) !important;
}
.bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning.bu-is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.bu-button.bu-is-warning.bu-is-light:hover, .bu-button.bu-is-warning.bu-is-light.bu-is-hovered {
  background-color: #fff6de;
  border-color: transparent;
  color: #946c00;
}
.bu-button.bu-is-warning.bu-is-light:active, .bu-button.bu-is-warning.bu-is-light.bu-is-active {
  background-color: #fff3d1;
  border-color: transparent;
  color: #946c00;
}
.bu-button.bu-is-danger {
  background-color: hsl(348deg, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-danger:hover, .bu-button.bu-is-danger.bu-is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-danger:focus, .bu-button.bu-is-danger.bu-is-focused {
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-danger:focus:not(:active), .bu-button.bu-is-danger.bu-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.bu-button.bu-is-danger:active, .bu-button.bu-is-danger.bu-is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.bu-button.bu-is-danger[disabled], fieldset[disabled] .bu-button.bu-is-danger {
  background-color: hsl(348deg, 86%, 61%);
  border-color: transparent;
  box-shadow: none;
}
.bu-button.bu-is-danger.bu-is-inverted {
  background-color: #fff;
  color: hsl(348deg, 86%, 61%);
}
.bu-button.bu-is-danger.bu-is-inverted:hover, .bu-button.bu-is-danger.bu-is-inverted.bu-is-hovered {
  background-color: #f2f2f2;
}
.bu-button.bu-is-danger.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-danger.bu-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(348deg, 86%, 61%);
}
.bu-button.bu-is-danger.bu-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-danger.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(348deg, 86%, 61%);
  color: hsl(348deg, 86%, 61%);
}
.bu-button.bu-is-danger.bu-is-outlined:hover, .bu-button.bu-is-danger.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-danger.bu-is-outlined:focus, .bu-button.bu-is-danger.bu-is-outlined.bu-is-focused {
  background-color: hsl(348deg, 86%, 61%);
  border-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.bu-button.bu-is-danger.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent hsl(348deg, 86%, 61%) hsl(348deg, 86%, 61%) !important;
}
.bu-button.bu-is-danger.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-danger.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-danger.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-danger.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-danger.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-danger.bu-is-outlined {
  background-color: transparent;
  border-color: hsl(348deg, 86%, 61%);
  box-shadow: none;
  color: hsl(348deg, 86%, 61%);
}
.bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined.bu-is-focused {
  background-color: #fff;
  color: hsl(348deg, 86%, 61%);
}
.bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
  border-color: transparent transparent hsl(348deg, 86%, 61%) hsl(348deg, 86%, 61%) !important;
}
.bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.bu-button.bu-is-danger.bu-is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.bu-button.bu-is-danger.bu-is-light:hover, .bu-button.bu-is-danger.bu-is-light.bu-is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}
.bu-button.bu-is-danger.bu-is-light:active, .bu-button.bu-is-danger.bu-is-light.bu-is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}
.bu-button.bu-is-small {
  font-size: 0.75rem;
}
.bu-button.bu-is-small:not(.bu-is-rounded) {
  border-radius: 2px;
}
.bu-button.bu-is-normal {
  font-size: 1rem;
}
.bu-button.bu-is-medium {
  font-size: 1.25rem;
}
.bu-button.bu-is-large {
  font-size: 1.5rem;
}
.bu-button[disabled], fieldset[disabled] .bu-button {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 86%);
  box-shadow: none;
  opacity: 0.5;
}
.bu-button.bu-is-fullwidth {
  display: flex;
  width: 100%;
}
.bu-button.bu-is-loading {
  color: transparent !important;
  pointer-events: none;
}
.bu-button.bu-is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}
.bu-button.bu-is-static {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 86%);
  color: hsl(0deg, 0%, 48%);
  box-shadow: none;
  pointer-events: none;
}
.bu-button.bu-is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.bu-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bu-buttons .bu-button {
  margin-bottom: 0.5rem;
}
.bu-buttons .bu-button:not(:last-child):not(.bu-is-fullwidth) {
  margin-right: 0.5rem;
}
.bu-buttons:last-child {
  margin-bottom: -0.5rem;
}
.bu-buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.bu-buttons.are-small .bu-button:not(.bu-is-normal):not(.bu-is-medium):not(.bu-is-large) {
  font-size: 0.75rem;
}
.bu-buttons.are-small .bu-button:not(.bu-is-normal):not(.bu-is-medium):not(.bu-is-large):not(.bu-is-rounded) {
  border-radius: 2px;
}
.bu-buttons.are-medium .bu-button:not(.bu-is-small):not(.bu-is-normal):not(.bu-is-large) {
  font-size: 1.25rem;
}
.bu-buttons.are-large .bu-button:not(.bu-is-small):not(.bu-is-normal):not(.bu-is-medium) {
  font-size: 1.5rem;
}
.bu-buttons.has-addons .bu-button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bu-buttons.has-addons .bu-button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.bu-buttons.has-addons .bu-button:last-child {
  margin-right: 0;
}
.bu-buttons.has-addons .bu-button:hover, .bu-buttons.has-addons .bu-button.bu-is-hovered {
  z-index: 2;
}
.bu-buttons.has-addons .bu-button:focus, .bu-buttons.has-addons .bu-button.bu-is-focused, .bu-buttons.has-addons .bu-button:active, .bu-buttons.has-addons .bu-button.bu-is-active, .bu-buttons.has-addons .bu-button.bu-is-selected {
  z-index: 3;
}
.bu-buttons.has-addons .bu-button:focus:hover, .bu-buttons.has-addons .bu-button.bu-is-focused:hover, .bu-buttons.has-addons .bu-button:active:hover, .bu-buttons.has-addons .bu-button.bu-is-active:hover, .bu-buttons.has-addons .bu-button.bu-is-selected:hover {
  z-index: 4;
}
.bu-buttons.has-addons .bu-button.bu-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.bu-buttons.bu-is-centered {
  justify-content: center;
}
.bu-buttons.bu-is-centered:not(.has-addons) .bu-button:not(.bu-is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.bu-buttons.bu-is-right {
  justify-content: flex-end;
}
.bu-buttons.bu-is-right:not(.has-addons) .bu-button:not(.bu-is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.bu-container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.bu-container.bu-is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .bu-container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .bu-container.bu-is-widescreen:not(.bu-is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .bu-container.bu-is-fullhd:not(.bu-is-max-desktop):not(.bu-is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .bu-container:not(.bu-is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .bu-container:not(.bu-is-max-desktop):not(.bu-is-max-widescreen) {
    max-width: 1344px;
  }
}

.bu-content li + li {
  margin-top: 0.25em;
}
.bu-content p:not(:last-child),
.bu-content dl:not(:last-child),
.bu-content ol:not(:last-child),
.bu-content ul:not(:last-child),
.bu-content blockquote:not(:last-child),
.bu-content pre:not(:last-child),
.bu-content table:not(:last-child) {
  margin-bottom: 1em;
}
.bu-content h1,
.bu-content h2,
.bu-content h3,
.bu-content h4,
.bu-content h5,
.bu-content h6 {
  color: hsl(0deg, 0%, 21%);
  font-weight: 600;
  line-height: 1.125;
}
.bu-content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.bu-content h1:not(:first-child) {
  margin-top: 1em;
}
.bu-content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.bu-content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.bu-content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.bu-content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.bu-content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.bu-content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.bu-content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.bu-content blockquote {
  background-color: hsl(0deg, 0%, 96%);
  border-left: 5px solid hsl(0deg, 0%, 86%);
  padding: 1.25em 1.5em;
}
.bu-content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.bu-content ol:not([type]) {
  list-style-type: decimal;
}
.bu-content ol:not([type]).bu-is-lower-alpha {
  list-style-type: lower-alpha;
}
.bu-content ol:not([type]).bu-is-lower-roman {
  list-style-type: lower-roman;
}
.bu-content ol:not([type]).bu-is-upper-alpha {
  list-style-type: upper-alpha;
}
.bu-content ol:not([type]).bu-is-upper-roman {
  list-style-type: upper-roman;
}
.bu-content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.bu-content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.bu-content ul ul ul {
  list-style-type: square;
}
.bu-content dd {
  margin-left: 2em;
}
.bu-content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.bu-content figure:not(:first-child) {
  margin-top: 2em;
}
.bu-content figure:not(:last-child) {
  margin-bottom: 2em;
}
.bu-content figure img {
  display: inline-block;
}
.bu-content figure figcaption {
  font-style: italic;
}
.bu-content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.bu-content sup,
.bu-content sub {
  font-size: 75%;
}
.bu-content table {
  width: 100%;
}
.bu-content table td,
.bu-content table th {
  border: 1px solid hsl(0deg, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.bu-content table th {
  color: hsl(0deg, 0%, 21%);
}
.bu-content table th:not([align]) {
  text-align: inherit;
}
.bu-content table thead td,
.bu-content table thead th {
  border-width: 0 0 2px;
  color: hsl(0deg, 0%, 21%);
}
.bu-content table tfoot td,
.bu-content table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0deg, 0%, 21%);
}
.bu-content table tbody tr:last-child td,
.bu-content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.bu-content .bu-tabs li + li {
  margin-top: 0;
}
.bu-content.bu-is-small {
  font-size: 0.75rem;
}
.bu-content.bu-is-normal {
  font-size: 1rem;
}
.bu-content.bu-is-medium {
  font-size: 1.25rem;
}
.bu-content.bu-is-large {
  font-size: 1.5rem;
}

.bu-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.bu-icon.bu-is-small {
  height: 1rem;
  width: 1rem;
}
.bu-icon.bu-is-medium {
  height: 2rem;
  width: 2rem;
}
.bu-icon.bu-is-large {
  height: 3rem;
  width: 3rem;
}

.bu-icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}
.bu-icon-text .bu-icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.bu-icon-text .bu-icon:not(:last-child) {
  margin-right: 0.25em;
}
.bu-icon-text .bu-icon:not(:first-child) {
  margin-left: 0.25em;
}

div.bu-icon-text {
  display: flex;
}

.bu-image {
  display: block;
  position: relative;
}
.bu-image img {
  display: block;
  height: auto;
  width: 100%;
}
.bu-image img.bu-is-rounded {
  border-radius: 9999px;
}
.bu-image.bu-is-fullwidth {
  width: 100%;
}
.bu-image.bu-is-square img,
.bu-image.bu-is-square .bu-has-ratio, .bu-image.bu-is-1by1 img,
.bu-image.bu-is-1by1 .bu-has-ratio, .bu-image.bu-is-5by4 img,
.bu-image.bu-is-5by4 .bu-has-ratio, .bu-image.bu-is-4by3 img,
.bu-image.bu-is-4by3 .bu-has-ratio, .bu-image.bu-is-3by2 img,
.bu-image.bu-is-3by2 .bu-has-ratio, .bu-image.bu-is-5by3 img,
.bu-image.bu-is-5by3 .bu-has-ratio, .bu-image.bu-is-16by9 img,
.bu-image.bu-is-16by9 .bu-has-ratio, .bu-image.bu-is-2by1 img,
.bu-image.bu-is-2by1 .bu-has-ratio, .bu-image.bu-is-3by1 img,
.bu-image.bu-is-3by1 .bu-has-ratio, .bu-image.bu-is-4by5 img,
.bu-image.bu-is-4by5 .bu-has-ratio, .bu-image.bu-is-3by4 img,
.bu-image.bu-is-3by4 .bu-has-ratio, .bu-image.bu-is-2by3 img,
.bu-image.bu-is-2by3 .bu-has-ratio, .bu-image.bu-is-3by5 img,
.bu-image.bu-is-3by5 .bu-has-ratio, .bu-image.bu-is-9by16 img,
.bu-image.bu-is-9by16 .bu-has-ratio, .bu-image.bu-is-1by2 img,
.bu-image.bu-is-1by2 .bu-has-ratio, .bu-image.bu-is-1by3 img,
.bu-image.bu-is-1by3 .bu-has-ratio {
  height: 100%;
  width: 100%;
}
.bu-image.bu-is-square, .bu-image.bu-is-1by1 {
  padding-top: 100%;
}
.bu-image.bu-is-5by4 {
  padding-top: 80%;
}
.bu-image.bu-is-4by3 {
  padding-top: 75%;
}
.bu-image.bu-is-3by2 {
  padding-top: 66.6666%;
}
.bu-image.bu-is-5by3 {
  padding-top: 60%;
}
.bu-image.bu-is-16by9 {
  padding-top: 56.25%;
}
.bu-image.bu-is-2by1 {
  padding-top: 50%;
}
.bu-image.bu-is-3by1 {
  padding-top: 33.3333%;
}
.bu-image.bu-is-4by5 {
  padding-top: 125%;
}
.bu-image.bu-is-3by4 {
  padding-top: 133.3333%;
}
.bu-image.bu-is-2by3 {
  padding-top: 150%;
}
.bu-image.bu-is-3by5 {
  padding-top: 166.6666%;
}
.bu-image.bu-is-9by16 {
  padding-top: 177.7777%;
}
.bu-image.bu-is-1by2 {
  padding-top: 200%;
}
.bu-image.bu-is-1by3 {
  padding-top: 300%;
}
.bu-image.bu-is-16x16 {
  height: 16px;
  width: 16px;
}
.bu-image.bu-is-24x24 {
  height: 24px;
  width: 24px;
}
.bu-image.bu-is-32x32 {
  height: 32px;
  width: 32px;
}
.bu-image.bu-is-48x48 {
  height: 48px;
  width: 48px;
}
.bu-image.bu-is-64x64 {
  height: 64px;
  width: 64px;
}
.bu-image.bu-is-96x96 {
  height: 96px;
  width: 96px;
}
.bu-image.bu-is-128x128 {
  height: 128px;
  width: 128px;
}

.bu-notification {
  background-color: hsl(0deg, 0%, 96%);
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.bu-notification a:not(.bu-button):not(.bu-dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.bu-notification strong {
  color: currentColor;
}
.bu-notification code,
.bu-notification pre {
  background: hsl(0deg, 0%, 100%);
}
.bu-notification pre code {
  background: transparent;
}
.bu-notification > .bu-delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.bu-notification .bu-title,
.bu-notification .bu-subtitle,
.bu-notification .bu-content {
  color: currentColor;
}
.bu-notification.bu-is-white {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.bu-notification.bu-is-black {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.bu-notification.bu-is-light {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-notification.bu-is-dark {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.bu-notification.bu-is-primary {
  background-color: #00e5aa;
  color: rgba(0, 0, 0, 0.7);
}
.bu-notification.bu-is-primary.bu-is-light {
  background-color: #ebfffa;
  color: #00946e;
}
.bu-notification.bu-is-link {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.bu-notification.bu-is-link.bu-is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.bu-notification.bu-is-info {
  background-color: #3f3d56;
  color: #fff;
}
.bu-notification.bu-is-info.bu-is-light {
  background-color: #f3f3f7;
  color: #76739c;
}
.bu-notification.bu-is-success {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.bu-notification.bu-is-success.bu-is-light {
  background-color: #effaf5;
  color: #257953;
}
.bu-notification.bu-is-warning {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-notification.bu-is-warning.bu-is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.bu-notification.bu-is-danger {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.bu-notification.bu-is-danger.bu-is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.bu-progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.bu-progress::-webkit-progress-bar {
  background-color: hsl(0deg, 0%, 93%);
}
.bu-progress::-webkit-progress-value {
  background-color: hsl(0deg, 0%, 29%);
}
.bu-progress::-moz-progress-bar {
  background-color: hsl(0deg, 0%, 29%);
}
.bu-progress::-ms-fill {
  background-color: hsl(0deg, 0%, 29%);
  border: none;
}
.bu-progress.bu-is-white::-webkit-progress-value {
  background-color: hsl(0deg, 0%, 100%);
}
.bu-progress.bu-is-white::-moz-progress-bar {
  background-color: hsl(0deg, 0%, 100%);
}
.bu-progress.bu-is-white::-ms-fill {
  background-color: hsl(0deg, 0%, 100%);
}
.bu-progress.bu-is-white:indeterminate {
  background-image: linear-gradient(to right, hsl(0deg, 0%, 100%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-black::-webkit-progress-value {
  background-color: hsl(0deg, 0%, 4%);
}
.bu-progress.bu-is-black::-moz-progress-bar {
  background-color: hsl(0deg, 0%, 4%);
}
.bu-progress.bu-is-black::-ms-fill {
  background-color: hsl(0deg, 0%, 4%);
}
.bu-progress.bu-is-black:indeterminate {
  background-image: linear-gradient(to right, hsl(0deg, 0%, 4%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-light::-webkit-progress-value {
  background-color: hsl(0deg, 0%, 96%);
}
.bu-progress.bu-is-light::-moz-progress-bar {
  background-color: hsl(0deg, 0%, 96%);
}
.bu-progress.bu-is-light::-ms-fill {
  background-color: hsl(0deg, 0%, 96%);
}
.bu-progress.bu-is-light:indeterminate {
  background-image: linear-gradient(to right, hsl(0deg, 0%, 96%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-dark::-webkit-progress-value {
  background-color: hsl(0deg, 0%, 21%);
}
.bu-progress.bu-is-dark::-moz-progress-bar {
  background-color: hsl(0deg, 0%, 21%);
}
.bu-progress.bu-is-dark::-ms-fill {
  background-color: hsl(0deg, 0%, 21%);
}
.bu-progress.bu-is-dark:indeterminate {
  background-image: linear-gradient(to right, hsl(0deg, 0%, 21%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-primary::-webkit-progress-value {
  background-color: #00e5aa;
}
.bu-progress.bu-is-primary::-moz-progress-bar {
  background-color: #00e5aa;
}
.bu-progress.bu-is-primary::-ms-fill {
  background-color: #00e5aa;
}
.bu-progress.bu-is-primary:indeterminate {
  background-image: linear-gradient(to right, #00e5aa 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-link::-webkit-progress-value {
  background-color: hsl(229deg, 53%, 53%);
}
.bu-progress.bu-is-link::-moz-progress-bar {
  background-color: hsl(229deg, 53%, 53%);
}
.bu-progress.bu-is-link::-ms-fill {
  background-color: hsl(229deg, 53%, 53%);
}
.bu-progress.bu-is-link:indeterminate {
  background-image: linear-gradient(to right, hsl(229deg, 53%, 53%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-info::-webkit-progress-value {
  background-color: #3f3d56;
}
.bu-progress.bu-is-info::-moz-progress-bar {
  background-color: #3f3d56;
}
.bu-progress.bu-is-info::-ms-fill {
  background-color: #3f3d56;
}
.bu-progress.bu-is-info:indeterminate {
  background-image: linear-gradient(to right, #3f3d56 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-success::-webkit-progress-value {
  background-color: hsl(153deg, 53%, 53%);
}
.bu-progress.bu-is-success::-moz-progress-bar {
  background-color: hsl(153deg, 53%, 53%);
}
.bu-progress.bu-is-success::-ms-fill {
  background-color: hsl(153deg, 53%, 53%);
}
.bu-progress.bu-is-success:indeterminate {
  background-image: linear-gradient(to right, hsl(153deg, 53%, 53%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-warning::-webkit-progress-value {
  background-color: hsl(44deg, 100%, 77%);
}
.bu-progress.bu-is-warning::-moz-progress-bar {
  background-color: hsl(44deg, 100%, 77%);
}
.bu-progress.bu-is-warning::-ms-fill {
  background-color: hsl(44deg, 100%, 77%);
}
.bu-progress.bu-is-warning:indeterminate {
  background-image: linear-gradient(to right, hsl(44deg, 100%, 77%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-danger::-webkit-progress-value {
  background-color: hsl(348deg, 86%, 61%);
}
.bu-progress.bu-is-danger::-moz-progress-bar {
  background-color: hsl(348deg, 86%, 61%);
}
.bu-progress.bu-is-danger::-ms-fill {
  background-color: hsl(348deg, 86%, 61%);
}
.bu-progress.bu-is-danger:indeterminate {
  background-image: linear-gradient(to right, hsl(348deg, 86%, 61%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: hsl(0deg, 0%, 93%);
  background-image: linear-gradient(to right, hsl(0deg, 0%, 29%) 30%, hsl(0deg, 0%, 93%) 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.bu-progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.bu-progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.bu-progress:indeterminate::-ms-fill {
  animation-name: none;
}
.bu-progress.bu-is-small {
  height: 0.75rem;
}
.bu-progress.bu-is-medium {
  height: 1.25rem;
}
.bu-progress.bu-is-large {
  height: 1.5rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.bu-table {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 21%);
}
.bu-table td,
.bu-table th {
  border: 1px solid hsl(0deg, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.bu-table td.bu-is-white,
.bu-table th.bu-is-white {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.bu-table td.bu-is-black,
.bu-table th.bu-is-black {
  background-color: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.bu-table td.bu-is-light,
.bu-table th.bu-is-light {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-table td.bu-is-dark,
.bu-table th.bu-is-dark {
  background-color: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.bu-table td.bu-is-primary,
.bu-table th.bu-is-primary {
  background-color: #00e5aa;
  border-color: #00e5aa;
  color: rgba(0, 0, 0, 0.7);
}
.bu-table td.bu-is-link,
.bu-table th.bu-is-link {
  background-color: hsl(229deg, 53%, 53%);
  border-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.bu-table td.bu-is-info,
.bu-table th.bu-is-info {
  background-color: #3f3d56;
  border-color: #3f3d56;
  color: #fff;
}
.bu-table td.bu-is-success,
.bu-table th.bu-is-success {
  background-color: hsl(153deg, 53%, 53%);
  border-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.bu-table td.bu-is-warning,
.bu-table th.bu-is-warning {
  background-color: hsl(44deg, 100%, 77%);
  border-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-table td.bu-is-danger,
.bu-table th.bu-is-danger {
  background-color: hsl(348deg, 86%, 61%);
  border-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.bu-table td.bu-is-narrow,
.bu-table th.bu-is-narrow {
  white-space: nowrap;
  width: 1%;
}
.bu-table td.bu-is-selected,
.bu-table th.bu-is-selected {
  background-color: #00e5aa;
  color: rgba(0, 0, 0, 0.7);
}
.bu-table td.bu-is-selected a,
.bu-table td.bu-is-selected strong,
.bu-table th.bu-is-selected a,
.bu-table th.bu-is-selected strong {
  color: currentColor;
}
.bu-table td.bu-is-vcentered,
.bu-table th.bu-is-vcentered {
  vertical-align: middle;
}
.bu-table th {
  color: hsl(0deg, 0%, 21%);
}
.bu-table th:not([align]) {
  text-align: inherit;
}
.bu-table tr.bu-is-selected {
  background-color: #00e5aa;
  color: rgba(0, 0, 0, 0.7);
}
.bu-table tr.bu-is-selected a,
.bu-table tr.bu-is-selected strong {
  color: currentColor;
}
.bu-table tr.bu-is-selected td,
.bu-table tr.bu-is-selected th {
  border-color: rgba(0, 0, 0, 0.7);
  color: currentColor;
}
.bu-table thead {
  background-color: transparent;
}
.bu-table thead td,
.bu-table thead th {
  border-width: 0 0 2px;
  color: hsl(0deg, 0%, 21%);
}
.bu-table tfoot {
  background-color: transparent;
}
.bu-table tfoot td,
.bu-table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0deg, 0%, 21%);
}
.bu-table tbody {
  background-color: transparent;
}
.bu-table tbody tr:last-child td,
.bu-table tbody tr:last-child th {
  border-bottom-width: 0;
}
.bu-table.bu-is-bordered td,
.bu-table.bu-is-bordered th {
  border-width: 1px;
}
.bu-table.bu-is-bordered tr:last-child td,
.bu-table.bu-is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.bu-table.bu-is-fullwidth {
  width: 100%;
}
.bu-table.bu-is-hoverable tbody tr:not(.bu-is-selected):hover {
  background-color: hsl(0deg, 0%, 98%);
}
.bu-table.bu-is-hoverable.bu-is-striped tbody tr:not(.bu-is-selected):hover {
  background-color: hsl(0deg, 0%, 98%);
}
.bu-table.bu-is-hoverable.bu-is-striped tbody tr:not(.bu-is-selected):hover:nth-child(even) {
  background-color: hsl(0deg, 0%, 96%);
}
.bu-table.bu-is-narrow td,
.bu-table.bu-is-narrow th {
  padding: 0.25em 0.5em;
}
.bu-table.bu-is-striped tbody tr:not(.bu-is-selected):nth-child(even) {
  background-color: hsl(0deg, 0%, 98%);
}

.bu-table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.bu-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bu-tags .bu-tag {
  margin-bottom: 0.5rem;
}
.bu-tags .bu-tag:not(:last-child) {
  margin-right: 0.5rem;
}
.bu-tags:last-child {
  margin-bottom: -0.5rem;
}
.bu-tags:not(:last-child) {
  margin-bottom: 1rem;
}
.bu-tags.are-medium .bu-tag:not(.bu-is-normal):not(.bu-is-large) {
  font-size: 1rem;
}
.bu-tags.are-large .bu-tag:not(.bu-is-normal):not(.bu-is-medium) {
  font-size: 1.25rem;
}
.bu-tags.bu-is-centered {
  justify-content: center;
}
.bu-tags.bu-is-centered .bu-tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.bu-tags.bu-is-right {
  justify-content: flex-end;
}
.bu-tags.bu-is-right .bu-tag:not(:first-child) {
  margin-left: 0.5rem;
}
.bu-tags.bu-is-right .bu-tag:not(:last-child) {
  margin-right: 0;
}
.bu-tags.has-addons .bu-tag {
  margin-right: 0;
}
.bu-tags.has-addons .bu-tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bu-tags.has-addons .bu-tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bu-tag:not(body) {
  align-items: center;
  background-color: hsl(0deg, 0%, 96%);
  border-radius: 4px;
  color: hsl(0deg, 0%, 29%);
  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;
}
.bu-tag:not(body) .bu-delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.bu-tag:not(body).bu-is-white {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.bu-tag:not(body).bu-is-black {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.bu-tag:not(body).bu-is-light {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-tag:not(body).bu-is-dark {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.bu-tag:not(body).bu-is-primary {
  background-color: #00e5aa;
  color: rgba(0, 0, 0, 0.7);
}
.bu-tag:not(body).bu-is-primary.bu-is-light {
  background-color: #ebfffa;
  color: #00946e;
}
.bu-tag:not(body).bu-is-link {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.bu-tag:not(body).bu-is-link.bu-is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.bu-tag:not(body).bu-is-info {
  background-color: #3f3d56;
  color: #fff;
}
.bu-tag:not(body).bu-is-info.bu-is-light {
  background-color: #f3f3f7;
  color: #76739c;
}
.bu-tag:not(body).bu-is-success {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.bu-tag:not(body).bu-is-success.bu-is-light {
  background-color: #effaf5;
  color: #257953;
}
.bu-tag:not(body).bu-is-warning {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-tag:not(body).bu-is-warning.bu-is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.bu-tag:not(body).bu-is-danger {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.bu-tag:not(body).bu-is-danger.bu-is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.bu-tag:not(body).bu-is-normal {
  font-size: 0.75rem;
}
.bu-tag:not(body).bu-is-medium {
  font-size: 1rem;
}
.bu-tag:not(body).bu-is-large {
  font-size: 1.25rem;
}
.bu-tag:not(body) .bu-icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.bu-tag:not(body) .bu-icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.bu-tag:not(body) .bu-icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.bu-tag:not(body).bu-is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.bu-tag:not(body).bu-is-delete::before, .bu-tag:not(body).bu-is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.bu-tag:not(body).bu-is-delete::before {
  height: 1px;
  width: 50%;
}
.bu-tag:not(body).bu-is-delete::after {
  height: 50%;
  width: 1px;
}
.bu-tag:not(body).bu-is-delete:hover, .bu-tag:not(body).bu-is-delete:focus {
  background-color: #e8e8e8;
}
.bu-tag:not(body).bu-is-delete:active {
  background-color: #dbdbdb;
}
.bu-tag:not(body).bu-is-rounded {
  border-radius: 9999px;
}

a.bu-tag:hover {
  text-decoration: underline;
}

.bu-title,
.bu-subtitle {
  word-break: break-word;
}
.bu-title em,
.bu-title span,
.bu-subtitle em,
.bu-subtitle span {
  font-weight: inherit;
}
.bu-title sub,
.bu-subtitle sub {
  font-size: 0.75em;
}
.bu-title sup,
.bu-subtitle sup {
  font-size: 0.75em;
}
.bu-title .bu-tag,
.bu-subtitle .bu-tag {
  vertical-align: middle;
}

.bu-title {
  color: hsl(0deg, 0%, 21%);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.bu-title strong {
  color: inherit;
  font-weight: inherit;
}
.bu-title:not(.bu-is-spaced) + .bu-subtitle {
  margin-top: -1.25rem;
}
.bu-title.bu-is-1 {
  font-size: 3rem;
}
.bu-title.bu-is-2 {
  font-size: 2.5rem;
}
.bu-title.bu-is-3 {
  font-size: 2rem;
}
.bu-title.bu-is-4 {
  font-size: 1.5rem;
}
.bu-title.bu-is-5 {
  font-size: 1.25rem;
}
.bu-title.bu-is-6 {
  font-size: 1rem;
}
.bu-title.bu-is-7 {
  font-size: 0.75rem;
}

.bu-subtitle {
  color: hsl(0deg, 0%, 29%);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.bu-subtitle strong {
  color: hsl(0deg, 0%, 21%);
  font-weight: 600;
}
.bu-subtitle:not(.bu-is-spaced) + .bu-title {
  margin-top: -1.25rem;
}
.bu-subtitle.bu-is-1 {
  font-size: 3rem;
}
.bu-subtitle.bu-is-2 {
  font-size: 2.5rem;
}
.bu-subtitle.bu-is-3 {
  font-size: 2rem;
}
.bu-subtitle.bu-is-4 {
  font-size: 1.5rem;
}
.bu-subtitle.bu-is-5 {
  font-size: 1.25rem;
}
.bu-subtitle.bu-is-6 {
  font-size: 1rem;
}
.bu-subtitle.bu-is-7 {
  font-size: 0.75rem;
}

.bu-heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.bu-number {
  align-items: center;
  background-color: hsl(0deg, 0%, 96%);
  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 */
.bu-select select, .bu-textarea, .bu-input {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 86%);
  border-radius: 4px;
  color: hsl(0deg, 0%, 21%);
}
.bu-select select::-moz-placeholder, .bu-textarea::-moz-placeholder, .bu-input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.bu-select select::-webkit-input-placeholder, .bu-textarea::-webkit-input-placeholder, .bu-input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.bu-select select:-moz-placeholder, .bu-textarea:-moz-placeholder, .bu-input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.bu-select select:-ms-input-placeholder, .bu-textarea:-ms-input-placeholder, .bu-input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.bu-select select:hover, .bu-textarea:hover, .bu-input:hover, .bu-select select.bu-is-hovered, .bu-is-hovered.bu-textarea, .bu-is-hovered.bu-input {
  border-color: hsl(0deg, 0%, 71%);
}
.bu-select select:focus, .bu-textarea:focus, .bu-input:focus, .bu-select select.bu-is-focused, .bu-is-focused.bu-textarea, .bu-is-focused.bu-input, .bu-select select:active, .bu-textarea:active, .bu-input:active, .bu-select select.bu-is-active, .bu-is-active.bu-textarea, .bu-is-active.bu-input {
  border-color: hsl(229deg, 53%, 53%);
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.bu-select select[disabled], [disabled].bu-textarea, [disabled].bu-input, fieldset[disabled] .bu-select select, .bu-select fieldset[disabled] select, fieldset[disabled] .bu-textarea, fieldset[disabled] .bu-input {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
  box-shadow: none;
  color: hsl(0deg, 0%, 48%);
}
.bu-select select[disabled]::-moz-placeholder, [disabled].bu-textarea::-moz-placeholder, [disabled].bu-input::-moz-placeholder, fieldset[disabled] .bu-select select::-moz-placeholder, .bu-select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .bu-textarea::-moz-placeholder, fieldset[disabled] .bu-input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.bu-select select[disabled]::-webkit-input-placeholder, [disabled].bu-textarea::-webkit-input-placeholder, [disabled].bu-input::-webkit-input-placeholder, fieldset[disabled] .bu-select select::-webkit-input-placeholder, .bu-select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .bu-textarea::-webkit-input-placeholder, fieldset[disabled] .bu-input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.bu-select select[disabled]:-moz-placeholder, [disabled].bu-textarea:-moz-placeholder, [disabled].bu-input:-moz-placeholder, fieldset[disabled] .bu-select select:-moz-placeholder, .bu-select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .bu-textarea:-moz-placeholder, fieldset[disabled] .bu-input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.bu-select select[disabled]:-ms-input-placeholder, [disabled].bu-textarea:-ms-input-placeholder, [disabled].bu-input:-ms-input-placeholder, fieldset[disabled] .bu-select select:-ms-input-placeholder, .bu-select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .bu-textarea:-ms-input-placeholder, fieldset[disabled] .bu-input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.bu-textarea, .bu-input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].bu-textarea, [readonly].bu-input {
  box-shadow: none;
}
.bu-is-white.bu-textarea, .bu-is-white.bu-input {
  border-color: hsl(0deg, 0%, 100%);
}
.bu-is-white.bu-textarea:focus, .bu-is-white.bu-input:focus, .bu-is-white.bu-is-focused.bu-textarea, .bu-is-white.bu-is-focused.bu-input, .bu-is-white.bu-textarea:active, .bu-is-white.bu-input:active, .bu-is-white.bu-is-active.bu-textarea, .bu-is-white.bu-is-active.bu-input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.bu-is-black.bu-textarea, .bu-is-black.bu-input {
  border-color: hsl(0deg, 0%, 4%);
}
.bu-is-black.bu-textarea:focus, .bu-is-black.bu-input:focus, .bu-is-black.bu-is-focused.bu-textarea, .bu-is-black.bu-is-focused.bu-input, .bu-is-black.bu-textarea:active, .bu-is-black.bu-input:active, .bu-is-black.bu-is-active.bu-textarea, .bu-is-black.bu-is-active.bu-input {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.bu-is-light.bu-textarea, .bu-is-light.bu-input {
  border-color: hsl(0deg, 0%, 96%);
}
.bu-is-light.bu-textarea:focus, .bu-is-light.bu-input:focus, .bu-is-light.bu-is-focused.bu-textarea, .bu-is-light.bu-is-focused.bu-input, .bu-is-light.bu-textarea:active, .bu-is-light.bu-input:active, .bu-is-light.bu-is-active.bu-textarea, .bu-is-light.bu-is-active.bu-input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.bu-is-dark.bu-textarea, .bu-is-dark.bu-input {
  border-color: hsl(0deg, 0%, 21%);
}
.bu-is-dark.bu-textarea:focus, .bu-is-dark.bu-input:focus, .bu-is-dark.bu-is-focused.bu-textarea, .bu-is-dark.bu-is-focused.bu-input, .bu-is-dark.bu-textarea:active, .bu-is-dark.bu-input:active, .bu-is-dark.bu-is-active.bu-textarea, .bu-is-dark.bu-is-active.bu-input {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.bu-is-primary.bu-textarea, .bu-is-primary.bu-input {
  border-color: #00e5aa;
}
.bu-is-primary.bu-textarea:focus, .bu-is-primary.bu-input:focus, .bu-is-primary.bu-is-focused.bu-textarea, .bu-is-primary.bu-is-focused.bu-input, .bu-is-primary.bu-textarea:active, .bu-is-primary.bu-input:active, .bu-is-primary.bu-is-active.bu-textarea, .bu-is-primary.bu-is-active.bu-input {
  box-shadow: 0 0 0 0.125em rgba(0, 229, 170, 0.25);
}
.bu-is-link.bu-textarea, .bu-is-link.bu-input {
  border-color: hsl(229deg, 53%, 53%);
}
.bu-is-link.bu-textarea:focus, .bu-is-link.bu-input:focus, .bu-is-link.bu-is-focused.bu-textarea, .bu-is-link.bu-is-focused.bu-input, .bu-is-link.bu-textarea:active, .bu-is-link.bu-input:active, .bu-is-link.bu-is-active.bu-textarea, .bu-is-link.bu-is-active.bu-input {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.bu-is-info.bu-textarea, .bu-is-info.bu-input {
  border-color: #3f3d56;
}
.bu-is-info.bu-textarea:focus, .bu-is-info.bu-input:focus, .bu-is-info.bu-is-focused.bu-textarea, .bu-is-info.bu-is-focused.bu-input, .bu-is-info.bu-textarea:active, .bu-is-info.bu-input:active, .bu-is-info.bu-is-active.bu-textarea, .bu-is-info.bu-is-active.bu-input {
  box-shadow: 0 0 0 0.125em rgba(63, 61, 86, 0.25);
}
.bu-is-success.bu-textarea, .bu-is-success.bu-input {
  border-color: hsl(153deg, 53%, 53%);
}
.bu-is-success.bu-textarea:focus, .bu-is-success.bu-input:focus, .bu-is-success.bu-is-focused.bu-textarea, .bu-is-success.bu-is-focused.bu-input, .bu-is-success.bu-textarea:active, .bu-is-success.bu-input:active, .bu-is-success.bu-is-active.bu-textarea, .bu-is-success.bu-is-active.bu-input {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.bu-is-warning.bu-textarea, .bu-is-warning.bu-input {
  border-color: hsl(44deg, 100%, 77%);
}
.bu-is-warning.bu-textarea:focus, .bu-is-warning.bu-input:focus, .bu-is-warning.bu-is-focused.bu-textarea, .bu-is-warning.bu-is-focused.bu-input, .bu-is-warning.bu-textarea:active, .bu-is-warning.bu-input:active, .bu-is-warning.bu-is-active.bu-textarea, .bu-is-warning.bu-is-active.bu-input {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.bu-is-danger.bu-textarea, .bu-is-danger.bu-input {
  border-color: hsl(348deg, 86%, 61%);
}
.bu-is-danger.bu-textarea:focus, .bu-is-danger.bu-input:focus, .bu-is-danger.bu-is-focused.bu-textarea, .bu-is-danger.bu-is-focused.bu-input, .bu-is-danger.bu-textarea:active, .bu-is-danger.bu-input:active, .bu-is-danger.bu-is-active.bu-textarea, .bu-is-danger.bu-is-active.bu-input {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.bu-is-small.bu-textarea, .bu-is-small.bu-input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.bu-is-medium.bu-textarea, .bu-is-medium.bu-input {
  font-size: 1.25rem;
}
.bu-is-large.bu-textarea, .bu-is-large.bu-input {
  font-size: 1.5rem;
}
.bu-is-fullwidth.bu-textarea, .bu-is-fullwidth.bu-input {
  display: block;
  width: 100%;
}
.bu-is-inline.bu-textarea, .bu-is-inline.bu-input {
  display: inline;
  width: auto;
}

.bu-input.bu-is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.bu-input.bu-is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.bu-textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.bu-textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.bu-textarea[rows] {
  height: initial;
}
.bu-textarea.has-fixed-size {
  resize: none;
}

.bu-radio, .bu-checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.bu-radio input, .bu-checkbox input {
  cursor: pointer;
}
.bu-radio:hover, .bu-checkbox:hover {
  color: hsl(0deg, 0%, 21%);
}
[disabled].bu-radio, [disabled].bu-checkbox, fieldset[disabled] .bu-radio, fieldset[disabled] .bu-checkbox,
.bu-radio input[disabled],
.bu-checkbox input[disabled] {
  color: hsl(0deg, 0%, 48%);
  cursor: not-allowed;
}

.bu-radio + .bu-radio {
  margin-left: 0.5em;
}

.bu-select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.bu-select:not(.bu-is-multiple) {
  height: 2.5em;
}
.bu-select:not(.bu-is-multiple):not(.bu-is-loading)::after {
  border-color: hsl(229deg, 53%, 53%);
  right: 1.125em;
  z-index: 4;
}
.bu-select.bu-is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.bu-select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.bu-select select::-ms-expand {
  display: none;
}
.bu-select select[disabled]:hover, fieldset[disabled] .bu-select select:hover {
  border-color: hsl(0deg, 0%, 96%);
}
.bu-select select:not([multiple]) {
  padding-right: 2.5em;
}
.bu-select select[multiple] {
  height: auto;
  padding: 0;
}
.bu-select select[multiple] option {
  padding: 0.5em 1em;
}
.bu-select:not(.bu-is-multiple):not(.bu-is-loading):hover::after {
  border-color: hsl(0deg, 0%, 21%);
}
.bu-select.bu-is-white:not(:hover)::after {
  border-color: hsl(0deg, 0%, 100%);
}
.bu-select.bu-is-white select {
  border-color: hsl(0deg, 0%, 100%);
}
.bu-select.bu-is-white select:hover, .bu-select.bu-is-white select.bu-is-hovered {
  border-color: #f2f2f2;
}
.bu-select.bu-is-white select:focus, .bu-select.bu-is-white select.bu-is-focused, .bu-select.bu-is-white select:active, .bu-select.bu-is-white select.bu-is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.bu-select.bu-is-black:not(:hover)::after {
  border-color: hsl(0deg, 0%, 4%);
}
.bu-select.bu-is-black select {
  border-color: hsl(0deg, 0%, 4%);
}
.bu-select.bu-is-black select:hover, .bu-select.bu-is-black select.bu-is-hovered {
  border-color: black;
}
.bu-select.bu-is-black select:focus, .bu-select.bu-is-black select.bu-is-focused, .bu-select.bu-is-black select:active, .bu-select.bu-is-black select.bu-is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.bu-select.bu-is-light:not(:hover)::after {
  border-color: hsl(0deg, 0%, 96%);
}
.bu-select.bu-is-light select {
  border-color: hsl(0deg, 0%, 96%);
}
.bu-select.bu-is-light select:hover, .bu-select.bu-is-light select.bu-is-hovered {
  border-color: #e8e8e8;
}
.bu-select.bu-is-light select:focus, .bu-select.bu-is-light select.bu-is-focused, .bu-select.bu-is-light select:active, .bu-select.bu-is-light select.bu-is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.bu-select.bu-is-dark:not(:hover)::after {
  border-color: hsl(0deg, 0%, 21%);
}
.bu-select.bu-is-dark select {
  border-color: hsl(0deg, 0%, 21%);
}
.bu-select.bu-is-dark select:hover, .bu-select.bu-is-dark select.bu-is-hovered {
  border-color: #292929;
}
.bu-select.bu-is-dark select:focus, .bu-select.bu-is-dark select.bu-is-focused, .bu-select.bu-is-dark select:active, .bu-select.bu-is-dark select.bu-is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.bu-select.bu-is-primary:not(:hover)::after {
  border-color: #00e5aa;
}
.bu-select.bu-is-primary select {
  border-color: #00e5aa;
}
.bu-select.bu-is-primary select:hover, .bu-select.bu-is-primary select.bu-is-hovered {
  border-color: #00cc97;
}
.bu-select.bu-is-primary select:focus, .bu-select.bu-is-primary select.bu-is-focused, .bu-select.bu-is-primary select:active, .bu-select.bu-is-primary select.bu-is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 229, 170, 0.25);
}
.bu-select.bu-is-link:not(:hover)::after {
  border-color: hsl(229deg, 53%, 53%);
}
.bu-select.bu-is-link select {
  border-color: hsl(229deg, 53%, 53%);
}
.bu-select.bu-is-link select:hover, .bu-select.bu-is-link select.bu-is-hovered {
  border-color: #3a51bb;
}
.bu-select.bu-is-link select:focus, .bu-select.bu-is-link select.bu-is-focused, .bu-select.bu-is-link select:active, .bu-select.bu-is-link select.bu-is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.bu-select.bu-is-info:not(:hover)::after {
  border-color: #3f3d56;
}
.bu-select.bu-is-info select {
  border-color: #3f3d56;
}
.bu-select.bu-is-info select:hover, .bu-select.bu-is-info select.bu-is-hovered {
  border-color: #343247;
}
.bu-select.bu-is-info select:focus, .bu-select.bu-is-info select.bu-is-focused, .bu-select.bu-is-info select:active, .bu-select.bu-is-info select.bu-is-active {
  box-shadow: 0 0 0 0.125em rgba(63, 61, 86, 0.25);
}
.bu-select.bu-is-success:not(:hover)::after {
  border-color: hsl(153deg, 53%, 53%);
}
.bu-select.bu-is-success select {
  border-color: hsl(153deg, 53%, 53%);
}
.bu-select.bu-is-success select:hover, .bu-select.bu-is-success select.bu-is-hovered {
  border-color: #3abb81;
}
.bu-select.bu-is-success select:focus, .bu-select.bu-is-success select.bu-is-focused, .bu-select.bu-is-success select:active, .bu-select.bu-is-success select.bu-is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.bu-select.bu-is-warning:not(:hover)::after {
  border-color: hsl(44deg, 100%, 77%);
}
.bu-select.bu-is-warning select {
  border-color: hsl(44deg, 100%, 77%);
}
.bu-select.bu-is-warning select:hover, .bu-select.bu-is-warning select.bu-is-hovered {
  border-color: #ffd970;
}
.bu-select.bu-is-warning select:focus, .bu-select.bu-is-warning select.bu-is-focused, .bu-select.bu-is-warning select:active, .bu-select.bu-is-warning select.bu-is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.bu-select.bu-is-danger:not(:hover)::after {
  border-color: hsl(348deg, 86%, 61%);
}
.bu-select.bu-is-danger select {
  border-color: hsl(348deg, 86%, 61%);
}
.bu-select.bu-is-danger select:hover, .bu-select.bu-is-danger select.bu-is-hovered {
  border-color: #ef2e55;
}
.bu-select.bu-is-danger select:focus, .bu-select.bu-is-danger select.bu-is-focused, .bu-select.bu-is-danger select:active, .bu-select.bu-is-danger select.bu-is-active {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.bu-select.bu-is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.bu-select.bu-is-medium {
  font-size: 1.25rem;
}
.bu-select.bu-is-large {
  font-size: 1.5rem;
}
.bu-select.bu-is-disabled::after {
  border-color: hsl(0deg, 0%, 48%);
}
.bu-select.bu-is-fullwidth {
  width: 100%;
}
.bu-select.bu-is-fullwidth select {
  width: 100%;
}
.bu-select.bu-is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.bu-select.bu-is-loading.bu-is-small:after {
  font-size: 0.75rem;
}
.bu-select.bu-is-loading.bu-is-medium:after {
  font-size: 1.25rem;
}
.bu-select.bu-is-loading.bu-is-large:after {
  font-size: 1.5rem;
}

.bu-file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.bu-file.bu-is-white .bu-file-cta {
  background-color: hsl(0deg, 0%, 100%);
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.bu-file.bu-is-white:hover .bu-file-cta, .bu-file.bu-is-white.bu-is-hovered .bu-file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.bu-file.bu-is-white:focus .bu-file-cta, .bu-file.bu-is-white.bu-is-focused .bu-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0deg, 0%, 4%);
}
.bu-file.bu-is-white:active .bu-file-cta, .bu-file.bu-is-white.bu-is-active .bu-file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.bu-file.bu-is-black .bu-file-cta {
  background-color: hsl(0deg, 0%, 4%);
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.bu-file.bu-is-black:hover .bu-file-cta, .bu-file.bu-is-black.bu-is-hovered .bu-file-cta {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.bu-file.bu-is-black:focus .bu-file-cta, .bu-file.bu-is-black.bu-is-focused .bu-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: hsl(0deg, 0%, 100%);
}
.bu-file.bu-is-black:active .bu-file-cta, .bu-file.bu-is-black.bu-is-active .bu-file-cta {
  background-color: black;
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.bu-file.bu-is-light .bu-file-cta {
  background-color: hsl(0deg, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-light:hover .bu-file-cta, .bu-file.bu-is-light.bu-is-hovered .bu-file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-light:focus .bu-file-cta, .bu-file.bu-is-light.bu-is-focused .bu-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-light:active .bu-file-cta, .bu-file.bu-is-light.bu-is-active .bu-file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-dark .bu-file-cta {
  background-color: hsl(0deg, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-dark:hover .bu-file-cta, .bu-file.bu-is-dark.bu-is-hovered .bu-file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-dark:focus .bu-file-cta, .bu-file.bu-is-dark.bu-is-focused .bu-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}
.bu-file.bu-is-dark:active .bu-file-cta, .bu-file.bu-is-dark.bu-is-active .bu-file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-primary .bu-file-cta {
  background-color: #00e5aa;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-primary:hover .bu-file-cta, .bu-file.bu-is-primary.bu-is-hovered .bu-file-cta {
  background-color: #00d8a1;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-primary:focus .bu-file-cta, .bu-file.bu-is-primary.bu-is-focused .bu-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 229, 170, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-primary:active .bu-file-cta, .bu-file.bu-is-primary.bu-is-active .bu-file-cta {
  background-color: #00cc97;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-link .bu-file-cta {
  background-color: hsl(229deg, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-link:hover .bu-file-cta, .bu-file.bu-is-link.bu-is-hovered .bu-file-cta {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-link:focus .bu-file-cta, .bu-file.bu-is-link.bu-is-focused .bu-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
  color: #fff;
}
.bu-file.bu-is-link:active .bu-file-cta, .bu-file.bu-is-link.bu-is-active .bu-file-cta {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-info .bu-file-cta {
  background-color: #3f3d56;
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-info:hover .bu-file-cta, .bu-file.bu-is-info.bu-is-hovered .bu-file-cta {
  background-color: #3a384f;
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-info:focus .bu-file-cta, .bu-file.bu-is-info.bu-is-focused .bu-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(63, 61, 86, 0.25);
  color: #fff;
}
.bu-file.bu-is-info:active .bu-file-cta, .bu-file.bu-is-info.bu-is-active .bu-file-cta {
  background-color: #343247;
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-success .bu-file-cta {
  background-color: hsl(153deg, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-success:hover .bu-file-cta, .bu-file.bu-is-success.bu-is-hovered .bu-file-cta {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-success:focus .bu-file-cta, .bu-file.bu-is-success.bu-is-focused .bu-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
  color: #fff;
}
.bu-file.bu-is-success:active .bu-file-cta, .bu-file.bu-is-success.bu-is-active .bu-file-cta {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-warning .bu-file-cta {
  background-color: hsl(44deg, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-warning:hover .bu-file-cta, .bu-file.bu-is-warning.bu-is-hovered .bu-file-cta {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-warning:focus .bu-file-cta, .bu-file.bu-is-warning.bu-is-focused .bu-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-warning:active .bu-file-cta, .bu-file.bu-is-warning.bu-is-active .bu-file-cta {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-danger .bu-file-cta {
  background-color: hsl(348deg, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-danger:hover .bu-file-cta, .bu-file.bu-is-danger.bu-is-hovered .bu-file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-danger:focus .bu-file-cta, .bu-file.bu-is-danger.bu-is-focused .bu-file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}
.bu-file.bu-is-danger:active .bu-file-cta, .bu-file.bu-is-danger.bu-is-active .bu-file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.bu-file.bu-is-small {
  font-size: 0.75rem;
}
.bu-file.bu-is-normal {
  font-size: 1rem;
}
.bu-file.bu-is-medium {
  font-size: 1.25rem;
}
.bu-file.bu-is-medium .bu-file-icon .bu-fa {
  font-size: 21px;
}
.bu-file.bu-is-large {
  font-size: 1.5rem;
}
.bu-file.bu-is-large .bu-file-icon .bu-fa {
  font-size: 28px;
}
.bu-file.has-name .bu-file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bu-file.has-name .bu-file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bu-file.has-name.bu-is-empty .bu-file-cta {
  border-radius: 4px;
}
.bu-file.has-name.bu-is-empty .bu-file-name {
  display: none;
}
.bu-file.bu-is-boxed .bu-file-label {
  flex-direction: column;
}
.bu-file.bu-is-boxed .bu-file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.bu-file.bu-is-boxed .bu-file-name {
  border-width: 0 1px 1px;
}
.bu-file.bu-is-boxed .bu-file-icon {
  height: 1.5em;
  width: 1.5em;
}
.bu-file.bu-is-boxed .bu-file-icon .bu-fa {
  font-size: 21px;
}
.bu-file.bu-is-boxed.bu-is-small .bu-file-icon .bu-fa {
  font-size: 14px;
}
.bu-file.bu-is-boxed.bu-is-medium .bu-file-icon .bu-fa {
  font-size: 28px;
}
.bu-file.bu-is-boxed.bu-is-large .bu-file-icon .bu-fa {
  font-size: 35px;
}
.bu-file.bu-is-boxed.has-name .bu-file-cta {
  border-radius: 4px 4px 0 0;
}
.bu-file.bu-is-boxed.has-name .bu-file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.bu-file.bu-is-centered {
  justify-content: center;
}
.bu-file.bu-is-fullwidth .bu-file-label {
  width: 100%;
}
.bu-file.bu-is-fullwidth .bu-file-name {
  flex-grow: 1;
  max-width: none;
}
.bu-file.bu-is-right {
  justify-content: flex-end;
}
.bu-file.bu-is-right .bu-file-cta {
  border-radius: 0 4px 4px 0;
}
.bu-file.bu-is-right .bu-file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.bu-file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.bu-file-label:hover .bu-file-cta {
  background-color: #eeeeee;
  color: hsl(0deg, 0%, 21%);
}
.bu-file-label:hover .bu-file-name {
  border-color: #d5d5d5;
}
.bu-file-label:active .bu-file-cta {
  background-color: #e8e8e8;
  color: hsl(0deg, 0%, 21%);
}
.bu-file-label:active .bu-file-name {
  border-color: #cfcfcf;
}

.bu-file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.bu-file-cta,
.bu-file-name {
  border-color: hsl(0deg, 0%, 86%);
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.bu-file-cta {
  background-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 29%);
}

.bu-file-name {
  border-color: hsl(0deg, 0%, 86%);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

.bu-file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.bu-file-icon .bu-fa {
  font-size: 14px;
}

.bu-label {
  color: hsl(0deg, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.bu-label:not(:last-child) {
  margin-bottom: 0.5em;
}
.bu-label.bu-is-small {
  font-size: 0.75rem;
}
.bu-label.bu-is-medium {
  font-size: 1.25rem;
}
.bu-label.bu-is-large {
  font-size: 1.5rem;
}

.bu-help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.bu-help.bu-is-white {
  color: hsl(0deg, 0%, 100%);
}
.bu-help.bu-is-black {
  color: hsl(0deg, 0%, 4%);
}
.bu-help.bu-is-light {
  color: hsl(0deg, 0%, 96%);
}
.bu-help.bu-is-dark {
  color: hsl(0deg, 0%, 21%);
}
.bu-help.bu-is-primary {
  color: #00e5aa;
}
.bu-help.bu-is-link {
  color: hsl(229deg, 53%, 53%);
}
.bu-help.bu-is-info {
  color: #3f3d56;
}
.bu-help.bu-is-success {
  color: hsl(153deg, 53%, 53%);
}
.bu-help.bu-is-warning {
  color: hsl(44deg, 100%, 77%);
}
.bu-help.bu-is-danger {
  color: hsl(348deg, 86%, 61%);
}

.bu-field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bu-field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.bu-field.has-addons .bu-control:not(:last-child) {
  margin-right: -1px;
}
.bu-field.has-addons .bu-control:not(:first-child):not(:last-child) .bu-button,
.bu-field.has-addons .bu-control:not(:first-child):not(:last-child) .bu-input,
.bu-field.has-addons .bu-control:not(:first-child):not(:last-child) .bu-select select {
  border-radius: 0;
}
.bu-field.has-addons .bu-control:first-child:not(:only-child) .bu-button,
.bu-field.has-addons .bu-control:first-child:not(:only-child) .bu-input,
.bu-field.has-addons .bu-control:first-child:not(:only-child) .bu-select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bu-field.has-addons .bu-control:last-child:not(:only-child) .bu-button,
.bu-field.has-addons .bu-control:last-child:not(:only-child) .bu-input,
.bu-field.has-addons .bu-control:last-child:not(:only-child) .bu-select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bu-field.has-addons .bu-control .bu-button:not([disabled]):hover, .bu-field.has-addons .bu-control .bu-button:not([disabled]).bu-is-hovered,
.bu-field.has-addons .bu-control .bu-input:not([disabled]):hover,
.bu-field.has-addons .bu-control .bu-input:not([disabled]).bu-is-hovered,
.bu-field.has-addons .bu-control .bu-select select:not([disabled]):hover,
.bu-field.has-addons .bu-control .bu-select select:not([disabled]).bu-is-hovered {
  z-index: 2;
}
.bu-field.has-addons .bu-control .bu-button:not([disabled]):focus, .bu-field.has-addons .bu-control .bu-button:not([disabled]).bu-is-focused, .bu-field.has-addons .bu-control .bu-button:not([disabled]):active, .bu-field.has-addons .bu-control .bu-button:not([disabled]).bu-is-active,
.bu-field.has-addons .bu-control .bu-input:not([disabled]):focus,
.bu-field.has-addons .bu-control .bu-input:not([disabled]).bu-is-focused,
.bu-field.has-addons .bu-control .bu-input:not([disabled]):active,
.bu-field.has-addons .bu-control .bu-input:not([disabled]).bu-is-active,
.bu-field.has-addons .bu-control .bu-select select:not([disabled]):focus,
.bu-field.has-addons .bu-control .bu-select select:not([disabled]).bu-is-focused,
.bu-field.has-addons .bu-control .bu-select select:not([disabled]):active,
.bu-field.has-addons .bu-control .bu-select select:not([disabled]).bu-is-active {
  z-index: 3;
}
.bu-field.has-addons .bu-control .bu-button:not([disabled]):focus:hover, .bu-field.has-addons .bu-control .bu-button:not([disabled]).bu-is-focused:hover, .bu-field.has-addons .bu-control .bu-button:not([disabled]):active:hover, .bu-field.has-addons .bu-control .bu-button:not([disabled]).bu-is-active:hover,
.bu-field.has-addons .bu-control .bu-input:not([disabled]):focus:hover,
.bu-field.has-addons .bu-control .bu-input:not([disabled]).bu-is-focused:hover,
.bu-field.has-addons .bu-control .bu-input:not([disabled]):active:hover,
.bu-field.has-addons .bu-control .bu-input:not([disabled]).bu-is-active:hover,
.bu-field.has-addons .bu-control .bu-select select:not([disabled]):focus:hover,
.bu-field.has-addons .bu-control .bu-select select:not([disabled]).bu-is-focused:hover,
.bu-field.has-addons .bu-control .bu-select select:not([disabled]):active:hover,
.bu-field.has-addons .bu-control .bu-select select:not([disabled]).bu-is-active:hover {
  z-index: 4;
}
.bu-field.has-addons .bu-control.bu-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.bu-field.has-addons.has-addons-centered {
  justify-content: center;
}
.bu-field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.bu-field.has-addons.has-addons-fullwidth .bu-control {
  flex-grow: 1;
  flex-shrink: 0;
}
.bu-field.bu-is-grouped {
  display: flex;
  justify-content: flex-start;
}
.bu-field.bu-is-grouped > .bu-control {
  flex-shrink: 0;
}
.bu-field.bu-is-grouped > .bu-control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.bu-field.bu-is-grouped > .bu-control.bu-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.bu-field.bu-is-grouped.bu-is-grouped-centered {
  justify-content: center;
}
.bu-field.bu-is-grouped.bu-is-grouped-right {
  justify-content: flex-end;
}
.bu-field.bu-is-grouped.bu-is-grouped-multiline {
  flex-wrap: wrap;
}
.bu-field.bu-is-grouped.bu-is-grouped-multiline > .bu-control:last-child, .bu-field.bu-is-grouped.bu-is-grouped-multiline > .bu-control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bu-field.bu-is-grouped.bu-is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.bu-field.bu-is-grouped.bu-is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .bu-field.bu-is-horizontal {
    display: flex;
  }
}

.bu-field-label .bu-label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .bu-field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .bu-field-label.bu-is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .bu-field-label.bu-is-normal {
    padding-top: 0.375em;
  }
  .bu-field-label.bu-is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .bu-field-label.bu-is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.bu-field-body .bu-field .bu-field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .bu-field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .bu-field-body .bu-field {
    margin-bottom: 0;
  }
  .bu-field-body > .bu-field {
    flex-shrink: 1;
  }
  .bu-field-body > .bu-field:not(.bu-is-narrow) {
    flex-grow: 1;
  }
  .bu-field-body > .bu-field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.bu-control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.bu-control.has-icons-left .bu-input:focus ~ .bu-icon,
.bu-control.has-icons-left .bu-select:focus ~ .bu-icon, .bu-control.has-icons-right .bu-input:focus ~ .bu-icon,
.bu-control.has-icons-right .bu-select:focus ~ .bu-icon {
  color: hsl(0deg, 0%, 29%);
}
.bu-control.has-icons-left .bu-input.bu-is-small ~ .bu-icon,
.bu-control.has-icons-left .bu-select.bu-is-small ~ .bu-icon, .bu-control.has-icons-right .bu-input.bu-is-small ~ .bu-icon,
.bu-control.has-icons-right .bu-select.bu-is-small ~ .bu-icon {
  font-size: 0.75rem;
}
.bu-control.has-icons-left .bu-input.bu-is-medium ~ .bu-icon,
.bu-control.has-icons-left .bu-select.bu-is-medium ~ .bu-icon, .bu-control.has-icons-right .bu-input.bu-is-medium ~ .bu-icon,
.bu-control.has-icons-right .bu-select.bu-is-medium ~ .bu-icon {
  font-size: 1.25rem;
}
.bu-control.has-icons-left .bu-input.bu-is-large ~ .bu-icon,
.bu-control.has-icons-left .bu-select.bu-is-large ~ .bu-icon, .bu-control.has-icons-right .bu-input.bu-is-large ~ .bu-icon,
.bu-control.has-icons-right .bu-select.bu-is-large ~ .bu-icon {
  font-size: 1.5rem;
}
.bu-control.has-icons-left .bu-icon, .bu-control.has-icons-right .bu-icon {
  color: hsl(0deg, 0%, 86%);
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.bu-control.has-icons-left .bu-input,
.bu-control.has-icons-left .bu-select select {
  padding-left: 2.5em;
}
.bu-control.has-icons-left .bu-icon.bu-is-left {
  left: 0;
}
.bu-control.has-icons-right .bu-input,
.bu-control.has-icons-right .bu-select select {
  padding-right: 2.5em;
}
.bu-control.has-icons-right .bu-icon.bu-is-right {
  right: 0;
}
.bu-control.bu-is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.bu-control.bu-is-loading.bu-is-small:after {
  font-size: 0.75rem;
}
.bu-control.bu-is-loading.bu-is-medium:after {
  font-size: 1.25rem;
}
.bu-control.bu-is-loading.bu-is-large:after {
  font-size: 1.5rem;
}

/* Bulma Components */
.bu-breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.bu-breadcrumb a {
  align-items: center;
  color: hsl(229deg, 53%, 53%);
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.bu-breadcrumb a:hover {
  color: hsl(0deg, 0%, 21%);
}
.bu-breadcrumb li {
  align-items: center;
  display: flex;
}
.bu-breadcrumb li:first-child a {
  padding-left: 0;
}
.bu-breadcrumb li.bu-is-active a {
  color: hsl(0deg, 0%, 21%);
  cursor: default;
  pointer-events: none;
}
.bu-breadcrumb li + li::before {
  color: hsl(0deg, 0%, 71%);
  content: "/";
}
.bu-breadcrumb ul,
.bu-breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bu-breadcrumb .bu-icon:first-child {
  margin-right: 0.5em;
}
.bu-breadcrumb .bu-icon:last-child {
  margin-left: 0.5em;
}
.bu-breadcrumb.bu-is-centered ol,
.bu-breadcrumb.bu-is-centered ul {
  justify-content: center;
}
.bu-breadcrumb.bu-is-right ol,
.bu-breadcrumb.bu-is-right ul {
  justify-content: flex-end;
}
.bu-breadcrumb.bu-is-small {
  font-size: 0.75rem;
}
.bu-breadcrumb.bu-is-medium {
  font-size: 1.25rem;
}
.bu-breadcrumb.bu-is-large {
  font-size: 1.5rem;
}
.bu-breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.bu-breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.bu-breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.bu-breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

.bu-card {
  background-color: hsl(0deg, 0%, 100%);
  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: hsl(0deg, 0%, 29%);
  max-width: 100%;
  position: relative;
}

.bu-card-footer:first-child, .bu-card-content:first-child, .bu-card-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bu-card-footer:last-child, .bu-card-content:last-child, .bu-card-header:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.bu-card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

.bu-card-header-title {
  align-items: center;
  color: hsl(0deg, 0%, 21%);
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.bu-card-header-title.bu-is-centered {
  justify-content: center;
}

.bu-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;
}

.bu-card-image {
  display: block;
  position: relative;
}
.bu-card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bu-card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.bu-card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.bu-card-footer {
  background-color: transparent;
  border-top: 1px solid hsl(0deg, 0%, 93%);
  align-items: stretch;
  display: flex;
}

.bu-card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.bu-card-footer-item:not(:last-child) {
  border-right: 1px solid hsl(0deg, 0%, 93%);
}

.bu-card .bu-media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.bu-dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.bu-dropdown.bu-is-active .bu-dropdown-menu, .bu-dropdown.bu-is-hoverable:hover .bu-dropdown-menu {
  display: block;
}
.bu-dropdown.bu-is-right .bu-dropdown-menu {
  left: auto;
  right: 0;
}
.bu-dropdown.bu-is-up .bu-dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.bu-dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.bu-dropdown-content {
  background-color: hsl(0deg, 0%, 100%);
  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;
}

.bu-dropdown-item {
  color: hsl(0deg, 0%, 29%);
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.bu-dropdown-item,
button.bu-dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
a.bu-dropdown-item:hover,
button.bu-dropdown-item:hover {
  background-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 4%);
}
a.bu-dropdown-item.bu-is-active,
button.bu-dropdown-item.bu-is-active {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}

.bu-dropdown-divider {
  background-color: hsl(0deg, 0%, 93%);
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.bu-level {
  align-items: center;
  justify-content: space-between;
}
.bu-level code {
  border-radius: 4px;
}
.bu-level img {
  display: inline-block;
  vertical-align: top;
}
.bu-level.bu-is-mobile {
  display: flex;
}
.bu-level.bu-is-mobile .bu-level-left,
.bu-level.bu-is-mobile .bu-level-right {
  display: flex;
}
.bu-level.bu-is-mobile .bu-level-left + .bu-level-right {
  margin-top: 0;
}
.bu-level.bu-is-mobile .bu-level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.bu-level.bu-is-mobile .bu-level-item:not(.bu-is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .bu-level {
    display: flex;
  }
  .bu-level > .bu-level-item:not(.bu-is-narrow) {
    flex-grow: 1;
  }
}

.bu-level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.bu-level-item .bu-title,
.bu-level-item .bu-subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bu-level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.bu-level-left,
.bu-level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.bu-level-left .bu-level-item.bu-is-flexible,
.bu-level-right .bu-level-item.bu-is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .bu-level-left .bu-level-item:not(:last-child),
.bu-level-right .bu-level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.bu-level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .bu-level-left + .bu-level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-level-left {
    display: flex;
  }
}

.bu-level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  .bu-level-right {
    display: flex;
  }
}

.bu-media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.bu-media .bu-content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bu-media .bu-media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.bu-media .bu-media .bu-content:not(:last-child),
.bu-media .bu-media .bu-control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.bu-media .bu-media .bu-media {
  padding-top: 0.5rem;
}
.bu-media .bu-media .bu-media + .bu-media {
  margin-top: 0.5rem;
}
.bu-media + .bu-media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.bu-media.bu-is-large + .bu-media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.bu-media-left,
.bu-media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.bu-media-left {
  margin-right: 1rem;
}

.bu-media-right {
  margin-left: 1rem;
}

.bu-media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  .bu-media-content {
    overflow-x: auto;
  }
}
.bu-menu {
  font-size: 1rem;
}
.bu-menu.bu-is-small {
  font-size: 0.75rem;
}
.bu-menu.bu-is-medium {
  font-size: 1.25rem;
}
.bu-menu.bu-is-large {
  font-size: 1.5rem;
}

.bu-menu-list {
  line-height: 1.25;
}
.bu-menu-list a {
  border-radius: 2px;
  color: hsl(0deg, 0%, 29%);
  display: block;
  padding: 0.5em 0.75em;
}
.bu-menu-list a:hover {
  background-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 21%);
}
.bu-menu-list a.bu-is-active {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.bu-menu-list li ul {
  border-left: 1px solid hsl(0deg, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}

.bu-menu-label {
  color: hsl(0deg, 0%, 48%);
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bu-menu-label:not(:first-child) {
  margin-top: 1em;
}
.bu-menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.bu-message {
  background-color: hsl(0deg, 0%, 96%);
  border-radius: 4px;
  font-size: 1rem;
}
.bu-message strong {
  color: currentColor;
}
.bu-message a:not(.bu-button):not(.bu-tag):not(.bu-dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.bu-message.bu-is-small {
  font-size: 0.75rem;
}
.bu-message.bu-is-medium {
  font-size: 1.25rem;
}
.bu-message.bu-is-large {
  font-size: 1.5rem;
}
.bu-message.bu-is-white {
  background-color: white;
}
.bu-message.bu-is-white .bu-message-header {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.bu-message.bu-is-white .bu-message-body {
  border-color: hsl(0deg, 0%, 100%);
}
.bu-message.bu-is-black {
  background-color: #fafafa;
}
.bu-message.bu-is-black .bu-message-header {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.bu-message.bu-is-black .bu-message-body {
  border-color: hsl(0deg, 0%, 4%);
}
.bu-message.bu-is-light {
  background-color: #fafafa;
}
.bu-message.bu-is-light .bu-message-header {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-message.bu-is-light .bu-message-body {
  border-color: hsl(0deg, 0%, 96%);
}
.bu-message.bu-is-dark {
  background-color: #fafafa;
}
.bu-message.bu-is-dark .bu-message-header {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.bu-message.bu-is-dark .bu-message-body {
  border-color: hsl(0deg, 0%, 21%);
}
.bu-message.bu-is-primary {
  background-color: #ebfffa;
}
.bu-message.bu-is-primary .bu-message-header {
  background-color: #00e5aa;
  color: rgba(0, 0, 0, 0.7);
}
.bu-message.bu-is-primary .bu-message-body {
  border-color: #00e5aa;
  color: #00946e;
}
.bu-message.bu-is-link {
  background-color: #eff1fa;
}
.bu-message.bu-is-link .bu-message-header {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.bu-message.bu-is-link .bu-message-body {
  border-color: hsl(229deg, 53%, 53%);
  color: #3850b7;
}
.bu-message.bu-is-info {
  background-color: #f3f3f7;
}
.bu-message.bu-is-info .bu-message-header {
  background-color: #3f3d56;
  color: #fff;
}
.bu-message.bu-is-info .bu-message-body {
  border-color: #3f3d56;
  color: #76739c;
}
.bu-message.bu-is-success {
  background-color: #effaf5;
}
.bu-message.bu-is-success .bu-message-header {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.bu-message.bu-is-success .bu-message-body {
  border-color: hsl(153deg, 53%, 53%);
  color: #257953;
}
.bu-message.bu-is-warning {
  background-color: #fffaeb;
}
.bu-message.bu-is-warning .bu-message-header {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-message.bu-is-warning .bu-message-body {
  border-color: hsl(44deg, 100%, 77%);
  color: #946c00;
}
.bu-message.bu-is-danger {
  background-color: #feecf0;
}
.bu-message.bu-is-danger .bu-message-header {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.bu-message.bu-is-danger .bu-message-body {
  border-color: hsl(348deg, 86%, 61%);
  color: #cc0f35;
}

.bu-message-header {
  align-items: center;
  background-color: hsl(0deg, 0%, 29%);
  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;
}
.bu-message-header .bu-delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.bu-message-header + .bu-message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bu-message-body {
  border-color: hsl(0deg, 0%, 86%);
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: hsl(0deg, 0%, 29%);
  padding: 1.25em 1.5em;
}
.bu-message-body code,
.bu-message-body pre {
  background-color: hsl(0deg, 0%, 100%);
}
.bu-message-body pre code {
  background-color: transparent;
}

.bu-modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.bu-modal.bu-is-active {
  display: flex;
}

.bu-modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.bu-modal-content,
.bu-modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .bu-modal-content,
.bu-modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.bu-modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.bu-modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.bu-modal-card-head,
.bu-modal-card-foot {
  align-items: center;
  background-color: hsl(0deg, 0%, 96%);
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.bu-modal-card-head {
  border-bottom: 1px solid hsl(0deg, 0%, 86%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.bu-modal-card-title {
  color: hsl(0deg, 0%, 21%);
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.bu-modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid hsl(0deg, 0%, 86%);
}
.bu-modal-card-foot .bu-button:not(:last-child) {
  margin-right: 0.5em;
}

.bu-modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0deg, 0%, 100%);
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.bu-navbar {
  background-color: hsl(0deg, 0%, 100%);
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.bu-navbar.bu-is-white {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-white .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-white .bu-navbar-brand .bu-navbar-link {
  color: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-white .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-white .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-white .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-white .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-white .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-white .bu-navbar-brand .bu-navbar-link.bu-is-active {
  background-color: #f2f2f2;
  color: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-white .bu-navbar-brand .bu-navbar-link::after {
  border-color: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-white .bu-navbar-burger {
  color: hsl(0deg, 0%, 4%);
}
@media screen and (min-width: 1024px) {
  .bu-navbar.bu-is-white .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-white .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-white .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-white .bu-navbar-end .bu-navbar-link {
    color: hsl(0deg, 0%, 4%);
  }
  .bu-navbar.bu-is-white .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-white .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-white .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-white .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-white .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-white .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-white .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-white .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-white .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-white .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-white .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-white .bu-navbar-end .bu-navbar-link.bu-is-active {
    background-color: #f2f2f2;
    color: hsl(0deg, 0%, 4%);
  }
  .bu-navbar.bu-is-white .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-white .bu-navbar-end .bu-navbar-link::after {
    border-color: hsl(0deg, 0%, 4%);
  }
  .bu-navbar.bu-is-white .bu-navbar-item.has-dropdown:focus .bu-navbar-link,
.bu-navbar.bu-is-white .bu-navbar-item.has-dropdown:hover .bu-navbar-link,
.bu-navbar.bu-is-white .bu-navbar-item.has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #f2f2f2;
    color: hsl(0deg, 0%, 4%);
  }
  .bu-navbar.bu-is-white .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%);
  }
}
.bu-navbar.bu-is-black {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.bu-navbar.bu-is-black .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-black .bu-navbar-brand .bu-navbar-link {
  color: hsl(0deg, 0%, 100%);
}
.bu-navbar.bu-is-black .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-black .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-black .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-black .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-black .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-black .bu-navbar-brand .bu-navbar-link.bu-is-active {
  background-color: black;
  color: hsl(0deg, 0%, 100%);
}
.bu-navbar.bu-is-black .bu-navbar-brand .bu-navbar-link::after {
  border-color: hsl(0deg, 0%, 100%);
}
.bu-navbar.bu-is-black .bu-navbar-burger {
  color: hsl(0deg, 0%, 100%);
}
@media screen and (min-width: 1024px) {
  .bu-navbar.bu-is-black .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-black .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-black .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-black .bu-navbar-end .bu-navbar-link {
    color: hsl(0deg, 0%, 100%);
  }
  .bu-navbar.bu-is-black .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-black .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-black .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-black .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-black .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-black .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-black .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-black .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-black .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-black .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-black .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-black .bu-navbar-end .bu-navbar-link.bu-is-active {
    background-color: black;
    color: hsl(0deg, 0%, 100%);
  }
  .bu-navbar.bu-is-black .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-black .bu-navbar-end .bu-navbar-link::after {
    border-color: hsl(0deg, 0%, 100%);
  }
  .bu-navbar.bu-is-black .bu-navbar-item.has-dropdown:focus .bu-navbar-link,
.bu-navbar.bu-is-black .bu-navbar-item.has-dropdown:hover .bu-navbar-link,
.bu-navbar.bu-is-black .bu-navbar-item.has-dropdown.bu-is-active .bu-navbar-link {
    background-color: black;
    color: hsl(0deg, 0%, 100%);
  }
  .bu-navbar.bu-is-black .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%);
  }
}
.bu-navbar.bu-is-light {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-light .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-light .bu-navbar-brand .bu-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-light .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-light .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-light .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-light .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-light .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-light .bu-navbar-brand .bu-navbar-link.bu-is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-light .bu-navbar-brand .bu-navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-light .bu-navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .bu-navbar.bu-is-light .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-light .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-light .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-light .bu-navbar-end .bu-navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-light .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-light .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-light .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-light .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-light .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-light .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-light .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-light .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-light .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-light .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-light .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-light .bu-navbar-end .bu-navbar-link.bu-is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-light .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-light .bu-navbar-end .bu-navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-light .bu-navbar-item.has-dropdown:focus .bu-navbar-link,
.bu-navbar.bu-is-light .bu-navbar-item.has-dropdown:hover .bu-navbar-link,
.bu-navbar.bu-is-light .bu-navbar-item.has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-light .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.bu-navbar.bu-is-dark {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.bu-navbar.bu-is-dark .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-dark .bu-navbar-brand .bu-navbar-link {
  color: #fff;
}
.bu-navbar.bu-is-dark .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-dark .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-dark .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-dark .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-dark .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-dark .bu-navbar-brand .bu-navbar-link.bu-is-active {
  background-color: #292929;
  color: #fff;
}
.bu-navbar.bu-is-dark .bu-navbar-brand .bu-navbar-link::after {
  border-color: #fff;
}
.bu-navbar.bu-is-dark .bu-navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .bu-navbar.bu-is-dark .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-dark .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-dark .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-dark .bu-navbar-end .bu-navbar-link {
    color: #fff;
  }
  .bu-navbar.bu-is-dark .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-dark .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-dark .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-dark .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-dark .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-dark .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-dark .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-dark .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-dark .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-dark .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-dark .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-dark .bu-navbar-end .bu-navbar-link.bu-is-active {
    background-color: #292929;
    color: #fff;
  }
  .bu-navbar.bu-is-dark .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-dark .bu-navbar-end .bu-navbar-link::after {
    border-color: #fff;
  }
  .bu-navbar.bu-is-dark .bu-navbar-item.has-dropdown:focus .bu-navbar-link,
.bu-navbar.bu-is-dark .bu-navbar-item.has-dropdown:hover .bu-navbar-link,
.bu-navbar.bu-is-dark .bu-navbar-item.has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #292929;
    color: #fff;
  }
  .bu-navbar.bu-is-dark .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff;
  }
}
.bu-navbar.bu-is-primary {
  background-color: #00e5aa;
  color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-primary .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-primary .bu-navbar-brand .bu-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-primary .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-primary .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-primary .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-primary .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-primary .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-primary .bu-navbar-brand .bu-navbar-link.bu-is-active {
  background-color: #00cc97;
  color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-primary .bu-navbar-brand .bu-navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-primary .bu-navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .bu-navbar.bu-is-primary .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-primary .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-primary .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-primary .bu-navbar-end .bu-navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-primary .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-primary .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-primary .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-primary .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-primary .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-primary .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-primary .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-primary .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-primary .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-primary .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-primary .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-primary .bu-navbar-end .bu-navbar-link.bu-is-active {
    background-color: #00cc97;
    color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-primary .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-primary .bu-navbar-end .bu-navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-primary .bu-navbar-item.has-dropdown:focus .bu-navbar-link,
.bu-navbar.bu-is-primary .bu-navbar-item.has-dropdown:hover .bu-navbar-link,
.bu-navbar.bu-is-primary .bu-navbar-item.has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #00cc97;
    color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-primary .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: #00e5aa;
    color: rgba(0, 0, 0, 0.7);
  }
}
.bu-navbar.bu-is-link {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.bu-navbar.bu-is-link .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-link .bu-navbar-brand .bu-navbar-link {
  color: #fff;
}
.bu-navbar.bu-is-link .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-link .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-link .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-link .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-link .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-link .bu-navbar-brand .bu-navbar-link.bu-is-active {
  background-color: #3a51bb;
  color: #fff;
}
.bu-navbar.bu-is-link .bu-navbar-brand .bu-navbar-link::after {
  border-color: #fff;
}
.bu-navbar.bu-is-link .bu-navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .bu-navbar.bu-is-link .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-link .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-link .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-link .bu-navbar-end .bu-navbar-link {
    color: #fff;
  }
  .bu-navbar.bu-is-link .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-link .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-link .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-link .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-link .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-link .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-link .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-link .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-link .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-link .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-link .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-link .bu-navbar-end .bu-navbar-link.bu-is-active {
    background-color: #3a51bb;
    color: #fff;
  }
  .bu-navbar.bu-is-link .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-link .bu-navbar-end .bu-navbar-link::after {
    border-color: #fff;
  }
  .bu-navbar.bu-is-link .bu-navbar-item.has-dropdown:focus .bu-navbar-link,
.bu-navbar.bu-is-link .bu-navbar-item.has-dropdown:hover .bu-navbar-link,
.bu-navbar.bu-is-link .bu-navbar-item.has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #3a51bb;
    color: #fff;
  }
  .bu-navbar.bu-is-link .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: hsl(229deg, 53%, 53%);
    color: #fff;
  }
}
.bu-navbar.bu-is-info {
  background-color: #3f3d56;
  color: #fff;
}
.bu-navbar.bu-is-info .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-info .bu-navbar-brand .bu-navbar-link {
  color: #fff;
}
.bu-navbar.bu-is-info .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-info .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-info .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-info .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-info .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-info .bu-navbar-brand .bu-navbar-link.bu-is-active {
  background-color: #343247;
  color: #fff;
}
.bu-navbar.bu-is-info .bu-navbar-brand .bu-navbar-link::after {
  border-color: #fff;
}
.bu-navbar.bu-is-info .bu-navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .bu-navbar.bu-is-info .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-info .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-info .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-info .bu-navbar-end .bu-navbar-link {
    color: #fff;
  }
  .bu-navbar.bu-is-info .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-info .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-info .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-info .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-info .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-info .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-info .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-info .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-info .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-info .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-info .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-info .bu-navbar-end .bu-navbar-link.bu-is-active {
    background-color: #343247;
    color: #fff;
  }
  .bu-navbar.bu-is-info .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-info .bu-navbar-end .bu-navbar-link::after {
    border-color: #fff;
  }
  .bu-navbar.bu-is-info .bu-navbar-item.has-dropdown:focus .bu-navbar-link,
.bu-navbar.bu-is-info .bu-navbar-item.has-dropdown:hover .bu-navbar-link,
.bu-navbar.bu-is-info .bu-navbar-item.has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #343247;
    color: #fff;
  }
  .bu-navbar.bu-is-info .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: #3f3d56;
    color: #fff;
  }
}
.bu-navbar.bu-is-success {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.bu-navbar.bu-is-success .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-success .bu-navbar-brand .bu-navbar-link {
  color: #fff;
}
.bu-navbar.bu-is-success .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-success .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-success .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-success .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-success .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-success .bu-navbar-brand .bu-navbar-link.bu-is-active {
  background-color: #3abb81;
  color: #fff;
}
.bu-navbar.bu-is-success .bu-navbar-brand .bu-navbar-link::after {
  border-color: #fff;
}
.bu-navbar.bu-is-success .bu-navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .bu-navbar.bu-is-success .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-success .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-success .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-success .bu-navbar-end .bu-navbar-link {
    color: #fff;
  }
  .bu-navbar.bu-is-success .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-success .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-success .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-success .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-success .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-success .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-success .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-success .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-success .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-success .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-success .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-success .bu-navbar-end .bu-navbar-link.bu-is-active {
    background-color: #3abb81;
    color: #fff;
  }
  .bu-navbar.bu-is-success .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-success .bu-navbar-end .bu-navbar-link::after {
    border-color: #fff;
  }
  .bu-navbar.bu-is-success .bu-navbar-item.has-dropdown:focus .bu-navbar-link,
.bu-navbar.bu-is-success .bu-navbar-item.has-dropdown:hover .bu-navbar-link,
.bu-navbar.bu-is-success .bu-navbar-item.has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #3abb81;
    color: #fff;
  }
  .bu-navbar.bu-is-success .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: hsl(153deg, 53%, 53%);
    color: #fff;
  }
}
.bu-navbar.bu-is-warning {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-warning .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-warning .bu-navbar-brand .bu-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-warning .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-warning .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-warning .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-warning .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-warning .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-warning .bu-navbar-brand .bu-navbar-link.bu-is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-warning .bu-navbar-brand .bu-navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-warning .bu-navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .bu-navbar.bu-is-warning .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-warning .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-warning .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-warning .bu-navbar-end .bu-navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-warning .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-warning .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-warning .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-warning .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-warning .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-warning .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-warning .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-warning .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-warning .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-warning .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-warning .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-warning .bu-navbar-end .bu-navbar-link.bu-is-active {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-warning .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-warning .bu-navbar-end .bu-navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-warning .bu-navbar-item.has-dropdown:focus .bu-navbar-link,
.bu-navbar.bu-is-warning .bu-navbar-item.has-dropdown:hover .bu-navbar-link,
.bu-navbar.bu-is-warning .bu-navbar-item.has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-warning .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: hsl(44deg, 100%, 77%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.bu-navbar.bu-is-danger {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.bu-navbar.bu-is-danger .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-danger .bu-navbar-brand .bu-navbar-link {
  color: #fff;
}
.bu-navbar.bu-is-danger .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-danger .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-danger .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-danger .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-danger .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-danger .bu-navbar-brand .bu-navbar-link.bu-is-active {
  background-color: #ef2e55;
  color: #fff;
}
.bu-navbar.bu-is-danger .bu-navbar-brand .bu-navbar-link::after {
  border-color: #fff;
}
.bu-navbar.bu-is-danger .bu-navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .bu-navbar.bu-is-danger .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-danger .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-danger .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-danger .bu-navbar-end .bu-navbar-link {
    color: #fff;
  }
  .bu-navbar.bu-is-danger .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-danger .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-danger .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-danger .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-danger .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-danger .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-danger .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-danger .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-danger .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-danger .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-danger .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-danger .bu-navbar-end .bu-navbar-link.bu-is-active {
    background-color: #ef2e55;
    color: #fff;
  }
  .bu-navbar.bu-is-danger .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-danger .bu-navbar-end .bu-navbar-link::after {
    border-color: #fff;
  }
  .bu-navbar.bu-is-danger .bu-navbar-item.has-dropdown:focus .bu-navbar-link,
.bu-navbar.bu-is-danger .bu-navbar-item.has-dropdown:hover .bu-navbar-link,
.bu-navbar.bu-is-danger .bu-navbar-item.has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #ef2e55;
    color: #fff;
  }
  .bu-navbar.bu-is-danger .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: hsl(348deg, 86%, 61%);
    color: #fff;
  }
}
.bu-navbar > .bu-container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.bu-navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0deg, 0%, 96%);
}
.bu-navbar.bu-is-fixed-bottom, .bu-navbar.bu-is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.bu-navbar.bu-is-fixed-bottom {
  bottom: 0;
}
.bu-navbar.bu-is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 hsl(0deg, 0%, 96%);
}
.bu-navbar.bu-is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.bu-navbar-brand,
.bu-navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.bu-navbar-brand a.bu-navbar-item:focus, .bu-navbar-brand a.bu-navbar-item:hover {
  background-color: transparent;
}

.bu-navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.bu-navbar-burger {
  color: hsl(0deg, 0%, 29%);
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.bu-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;
}
.bu-navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.bu-navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.bu-navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.bu-navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.bu-navbar-burger.bu-is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.bu-navbar-burger.bu-is-active span:nth-child(2) {
  opacity: 0;
}
.bu-navbar-burger.bu-is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.bu-navbar-menu {
  display: none;
}

.bu-navbar-item,
.bu-navbar-link {
  color: hsl(0deg, 0%, 29%);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.bu-navbar-item .bu-icon:only-child,
.bu-navbar-link .bu-icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.bu-navbar-item,
.bu-navbar-link {
  cursor: pointer;
}
a.bu-navbar-item:focus, a.bu-navbar-item:focus-within, a.bu-navbar-item:hover, a.bu-navbar-item.bu-is-active,
.bu-navbar-link:focus,
.bu-navbar-link:focus-within,
.bu-navbar-link:hover,
.bu-navbar-link.bu-is-active {
  background-color: hsl(0deg, 0%, 98%);
  color: hsl(229deg, 53%, 53%);
}

.bu-navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.bu-navbar-item img {
  max-height: 1.75rem;
}
.bu-navbar-item.has-dropdown {
  padding: 0;
}
.bu-navbar-item.bu-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.bu-navbar-item.bu-is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.bu-navbar-item.bu-is-tab:focus, .bu-navbar-item.bu-is-tab:hover {
  background-color: transparent;
  border-bottom-color: hsl(229deg, 53%, 53%);
}
.bu-navbar-item.bu-is-tab.bu-is-active {
  background-color: transparent;
  border-bottom-color: hsl(229deg, 53%, 53%);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: hsl(229deg, 53%, 53%);
  padding-bottom: calc(0.5rem - 3px);
}

.bu-navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.bu-navbar-link:not(.bu-is-arrowless) {
  padding-right: 2.5em;
}
.bu-navbar-link:not(.bu-is-arrowless)::after {
  border-color: hsl(229deg, 53%, 53%);
  margin-top: -0.375em;
  right: 1.125em;
}

.bu-navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.bu-navbar-dropdown .bu-navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bu-navbar-divider {
  background-color: hsl(0deg, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .bu-navbar > .bu-container {
    display: block;
  }

  .bu-navbar-brand .bu-navbar-item,
.bu-navbar-tabs .bu-navbar-item {
    align-items: center;
    display: flex;
  }

  .bu-navbar-link::after {
    display: none;
  }

  .bu-navbar-menu {
    background-color: hsl(0deg, 0%, 100%);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .bu-navbar-menu.bu-is-active {
    display: block;
  }

  .bu-navbar.bu-is-fixed-bottom-touch, .bu-navbar.bu-is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .bu-navbar.bu-is-fixed-bottom-touch {
    bottom: 0;
  }
  .bu-navbar.bu-is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .bu-navbar.bu-is-fixed-top-touch {
    top: 0;
  }
  .bu-navbar.bu-is-fixed-top .bu-navbar-menu, .bu-navbar.bu-is-fixed-top-touch .bu-navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .bu-navbar,
.bu-navbar-menu,
.bu-navbar-start,
.bu-navbar-end {
    align-items: stretch;
    display: flex;
  }

  .bu-navbar {
    min-height: 3.25rem;
  }
  .bu-navbar.bu-is-spaced {
    padding: 1rem 2rem;
  }
  .bu-navbar.bu-is-spaced .bu-navbar-start,
.bu-navbar.bu-is-spaced .bu-navbar-end {
    align-items: center;
  }
  .bu-navbar.bu-is-spaced a.bu-navbar-item,
.bu-navbar.bu-is-spaced .bu-navbar-link {
    border-radius: 4px;
  }
  .bu-navbar.bu-is-transparent a.bu-navbar-item:focus, .bu-navbar.bu-is-transparent a.bu-navbar-item:hover, .bu-navbar.bu-is-transparent a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-transparent .bu-navbar-link:focus,
.bu-navbar.bu-is-transparent .bu-navbar-link:hover,
.bu-navbar.bu-is-transparent .bu-navbar-link.bu-is-active {
    background-color: transparent !important;
  }
  .bu-navbar.bu-is-transparent .bu-navbar-item.has-dropdown.bu-is-active .bu-navbar-link, .bu-navbar.bu-is-transparent .bu-navbar-item.has-dropdown.bu-is-hoverable:focus .bu-navbar-link, .bu-navbar.bu-is-transparent .bu-navbar-item.has-dropdown.bu-is-hoverable:focus-within .bu-navbar-link, .bu-navbar.bu-is-transparent .bu-navbar-item.has-dropdown.bu-is-hoverable:hover .bu-navbar-link {
    background-color: transparent !important;
  }
  .bu-navbar.bu-is-transparent .bu-navbar-dropdown a.bu-navbar-item:focus, .bu-navbar.bu-is-transparent .bu-navbar-dropdown a.bu-navbar-item:hover {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 4%);
  }
  .bu-navbar.bu-is-transparent .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(229deg, 53%, 53%);
  }

  .bu-navbar-burger {
    display: none;
  }

  .bu-navbar-item,
.bu-navbar-link {
    align-items: center;
    display: flex;
  }

  .bu-navbar-item.has-dropdown {
    align-items: stretch;
  }
  .bu-navbar-item.has-dropdown-up .bu-navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .bu-navbar-item.has-dropdown-up .bu-navbar-dropdown {
    border-bottom: 2px solid hsl(0deg, 0%, 86%);
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .bu-navbar-item.bu-is-active .bu-navbar-dropdown, .bu-navbar-item.bu-is-hoverable:focus .bu-navbar-dropdown, .bu-navbar-item.bu-is-hoverable:focus-within .bu-navbar-dropdown, .bu-navbar-item.bu-is-hoverable:hover .bu-navbar-dropdown {
    display: block;
  }
  .bu-navbar.bu-is-spaced .bu-navbar-item.bu-is-active .bu-navbar-dropdown, .bu-navbar-item.bu-is-active .bu-navbar-dropdown.bu-is-boxed, .bu-navbar.bu-is-spaced .bu-navbar-item.bu-is-hoverable:focus .bu-navbar-dropdown, .bu-navbar-item.bu-is-hoverable:focus .bu-navbar-dropdown.bu-is-boxed, .bu-navbar.bu-is-spaced .bu-navbar-item.bu-is-hoverable:focus-within .bu-navbar-dropdown, .bu-navbar-item.bu-is-hoverable:focus-within .bu-navbar-dropdown.bu-is-boxed, .bu-navbar.bu-is-spaced .bu-navbar-item.bu-is-hoverable:hover .bu-navbar-dropdown, .bu-navbar-item.bu-is-hoverable:hover .bu-navbar-dropdown.bu-is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .bu-navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .bu-navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .bu-navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .bu-navbar-dropdown {
    background-color: hsl(0deg, 0%, 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0deg, 0%, 86%);
    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;
  }
  .bu-navbar-dropdown .bu-navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .bu-navbar-dropdown a.bu-navbar-item {
    padding-right: 3rem;
  }
  .bu-navbar-dropdown a.bu-navbar-item:focus, .bu-navbar-dropdown a.bu-navbar-item:hover {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 4%);
  }
  .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(229deg, 53%, 53%);
  }
  .bu-navbar.bu-is-spaced .bu-navbar-dropdown, .bu-navbar-dropdown.bu-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;
  }
  .bu-navbar-dropdown.bu-is-right {
    left: auto;
    right: 0;
  }

  .bu-navbar-divider {
    display: block;
  }

  .bu-navbar > .bu-container .bu-navbar-brand,
.bu-container > .bu-navbar .bu-navbar-brand {
    margin-left: -0.75rem;
  }
  .bu-navbar > .bu-container .bu-navbar-menu,
.bu-container > .bu-navbar .bu-navbar-menu {
    margin-right: -0.75rem;
  }

  .bu-navbar.bu-is-fixed-bottom-desktop, .bu-navbar.bu-is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .bu-navbar.bu-is-fixed-bottom-desktop {
    bottom: 0;
  }
  .bu-navbar.bu-is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .bu-navbar.bu-is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.bu-navbar-item.bu-is-active,
.bu-navbar-link.bu-is-active {
    color: hsl(0deg, 0%, 4%);
  }
  a.bu-navbar-item.bu-is-active:not(:focus):not(:hover),
.bu-navbar-link.bu-is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .bu-navbar-item.has-dropdown:focus .bu-navbar-link, .bu-navbar-item.has-dropdown:hover .bu-navbar-link, .bu-navbar-item.has-dropdown.bu-is-active .bu-navbar-link {
    background-color: hsl(0deg, 0%, 98%);
  }
}
.bu-hero.bu-is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.bu-pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.bu-pagination.bu-is-small {
  font-size: 0.75rem;
}
.bu-pagination.bu-is-medium {
  font-size: 1.25rem;
}
.bu-pagination.bu-is-large {
  font-size: 1.5rem;
}
.bu-pagination.bu-is-rounded .bu-pagination-previous,
.bu-pagination.bu-is-rounded .bu-pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}
.bu-pagination.bu-is-rounded .bu-pagination-link {
  border-radius: 9999px;
}

.bu-pagination,
.bu-pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.bu-pagination-previous,
.bu-pagination-next,
.bu-pagination-link,
.bu-pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.bu-pagination-previous,
.bu-pagination-next,
.bu-pagination-link {
  border-color: hsl(0deg, 0%, 86%);
  color: hsl(0deg, 0%, 21%);
  min-width: 2.5em;
}
.bu-pagination-previous:hover,
.bu-pagination-next:hover,
.bu-pagination-link:hover {
  border-color: hsl(0deg, 0%, 71%);
  color: hsl(0deg, 0%, 21%);
}
.bu-pagination-previous:focus,
.bu-pagination-next:focus,
.bu-pagination-link:focus {
  border-color: hsl(229deg, 53%, 53%);
}
.bu-pagination-previous:active,
.bu-pagination-next:active,
.bu-pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
.bu-pagination-previous[disabled],
.bu-pagination-next[disabled],
.bu-pagination-link[disabled] {
  background-color: hsl(0deg, 0%, 86%);
  border-color: hsl(0deg, 0%, 86%);
  box-shadow: none;
  color: hsl(0deg, 0%, 48%);
  opacity: 0.5;
}

.bu-pagination-previous,
.bu-pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.bu-pagination-link.bu-is-current {
  background-color: hsl(229deg, 53%, 53%);
  border-color: hsl(229deg, 53%, 53%);
  color: #fff;
}

.bu-pagination-ellipsis {
  color: hsl(0deg, 0%, 71%);
  pointer-events: none;
}

.bu-pagination-list {
  flex-wrap: wrap;
}
.bu-pagination-list li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .bu-pagination {
    flex-wrap: wrap;
  }

  .bu-pagination-previous,
.bu-pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .bu-pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  .bu-pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  .bu-pagination-previous,
.bu-pagination-next,
.bu-pagination-link,
.bu-pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }

  .bu-pagination-previous {
    order: 2;
  }

  .bu-pagination-next {
    order: 3;
  }

  .bu-pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  .bu-pagination.bu-is-centered .bu-pagination-previous {
    order: 1;
  }
  .bu-pagination.bu-is-centered .bu-pagination-list {
    justify-content: center;
    order: 2;
  }
  .bu-pagination.bu-is-centered .bu-pagination-next {
    order: 3;
  }
  .bu-pagination.bu-is-right .bu-pagination-previous {
    order: 1;
  }
  .bu-pagination.bu-is-right .bu-pagination-next {
    order: 2;
  }
  .bu-pagination.bu-is-right .bu-pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.bu-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;
}
.bu-panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
.bu-panel.bu-is-white .bu-panel-heading {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.bu-panel.bu-is-white .bu-panel-tabs a.bu-is-active {
  border-bottom-color: hsl(0deg, 0%, 100%);
}
.bu-panel.bu-is-white .bu-panel-block.bu-is-active .bu-panel-icon {
  color: hsl(0deg, 0%, 100%);
}
.bu-panel.bu-is-black .bu-panel-heading {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.bu-panel.bu-is-black .bu-panel-tabs a.bu-is-active {
  border-bottom-color: hsl(0deg, 0%, 4%);
}
.bu-panel.bu-is-black .bu-panel-block.bu-is-active .bu-panel-icon {
  color: hsl(0deg, 0%, 4%);
}
.bu-panel.bu-is-light .bu-panel-heading {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-panel.bu-is-light .bu-panel-tabs a.bu-is-active {
  border-bottom-color: hsl(0deg, 0%, 96%);
}
.bu-panel.bu-is-light .bu-panel-block.bu-is-active .bu-panel-icon {
  color: hsl(0deg, 0%, 96%);
}
.bu-panel.bu-is-dark .bu-panel-heading {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.bu-panel.bu-is-dark .bu-panel-tabs a.bu-is-active {
  border-bottom-color: hsl(0deg, 0%, 21%);
}
.bu-panel.bu-is-dark .bu-panel-block.bu-is-active .bu-panel-icon {
  color: hsl(0deg, 0%, 21%);
}
.bu-panel.bu-is-primary .bu-panel-heading {
  background-color: #00e5aa;
  color: rgba(0, 0, 0, 0.7);
}
.bu-panel.bu-is-primary .bu-panel-tabs a.bu-is-active {
  border-bottom-color: #00e5aa;
}
.bu-panel.bu-is-primary .bu-panel-block.bu-is-active .bu-panel-icon {
  color: #00e5aa;
}
.bu-panel.bu-is-link .bu-panel-heading {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.bu-panel.bu-is-link .bu-panel-tabs a.bu-is-active {
  border-bottom-color: hsl(229deg, 53%, 53%);
}
.bu-panel.bu-is-link .bu-panel-block.bu-is-active .bu-panel-icon {
  color: hsl(229deg, 53%, 53%);
}
.bu-panel.bu-is-info .bu-panel-heading {
  background-color: #3f3d56;
  color: #fff;
}
.bu-panel.bu-is-info .bu-panel-tabs a.bu-is-active {
  border-bottom-color: #3f3d56;
}
.bu-panel.bu-is-info .bu-panel-block.bu-is-active .bu-panel-icon {
  color: #3f3d56;
}
.bu-panel.bu-is-success .bu-panel-heading {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.bu-panel.bu-is-success .bu-panel-tabs a.bu-is-active {
  border-bottom-color: hsl(153deg, 53%, 53%);
}
.bu-panel.bu-is-success .bu-panel-block.bu-is-active .bu-panel-icon {
  color: hsl(153deg, 53%, 53%);
}
.bu-panel.bu-is-warning .bu-panel-heading {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-panel.bu-is-warning .bu-panel-tabs a.bu-is-active {
  border-bottom-color: hsl(44deg, 100%, 77%);
}
.bu-panel.bu-is-warning .bu-panel-block.bu-is-active .bu-panel-icon {
  color: hsl(44deg, 100%, 77%);
}
.bu-panel.bu-is-danger .bu-panel-heading {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.bu-panel.bu-is-danger .bu-panel-tabs a.bu-is-active {
  border-bottom-color: hsl(348deg, 86%, 61%);
}
.bu-panel.bu-is-danger .bu-panel-block.bu-is-active .bu-panel-icon {
  color: hsl(348deg, 86%, 61%);
}

.bu-panel-tabs:not(:last-child),
.bu-panel-block:not(:last-child) {
  border-bottom: 1px solid hsl(0deg, 0%, 93%);
}

.bu-panel-heading {
  background-color: hsl(0deg, 0%, 93%);
  border-radius: 6px 6px 0 0;
  color: hsl(0deg, 0%, 21%);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

.bu-panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.bu-panel-tabs a {
  border-bottom: 1px solid hsl(0deg, 0%, 86%);
  margin-bottom: -1px;
  padding: 0.5em;
}
.bu-panel-tabs a.bu-is-active {
  border-bottom-color: hsl(0deg, 0%, 29%);
  color: hsl(0deg, 0%, 21%);
}

.bu-panel-list a {
  color: hsl(0deg, 0%, 29%);
}
.bu-panel-list a:hover {
  color: hsl(229deg, 53%, 53%);
}

.bu-panel-block {
  align-items: center;
  color: hsl(0deg, 0%, 21%);
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.bu-panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.bu-panel-block > .bu-control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.bu-panel-block.bu-is-wrapped {
  flex-wrap: wrap;
}
.bu-panel-block.bu-is-active {
  border-left-color: hsl(229deg, 53%, 53%);
  color: hsl(0deg, 0%, 21%);
}
.bu-panel-block.bu-is-active .bu-panel-icon {
  color: hsl(229deg, 53%, 53%);
}
.bu-panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.bu-panel-block,
label.bu-panel-block {
  cursor: pointer;
}
a.bu-panel-block:hover,
label.bu-panel-block:hover {
  background-color: hsl(0deg, 0%, 96%);
}

.bu-panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: hsl(0deg, 0%, 48%);
  margin-right: 0.75em;
}
.bu-panel-icon .bu-fa {
  font-size: inherit;
  line-height: inherit;
}

.bu-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;
}
.bu-tabs a {
  align-items: center;
  border-bottom-color: hsl(0deg, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: hsl(0deg, 0%, 29%);
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.bu-tabs a:hover {
  border-bottom-color: hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.bu-tabs li {
  display: block;
}
.bu-tabs li.bu-is-active a {
  border-bottom-color: hsl(229deg, 53%, 53%);
  color: hsl(229deg, 53%, 53%);
}
.bu-tabs ul {
  align-items: center;
  border-bottom-color: hsl(0deg, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.bu-tabs ul.bu-is-left {
  padding-right: 0.75em;
}
.bu-tabs ul.bu-is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.bu-tabs ul.bu-is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.bu-tabs .bu-icon:first-child {
  margin-right: 0.5em;
}
.bu-tabs .bu-icon:last-child {
  margin-left: 0.5em;
}
.bu-tabs.bu-is-centered ul {
  justify-content: center;
}
.bu-tabs.bu-is-right ul {
  justify-content: flex-end;
}
.bu-tabs.bu-is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.bu-tabs.bu-is-boxed a:hover {
  background-color: hsl(0deg, 0%, 96%);
  border-bottom-color: hsl(0deg, 0%, 86%);
}
.bu-tabs.bu-is-boxed li.bu-is-active a {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 86%);
  border-bottom-color: transparent !important;
}
.bu-tabs.bu-is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.bu-tabs.bu-is-toggle a {
  border-color: hsl(0deg, 0%, 86%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.bu-tabs.bu-is-toggle a:hover {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 71%);
  z-index: 2;
}
.bu-tabs.bu-is-toggle li + li {
  margin-left: -1px;
}
.bu-tabs.bu-is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bu-tabs.bu-is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bu-tabs.bu-is-toggle li.bu-is-active a {
  background-color: hsl(229deg, 53%, 53%);
  border-color: hsl(229deg, 53%, 53%);
  color: #fff;
  z-index: 1;
}
.bu-tabs.bu-is-toggle ul {
  border-bottom: none;
}
.bu-tabs.bu-is-toggle.bu-is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}
.bu-tabs.bu-is-toggle.bu-is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}
.bu-tabs.bu-is-small {
  font-size: 0.75rem;
}
.bu-tabs.bu-is-medium {
  font-size: 1.25rem;
}
.bu-tabs.bu-is-large {
  font-size: 1.5rem;
}

/* Bulma Grid */
.bu-column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-narrow {
  flex: none;
  width: unset;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-full {
  flex: none;
  width: 100%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-three-quarters {
  flex: none;
  width: 75%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-half {
  flex: none;
  width: 50%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-one-third {
  flex: none;
  width: 33.3333%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-one-quarter {
  flex: none;
  width: 25%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-one-fifth {
  flex: none;
  width: 20%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-two-fifths {
  flex: none;
  width: 40%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-three-fifths {
  flex: none;
  width: 60%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-four-fifths {
  flex: none;
  width: 80%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-three-quarters {
  margin-left: 75%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-two-thirds {
  margin-left: 66.6666%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-half {
  margin-left: 50%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-one-third {
  margin-left: 33.3333%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-one-quarter {
  margin-left: 25%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-one-fifth {
  margin-left: 20%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-two-fifths {
  margin-left: 40%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-three-fifths {
  margin-left: 60%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-four-fifths {
  margin-left: 80%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-0 {
  flex: none;
  width: 0%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-0 {
  margin-left: 0%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-1 {
  flex: none;
  width: 8.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-1 {
  margin-left: 8.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-2 {
  flex: none;
  width: 16.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-2 {
  margin-left: 16.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-3 {
  flex: none;
  width: 25%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-3 {
  margin-left: 25%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-4 {
  flex: none;
  width: 33.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-4 {
  margin-left: 33.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-5 {
  flex: none;
  width: 41.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-5 {
  margin-left: 41.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-6 {
  flex: none;
  width: 50%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-6 {
  margin-left: 50%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-7 {
  flex: none;
  width: 58.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-7 {
  margin-left: 58.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-8 {
  flex: none;
  width: 66.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-8 {
  margin-left: 66.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-9 {
  flex: none;
  width: 75%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-9 {
  margin-left: 75%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-10 {
  flex: none;
  width: 83.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-10 {
  margin-left: 83.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-11 {
  flex: none;
  width: 91.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-11 {
  margin-left: 91.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-12 {
  flex: none;
  width: 100%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .bu-column.bu-is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .bu-column.bu-is-full-mobile {
    flex: none;
    width: 100%;
  }
  .bu-column.bu-is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .bu-column.bu-is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .bu-column.bu-is-half-mobile {
    flex: none;
    width: 50%;
  }
  .bu-column.bu-is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .bu-column.bu-is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .bu-column.bu-is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .bu-column.bu-is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .bu-column.bu-is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .bu-column.bu-is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .bu-column.bu-is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .bu-column.bu-is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .bu-column.bu-is-offset-half-mobile {
    margin-left: 50%;
  }
  .bu-column.bu-is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .bu-column.bu-is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .bu-column.bu-is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .bu-column.bu-is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .bu-column.bu-is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .bu-column.bu-is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .bu-column.bu-is-0-mobile {
    flex: none;
    width: 0%;
  }
  .bu-column.bu-is-offset-0-mobile {
    margin-left: 0%;
  }
  .bu-column.bu-is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .bu-column.bu-is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .bu-column.bu-is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .bu-column.bu-is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .bu-column.bu-is-3-mobile {
    flex: none;
    width: 25%;
  }
  .bu-column.bu-is-offset-3-mobile {
    margin-left: 25%;
  }
  .bu-column.bu-is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .bu-column.bu-is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .bu-column.bu-is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .bu-column.bu-is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .bu-column.bu-is-6-mobile {
    flex: none;
    width: 50%;
  }
  .bu-column.bu-is-offset-6-mobile {
    margin-left: 50%;
  }
  .bu-column.bu-is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .bu-column.bu-is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .bu-column.bu-is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .bu-column.bu-is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .bu-column.bu-is-9-mobile {
    flex: none;
    width: 75%;
  }
  .bu-column.bu-is-offset-9-mobile {
    margin-left: 75%;
  }
  .bu-column.bu-is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .bu-column.bu-is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .bu-column.bu-is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .bu-column.bu-is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .bu-column.bu-is-12-mobile {
    flex: none;
    width: 100%;
  }
  .bu-column.bu-is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .bu-column.bu-is-narrow, .bu-column.bu-is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .bu-column.bu-is-full, .bu-column.bu-is-full-tablet {
    flex: none;
    width: 100%;
  }
  .bu-column.bu-is-three-quarters, .bu-column.bu-is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .bu-column.bu-is-two-thirds, .bu-column.bu-is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .bu-column.bu-is-half, .bu-column.bu-is-half-tablet {
    flex: none;
    width: 50%;
  }
  .bu-column.bu-is-one-third, .bu-column.bu-is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .bu-column.bu-is-one-quarter, .bu-column.bu-is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .bu-column.bu-is-one-fifth, .bu-column.bu-is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .bu-column.bu-is-two-fifths, .bu-column.bu-is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .bu-column.bu-is-three-fifths, .bu-column.bu-is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .bu-column.bu-is-four-fifths, .bu-column.bu-is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .bu-column.bu-is-offset-three-quarters, .bu-column.bu-is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .bu-column.bu-is-offset-two-thirds, .bu-column.bu-is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .bu-column.bu-is-offset-half, .bu-column.bu-is-offset-half-tablet {
    margin-left: 50%;
  }
  .bu-column.bu-is-offset-one-third, .bu-column.bu-is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .bu-column.bu-is-offset-one-quarter, .bu-column.bu-is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .bu-column.bu-is-offset-one-fifth, .bu-column.bu-is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .bu-column.bu-is-offset-two-fifths, .bu-column.bu-is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .bu-column.bu-is-offset-three-fifths, .bu-column.bu-is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .bu-column.bu-is-offset-four-fifths, .bu-column.bu-is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .bu-column.bu-is-0, .bu-column.bu-is-0-tablet {
    flex: none;
    width: 0%;
  }
  .bu-column.bu-is-offset-0, .bu-column.bu-is-offset-0-tablet {
    margin-left: 0%;
  }
  .bu-column.bu-is-1, .bu-column.bu-is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .bu-column.bu-is-offset-1, .bu-column.bu-is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .bu-column.bu-is-2, .bu-column.bu-is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .bu-column.bu-is-offset-2, .bu-column.bu-is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .bu-column.bu-is-3, .bu-column.bu-is-3-tablet {
    flex: none;
    width: 25%;
  }
  .bu-column.bu-is-offset-3, .bu-column.bu-is-offset-3-tablet {
    margin-left: 25%;
  }
  .bu-column.bu-is-4, .bu-column.bu-is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .bu-column.bu-is-offset-4, .bu-column.bu-is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .bu-column.bu-is-5, .bu-column.bu-is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .bu-column.bu-is-offset-5, .bu-column.bu-is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .bu-column.bu-is-6, .bu-column.bu-is-6-tablet {
    flex: none;
    width: 50%;
  }
  .bu-column.bu-is-offset-6, .bu-column.bu-is-offset-6-tablet {
    margin-left: 50%;
  }
  .bu-column.bu-is-7, .bu-column.bu-is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .bu-column.bu-is-offset-7, .bu-column.bu-is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .bu-column.bu-is-8, .bu-column.bu-is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .bu-column.bu-is-offset-8, .bu-column.bu-is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .bu-column.bu-is-9, .bu-column.bu-is-9-tablet {
    flex: none;
    width: 75%;
  }
  .bu-column.bu-is-offset-9, .bu-column.bu-is-offset-9-tablet {
    margin-left: 75%;
  }
  .bu-column.bu-is-10, .bu-column.bu-is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .bu-column.bu-is-offset-10, .bu-column.bu-is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .bu-column.bu-is-11, .bu-column.bu-is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .bu-column.bu-is-offset-11, .bu-column.bu-is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .bu-column.bu-is-12, .bu-column.bu-is-12-tablet {
    flex: none;
    width: 100%;
  }
  .bu-column.bu-is-offset-12, .bu-column.bu-is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .bu-column.bu-is-narrow-touch {
    flex: none;
    width: unset;
  }
  .bu-column.bu-is-full-touch {
    flex: none;
    width: 100%;
  }
  .bu-column.bu-is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .bu-column.bu-is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .bu-column.bu-is-half-touch {
    flex: none;
    width: 50%;
  }
  .bu-column.bu-is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .bu-column.bu-is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .bu-column.bu-is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .bu-column.bu-is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .bu-column.bu-is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .bu-column.bu-is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .bu-column.bu-is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .bu-column.bu-is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .bu-column.bu-is-offset-half-touch {
    margin-left: 50%;
  }
  .bu-column.bu-is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .bu-column.bu-is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .bu-column.bu-is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .bu-column.bu-is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .bu-column.bu-is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .bu-column.bu-is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .bu-column.bu-is-0-touch {
    flex: none;
    width: 0%;
  }
  .bu-column.bu-is-offset-0-touch {
    margin-left: 0%;
  }
  .bu-column.bu-is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .bu-column.bu-is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .bu-column.bu-is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .bu-column.bu-is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .bu-column.bu-is-3-touch {
    flex: none;
    width: 25%;
  }
  .bu-column.bu-is-offset-3-touch {
    margin-left: 25%;
  }
  .bu-column.bu-is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .bu-column.bu-is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .bu-column.bu-is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .bu-column.bu-is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .bu-column.bu-is-6-touch {
    flex: none;
    width: 50%;
  }
  .bu-column.bu-is-offset-6-touch {
    margin-left: 50%;
  }
  .bu-column.bu-is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .bu-column.bu-is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .bu-column.bu-is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .bu-column.bu-is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .bu-column.bu-is-9-touch {
    flex: none;
    width: 75%;
  }
  .bu-column.bu-is-offset-9-touch {
    margin-left: 75%;
  }
  .bu-column.bu-is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .bu-column.bu-is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .bu-column.bu-is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .bu-column.bu-is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .bu-column.bu-is-12-touch {
    flex: none;
    width: 100%;
  }
  .bu-column.bu-is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .bu-column.bu-is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .bu-column.bu-is-full-desktop {
    flex: none;
    width: 100%;
  }
  .bu-column.bu-is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .bu-column.bu-is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .bu-column.bu-is-half-desktop {
    flex: none;
    width: 50%;
  }
  .bu-column.bu-is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .bu-column.bu-is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .bu-column.bu-is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .bu-column.bu-is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .bu-column.bu-is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .bu-column.bu-is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .bu-column.bu-is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .bu-column.bu-is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .bu-column.bu-is-offset-half-desktop {
    margin-left: 50%;
  }
  .bu-column.bu-is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .bu-column.bu-is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .bu-column.bu-is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .bu-column.bu-is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .bu-column.bu-is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .bu-column.bu-is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .bu-column.bu-is-0-desktop {
    flex: none;
    width: 0%;
  }
  .bu-column.bu-is-offset-0-desktop {
    margin-left: 0%;
  }
  .bu-column.bu-is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .bu-column.bu-is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .bu-column.bu-is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .bu-column.bu-is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .bu-column.bu-is-3-desktop {
    flex: none;
    width: 25%;
  }
  .bu-column.bu-is-offset-3-desktop {
    margin-left: 25%;
  }
  .bu-column.bu-is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .bu-column.bu-is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .bu-column.bu-is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .bu-column.bu-is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .bu-column.bu-is-6-desktop {
    flex: none;
    width: 50%;
  }
  .bu-column.bu-is-offset-6-desktop {
    margin-left: 50%;
  }
  .bu-column.bu-is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .bu-column.bu-is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .bu-column.bu-is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .bu-column.bu-is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .bu-column.bu-is-9-desktop {
    flex: none;
    width: 75%;
  }
  .bu-column.bu-is-offset-9-desktop {
    margin-left: 75%;
  }
  .bu-column.bu-is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .bu-column.bu-is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .bu-column.bu-is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .bu-column.bu-is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .bu-column.bu-is-12-desktop {
    flex: none;
    width: 100%;
  }
  .bu-column.bu-is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .bu-column.bu-is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .bu-column.bu-is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .bu-column.bu-is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .bu-column.bu-is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .bu-column.bu-is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .bu-column.bu-is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .bu-column.bu-is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .bu-column.bu-is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .bu-column.bu-is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .bu-column.bu-is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .bu-column.bu-is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .bu-column.bu-is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .bu-column.bu-is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .bu-column.bu-is-offset-half-widescreen {
    margin-left: 50%;
  }
  .bu-column.bu-is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .bu-column.bu-is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .bu-column.bu-is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .bu-column.bu-is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .bu-column.bu-is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .bu-column.bu-is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .bu-column.bu-is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .bu-column.bu-is-offset-0-widescreen {
    margin-left: 0%;
  }
  .bu-column.bu-is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .bu-column.bu-is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .bu-column.bu-is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .bu-column.bu-is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .bu-column.bu-is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .bu-column.bu-is-offset-3-widescreen {
    margin-left: 25%;
  }
  .bu-column.bu-is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .bu-column.bu-is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .bu-column.bu-is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .bu-column.bu-is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .bu-column.bu-is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .bu-column.bu-is-offset-6-widescreen {
    margin-left: 50%;
  }
  .bu-column.bu-is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .bu-column.bu-is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .bu-column.bu-is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .bu-column.bu-is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .bu-column.bu-is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .bu-column.bu-is-offset-9-widescreen {
    margin-left: 75%;
  }
  .bu-column.bu-is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .bu-column.bu-is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .bu-column.bu-is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .bu-column.bu-is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .bu-column.bu-is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .bu-column.bu-is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .bu-column.bu-is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .bu-column.bu-is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .bu-column.bu-is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .bu-column.bu-is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .bu-column.bu-is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .bu-column.bu-is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .bu-column.bu-is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .bu-column.bu-is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .bu-column.bu-is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .bu-column.bu-is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .bu-column.bu-is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .bu-column.bu-is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .bu-column.bu-is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .bu-column.bu-is-offset-half-fullhd {
    margin-left: 50%;
  }
  .bu-column.bu-is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .bu-column.bu-is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .bu-column.bu-is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .bu-column.bu-is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .bu-column.bu-is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .bu-column.bu-is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .bu-column.bu-is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .bu-column.bu-is-offset-0-fullhd {
    margin-left: 0%;
  }
  .bu-column.bu-is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .bu-column.bu-is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .bu-column.bu-is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .bu-column.bu-is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .bu-column.bu-is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .bu-column.bu-is-offset-3-fullhd {
    margin-left: 25%;
  }
  .bu-column.bu-is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .bu-column.bu-is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .bu-column.bu-is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .bu-column.bu-is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .bu-column.bu-is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .bu-column.bu-is-offset-6-fullhd {
    margin-left: 50%;
  }
  .bu-column.bu-is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .bu-column.bu-is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .bu-column.bu-is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .bu-column.bu-is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .bu-column.bu-is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .bu-column.bu-is-offset-9-fullhd {
    margin-left: 75%;
  }
  .bu-column.bu-is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .bu-column.bu-is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .bu-column.bu-is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .bu-column.bu-is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .bu-column.bu-is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .bu-column.bu-is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.bu-columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.bu-columns:last-child {
  margin-bottom: -0.75rem;
}
.bu-columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.bu-columns.bu-is-centered {
  justify-content: center;
}
.bu-columns.bu-is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.bu-columns.bu-is-gapless > .bu-column {
  margin: 0;
  padding: 0 !important;
}
.bu-columns.bu-is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.bu-columns.bu-is-gapless:last-child {
  margin-bottom: 0;
}
.bu-columns.bu-is-mobile {
  display: flex;
}
.bu-columns.bu-is-multiline {
  flex-wrap: wrap;
}
.bu-columns.bu-is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .bu-columns:not(.bu-is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .bu-columns.bu-is-desktop {
    display: flex;
  }
}

.bu-columns.bu-is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.bu-columns.bu-is-variable > .bu-column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.bu-columns.bu-is-variable.bu-is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .bu-columns.bu-is-variable.bu-is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-columns.bu-is-variable.bu-is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .bu-columns.bu-is-variable.bu-is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-columns.bu-is-variable.bu-is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .bu-columns.bu-is-variable.bu-is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-columns.bu-is-variable.bu-is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .bu-columns.bu-is-variable.bu-is-0-fullhd {
    --columnGap: 0rem;
  }
}
.bu-columns.bu-is-variable.bu-is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .bu-columns.bu-is-variable.bu-is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-columns.bu-is-variable.bu-is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .bu-columns.bu-is-variable.bu-is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-columns.bu-is-variable.bu-is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .bu-columns.bu-is-variable.bu-is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-columns.bu-is-variable.bu-is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .bu-columns.bu-is-variable.bu-is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.bu-columns.bu-is-variable.bu-is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .bu-columns.bu-is-variable.bu-is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-columns.bu-is-variable.bu-is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .bu-columns.bu-is-variable.bu-is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-columns.bu-is-variable.bu-is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .bu-columns.bu-is-variable.bu-is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-columns.bu-is-variable.bu-is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .bu-columns.bu-is-variable.bu-is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.bu-columns.bu-is-variable.bu-is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .bu-columns.bu-is-variable.bu-is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-columns.bu-is-variable.bu-is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .bu-columns.bu-is-variable.bu-is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-columns.bu-is-variable.bu-is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .bu-columns.bu-is-variable.bu-is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-columns.bu-is-variable.bu-is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .bu-columns.bu-is-variable.bu-is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.bu-columns.bu-is-variable.bu-is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .bu-columns.bu-is-variable.bu-is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-columns.bu-is-variable.bu-is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .bu-columns.bu-is-variable.bu-is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-columns.bu-is-variable.bu-is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .bu-columns.bu-is-variable.bu-is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-columns.bu-is-variable.bu-is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .bu-columns.bu-is-variable.bu-is-4-fullhd {
    --columnGap: 1rem;
  }
}
.bu-columns.bu-is-variable.bu-is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .bu-columns.bu-is-variable.bu-is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-columns.bu-is-variable.bu-is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .bu-columns.bu-is-variable.bu-is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-columns.bu-is-variable.bu-is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .bu-columns.bu-is-variable.bu-is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-columns.bu-is-variable.bu-is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .bu-columns.bu-is-variable.bu-is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.bu-columns.bu-is-variable.bu-is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .bu-columns.bu-is-variable.bu-is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-columns.bu-is-variable.bu-is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .bu-columns.bu-is-variable.bu-is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-columns.bu-is-variable.bu-is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .bu-columns.bu-is-variable.bu-is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-columns.bu-is-variable.bu-is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .bu-columns.bu-is-variable.bu-is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.bu-columns.bu-is-variable.bu-is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .bu-columns.bu-is-variable.bu-is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-columns.bu-is-variable.bu-is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .bu-columns.bu-is-variable.bu-is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-columns.bu-is-variable.bu-is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .bu-columns.bu-is-variable.bu-is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-columns.bu-is-variable.bu-is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .bu-columns.bu-is-variable.bu-is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.bu-columns.bu-is-variable.bu-is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .bu-columns.bu-is-variable.bu-is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-columns.bu-is-variable.bu-is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .bu-columns.bu-is-variable.bu-is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .bu-columns.bu-is-variable.bu-is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-columns.bu-is-variable.bu-is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .bu-columns.bu-is-variable.bu-is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-columns.bu-is-variable.bu-is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .bu-columns.bu-is-variable.bu-is-8-fullhd {
    --columnGap: 2rem;
  }
}

.bu-tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.bu-tile.bu-is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.bu-tile.bu-is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.bu-tile.bu-is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bu-tile.bu-is-child {
  margin: 0 !important;
}
.bu-tile.bu-is-parent {
  padding: 0.75rem;
}
.bu-tile.bu-is-vertical {
  flex-direction: column;
}
.bu-tile.bu-is-vertical > .bu-tile.bu-is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .bu-tile:not(.bu-is-child) {
    display: flex;
  }
  .bu-tile.bu-is-1 {
    flex: none;
    width: 8.33333337%;
  }
  .bu-tile.bu-is-2 {
    flex: none;
    width: 16.66666674%;
  }
  .bu-tile.bu-is-3 {
    flex: none;
    width: 25%;
  }
  .bu-tile.bu-is-4 {
    flex: none;
    width: 33.33333337%;
  }
  .bu-tile.bu-is-5 {
    flex: none;
    width: 41.66666674%;
  }
  .bu-tile.bu-is-6 {
    flex: none;
    width: 50%;
  }
  .bu-tile.bu-is-7 {
    flex: none;
    width: 58.33333337%;
  }
  .bu-tile.bu-is-8 {
    flex: none;
    width: 66.66666674%;
  }
  .bu-tile.bu-is-9 {
    flex: none;
    width: 75%;
  }
  .bu-tile.bu-is-10 {
    flex: none;
    width: 83.33333337%;
  }
  .bu-tile.bu-is-11 {
    flex: none;
    width: 91.66666674%;
  }
  .bu-tile.bu-is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
.bu-has-text-white {
  color: hsl(0deg, 0%, 100%) !important;
}

a.bu-has-text-white:hover, a.bu-has-text-white:focus {
  color: #e6e6e6 !important;
}

.bu-has-background-white {
  background-color: hsl(0deg, 0%, 100%) !important;
}

.bu-has-text-black {
  color: hsl(0deg, 0%, 4%) !important;
}

a.bu-has-text-black:hover, a.bu-has-text-black:focus {
  color: black !important;
}

.bu-has-background-black {
  background-color: hsl(0deg, 0%, 4%) !important;
}

.bu-has-text-light {
  color: hsl(0deg, 0%, 96%) !important;
}

a.bu-has-text-light:hover, a.bu-has-text-light:focus {
  color: #dbdbdb !important;
}

.bu-has-background-light {
  background-color: hsl(0deg, 0%, 96%) !important;
}

.bu-has-text-dark {
  color: hsl(0deg, 0%, 21%) !important;
}

a.bu-has-text-dark:hover, a.bu-has-text-dark:focus {
  color: #1c1c1c !important;
}

.bu-has-background-dark {
  background-color: hsl(0deg, 0%, 21%) !important;
}

.bu-has-text-primary {
  color: #00e5aa !important;
}

a.bu-has-text-primary:hover, a.bu-has-text-primary:focus {
  color: #00b284 !important;
}

.bu-has-background-primary {
  background-color: #00e5aa !important;
}

.bu-has-text-primary-light {
  color: #ebfffa !important;
}

a.bu-has-text-primary-light:hover, a.bu-has-text-primary-light:focus {
  color: #b8ffed !important;
}

.bu-has-background-primary-light {
  background-color: #ebfffa !important;
}

.bu-has-text-primary-dark {
  color: #00946e !important;
}

a.bu-has-text-primary-dark:hover, a.bu-has-text-primary-dark:focus {
  color: #00c794 !important;
}

.bu-has-background-primary-dark {
  background-color: #00946e !important;
}

.bu-has-text-link {
  color: hsl(229deg, 53%, 53%) !important;
}

a.bu-has-text-link:hover, a.bu-has-text-link:focus {
  color: #3449a8 !important;
}

.bu-has-background-link {
  background-color: hsl(229deg, 53%, 53%) !important;
}

.bu-has-text-link-light {
  color: #eff1fa !important;
}

a.bu-has-text-link-light:hover, a.bu-has-text-link-light:focus {
  color: #c8cfee !important;
}

.bu-has-background-link-light {
  background-color: #eff1fa !important;
}

.bu-has-text-link-dark {
  color: #3850b7 !important;
}

a.bu-has-text-link-dark:hover, a.bu-has-text-link-dark:focus {
  color: #576dcb !important;
}

.bu-has-background-link-dark {
  background-color: #3850b7 !important;
}

.bu-has-text-info {
  color: #3f3d56 !important;
}

a.bu-has-text-info:hover, a.bu-has-text-info:focus {
  color: #292838 !important;
}

.bu-has-background-info {
  background-color: #3f3d56 !important;
}

.bu-has-text-info-light {
  color: #f3f3f7 !important;
}

a.bu-has-text-info-light:hover, a.bu-has-text-info-light:focus {
  color: #d6d5e1 !important;
}

.bu-has-background-info-light {
  background-color: #f3f3f7 !important;
}

.bu-has-text-info-dark {
  color: #76739c !important;
}

a.bu-has-text-info-dark:hover, a.bu-has-text-info-dark:focus {
  color: #9391b1 !important;
}

.bu-has-background-info-dark {
  background-color: #76739c !important;
}

.bu-has-text-success {
  color: hsl(153deg, 53%, 53%) !important;
}

a.bu-has-text-success:hover, a.bu-has-text-success:focus {
  color: #34a873 !important;
}

.bu-has-background-success {
  background-color: hsl(153deg, 53%, 53%) !important;
}

.bu-has-text-success-light {
  color: #effaf5 !important;
}

a.bu-has-text-success-light:hover, a.bu-has-text-success-light:focus {
  color: #c8eedd !important;
}

.bu-has-background-success-light {
  background-color: #effaf5 !important;
}

.bu-has-text-success-dark {
  color: #257953 !important;
}

a.bu-has-text-success-dark:hover, a.bu-has-text-success-dark:focus {
  color: #31a06e !important;
}

.bu-has-background-success-dark {
  background-color: #257953 !important;
}

.bu-has-text-warning {
  color: hsl(44deg, 100%, 77%) !important;
}

a.bu-has-text-warning:hover, a.bu-has-text-warning:focus {
  color: #ffd257 !important;
}

.bu-has-background-warning {
  background-color: hsl(44deg, 100%, 77%) !important;
}

.bu-has-text-warning-light {
  color: #fffaeb !important;
}

a.bu-has-text-warning-light:hover, a.bu-has-text-warning-light:focus {
  color: #ffecb8 !important;
}

.bu-has-background-warning-light {
  background-color: #fffaeb !important;
}

.bu-has-text-warning-dark {
  color: #946c00 !important;
}

a.bu-has-text-warning-dark:hover, a.bu-has-text-warning-dark:focus {
  color: #c79200 !important;
}

.bu-has-background-warning-dark {
  background-color: #946c00 !important;
}

.bu-has-text-danger {
  color: hsl(348deg, 86%, 61%) !important;
}

a.bu-has-text-danger:hover, a.bu-has-text-danger:focus {
  color: #ee1742 !important;
}

.bu-has-background-danger {
  background-color: hsl(348deg, 86%, 61%) !important;
}

.bu-has-text-danger-light {
  color: #feecf0 !important;
}

a.bu-has-text-danger-light:hover, a.bu-has-text-danger-light:focus {
  color: #fabdc9 !important;
}

.bu-has-background-danger-light {
  background-color: #feecf0 !important;
}

.bu-has-text-danger-dark {
  color: #cc0f35 !important;
}

a.bu-has-text-danger-dark:hover, a.bu-has-text-danger-dark:focus {
  color: #ee2049 !important;
}

.bu-has-background-danger-dark {
  background-color: #cc0f35 !important;
}

.bu-has-text-black-bis {
  color: hsl(0deg, 0%, 7%) !important;
}

.bu-has-background-black-bis {
  background-color: hsl(0deg, 0%, 7%) !important;
}

.bu-has-text-black-ter {
  color: hsl(0deg, 0%, 14%) !important;
}

.bu-has-background-black-ter {
  background-color: hsl(0deg, 0%, 14%) !important;
}

.bu-has-text-grey-darker {
  color: hsl(0deg, 0%, 21%) !important;
}

.bu-has-background-grey-darker {
  background-color: hsl(0deg, 0%, 21%) !important;
}

.bu-has-text-grey-dark {
  color: hsl(0deg, 0%, 29%) !important;
}

.bu-has-background-grey-dark {
  background-color: hsl(0deg, 0%, 29%) !important;
}

.bu-has-text-grey {
  color: hsl(0deg, 0%, 48%) !important;
}

.bu-has-background-grey {
  background-color: hsl(0deg, 0%, 48%) !important;
}

.bu-has-text-grey-light {
  color: hsl(0deg, 0%, 71%) !important;
}

.bu-has-background-grey-light {
  background-color: hsl(0deg, 0%, 71%) !important;
}

.bu-has-text-grey-lighter {
  color: hsl(0deg, 0%, 86%) !important;
}

.bu-has-background-grey-lighter {
  background-color: hsl(0deg, 0%, 86%) !important;
}

.bu-has-text-white-ter {
  color: hsl(0deg, 0%, 96%) !important;
}

.bu-has-background-white-ter {
  background-color: hsl(0deg, 0%, 96%) !important;
}

.bu-has-text-white-bis {
  color: hsl(0deg, 0%, 98%) !important;
}

.bu-has-background-white-bis {
  background-color: hsl(0deg, 0%, 98%) !important;
}

.bu-is-flex-direction-row {
  flex-direction: row !important;
}

.bu-is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.bu-is-flex-direction-column {
  flex-direction: column !important;
}

.bu-is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.bu-is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.bu-is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.bu-is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.bu-is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.bu-is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.bu-is-justify-content-center {
  justify-content: center !important;
}

.bu-is-justify-content-space-between {
  justify-content: space-between !important;
}

.bu-is-justify-content-space-around {
  justify-content: space-around !important;
}

.bu-is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.bu-is-justify-content-start {
  justify-content: start !important;
}

.bu-is-justify-content-end {
  justify-content: end !important;
}

.bu-is-justify-content-left {
  justify-content: left !important;
}

.bu-is-justify-content-right {
  justify-content: right !important;
}

.bu-is-align-content-flex-start {
  align-content: flex-start !important;
}

.bu-is-align-content-flex-end {
  align-content: flex-end !important;
}

.bu-is-align-content-center {
  align-content: center !important;
}

.bu-is-align-content-space-between {
  align-content: space-between !important;
}

.bu-is-align-content-space-around {
  align-content: space-around !important;
}

.bu-is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.bu-is-align-content-stretch {
  align-content: stretch !important;
}

.bu-is-align-content-start {
  align-content: start !important;
}

.bu-is-align-content-end {
  align-content: end !important;
}

.bu-is-align-content-baseline {
  align-content: baseline !important;
}

.bu-is-align-items-stretch {
  align-items: stretch !important;
}

.bu-is-align-items-flex-start {
  align-items: flex-start !important;
}

.bu-is-align-items-flex-end {
  align-items: flex-end !important;
}

.bu-is-align-items-center {
  align-items: center !important;
}

.bu-is-align-items-baseline {
  align-items: baseline !important;
}

.bu-is-align-items-start {
  align-items: start !important;
}

.bu-is-align-items-end {
  align-items: end !important;
}

.bu-is-align-items-self-start {
  align-items: self-start !important;
}

.bu-is-align-items-self-end {
  align-items: self-end !important;
}

.bu-is-align-self-auto {
  align-self: auto !important;
}

.bu-is-align-self-flex-start {
  align-self: flex-start !important;
}

.bu-is-align-self-flex-end {
  align-self: flex-end !important;
}

.bu-is-align-self-center {
  align-self: center !important;
}

.bu-is-align-self-baseline {
  align-self: baseline !important;
}

.bu-is-align-self-stretch {
  align-self: stretch !important;
}

.bu-is-flex-grow-0 {
  flex-grow: 0 !important;
}

.bu-is-flex-grow-1 {
  flex-grow: 1 !important;
}

.bu-is-flex-grow-2 {
  flex-grow: 2 !important;
}

.bu-is-flex-grow-3 {
  flex-grow: 3 !important;
}

.bu-is-flex-grow-4 {
  flex-grow: 4 !important;
}

.bu-is-flex-grow-5 {
  flex-grow: 5 !important;
}

.bu-is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.bu-is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.bu-is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.bu-is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.bu-is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.bu-is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.bu-is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.bu-is-pulled-left {
  float: left !important;
}

.bu-is-pulled-right {
  float: right !important;
}

.bu-is-radiusless {
  border-radius: 0 !important;
}

.bu-is-shadowless {
  box-shadow: none !important;
}

.bu-is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.bu-is-clipped {
  overflow: hidden !important;
}

.bu-is-relative {
  position: relative !important;
}

.bu-is-marginless {
  margin: 0 !important;
}

.bu-is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.bu-is-size-1 {
  font-size: 3rem !important;
}

.bu-is-size-2 {
  font-size: 2.5rem !important;
}

.bu-is-size-3 {
  font-size: 2rem !important;
}

.bu-is-size-4 {
  font-size: 1.5rem !important;
}

.bu-is-size-5 {
  font-size: 1.25rem !important;
}

.bu-is-size-6 {
  font-size: 1rem !important;
}

.bu-is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .bu-is-size-1-mobile {
    font-size: 3rem !important;
  }

  .bu-is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .bu-is-size-3-mobile {
    font-size: 2rem !important;
  }

  .bu-is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  .bu-is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .bu-is-size-6-mobile {
    font-size: 1rem !important;
  }

  .bu-is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .bu-is-size-1-tablet {
    font-size: 3rem !important;
  }

  .bu-is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .bu-is-size-3-tablet {
    font-size: 2rem !important;
  }

  .bu-is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  .bu-is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .bu-is-size-6-tablet {
    font-size: 1rem !important;
  }

  .bu-is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .bu-is-size-1-touch {
    font-size: 3rem !important;
  }

  .bu-is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .bu-is-size-3-touch {
    font-size: 2rem !important;
  }

  .bu-is-size-4-touch {
    font-size: 1.5rem !important;
  }

  .bu-is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .bu-is-size-6-touch {
    font-size: 1rem !important;
  }

  .bu-is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .bu-is-size-1-desktop {
    font-size: 3rem !important;
  }

  .bu-is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .bu-is-size-3-desktop {
    font-size: 2rem !important;
  }

  .bu-is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  .bu-is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .bu-is-size-6-desktop {
    font-size: 1rem !important;
  }

  .bu-is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .bu-is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .bu-is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  .bu-is-size-3-widescreen {
    font-size: 2rem !important;
  }

  .bu-is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  .bu-is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  .bu-is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .bu-is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .bu-is-size-1-fullhd {
    font-size: 3rem !important;
  }

  .bu-is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  .bu-is-size-3-fullhd {
    font-size: 2rem !important;
  }

  .bu-is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  .bu-is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  .bu-is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .bu-is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.bu-has-text-centered {
  text-align: center !important;
}

.bu-has-text-justified {
  text-align: justify !important;
}

.bu-has-text-left {
  text-align: left !important;
}

.bu-has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .bu-has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .bu-has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .bu-has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .bu-has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .bu-has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .bu-has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .bu-has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .bu-has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .bu-has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .bu-has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .bu-has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .bu-has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .bu-has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .bu-has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .bu-has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .bu-has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .bu-has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .bu-has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .bu-has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .bu-has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .bu-has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .bu-has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .bu-has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .bu-has-text-right-fullhd {
    text-align: right !important;
  }
}
.bu-is-capitalized {
  text-transform: capitalize !important;
}

.bu-is-lowercase {
  text-transform: lowercase !important;
}

.bu-is-uppercase {
  text-transform: uppercase !important;
}

.bu-is-italic {
  font-style: italic !important;
}

.bu-is-underlined {
  text-decoration: underline !important;
}

.bu-has-text-weight-light {
  font-weight: 300 !important;
}

.bu-has-text-weight-normal {
  font-weight: 400 !important;
}

.bu-has-text-weight-medium {
  font-weight: 500 !important;
}

.bu-has-text-weight-semibold {
  font-weight: 600 !important;
}

.bu-has-text-weight-bold {
  font-weight: 700 !important;
}

.bu-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;
}

.bu-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;
}

.bu-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;
}

.bu-is-family-monospace {
  font-family: monospace !important;
}

.bu-is-family-code {
  font-family: monospace !important;
}

.bu-is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .bu-is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .bu-is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .bu-is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .bu-is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .bu-is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .bu-is-block-fullhd {
    display: block !important;
  }
}
.bu-is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .bu-is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .bu-is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .bu-is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .bu-is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .bu-is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .bu-is-flex-fullhd {
    display: flex !important;
  }
}
.bu-is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .bu-is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .bu-is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .bu-is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .bu-is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .bu-is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .bu-is-inline-fullhd {
    display: inline !important;
  }
}
.bu-is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .bu-is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .bu-is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .bu-is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .bu-is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .bu-is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .bu-is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.bu-is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .bu-is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .bu-is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .bu-is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .bu-is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .bu-is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .bu-is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.bu-is-hidden {
  display: none !important;
}

.bu-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) {
  .bu-is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .bu-is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .bu-is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .bu-is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .bu-is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .bu-is-hidden-fullhd {
    display: none !important;
  }
}
.bu-is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .bu-is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .bu-is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .bu-is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .bu-is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .bu-is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .bu-is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .bu-is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .bu-is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .bu-is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* Bulma Layout */
.bu-hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bu-hero .bu-navbar {
  background: none;
}
.bu-hero .bu-tabs ul {
  border-bottom: none;
}
.bu-hero.bu-is-white {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.bu-hero.bu-is-white a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-white strong {
  color: inherit;
}
.bu-hero.bu-is-white .bu-title {
  color: hsl(0deg, 0%, 4%);
}
.bu-hero.bu-is-white .bu-subtitle {
  color: rgba(10, 10, 10, 0.9);
}
.bu-hero.bu-is-white .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-white .bu-subtitle strong {
  color: hsl(0deg, 0%, 4%);
}
@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-white .bu-navbar-menu {
    background-color: hsl(0deg, 0%, 100%);
  }
}
.bu-hero.bu-is-white .bu-navbar-item,
.bu-hero.bu-is-white .bu-navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
.bu-hero.bu-is-white a.bu-navbar-item:hover, .bu-hero.bu-is-white a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-white .bu-navbar-link:hover,
.bu-hero.bu-is-white .bu-navbar-link.bu-is-active {
  background-color: #f2f2f2;
  color: hsl(0deg, 0%, 4%);
}
.bu-hero.bu-is-white .bu-tabs a {
  color: hsl(0deg, 0%, 4%);
  opacity: 0.9;
}
.bu-hero.bu-is-white .bu-tabs a:hover {
  opacity: 1;
}
.bu-hero.bu-is-white .bu-tabs li.bu-is-active a {
  color: hsl(0deg, 0%, 100%) !important;
  opacity: 1;
}
.bu-hero.bu-is-white .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-white .bu-tabs.bu-is-toggle a {
  color: hsl(0deg, 0%, 4%);
}
.bu-hero.bu-is-white .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-white .bu-tabs.bu-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-white .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-white .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-white .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-white .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
  background-color: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.bu-hero.bu-is-white.bu-is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0deg, 0%, 100%) 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .bu-hero.bu-is-white.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0deg, 0%, 100%) 71%, white 100%);
  }
}
.bu-hero.bu-is-black {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.bu-hero.bu-is-black a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-black strong {
  color: inherit;
}
.bu-hero.bu-is-black .bu-title {
  color: hsl(0deg, 0%, 100%);
}
.bu-hero.bu-is-black .bu-subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bu-hero.bu-is-black .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-black .bu-subtitle strong {
  color: hsl(0deg, 0%, 100%);
}
@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-black .bu-navbar-menu {
    background-color: hsl(0deg, 0%, 4%);
  }
}
.bu-hero.bu-is-black .bu-navbar-item,
.bu-hero.bu-is-black .bu-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.bu-hero.bu-is-black a.bu-navbar-item:hover, .bu-hero.bu-is-black a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-black .bu-navbar-link:hover,
.bu-hero.bu-is-black .bu-navbar-link.bu-is-active {
  background-color: black;
  color: hsl(0deg, 0%, 100%);
}
.bu-hero.bu-is-black .bu-tabs a {
  color: hsl(0deg, 0%, 100%);
  opacity: 0.9;
}
.bu-hero.bu-is-black .bu-tabs a:hover {
  opacity: 1;
}
.bu-hero.bu-is-black .bu-tabs li.bu-is-active a {
  color: hsl(0deg, 0%, 4%) !important;
  opacity: 1;
}
.bu-hero.bu-is-black .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-black .bu-tabs.bu-is-toggle a {
  color: hsl(0deg, 0%, 100%);
}
.bu-hero.bu-is-black .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-black .bu-tabs.bu-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-black .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-black .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-black .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-black .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.bu-hero.bu-is-black.bu-is-bold {
  background-image: linear-gradient(141deg, black 0%, hsl(0deg, 0%, 4%) 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
  .bu-hero.bu-is-black.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, black 0%, hsl(0deg, 0%, 4%) 71%, #181616 100%);
  }
}
.bu-hero.bu-is-light {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-light a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-light strong {
  color: inherit;
}
.bu-hero.bu-is-light .bu-title {
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-light .bu-subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.bu-hero.bu-is-light .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-light .bu-subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-light .bu-navbar-menu {
    background-color: hsl(0deg, 0%, 96%);
  }
}
.bu-hero.bu-is-light .bu-navbar-item,
.bu-hero.bu-is-light .bu-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-light a.bu-navbar-item:hover, .bu-hero.bu-is-light a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-light .bu-navbar-link:hover,
.bu-hero.bu-is-light .bu-navbar-link.bu-is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-light .bu-tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.bu-hero.bu-is-light .bu-tabs a:hover {
  opacity: 1;
}
.bu-hero.bu-is-light .bu-tabs li.bu-is-active a {
  color: hsl(0deg, 0%, 96%) !important;
  opacity: 1;
}
.bu-hero.bu-is-light .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-light .bu-tabs.bu-is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-light .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-light .bu-tabs.bu-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-light .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-light .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-light .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-light .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(0deg, 0%, 96%);
}
.bu-hero.bu-is-light.bu-is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0deg, 0%, 96%) 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .bu-hero.bu-is-light.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0deg, 0%, 96%) 71%, white 100%);
  }
}
.bu-hero.bu-is-dark {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.bu-hero.bu-is-dark a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-dark strong {
  color: inherit;
}
.bu-hero.bu-is-dark .bu-title {
  color: #fff;
}
.bu-hero.bu-is-dark .bu-subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bu-hero.bu-is-dark .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-dark .bu-subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-dark .bu-navbar-menu {
    background-color: hsl(0deg, 0%, 21%);
  }
}
.bu-hero.bu-is-dark .bu-navbar-item,
.bu-hero.bu-is-dark .bu-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.bu-hero.bu-is-dark a.bu-navbar-item:hover, .bu-hero.bu-is-dark a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-dark .bu-navbar-link:hover,
.bu-hero.bu-is-dark .bu-navbar-link.bu-is-active {
  background-color: #292929;
  color: #fff;
}
.bu-hero.bu-is-dark .bu-tabs a {
  color: #fff;
  opacity: 0.9;
}
.bu-hero.bu-is-dark .bu-tabs a:hover {
  opacity: 1;
}
.bu-hero.bu-is-dark .bu-tabs li.bu-is-active a {
  color: hsl(0deg, 0%, 21%) !important;
  opacity: 1;
}
.bu-hero.bu-is-dark .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-dark .bu-tabs.bu-is-toggle a {
  color: #fff;
}
.bu-hero.bu-is-dark .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-dark .bu-tabs.bu-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-dark .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-dark .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-dark .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-dark .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0deg, 0%, 21%);
}
.bu-hero.bu-is-dark.bu-is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, hsl(0deg, 0%, 21%) 71%, #46403f 100%);
}
@media screen and (max-width: 768px) {
  .bu-hero.bu-is-dark.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, hsl(0deg, 0%, 21%) 71%, #46403f 100%);
  }
}
.bu-hero.bu-is-primary {
  background-color: #00e5aa;
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-primary a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-primary strong {
  color: inherit;
}
.bu-hero.bu-is-primary .bu-title {
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-primary .bu-subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.bu-hero.bu-is-primary .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-primary .bu-subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-primary .bu-navbar-menu {
    background-color: #00e5aa;
  }
}
.bu-hero.bu-is-primary .bu-navbar-item,
.bu-hero.bu-is-primary .bu-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-primary a.bu-navbar-item:hover, .bu-hero.bu-is-primary a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-primary .bu-navbar-link:hover,
.bu-hero.bu-is-primary .bu-navbar-link.bu-is-active {
  background-color: #00cc97;
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-primary .bu-tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.bu-hero.bu-is-primary .bu-tabs a:hover {
  opacity: 1;
}
.bu-hero.bu-is-primary .bu-tabs li.bu-is-active a {
  color: #00e5aa !important;
  opacity: 1;
}
.bu-hero.bu-is-primary .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-primary .bu-tabs.bu-is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-primary .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-primary .bu-tabs.bu-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-primary .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-primary .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-primary .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-primary .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #00e5aa;
}
.bu-hero.bu-is-primary.bu-is-bold {
  background-image: linear-gradient(141deg, #00b266 0%, #00e5aa 71%, #00ffe7 100%);
}
@media screen and (max-width: 768px) {
  .bu-hero.bu-is-primary.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #00b266 0%, #00e5aa 71%, #00ffe7 100%);
  }
}
.bu-hero.bu-is-link {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.bu-hero.bu-is-link a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-link strong {
  color: inherit;
}
.bu-hero.bu-is-link .bu-title {
  color: #fff;
}
.bu-hero.bu-is-link .bu-subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bu-hero.bu-is-link .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-link .bu-subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-link .bu-navbar-menu {
    background-color: hsl(229deg, 53%, 53%);
  }
}
.bu-hero.bu-is-link .bu-navbar-item,
.bu-hero.bu-is-link .bu-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.bu-hero.bu-is-link a.bu-navbar-item:hover, .bu-hero.bu-is-link a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-link .bu-navbar-link:hover,
.bu-hero.bu-is-link .bu-navbar-link.bu-is-active {
  background-color: #3a51bb;
  color: #fff;
}
.bu-hero.bu-is-link .bu-tabs a {
  color: #fff;
  opacity: 0.9;
}
.bu-hero.bu-is-link .bu-tabs a:hover {
  opacity: 1;
}
.bu-hero.bu-is-link .bu-tabs li.bu-is-active a {
  color: hsl(229deg, 53%, 53%) !important;
  opacity: 1;
}
.bu-hero.bu-is-link .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-link .bu-tabs.bu-is-toggle a {
  color: #fff;
}
.bu-hero.bu-is-link .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-link .bu-tabs.bu-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-link .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-link .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-link .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-link .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(229deg, 53%, 53%);
}
.bu-hero.bu-is-link.bu-is-bold {
  background-image: linear-gradient(141deg, #2959b3 0%, hsl(229deg, 53%, 53%) 71%, #5658d2 100%);
}
@media screen and (max-width: 768px) {
  .bu-hero.bu-is-link.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #2959b3 0%, hsl(229deg, 53%, 53%) 71%, #5658d2 100%);
  }
}
.bu-hero.bu-is-info {
  background-color: #3f3d56;
  color: #fff;
}
.bu-hero.bu-is-info a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-info strong {
  color: inherit;
}
.bu-hero.bu-is-info .bu-title {
  color: #fff;
}
.bu-hero.bu-is-info .bu-subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bu-hero.bu-is-info .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-info .bu-subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-info .bu-navbar-menu {
    background-color: #3f3d56;
  }
}
.bu-hero.bu-is-info .bu-navbar-item,
.bu-hero.bu-is-info .bu-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.bu-hero.bu-is-info a.bu-navbar-item:hover, .bu-hero.bu-is-info a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-info .bu-navbar-link:hover,
.bu-hero.bu-is-info .bu-navbar-link.bu-is-active {
  background-color: #343247;
  color: #fff;
}
.bu-hero.bu-is-info .bu-tabs a {
  color: #fff;
  opacity: 0.9;
}
.bu-hero.bu-is-info .bu-tabs a:hover {
  opacity: 1;
}
.bu-hero.bu-is-info .bu-tabs li.bu-is-active a {
  color: #3f3d56 !important;
  opacity: 1;
}
.bu-hero.bu-is-info .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-info .bu-tabs.bu-is-toggle a {
  color: #fff;
}
.bu-hero.bu-is-info .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-info .bu-tabs.bu-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-info .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-info .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-info .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-info .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3f3d56;
}
.bu-hero.bu-is-info.bu-is-bold {
  background-image: linear-gradient(141deg, #23253d 0%, #3f3d56 71%, #4d4369 100%);
}
@media screen and (max-width: 768px) {
  .bu-hero.bu-is-info.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #23253d 0%, #3f3d56 71%, #4d4369 100%);
  }
}
.bu-hero.bu-is-success {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.bu-hero.bu-is-success a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-success strong {
  color: inherit;
}
.bu-hero.bu-is-success .bu-title {
  color: #fff;
}
.bu-hero.bu-is-success .bu-subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bu-hero.bu-is-success .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-success .bu-subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-success .bu-navbar-menu {
    background-color: hsl(153deg, 53%, 53%);
  }
}
.bu-hero.bu-is-success .bu-navbar-item,
.bu-hero.bu-is-success .bu-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.bu-hero.bu-is-success a.bu-navbar-item:hover, .bu-hero.bu-is-success a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-success .bu-navbar-link:hover,
.bu-hero.bu-is-success .bu-navbar-link.bu-is-active {
  background-color: #3abb81;
  color: #fff;
}
.bu-hero.bu-is-success .bu-tabs a {
  color: #fff;
  opacity: 0.9;
}
.bu-hero.bu-is-success .bu-tabs a:hover {
  opacity: 1;
}
.bu-hero.bu-is-success .bu-tabs li.bu-is-active a {
  color: hsl(153deg, 53%, 53%) !important;
  opacity: 1;
}
.bu-hero.bu-is-success .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-success .bu-tabs.bu-is-toggle a {
  color: #fff;
}
.bu-hero.bu-is-success .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-success .bu-tabs.bu-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-success .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-success .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-success .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-success .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(153deg, 53%, 53%);
}
.bu-hero.bu-is-success.bu-is-bold {
  background-image: linear-gradient(141deg, #29b35e 0%, hsl(153deg, 53%, 53%) 71%, #56d2af 100%);
}
@media screen and (max-width: 768px) {
  .bu-hero.bu-is-success.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #29b35e 0%, hsl(153deg, 53%, 53%) 71%, #56d2af 100%);
  }
}
.bu-hero.bu-is-warning {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-warning a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-warning strong {
  color: inherit;
}
.bu-hero.bu-is-warning .bu-title {
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-warning .bu-subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.bu-hero.bu-is-warning .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-warning .bu-subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-warning .bu-navbar-menu {
    background-color: hsl(44deg, 100%, 77%);
  }
}
.bu-hero.bu-is-warning .bu-navbar-item,
.bu-hero.bu-is-warning .bu-navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-warning a.bu-navbar-item:hover, .bu-hero.bu-is-warning a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-warning .bu-navbar-link:hover,
.bu-hero.bu-is-warning .bu-navbar-link.bu-is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-warning .bu-tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.bu-hero.bu-is-warning .bu-tabs a:hover {
  opacity: 1;
}
.bu-hero.bu-is-warning .bu-tabs li.bu-is-active a {
  color: hsl(44deg, 100%, 77%) !important;
  opacity: 1;
}
.bu-hero.bu-is-warning .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-warning .bu-tabs.bu-is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-warning .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-warning .bu-tabs.bu-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-warning .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-warning .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-warning .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-warning .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(44deg, 100%, 77%);
}
.bu-hero.bu-is-warning.bu-is-bold {
  background-image: linear-gradient(141deg, #ffb657 0%, hsl(44deg, 100%, 77%) 71%, #fff6a3 100%);
}
@media screen and (max-width: 768px) {
  .bu-hero.bu-is-warning.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #ffb657 0%, hsl(44deg, 100%, 77%) 71%, #fff6a3 100%);
  }
}
.bu-hero.bu-is-danger {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.bu-hero.bu-is-danger a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-danger strong {
  color: inherit;
}
.bu-hero.bu-is-danger .bu-title {
  color: #fff;
}
.bu-hero.bu-is-danger .bu-subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.bu-hero.bu-is-danger .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-danger .bu-subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-danger .bu-navbar-menu {
    background-color: hsl(348deg, 86%, 61%);
  }
}
.bu-hero.bu-is-danger .bu-navbar-item,
.bu-hero.bu-is-danger .bu-navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.bu-hero.bu-is-danger a.bu-navbar-item:hover, .bu-hero.bu-is-danger a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-danger .bu-navbar-link:hover,
.bu-hero.bu-is-danger .bu-navbar-link.bu-is-active {
  background-color: #ef2e55;
  color: #fff;
}
.bu-hero.bu-is-danger .bu-tabs a {
  color: #fff;
  opacity: 0.9;
}
.bu-hero.bu-is-danger .bu-tabs a:hover {
  opacity: 1;
}
.bu-hero.bu-is-danger .bu-tabs li.bu-is-active a {
  color: hsl(348deg, 86%, 61%) !important;
  opacity: 1;
}
.bu-hero.bu-is-danger .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-danger .bu-tabs.bu-is-toggle a {
  color: #fff;
}
.bu-hero.bu-is-danger .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-danger .bu-tabs.bu-is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-danger .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-danger .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-danger .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-danger .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(348deg, 86%, 61%);
}
.bu-hero.bu-is-danger.bu-is-bold {
  background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348deg, 86%, 61%) 71%, #f7595f 100%);
}
@media screen and (max-width: 768px) {
  .bu-hero.bu-is-danger.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348deg, 86%, 61%) 71%, #f7595f 100%);
  }
}
.bu-hero.bu-is-small .bu-hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .bu-hero.bu-is-medium .bu-hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-hero.bu-is-large .bu-hero-body {
    padding: 18rem 6rem;
  }
}
.bu-hero.bu-is-halfheight .bu-hero-body, .bu-hero.bu-is-fullheight .bu-hero-body, .bu-hero.bu-is-fullheight-with-navbar .bu-hero-body {
  align-items: center;
  display: flex;
}
.bu-hero.bu-is-halfheight .bu-hero-body > .bu-container, .bu-hero.bu-is-fullheight .bu-hero-body > .bu-container, .bu-hero.bu-is-fullheight-with-navbar .bu-hero-body > .bu-container {
  flex-grow: 1;
  flex-shrink: 1;
}
.bu-hero.bu-is-halfheight {
  min-height: 50vh;
}
.bu-hero.bu-is-fullheight {
  min-height: 100vh;
}

.bu-hero-video {
  overflow: hidden;
}
.bu-hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.bu-hero-video.bu-is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .bu-hero-video {
    display: none;
  }
}

.bu-hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .bu-hero-buttons .bu-button {
    display: flex;
  }
  .bu-hero-buttons .bu-button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .bu-hero-buttons {
    display: flex;
    justify-content: center;
  }
  .bu-hero-buttons .bu-button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.bu-hero-head,
.bu-hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.bu-hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 769px), print {
  .bu-hero-body {
    padding: 3rem 3rem;
  }
}

.bu-section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .bu-section {
    padding: 3rem 3rem;
  }
  .bu-section.bu-is-medium {
    padding: 9rem 4.5rem;
  }
  .bu-section.bu-is-large {
    padding: 18rem 6rem;
  }
}

.bu-footer {
  background-color: hsl(0deg, 0%, 98%);
  padding: 3rem 1.5rem 6rem;
}