/*! bulma.io v0.8.2 | MIT License | github.com/jgthms/bulma */

    /* embed="site2020b_css/bu1_animations" */
/* Bulma -> Buttons + Modal: https://bulma.io/documentation/elements/button/  https://bulma.io/documentation/components/modal/ */

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

.bu-select:not(.bu-is-multiple):not(.bu-is-loading)::after, .bu-navbar-link:not(.bu-is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

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

.bu-delete, .bu-modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.bu-delete::before, .bu-modal-close::before, .bu-delete::after, .bu-modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.bu-delete::before, .bu-modal-close::before {
  height: 2px;
  width: 50%;
}

.bu-delete::after, .bu-modal-close::after {
  height: 50%;
  width: 2px;
}

.bu-delete:hover, .bu-modal-close:hover, .bu-delete:focus, .bu-modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.bu-delete:active, .bu-modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.bu-is-small.bu-delete, .bu-is-small.bu-modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.bu-is-medium.bu-delete, .bu-is-medium.bu-modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.bu-is-large.bu-delete, .bu-is-large.bu-modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.bu-button.bu-is-loading::after, .bu-loader, .bu-select.bu-is-loading::after, .bu-control.bu-is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.bu-is-overlay, .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, .bu-modal, .bu-modal-background, .bu-hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bu-button, .bu-input, .bu-textarea, .bu-select select, .bu-file-cta,
.bu-file-name, .bu-pagination-previous,
.bu-pagination-next,
.bu-pagination-link,
.bu-pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

.bu-button:focus, .bu-input:focus, .bu-textarea:focus, .bu-select select:focus, .bu-file-cta:focus,
.bu-file-name:focus, .bu-pagination-previous:focus,
.bu-pagination-next:focus,
.bu-pagination-link:focus,
.bu-pagination-ellipsis:focus, .bu-is-focused.bu-button, .bu-is-focused.bu-input, .bu-is-focused.bu-textarea, .bu-select select.bu-is-focused, .bu-is-focused.bu-file-cta,
.bu-is-focused.bu-file-name, .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-button:active, .bu-input:active, .bu-textarea:active, .bu-select select:active, .bu-file-cta:active,
.bu-file-name:active, .bu-pagination-previous:active,
.bu-pagination-next:active,
.bu-pagination-link:active,
.bu-pagination-ellipsis:active, .bu-is-active.bu-button, .bu-is-active.bu-input, .bu-is-active.bu-textarea, .bu-select select.bu-is-active, .bu-is-active.bu-file-cta,
.bu-is-active.bu-file-name, .bu-is-active.bu-pagination-previous,
.bu-is-active.bu-pagination-next,
.bu-is-active.bu-pagination-link,
.bu-is-active.bu-pagination-ellipsis {
  outline: none;
}

.bu-button[disabled], .bu-input[disabled], .bu-textarea[disabled], .bu-select select[disabled], .bu-file-cta[disabled],
.bu-file-name[disabled], .bu-pagination-previous[disabled],
.bu-pagination-next[disabled],
.bu-pagination-link[disabled],
.bu-pagination-ellipsis[disabled],
fieldset[disabled] .bu-button,
fieldset[disabled] .bu-input,
fieldset[disabled] .bu-textarea,
fieldset[disabled] .bu-select select,
.bu-select fieldset[disabled] select,
fieldset[disabled] .bu-file-cta,
fieldset[disabled] .bu-file-name,
fieldset[disabled] .bu-pagination-previous,
fieldset[disabled] .bu-pagination-next,
fieldset[disabled] .bu-pagination-link,
fieldset[disabled] .bu-pagination-ellipsis {
  cursor: not-allowed;
}
/*! 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: left;
}
/* Bulma -> Basic Typography: https://bulma.io/documentation/??/ */

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

body,
button,
input,
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: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: rgb(52,85,219);
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #f14668;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  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: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

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

table th {
  color: #363636;
}

.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-clipped {
  overflow: hidden !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-has-text-white {
  color: white !important;
}

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

.bu-has-background-white {
  background-color: white !important;
}

.bu-has-text-black {
  color: #0a0a0a !important;
}

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

.bu-has-background-black {
  background-color: #0a0a0a !important;
}

.bu-has-text-light {
  color: whitesmoke !important;
}

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

.bu-has-background-light {
  background-color: whitesmoke !important;
}

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

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

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

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

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

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

.bu-has-text-link {
  color: #3273dc !important;
}

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

.bu-has-background-link {
  background-color: #3273dc !important;
}

.bu-has-text-info {
  color: #3298dc !important;
}

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

.bu-has-background-info {
  background-color: #3298dc !important;
}

.bu-has-text-success {
  color: #48c774 !important;
}

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

.bu-has-background-success {
  background-color: #48c774 !important;
}

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

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

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

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

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

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

.bu-has-text-black-bis {
  color: #121212 !important;
}

.bu-has-background-black-bis {
  background-color: #121212 !important;
}

.bu-has-text-black-ter {
  color: #242424 !important;
}

.bu-has-background-black-ter {
  background-color: #242424 !important;
}

.bu-has-text-grey-darker {
  color: #363636 !important;
}

.bu-has-background-grey-darker {
  background-color: #363636 !important;
}

.bu-has-text-grey-dark {
  color: #4a4a4a !important;
}

.bu-has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.bu-has-text-grey {
  color: #7a7a7a !important;
}

.bu-has-background-grey {
  background-color: #7a7a7a !important;
}

.bu-has-text-grey-light {
  color: #b5b5b5 !important;
}

.bu-has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.bu-has-text-grey-lighter {
  color: #dbdbdb !important;
}

.bu-has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.bu-has-text-white-ter {
  color: whitesmoke !important;
}

.bu-has-background-white-ter {
  background-color: whitesmoke !important;
}

.bu-has-text-white-bis {
  color: #fafafa !important;
}

.bu-has-background-white-bis {
  background-color: #fafafa !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;
}
/* Bulma -> Font Families: https://bulma.io/documentation/??/ */

.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;
}
/* Bulma -> Typography helpers: https://bulma.io/documentation/modifiers/typography-helpers/ */

@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-has-text-white {
  color: white !important;
}

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

.bu-has-background-white {
  background-color: white !important;
}

.bu-has-text-black {
  color: #0a0a0a !important;
}

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

.bu-has-background-black {
  background-color: #0a0a0a !important;
}

.bu-has-text-light {
  color: whitesmoke !important;
}

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

.bu-has-background-light {
  background-color: whitesmoke !important;
}

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

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

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

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

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

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

.bu-has-text-link {
  color: #3273dc !important;
}

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

.bu-has-background-link {
  background-color: #3273dc !important;
}

.bu-has-text-info {
  color: #3298dc !important;
}

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

.bu-has-background-info {
  background-color: #3298dc !important;
}

.bu-has-text-success {
  color: #48c774 !important;
}

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

.bu-has-background-success {
  background-color: #48c774 !important;
}

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

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

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

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

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

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

.bu-has-text-black-bis {
  color: #121212 !important;
}

.bu-has-background-black-bis {
  background-color: #121212 !important;
}

.bu-has-text-black-ter {
  color: #242424 !important;
}

.bu-has-background-black-ter {
  background-color: #242424 !important;
}

.bu-has-text-grey-darker {
  color: #363636 !important;
}

.bu-has-background-grey-darker {
  background-color: #363636 !important;
}

.bu-has-text-grey-dark {
  color: #4a4a4a !important;
}

.bu-has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.bu-has-text-grey {
  color: #7a7a7a !important;
}

.bu-has-background-grey {
  background-color: #7a7a7a !important;
}

.bu-has-text-grey-light {
  color: #b5b5b5 !important;
}

.bu-has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.bu-has-text-grey-lighter {
  color: #dbdbdb !important;
}

.bu-has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.bu-has-text-white-ter {
  color: whitesmoke !important;
}

.bu-has-background-white-ter {
  background-color: whitesmoke !important;
}

.bu-has-text-white-bis {
  color: #fafafa !important;
}

.bu-has-background-white-bis {
  background-color: #fafafa !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;
}
    /* embed="site2020b_css/bu8_responsive_helpers" */
/* Bulma -> Helpers: https://bulma.io/documentation/modifiers/helpers/ */

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

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

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

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

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

.bu-is-relative {
  position: relative !important;
}
    /* embed="site2020b_css/bu10_box" */
/* Bulma => Button: https://bulma.io/documentation/elements/button/ */

.bu-button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}

.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: #b5b5b5;
  color: #363636;
}

.bu-button:focus, .bu-button.bu-is-focused {
  border-color: #3273dc;
  color: #363636;
}

.bu-button:focus:not(:active), .bu-button.bu-is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.bu-button:active, .bu-button.bu-is-active {
  border-color: #4a4a4a;
  color: #363636;
}

.bu-button.bu-is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  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: whitesmoke;
  color: #363636;
}

.bu-button.bu-is-text:active, .bu-button.bu-is-text.bu-is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.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-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.bu-button.bu-is-white:hover, .bu-button.bu-is-white.bu-is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.bu-button.bu-is-white:focus, .bu-button.bu-is-white.bu-is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

.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: #0a0a0a;
}

.bu-button.bu-is-white[disabled],
fieldset[disabled] .bu-button.bu-is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}

.bu-button.bu-is-white.bu-is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.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: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}

.bu-button.bu-is-white.bu-is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.bu-button.bu-is-white.bu-is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.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: white;
  border-color: white;
  color: #0a0a0a;
}

.bu-button.bu-is-white.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent white white !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 #0a0a0a #0a0a0a !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: white;
  box-shadow: none;
  color: white;
}

.bu-button.bu-is-white.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.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: #0a0a0a;
  color: white;
}

.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 white white !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: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.bu-button.bu-is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.bu-button.bu-is-black:hover, .bu-button.bu-is-black.bu-is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.bu-button.bu-is-black:focus, .bu-button.bu-is-black.bu-is-focused {
  border-color: transparent;
  color: white;
}

.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: white;
}

.bu-button.bu-is-black[disabled],
fieldset[disabled] .bu-button.bu-is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

.bu-button.bu-is-black.bu-is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.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: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

.bu-button.bu-is-black.bu-is-loading::after {
  border-color: transparent transparent white white !important;
}

.bu-button.bu-is-black.bu-is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.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: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.bu-button.bu-is-black.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !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 white white !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: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.bu-button.bu-is-black.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.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: white;
  color: #0a0a0a;
}

.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 #0a0a0a #0a0a0a !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: white;
  box-shadow: none;
  color: white;
}

.bu-button.bu-is-light {
  background-color: whitesmoke;
  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: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}

.bu-button.bu-is-light.bu-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.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: whitesmoke;
}

.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: whitesmoke;
  color: whitesmoke;
}

.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: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.bu-button.bu-is-light.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !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: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

.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: whitesmoke;
}

.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 whitesmoke whitesmoke !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: #363636;
  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: #363636;
  border-color: transparent;
  box-shadow: none;
}

.bu-button.bu-is-dark.bu-is-inverted {
  background-color: #fff;
  color: #363636;
}

.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: #363636;
}

.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: #363636;
  color: #363636;
}

.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: #363636;
  border-color: #363636;
  color: #fff;
}

.bu-button.bu-is-dark.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent #363636 #363636 !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: #363636;
  box-shadow: none;
  color: #363636;
}

.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: #363636;
}

.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 #363636 #363636 !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: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.bu-button.bu-is-primary:hover, .bu-button.bu-is-primary.bu-is-hovered {
  background-color: #00a68d;
  border-color: transparent;
  color: #fff;
}

.bu-button.bu-is-primary:focus, .bu-button.bu-is-primary.bu-is-focused {
  border-color: transparent;
  color: #fff;
}

.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, 209, 178, 0.25);
}

.bu-button.bu-is-primary:active, .bu-button.bu-is-primary.bu-is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.bu-button.bu-is-primary[disabled],
fieldset[disabled] .bu-button.bu-is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  box-shadow: none;
}

.bu-button.bu-is-primary.bu-is-inverted {
  background-color: #fff;
  color: #00d1b2;
}

.bu-button.bu-is-primary.bu-is-inverted:hover, .bu-button.bu-is-primary.bu-is-inverted.bu-is-hovered {
  background-color: #f2f2f2;
}

.bu-button.bu-is-primary.bu-is-inverted[disabled],
fieldset[disabled] .bu-button.bu-is-primary.bu-is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00d1b2;
}

.bu-button.bu-is-primary.bu-is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.bu-button.bu-is-primary.bu-is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}

.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: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.bu-button.bu-is-primary.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !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 #fff #fff !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: #00d1b2;
  box-shadow: none;
  color: #00d1b2;
}

.bu-button.bu-is-primary.bu-is-inverted.bu-is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.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: #fff;
  color: #00d1b2;
}

.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 #00d1b2 #00d1b2 !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: #fff;
  box-shadow: none;
  color: #fff;
}

.bu-button.bu-is-primary.bu-is-light {
  background-color: #ebfffc;
  color: #00947e;
}

.bu-button.bu-is-primary.bu-is-light:hover, .bu-button.bu-is-primary.bu-is-light.bu-is-hovered {
  background-color: #defffa;
  border-color: transparent;
  color: #00947e;
}

.bu-button.bu-is-primary.bu-is-light:active, .bu-button.bu-is-primary.bu-is-light.bu-is-active {
  background-color: #d1fff8;
  border-color: transparent;
  color: #00947e;
}

.bu-button.bu-is-link {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.bu-button.bu-is-link:hover, .bu-button.bu-is-link.bu-is-hovered {
  background-color: #276cda;
  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(50, 115, 220, 0.25);
}

.bu-button.bu-is-link:active, .bu-button.bu-is-link.bu-is-active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

.bu-button.bu-is-link[disabled],
fieldset[disabled] .bu-button.bu-is-link {
  background-color: #3273dc;
  border-color: transparent;
  box-shadow: none;
}

.bu-button.bu-is-link.bu-is-inverted {
  background-color: #fff;
  color: #3273dc;
}

.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: #3273dc;
}

.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: #3273dc;
  color: #3273dc;
}

.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: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.bu-button.bu-is-link.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent #3273dc #3273dc !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: #3273dc;
  box-shadow: none;
  color: #3273dc;
}

.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: #3273dc;
}

.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 #3273dc #3273dc !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: #eef3fc;
  color: #2160c4;
}

.bu-button.bu-is-link.bu-is-light:hover, .bu-button.bu-is-link.bu-is-light.bu-is-hovered {
  background-color: #e3ecfa;
  border-color: transparent;
  color: #2160c4;
}

.bu-button.bu-is-link.bu-is-light:active, .bu-button.bu-is-link.bu-is-light.bu-is-active {
  background-color: #d8e4f8;
  border-color: transparent;
  color: #2160c4;
}

.bu-button.bu-is-info {
  background-color: rgb(52,85,219);
  border-color: transparent;
  color: #fff;
}

.bu-button.bu-is-info:hover, .bu-button.bu-is-info.bu-is-hovered {
  background-color: #2793da;
  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(50, 152, 220, 0.25);
}

.bu-button.bu-is-info:active, .bu-button.bu-is-info.bu-is-active {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}

.bu-button.bu-is-info[disabled],
fieldset[disabled] .bu-button.bu-is-info {
  background-color: #3298dc;
  border-color: transparent;
  box-shadow: none;
}

.bu-button.bu-is-info.bu-is-inverted {
  background-color: #fff;
  color: #3298dc;
}

.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: #3298dc;
}

.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: #3298dc;
  color: #3298dc;
}

.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: #3298dc;
  border-color: #3298dc;
  color: #fff;
}

.bu-button.bu-is-info.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent #3298dc #3298dc !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: #3298dc;
  box-shadow: none;
  color: #3298dc;
}

.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: #3298dc;
}

.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 #3298dc #3298dc !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: #eef6fc;
  color: #1d72aa;
}

.bu-button.bu-is-info.bu-is-light:hover, .bu-button.bu-is-info.bu-is-light.bu-is-hovered {
  background-color: #e3f1fa;
  border-color: transparent;
  color: #1d72aa;
}

.bu-button.bu-is-info.bu-is-light:active, .bu-button.bu-is-info.bu-is-light.bu-is-active {
  background-color: #d8ebf8;
  border-color: transparent;
  color: #1d72aa;
}

.bu-button.bu-is-success {
  background-color: #48c774;
  border-color: transparent;
  color: #fff;
}

.bu-button.bu-is-success:hover, .bu-button.bu-is-success.bu-is-hovered {
  background-color: #3ec46d;
  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, 116, 0.25);
}

.bu-button.bu-is-success:active, .bu-button.bu-is-success.bu-is-active {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}

.bu-button.bu-is-success[disabled],
fieldset[disabled] .bu-button.bu-is-success {
  background-color: #48c774;
  border-color: transparent;
  box-shadow: none;
}

.bu-button.bu-is-success.bu-is-inverted {
  background-color: #fff;
  color: #48c774;
}

.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: #48c774;
}

.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: #48c774;
  color: #48c774;
}

.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: #48c774;
  border-color: #48c774;
  color: #fff;
}

.bu-button.bu-is-success.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent #48c774 #48c774 !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: #48c774;
  box-shadow: none;
  color: #48c774;
}

.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: #48c774;
}

.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 #48c774 #48c774 !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: #effaf3;
  color: #257942;
}

.bu-button.bu-is-success.bu-is-light:hover, .bu-button.bu-is-success.bu-is-light.bu-is-hovered {
  background-color: #e6f7ec;
  border-color: transparent;
  color: #257942;
}

.bu-button.bu-is-success.bu-is-light:active, .bu-button.bu-is-success.bu-is-light.bu-is-active {
  background-color: #dcf4e4;
  border-color: transparent;
  color: #257942;
}

.bu-button.bu-is-warning {
  background-color: #ffdd57;
  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: #ffdb4a;
  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, 221, 87, 0.25);
}

.bu-button.bu-is-warning:active, .bu-button.bu-is-warning.bu-is-active {
  background-color: #ffd83d;
  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: #ffdd57;
  border-color: transparent;
  box-shadow: none;
}

.bu-button.bu-is-warning.bu-is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.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: #ffdd57;
}

.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: #ffdd57;
  color: #ffdd57;
}

.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: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.bu-button.bu-is-warning.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !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: #ffdd57;
  box-shadow: none;
  color: #ffdd57;
}

.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: #ffdd57;
}

.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 #ffdd57 #ffdd57 !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: #fffbeb;
  color: #947600;
}

.bu-button.bu-is-warning.bu-is-light:hover, .bu-button.bu-is-warning.bu-is-light.bu-is-hovered {
  background-color: #fff8de;
  border-color: transparent;
  color: #947600;
}

.bu-button.bu-is-warning.bu-is-light:active, .bu-button.bu-is-warning.bu-is-light.bu-is-active {
  background-color: #fff6d1;
  border-color: transparent;
  color: #947600;
}

.bu-button.bu-is-danger {
  background-color: #f14668;
  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: #f14668;
  border-color: transparent;
  box-shadow: none;
}

.bu-button.bu-is-danger.bu-is-inverted {
  background-color: #fff;
  color: #f14668;
}

.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: #f14668;
}

.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: #f14668;
  color: #f14668;
}

.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: #f14668;
  border-color: #f14668;
  color: #fff;
}

.bu-button.bu-is-danger.bu-is-outlined.bu-is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !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: #f14668;
  box-shadow: none;
  color: #f14668;
}

.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: #f14668;
}

.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 #f14668 #f14668 !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 {
  border-radius: 2px;
  font-size: 0.75rem;
}

.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: white;
  border-color: #dbdbdb;
  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 / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

.bu-button.bu-is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

.bu-button.bu-is-rounded {
  border-radius: 290486px;
  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.bu-are-small .bu-button:not(.bu-is-normal):not(.bu-is-medium):not(.bu-is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}

.bu-buttons.bu-are-medium .bu-button:not(.bu-is-small):not(.bu-is-normal):not(.bu-is-large) {
  font-size: 1.25rem;
}

.bu-buttons.bu-are-large .bu-button:not(.bu-is-small):not(.bu-is-normal):not(.bu-is-medium) {
  font-size: 1.5rem;
}

.bu-buttons.bu-has-addons .bu-button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.bu-buttons.bu-has-addons .bu-button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.bu-buttons.bu-has-addons .bu-button:last-child {
  margin-right: 0;
}

.bu-buttons.bu-has-addons .bu-button:hover, .bu-buttons.bu-has-addons .bu-button.bu-is-hovered {
  z-index: 2;
}

.bu-buttons.bu-has-addons .bu-button:focus, .bu-buttons.bu-has-addons .bu-button.bu-is-focused, .bu-buttons.bu-has-addons .bu-button:active, .bu-buttons.bu-has-addons .bu-button.bu-is-active, .bu-buttons.bu-has-addons .bu-button.bu-is-selected {
  z-index: 3;
}

.bu-buttons.bu-has-addons .bu-button:focus:hover, .bu-buttons.bu-has-addons .bu-button.bu-is-focused:hover, .bu-buttons.bu-has-addons .bu-button:active:hover, .bu-buttons.bu-has-addons .bu-button.bu-is-active:hover, .bu-buttons.bu-has-addons .bu-button.bu-is-selected:hover {
  z-index: 4;
}

.bu-buttons.bu-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(.bu-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(.bu-has-addons) .bu-button:not(.bu-is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
/* Bulma -> Container: https://bulma.io/documentation/layout/container/  */

.bu-container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.bu-container.bu-is-fluid {
  max-width: none;
  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 {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  .bu-container.bu-is-fullhd {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  .bu-container {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  .bu-container {
    max-width: 1344px;
  }
}
/* Bulma -> Content: https://bulma.io/documentation/elements/content/ */

.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: #363636;
  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: whitesmoke;
  border-left: 5px solid #dbdbdb;
  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 #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.bu-content table th {
  color: #363636;
}

.bu-content table th:not([align]) {
  text-align: left;
}

.bu-content table thead td,
.bu-content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.bu-content table tfoot td,
.bu-content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.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-medium {
  font-size: 1.25rem;
}

.bu-content.bu-is-large {
  font-size: 1.5rem;
}
    /* embed="site2020b_css/bu14_icon_image" */
    /* embed="site2020b_css/bu15_notification" */
    /* embed="site2020b_css/bu16_progressbar" */
/* Bulma => Table: https://bulma.io/documentation/elements/table/ */

.bu-table {
  background-color: white;
  color: #363636;
}

.bu-table td,
.bu-table th {
  border: 1px solid #dbdbdb;
  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: white;
  border-color: white;
  color: #0a0a0a;
}

.bu-table td.bu-is-black,
.bu-table th.bu-is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.bu-table td.bu-is-light,
.bu-table th.bu-is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.bu-table td.bu-is-dark,
.bu-table th.bu-is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.bu-table td.bu-is-primary,
.bu-table th.bu-is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.bu-table td.bu-is-link,
.bu-table th.bu-is-link {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.bu-table td.bu-is-info,
.bu-table th.bu-is-info {
  background-color: #3298dc;
  border-color: #3298dc;
  color: #fff;
}

.bu-table td.bu-is-success,
.bu-table th.bu-is-success {
  background-color: #48c774;
  border-color: #48c774;
  color: #fff;
}

.bu-table td.bu-is-warning,
.bu-table th.bu-is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.bu-table td.bu-is-danger,
.bu-table th.bu-is-danger {
  background-color: #f14668;
  border-color: #f14668;
  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: #00d1b2;
  color: #fff;
}

.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 th {
  color: #363636;
}

.bu-table th:not([align]) {
  text-align: left;
}

.bu-table tr.bu-is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.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: #fff;
  color: currentColor;
}

.bu-table thead {
  background-color: transparent;
}

.bu-table thead td,
.bu-table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.bu-table tfoot {
  background-color: transparent;
}

.bu-table tfoot td,
.bu-table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.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: #fafafa;
}

.bu-table.bu-is-hoverable.bu-is-striped tbody tr:not(.bu-is-selected):hover {
  background-color: #fafafa;
}

.bu-table.bu-is-hoverable.bu-is-striped tbody tr:not(.bu-is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

.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: #fafafa;
}

.bu-table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}
    /* embed="site2020b_css/bu18_tags" */
/* megan edit: should include (for headings) --> */ /* Bulma => Title + Subtitle + Numbers: https://bulma.io/documentation/elements/title/ */

.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: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.bu-title strong {
  color: inherit;
  font-weight: inherit;
}

.bu-title + .bu-highlight {
  margin-top: -0.75rem;
}

.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: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.bu-subtitle strong {
  color: #363636;
  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-highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.bu-highlight pre {
  overflow: auto;
  max-width: 100%;
}

.bu-number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}
/* Bulma => Form: https://bulma.io/documentation/form/ */

.bu-input, .bu-textarea, .bu-select select {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

.bu-input::-moz-placeholder, .bu-textarea::-moz-placeholder, .bu-select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.bu-input::-webkit-input-placeholder, .bu-textarea::-webkit-input-placeholder, .bu-select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.bu-input:-moz-placeholder, .bu-textarea:-moz-placeholder, .bu-select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.bu-input:-ms-input-placeholder, .bu-textarea:-ms-input-placeholder, .bu-select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.bu-input:hover, .bu-textarea:hover, .bu-select select:hover, .bu-is-hovered.bu-input, .bu-is-hovered.bu-textarea, .bu-select select.bu-is-hovered {
  border-color: #b5b5b5;
}

.bu-input:focus, .bu-textarea:focus, .bu-select select:focus, .bu-is-focused.bu-input, .bu-is-focused.bu-textarea, .bu-select select.bu-is-focused, .bu-input:active, .bu-textarea:active, .bu-select select:active, .bu-is-active.bu-input, .bu-is-active.bu-textarea, .bu-select select.bu-is-active {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.bu-input[disabled], .bu-textarea[disabled], .bu-select select[disabled],
fieldset[disabled] .bu-input,
fieldset[disabled] .bu-textarea,
fieldset[disabled] .bu-select select,
.bu-select fieldset[disabled] select {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

.bu-input[disabled]::-moz-placeholder, .bu-textarea[disabled]::-moz-placeholder, .bu-select select[disabled]::-moz-placeholder,
fieldset[disabled] .bu-input::-moz-placeholder,
fieldset[disabled] .bu-textarea::-moz-placeholder,
fieldset[disabled] .bu-select select::-moz-placeholder,
.bu-select fieldset[disabled] select::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.bu-input[disabled]::-webkit-input-placeholder, .bu-textarea[disabled]::-webkit-input-placeholder, .bu-select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .bu-input::-webkit-input-placeholder,
fieldset[disabled] .bu-textarea::-webkit-input-placeholder,
fieldset[disabled] .bu-select select::-webkit-input-placeholder,
.bu-select fieldset[disabled] select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.bu-input[disabled]:-moz-placeholder, .bu-textarea[disabled]:-moz-placeholder, .bu-select select[disabled]:-moz-placeholder,
fieldset[disabled] .bu-input:-moz-placeholder,
fieldset[disabled] .bu-textarea:-moz-placeholder,
fieldset[disabled] .bu-select select:-moz-placeholder,
.bu-select fieldset[disabled] select:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.bu-input[disabled]:-ms-input-placeholder, .bu-textarea[disabled]:-ms-input-placeholder, .bu-select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .bu-input:-ms-input-placeholder,
fieldset[disabled] .bu-textarea:-ms-input-placeholder,
fieldset[disabled] .bu-select select:-ms-input-placeholder,
.bu-select fieldset[disabled] select:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.bu-input, .bu-textarea {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}

.bu-input[readonly], .bu-textarea[readonly] {
  box-shadow: none;
}

.bu-is-white.bu-input, .bu-is-white.bu-textarea {
  border-color: white;
}

.bu-is-white.bu-input:focus, .bu-is-white.bu-textarea:focus, .bu-is-white.bu-is-focused.bu-input, .bu-is-white.bu-is-focused.bu-textarea, .bu-is-white.bu-input:active, .bu-is-white.bu-textarea:active, .bu-is-white.bu-is-active.bu-input, .bu-is-white.bu-is-active.bu-textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.bu-is-black.bu-input, .bu-is-black.bu-textarea {
  border-color: #0a0a0a;
}

.bu-is-black.bu-input:focus, .bu-is-black.bu-textarea:focus, .bu-is-black.bu-is-focused.bu-input, .bu-is-black.bu-is-focused.bu-textarea, .bu-is-black.bu-input:active, .bu-is-black.bu-textarea:active, .bu-is-black.bu-is-active.bu-input, .bu-is-black.bu-is-active.bu-textarea {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.bu-is-light.bu-input, .bu-is-light.bu-textarea {
  border-color: whitesmoke;
}

.bu-is-light.bu-input:focus, .bu-is-light.bu-textarea:focus, .bu-is-light.bu-is-focused.bu-input, .bu-is-light.bu-is-focused.bu-textarea, .bu-is-light.bu-input:active, .bu-is-light.bu-textarea:active, .bu-is-light.bu-is-active.bu-input, .bu-is-light.bu-is-active.bu-textarea {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.bu-is-dark.bu-input, .bu-is-dark.bu-textarea {
  border-color: #363636;
}

.bu-is-dark.bu-input:focus, .bu-is-dark.bu-textarea:focus, .bu-is-dark.bu-is-focused.bu-input, .bu-is-dark.bu-is-focused.bu-textarea, .bu-is-dark.bu-input:active, .bu-is-dark.bu-textarea:active, .bu-is-dark.bu-is-active.bu-input, .bu-is-dark.bu-is-active.bu-textarea {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.bu-is-primary.bu-input, .bu-is-primary.bu-textarea {
  border-color: #00d1b2;
}

.bu-is-primary.bu-input:focus, .bu-is-primary.bu-textarea:focus, .bu-is-primary.bu-is-focused.bu-input, .bu-is-primary.bu-is-focused.bu-textarea, .bu-is-primary.bu-input:active, .bu-is-primary.bu-textarea:active, .bu-is-primary.bu-is-active.bu-input, .bu-is-primary.bu-is-active.bu-textarea {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.bu-is-link.bu-input, .bu-is-link.bu-textarea {
  border-color: #3273dc;
}

.bu-is-link.bu-input:focus, .bu-is-link.bu-textarea:focus, .bu-is-link.bu-is-focused.bu-input, .bu-is-link.bu-is-focused.bu-textarea, .bu-is-link.bu-input:active, .bu-is-link.bu-textarea:active, .bu-is-link.bu-is-active.bu-input, .bu-is-link.bu-is-active.bu-textarea {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.bu-is-info.bu-input, .bu-is-info.bu-textarea {
  border-color: #3298dc;
}

.bu-is-info.bu-input:focus, .bu-is-info.bu-textarea:focus, .bu-is-info.bu-is-focused.bu-input, .bu-is-info.bu-is-focused.bu-textarea, .bu-is-info.bu-input:active, .bu-is-info.bu-textarea:active, .bu-is-info.bu-is-active.bu-input, .bu-is-info.bu-is-active.bu-textarea {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}

.bu-is-success.bu-input, .bu-is-success.bu-textarea {
  border-color: #48c774;
}

.bu-is-success.bu-input:focus, .bu-is-success.bu-textarea:focus, .bu-is-success.bu-is-focused.bu-input, .bu-is-success.bu-is-focused.bu-textarea, .bu-is-success.bu-input:active, .bu-is-success.bu-textarea:active, .bu-is-success.bu-is-active.bu-input, .bu-is-success.bu-is-active.bu-textarea {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}

.bu-is-warning.bu-input, .bu-is-warning.bu-textarea {
  border-color: #ffdd57;
}

.bu-is-warning.bu-input:focus, .bu-is-warning.bu-textarea:focus, .bu-is-warning.bu-is-focused.bu-input, .bu-is-warning.bu-is-focused.bu-textarea, .bu-is-warning.bu-input:active, .bu-is-warning.bu-textarea:active, .bu-is-warning.bu-is-active.bu-input, .bu-is-warning.bu-is-active.bu-textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.bu-is-danger.bu-input, .bu-is-danger.bu-textarea {
  border-color: #f14668;
}

.bu-is-danger.bu-input:focus, .bu-is-danger.bu-textarea:focus, .bu-is-danger.bu-is-focused.bu-input, .bu-is-danger.bu-is-focused.bu-textarea, .bu-is-danger.bu-input:active, .bu-is-danger.bu-textarea:active, .bu-is-danger.bu-is-active.bu-input, .bu-is-danger.bu-is-active.bu-textarea {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

.bu-is-small.bu-input, .bu-is-small.bu-textarea {
  border-radius: 2px;
  font-size: 0.75rem;
}

.bu-is-medium.bu-input, .bu-is-medium.bu-textarea {
  font-size: 1.25rem;
}

.bu-is-large.bu-input, .bu-is-large.bu-textarea {
  font-size: 1.5rem;
}

.bu-is-fullwidth.bu-input, .bu-is-fullwidth.bu-textarea {
  display: block;
  width: 100%;
}

.bu-is-inline.bu-input, .bu-is-inline.bu-textarea {
  display: inline;
  width: auto;
}

.bu-input.bu-is-rounded {
  border-radius: 290486px;
  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.bu-has-fixed-size {
  resize: none;
}

.bu-checkbox, .bu-radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.bu-checkbox input, .bu-radio input {
  cursor: pointer;
}

.bu-checkbox:hover, .bu-radio:hover {
  color: #363636;
}

.bu-checkbox[disabled], .bu-radio[disabled],
fieldset[disabled] .bu-checkbox,
fieldset[disabled] .bu-radio {
  color: #7a7a7a;
  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: #3273dc;
  right: 1.125em;
  z-index: 4;
}

.bu-select.bu-is-rounded select {
  border-radius: 290486px;
  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: whitesmoke;
}

.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: #363636;
}

.bu-select.bu-is-white:not(:hover)::after {
  border-color: white;
}

.bu-select.bu-is-white select {
  border-color: white;
}

.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: #0a0a0a;
}

.bu-select.bu-is-black select {
  border-color: #0a0a0a;
}

.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: whitesmoke;
}

.bu-select.bu-is-light select {
  border-color: whitesmoke;
}

.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: #363636;
}

.bu-select.bu-is-dark select {
  border-color: #363636;
}

.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: #00d1b2;
}

.bu-select.bu-is-primary select {
  border-color: #00d1b2;
}

.bu-select.bu-is-primary select:hover, .bu-select.bu-is-primary select.bu-is-hovered {
  border-color: #00b89c;
}

.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, 209, 178, 0.25);
}

.bu-select.bu-is-link:not(:hover)::after {
  border-color: #3273dc;
}

.bu-select.bu-is-link select {
  border-color: #3273dc;
}

.bu-select.bu-is-link select:hover, .bu-select.bu-is-link select.bu-is-hovered {
  border-color: #2366d1;
}

.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(50, 115, 220, 0.25);
}

.bu-select.bu-is-info:not(:hover)::after {
  border-color: #3298dc;
}

.bu-select.bu-is-info select {
  border-color: #3298dc;
}

.bu-select.bu-is-info select:hover, .bu-select.bu-is-info select.bu-is-hovered {
  border-color: #238cd1;
}

.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(50, 152, 220, 0.25);
}

.bu-select.bu-is-success:not(:hover)::after {
  border-color: #48c774;
}

.bu-select.bu-is-success select {
  border-color: #48c774;
}

.bu-select.bu-is-success select:hover, .bu-select.bu-is-success select.bu-is-hovered {
  border-color: #3abb67;
}

.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, 116, 0.25);
}

.bu-select.bu-is-warning:not(:hover)::after {
  border-color: #ffdd57;
}

.bu-select.bu-is-warning select {
  border-color: #ffdd57;
}

.bu-select.bu-is-warning select:hover, .bu-select.bu-is-warning select.bu-is-hovered {
  border-color: #ffd83d;
}

.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, 221, 87, 0.25);
}

.bu-select.bu-is-danger:not(:hover)::after {
  border-color: #f14668;
}

.bu-select.bu-is-danger select {
  border-color: #f14668;
}

.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: #7a7a7a;
}

.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: white;
  border-color: transparent;
  color: #0a0a0a;
}

.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: #0a0a0a;
}

.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: #0a0a0a;
}

.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: #0a0a0a;
}

.bu-file.bu-is-black .bu-file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.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: white;
}

.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: white;
}

.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: white;
}

.bu-file.bu-is-light .bu-file-cta {
  background-color: whitesmoke;
  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: #363636;
  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: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.bu-file.bu-is-primary:hover .bu-file-cta, .bu-file.bu-is-primary.bu-is-hovered .bu-file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.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, 209, 178, 0.25);
  color: #fff;
}

.bu-file.bu-is-primary:active .bu-file-cta, .bu-file.bu-is-primary.bu-is-active .bu-file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.bu-file.bu-is-link .bu-file-cta {
  background-color: #3273dc;
  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: #276cda;
  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(50, 115, 220, 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: #2366d1;
  border-color: transparent;
  color: #fff;
}

.bu-file.bu-is-info .bu-file-cta {
  background-color: #3298dc;
  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: #2793da;
  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(50, 152, 220, 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: #238cd1;
  border-color: transparent;
  color: #fff;
}

.bu-file.bu-is-success .bu-file-cta {
  background-color: #48c774;
  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: #3ec46d;
  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, 116, 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: #3abb67;
  border-color: transparent;
  color: #fff;
}

.bu-file.bu-is-warning .bu-file-cta {
  background-color: #ffdd57;
  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: #ffdb4a;
  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, 221, 87, 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: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.bu-file.bu-is-danger .bu-file-cta {
  background-color: #f14668;
  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-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.bu-has-name .bu-file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.bu-file.bu-has-name .bu-file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.bu-file.bu-has-name.bu-is-empty .bu-file-cta {
  border-radius: 4px;
}

.bu-file.bu-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.bu-has-name .bu-file-cta {
  border-radius: 4px 4px 0 0;
}

.bu-file.bu-is-boxed.bu-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: #363636;
}

.bu-file-label:hover .bu-file-name {
  border-color: #d5d5d5;
}

.bu-file-label:active .bu-file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

.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: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.bu-file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.bu-file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  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: #363636;
  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: white;
}

.bu-help.bu-is-black {
  color: #0a0a0a;
}

.bu-help.bu-is-light {
  color: whitesmoke;
}

.bu-help.bu-is-dark {
  color: #363636;
}

.bu-help.bu-is-primary {
  color: #00d1b2;
}

.bu-help.bu-is-link {
  color: #3273dc;
}

.bu-help.bu-is-info {
  color: #3298dc;
}

.bu-help.bu-is-success {
  color: #48c774;
}

.bu-help.bu-is-warning {
  color: #ffdd57;
}

.bu-help.bu-is-danger {
  color: #f14668;
}

.bu-field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.bu-field.bu-has-addons {
  display: flex;
  justify-content: flex-start;
}

.bu-field.bu-has-addons .bu-control:not(:last-child) {
  margin-right: -1px;
}

.bu-field.bu-has-addons .bu-control:not(:first-child):not(:last-child) .bu-button,
.bu-field.bu-has-addons .bu-control:not(:first-child):not(:last-child) .bu-input,
.bu-field.bu-has-addons .bu-control:not(:first-child):not(:last-child) .bu-select select {
  border-radius: 0;
}

.bu-field.bu-has-addons .bu-control:first-child:not(:only-child) .bu-button,
.bu-field.bu-has-addons .bu-control:first-child:not(:only-child) .bu-input,
.bu-field.bu-has-addons .bu-control:first-child:not(:only-child) .bu-select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.bu-field.bu-has-addons .bu-control:last-child:not(:only-child) .bu-button,
.bu-field.bu-has-addons .bu-control:last-child:not(:only-child) .bu-input,
.bu-field.bu-has-addons .bu-control:last-child:not(:only-child) .bu-select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.bu-field.bu-has-addons .bu-control .bu-button:not([disabled]):hover, .bu-field.bu-has-addons .bu-control .bu-button:not([disabled]).bu-is-hovered,
.bu-field.bu-has-addons .bu-control .bu-input:not([disabled]):hover,
.bu-field.bu-has-addons .bu-control .bu-input:not([disabled]).bu-is-hovered,
.bu-field.bu-has-addons .bu-control .bu-select select:not([disabled]):hover,
.bu-field.bu-has-addons .bu-control .bu-select select:not([disabled]).bu-is-hovered {
  z-index: 2;
}

.bu-field.bu-has-addons .bu-control .bu-button:not([disabled]):focus, .bu-field.bu-has-addons .bu-control .bu-button:not([disabled]).bu-is-focused, .bu-field.bu-has-addons .bu-control .bu-button:not([disabled]):active, .bu-field.bu-has-addons .bu-control .bu-button:not([disabled]).bu-is-active,
.bu-field.bu-has-addons .bu-control .bu-input:not([disabled]):focus,
.bu-field.bu-has-addons .bu-control .bu-input:not([disabled]).bu-is-focused,
.bu-field.bu-has-addons .bu-control .bu-input:not([disabled]):active,
.bu-field.bu-has-addons .bu-control .bu-input:not([disabled]).bu-is-active,
.bu-field.bu-has-addons .bu-control .bu-select select:not([disabled]):focus,
.bu-field.bu-has-addons .bu-control .bu-select select:not([disabled]).bu-is-focused,
.bu-field.bu-has-addons .bu-control .bu-select select:not([disabled]):active,
.bu-field.bu-has-addons .bu-control .bu-select select:not([disabled]).bu-is-active {
  z-index: 3;
}

.bu-field.bu-has-addons .bu-control .bu-button:not([disabled]):focus:hover, .bu-field.bu-has-addons .bu-control .bu-button:not([disabled]).bu-is-focused:hover, .bu-field.bu-has-addons .bu-control .bu-button:not([disabled]):active:hover, .bu-field.bu-has-addons .bu-control .bu-button:not([disabled]).bu-is-active:hover,
.bu-field.bu-has-addons .bu-control .bu-input:not([disabled]):focus:hover,
.bu-field.bu-has-addons .bu-control .bu-input:not([disabled]).bu-is-focused:hover,
.bu-field.bu-has-addons .bu-control .bu-input:not([disabled]):active:hover,
.bu-field.bu-has-addons .bu-control .bu-input:not([disabled]).bu-is-active:hover,
.bu-field.bu-has-addons .bu-control .bu-select select:not([disabled]):focus:hover,
.bu-field.bu-has-addons .bu-control .bu-select select:not([disabled]).bu-is-focused:hover,
.bu-field.bu-has-addons .bu-control .bu-select select:not([disabled]):active:hover,
.bu-field.bu-has-addons .bu-control .bu-select select:not([disabled]).bu-is-active:hover {
  z-index: 4;
}

.bu-field.bu-has-addons .bu-control.bu-is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.bu-field.bu-has-addons.bu-has-addons-centered {
  justify-content: center;
}

.bu-field.bu-has-addons.bu-has-addons-right {
  justify-content: flex-end;
}

.bu-field.bu-has-addons.bu-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: left;
}

.bu-control.bu-has-icons-left .bu-input:focus ~ .bu-icon,
.bu-control.bu-has-icons-left .bu-select:focus ~ .bu-icon, .bu-control.bu-has-icons-right .bu-input:focus ~ .bu-icon,
.bu-control.bu-has-icons-right .bu-select:focus ~ .bu-icon {
  color: #4a4a4a;
}

.bu-control.bu-has-icons-left .bu-input.bu-is-small ~ .bu-icon,
.bu-control.bu-has-icons-left .bu-select.bu-is-small ~ .bu-icon, .bu-control.bu-has-icons-right .bu-input.bu-is-small ~ .bu-icon,
.bu-control.bu-has-icons-right .bu-select.bu-is-small ~ .bu-icon {
  font-size: 0.75rem;
}

.bu-control.bu-has-icons-left .bu-input.bu-is-medium ~ .bu-icon,
.bu-control.bu-has-icons-left .bu-select.bu-is-medium ~ .bu-icon, .bu-control.bu-has-icons-right .bu-input.bu-is-medium ~ .bu-icon,
.bu-control.bu-has-icons-right .bu-select.bu-is-medium ~ .bu-icon {
  font-size: 1.25rem;
}

.bu-control.bu-has-icons-left .bu-input.bu-is-large ~ .bu-icon,
.bu-control.bu-has-icons-left .bu-select.bu-is-large ~ .bu-icon, .bu-control.bu-has-icons-right .bu-input.bu-is-large ~ .bu-icon,
.bu-control.bu-has-icons-right .bu-select.bu-is-large ~ .bu-icon {
  font-size: 1.5rem;
}

.bu-control.bu-has-icons-left .bu-icon, .bu-control.bu-has-icons-right .bu-icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}

.bu-control.bu-has-icons-left .bu-input,
.bu-control.bu-has-icons-left .bu-select select {
  padding-left: 2.5em;
}

.bu-control.bu-has-icons-left .bu-icon.bu-is-left {
  left: 0;
}

.bu-control.bu-has-icons-right .bu-input,
.bu-control.bu-has-icons-right .bu-select select {
  padding-right: 2.5em;
}

.bu-control.bu-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;
}
    /* embed="site2020b_css/bu21_breadcrumb" */
    /* embed="site2020b_css/bu22_card" */
    /* embed="site2020b_css/bu23_dropdown" */
/* Bulma => Level: https://bulma.io/documentation/layout/level/ */

.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;
  }
}
/* Bulma => List: https://bulma.io/documentation/components/list/ */

.bu-list {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.bu-list-item {
  display: block;
  padding: 0.5em 1em;
}

.bu-list-item:not(a) {
  color: #4a4a4a;
}

.bu-list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.bu-list-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bu-list-item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.bu-list-item.bu-is-active {
  background-color: #3273dc;
  color: #fff;
}

a.bu-list-item {
  background-color: whitesmoke;
  cursor: pointer;
}
    /* embed="site2020b_css/bu26_media_object" */
/* Bulma -> Menu: https://bulma.io/documentation/components/menu/ */

.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: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

.bu-menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

.bu-menu-list a.bu-is-active {
  background-color: #3273dc;
  color: #fff;
}

.bu-menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.bu-menu-label {
  color: #7a7a7a;
  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;
}
    /* embed="site2020b_css/bu28_message" */
    /* embed="site2020b_css/bu29_modal" */
/* Bulma -> Navbar: https://bulma.io/documentation/components/navbar/ */

.bu-navbar {
  background-color: transparent;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.bu-navbar.bu-is-white {
  background-color: white;
  color: #0a0a0a;
}

.bu-navbar.bu-is-white .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-white .bu-navbar-brand .bu-navbar-link {
  color: #0a0a0a;
}

.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: #0a0a0a;
}

.bu-navbar.bu-is-white .bu-navbar-brand .bu-navbar-link::after {
  border-color: #0a0a0a;
}

.bu-navbar.bu-is-white .bu-navbar-burger {
  color: #0a0a0a;
}

@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: #0a0a0a;
  }
  .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: #0a0a0a;
  }
  .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: #0a0a0a;
  }
  .bu-navbar.bu-is-white .bu-navbar-item.bu-has-dropdown:focus .bu-navbar-link,
  .bu-navbar.bu-is-white .bu-navbar-item.bu-has-dropdown:hover .bu-navbar-link,
  .bu-navbar.bu-is-white .bu-navbar-item.bu-has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .bu-navbar.bu-is-white .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

.bu-navbar.bu-is-black {
  background-color: #0a0a0a;
  color: white;
}

.bu-navbar.bu-is-black .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-black .bu-navbar-brand .bu-navbar-link {
  color: white;
}

.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: white;
}

.bu-navbar.bu-is-black .bu-navbar-brand .bu-navbar-link::after {
  border-color: white;
}

.bu-navbar.bu-is-black .bu-navbar-burger {
  color: white;
}

@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: white;
  }
  .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: white;
  }
  .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: white;
  }
  .bu-navbar.bu-is-black .bu-navbar-item.bu-has-dropdown:focus .bu-navbar-link,
  .bu-navbar.bu-is-black .bu-navbar-item.bu-has-dropdown:hover .bu-navbar-link,
  .bu-navbar.bu-is-black .bu-navbar-item.bu-has-dropdown.bu-is-active .bu-navbar-link {
    background-color: black;
    color: white;
  }
  .bu-navbar.bu-is-black .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

.bu-navbar.bu-is-light {
  background-color: whitesmoke;
  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.bu-has-dropdown:focus .bu-navbar-link,
  .bu-navbar.bu-is-light .bu-navbar-item.bu-has-dropdown:hover .bu-navbar-link,
  .bu-navbar.bu-is-light .bu-navbar-item.bu-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: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}

.bu-navbar.bu-is-dark {
  background-color: #363636;
  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.bu-has-dropdown:focus .bu-navbar-link,
  .bu-navbar.bu-is-dark .bu-navbar-item.bu-has-dropdown:hover .bu-navbar-link,
  .bu-navbar.bu-is-dark .bu-navbar-item.bu-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: #363636;
    color: #fff;
  }
}

.bu-navbar.bu-is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.bu-navbar.bu-is-primary .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-primary .bu-navbar-brand .bu-navbar-link {
  color: #fff;
}

.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: #00b89c;
  color: #fff;
}

.bu-navbar.bu-is-primary .bu-navbar-brand .bu-navbar-link::after {
  border-color: #fff;
}

.bu-navbar.bu-is-primary .bu-navbar-burger {
  color: #fff;
}

@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: #fff;
  }
  .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: #00b89c;
    color: #fff;
  }
  .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: #fff;
  }
  .bu-navbar.bu-is-primary .bu-navbar-item.bu-has-dropdown:focus .bu-navbar-link,
  .bu-navbar.bu-is-primary .bu-navbar-item.bu-has-dropdown:hover .bu-navbar-link,
  .bu-navbar.bu-is-primary .bu-navbar-item.bu-has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  .bu-navbar.bu-is-primary .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}

.bu-navbar.bu-is-link {
  background-color: #3273dc;
  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: #2366d1;
  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: #2366d1;
    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.bu-has-dropdown:focus .bu-navbar-link,
  .bu-navbar.bu-is-link .bu-navbar-item.bu-has-dropdown:hover .bu-navbar-link,
  .bu-navbar.bu-is-link .bu-navbar-item.bu-has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #2366d1;
    color: #fff;
  }
  .bu-navbar.bu-is-link .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: #3273dc;
    color: #fff;
  }
}

.bu-navbar.bu-is-info {
  background-color: #3298dc;
  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: #238cd1;
  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: #238cd1;
    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.bu-has-dropdown:focus .bu-navbar-link,
  .bu-navbar.bu-is-info .bu-navbar-item.bu-has-dropdown:hover .bu-navbar-link,
  .bu-navbar.bu-is-info .bu-navbar-item.bu-has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #238cd1;
    color: #fff;
  }
  .bu-navbar.bu-is-info .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: #3298dc;
    color: #fff;
  }
}

.bu-navbar.bu-is-success {
  background-color: #48c774;
  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: #3abb67;
  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: #3abb67;
    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.bu-has-dropdown:focus .bu-navbar-link,
  .bu-navbar.bu-is-success .bu-navbar-item.bu-has-dropdown:hover .bu-navbar-link,
  .bu-navbar.bu-is-success .bu-navbar-item.bu-has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #3abb67;
    color: #fff;
  }
  .bu-navbar.bu-is-success .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: #48c774;
    color: #fff;
  }
}

.bu-navbar.bu-is-warning {
  background-color: #ffdd57;
  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: #ffd83d;
  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: #ffd83d;
    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.bu-has-dropdown:focus .bu-navbar-link,
  .bu-navbar.bu-is-warning .bu-navbar-item.bu-has-dropdown:hover .bu-navbar-link,
  .bu-navbar.bu-is-warning .bu-navbar-item.bu-has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .bu-navbar.bu-is-warning .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}

.bu-navbar.bu-is-danger {
  background-color: #f14668;
  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.bu-has-dropdown:focus .bu-navbar-link,
  .bu-navbar.bu-is-danger .bu-navbar-item.bu-has-dropdown:hover .bu-navbar-link,
  .bu-navbar.bu-is-danger .bu-navbar-item.bu-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: #f14668;
    color: #fff;
  }
}

.bu-navbar > .bu-container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.bu-navbar.bu-has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

.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.bu-has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

.bu-navbar.bu-is-fixed-top {
  top: 0;
}

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

html.bu-has-navbar-fixed-bottom,
body.bu-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: #4a4a4a;
  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 {
  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: #fafafa;
  color: #3273dc;
}

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

.bu-navbar-item img {
  max-height: 1.75rem;
}

.bu-navbar-item.bu-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: #3273dc;
}

.bu-navbar-item.bu-is-tab.bu-is-active {
  background-color: transparent;
  border-bottom-color: #3273dc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #3273dc;
  padding-bottom: calc(0.5rem - 3px);
}

.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: #3273dc;
  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: whitesmoke;
  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: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.6);
    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.bu-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.bu-has-navbar-fixed-top-touch,
  body.bu-has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.bu-has-navbar-fixed-bottom-touch,
  body.bu-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.bu-has-dropdown.bu-is-active .bu-navbar-link, .bu-navbar.bu-is-transparent .bu-navbar-item.bu-has-dropdown.bu-is-hoverable:focus .bu-navbar-link, .bu-navbar.bu-is-transparent .bu-navbar-item.bu-has-dropdown.bu-is-hoverable:focus-within .bu-navbar-link, .bu-navbar.bu-is-transparent .bu-navbar-item.bu-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: whitesmoke;
    color: #0a0a0a;
  }
  .bu-navbar.bu-is-transparent .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .bu-navbar-burger {
    display: none;
  }
  .bu-navbar-item,
  .bu-navbar-link {
    color: #fff;
    align-items: center;
    display: flex;
  }
  .bu-navbar-item.bu-has-dropdown {
    align-items: stretch;
  }
  .bu-navbar-item.bu-has-dropdown-up .bu-navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .bu-navbar-item.bu-has-dropdown-up .bu-navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .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-right: auto; /* change to margin-left: auto; if you want nav to float right */
  }
  .bu-navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .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: whitesmoke;
    color: #0a0a0a;
  }
  .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .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: -.75rem;
  }
  .bu-navbar > .bu-container .bu-navbar-menu,
  .bu-container > .bu-navbar .bu-navbar-menu {
    margin-left: -.75rem; /* change to margin-right: -.75rem; if you want nav to float right */
  }
  .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.bu-has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .bu-navbar.bu-is-fixed-top-desktop {
    top: 0;
  }
  html.bu-has-navbar-fixed-top-desktop,
  body.bu-has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.bu-has-navbar-fixed-bottom-desktop,
  body.bu-has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.bu-has-spaced-navbar-fixed-top,
  body.bu-has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.bu-has-spaced-navbar-fixed-bottom,
  body.bu-has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.bu-navbar-item.bu-is-active,
  .bu-navbar-link.bu-is-active {
    color: #0a0a0a;
  }
  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.bu-has-dropdown:focus .bu-navbar-link, 
  .bu-navbar-item.bu-has-dropdown:hover .bu-navbar-link, 
  .bu-navbar-item.bu-has-dropdown.bu-is-active .bu-navbar-link {
    background-color: #fafafa;
    color: rgb(52,85,219);
  }
  .bu-navbar-item.bu-has-dropdown:focus .bu-navbar-link:focus, 
  .bu-navbar-item.bu-has-dropdown:hover .bu-navbar-link:hover {
    color: #4a4a4a;
  } 
  .bu-navbar-item.bu-has-dropdown:focus .nr-menu-cursor.bu-navbar-link:focus, 
  .bu-navbar-item.bu-has-dropdown:hover .nr-menu-cursor.bu-navbar-link:hover {
    color: rgb(52,85,219);
  }
}

.bu-hero.bu-is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}
/* Bulma -> Pagination: https://bulma.io/documentation/components/pagination/ */

.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: 290486px;
}

.bu-pagination.bu-is-rounded .bu-pagination-link {
  border-radius: 290486px;
}

.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: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}

.bu-pagination-previous:hover,
.bu-pagination-next:hover,
.bu-pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.bu-pagination-previous:focus,
.bu-pagination-next:focus,
.bu-pagination-link:focus {
  border-color: #3273dc;
}

.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: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  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: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.bu-pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.bu-pagination-list {
  flex-wrap: wrap;
  list-style: none !important;
  margin-left: 0 !important;
}

@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 {
    order: 2;
  }
  .bu-pagination-next {
    order: 3;
  }
  .bu-pagination {
    justify-content: space-between;
  }
  .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;
  }
}
    /* embed="site2020b_css/bu32_pannel" */
    /* embed="site2020b_css/bu33_tabs" */
/* Bulma -> Columns: https://bulma.io/documentation/columns/ */

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

.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.33333%;
}

.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-1 {
  margin-left: 8.33333%;
}

.bu-columns.bu-is-mobile > .bu-column.bu-is-2 {
  flex: none;
  width: 16.66667%;
}

.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-2 {
  margin-left: 16.66667%;
}

.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.33333%;
}

.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-4 {
  margin-left: 33.33333%;
}

.bu-columns.bu-is-mobile > .bu-column.bu-is-5 {
  flex: none;
  width: 41.66667%;
}

.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-5 {
  margin-left: 41.66667%;
}

.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.33333%;
}

.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-7 {
  margin-left: 58.33333%;
}

.bu-columns.bu-is-mobile > .bu-column.bu-is-8 {
  flex: none;
  width: 66.66667%;
}

.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-8 {
  margin-left: 66.66667%;
}

.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.33333%;
}

.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-10 {
  margin-left: 83.33333%;
}

.bu-columns.bu-is-mobile > .bu-column.bu-is-11 {
  flex: none;
  width: 91.66667%;
}

.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-11 {
  margin-left: 91.66667%;
}

.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;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .bu-column.bu-is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .bu-column.bu-is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .bu-column.bu-is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .bu-column.bu-is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .bu-column.bu-is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .bu-column.bu-is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .bu-column.bu-is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .bu-column.bu-is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .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;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-1, .bu-column.bu-is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .bu-column.bu-is-2, .bu-column.bu-is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .bu-column.bu-is-offset-2, .bu-column.bu-is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-4, .bu-column.bu-is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .bu-column.bu-is-5, .bu-column.bu-is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .bu-column.bu-is-offset-5, .bu-column.bu-is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-7, .bu-column.bu-is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .bu-column.bu-is-8, .bu-column.bu-is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .bu-column.bu-is-offset-8, .bu-column.bu-is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-10, .bu-column.bu-is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .bu-column.bu-is-11, .bu-column.bu-is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .bu-column.bu-is-offset-11, .bu-column.bu-is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .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;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .bu-column.bu-is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .bu-column.bu-is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .bu-column.bu-is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .bu-column.bu-is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .bu-column.bu-is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .bu-column.bu-is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .bu-column.bu-is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .bu-column.bu-is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .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;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .bu-column.bu-is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .bu-column.bu-is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .bu-column.bu-is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .bu-column.bu-is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .bu-column.bu-is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .bu-column.bu-is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .bu-column.bu-is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .bu-column.bu-is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .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;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .bu-column.bu-is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .bu-column.bu-is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .bu-column.bu-is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .bu-column.bu-is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .bu-column.bu-is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .bu-column.bu-is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .bu-column.bu-is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .bu-column.bu-is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .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;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .bu-column.bu-is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .bu-column.bu-is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .bu-column.bu-is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .bu-column.bu-is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .bu-column.bu-is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .bu-column.bu-is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .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.33333%;
  }
  .bu-column.bu-is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .bu-column.bu-is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .bu-column.bu-is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .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;
  }
}
    /* embed="site2020b_css/bu35_tile" */
/* -- Used on the Login page -- */ /* Bulma -> Hero: https://bulma.io/documentation/layout/hero/ */

.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: white;
  color: #0a0a0a;
}

.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: #0a0a0a;
}

.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: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-white .bu-navbar-menu {
    background-color: white;
  }
}

.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: #0a0a0a;
}

.bu-hero.bu-is-white .bu-tabs a {
  color: #0a0a0a;
  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 {
  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: #0a0a0a;
}

.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: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.bu-hero.bu-is-white.bu-is-bold {
  background-image: linear-gradient(141deg, #e6e6e6 0%, white 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, #e6e6e6 0%, white 71%, white 100%);
  }
}

.bu-hero.bu-is-black {
  background-color: #0a0a0a;
  color: white;
}

.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: white;
}

.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: white;
}

@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-black .bu-navbar-menu {
    background-color: #0a0a0a;
  }
}

.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: white;
}

.bu-hero.bu-is-black .bu-tabs a {
  color: white;
  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 {
  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: white;
}

.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: white;
  border-color: white;
  color: #0a0a0a;
}

.bu-hero.bu-is-black.bu-is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 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%, #0a0a0a 71%, #181616 100%);
  }
}

.bu-hero.bu-is-light {
  background-color: whitesmoke;
  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: whitesmoke;
  }
}

.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 {
  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: whitesmoke;
}

.bu-hero.bu-is-light.bu-is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 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%, whitesmoke 71%, white 100%);
  }
}

.bu-hero.bu-is-dark {
  background-color: #363636;
  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: #363636;
  }
}

.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 {
  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: #363636;
}

.bu-hero.bu-is-dark.bu-is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 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%, #363636 71%, #46403f 100%);
  }
}

.bu-hero.bu-is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.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: #fff;
}

.bu-hero.bu-is-primary .bu-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.bu-hero.bu-is-primary .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-primary .bu-subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .bu-hero.bu-is-primary .bu-navbar-menu {
    background-color: #00d1b2;
  }
}

.bu-hero.bu-is-primary .bu-navbar-item,
.bu-hero.bu-is-primary .bu-navbar-link {
  color: rgba(255, 255, 255, 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: #00b89c;
  color: #fff;
}

.bu-hero.bu-is-primary .bu-tabs a {
  color: #fff;
  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 {
  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: #fff;
}

.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: #fff;
  border-color: #fff;
  color: #00d1b2;
}

.bu-hero.bu-is-primary.bu-is-bold {
  background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
}

@media screen and (max-width: 768px) {
  .bu-hero.bu-is-primary.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
  }
}

.bu-hero.bu-is-link {
  background-color: #3273dc;
  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: #3273dc;
  }
}

.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: #2366d1;
  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 {
  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: #3273dc;
}

.bu-hero.bu-is-link.bu-is-bold {
  background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
}

@media screen and (max-width: 768px) {
  .bu-hero.bu-is-link.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
  }
}

.bu-hero.bu-is-info {
  background-color: #3298dc;
  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: #3298dc;
  }
}

.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: #238cd1;
  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 {
  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: #3298dc;
}

.bu-hero.bu-is-info.bu-is-bold {
  background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
}

@media screen and (max-width: 768px) {
  .bu-hero.bu-is-info.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
  }
}

.bu-hero.bu-is-success {
  background-color: #48c774;
  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: #48c774;
  }
}

.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: #3abb67;
  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 {
  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: #48c774;
}

.bu-hero.bu-is-success.bu-is-bold {
  background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
}

@media screen and (max-width: 768px) {
  .bu-hero.bu-is-success.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
  }
}

.bu-hero.bu-is-warning {
  background-color: #ffdd57;
  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: #ffdd57;
  }
}

.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: #ffd83d;
  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 {
  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: #ffdd57;
}

.bu-hero.bu-is-warning.bu-is-bold {
  background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}

@media screen and (max-width: 768px) {
  .bu-hero.bu-is-warning.bu-is-bold .bu-navbar-menu {
    background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  }
}

.bu-hero.bu-is-danger {
  background-color: #f14668;
  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: #f14668;
  }
}

.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 {
  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: #f14668;
}

.bu-hero.bu-is-danger.bu-is-bold {
  background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 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%, #f14668 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 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .bu-hero.bu-is-large .bu-hero-body {
    padding: 18rem 1.5rem;
  }
}

.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;
}
/* Bulma -> Section: https://bulma.io/documentation/layout/section/ */

.bu-section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  .bu-section.bu-is-medium {
    padding: 9rem 1.5rem;
  }
  .bu-section.bu-is-large {
    padding: 18rem 1.5rem;
  }
}
    html {
        background: rgb(31,33,72);
    }

    .nr-skiplinks,
    .nr-hideme,
    .nr-print {
        position: absolute;
        top: -32768px;
        left: -32768px;
    }

    p {
        margin: 0 0 1.5em 0;
    }
	
	a.linkopacity img,
	a.linkopacity:visited img,
	a.linkopacity svg,
	a.linkopacity:visited svg {
		opacity: 1.0;
		transition: all 0.3s ease;
	}

	a.linkopacity:hover img,
	a.linkopacity:active img,
	a.linkopacity:focus img,
	a.linkopacity:hover svg,
	a.linkopacity:active svg,
	a.linkopacity:focus svg {
		opacity: 0.6;
		transition: opacity 0.3s ease 0.1s;
	}

    hr, .nr-hrule {
        background: transparent;
        margin: 0.75em 0 0 0;
        padding: 0.67857em 0 0 0;
        border: 0;
        border-top: 1px #ccc solid;
    }
    
    blockquote p:last-child {
        margin: 0;
    }
    
    .bu-table th, .bu-table td {
        max-width: 0; /* megan's not sure about this solution */
    }
    
    .bu-table p {
        word-break: break-word;
    }
    
    .bu-table p:last-child {
        margin: 0;
    }
    
    
    /* HEADER STYLES */
    
    header, #nr-header {
        padding-top: 1.5em;
        background: #fff;
    }
    
    .nr-menu-cursor {
        cursor: context-menu;
    }
    
    .bu-navbar li .bu-selected {
        color: rgb(179,232,95);
    }
    
    .bu-navbar li li .bu-selected {
        color: rgba(0,0,0,0.6);
        font-style: italic;
    }
    
    .bu-navbar .bu-selected:hover, .bu-navbar .bu-selected:focus {
        color: rgba(0,0,0,0.45);
    }
    
    .nr-nav-logout a:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f2f5";
        color: #3273dc;
        margin-left: 0.6em;
    }
    
    .nr-header-logo {
        display: block !important;
        color: rgb(52,85,219);
        transition: color 0.4s;
        padding: 0;
    }

    .nr-header-logo .nr-logo-svg {
        fill: rgb(72,33,158);
        transition: fill 0.4s;
    }
    
    .nr-header-logo .nr-logo-svg.nr-logo-trifecta {
        fill: rgb(52,85,219);
        transition: fill 0.4s;
    }
    
    .nr-header-logo:hover,
    .nr-header-logo:focus,
    .nr-header-logo:hover .nr-logo-svg, 
    .nr-header-logo:focus .nr-logo-svg,
    .nr-header-logo:hover .nr-logo-svg.nr-logo-trifecta, 
    .nr-header-logo:focus .nr-logo-svg.nr-logo-trifecta {
        transition: all 0.4s;
        fill: rgb(31,37,52);
        color: rgb(31,37,52) !important;
    }
    
    .nr-header-logo .nr-logo-extranet {
        position: relative;
        top: -12px;
        display: block;
        font-size: 22px;
    }
    
    /* MAIN STYLES */
    #nr-main {
        background: #fff;
    }
    
    #nr-content {
        padding: 0 3rem 0 0;
        line-height: 1.7;
    }
    
    .nr-edit-entry-link {
        float: right;
        margin: 0;
    }

    .nr-edit-entry-link li {
        display: inline;
        list-style-type: none;
        text-align: right;
        margin-left: .75em;
    }

    .bu-content ul.nr-listless {list-style-type: none;margin-left:0;}
    
    
    /* ACCORDION STYLES */
    .nr-accordion {
        margin-top: 1.5em;
    }
    
    dd.nr-acc-content {
        display: none;
    }

    .nr-acc-content {
        color: #333;
        margin: 0.5em 0.5em 1.5em 1.35em;
        line-height: 1.7;
    }

    .nr-acc-content p:last-child {
        margin-bottom: 0;
    }

    dt.nr-acc-heading {
        line-height: 26px;
        font-size: 18px;
        font-weight: 400;
        color: rgb(52,85,219);
        cursor: pointer;
        transition: color 0.2s;
        border-top: 1px solid;
        position: relative;
        padding: 1em 2em 1em 0;
    }
    
    dt.nr-acc-heading:before {
        content: '+';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    dt.nr-acc-heading:hover, dt.nr-acc-heading:focus {
        color: currentColor;
        transition: color 0.2s;
        border-top: 1px solid rgb(52,85,219);
    }
    
    dt.nr-acc-heading.close {
        color: #333;
    }
    
    dt.nr-acc-heading.close:hover, dt.nr-acc-heading.close:focus {
        color: rgba(0,0,0,0.45);
    }
    
    dt.nr-acc-heading.close:before {
        content: '–';
    }

    /* SUB-NAV */
    #nr-nav-sub li {
        margin: 1em 0;
    }
    
    #nr-nav-sub li a {
        padding: 0.5em 0;    
    }
    
    #nr-nav-sub a.nr-selected {
        color: rgba(0,0,0,0.6);
        font-style: italic;
    }
    
    #nr-nav-sub a.nr-selected:hover, #nr-nav-sub a.nr-selected:focus {
        color: rgba(0,0,0,0.45);
    }
    
    #nr-nav-sub ul ul {
        margin-left: 1.5em;
    }

    /* FOOTER */
    .bu-footer {
        background-color: transparent;
        padding: 3rem 1.5rem 6rem;
        color: #fff;
    }

    .nr-footer-links li {
        display: inline-block;
    }

    .nr-footer-pipe {
        margin: 0 .75em;
    }

    .nr-post-footer {
        color: #fff;
    }
    
    .nr-ee-stats {
        margin: 1.5em;

    }

@media screen and (max-width: 1023px) {
    .nr-mobile-hide {
        display: none !important;
        position: absolute !important;
        top: -32768px;
        left: -32768px;
        width: 0;
    }
    
    /* MOBILE HEADER */
    
    header, #nr-header {
        padding: 2rem 5rem 0 1.5rem;
    }
    
    .bu-navbar-burger {
        position: absolute; 
        right: 0;
        top: -3em;
    }
    
    .bu-navbar {
        position: absolute;
        top: 4.75em;
        right: 0;
        width: 100%;
    }
    
    .bu-navbar-menu.bu-is-active {
       margin-top: 2rem;
        padding: 0.5rem 0.75rem; 
    }
    
    .bu-navbar-menu li a {
        display: block;
    }
    
    .bu-navbar li .bu-selected {
        color: rgba(0,0,0,0.6);
    }

    .bu-navbar-menu li ul /* parent cats */ {
        display: none;
        margin-left: 1em;
    }

    .bu-navbar-menu li ul li ul, /* child cats */
    .bu-navbar-menu li ul li ul li ul, /* granchild cats */
    .bu-navbar-menu li ul li ul li ul li ul /* great-grandchild cats */ {
        display: block;
    }

    .bu-navbar-link:not(.bu-is-arrowless)::after {
        transform: rotate(-225deg);
        top: 58%;
        transition: transform 0.4s;
    }

    .bu-navbar-link:not(.bu-is-arrowless).close::after {
        transform: rotate(-45deg);
        top: 50%;
        transition: transform 0.4s;
    }
    
}

@media screen and (max-width: 768px) {
    
     header, #nr-header {
        padding: 2rem 1.5rem 0 1.5rem;
    }
    
     #nr-content {
        padding: 0;
    }
    
}

@media screen and (min-width: 1024px) {
    .nr-mobile-show {
        display: none !important;
        position: absolute !important;
        top: -32768px;
        left: -32768px;
        width: 0;
    }

    .bu-navbar-menu ul ul {
        display: none;
    }
}
/* Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com + License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa,
.fas,
.far,
.fal,
.fab {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;}
.fa-lg {font-size: 1.33333em;line-height: 0.75em;vertical-align: -.0667em;}
.fa-xs {font-size: .75em;}
.fa-sm {font-size: .875em;}
.fa-1x {font-size: 1em;}
.fa-2x {font-size: 2em;}
.fa-3x {font-size: 3em;}
.fa-4x {font-size: 4em;}
.fa-5x {font-size: 5em;}
.fa-6x {font-size: 6em;}
.fa-7x {font-size: 7em;}
.fa-8x {font-size: 8em;}
.fa-9x {font-size: 9em;}
.fa-10x {font-size: 10em;}
.fa-fw {text-align: center;width: 1.25em;}
.fa-ul {list-style-type: none;margin-left: 2.5em;padding-left: 0;}
.fa-ul > li {position: relative;}
.fa-li {left: -2em;position: absolute;text-align: center;width: 2em;line-height: inherit;}
.fa-border {border: solid 0.08em #eee;border-radius: .1em;padding: .2em .25em .15em;}
.fa-pull-left {float: left;}
.fa-pull-right {float: right;}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {margin-right: .3em;}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {margin-left: .3em;}
.fa-spin {-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear;}
.fa-pulse {-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8);}
@-webkit-keyframes fa-spin {0% {
-webkit-transform: rotate(0deg);transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes fa-spin {0% {
-webkit-transform: rotate(0deg);transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.fa-rotate-90 {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.fa-rotate-180 {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.fa-rotate-270 {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform: rotate(270deg);transform: rotate(270deg);}
.fa-flip-horizontal {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform: scale(-1, 1);transform: scale(-1, 1);}
.fa-flip-vertical {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform: scale(1, -1);transform: scale(1, -1);}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform: scale(-1, -1);transform: scale(-1, -1);}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {-webkit-filter: none;filter: none;}
.fa-stack {display: inline-block;height: 2em;line-height: 2em;position: relative;vertical-align: middle;width: 2.5em;}
.fa-stack-1x,
.fa-stack-2x {left: 0;position: absolute;text-align: center;width: 100%;}
.fa-stack-1x {line-height: inherit;}
.fa-stack-2x {font-size: 2em;}
.fa-inverse {color: #fff;}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-accessible-icon:before {content: "\f368";}
.fa-arrow-alt-circle-down:before {content: "\f358";}
.fa-arrow-alt-circle-left:before {content: "\f359";}
.fa-arrow-alt-circle-right:before {content: "\f35a";}
.fa-arrow-alt-circle-up:before {content: "\f35b";}
.fa-arrow-circle-down:before {content: "\f0ab";}
.fa-arrow-circle-left:before {content: "\f0a8";}
.fa-arrow-circle-right:before {content: "\f0a9";}
.fa-arrow-circle-up:before {content: "\f0aa";}
.fa-arrow-down:before {content: "\f063";}
.fa-arrow-left:before {content: "\f060";}
.fa-arrow-right:before {content: "\f061";}
.fa-arrow-up:before {content: "\f062";}
.fa-arrows-alt:before {content: "\f0b2";}
.fa-arrows-alt-h:before {content: "\f337";}
.fa-arrows-alt-v:before {content: "\f338";}
.fa-chevron-circle-down:before {content: "\f13a";}
.fa-chevron-circle-left:before {content: "\f137";}
.fa-chevron-circle-right:before {content: "\f138";}
.fa-chevron-circle-up:before {content: "\f139";}
.fa-chevron-down:before {content: "\f078";}
.fa-chevron-left:before {content: "\f053";}
.fa-chevron-right:before {content: "\f054";}
.fa-circle:before {content: "\f111";}
.fa-edit:before {content: "\f044";}
.fa-external-link-alt:before {content: "\f35d";}
.fa-facebook:before {content: "\f09a";}
.fa-facebook-f:before {content: "\f39e";}
.fa-facebook-messenger:before {content: "\f39f";}
.fa-facebook-square:before {content: "\f082";}
.fa-file-excel:before {content: "\f1c3";}
.fa-file-pdf:before {content: "\f019";}
.fa-file-word:before {content: "\f1c2";}
.fa-home:before {content: "\f015"}
.fa-info:before {content: "\f129";}
.fa-info-circle:before {content: "\f05a";}
.fa-instagram:before {content: "\f16d";}
.fa-linkedin:before {content: "\f08c";}
.fa-linkedin-in:before {content: "\f0e1";}
.fa-lock:before {content: "\f023";}
.fa-minus:before {content: "\f068";}
.fa-minus-circle:before {content: "\f056";}
.fa-minus-square:before {content: "\f146";}
.fa-mobile:before {content: "\f10b";}
.fa-mobile-alt:before {content: "\f3cd";}
.fa-phone:before {content: "\f095";}
.fa-phone-alt:before {content: "\f879";}
.fa-phone-square:before {content: "\f098";}
.fa-phone-square-alt:before {content: "\f87b";}
.fa-plus:before {content: "\f067";}
.fa-plus-circle:before {content: "\f055";}
.fa-plus-square:before {content: "\f0fe";}
.fa-search:before {content: "\f002";}
.fa-twitter:before {content: "\f099";}
.fa-twitter-square:before {content: "\f081";}
.fa-universal-access:before {content: "\f29a";}
.fa-user-alt:before {content: "\f406";}
.fa-vimeo:before {content: "\f40a";}
.fa-vimeo-square:before {content: "\f194";}
.fa-vimeo-v:before {content: "\f27d";}
.fa-window-close:before {content: "\f410";}
.fa-youtube:before {content: "\f167";}
.fa-youtube-square:before {content: "\f431";}
.sr-only {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.sr-only-focusable:active, .sr-only-focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;}
.fab {font-family: 'Font Awesome 5 Brands';}
.far {font-family: 'Font Awesome 5 Free';font-weight: 400;}
.fa, .fas {font-family: 'Font Awesome 5 Free';font-weight: 900;}

     a[href $='.pdf']::after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f019";
        padding-left: 7px;
        font-size: calc(12.5px + 0.15vw);
        position: relative;
        bottom: 1px;
    }

    a[href $='.docx']::after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f1c2";
        padding-left: 7px;
        font-size: calc(12.5px + 0.15vw);
        position: relative;
        bottom: 1px;
    }

    a[href $='.xlsx']::after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f1c3";
        padding-left: 7px;
        font-size: calc(12.5px + 0.15vw);
        position: relative;
        bottom: 1px;
    }
    /* The 'nots" prevent duplicate icons */
    a:not([href $='.pdf']):not([href $='.docx']):not([href $='.xlsx'])[target ~="_blank"]::after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f35d";
        padding-left: 7px;
        font-size: calc(12.5px + 0.15vw);
        position: relative;
        bottom: 1px;
    }

    .nr-no-icon-after::after {
        display: none;
    }
/* BRANDS 400-WEIGHT FONT AWESOME FREE */
@font-face {font-family: 'Font Awesome 5 Brands';font-style: normal;font-weight: normal;font-display: auto;src: url("https://netraising.net/fonts/awesome/fa-brands-400.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-brands-400.woff") format("woff");}
/* REGULAR 400-WEIGHT FONT AWESOME FREE */
@font-face {font-family: 'Font Awesome 5 Free';font-style: normal;font-weight: 400;font-display: auto;src: url("https://netraising.net/fonts/awesome/fa-regular-400.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-regular-400.woff") format("woff");}
/* SOLID 900-WEIGHT FONT AWESOME FREE */
@font-face {font-family: 'Font Awesome 5 Free';font-style: normal;font-weight: 900;font-display: auto;src: url("https://netraising.net/fonts/awesome/fa-solid-900.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-solid-900.woff") format("woff");}
/* 5 BLOBS OF REDUNDANCY TO PROVIDE FONT FALLBACKS - https://developers.google.com/web/updates/2016/02/font-display */
@font-face {font-family: 'Font Awesome 5 Brands-auto';font-display: auto;src: local('Font Awesome 5 Brands'), url("https://netraising.net/fonts/awesome/fa-brands-400.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-brands-400.woff") format("woff"), url("https://netraising.net/fonts/awesome/fa-regular-400.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-regular-400.woff") format("woff"), url("https://netraising.net/fonts/awesome/fa-solid-900.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-solid-900.woff") format("woff");}
@font-face {font-family: 'Font Awesome 5 Brands-block';font-display: block;src: local('Font Awesome 5 Brands'), url("https://netraising.net/fonts/awesome/fa-brands-400.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-brands-400.woff") format("woff"), url("https://netraising.net/fonts/awesome/fa-regular-400.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-regular-400.woff") format("woff"), url("https://netraising.net/fonts/awesome/fa-solid-900.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-solid-900.woff") format("woff");}
@font-face {font-family: 'Font Awesome 5 Brands-swap';font-display: swap;src: local('Font Awesome 5 Brands'), url("https://netraising.net/fonts/awesome/fa-brands-400.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-brands-400.woff") format("woff"), url("https://netraising.net/fonts/awesome/fa-regular-400.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-regular-400.woff") format("woff"), url("https://netraising.net/fonts/awesome/fa-solid-900.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-solid-900.woff") format("woff");}
@font-face {font-family: 'Font Awesome 5 Brands-optional';font-display: optional;src: local('Font Awesome 5 Brands'), url("https://netraising.net/fonts/awesome/fa-brands-400.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-brands-400.woff") format("woff"), url("https://netraising.net/fonts/awesome/fa-regular-400.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-regular-400.woff") format("woff"), url("https://netraising.net/fonts/awesome/fa-solid-900.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-solid-900.woff") format("woff");}
@font-face {font-family: 'Font Awesome 5 Brands-fallback';font-display: fallback;src: local('Font Awesome 5 Brands'), url("https://netraising.net/fonts/awesome/fa-brands-400.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-brands-400.woff") format("woff"), url("https://netraising.net/fonts/awesome/fa-regular-400.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-regular-400.woff") format("woff"), url("https://netraising.net/fonts/awesome/fa-solid-900.woff2") format("woff2"), url("https://netraising.net/fonts/awesome/fa-solid-900.woff") format("woff");}