@charset "UTF-8";

  .bu-pagination-previous,
.bu-pagination-next,
.bu-pagination-link,
.bu-pagination-ellipsis, .bu-file-cta,
.bu-file-name, .bu-select select, .bu-textarea, .bu-input, .bu-button {
-moz-appearance: none;
-webkit-appearance: none;
align-items: center;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
justify-content: flex-start;
line-height: 1.5;
padding-bottom: calc(0.5em - 1px);
padding-left: calc(0.75em - 1px);
padding-right: calc(0.75em - 1px);
padding-top: calc(0.5em - 1px);
position: relative;
vertical-align: top;
}
.bu-pagination-previous:focus,
.bu-pagination-next:focus,
.bu-pagination-link:focus,
.bu-pagination-ellipsis:focus, .bu-file-cta:focus,
.bu-file-name:focus, .bu-select select:focus, .bu-textarea:focus, .bu-input:focus, .bu-button:focus, .bu-is-focused.bu-pagination-previous,
.bu-is-focused.bu-pagination-next,
.bu-is-focused.bu-pagination-link,
.bu-is-focused.bu-pagination-ellipsis, .bu-is-focused.bu-file-cta,
.bu-is-focused.bu-file-name, .bu-select select.bu-is-focused, .bu-is-focused.bu-textarea, .bu-is-focused.bu-input, .bu-is-focused.bu-button, .bu-pagination-previous:active,
.bu-pagination-next:active,
.bu-pagination-link:active,
.bu-pagination-ellipsis:active, .bu-file-cta:active,
.bu-file-name:active, .bu-select select:active, .bu-textarea:active, .bu-input:active, .bu-button:active, .bu-is-active.bu-pagination-previous,
.bu-is-active.bu-pagination-next,
.bu-is-active.bu-pagination-link,
.bu-is-active.bu-pagination-ellipsis, .bu-is-active.bu-file-cta,
.bu-is-active.bu-file-name, .bu-select select.bu-is-active, .bu-is-active.bu-textarea, .bu-is-active.bu-input, .bu-is-active.bu-button {
outline: none;
}
[disabled].bu-pagination-previous,
[disabled].bu-pagination-next,
[disabled].bu-pagination-link,
[disabled].bu-pagination-ellipsis, [disabled].bu-file-cta,
[disabled].bu-file-name, .bu-select select[disabled], [disabled].bu-textarea, [disabled].bu-input, [disabled].bu-button, fieldset[disabled] .bu-pagination-previous,
fieldset[disabled] .bu-pagination-next,
fieldset[disabled] .bu-pagination-link,
fieldset[disabled] .bu-pagination-ellipsis, fieldset[disabled] .bu-file-cta,
fieldset[disabled] .bu-file-name, fieldset[disabled] .bu-select select, .bu-select fieldset[disabled] select, fieldset[disabled] .bu-textarea, fieldset[disabled] .bu-input, fieldset[disabled] .bu-button {
cursor: not-allowed;
}
.bu-is-unselectable, .bu-tabs, .bu-pagination-previous,
.bu-pagination-next,
.bu-pagination-link,
.bu-pagination-ellipsis, .bu-breadcrumb, .bu-file, .bu-button {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.bu-navbar-link:not(.bu-is-arrowless)::after, .bu-select:not(.bu-is-multiple):not(.bu-is-loading)::after {
border: 3px solid transparent;
border-radius: 2px;
border-right: 0;
border-top: 0;
content: " ";
display: block;
height: 0.625em;
margin-top: -0.4375em;
pointer-events: none;
position: absolute;
top: 50%;
transform: rotate(-45deg);
transform-origin: center;
width: 0.625em;
}
.bu-tabs:not(:last-child), .bu-pagination:not(:last-child), .bu-message:not(:last-child), .bu-level:not(:last-child), .bu-breadcrumb:not(:last-child), .bu-block:not(:last-child), .bu-title:not(:last-child),
.bu-subtitle:not(:last-child), .bu-table-container:not(:last-child), .bu-table:not(:last-child), .bu-progress:not(:last-child), .bu-notification:not(:last-child), .bu-content:not(:last-child), .bu-box:not(:last-child) {
margin-bottom: 1.5rem;
}
.bu-modal-close, .bu-delete {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, 0.2);
border: none;
border-radius: 9999px;
cursor: pointer;
pointer-events: auto;
display: inline-block;
flex-grow: 0;
flex-shrink: 0;
font-size: 0;
height: 20px;
max-height: 20px;
max-width: 20px;
min-height: 20px;
min-width: 20px;
outline: none;
position: relative;
vertical-align: top;
width: 20px;
}
.bu-modal-close::before, .bu-delete::before, .bu-modal-close::after, .bu-delete::after {
background-color: hsl(0deg, 0%, 100%);
content: "";
display: block;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform-origin: center center;
}
.bu-modal-close::before, .bu-delete::before {
height: 2px;
width: 50%;
}
.bu-modal-close::after, .bu-delete::after {
height: 50%;
width: 2px;
}
.bu-modal-close:hover, .bu-delete:hover, .bu-modal-close:focus, .bu-delete:focus {
background-color: rgba(10, 10, 10, 0.3);
}
.bu-modal-close:active, .bu-delete:active {
background-color: rgba(10, 10, 10, 0.4);
}
.bu-is-small.bu-modal-close, .bu-is-small.bu-delete {
height: 16px;
max-height: 16px;
max-width: 16px;
min-height: 16px;
min-width: 16px;
width: 16px;
}
.bu-is-medium.bu-modal-close, .bu-is-medium.bu-delete {
height: 24px;
max-height: 24px;
max-width: 24px;
min-height: 24px;
min-width: 24px;
width: 24px;
}
.bu-is-large.bu-modal-close, .bu-is-large.bu-delete {
height: 32px;
max-height: 32px;
max-width: 32px;
min-height: 32px;
min-width: 32px;
width: 32px;
}
.bu-control.bu-is-loading::after, .bu-select.bu-is-loading::after, .bu-loader, .bu-button.bu-is-loading::after {
animation: spinAround 500ms infinite linear;
border: 2px solid hsl(0deg, 0%, 86%);
border-radius: 9999px;
border-right-color: transparent;
border-top-color: transparent;
content: "";
display: block;
height: 1em;
position: relative;
width: 1em;
}
.bu-hero-video, .bu-is-overlay, .bu-modal-background, .bu-modal, .bu-image.bu-is-square img,
.bu-image.bu-is-square .bu-has-ratio, .bu-image.bu-is-1by1 img,
.bu-image.bu-is-1by1 .bu-has-ratio, .bu-image.bu-is-5by4 img,
.bu-image.bu-is-5by4 .bu-has-ratio, .bu-image.bu-is-4by3 img,
.bu-image.bu-is-4by3 .bu-has-ratio, .bu-image.bu-is-3by2 img,
.bu-image.bu-is-3by2 .bu-has-ratio, .bu-image.bu-is-5by3 img,
.bu-image.bu-is-5by3 .bu-has-ratio, .bu-image.bu-is-16by9 img,
.bu-image.bu-is-16by9 .bu-has-ratio, .bu-image.bu-is-2by1 img,
.bu-image.bu-is-2by1 .bu-has-ratio, .bu-image.bu-is-3by1 img,
.bu-image.bu-is-3by1 .bu-has-ratio, .bu-image.bu-is-4by5 img,
.bu-image.bu-is-4by5 .bu-has-ratio, .bu-image.bu-is-3by4 img,
.bu-image.bu-is-3by4 .bu-has-ratio, .bu-image.bu-is-2by3 img,
.bu-image.bu-is-2by3 .bu-has-ratio, .bu-image.bu-is-3by5 img,
.bu-image.bu-is-3by5 .bu-has-ratio, .bu-image.bu-is-9by16 img,
.bu-image.bu-is-9by16 .bu-has-ratio, .bu-image.bu-is-1by2 img,
.bu-image.bu-is-1by2 .bu-has-ratio, .bu-image.bu-is-1by3 img,
.bu-image.bu-is-1by3 .bu-has-ratio {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.bu-navbar-burger {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: none;
border: none;
color: currentColor;
font-family: inherit;
font-size: 1em;
margin: 0;
padding: 0;
} .bu-section {
font-size: 20px;
}
.bu-section *
{
margin: 0;
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.bu-section a,
.bu-field-label label.bu-label,
.bu-textarea,
.bu-input,
.bu-button
{
color: hsl(0deg, 0%, 29%);
font-size: 1.0rem;
line-height: 1.5;
}
.bu-tabs a,
.bu-button.bu-is-success
{
color: hsl(229deg, 53%, 53%);
cursor: pointer;
text-decoration: none;
} .bu-box {
background-color: hsl(0deg, 0%, 100%);
border-radius: 6px;
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
color: hsl(0deg, 0%, 29%);
display: block;
padding: 1.25rem;
}
a.bu-box:hover, a.bu-box:focus {
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px hsl(229deg, 53%, 53%);
}
a.bu-box:active {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px hsl(229deg, 53%, 53%);
}
.bu-button {
background-color: hsl(0deg, 0%, 100%);
border-color: hsl(0deg, 0%, 86%);
border-width: 1px;
color: hsl(0deg, 0%, 21%);
cursor: pointer;
justify-content: center;
padding-bottom: calc(0.5em - 1px);
padding-left: 1em;
padding-right: 1em;
padding-top: calc(0.5em - 1px);
text-align: center;
white-space: nowrap;
}
.bu-button strong {
color: inherit;
}
.bu-button .bu-icon, .bu-button .bu-icon.bu-is-small, .bu-button .bu-icon.bu-is-medium, .bu-button .bu-icon.bu-is-large {
height: 1.5em;
width: 1.5em;
}
.bu-button .bu-icon:first-child:not(:last-child) {
margin-left: calc(-0.5em - 1px);
margin-right: 0.25em;
}
.bu-button .bu-icon:last-child:not(:first-child) {
margin-left: 0.25em;
margin-right: calc(-0.5em - 1px);
}
.bu-button .bu-icon:first-child:last-child {
margin-left: calc(-0.5em - 1px);
margin-right: calc(-0.5em - 1px);
}
.bu-button:hover, .bu-button.bu-is-hovered {
border-color: hsl(0deg, 0%, 71%);
color: hsl(0deg, 0%, 21%);
}
.bu-button:focus, .bu-button.bu-is-focused {
border-color: hsl(229deg, 53%, 53%);
color: hsl(0deg, 0%, 21%);
}
.bu-button:focus:not(:active), .bu-button.bu-is-focused:not(:active) {
box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.bu-button:active, .bu-button.bu-is-active {
border-color: hsl(0deg, 0%, 29%);
color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-text {
background-color: transparent;
border-color: transparent;
color: hsl(0deg, 0%, 29%);
text-decoration: underline;
}
.bu-button.bu-is-text:hover, .bu-button.bu-is-text.bu-is-hovered, .bu-button.bu-is-text:focus, .bu-button.bu-is-text.bu-is-focused {
background-color: hsl(0deg, 0%, 96%);
color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-text:active, .bu-button.bu-is-text.bu-is-active {
background-color: #e8e8e8;
color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-text[disabled], fieldset[disabled] .bu-button.bu-is-text {
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
.bu-button.bu-is-ghost {
background: none;
border-color: transparent;
color: hsl(229deg, 53%, 53%);
text-decoration: none;
}
.bu-button.bu-is-ghost:hover, .bu-button.bu-is-ghost.bu-is-hovered {
color: hsl(229deg, 53%, 53%);
text-decoration: underline;
}
.bu-button.bu-is-white {
background-color: hsl(0deg, 0%, 100%);
border-color: transparent;
color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-white:hover, .bu-button.bu-is-white.bu-is-hovered {
background-color: #f9f9f9;
border-color: transparent;
color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-white:focus, .bu-button.bu-is-white.bu-is-focused {
border-color: transparent;
color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-white:focus:not(:active), .bu-button.bu-is-white.bu-is-focused:not(:active) {
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.bu-button.bu-is-white:active, .bu-button.bu-is-white.bu-is-active {
background-color: #f2f2f2;
border-color: transparent;
color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-white[disabled], fieldset[disabled] .bu-button.bu-is-white {
background-color: hsl(0deg, 0%, 100%);
border-color: transparent;
box-shadow: none;
}
.bu-button.bu-is-white.bu-is-inverted {
background-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-white.bu-is-inverted:hover, .bu-button.bu-is-white.bu-is-inverted.bu-is-hovered {
background-color: black;
}
.bu-button.bu-is-white.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-white.bu-is-inverted {
background-color: hsl(0deg, 0%, 4%);
border-color: transparent;
box-shadow: none;
color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-white.bu-is-loading::after {
border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.bu-button.bu-is-white.bu-is-outlined {
background-color: transparent;
border-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-white.bu-is-outlined:hover, .bu-button.bu-is-white.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-white.bu-is-outlined:focus, .bu-button.bu-is-white.bu-is-outlined.bu-is-focused {
background-color: hsl(0deg, 0%, 100%);
border-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-white.bu-is-outlined.bu-is-loading::after {
border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.bu-button.bu-is-white.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-white.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-white.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-white.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.bu-button.bu-is-white.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-white.bu-is-outlined {
background-color: transparent;
border-color: hsl(0deg, 0%, 100%);
box-shadow: none;
color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-white.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-white.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined.bu-is-focused {
background-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-white.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.bu-button.bu-is-white.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-white.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: hsl(0deg, 0%, 4%);
box-shadow: none;
color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-black {
background-color: hsl(0deg, 0%, 4%);
border-color: transparent;
color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-black:hover, .bu-button.bu-is-black.bu-is-hovered {
background-color: #040404;
border-color: transparent;
color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-black:focus, .bu-button.bu-is-black.bu-is-focused {
border-color: transparent;
color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-black:focus:not(:active), .bu-button.bu-is-black.bu-is-focused:not(:active) {
box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.bu-button.bu-is-black:active, .bu-button.bu-is-black.bu-is-active {
background-color: black;
border-color: transparent;
color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-black[disabled], fieldset[disabled] .bu-button.bu-is-black {
background-color: hsl(0deg, 0%, 4%);
border-color: transparent;
box-shadow: none;
}
.bu-button.bu-is-black.bu-is-inverted {
background-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-black.bu-is-inverted:hover, .bu-button.bu-is-black.bu-is-inverted.bu-is-hovered {
background-color: #f2f2f2;
}
.bu-button.bu-is-black.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-black.bu-is-inverted {
background-color: hsl(0deg, 0%, 100%);
border-color: transparent;
box-shadow: none;
color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-black.bu-is-loading::after {
border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.bu-button.bu-is-black.bu-is-outlined {
background-color: transparent;
border-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-black.bu-is-outlined:hover, .bu-button.bu-is-black.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-black.bu-is-outlined:focus, .bu-button.bu-is-black.bu-is-outlined.bu-is-focused {
background-color: hsl(0deg, 0%, 4%);
border-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-black.bu-is-outlined.bu-is-loading::after {
border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.bu-button.bu-is-black.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-black.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-black.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-black.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.bu-button.bu-is-black.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-black.bu-is-outlined {
background-color: transparent;
border-color: hsl(0deg, 0%, 4%);
box-shadow: none;
color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-black.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-black.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined.bu-is-focused {
background-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.bu-button.bu-is-black.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.bu-button.bu-is-black.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-black.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: hsl(0deg, 0%, 100%);
box-shadow: none;
color: hsl(0deg, 0%, 100%);
}
.bu-button.bu-is-light {
background-color: hsl(0deg, 0%, 96%);
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light:hover, .bu-button.bu-is-light.bu-is-hovered {
background-color: #eeeeee;
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light:focus, .bu-button.bu-is-light.bu-is-focused {
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light:focus:not(:active), .bu-button.bu-is-light.bu-is-focused:not(:active) {
box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.bu-button.bu-is-light:active, .bu-button.bu-is-light.bu-is-active {
background-color: #e8e8e8;
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light[disabled], fieldset[disabled] .bu-button.bu-is-light {
background-color: hsl(0deg, 0%, 96%);
border-color: transparent;
box-shadow: none;
}
.bu-button.bu-is-light.bu-is-inverted {
background-color: rgba(0, 0, 0, 0.7);
color: hsl(0deg, 0%, 96%);
}
.bu-button.bu-is-light.bu-is-inverted:hover, .bu-button.bu-is-light.bu-is-inverted.bu-is-hovered {
background-color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-light.bu-is-inverted {
background-color: rgba(0, 0, 0, 0.7);
border-color: transparent;
box-shadow: none;
color: hsl(0deg, 0%, 96%);
}
.bu-button.bu-is-light.bu-is-loading::after {
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bu-button.bu-is-light.bu-is-outlined {
background-color: transparent;
border-color: hsl(0deg, 0%, 96%);
color: hsl(0deg, 0%, 96%);
}
.bu-button.bu-is-light.bu-is-outlined:hover, .bu-button.bu-is-light.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-light.bu-is-outlined:focus, .bu-button.bu-is-light.bu-is-outlined.bu-is-focused {
background-color: hsl(0deg, 0%, 96%);
border-color: hsl(0deg, 0%, 96%);
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light.bu-is-outlined.bu-is-loading::after {
border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !important;
}
.bu-button.bu-is-light.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-light.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-light.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-light.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bu-button.bu-is-light.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-light.bu-is-outlined {
background-color: transparent;
border-color: hsl(0deg, 0%, 96%);
box-shadow: none;
color: hsl(0deg, 0%, 96%);
}
.bu-button.bu-is-light.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.7);
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-light.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined.bu-is-focused {
background-color: rgba(0, 0, 0, 0.7);
color: hsl(0deg, 0%, 96%);
}
.bu-button.bu-is-light.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !important;
}
.bu-button.bu-is-light.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-light.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.7);
box-shadow: none;
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-dark {
background-color: hsl(0deg, 0%, 21%);
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-dark:hover, .bu-button.bu-is-dark.bu-is-hovered {
background-color: #2f2f2f;
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-dark:focus, .bu-button.bu-is-dark.bu-is-focused {
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-dark:focus:not(:active), .bu-button.bu-is-dark.bu-is-focused:not(:active) {
box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.bu-button.bu-is-dark:active, .bu-button.bu-is-dark.bu-is-active {
background-color: #292929;
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-dark[disabled], fieldset[disabled] .bu-button.bu-is-dark {
background-color: hsl(0deg, 0%, 21%);
border-color: transparent;
box-shadow: none;
}
.bu-button.bu-is-dark.bu-is-inverted {
background-color: #fff;
color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-dark.bu-is-inverted:hover, .bu-button.bu-is-dark.bu-is-inverted.bu-is-hovered {
background-color: #f2f2f2;
}
.bu-button.bu-is-dark.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-dark.bu-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-dark.bu-is-loading::after {
border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-dark.bu-is-outlined {
background-color: transparent;
border-color: hsl(0deg, 0%, 21%);
color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-dark.bu-is-outlined:hover, .bu-button.bu-is-dark.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-dark.bu-is-outlined:focus, .bu-button.bu-is-dark.bu-is-outlined.bu-is-focused {
background-color: hsl(0deg, 0%, 21%);
border-color: hsl(0deg, 0%, 21%);
color: #fff;
}
.bu-button.bu-is-dark.bu-is-outlined.bu-is-loading::after {
border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important;
}
.bu-button.bu-is-dark.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-dark.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-dark.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-dark.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-dark.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-dark.bu-is-outlined {
background-color: transparent;
border-color: hsl(0deg, 0%, 21%);
box-shadow: none;
color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined.bu-is-focused {
background-color: #fff;
color: hsl(0deg, 0%, 21%);
}
.bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important;
}
.bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-dark.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff;
}
.bu-button.bu-is-primary {
background-color: hsl(171deg, 100%, 41%);
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-primary:hover, .bu-button.bu-is-primary.bu-is-hovered {
background-color: #00c4a7;
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: hsl(171deg, 100%, 41%);
border-color: transparent;
box-shadow: none;
}
.bu-button.bu-is-primary.bu-is-inverted {
background-color: #fff;
color: hsl(171deg, 100%, 41%);
}
.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: hsl(171deg, 100%, 41%);
}
.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: hsl(171deg, 100%, 41%);
color: hsl(171deg, 100%, 41%);
}
.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: hsl(171deg, 100%, 41%);
border-color: hsl(171deg, 100%, 41%);
color: #fff;
}
.bu-button.bu-is-primary.bu-is-outlined.bu-is-loading::after {
border-color: transparent transparent hsl(171deg, 100%, 41%) hsl(171deg, 100%, 41%) !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: hsl(171deg, 100%, 41%);
box-shadow: none;
color: hsl(171deg, 100%, 41%);
}
.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: hsl(171deg, 100%, 41%);
}
.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 hsl(171deg, 100%, 41%) hsl(171deg, 100%, 41%) !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: hsl(229deg, 53%, 53%);
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-link:hover, .bu-button.bu-is-link.bu-is-hovered {
background-color: #3e56c4;
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-link:focus, .bu-button.bu-is-link.bu-is-focused {
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-link:focus:not(:active), .bu-button.bu-is-link.bu-is-focused:not(:active) {
box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.bu-button.bu-is-link:active, .bu-button.bu-is-link.bu-is-active {
background-color: #3a51bb;
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-link[disabled], fieldset[disabled] .bu-button.bu-is-link {
background-color: hsl(229deg, 53%, 53%);
border-color: transparent;
box-shadow: none;
}
.bu-button.bu-is-link.bu-is-inverted {
background-color: #fff;
color: hsl(229deg, 53%, 53%);
}
.bu-button.bu-is-link.bu-is-inverted:hover, .bu-button.bu-is-link.bu-is-inverted.bu-is-hovered {
background-color: #f2f2f2;
}
.bu-button.bu-is-link.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-link.bu-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: hsl(229deg, 53%, 53%);
}
.bu-button.bu-is-link.bu-is-loading::after {
border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-link.bu-is-outlined {
background-color: transparent;
border-color: hsl(229deg, 53%, 53%);
color: hsl(229deg, 53%, 53%);
}
.bu-button.bu-is-link.bu-is-outlined:hover, .bu-button.bu-is-link.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-link.bu-is-outlined:focus, .bu-button.bu-is-link.bu-is-outlined.bu-is-focused {
background-color: hsl(229deg, 53%, 53%);
border-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.bu-button.bu-is-link.bu-is-outlined.bu-is-loading::after {
border-color: transparent transparent hsl(229deg, 53%, 53%) hsl(229deg, 53%, 53%) !important;
}
.bu-button.bu-is-link.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-link.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-link.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-link.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-link.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-link.bu-is-outlined {
background-color: transparent;
border-color: hsl(229deg, 53%, 53%);
box-shadow: none;
color: hsl(229deg, 53%, 53%);
}
.bu-button.bu-is-link.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.bu-button.bu-is-link.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined.bu-is-focused {
background-color: #fff;
color: hsl(229deg, 53%, 53%);
}
.bu-button.bu-is-link.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent hsl(229deg, 53%, 53%) hsl(229deg, 53%, 53%) !important;
}
.bu-button.bu-is-link.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-link.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff;
}
.bu-button.bu-is-link.bu-is-light {
background-color: #eff1fa;
color: #3850b7;
}
.bu-button.bu-is-link.bu-is-light:hover, .bu-button.bu-is-link.bu-is-light.bu-is-hovered {
background-color: #e6e9f7;
border-color: transparent;
color: #3850b7;
}
.bu-button.bu-is-link.bu-is-light:active, .bu-button.bu-is-link.bu-is-light.bu-is-active {
background-color: #dce0f4;
border-color: transparent;
color: #3850b7;
}
.bu-button.bu-is-info {
background-color: hsl(207deg, 61%, 53%);
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-info:hover, .bu-button.bu-is-info.bu-is-hovered {
background-color: #3488ce;
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(62, 142, 208, 0.25);
}
.bu-button.bu-is-info:active, .bu-button.bu-is-info.bu-is-active {
background-color: #3082c5;
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-info[disabled], fieldset[disabled] .bu-button.bu-is-info {
background-color: hsl(207deg, 61%, 53%);
border-color: transparent;
box-shadow: none;
}
.bu-button.bu-is-info.bu-is-inverted {
background-color: #fff;
color: hsl(207deg, 61%, 53%);
}
.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: hsl(207deg, 61%, 53%);
}
.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: hsl(207deg, 61%, 53%);
color: hsl(207deg, 61%, 53%);
}
.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: hsl(207deg, 61%, 53%);
border-color: hsl(207deg, 61%, 53%);
color: #fff;
}
.bu-button.bu-is-info.bu-is-outlined.bu-is-loading::after {
border-color: transparent transparent hsl(207deg, 61%, 53%) hsl(207deg, 61%, 53%) !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: hsl(207deg, 61%, 53%);
box-shadow: none;
color: hsl(207deg, 61%, 53%);
}
.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: hsl(207deg, 61%, 53%);
}
.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 hsl(207deg, 61%, 53%) hsl(207deg, 61%, 53%) !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: #eff5fb;
color: #296fa8;
}
.bu-button.bu-is-info.bu-is-light:hover, .bu-button.bu-is-info.bu-is-light.bu-is-hovered {
background-color: #e4eff9;
border-color: transparent;
color: #296fa8;
}
.bu-button.bu-is-info.bu-is-light:active, .bu-button.bu-is-info.bu-is-light.bu-is-active {
background-color: #dae9f6;
border-color: transparent;
color: #296fa8;
}
.bu-button.bu-is-success {
background-color: hsl(153deg, 53%, 53%);
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-success:hover, .bu-button.bu-is-success.bu-is-hovered {
background-color: #3ec487;
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-success:focus, .bu-button.bu-is-success.bu-is-focused {
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-success:focus:not(:active), .bu-button.bu-is-success.bu-is-focused:not(:active) {
box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.bu-button.bu-is-success:active, .bu-button.bu-is-success.bu-is-active {
background-color: #3abb81;
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-success[disabled], fieldset[disabled] .bu-button.bu-is-success {
background-color: hsl(153deg, 53%, 53%);
border-color: transparent;
box-shadow: none;
}
.bu-button.bu-is-success.bu-is-inverted {
background-color: #fff;
color: hsl(153deg, 53%, 53%);
}
.bu-button.bu-is-success.bu-is-inverted:hover, .bu-button.bu-is-success.bu-is-inverted.bu-is-hovered {
background-color: #f2f2f2;
}
.bu-button.bu-is-success.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-success.bu-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: hsl(153deg, 53%, 53%);
}
.bu-button.bu-is-success.bu-is-loading::after {
border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-success.bu-is-outlined {
background-color: transparent;
border-color: hsl(153deg, 53%, 53%);
color: hsl(153deg, 53%, 53%);
}
.bu-button.bu-is-success.bu-is-outlined:hover, .bu-button.bu-is-success.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-success.bu-is-outlined:focus, .bu-button.bu-is-success.bu-is-outlined.bu-is-focused {
background-color: hsl(153deg, 53%, 53%);
border-color: hsl(153deg, 53%, 53%);
color: #fff;
}
.bu-button.bu-is-success.bu-is-outlined.bu-is-loading::after {
border-color: transparent transparent hsl(153deg, 53%, 53%) hsl(153deg, 53%, 53%) !important;
}
.bu-button.bu-is-success.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-success.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-success.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-success.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-success.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-success.bu-is-outlined {
background-color: transparent;
border-color: hsl(153deg, 53%, 53%);
box-shadow: none;
color: hsl(153deg, 53%, 53%);
}
.bu-button.bu-is-success.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.bu-button.bu-is-success.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined.bu-is-focused {
background-color: #fff;
color: hsl(153deg, 53%, 53%);
}
.bu-button.bu-is-success.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent hsl(153deg, 53%, 53%) hsl(153deg, 53%, 53%) !important;
}
.bu-button.bu-is-success.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-success.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff;
}
.bu-button.bu-is-success.bu-is-light {
background-color: #effaf5;
color: #257953;
}
.bu-button.bu-is-success.bu-is-light:hover, .bu-button.bu-is-success.bu-is-light.bu-is-hovered {
background-color: #e6f7ef;
border-color: transparent;
color: #257953;
}
.bu-button.bu-is-success.bu-is-light:active, .bu-button.bu-is-success.bu-is-light.bu-is-active {
background-color: #dcf4e9;
border-color: transparent;
color: #257953;
}
.bu-button.bu-is-warning {
background-color: hsl(44deg, 100%, 77%);
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning:hover, .bu-button.bu-is-warning.bu-is-hovered {
background-color: #ffdc7d;
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning:focus, .bu-button.bu-is-warning.bu-is-focused {
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning:focus:not(:active), .bu-button.bu-is-warning.bu-is-focused:not(:active) {
box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.bu-button.bu-is-warning:active, .bu-button.bu-is-warning.bu-is-active {
background-color: #ffd970;
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning[disabled], fieldset[disabled] .bu-button.bu-is-warning {
background-color: hsl(44deg, 100%, 77%);
border-color: transparent;
box-shadow: none;
}
.bu-button.bu-is-warning.bu-is-inverted {
background-color: rgba(0, 0, 0, 0.7);
color: hsl(44deg, 100%, 77%);
}
.bu-button.bu-is-warning.bu-is-inverted:hover, .bu-button.bu-is-warning.bu-is-inverted.bu-is-hovered {
background-color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-warning.bu-is-inverted {
background-color: rgba(0, 0, 0, 0.7);
border-color: transparent;
box-shadow: none;
color: hsl(44deg, 100%, 77%);
}
.bu-button.bu-is-warning.bu-is-loading::after {
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bu-button.bu-is-warning.bu-is-outlined {
background-color: transparent;
border-color: hsl(44deg, 100%, 77%);
color: hsl(44deg, 100%, 77%);
}
.bu-button.bu-is-warning.bu-is-outlined:hover, .bu-button.bu-is-warning.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-warning.bu-is-outlined:focus, .bu-button.bu-is-warning.bu-is-outlined.bu-is-focused {
background-color: hsl(44deg, 100%, 77%);
border-color: hsl(44deg, 100%, 77%);
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning.bu-is-outlined.bu-is-loading::after {
border-color: transparent transparent hsl(44deg, 100%, 77%) hsl(44deg, 100%, 77%) !important;
}
.bu-button.bu-is-warning.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-warning.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-warning.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-warning.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.bu-button.bu-is-warning.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-warning.bu-is-outlined {
background-color: transparent;
border-color: hsl(44deg, 100%, 77%);
box-shadow: none;
color: hsl(44deg, 100%, 77%);
}
.bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.7);
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined.bu-is-focused {
background-color: rgba(0, 0, 0, 0.7);
color: hsl(44deg, 100%, 77%);
}
.bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent hsl(44deg, 100%, 77%) hsl(44deg, 100%, 77%) !important;
}
.bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-warning.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.7);
box-shadow: none;
color: rgba(0, 0, 0, 0.7);
}
.bu-button.bu-is-warning.bu-is-light {
background-color: #fffaeb;
color: #946c00;
}
.bu-button.bu-is-warning.bu-is-light:hover, .bu-button.bu-is-warning.bu-is-light.bu-is-hovered {
background-color: #fff6de;
border-color: transparent;
color: #946c00;
}
.bu-button.bu-is-warning.bu-is-light:active, .bu-button.bu-is-warning.bu-is-light.bu-is-active {
background-color: #fff3d1;
border-color: transparent;
color: #946c00;
}
.bu-button.bu-is-danger {
background-color: hsl(348deg, 86%, 61%);
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-danger:hover, .bu-button.bu-is-danger.bu-is-hovered {
background-color: #f03a5f;
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-danger:focus, .bu-button.bu-is-danger.bu-is-focused {
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-danger:focus:not(:active), .bu-button.bu-is-danger.bu-is-focused:not(:active) {
box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.bu-button.bu-is-danger:active, .bu-button.bu-is-danger.bu-is-active {
background-color: #ef2e55;
border-color: transparent;
color: #fff;
}
.bu-button.bu-is-danger[disabled], fieldset[disabled] .bu-button.bu-is-danger {
background-color: hsl(348deg, 86%, 61%);
border-color: transparent;
box-shadow: none;
}
.bu-button.bu-is-danger.bu-is-inverted {
background-color: #fff;
color: hsl(348deg, 86%, 61%);
}
.bu-button.bu-is-danger.bu-is-inverted:hover, .bu-button.bu-is-danger.bu-is-inverted.bu-is-hovered {
background-color: #f2f2f2;
}
.bu-button.bu-is-danger.bu-is-inverted[disabled], fieldset[disabled] .bu-button.bu-is-danger.bu-is-inverted {
background-color: #fff;
border-color: transparent;
box-shadow: none;
color: hsl(348deg, 86%, 61%);
}
.bu-button.bu-is-danger.bu-is-loading::after {
border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-danger.bu-is-outlined {
background-color: transparent;
border-color: hsl(348deg, 86%, 61%);
color: hsl(348deg, 86%, 61%);
}
.bu-button.bu-is-danger.bu-is-outlined:hover, .bu-button.bu-is-danger.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-danger.bu-is-outlined:focus, .bu-button.bu-is-danger.bu-is-outlined.bu-is-focused {
background-color: hsl(348deg, 86%, 61%);
border-color: hsl(348deg, 86%, 61%);
color: #fff;
}
.bu-button.bu-is-danger.bu-is-outlined.bu-is-loading::after {
border-color: transparent transparent hsl(348deg, 86%, 61%) hsl(348deg, 86%, 61%) !important;
}
.bu-button.bu-is-danger.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-danger.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-danger.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-danger.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent #fff #fff !important;
}
.bu-button.bu-is-danger.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-danger.bu-is-outlined {
background-color: transparent;
border-color: hsl(348deg, 86%, 61%);
box-shadow: none;
color: hsl(348deg, 86%, 61%);
}
.bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined:hover, .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined.bu-is-hovered, .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined:focus, .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined.bu-is-focused {
background-color: #fff;
color: hsl(348deg, 86%, 61%);
}
.bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined.bu-is-loading:hover::after, .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-hovered::after, .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined.bu-is-loading:focus::after, .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined.bu-is-loading.bu-is-focused::after {
border-color: transparent transparent hsl(348deg, 86%, 61%) hsl(348deg, 86%, 61%) !important;
}
.bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined[disabled], fieldset[disabled] .bu-button.bu-is-danger.bu-is-inverted.bu-is-outlined {
background-color: transparent;
border-color: #fff;
box-shadow: none;
color: #fff;
}
.bu-button.bu-is-danger.bu-is-light {
background-color: #feecf0;
color: #cc0f35;
}
.bu-button.bu-is-danger.bu-is-light:hover, .bu-button.bu-is-danger.bu-is-light.bu-is-hovered {
background-color: #fde0e6;
border-color: transparent;
color: #cc0f35;
}
.bu-button.bu-is-danger.bu-is-light:active, .bu-button.bu-is-danger.bu-is-light.bu-is-active {
background-color: #fcd4dc;
border-color: transparent;
color: #cc0f35;
}
.bu-button.bu-is-small {
font-size: 0.75rem;
}
.bu-button.bu-is-small:not(.bu-is-rounded) {
border-radius: 2px;
}
.bu-button.bu-is-normal {
font-size: 1rem;
}
.bu-button.bu-is-medium {
font-size: 1.25rem;
}
.bu-button.bu-is-large {
font-size: 1.5rem;
}
.bu-button[disabled], fieldset[disabled] .bu-button {
background-color: hsl(0deg, 0%, 100%);
border-color: hsl(0deg, 0%, 86%);
box-shadow: none;
opacity: 0.5;
}
.bu-button.bu-is-fullwidth {
display: flex;
width: 100%;
}
.bu-button.bu-is-loading {
color: transparent !important;
pointer-events: none;
}
.bu-button.bu-is-loading::after {
position: absolute;
left: calc(50% - (1em * 0.5));
top: calc(50% - (1em * 0.5));
position: absolute !important;
}
.bu-button.bu-is-static {
background-color: hsl(0deg, 0%, 96%);
border-color: hsl(0deg, 0%, 86%);
color: hsl(0deg, 0%, 48%);
box-shadow: none;
pointer-events: none;
}
.bu-button.bu-is-rounded {
border-radius: 9999px;
padding-left: calc(1em + 0.25em);
padding-right: calc(1em + 0.25em);
}
.bu-buttons {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.bu-buttons .bu-button {
margin-bottom: 0.5rem;
}
.bu-buttons .bu-button:not(:last-child):not(.bu-is-fullwidth) {
margin-right: 0.5rem;
}
.bu-buttons:last-child {
margin-bottom: -0.5rem;
}
.bu-buttons:not(:last-child) {
margin-bottom: 1rem;
}
.bu-buttons.bu-are-small .bu-button:not(.bu-is-normal):not(.bu-is-medium):not(.bu-is-large) {
font-size: 0.75rem;
}
.bu-buttons.bu-are-small .bu-button:not(.bu-is-normal):not(.bu-is-medium):not(.bu-is-large):not(.bu-is-rounded) {
border-radius: 2px;
}
.bu-buttons.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;
}
.bu-container {
flex-grow: 1;
margin: 0 auto;
position: relative;
width: auto;
}
.bu-container.bu-is-fluid {
max-width: none !important;
padding-left: 32px;
padding-right: 32px;
width: 100%;
}
@media screen and (min-width: 1024px) {
.bu-container {
max-width: 960px;
}
}
@media screen and (max-width: 1215px) {
.bu-container.bu-is-widescreen:not(.bu-is-max-desktop) {
max-width: 1152px;
}
}
@media screen and (max-width: 1407px) {
.bu-container.bu-is-fullhd:not(.bu-is-max-desktop):not(.bu-is-max-widescreen) {
max-width: 1344px;
}
}
@media screen and (min-width: 1216px) {
.bu-container:not(.bu-is-max-desktop) {
max-width: 1152px;
}
}
@media screen and (min-width: 1408px) {
.bu-container:not(.bu-is-max-desktop):not(.bu-is-max-widescreen) {
max-width: 1344px;
}
}
.bu-content li + li {
margin-top: 0.25em;
}
.bu-content p:not(:last-child),
.bu-content dl:not(:last-child),
.bu-content ol:not(:last-child),
.bu-content ul:not(:last-child),
.bu-content blockquote:not(:last-child),
.bu-content pre:not(:last-child),
.bu-content table:not(:last-child) {
margin-bottom: 1em;
}
.bu-content h1,
.bu-content h2,
.bu-content h3,
.bu-content h4,
.bu-content h5,
.bu-content h6 {
color: hsl(0deg, 0%, 21%);
font-weight: 600;
line-height: 1.125;
}
.bu-content h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
.bu-content h1:not(:first-child) {
margin-top: 1em;
}
.bu-content h2 {
font-size: 1.75em;
margin-bottom: 0.5714em;
}
.bu-content h2:not(:first-child) {
margin-top: 1.1428em;
}
.bu-content h3 {
font-size: 1.5em;
margin-bottom: 0.6666em;
}
.bu-content h3:not(:first-child) {
margin-top: 1.3333em;
}
.bu-content h4 {
font-size: 1.25em;
margin-bottom: 0.8em;
}
.bu-content h5 {
font-size: 1.125em;
margin-bottom: 0.8888em;
}
.bu-content h6 {
font-size: 1em;
margin-bottom: 1em;
}
.bu-content blockquote {
background-color: hsl(0deg, 0%, 96%);
border-left: 5px solid hsl(0deg, 0%, 86%);
padding: 1.25em 1.5em;
}
.bu-content ol {
list-style-position: outside;
margin-left: 2em;
margin-top: 1em;
}
.bu-content ol:not([type]) {
list-style-type: decimal;
}
.bu-content ol:not([type]).bu-is-lower-alpha {
list-style-type: lower-alpha;
}
.bu-content ol:not([type]).bu-is-lower-roman {
list-style-type: lower-roman;
}
.bu-content ol:not([type]).bu-is-upper-alpha {
list-style-type: upper-alpha;
}
.bu-content ol:not([type]).bu-is-upper-roman {
list-style-type: upper-roman;
}
.bu-content ul {
list-style: disc outside;
margin-left: 2em;
margin-top: 1em;
}
.bu-content ul ul {
list-style-type: circle;
margin-top: 0.5em;
}
.bu-content ul ul ul {
list-style-type: square;
}
.bu-content dd {
margin-left: 2em;
}
.bu-content figure {
margin-left: 2em;
margin-right: 2em;
text-align: center;
}
.bu-content figure:not(:first-child) {
margin-top: 2em;
}
.bu-content figure:not(:last-child) {
margin-bottom: 2em;
}
.bu-content figure img {
display: inline-block;
}
.bu-content figure figcaption {
font-style: italic;
}
.bu-content pre {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
padding: 1.25em 1.5em;
white-space: pre;
word-wrap: normal;
}
.bu-content sup,
.bu-content sub {
font-size: 75%;
}
.bu-content table {
width: 100%;
}
.bu-content table td,
.bu-content table th {
border: 1px solid hsl(0deg, 0%, 86%);
border-width: 0 0 1px;
padding: 0.5em 0.75em;
vertical-align: top;
}
.bu-content table th {
color: hsl(0deg, 0%, 21%);
}
.bu-content table th:not([align]) {
text-align: inherit;
}
.bu-content table thead td,
.bu-content table thead th {
border-width: 0 0 2px;
color: hsl(0deg, 0%, 21%);
}
.bu-content table tfoot td,
.bu-content table tfoot th {
border-width: 2px 0 0;
color: hsl(0deg, 0%, 21%);
}
.bu-content table tbody tr:last-child td,
.bu-content table tbody tr:last-child th {
border-bottom-width: 0;
}
.bu-content .bu-tabs li + li {
margin-top: 0;
}
.bu-content.bu-is-small {
font-size: 0.75rem;
}
.bu-content.bu-is-normal {
font-size: 1rem;
}
.bu-content.bu-is-medium {
font-size: 1.25rem;
}
.bu-content.bu-is-large {
font-size: 1.5rem;
}
.bu-icon {
align-items: center;
display: inline-flex;
justify-content: center;
height: 1.5rem;
width: 1.5rem;
}
.bu-icon.bu-is-small {
height: 1rem;
width: 1rem;
}
.bu-icon.bu-is-medium {
height: 2rem;
width: 2rem;
}
.bu-icon.bu-is-large {
height: 3rem;
width: 3rem;
}
.bu-icon-text {
align-items: flex-start;
color: inherit;
display: inline-flex;
flex-wrap: wrap;
line-height: 1.5rem;
vertical-align: top;
}
.bu-icon-text .bu-icon {
flex-grow: 0;
flex-shrink: 0;
}
.bu-icon-text .bu-icon:not(:last-child) {
margin-right: 0.25em;
}
.bu-icon-text .bu-icon:not(:first-child) {
margin-left: 0.25em;
}
div.bu-icon-text {
display: flex;
}
.bu-image {
display: block;
position: relative;
}
.bu-image img {
display: block;
height: auto;
width: 100%;
}
.bu-image img.bu-is-rounded {
border-radius: 9999px;
}
.bu-image.bu-is-fullwidth {
width: 100%;
}
.bu-image.bu-is-square img,
.bu-image.bu-is-square .bu-has-ratio, .bu-image.bu-is-1by1 img,
.bu-image.bu-is-1by1 .bu-has-ratio, .bu-image.bu-is-5by4 img,
.bu-image.bu-is-5by4 .bu-has-ratio, .bu-image.bu-is-4by3 img,
.bu-image.bu-is-4by3 .bu-has-ratio, .bu-image.bu-is-3by2 img,
.bu-image.bu-is-3by2 .bu-has-ratio, .bu-image.bu-is-5by3 img,
.bu-image.bu-is-5by3 .bu-has-ratio, .bu-image.bu-is-16by9 img,
.bu-image.bu-is-16by9 .bu-has-ratio, .bu-image.bu-is-2by1 img,
.bu-image.bu-is-2by1 .bu-has-ratio, .bu-image.bu-is-3by1 img,
.bu-image.bu-is-3by1 .bu-has-ratio, .bu-image.bu-is-4by5 img,
.bu-image.bu-is-4by5 .bu-has-ratio, .bu-image.bu-is-3by4 img,
.bu-image.bu-is-3by4 .bu-has-ratio, .bu-image.bu-is-2by3 img,
.bu-image.bu-is-2by3 .bu-has-ratio, .bu-image.bu-is-3by5 img,
.bu-image.bu-is-3by5 .bu-has-ratio, .bu-image.bu-is-9by16 img,
.bu-image.bu-is-9by16 .bu-has-ratio, .bu-image.bu-is-1by2 img,
.bu-image.bu-is-1by2 .bu-has-ratio, .bu-image.bu-is-1by3 img,
.bu-image.bu-is-1by3 .bu-has-ratio {
height: 100%;
width: 100%;
}
.bu-image.bu-is-square, .bu-image.bu-is-1by1 {
padding-top: 100%;
}
.bu-image.bu-is-5by4 {
padding-top: 80%;
}
.bu-image.bu-is-4by3 {
padding-top: 75%;
}
.bu-image.bu-is-3by2 {
padding-top: 66.6666%;
}
.bu-image.bu-is-5by3 {
padding-top: 60%;
}
.bu-image.bu-is-16by9 {
padding-top: 56.25%;
}
.bu-image.bu-is-2by1 {
padding-top: 50%;
}
.bu-image.bu-is-3by1 {
padding-top: 33.3333%;
}
.bu-image.bu-is-4by5 {
padding-top: 125%;
}
.bu-image.bu-is-3by4 {
padding-top: 133.3333%;
}
.bu-image.bu-is-2by3 {
padding-top: 150%;
}
.bu-image.bu-is-3by5 {
padding-top: 166.6666%;
}
.bu-image.bu-is-9by16 {
padding-top: 177.7777%;
}
.bu-image.bu-is-1by2 {
padding-top: 200%;
}
.bu-image.bu-is-1by3 {
padding-top: 300%;
}
.bu-image.bu-is-16x16 {
height: 16px;
width: 16px;
}
.bu-image.bu-is-24x24 {
height: 24px;
width: 24px;
}
.bu-image.bu-is-32x32 {
height: 32px;
width: 32px;
}
.bu-image.bu-is-48x48 {
height: 48px;
width: 48px;
}
.bu-image.bu-is-64x64 {
height: 64px;
width: 64px;
}
.bu-image.bu-is-96x96 {
height: 96px;
width: 96px;
}
.bu-image.bu-is-128x128 {
height: 128px;
width: 128px;
}
.bu-notification {
background-color: hsl(0deg, 0%, 96%);
border-radius: 4px;
position: relative;
padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.bu-notification a:not(.bu-button):not(.bu-dropdown-item) {
color: currentColor;
text-decoration: underline;
}
.bu-notification strong {
color: currentColor;
}
.bu-notification code,
.bu-notification pre {
background: hsl(0deg, 0%, 100%);
}
.bu-notification pre code {
background: transparent;
}
.bu-notification > .bu-delete {
right: 0.5rem;
position: absolute;
top: 0.5rem;
}
.bu-notification .bu-title,
.bu-notification .bu-subtitle,
.bu-notification .bu-content {
color: currentColor;
}
.bu-notification.bu-is-white {
background-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.bu-notification.bu-is-black {
background-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.bu-notification.bu-is-light {
background-color: hsl(0deg, 0%, 96%);
color: rgba(0, 0, 0, 0.7);
}
.bu-notification.bu-is-dark {
background-color: hsl(0deg, 0%, 21%);
color: #fff;
}
.bu-notification.bu-is-primary {
background-color: hsl(171deg, 100%, 41%);
color: #fff;
}
.bu-notification.bu-is-primary.bu-is-light {
background-color: #ebfffc;
color: #00947e;
}
.bu-notification.bu-is-link {
background-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.bu-notification.bu-is-link.bu-is-light {
background-color: #eff1fa;
color: #3850b7;
}
.bu-notification.bu-is-info {
background-color: hsl(207deg, 61%, 53%);
color: #fff;
}
.bu-notification.bu-is-info.bu-is-light {
background-color: #eff5fb;
color: #296fa8;
}
.bu-notification.bu-is-success {
background-color: hsl(153deg, 53%, 53%);
color: #fff;
}
.bu-notification.bu-is-success.bu-is-light {
background-color: #effaf5;
color: #257953;
}
.bu-notification.bu-is-warning {
background-color: hsl(44deg, 100%, 77%);
color: rgba(0, 0, 0, 0.7);
}
.bu-notification.bu-is-warning.bu-is-light {
background-color: #fffaeb;
color: #946c00;
}
.bu-notification.bu-is-danger {
background-color: hsl(348deg, 86%, 61%);
color: #fff;
}
.bu-notification.bu-is-danger.bu-is-light {
background-color: #feecf0;
color: #cc0f35;
}
.bu-progress {
-moz-appearance: none;
-webkit-appearance: none;
border: none;
border-radius: 9999px;
display: block;
height: 1rem;
overflow: hidden;
padding: 0;
width: 100%;
}
.bu-progress::-webkit-progress-bar {
background-color: hsl(0deg, 0%, 93%);
}
.bu-progress::-webkit-progress-value {
background-color: hsl(0deg, 0%, 29%);
}
.bu-progress::-moz-progress-bar {
background-color: hsl(0deg, 0%, 29%);
}
.bu-progress::-ms-fill {
background-color: hsl(0deg, 0%, 29%);
border: none;
}
.bu-progress.bu-is-white::-webkit-progress-value {
background-color: hsl(0deg, 0%, 100%);
}
.bu-progress.bu-is-white::-moz-progress-bar {
background-color: hsl(0deg, 0%, 100%);
}
.bu-progress.bu-is-white::-ms-fill {
background-color: hsl(0deg, 0%, 100%);
}
.bu-progress.bu-is-white:indeterminate {
background-image: linear-gradient(to right, hsl(0deg, 0%, 100%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-black::-webkit-progress-value {
background-color: hsl(0deg, 0%, 4%);
}
.bu-progress.bu-is-black::-moz-progress-bar {
background-color: hsl(0deg, 0%, 4%);
}
.bu-progress.bu-is-black::-ms-fill {
background-color: hsl(0deg, 0%, 4%);
}
.bu-progress.bu-is-black:indeterminate {
background-image: linear-gradient(to right, hsl(0deg, 0%, 4%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-light::-webkit-progress-value {
background-color: hsl(0deg, 0%, 96%);
}
.bu-progress.bu-is-light::-moz-progress-bar {
background-color: hsl(0deg, 0%, 96%);
}
.bu-progress.bu-is-light::-ms-fill {
background-color: hsl(0deg, 0%, 96%);
}
.bu-progress.bu-is-light:indeterminate {
background-image: linear-gradient(to right, hsl(0deg, 0%, 96%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-dark::-webkit-progress-value {
background-color: hsl(0deg, 0%, 21%);
}
.bu-progress.bu-is-dark::-moz-progress-bar {
background-color: hsl(0deg, 0%, 21%);
}
.bu-progress.bu-is-dark::-ms-fill {
background-color: hsl(0deg, 0%, 21%);
}
.bu-progress.bu-is-dark:indeterminate {
background-image: linear-gradient(to right, hsl(0deg, 0%, 21%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-primary::-webkit-progress-value {
background-color: hsl(171deg, 100%, 41%);
}
.bu-progress.bu-is-primary::-moz-progress-bar {
background-color: hsl(171deg, 100%, 41%);
}
.bu-progress.bu-is-primary::-ms-fill {
background-color: hsl(171deg, 100%, 41%);
}
.bu-progress.bu-is-primary:indeterminate {
background-image: linear-gradient(to right, hsl(171deg, 100%, 41%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-link::-webkit-progress-value {
background-color: hsl(229deg, 53%, 53%);
}
.bu-progress.bu-is-link::-moz-progress-bar {
background-color: hsl(229deg, 53%, 53%);
}
.bu-progress.bu-is-link::-ms-fill {
background-color: hsl(229deg, 53%, 53%);
}
.bu-progress.bu-is-link:indeterminate {
background-image: linear-gradient(to right, hsl(229deg, 53%, 53%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-info::-webkit-progress-value {
background-color: hsl(207deg, 61%, 53%);
}
.bu-progress.bu-is-info::-moz-progress-bar {
background-color: hsl(207deg, 61%, 53%);
}
.bu-progress.bu-is-info::-ms-fill {
background-color: hsl(207deg, 61%, 53%);
}
.bu-progress.bu-is-info:indeterminate {
background-image: linear-gradient(to right, hsl(207deg, 61%, 53%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-success::-webkit-progress-value {
background-color: hsl(153deg, 53%, 53%);
}
.bu-progress.bu-is-success::-moz-progress-bar {
background-color: hsl(153deg, 53%, 53%);
}
.bu-progress.bu-is-success::-ms-fill {
background-color: hsl(153deg, 53%, 53%);
}
.bu-progress.bu-is-success:indeterminate {
background-image: linear-gradient(to right, hsl(153deg, 53%, 53%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-warning::-webkit-progress-value {
background-color: hsl(44deg, 100%, 77%);
}
.bu-progress.bu-is-warning::-moz-progress-bar {
background-color: hsl(44deg, 100%, 77%);
}
.bu-progress.bu-is-warning::-ms-fill {
background-color: hsl(44deg, 100%, 77%);
}
.bu-progress.bu-is-warning:indeterminate {
background-image: linear-gradient(to right, hsl(44deg, 100%, 77%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress.bu-is-danger::-webkit-progress-value {
background-color: hsl(348deg, 86%, 61%);
}
.bu-progress.bu-is-danger::-moz-progress-bar {
background-color: hsl(348deg, 86%, 61%);
}
.bu-progress.bu-is-danger::-ms-fill {
background-color: hsl(348deg, 86%, 61%);
}
.bu-progress.bu-is-danger:indeterminate {
background-image: linear-gradient(to right, hsl(348deg, 86%, 61%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.bu-progress:indeterminate {
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-name: moveIndeterminate;
animation-timing-function: linear;
background-color: hsl(0deg, 0%, 93%);
background-image: linear-gradient(to right, hsl(0deg, 0%, 29%) 30%, hsl(0deg, 0%, 93%) 30%);
background-position: top left;
background-repeat: no-repeat;
background-size: 150% 150%;
}
.bu-progress:indeterminate::-webkit-progress-bar {
background-color: transparent;
}
.bu-progress:indeterminate::-moz-progress-bar {
background-color: transparent;
}
.bu-progress:indeterminate::-ms-fill {
animation-name: none;
}
.bu-progress.bu-is-small {
height: 0.75rem;
}
.bu-progress.bu-is-medium {
height: 1.25rem;
}
.bu-progress.bu-is-large {
height: 1.5rem;
}
@keyframes moveIndeterminate {
from {
background-position: 200% 0;
}
to {
background-position: -200% 0;
}
}
.bu-table {
background-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 21%);
}
.bu-table td,
.bu-table th {
border: 1px solid hsl(0deg, 0%, 86%);
border-width: 0 0 1px;
padding: 0.5em 0.75em;
vertical-align: top;
}
.bu-table td.bu-is-white,
.bu-table th.bu-is-white {
background-color: hsl(0deg, 0%, 100%);
border-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.bu-table td.bu-is-black,
.bu-table th.bu-is-black {
background-color: hsl(0deg, 0%, 4%);
border-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.bu-table td.bu-is-light,
.bu-table th.bu-is-light {
background-color: hsl(0deg, 0%, 96%);
border-color: hsl(0deg, 0%, 96%);
color: rgba(0, 0, 0, 0.7);
}
.bu-table td.bu-is-dark,
.bu-table th.bu-is-dark {
background-color: hsl(0deg, 0%, 21%);
border-color: hsl(0deg, 0%, 21%);
color: #fff;
}
.bu-table td.bu-is-primary,
.bu-table th.bu-is-primary {
background-color: hsl(171deg, 100%, 41%);
border-color: hsl(171deg, 100%, 41%);
color: #fff;
}
.bu-table td.bu-is-link,
.bu-table th.bu-is-link {
background-color: hsl(229deg, 53%, 53%);
border-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.bu-table td.bu-is-info,
.bu-table th.bu-is-info {
background-color: hsl(207deg, 61%, 53%);
border-color: hsl(207deg, 61%, 53%);
color: #fff;
}
.bu-table td.bu-is-success,
.bu-table th.bu-is-success {
background-color: hsl(153deg, 53%, 53%);
border-color: hsl(153deg, 53%, 53%);
color: #fff;
}
.bu-table td.bu-is-warning,
.bu-table th.bu-is-warning {
background-color: hsl(44deg, 100%, 77%);
border-color: hsl(44deg, 100%, 77%);
color: rgba(0, 0, 0, 0.7);
}
.bu-table td.bu-is-danger,
.bu-table th.bu-is-danger {
background-color: hsl(348deg, 86%, 61%);
border-color: hsl(348deg, 86%, 61%);
color: #fff;
}
.bu-table td.bu-is-narrow,
.bu-table th.bu-is-narrow {
white-space: nowrap;
width: 1%;
}
.bu-table td.bu-is-selected,
.bu-table th.bu-is-selected {
background-color: hsl(171deg, 100%, 41%);
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 td.bu-is-vcentered,
.bu-table th.bu-is-vcentered {
vertical-align: middle;
}
.bu-table th {
color: hsl(0deg, 0%, 21%);
}
.bu-table th:not([align]) {
text-align: inherit;
}
.bu-table tr.bu-is-selected {
background-color: hsl(171deg, 100%, 41%);
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: hsl(0deg, 0%, 21%);
}
.bu-table tfoot {
background-color: transparent;
}
.bu-table tfoot td,
.bu-table tfoot th {
border-width: 2px 0 0;
color: hsl(0deg, 0%, 21%);
}
.bu-table tbody {
background-color: transparent;
}
.bu-table tbody tr:last-child td,
.bu-table tbody tr:last-child th {
border-bottom-width: 0;
}
.bu-table.bu-is-bordered td,
.bu-table.bu-is-bordered th {
border-width: 1px;
}
.bu-table.bu-is-bordered tr:last-child td,
.bu-table.bu-is-bordered tr:last-child th {
border-bottom-width: 1px;
}
.bu-table.bu-is-fullwidth {
width: 100%;
}
.bu-table.bu-is-hoverable tbody tr:not(.bu-is-selected):hover {
background-color: hsl(0deg, 0%, 98%);
}
.bu-table.bu-is-hoverable.bu-is-striped tbody tr:not(.bu-is-selected):hover {
background-color: hsl(0deg, 0%, 98%);
}
.bu-table.bu-is-hoverable.bu-is-striped tbody tr:not(.bu-is-selected):hover:nth-child(even) {
background-color: hsl(0deg, 0%, 96%);
}
.bu-table.bu-is-narrow td,
.bu-table.bu-is-narrow th {
padding: 0.25em 0.5em;
}
.bu-table.bu-is-striped tbody tr:not(.bu-is-selected):nth-child(even) {
background-color: hsl(0deg, 0%, 98%);
}
.bu-table-container {
-webkit-overflow-scrolling: touch;
overflow: auto;
overflow-y: hidden;
max-width: 100%;
}
.bu-tags {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.bu-tags .bu-tag {
margin-bottom: 0.5rem;
}
.bu-tags .bu-tag:not(:last-child) {
margin-right: 0.5rem;
}
.bu-tags:last-child {
margin-bottom: -0.5rem;
}
.bu-tags:not(:last-child) {
margin-bottom: 1rem;
}
.bu-tags.bu-are-medium .bu-tag:not(.bu-is-normal):not(.bu-is-large) {
font-size: 1rem;
}
.bu-tags.bu-are-large .bu-tag:not(.bu-is-normal):not(.bu-is-medium) {
font-size: 1.25rem;
}
.bu-tags.bu-is-centered {
justify-content: center;
}
.bu-tags.bu-is-centered .bu-tag {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.bu-tags.bu-is-right {
justify-content: flex-end;
}
.bu-tags.bu-is-right .bu-tag:not(:first-child) {
margin-left: 0.5rem;
}
.bu-tags.bu-is-right .bu-tag:not(:last-child) {
margin-right: 0;
}
.bu-tags.bu-has-addons .bu-tag {
margin-right: 0;
}
.bu-tags.bu-has-addons .bu-tag:not(:first-child) {
margin-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bu-tags.bu-has-addons .bu-tag:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bu-tag:not(body) {
align-items: center;
background-color: hsl(0deg, 0%, 96%);
border-radius: 4px;
color: hsl(0deg, 0%, 29%);
display: inline-flex;
font-size: 0.75rem;
height: 2em;
justify-content: center;
line-height: 1.5;
padding-left: 0.75em;
padding-right: 0.75em;
white-space: nowrap;
}
.bu-tag:not(body) .bu-delete {
margin-left: 0.25rem;
margin-right: -0.375rem;
}
.bu-tag:not(body).bu-is-white {
background-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.bu-tag:not(body).bu-is-black {
background-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.bu-tag:not(body).bu-is-light {
background-color: hsl(0deg, 0%, 96%);
color: rgba(0, 0, 0, 0.7);
}
.bu-tag:not(body).bu-is-dark {
background-color: hsl(0deg, 0%, 21%);
color: #fff;
}
.bu-tag:not(body).bu-is-primary {
background-color: hsl(171deg, 100%, 41%);
color: #fff;
}
.bu-tag:not(body).bu-is-primary.bu-is-light {
background-color: #ebfffc;
color: #00947e;
}
.bu-tag:not(body).bu-is-link {
background-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.bu-tag:not(body).bu-is-link.bu-is-light {
background-color: #eff1fa;
color: #3850b7;
}
.bu-tag:not(body).bu-is-info {
background-color: hsl(207deg, 61%, 53%);
color: #fff;
}
.bu-tag:not(body).bu-is-info.bu-is-light {
background-color: #eff5fb;
color: #296fa8;
}
.bu-tag:not(body).bu-is-success {
background-color: hsl(153deg, 53%, 53%);
color: #fff;
}
.bu-tag:not(body).bu-is-success.bu-is-light {
background-color: #effaf5;
color: #257953;
}
.bu-tag:not(body).bu-is-warning {
background-color: hsl(44deg, 100%, 77%);
color: rgba(0, 0, 0, 0.7);
}
.bu-tag:not(body).bu-is-warning.bu-is-light {
background-color: #fffaeb;
color: #946c00;
}
.bu-tag:not(body).bu-is-danger {
background-color: hsl(348deg, 86%, 61%);
color: #fff;
}
.bu-tag:not(body).bu-is-danger.bu-is-light {
background-color: #feecf0;
color: #cc0f35;
}
.bu-tag:not(body).bu-is-normal {
font-size: 0.75rem;
}
.bu-tag:not(body).bu-is-medium {
font-size: 1rem;
}
.bu-tag:not(body).bu-is-large {
font-size: 1.25rem;
}
.bu-tag:not(body) .bu-icon:first-child:not(:last-child) {
margin-left: -0.375em;
margin-right: 0.1875em;
}
.bu-tag:not(body) .bu-icon:last-child:not(:first-child) {
margin-left: 0.1875em;
margin-right: -0.375em;
}
.bu-tag:not(body) .bu-icon:first-child:last-child {
margin-left: -0.375em;
margin-right: -0.375em;
}
.bu-tag:not(body).bu-is-delete {
margin-left: 1px;
padding: 0;
position: relative;
width: 2em;
}
.bu-tag:not(body).bu-is-delete::before, .bu-tag:not(body).bu-is-delete::after {
background-color: currentColor;
content: "";
display: block;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform-origin: center center;
}
.bu-tag:not(body).bu-is-delete::before {
height: 1px;
width: 50%;
}
.bu-tag:not(body).bu-is-delete::after {
height: 50%;
width: 1px;
}
.bu-tag:not(body).bu-is-delete:hover, .bu-tag:not(body).bu-is-delete:focus {
background-color: #e8e8e8;
}
.bu-tag:not(body).bu-is-delete:active {
background-color: #dbdbdb;
}
.bu-tag:not(body).bu-is-rounded {
border-radius: 9999px;
}
a.bu-tag:hover {
text-decoration: underline;
}
.bu-title,
.bu-subtitle {
word-break: break-word;
}
.bu-title em,
.bu-title span,
.bu-subtitle em,
.bu-subtitle span {
font-weight: inherit;
}
.bu-title sub,
.bu-subtitle sub {
font-size: 0.75em;
}
.bu-title sup,
.bu-subtitle sup {
font-size: 0.75em;
}
.bu-title .bu-tag,
.bu-subtitle .bu-tag {
vertical-align: middle;
}
.bu-title {
color: hsl(0deg, 0%, 21%);
font-size: 2rem;
font-weight: 600;
line-height: 1.125;
}
.bu-title strong {
color: inherit;
font-weight: inherit;
}
.bu-title:not(.bu-is-spaced) + .bu-subtitle {
margin-top: -1.25rem;
}
.bu-title.bu-is-1 {
font-size: 3rem;
}
.bu-title.bu-is-2 {
font-size: 2.5rem;
}
.bu-title.bu-is-3 {
font-size: 2rem;
}
.bu-title.bu-is-4 {
font-size: 1.5rem;
}
.bu-title.bu-is-5 {
font-size: 1.25rem;
}
.bu-title.bu-is-6 {
font-size: 1rem;
}
.bu-title.bu-is-7 {
font-size: 0.75rem;
}
.bu-subtitle {
color: hsl(0deg, 0%, 29%);
font-size: 1.25rem;
font-weight: 400;
line-height: 1.25;
}
.bu-subtitle strong {
color: hsl(0deg, 0%, 21%);
font-weight: 600;
}
.bu-subtitle:not(.bu-is-spaced) + .bu-title {
margin-top: -1.25rem;
}
.bu-subtitle.bu-is-1 {
font-size: 3rem;
}
.bu-subtitle.bu-is-2 {
font-size: 2.5rem;
}
.bu-subtitle.bu-is-3 {
font-size: 2rem;
}
.bu-subtitle.bu-is-4 {
font-size: 1.5rem;
}
.bu-subtitle.bu-is-5 {
font-size: 1.25rem;
}
.bu-subtitle.bu-is-6 {
font-size: 1rem;
}
.bu-subtitle.bu-is-7 {
font-size: 0.75rem;
}
.bu-heading {
display: block;
font-size: 11px;
letter-spacing: 1px;
margin-bottom: 5px;
text-transform: uppercase;
}
.bu-number {
align-items: center;
background-color: hsl(0deg, 0%, 96%);
border-radius: 9999px;
display: inline-flex;
font-size: 1.25rem;
height: 2em;
justify-content: center;
margin-right: 1.5rem;
min-width: 2.5em;
padding: 0.25rem 0.5rem;
text-align: center;
vertical-align: top;
} .bu-select select, .bu-textarea, .bu-input {
background-color: hsl(0deg, 0%, 100%);
border-color: hsl(0deg, 0%, 86%);
border-radius: 4px;
color: hsl(0deg, 0%, 21%);
}
.bu-select select::-moz-placeholder, .bu-textarea::-moz-placeholder, .bu-input::-moz-placeholder {
color: rgba(54, 54, 54, 0.3);
}
.bu-select select::-webkit-input-placeholder, .bu-textarea::-webkit-input-placeholder, .bu-input::-webkit-input-placeholder {
color: rgba(54, 54, 54, 0.3);
}
.bu-select select:-moz-placeholder, .bu-textarea:-moz-placeholder, .bu-input:-moz-placeholder {
color: rgba(54, 54, 54, 0.3);
}
.bu-select select:-ms-input-placeholder, .bu-textarea:-ms-input-placeholder, .bu-input:-ms-input-placeholder {
color: rgba(54, 54, 54, 0.3);
}
.bu-select select:hover, .bu-textarea:hover, .bu-input:hover, .bu-select select.bu-is-hovered, .bu-is-hovered.bu-textarea, .bu-is-hovered.bu-input {
border-color: hsl(0deg, 0%, 71%);
}
.bu-select select:focus, .bu-textarea:focus, .bu-input:focus, .bu-select select.bu-is-focused, .bu-is-focused.bu-textarea, .bu-is-focused.bu-input, .bu-select select:active, .bu-textarea:active, .bu-input:active, .bu-select select.bu-is-active, .bu-is-active.bu-textarea, .bu-is-active.bu-input {
border-color: hsl(229deg, 53%, 53%);
box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.bu-select select[disabled], [disabled].bu-textarea, [disabled].bu-input, fieldset[disabled] .bu-select select, .bu-select fieldset[disabled] select, fieldset[disabled] .bu-textarea, fieldset[disabled] .bu-input {
background-color: hsl(0deg, 0%, 96%);
border-color: hsl(0deg, 0%, 96%);
box-shadow: none;
color: hsl(0deg, 0%, 48%);
}
.bu-select select[disabled]::-moz-placeholder, [disabled].bu-textarea::-moz-placeholder, [disabled].bu-input::-moz-placeholder, fieldset[disabled] .bu-select select::-moz-placeholder, .bu-select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .bu-textarea::-moz-placeholder, fieldset[disabled] .bu-input::-moz-placeholder {
color: rgba(122, 122, 122, 0.3);
}
.bu-select select[disabled]::-webkit-input-placeholder, [disabled].bu-textarea::-webkit-input-placeholder, [disabled].bu-input::-webkit-input-placeholder, fieldset[disabled] .bu-select select::-webkit-input-placeholder, .bu-select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .bu-textarea::-webkit-input-placeholder, fieldset[disabled] .bu-input::-webkit-input-placeholder {
color: rgba(122, 122, 122, 0.3);
}
.bu-select select[disabled]:-moz-placeholder, [disabled].bu-textarea:-moz-placeholder, [disabled].bu-input:-moz-placeholder, fieldset[disabled] .bu-select select:-moz-placeholder, .bu-select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .bu-textarea:-moz-placeholder, fieldset[disabled] .bu-input:-moz-placeholder {
color: rgba(122, 122, 122, 0.3);
}
.bu-select select[disabled]:-ms-input-placeholder, [disabled].bu-textarea:-ms-input-placeholder, [disabled].bu-input:-ms-input-placeholder, fieldset[disabled] .bu-select select:-ms-input-placeholder, .bu-select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .bu-textarea:-ms-input-placeholder, fieldset[disabled] .bu-input:-ms-input-placeholder {
color: rgba(122, 122, 122, 0.3);
}
.bu-textarea, .bu-input {
box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
max-width: 100%;
width: 100%;
}
[readonly].bu-textarea, [readonly].bu-input {
box-shadow: none;
}
.bu-is-white.bu-textarea, .bu-is-white.bu-input {
border-color: hsl(0deg, 0%, 100%);
}
.bu-is-white.bu-textarea:focus, .bu-is-white.bu-input:focus, .bu-is-white.bu-is-focused.bu-textarea, .bu-is-white.bu-is-focused.bu-input, .bu-is-white.bu-textarea:active, .bu-is-white.bu-input:active, .bu-is-white.bu-is-active.bu-textarea, .bu-is-white.bu-is-active.bu-input {
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.bu-is-black.bu-textarea, .bu-is-black.bu-input {
border-color: hsl(0deg, 0%, 4%);
}
.bu-is-black.bu-textarea:focus, .bu-is-black.bu-input:focus, .bu-is-black.bu-is-focused.bu-textarea, .bu-is-black.bu-is-focused.bu-input, .bu-is-black.bu-textarea:active, .bu-is-black.bu-input:active, .bu-is-black.bu-is-active.bu-textarea, .bu-is-black.bu-is-active.bu-input {
box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.bu-is-light.bu-textarea, .bu-is-light.bu-input {
border-color: hsl(0deg, 0%, 96%);
}
.bu-is-light.bu-textarea:focus, .bu-is-light.bu-input:focus, .bu-is-light.bu-is-focused.bu-textarea, .bu-is-light.bu-is-focused.bu-input, .bu-is-light.bu-textarea:active, .bu-is-light.bu-input:active, .bu-is-light.bu-is-active.bu-textarea, .bu-is-light.bu-is-active.bu-input {
box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.bu-is-dark.bu-textarea, .bu-is-dark.bu-input {
border-color: hsl(0deg, 0%, 21%);
}
.bu-is-dark.bu-textarea:focus, .bu-is-dark.bu-input:focus, .bu-is-dark.bu-is-focused.bu-textarea, .bu-is-dark.bu-is-focused.bu-input, .bu-is-dark.bu-textarea:active, .bu-is-dark.bu-input:active, .bu-is-dark.bu-is-active.bu-textarea, .bu-is-dark.bu-is-active.bu-input {
box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.bu-is-primary.bu-textarea, .bu-is-primary.bu-input {
border-color: hsl(171deg, 100%, 41%);
}
.bu-is-primary.bu-textarea:focus, .bu-is-primary.bu-input:focus, .bu-is-primary.bu-is-focused.bu-textarea, .bu-is-primary.bu-is-focused.bu-input, .bu-is-primary.bu-textarea:active, .bu-is-primary.bu-input:active, .bu-is-primary.bu-is-active.bu-textarea, .bu-is-primary.bu-is-active.bu-input {
box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.bu-is-link.bu-textarea, .bu-is-link.bu-input {
border-color: hsl(229deg, 53%, 53%);
}
.bu-is-link.bu-textarea:focus, .bu-is-link.bu-input:focus, .bu-is-link.bu-is-focused.bu-textarea, .bu-is-link.bu-is-focused.bu-input, .bu-is-link.bu-textarea:active, .bu-is-link.bu-input:active, .bu-is-link.bu-is-active.bu-textarea, .bu-is-link.bu-is-active.bu-input {
box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.bu-is-info.bu-textarea, .bu-is-info.bu-input {
border-color: hsl(207deg, 61%, 53%);
}
.bu-is-info.bu-textarea:focus, .bu-is-info.bu-input:focus, .bu-is-info.bu-is-focused.bu-textarea, .bu-is-info.bu-is-focused.bu-input, .bu-is-info.bu-textarea:active, .bu-is-info.bu-input:active, .bu-is-info.bu-is-active.bu-textarea, .bu-is-info.bu-is-active.bu-input {
box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.bu-is-success.bu-textarea, .bu-is-success.bu-input {
border-color: hsl(153deg, 53%, 53%);
}
.bu-is-success.bu-textarea:focus, .bu-is-success.bu-input:focus, .bu-is-success.bu-is-focused.bu-textarea, .bu-is-success.bu-is-focused.bu-input, .bu-is-success.bu-textarea:active, .bu-is-success.bu-input:active, .bu-is-success.bu-is-active.bu-textarea, .bu-is-success.bu-is-active.bu-input {
box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.bu-is-warning.bu-textarea, .bu-is-warning.bu-input {
border-color: hsl(44deg, 100%, 77%);
}
.bu-is-warning.bu-textarea:focus, .bu-is-warning.bu-input:focus, .bu-is-warning.bu-is-focused.bu-textarea, .bu-is-warning.bu-is-focused.bu-input, .bu-is-warning.bu-textarea:active, .bu-is-warning.bu-input:active, .bu-is-warning.bu-is-active.bu-textarea, .bu-is-warning.bu-is-active.bu-input {
box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.bu-is-danger.bu-textarea, .bu-is-danger.bu-input {
border-color: hsl(348deg, 86%, 61%);
}
.bu-is-danger.bu-textarea:focus, .bu-is-danger.bu-input:focus, .bu-is-danger.bu-is-focused.bu-textarea, .bu-is-danger.bu-is-focused.bu-input, .bu-is-danger.bu-textarea:active, .bu-is-danger.bu-input:active, .bu-is-danger.bu-is-active.bu-textarea, .bu-is-danger.bu-is-active.bu-input {
box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.bu-is-small.bu-textarea, .bu-is-small.bu-input {
border-radius: 2px;
font-size: 0.75rem;
}
.bu-is-medium.bu-textarea, .bu-is-medium.bu-input {
font-size: 1.25rem;
}
.bu-is-large.bu-textarea, .bu-is-large.bu-input {
font-size: 1.5rem;
}
.bu-is-fullwidth.bu-textarea, .bu-is-fullwidth.bu-input {
display: block;
width: 100%;
}
.bu-is-inline.bu-textarea, .bu-is-inline.bu-input {
display: inline;
width: auto;
}
.bu-input.bu-is-rounded {
border-radius: 9999px;
padding-left: calc(calc(0.75em - 1px) + 0.375em);
padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.bu-input.bu-is-static {
background-color: transparent;
border-color: transparent;
box-shadow: none;
padding-left: 0;
padding-right: 0;
}
.bu-textarea {
display: block;
max-width: 100%;
min-width: 100%;
padding: calc(0.75em - 1px);
resize: vertical;
}
.bu-textarea:not([rows]) {
max-height: 40em;
min-height: 8em;
}
.bu-textarea[rows] {
height: initial;
}
.bu-textarea.bu-has-fixed-size {
resize: none;
}
.bu-radio, .bu-checkbox {
cursor: pointer;
display: inline-block;
line-height: 1.25;
position: relative;
}
.bu-radio input, .bu-checkbox input {
cursor: pointer;
}
.bu-radio:hover, .bu-checkbox:hover {
color: hsl(0deg, 0%, 21%);
}
[disabled].bu-radio, [disabled].bu-checkbox, fieldset[disabled] .bu-radio, fieldset[disabled] .bu-checkbox,
.bu-radio input[disabled],
.bu-checkbox input[disabled] {
color: hsl(0deg, 0%, 48%);
cursor: not-allowed;
}
.bu-radio + .bu-radio {
margin-left: 0.5em;
}
.bu-select {
display: inline-block;
max-width: 100%;
position: relative;
vertical-align: top;
}
.bu-select:not(.bu-is-multiple) {
height: 2.5em;
}
.bu-select:not(.bu-is-multiple):not(.bu-is-loading)::after {
border-color: hsl(229deg, 53%, 53%);
right: 1.125em;
z-index: 4;
}
.bu-select.bu-is-rounded select {
border-radius: 9999px;
padding-left: 1em;
}
.bu-select select {
cursor: pointer;
display: block;
font-size: 1em;
max-width: 100%;
outline: none;
}
.bu-select select::-ms-expand {
display: none;
}
.bu-select select[disabled]:hover, fieldset[disabled] .bu-select select:hover {
border-color: hsl(0deg, 0%, 96%);
}
.bu-select select:not([multiple]) {
padding-right: 2.5em;
}
.bu-select select[multiple] {
height: auto;
padding: 0;
}
.bu-select select[multiple] option {
padding: 0.5em 1em;
}
.bu-select:not(.bu-is-multiple):not(.bu-is-loading):hover::after {
border-color: hsl(0deg, 0%, 21%);
}
.bu-select.bu-is-white:not(:hover)::after {
border-color: hsl(0deg, 0%, 100%);
}
.bu-select.bu-is-white select {
border-color: hsl(0deg, 0%, 100%);
}
.bu-select.bu-is-white select:hover, .bu-select.bu-is-white select.bu-is-hovered {
border-color: #f2f2f2;
}
.bu-select.bu-is-white select:focus, .bu-select.bu-is-white select.bu-is-focused, .bu-select.bu-is-white select:active, .bu-select.bu-is-white select.bu-is-active {
box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.bu-select.bu-is-black:not(:hover)::after {
border-color: hsl(0deg, 0%, 4%);
}
.bu-select.bu-is-black select {
border-color: hsl(0deg, 0%, 4%);
}
.bu-select.bu-is-black select:hover, .bu-select.bu-is-black select.bu-is-hovered {
border-color: black;
}
.bu-select.bu-is-black select:focus, .bu-select.bu-is-black select.bu-is-focused, .bu-select.bu-is-black select:active, .bu-select.bu-is-black select.bu-is-active {
box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.bu-select.bu-is-light:not(:hover)::after {
border-color: hsl(0deg, 0%, 96%);
}
.bu-select.bu-is-light select {
border-color: hsl(0deg, 0%, 96%);
}
.bu-select.bu-is-light select:hover, .bu-select.bu-is-light select.bu-is-hovered {
border-color: #e8e8e8;
}
.bu-select.bu-is-light select:focus, .bu-select.bu-is-light select.bu-is-focused, .bu-select.bu-is-light select:active, .bu-select.bu-is-light select.bu-is-active {
box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.bu-select.bu-is-dark:not(:hover)::after {
border-color: hsl(0deg, 0%, 21%);
}
.bu-select.bu-is-dark select {
border-color: hsl(0deg, 0%, 21%);
}
.bu-select.bu-is-dark select:hover, .bu-select.bu-is-dark select.bu-is-hovered {
border-color: #292929;
}
.bu-select.bu-is-dark select:focus, .bu-select.bu-is-dark select.bu-is-focused, .bu-select.bu-is-dark select:active, .bu-select.bu-is-dark select.bu-is-active {
box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.bu-select.bu-is-primary:not(:hover)::after {
border-color: hsl(171deg, 100%, 41%);
}
.bu-select.bu-is-primary select {
border-color: hsl(171deg, 100%, 41%);
}
.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: hsl(229deg, 53%, 53%);
}
.bu-select.bu-is-link select {
border-color: hsl(229deg, 53%, 53%);
}
.bu-select.bu-is-link select:hover, .bu-select.bu-is-link select.bu-is-hovered {
border-color: #3a51bb;
}
.bu-select.bu-is-link select:focus, .bu-select.bu-is-link select.bu-is-focused, .bu-select.bu-is-link select:active, .bu-select.bu-is-link select.bu-is-active {
box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.bu-select.bu-is-info:not(:hover)::after {
border-color: hsl(207deg, 61%, 53%);
}
.bu-select.bu-is-info select {
border-color: hsl(207deg, 61%, 53%);
}
.bu-select.bu-is-info select:hover, .bu-select.bu-is-info select.bu-is-hovered {
border-color: #3082c5;
}
.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(62, 142, 208, 0.25);
}
.bu-select.bu-is-success:not(:hover)::after {
border-color: hsl(153deg, 53%, 53%);
}
.bu-select.bu-is-success select {
border-color: hsl(153deg, 53%, 53%);
}
.bu-select.bu-is-success select:hover, .bu-select.bu-is-success select.bu-is-hovered {
border-color: #3abb81;
}
.bu-select.bu-is-success select:focus, .bu-select.bu-is-success select.bu-is-focused, .bu-select.bu-is-success select:active, .bu-select.bu-is-success select.bu-is-active {
box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.bu-select.bu-is-warning:not(:hover)::after {
border-color: hsl(44deg, 100%, 77%);
}
.bu-select.bu-is-warning select {
border-color: hsl(44deg, 100%, 77%);
}
.bu-select.bu-is-warning select:hover, .bu-select.bu-is-warning select.bu-is-hovered {
border-color: #ffd970;
}
.bu-select.bu-is-warning select:focus, .bu-select.bu-is-warning select.bu-is-focused, .bu-select.bu-is-warning select:active, .bu-select.bu-is-warning select.bu-is-active {
box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.bu-select.bu-is-danger:not(:hover)::after {
border-color: hsl(348deg, 86%, 61%);
}
.bu-select.bu-is-danger select {
border-color: hsl(348deg, 86%, 61%);
}
.bu-select.bu-is-danger select:hover, .bu-select.bu-is-danger select.bu-is-hovered {
border-color: #ef2e55;
}
.bu-select.bu-is-danger select:focus, .bu-select.bu-is-danger select.bu-is-focused, .bu-select.bu-is-danger select:active, .bu-select.bu-is-danger select.bu-is-active {
box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.bu-select.bu-is-small {
border-radius: 2px;
font-size: 0.75rem;
}
.bu-select.bu-is-medium {
font-size: 1.25rem;
}
.bu-select.bu-is-large {
font-size: 1.5rem;
}
.bu-select.bu-is-disabled::after {
border-color: hsl(0deg, 0%, 48%);
}
.bu-select.bu-is-fullwidth {
width: 100%;
}
.bu-select.bu-is-fullwidth select {
width: 100%;
}
.bu-select.bu-is-loading::after {
margin-top: 0;
position: absolute;
right: 0.625em;
top: 0.625em;
transform: none;
}
.bu-select.bu-is-loading.bu-is-small:after {
font-size: 0.75rem;
}
.bu-select.bu-is-loading.bu-is-medium:after {
font-size: 1.25rem;
}
.bu-select.bu-is-loading.bu-is-large:after {
font-size: 1.5rem;
}
.bu-file {
align-items: stretch;
display: flex;
justify-content: flex-start;
position: relative;
}
.bu-file.bu-is-white .bu-file-cta {
background-color: hsl(0deg, 0%, 100%);
border-color: transparent;
color: hsl(0deg, 0%, 4%);
}
.bu-file.bu-is-white:hover .bu-file-cta, .bu-file.bu-is-white.bu-is-hovered .bu-file-cta {
background-color: #f9f9f9;
border-color: transparent;
color: hsl(0deg, 0%, 4%);
}
.bu-file.bu-is-white:focus .bu-file-cta, .bu-file.bu-is-white.bu-is-focused .bu-file-cta {
border-color: transparent;
box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
color: hsl(0deg, 0%, 4%);
}
.bu-file.bu-is-white:active .bu-file-cta, .bu-file.bu-is-white.bu-is-active .bu-file-cta {
background-color: #f2f2f2;
border-color: transparent;
color: hsl(0deg, 0%, 4%);
}
.bu-file.bu-is-black .bu-file-cta {
background-color: hsl(0deg, 0%, 4%);
border-color: transparent;
color: hsl(0deg, 0%, 100%);
}
.bu-file.bu-is-black:hover .bu-file-cta, .bu-file.bu-is-black.bu-is-hovered .bu-file-cta {
background-color: #040404;
border-color: transparent;
color: hsl(0deg, 0%, 100%);
}
.bu-file.bu-is-black:focus .bu-file-cta, .bu-file.bu-is-black.bu-is-focused .bu-file-cta {
border-color: transparent;
box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
color: hsl(0deg, 0%, 100%);
}
.bu-file.bu-is-black:active .bu-file-cta, .bu-file.bu-is-black.bu-is-active .bu-file-cta {
background-color: black;
border-color: transparent;
color: hsl(0deg, 0%, 100%);
}
.bu-file.bu-is-light .bu-file-cta {
background-color: hsl(0deg, 0%, 96%);
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-light:hover .bu-file-cta, .bu-file.bu-is-light.bu-is-hovered .bu-file-cta {
background-color: #eeeeee;
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-light:focus .bu-file-cta, .bu-file.bu-is-light.bu-is-focused .bu-file-cta {
border-color: transparent;
box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-light:active .bu-file-cta, .bu-file.bu-is-light.bu-is-active .bu-file-cta {
background-color: #e8e8e8;
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-dark .bu-file-cta {
background-color: hsl(0deg, 0%, 21%);
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-dark:hover .bu-file-cta, .bu-file.bu-is-dark.bu-is-hovered .bu-file-cta {
background-color: #2f2f2f;
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-dark:focus .bu-file-cta, .bu-file.bu-is-dark.bu-is-focused .bu-file-cta {
border-color: transparent;
box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
color: #fff;
}
.bu-file.bu-is-dark:active .bu-file-cta, .bu-file.bu-is-dark.bu-is-active .bu-file-cta {
background-color: #292929;
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-primary .bu-file-cta {
background-color: hsl(171deg, 100%, 41%);
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: hsl(229deg, 53%, 53%);
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-link:hover .bu-file-cta, .bu-file.bu-is-link.bu-is-hovered .bu-file-cta {
background-color: #3e56c4;
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-link:focus .bu-file-cta, .bu-file.bu-is-link.bu-is-focused .bu-file-cta {
border-color: transparent;
box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
color: #fff;
}
.bu-file.bu-is-link:active .bu-file-cta, .bu-file.bu-is-link.bu-is-active .bu-file-cta {
background-color: #3a51bb;
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-info .bu-file-cta {
background-color: hsl(207deg, 61%, 53%);
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: #3488ce;
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(62, 142, 208, 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: #3082c5;
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-success .bu-file-cta {
background-color: hsl(153deg, 53%, 53%);
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-success:hover .bu-file-cta, .bu-file.bu-is-success.bu-is-hovered .bu-file-cta {
background-color: #3ec487;
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-success:focus .bu-file-cta, .bu-file.bu-is-success.bu-is-focused .bu-file-cta {
border-color: transparent;
box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
color: #fff;
}
.bu-file.bu-is-success:active .bu-file-cta, .bu-file.bu-is-success.bu-is-active .bu-file-cta {
background-color: #3abb81;
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-warning .bu-file-cta {
background-color: hsl(44deg, 100%, 77%);
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-warning:hover .bu-file-cta, .bu-file.bu-is-warning.bu-is-hovered .bu-file-cta {
background-color: #ffdc7d;
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-warning:focus .bu-file-cta, .bu-file.bu-is-warning.bu-is-focused .bu-file-cta {
border-color: transparent;
box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-warning:active .bu-file-cta, .bu-file.bu-is-warning.bu-is-active .bu-file-cta {
background-color: #ffd970;
border-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
.bu-file.bu-is-danger .bu-file-cta {
background-color: hsl(348deg, 86%, 61%);
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-danger:hover .bu-file-cta, .bu-file.bu-is-danger.bu-is-hovered .bu-file-cta {
background-color: #f03a5f;
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-danger:focus .bu-file-cta, .bu-file.bu-is-danger.bu-is-focused .bu-file-cta {
border-color: transparent;
box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
color: #fff;
}
.bu-file.bu-is-danger:active .bu-file-cta, .bu-file.bu-is-danger.bu-is-active .bu-file-cta {
background-color: #ef2e55;
border-color: transparent;
color: #fff;
}
.bu-file.bu-is-small {
font-size: 0.75rem;
}
.bu-file.bu-is-normal {
font-size: 1rem;
}
.bu-file.bu-is-medium {
font-size: 1.25rem;
}
.bu-file.bu-is-medium .bu-file-icon .bu-fa {
font-size: 21px;
}
.bu-file.bu-is-large {
font-size: 1.5rem;
}
.bu-file.bu-is-large .bu-file-icon .bu-fa {
font-size: 28px;
}
.bu-file.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: hsl(0deg, 0%, 21%);
}
.bu-file-label:hover .bu-file-name {
border-color: #d5d5d5;
}
.bu-file-label:active .bu-file-cta {
background-color: #e8e8e8;
color: hsl(0deg, 0%, 21%);
}
.bu-file-label:active .bu-file-name {
border-color: #cfcfcf;
}
.bu-file-input {
height: 100%;
left: 0;
opacity: 0;
outline: none;
position: absolute;
top: 0;
width: 100%;
}
.bu-file-cta,
.bu-file-name {
border-color: hsl(0deg, 0%, 86%);
border-radius: 4px;
font-size: 1em;
padding-left: 1em;
padding-right: 1em;
white-space: nowrap;
}
.bu-file-cta {
background-color: hsl(0deg, 0%, 96%);
color: hsl(0deg, 0%, 29%);
}
.bu-file-name {
border-color: hsl(0deg, 0%, 86%);
border-style: solid;
border-width: 1px 1px 1px 0;
display: block;
max-width: 16em;
overflow: hidden;
text-align: inherit;
text-overflow: ellipsis;
}
.bu-file-icon {
align-items: center;
display: flex;
height: 1em;
justify-content: center;
margin-right: 0.5em;
width: 1em;
}
.bu-file-icon .bu-fa {
font-size: 14px;
}
.bu-label {
color: hsl(0deg, 0%, 21%);
display: block;
font-size: 1rem;
font-weight: 700;
}
.bu-label:not(:last-child) {
margin-bottom: 0.5em;
}
.bu-label.bu-is-small {
font-size: 0.75rem;
}
.bu-label.bu-is-medium {
font-size: 1.25rem;
}
.bu-label.bu-is-large {
font-size: 1.5rem;
}
.bu-help {
display: block;
font-size: 0.75rem;
margin-top: 0.25rem;
}
.bu-help.bu-is-white {
color: hsl(0deg, 0%, 100%);
}
.bu-help.bu-is-black {
color: hsl(0deg, 0%, 4%);
}
.bu-help.bu-is-light {
color: hsl(0deg, 0%, 96%);
}
.bu-help.bu-is-dark {
color: hsl(0deg, 0%, 21%);
}
.bu-help.bu-is-primary {
color: hsl(171deg, 100%, 41%);
}
.bu-help.bu-is-link {
color: hsl(229deg, 53%, 53%);
}
.bu-help.bu-is-info {
color: hsl(207deg, 61%, 53%);
}
.bu-help.bu-is-success {
color: hsl(153deg, 53%, 53%);
}
.bu-help.bu-is-warning {
color: hsl(44deg, 100%, 77%);
}
.bu-help.bu-is-danger {
color: hsl(348deg, 86%, 61%);
}
.bu-field:not(:last-child) {
margin-bottom: 0.75rem;
}
.bu-field.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: inherit;
}
.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: hsl(0deg, 0%, 29%);
}
.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: hsl(0deg, 0%, 86%);
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;
} .bu-breadcrumb {
font-size: 1rem;
white-space: nowrap;
}
.bu-breadcrumb a {
align-items: center;
color: hsl(229deg, 53%, 53%);
display: flex;
justify-content: center;
padding: 0 0.75em;
}
.bu-breadcrumb a:hover {
color: hsl(0deg, 0%, 21%);
}
.bu-breadcrumb li {
align-items: center;
display: flex;
}
.bu-breadcrumb li:first-child a {
padding-left: 0;
}
.bu-breadcrumb li.bu-is-active a {
color: hsl(0deg, 0%, 21%);
cursor: default;
pointer-events: none;
}
.bu-breadcrumb li + li::before {
color: hsl(0deg, 0%, 71%);
content: "/";
}
.bu-breadcrumb ul,
.bu-breadcrumb ol {
align-items: flex-start;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.bu-breadcrumb .bu-icon:first-child {
margin-right: 0.5em;
}
.bu-breadcrumb .bu-icon:last-child {
margin-left: 0.5em;
}
.bu-breadcrumb.bu-is-centered ol,
.bu-breadcrumb.bu-is-centered ul {
justify-content: center;
}
.bu-breadcrumb.bu-is-right ol,
.bu-breadcrumb.bu-is-right ul {
justify-content: flex-end;
}
.bu-breadcrumb.bu-is-small {
font-size: 0.75rem;
}
.bu-breadcrumb.bu-is-medium {
font-size: 1.25rem;
}
.bu-breadcrumb.bu-is-large {
font-size: 1.5rem;
}
.bu-breadcrumb.bu-has-arrow-separator li + li::before {
content: "→";
}
.bu-breadcrumb.bu-has-bullet-separator li + li::before {
content: "•";
}
.bu-breadcrumb.bu-has-dot-separator li + li::before {
content: "·";
}
.bu-breadcrumb.bu-has-succeeds-separator li + li::before {
content: "≻";
}
.bu-card {
background-color: hsl(0deg, 0%, 100%);
border-radius: 0.25rem;
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
color: hsl(0deg, 0%, 29%);
max-width: 100%;
position: relative;
}
.bu-card-footer:first-child, .bu-card-content:first-child, .bu-card-header:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.bu-card-footer:last-child, .bu-card-content:last-child, .bu-card-header:last-child {
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.bu-card-header {
background-color: transparent;
align-items: stretch;
box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
display: flex;
}
.bu-card-header-title {
align-items: center;
color: hsl(0deg, 0%, 21%);
display: flex;
flex-grow: 1;
font-weight: 700;
padding: 0.75rem 1rem;
}
.bu-card-header-title.bu-is-centered {
justify-content: center;
}
.bu-card-header-icon {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: none;
border: none;
color: currentColor;
font-family: inherit;
font-size: 1em;
margin: 0;
padding: 0;
align-items: center;
cursor: pointer;
display: flex;
justify-content: center;
padding: 0.75rem 1rem;
}
.bu-card-image {
display: block;
position: relative;
}
.bu-card-image:first-child img {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.bu-card-image:last-child img {
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.bu-card-content {
background-color: transparent;
padding: 1.5rem;
}
.bu-card-footer {
background-color: transparent;
border-top: 1px solid hsl(0deg, 0%, 93%);
align-items: stretch;
display: flex;
}
.bu-card-footer-item {
align-items: center;
display: flex;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 0;
justify-content: center;
padding: 0.75rem;
}
.bu-card-footer-item:not(:last-child) {
border-right: 1px solid hsl(0deg, 0%, 93%);
}
.bu-card .bu-media:not(:last-child) {
margin-bottom: 1.5rem;
}
.bu-dropdown {
display: inline-flex;
position: relative;
vertical-align: top;
}
.bu-dropdown.bu-is-active .bu-dropdown-menu, .bu-dropdown.bu-is-hoverable:hover .bu-dropdown-menu {
display: block;
}
.bu-dropdown.bu-is-right .bu-dropdown-menu {
left: auto;
right: 0;
}
.bu-dropdown.bu-is-up .bu-dropdown-menu {
bottom: 100%;
padding-bottom: 4px;
padding-top: initial;
top: auto;
}
.bu-dropdown-menu {
display: none;
left: 0;
min-width: 12rem;
padding-top: 4px;
position: absolute;
top: 100%;
z-index: 20;
}
.bu-dropdown-content {
background-color: hsl(0deg, 0%, 100%);
border-radius: 4px;
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.bu-dropdown-item {
color: hsl(0deg, 0%, 29%);
display: block;
font-size: 0.875rem;
line-height: 1.5;
padding: 0.375rem 1rem;
position: relative;
}
a.bu-dropdown-item,
button.bu-dropdown-item {
padding-right: 3rem;
text-align: inherit;
white-space: nowrap;
width: 100%;
}
a.bu-dropdown-item:hover,
button.bu-dropdown-item:hover {
background-color: hsl(0deg, 0%, 96%);
color: hsl(0deg, 0%, 4%);
}
a.bu-dropdown-item.bu-is-active,
button.bu-dropdown-item.bu-is-active {
background-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.bu-dropdown-divider {
background-color: hsl(0deg, 0%, 93%);
border: none;
display: block;
height: 1px;
margin: 0.5rem 0;
}
.bu-level {
align-items: center;
justify-content: space-between;
}
.bu-level code {
border-radius: 4px;
}
.bu-level img {
display: inline-block;
vertical-align: top;
}
.bu-level.bu-is-mobile {
display: flex;
}
.bu-level.bu-is-mobile .bu-level-left,
.bu-level.bu-is-mobile .bu-level-right {
display: flex;
}
.bu-level.bu-is-mobile .bu-level-left + .bu-level-right {
margin-top: 0;
}
.bu-level.bu-is-mobile .bu-level-item:not(:last-child) {
margin-bottom: 0;
margin-right: 0.75rem;
}
.bu-level.bu-is-mobile .bu-level-item:not(.bu-is-narrow) {
flex-grow: 1;
}
@media screen and (min-width: 769px), print {
.bu-level {
display: flex;
}
.bu-level > .bu-level-item:not(.bu-is-narrow) {
flex-grow: 1;
}
}
.bu-level-item {
align-items: center;
display: flex;
flex-basis: auto;
flex-grow: 0;
flex-shrink: 0;
justify-content: center;
}
.bu-level-item .bu-title,
.bu-level-item .bu-subtitle {
margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.bu-level-item:not(:last-child) {
margin-bottom: 0.75rem;
}
}
.bu-level-left,
.bu-level-right {
flex-basis: auto;
flex-grow: 0;
flex-shrink: 0;
}
.bu-level-left .bu-level-item.bu-is-flexible,
.bu-level-right .bu-level-item.bu-is-flexible {
flex-grow: 1;
}
@media screen and (min-width: 769px), print {
.bu-level-left .bu-level-item:not(:last-child),
.bu-level-right .bu-level-item:not(:last-child) {
margin-right: 0.75rem;
}
}
.bu-level-left {
align-items: center;
justify-content: flex-start;
}
@media screen and (max-width: 768px) {
.bu-level-left + .bu-level-right {
margin-top: 1.5rem;
}
}
@media screen and (min-width: 769px), print {
.bu-level-left {
display: flex;
}
}
.bu-level-right {
align-items: center;
justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
.bu-level-right {
display: flex;
}
}
.bu-media {
align-items: flex-start;
display: flex;
text-align: inherit;
}
.bu-media .bu-content:not(:last-child) {
margin-bottom: 0.75rem;
}
.bu-media .bu-media {
border-top: 1px solid rgba(219, 219, 219, 0.5);
display: flex;
padding-top: 0.75rem;
}
.bu-media .bu-media .bu-content:not(:last-child),
.bu-media .bu-media .bu-control:not(:last-child) {
margin-bottom: 0.5rem;
}
.bu-media .bu-media .bu-media {
padding-top: 0.5rem;
}
.bu-media .bu-media .bu-media + .bu-media {
margin-top: 0.5rem;
}
.bu-media + .bu-media {
border-top: 1px solid rgba(219, 219, 219, 0.5);
margin-top: 1rem;
padding-top: 1rem;
}
.bu-media.bu-is-large + .bu-media {
margin-top: 1.5rem;
padding-top: 1.5rem;
}
.bu-media-left,
.bu-media-right {
flex-basis: auto;
flex-grow: 0;
flex-shrink: 0;
}
.bu-media-left {
margin-right: 1rem;
}
.bu-media-right {
margin-left: 1rem;
}
.bu-media-content {
flex-basis: auto;
flex-grow: 1;
flex-shrink: 1;
text-align: inherit;
}
@media screen and (max-width: 768px) {
.bu-media-content {
overflow-x: auto;
}
}
.bu-menu {
font-size: 1rem;
}
.bu-menu.bu-is-small {
font-size: 0.75rem;
}
.bu-menu.bu-is-medium {
font-size: 1.25rem;
}
.bu-menu.bu-is-large {
font-size: 1.5rem;
}
.bu-menu-list {
line-height: 1.25;
}
.bu-menu-list a {
border-radius: 2px;
color: hsl(0deg, 0%, 29%);
display: block;
padding: 0.5em 0.75em;
}
.bu-menu-list a:hover {
background-color: hsl(0deg, 0%, 96%);
color: hsl(0deg, 0%, 21%);
}
.bu-menu-list a.bu-is-active {
background-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.bu-menu-list li ul {
border-left: 1px solid hsl(0deg, 0%, 86%);
margin: 0.75em;
padding-left: 0.75em;
}
.bu-menu-label {
color: hsl(0deg, 0%, 48%);
font-size: 0.75em;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.bu-menu-label:not(:first-child) {
margin-top: 1em;
}
.bu-menu-label:not(:last-child) {
margin-bottom: 1em;
}
.bu-message {
background-color: hsl(0deg, 0%, 96%);
border-radius: 4px;
font-size: 1rem;
}
.bu-message strong {
color: currentColor;
}
.bu-message a:not(.bu-button):not(.bu-tag):not(.bu-dropdown-item) {
color: currentColor;
text-decoration: underline;
}
.bu-message.bu-is-small {
font-size: 0.75rem;
}
.bu-message.bu-is-medium {
font-size: 1.25rem;
}
.bu-message.bu-is-large {
font-size: 1.5rem;
}
.bu-message.bu-is-white {
background-color: white;
}
.bu-message.bu-is-white .bu-message-header {
background-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.bu-message.bu-is-white .bu-message-body {
border-color: hsl(0deg, 0%, 100%);
}
.bu-message.bu-is-black {
background-color: #fafafa;
}
.bu-message.bu-is-black .bu-message-header {
background-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.bu-message.bu-is-black .bu-message-body {
border-color: hsl(0deg, 0%, 4%);
}
.bu-message.bu-is-light {
background-color: #fafafa;
}
.bu-message.bu-is-light .bu-message-header {
background-color: hsl(0deg, 0%, 96%);
color: rgba(0, 0, 0, 0.7);
}
.bu-message.bu-is-light .bu-message-body {
border-color: hsl(0deg, 0%, 96%);
}
.bu-message.bu-is-dark {
background-color: #fafafa;
}
.bu-message.bu-is-dark .bu-message-header {
background-color: hsl(0deg, 0%, 21%);
color: #fff;
}
.bu-message.bu-is-dark .bu-message-body {
border-color: hsl(0deg, 0%, 21%);
}
.bu-message.bu-is-primary {
background-color: #ebfffc;
}
.bu-message.bu-is-primary .bu-message-header {
background-color: hsl(171deg, 100%, 41%);
color: #fff;
}
.bu-message.bu-is-primary .bu-message-body {
border-color: hsl(171deg, 100%, 41%);
color: #00947e;
}
.bu-message.bu-is-link {
background-color: #eff1fa;
}
.bu-message.bu-is-link .bu-message-header {
background-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.bu-message.bu-is-link .bu-message-body {
border-color: hsl(229deg, 53%, 53%);
color: #3850b7;
}
.bu-message.bu-is-info {
background-color: #eff5fb;
}
.bu-message.bu-is-info .bu-message-header {
background-color: hsl(207deg, 61%, 53%);
color: #fff;
}
.bu-message.bu-is-info .bu-message-body {
border-color: hsl(207deg, 61%, 53%);
color: #296fa8;
}
.bu-message.bu-is-success {
background-color: #effaf5;
}
.bu-message.bu-is-success .bu-message-header {
background-color: hsl(153deg, 53%, 53%);
color: #fff;
}
.bu-message.bu-is-success .bu-message-body {
border-color: hsl(153deg, 53%, 53%);
color: #257953;
}
.bu-message.bu-is-warning {
background-color: #fffaeb;
}
.bu-message.bu-is-warning .bu-message-header {
background-color: hsl(44deg, 100%, 77%);
color: rgba(0, 0, 0, 0.7);
}
.bu-message.bu-is-warning .bu-message-body {
border-color: hsl(44deg, 100%, 77%);
color: #946c00;
}
.bu-message.bu-is-danger {
background-color: #feecf0;
}
.bu-message.bu-is-danger .bu-message-header {
background-color: hsl(348deg, 86%, 61%);
color: #fff;
}
.bu-message.bu-is-danger .bu-message-body {
border-color: hsl(348deg, 86%, 61%);
color: #cc0f35;
}
.bu-message-header {
align-items: center;
background-color: hsl(0deg, 0%, 29%);
border-radius: 4px 4px 0 0;
color: #fff;
display: flex;
font-weight: 700;
justify-content: space-between;
line-height: 1.25;
padding: 0.75em 1em;
position: relative;
}
.bu-message-header .bu-delete {
flex-grow: 0;
flex-shrink: 0;
margin-left: 0.75em;
}
.bu-message-header + .bu-message-body {
border-width: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.bu-message-body {
border-color: hsl(0deg, 0%, 86%);
border-radius: 4px;
border-style: solid;
border-width: 0 0 0 4px;
color: hsl(0deg, 0%, 29%);
padding: 1.25em 1.5em;
}
.bu-message-body code,
.bu-message-body pre {
background-color: hsl(0deg, 0%, 100%);
}
.bu-message-body pre code {
background-color: transparent;
}
.bu-modal {
align-items: center;
display: none;
flex-direction: column;
justify-content: center;
overflow: hidden;
position: fixed;
z-index: 40;
}
.bu-modal.bu-is-active {
display: flex;
}
.bu-modal-background {
background-color: rgba(10, 10, 10, 0.86);
}
.bu-modal-content,
.bu-modal-card {
margin: 0 20px;
max-height: calc(100vh - 160px);
overflow: auto;
position: relative;
width: 100%;
}
@media screen and (min-width: 769px) {
.bu-modal-content,
.bu-modal-card {
margin: 0 auto;
max-height: calc(100vh - 40px);
width: 640px;
}
}
.bu-modal-close {
background: none;
height: 40px;
position: fixed;
right: 20px;
top: 20px;
width: 40px;
}
.bu-modal-card {
display: flex;
flex-direction: column;
max-height: calc(100vh - 40px);
overflow: hidden;
-ms-overflow-y: visible;
}
.bu-modal-card-head,
.bu-modal-card-foot {
align-items: center;
background-color: hsl(0deg, 0%, 96%);
display: flex;
flex-shrink: 0;
justify-content: flex-start;
padding: 20px;
position: relative;
}
.bu-modal-card-head {
border-bottom: 1px solid hsl(0deg, 0%, 86%);
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.bu-modal-card-title {
color: hsl(0deg, 0%, 21%);
flex-grow: 1;
flex-shrink: 0;
font-size: 1.5rem;
line-height: 1;
}
.bu-modal-card-foot {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-top: 1px solid hsl(0deg, 0%, 86%);
}
.bu-modal-card-foot .bu-button:not(:last-child) {
margin-right: 0.5em;
}
.bu-modal-card-body {
-webkit-overflow-scrolling: touch;
background-color: hsl(0deg, 0%, 100%);
flex-grow: 1;
flex-shrink: 1;
overflow: auto;
padding: 20px;
}
.bu-navbar {
background-color: hsl(0deg, 0%, 100%);
min-height: 3.25rem;
position: relative;
z-index: 30;
}
.bu-navbar.bu-is-white {
background-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-white .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-white .bu-navbar-brand .bu-navbar-link {
color: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-white .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-white .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-white .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-white .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-white .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-white .bu-navbar-brand .bu-navbar-link.bu-is-active {
background-color: #f2f2f2;
color: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-white .bu-navbar-brand .bu-navbar-link::after {
border-color: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-white .bu-navbar-burger {
color: hsl(0deg, 0%, 4%);
}
@media screen and (min-width: 1024px) {
.bu-navbar.bu-is-white .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-white .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-white .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-white .bu-navbar-end .bu-navbar-link {
color: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-white .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-white .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-white .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-white .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-white .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-white .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-white .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-white .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-white .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-white .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-white .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-white .bu-navbar-end .bu-navbar-link.bu-is-active {
background-color: #f2f2f2;
color: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-white .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-white .bu-navbar-end .bu-navbar-link::after {
border-color: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-white .bu-navbar-item.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: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-white .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
background-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
}
.bu-navbar.bu-is-black {
background-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.bu-navbar.bu-is-black .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-black .bu-navbar-brand .bu-navbar-link {
color: hsl(0deg, 0%, 100%);
}
.bu-navbar.bu-is-black .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-black .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-black .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-black .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-black .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-black .bu-navbar-brand .bu-navbar-link.bu-is-active {
background-color: black;
color: hsl(0deg, 0%, 100%);
}
.bu-navbar.bu-is-black .bu-navbar-brand .bu-navbar-link::after {
border-color: hsl(0deg, 0%, 100%);
}
.bu-navbar.bu-is-black .bu-navbar-burger {
color: hsl(0deg, 0%, 100%);
}
@media screen and (min-width: 1024px) {
.bu-navbar.bu-is-black .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-black .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-black .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-black .bu-navbar-end .bu-navbar-link {
color: hsl(0deg, 0%, 100%);
}
.bu-navbar.bu-is-black .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-black .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-black .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-black .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-black .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-black .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-black .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-black .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-black .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-black .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-black .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-black .bu-navbar-end .bu-navbar-link.bu-is-active {
background-color: black;
color: hsl(0deg, 0%, 100%);
}
.bu-navbar.bu-is-black .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-black .bu-navbar-end .bu-navbar-link::after {
border-color: hsl(0deg, 0%, 100%);
}
.bu-navbar.bu-is-black .bu-navbar-item.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: hsl(0deg, 0%, 100%);
}
.bu-navbar.bu-is-black .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
background-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
}
.bu-navbar.bu-is-light {
background-color: hsl(0deg, 0%, 96%);
color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-light .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-light .bu-navbar-brand .bu-navbar-link {
color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-light .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-light .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-light .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-light .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-light .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-light .bu-navbar-brand .bu-navbar-link.bu-is-active {
background-color: #e8e8e8;
color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-light .bu-navbar-brand .bu-navbar-link::after {
border-color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-light .bu-navbar-burger {
color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
.bu-navbar.bu-is-light .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-light .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-light .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-light .bu-navbar-end .bu-navbar-link {
color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-light .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-light .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-light .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-light .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-light .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-light .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-light .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-light .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-light .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-light .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-light .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-light .bu-navbar-end .bu-navbar-link.bu-is-active {
background-color: #e8e8e8;
color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-light .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-light .bu-navbar-end .bu-navbar-link::after {
border-color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-light .bu-navbar-item.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: hsl(0deg, 0%, 96%);
color: rgba(0, 0, 0, 0.7);
}
}
.bu-navbar.bu-is-dark {
background-color: hsl(0deg, 0%, 21%);
color: #fff;
}
.bu-navbar.bu-is-dark .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-dark .bu-navbar-brand .bu-navbar-link {
color: #fff;
}
.bu-navbar.bu-is-dark .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-dark .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-dark .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-dark .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-dark .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-dark .bu-navbar-brand .bu-navbar-link.bu-is-active {
background-color: #292929;
color: #fff;
}
.bu-navbar.bu-is-dark .bu-navbar-brand .bu-navbar-link::after {
border-color: #fff;
}
.bu-navbar.bu-is-dark .bu-navbar-burger {
color: #fff;
}
@media screen and (min-width: 1024px) {
.bu-navbar.bu-is-dark .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-dark .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-dark .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-dark .bu-navbar-end .bu-navbar-link {
color: #fff;
}
.bu-navbar.bu-is-dark .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-dark .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-dark .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-dark .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-dark .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-dark .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-dark .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-dark .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-dark .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-dark .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-dark .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-dark .bu-navbar-end .bu-navbar-link.bu-is-active {
background-color: #292929;
color: #fff;
}
.bu-navbar.bu-is-dark .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-dark .bu-navbar-end .bu-navbar-link::after {
border-color: #fff;
}
.bu-navbar.bu-is-dark .bu-navbar-item.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: hsl(0deg, 0%, 21%);
color: #fff;
}
}
.bu-navbar.bu-is-primary {
background-color: hsl(171deg, 100%, 41%);
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: hsl(171deg, 100%, 41%);
color: #fff;
}
}
.bu-navbar.bu-is-link {
background-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.bu-navbar.bu-is-link .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-link .bu-navbar-brand .bu-navbar-link {
color: #fff;
}
.bu-navbar.bu-is-link .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-link .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-link .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-link .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-link .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-link .bu-navbar-brand .bu-navbar-link.bu-is-active {
background-color: #3a51bb;
color: #fff;
}
.bu-navbar.bu-is-link .bu-navbar-brand .bu-navbar-link::after {
border-color: #fff;
}
.bu-navbar.bu-is-link .bu-navbar-burger {
color: #fff;
}
@media screen and (min-width: 1024px) {
.bu-navbar.bu-is-link .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-link .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-link .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-link .bu-navbar-end .bu-navbar-link {
color: #fff;
}
.bu-navbar.bu-is-link .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-link .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-link .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-link .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-link .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-link .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-link .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-link .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-link .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-link .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-link .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-link .bu-navbar-end .bu-navbar-link.bu-is-active {
background-color: #3a51bb;
color: #fff;
}
.bu-navbar.bu-is-link .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-link .bu-navbar-end .bu-navbar-link::after {
border-color: #fff;
}
.bu-navbar.bu-is-link .bu-navbar-item.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: #3a51bb;
color: #fff;
}
.bu-navbar.bu-is-link .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
background-color: hsl(229deg, 53%, 53%);
color: #fff;
}
}
.bu-navbar.bu-is-info {
background-color: hsl(207deg, 61%, 53%);
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: #3082c5;
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: #3082c5;
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: #3082c5;
color: #fff;
}
.bu-navbar.bu-is-info .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
background-color: hsl(207deg, 61%, 53%);
color: #fff;
}
}
.bu-navbar.bu-is-success {
background-color: hsl(153deg, 53%, 53%);
color: #fff;
}
.bu-navbar.bu-is-success .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-success .bu-navbar-brand .bu-navbar-link {
color: #fff;
}
.bu-navbar.bu-is-success .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-success .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-success .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-success .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-success .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-success .bu-navbar-brand .bu-navbar-link.bu-is-active {
background-color: #3abb81;
color: #fff;
}
.bu-navbar.bu-is-success .bu-navbar-brand .bu-navbar-link::after {
border-color: #fff;
}
.bu-navbar.bu-is-success .bu-navbar-burger {
color: #fff;
}
@media screen and (min-width: 1024px) {
.bu-navbar.bu-is-success .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-success .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-success .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-success .bu-navbar-end .bu-navbar-link {
color: #fff;
}
.bu-navbar.bu-is-success .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-success .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-success .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-success .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-success .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-success .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-success .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-success .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-success .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-success .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-success .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-success .bu-navbar-end .bu-navbar-link.bu-is-active {
background-color: #3abb81;
color: #fff;
}
.bu-navbar.bu-is-success .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-success .bu-navbar-end .bu-navbar-link::after {
border-color: #fff;
}
.bu-navbar.bu-is-success .bu-navbar-item.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: #3abb81;
color: #fff;
}
.bu-navbar.bu-is-success .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
background-color: hsl(153deg, 53%, 53%);
color: #fff;
}
}
.bu-navbar.bu-is-warning {
background-color: hsl(44deg, 100%, 77%);
color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-warning .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-warning .bu-navbar-brand .bu-navbar-link {
color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-warning .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-warning .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-warning .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-warning .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-warning .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-warning .bu-navbar-brand .bu-navbar-link.bu-is-active {
background-color: #ffd970;
color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-warning .bu-navbar-brand .bu-navbar-link::after {
border-color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-warning .bu-navbar-burger {
color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
.bu-navbar.bu-is-warning .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-warning .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-warning .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-warning .bu-navbar-end .bu-navbar-link {
color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-warning .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-warning .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-warning .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-warning .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-warning .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-warning .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-warning .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-warning .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-warning .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-warning .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-warning .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-warning .bu-navbar-end .bu-navbar-link.bu-is-active {
background-color: #ffd970;
color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-warning .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-warning .bu-navbar-end .bu-navbar-link::after {
border-color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-warning .bu-navbar-item.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: #ffd970;
color: rgba(0, 0, 0, 0.7);
}
.bu-navbar.bu-is-warning .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
background-color: hsl(44deg, 100%, 77%);
color: rgba(0, 0, 0, 0.7);
}
}
.bu-navbar.bu-is-danger {
background-color: hsl(348deg, 86%, 61%);
color: #fff;
}
.bu-navbar.bu-is-danger .bu-navbar-brand > .bu-navbar-item,
.bu-navbar.bu-is-danger .bu-navbar-brand .bu-navbar-link {
color: #fff;
}
.bu-navbar.bu-is-danger .bu-navbar-brand > a.bu-navbar-item:focus, .bu-navbar.bu-is-danger .bu-navbar-brand > a.bu-navbar-item:hover, .bu-navbar.bu-is-danger .bu-navbar-brand > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-danger .bu-navbar-brand .bu-navbar-link:focus,
.bu-navbar.bu-is-danger .bu-navbar-brand .bu-navbar-link:hover,
.bu-navbar.bu-is-danger .bu-navbar-brand .bu-navbar-link.bu-is-active {
background-color: #ef2e55;
color: #fff;
}
.bu-navbar.bu-is-danger .bu-navbar-brand .bu-navbar-link::after {
border-color: #fff;
}
.bu-navbar.bu-is-danger .bu-navbar-burger {
color: #fff;
}
@media screen and (min-width: 1024px) {
.bu-navbar.bu-is-danger .bu-navbar-start > .bu-navbar-item,
.bu-navbar.bu-is-danger .bu-navbar-start .bu-navbar-link,
.bu-navbar.bu-is-danger .bu-navbar-end > .bu-navbar-item,
.bu-navbar.bu-is-danger .bu-navbar-end .bu-navbar-link {
color: #fff;
}
.bu-navbar.bu-is-danger .bu-navbar-start > a.bu-navbar-item:focus, .bu-navbar.bu-is-danger .bu-navbar-start > a.bu-navbar-item:hover, .bu-navbar.bu-is-danger .bu-navbar-start > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-danger .bu-navbar-start .bu-navbar-link:focus,
.bu-navbar.bu-is-danger .bu-navbar-start .bu-navbar-link:hover,
.bu-navbar.bu-is-danger .bu-navbar-start .bu-navbar-link.bu-is-active,
.bu-navbar.bu-is-danger .bu-navbar-end > a.bu-navbar-item:focus,
.bu-navbar.bu-is-danger .bu-navbar-end > a.bu-navbar-item:hover,
.bu-navbar.bu-is-danger .bu-navbar-end > a.bu-navbar-item.bu-is-active,
.bu-navbar.bu-is-danger .bu-navbar-end .bu-navbar-link:focus,
.bu-navbar.bu-is-danger .bu-navbar-end .bu-navbar-link:hover,
.bu-navbar.bu-is-danger .bu-navbar-end .bu-navbar-link.bu-is-active {
background-color: #ef2e55;
color: #fff;
}
.bu-navbar.bu-is-danger .bu-navbar-start .bu-navbar-link::after,
.bu-navbar.bu-is-danger .bu-navbar-end .bu-navbar-link::after {
border-color: #fff;
}
.bu-navbar.bu-is-danger .bu-navbar-item.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: hsl(348deg, 86%, 61%);
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 hsl(0deg, 0%, 96%);
}
.bu-navbar.bu-is-fixed-bottom, .bu-navbar.bu-is-fixed-top {
left: 0;
position: fixed;
right: 0;
z-index: 30;
}
.bu-navbar.bu-is-fixed-bottom {
bottom: 0;
}
.bu-navbar.bu-is-fixed-bottom.bu-has-shadow {
box-shadow: 0 -2px 0 0 hsl(0deg, 0%, 96%);
}
.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: hsl(0deg, 0%, 29%);
cursor: pointer;
display: block;
height: 3.25rem;
position: relative;
width: 3.25rem;
margin-left: auto;
}
.bu-navbar-burger span {
background-color: currentColor;
display: block;
height: 1px;
left: calc(50% - 8px);
position: absolute;
transform-origin: center;
transition-duration: 86ms;
transition-property: background-color, opacity, transform;
transition-timing-function: ease-out;
width: 16px;
}
.bu-navbar-burger span:nth-child(1) {
top: calc(50% - 6px);
}
.bu-navbar-burger span:nth-child(2) {
top: calc(50% - 1px);
}
.bu-navbar-burger span:nth-child(3) {
top: calc(50% + 4px);
}
.bu-navbar-burger:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.bu-navbar-burger.bu-is-active span:nth-child(1) {
transform: translateY(5px) rotate(45deg);
}
.bu-navbar-burger.bu-is-active span:nth-child(2) {
opacity: 0;
}
.bu-navbar-burger.bu-is-active span:nth-child(3) {
transform: translateY(-5px) rotate(-45deg);
}
.bu-navbar-menu {
display: none;
}
.bu-navbar-item,
.bu-navbar-link {
color: hsl(0deg, 0%, 29%);
display: block;
line-height: 1.5;
padding: 0.5rem 0.75rem;
position: relative;
}
.bu-navbar-item .bu-icon:only-child,
.bu-navbar-link .bu-icon:only-child {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
a.bu-navbar-item,
.bu-navbar-link {
cursor: pointer;
}
a.bu-navbar-item:focus, a.bu-navbar-item:focus-within, a.bu-navbar-item:hover, a.bu-navbar-item.bu-is-active,
.bu-navbar-link:focus,
.bu-navbar-link:focus-within,
.bu-navbar-link:hover,
.bu-navbar-link.bu-is-active {
background-color: hsl(0deg, 0%, 98%);
color: hsl(229deg, 53%, 53%);
}
.bu-navbar-item {
flex-grow: 0;
flex-shrink: 0;
}
.bu-navbar-item img {
max-height: 1.75rem;
}
.bu-navbar-item.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: hsl(229deg, 53%, 53%);
}
.bu-navbar-item.bu-is-tab.bu-is-active {
background-color: transparent;
border-bottom-color: hsl(229deg, 53%, 53%);
border-bottom-style: solid;
border-bottom-width: 3px;
color: hsl(229deg, 53%, 53%);
padding-bottom: calc(0.5rem - 3px);
}
.bu-navbar-content {
flex-grow: 1;
flex-shrink: 1;
}
.bu-navbar-link:not(.bu-is-arrowless) {
padding-right: 2.5em;
}
.bu-navbar-link:not(.bu-is-arrowless)::after {
border-color: hsl(229deg, 53%, 53%);
margin-top: -0.375em;
right: 1.125em;
}
.bu-navbar-dropdown {
font-size: 0.875rem;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.bu-navbar-dropdown .bu-navbar-item {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.bu-navbar-divider {
background-color: hsl(0deg, 0%, 96%);
border: none;
display: none;
height: 2px;
margin: 0.5rem 0;
}
@media screen and (max-width: 1023px) {
.bu-navbar > .bu-container {
display: block;
}
.bu-navbar-brand .bu-navbar-item,
.bu-navbar-tabs .bu-navbar-item {
align-items: center;
display: flex;
}
.bu-navbar-link::after {
display: none;
}
.bu-navbar-menu {
background-color: hsl(0deg, 0%, 100%);
box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
padding: 0.5rem 0;
}
.bu-navbar-menu.bu-is-active {
display: block;
}
.bu-navbar.bu-is-fixed-bottom-touch, .bu-navbar.bu-is-fixed-top-touch {
left: 0;
position: fixed;
right: 0;
z-index: 30;
}
.bu-navbar.bu-is-fixed-bottom-touch {
bottom: 0;
}
.bu-navbar.bu-is-fixed-bottom-touch.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: hsl(0deg, 0%, 96%);
color: hsl(0deg, 0%, 4%);
}
.bu-navbar.bu-is-transparent .bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
background-color: hsl(0deg, 0%, 96%);
color: hsl(229deg, 53%, 53%);
}
.bu-navbar-burger {
display: none;
}
.bu-navbar-item,
.bu-navbar-link {
align-items: center;
display: flex;
}
.bu-navbar-item.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 hsl(0deg, 0%, 86%);
border-radius: 6px 6px 0 0;
border-top: none;
bottom: 100%;
box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
top: auto;
}
.bu-navbar-item.bu-is-active .bu-navbar-dropdown, .bu-navbar-item.bu-is-hoverable:focus .bu-navbar-dropdown, .bu-navbar-item.bu-is-hoverable:focus-within .bu-navbar-dropdown, .bu-navbar-item.bu-is-hoverable:hover .bu-navbar-dropdown {
display: block;
}
.bu-navbar.bu-is-spaced .bu-navbar-item.bu-is-active .bu-navbar-dropdown, .bu-navbar-item.bu-is-active .bu-navbar-dropdown.bu-is-boxed, .bu-navbar.bu-is-spaced .bu-navbar-item.bu-is-hoverable:focus .bu-navbar-dropdown, .bu-navbar-item.bu-is-hoverable:focus .bu-navbar-dropdown.bu-is-boxed, .bu-navbar.bu-is-spaced .bu-navbar-item.bu-is-hoverable:focus-within .bu-navbar-dropdown, .bu-navbar-item.bu-is-hoverable:focus-within .bu-navbar-dropdown.bu-is-boxed, .bu-navbar.bu-is-spaced .bu-navbar-item.bu-is-hoverable:hover .bu-navbar-dropdown, .bu-navbar-item.bu-is-hoverable:hover .bu-navbar-dropdown.bu-is-boxed {
opacity: 1;
pointer-events: auto;
transform: translateY(0);
}
.bu-navbar-menu {
flex-grow: 1;
flex-shrink: 0;
}
.bu-navbar-start {
justify-content: flex-start;
margin-right: auto;
}
.bu-navbar-end {
justify-content: flex-end;
margin-left: auto;
}
.bu-navbar-dropdown {
background-color: hsl(0deg, 0%, 100%);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-top: 2px solid hsl(0deg, 0%, 86%);
box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
display: none;
font-size: 0.875rem;
left: 0;
min-width: 100%;
position: absolute;
top: 100%;
z-index: 20;
}
.bu-navbar-dropdown .bu-navbar-item {
padding: 0.375rem 1rem;
white-space: nowrap;
}
.bu-navbar-dropdown a.bu-navbar-item {
padding-right: 3rem;
}
.bu-navbar-dropdown a.bu-navbar-item:focus, .bu-navbar-dropdown a.bu-navbar-item:hover {
background-color: hsl(0deg, 0%, 96%);
color: hsl(0deg, 0%, 4%);
}
.bu-navbar-dropdown a.bu-navbar-item.bu-is-active {
background-color: hsl(0deg, 0%, 96%);
color: hsl(229deg, 53%, 53%);
}
.bu-navbar.bu-is-spaced .bu-navbar-dropdown, .bu-navbar-dropdown.bu-is-boxed {
border-radius: 6px;
border-top: none;
box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
display: block;
opacity: 0;
pointer-events: none;
top: calc(100% + (-4px));
transform: translateY(-5px);
transition-duration: 86ms;
transition-property: opacity, transform;
}
.bu-navbar-dropdown.bu-is-right {
left: auto;
right: 0;
}
.bu-navbar-divider {
display: block;
}
.bu-navbar > .bu-container .bu-navbar-brand,
.bu-container > .bu-navbar .bu-navbar-brand {
margin-left: -0.75rem;
}
.bu-navbar > .bu-container .bu-navbar-menu,
.bu-container > .bu-navbar .bu-navbar-menu {
margin-right: -0.75rem;
}
.bu-navbar.bu-is-fixed-bottom-desktop, .bu-navbar.bu-is-fixed-top-desktop {
left: 0;
position: fixed;
right: 0;
z-index: 30;
}
.bu-navbar.bu-is-fixed-bottom-desktop {
bottom: 0;
}
.bu-navbar.bu-is-fixed-bottom-desktop.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: hsl(0deg, 0%, 4%);
}
a.bu-navbar-item.bu-is-active:not(:focus):not(:hover),
.bu-navbar-link.bu-is-active:not(:focus):not(:hover) {
background-color: transparent;
}
.bu-navbar-item.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: hsl(0deg, 0%, 98%);
}
}
.bu-hero.bu-is-fullheight-with-navbar {
min-height: calc(100vh - 3.25rem);
}
.bu-pagination {
font-size: 1rem;
margin: -0.25rem;
}
.bu-pagination.bu-is-small {
font-size: 0.75rem;
}
.bu-pagination.bu-is-medium {
font-size: 1.25rem;
}
.bu-pagination.bu-is-large {
font-size: 1.5rem;
}
.bu-pagination.bu-is-rounded .bu-pagination-previous,
.bu-pagination.bu-is-rounded .bu-pagination-next {
padding-left: 1em;
padding-right: 1em;
border-radius: 9999px;
}
.bu-pagination.bu-is-rounded .bu-pagination-link {
border-radius: 9999px;
}
.bu-pagination,
.bu-pagination-list {
align-items: center;
display: flex;
justify-content: center;
text-align: center;
}
.bu-pagination-previous,
.bu-pagination-next,
.bu-pagination-link,
.bu-pagination-ellipsis {
font-size: 1em;
justify-content: center;
margin: 0.25rem;
padding-left: 0.5em;
padding-right: 0.5em;
text-align: center;
}
.bu-pagination-previous,
.bu-pagination-next,
.bu-pagination-link {
border-color: hsl(0deg, 0%, 86%);
color: hsl(0deg, 0%, 21%);
min-width: 2.5em;
}
.bu-pagination-previous:hover,
.bu-pagination-next:hover,
.bu-pagination-link:hover {
border-color: hsl(0deg, 0%, 71%);
color: hsl(0deg, 0%, 21%);
}
.bu-pagination-previous:focus,
.bu-pagination-next:focus,
.bu-pagination-link:focus {
border-color: hsl(229deg, 53%, 53%);
}
.bu-pagination-previous:active,
.bu-pagination-next:active,
.bu-pagination-link:active {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
.bu-pagination-previous[disabled],
.bu-pagination-next[disabled],
.bu-pagination-link[disabled] {
background-color: hsl(0deg, 0%, 86%);
border-color: hsl(0deg, 0%, 86%);
box-shadow: none;
color: hsl(0deg, 0%, 48%);
opacity: 0.5;
}
.bu-pagination-previous,
.bu-pagination-next {
padding-left: 0.75em;
padding-right: 0.75em;
white-space: nowrap;
}
.bu-pagination-link.bu-is-current {
background-color: hsl(229deg, 53%, 53%);
border-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.bu-pagination-ellipsis {
color: hsl(0deg, 0%, 71%);
pointer-events: none;
}
.bu-pagination-list {
flex-wrap: wrap;
}
.bu-pagination-list li {
list-style: none;
}
@media screen and (max-width: 768px) {
.bu-pagination {
flex-wrap: wrap;
}
.bu-pagination-previous,
.bu-pagination-next {
flex-grow: 1;
flex-shrink: 1;
}
.bu-pagination-list li {
flex-grow: 1;
flex-shrink: 1;
}
}
@media screen and (min-width: 769px), print {
.bu-pagination-list {
flex-grow: 1;
flex-shrink: 1;
justify-content: flex-start;
order: 1;
}
.bu-pagination-previous,
.bu-pagination-next,
.bu-pagination-link,
.bu-pagination-ellipsis {
margin-bottom: 0;
margin-top: 0;
}
.bu-pagination-previous {
order: 2;
}
.bu-pagination-next {
order: 3;
}
.bu-pagination {
justify-content: space-between;
margin-bottom: 0;
margin-top: 0;
}
.bu-pagination.bu-is-centered .bu-pagination-previous {
order: 1;
}
.bu-pagination.bu-is-centered .bu-pagination-list {
justify-content: center;
order: 2;
}
.bu-pagination.bu-is-centered .bu-pagination-next {
order: 3;
}
.bu-pagination.bu-is-right .bu-pagination-previous {
order: 1;
}
.bu-pagination.bu-is-right .bu-pagination-next {
order: 2;
}
.bu-pagination.bu-is-right .bu-pagination-list {
justify-content: flex-end;
order: 3;
}
}
.bu-panel {
border-radius: 6px;
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
font-size: 1rem;
}
.bu-panel:not(:last-child) {
margin-bottom: 1.5rem;
}
.bu-panel.bu-is-white .bu-panel-heading {
background-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.bu-panel.bu-is-white .bu-panel-tabs a.bu-is-active {
border-bottom-color: hsl(0deg, 0%, 100%);
}
.bu-panel.bu-is-white .bu-panel-block.bu-is-active .bu-panel-icon {
color: hsl(0deg, 0%, 100%);
}
.bu-panel.bu-is-black .bu-panel-heading {
background-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.bu-panel.bu-is-black .bu-panel-tabs a.bu-is-active {
border-bottom-color: hsl(0deg, 0%, 4%);
}
.bu-panel.bu-is-black .bu-panel-block.bu-is-active .bu-panel-icon {
color: hsl(0deg, 0%, 4%);
}
.bu-panel.bu-is-light .bu-panel-heading {
background-color: hsl(0deg, 0%, 96%);
color: rgba(0, 0, 0, 0.7);
}
.bu-panel.bu-is-light .bu-panel-tabs a.bu-is-active {
border-bottom-color: hsl(0deg, 0%, 96%);
}
.bu-panel.bu-is-light .bu-panel-block.bu-is-active .bu-panel-icon {
color: hsl(0deg, 0%, 96%);
}
.bu-panel.bu-is-dark .bu-panel-heading {
background-color: hsl(0deg, 0%, 21%);
color: #fff;
}
.bu-panel.bu-is-dark .bu-panel-tabs a.bu-is-active {
border-bottom-color: hsl(0deg, 0%, 21%);
}
.bu-panel.bu-is-dark .bu-panel-block.bu-is-active .bu-panel-icon {
color: hsl(0deg, 0%, 21%);
}
.bu-panel.bu-is-primary .bu-panel-heading {
background-color: hsl(171deg, 100%, 41%);
color: #fff;
}
.bu-panel.bu-is-primary .bu-panel-tabs a.bu-is-active {
border-bottom-color: hsl(171deg, 100%, 41%);
}
.bu-panel.bu-is-primary .bu-panel-block.bu-is-active .bu-panel-icon {
color: hsl(171deg, 100%, 41%);
}
.bu-panel.bu-is-link .bu-panel-heading {
background-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.bu-panel.bu-is-link .bu-panel-tabs a.bu-is-active {
border-bottom-color: hsl(229deg, 53%, 53%);
}
.bu-panel.bu-is-link .bu-panel-block.bu-is-active .bu-panel-icon {
color: hsl(229deg, 53%, 53%);
}
.bu-panel.bu-is-info .bu-panel-heading {
background-color: hsl(207deg, 61%, 53%);
color: #fff;
}
.bu-panel.bu-is-info .bu-panel-tabs a.bu-is-active {
border-bottom-color: hsl(207deg, 61%, 53%);
}
.bu-panel.bu-is-info .bu-panel-block.bu-is-active .bu-panel-icon {
color: hsl(207deg, 61%, 53%);
}
.bu-panel.bu-is-success .bu-panel-heading {
background-color: hsl(153deg, 53%, 53%);
color: #fff;
}
.bu-panel.bu-is-success .bu-panel-tabs a.bu-is-active {
border-bottom-color: hsl(153deg, 53%, 53%);
}
.bu-panel.bu-is-success .bu-panel-block.bu-is-active .bu-panel-icon {
color: hsl(153deg, 53%, 53%);
}
.bu-panel.bu-is-warning .bu-panel-heading {
background-color: hsl(44deg, 100%, 77%);
color: rgba(0, 0, 0, 0.7);
}
.bu-panel.bu-is-warning .bu-panel-tabs a.bu-is-active {
border-bottom-color: hsl(44deg, 100%, 77%);
}
.bu-panel.bu-is-warning .bu-panel-block.bu-is-active .bu-panel-icon {
color: hsl(44deg, 100%, 77%);
}
.bu-panel.bu-is-danger .bu-panel-heading {
background-color: hsl(348deg, 86%, 61%);
color: #fff;
}
.bu-panel.bu-is-danger .bu-panel-tabs a.bu-is-active {
border-bottom-color: hsl(348deg, 86%, 61%);
}
.bu-panel.bu-is-danger .bu-panel-block.bu-is-active .bu-panel-icon {
color: hsl(348deg, 86%, 61%);
}
.bu-panel-tabs:not(:last-child),
.bu-panel-block:not(:last-child) {
border-bottom: 1px solid hsl(0deg, 0%, 93%);
}
.bu-panel-heading {
background-color: hsl(0deg, 0%, 93%);
border-radius: 6px 6px 0 0;
color: hsl(0deg, 0%, 21%);
font-size: 1.25em;
font-weight: 700;
line-height: 1.25;
padding: 0.75em 1em;
}
.bu-panel-tabs {
align-items: flex-end;
display: flex;
font-size: 0.875em;
justify-content: center;
}
.bu-panel-tabs a {
border-bottom: 1px solid hsl(0deg, 0%, 86%);
margin-bottom: -1px;
padding: 0.5em;
}
.bu-panel-tabs a.bu-is-active {
border-bottom-color: hsl(0deg, 0%, 29%);
color: hsl(0deg, 0%, 21%);
}
.bu-panel-list a {
color: hsl(0deg, 0%, 29%);
}
.bu-panel-list a:hover {
color: hsl(229deg, 53%, 53%);
}
.bu-panel-block {
align-items: center;
color: hsl(0deg, 0%, 21%);
display: flex;
justify-content: flex-start;
padding: 0.5em 0.75em;
}
.bu-panel-block input[type=checkbox] {
margin-right: 0.75em;
}
.bu-panel-block > .bu-control {
flex-grow: 1;
flex-shrink: 1;
width: 100%;
}
.bu-panel-block.bu-is-wrapped {
flex-wrap: wrap;
}
.bu-panel-block.bu-is-active {
border-left-color: hsl(229deg, 53%, 53%);
color: hsl(0deg, 0%, 21%);
}
.bu-panel-block.bu-is-active .bu-panel-icon {
color: hsl(229deg, 53%, 53%);
}
.bu-panel-block:last-child {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
a.bu-panel-block,
label.bu-panel-block {
cursor: pointer;
}
a.bu-panel-block:hover,
label.bu-panel-block:hover {
background-color: hsl(0deg, 0%, 96%);
}
.bu-panel-icon {
display: inline-block;
font-size: 14px;
height: 1em;
line-height: 1em;
text-align: center;
vertical-align: top;
width: 1em;
color: hsl(0deg, 0%, 48%);
margin-right: 0.75em;
}
.bu-panel-icon .bu-fa {
font-size: inherit;
line-height: inherit;
}
.bu-tabs {
-webkit-overflow-scrolling: touch;
align-items: stretch;
display: flex;
font-size: 1rem;
justify-content: space-between;
overflow: hidden;
overflow-x: auto;
white-space: nowrap;
}
.bu-tabs a {
align-items: center;
border-bottom-color: hsl(0deg, 0%, 86%);
border-bottom-style: solid;
border-bottom-width: 1px;
color: hsl(0deg, 0%, 29%);
display: flex;
justify-content: center;
margin-bottom: -1px;
padding: 0.5em 1em;
vertical-align: top;
}
.bu-tabs a:hover {
border-bottom-color: hsl(0deg, 0%, 21%);
color: hsl(0deg, 0%, 21%);
}
.bu-tabs li {
display: block;
}
.bu-tabs li.bu-is-active a {
border-bottom-color: hsl(229deg, 53%, 53%);
color: hsl(229deg, 53%, 53%);
}
.bu-tabs ul {
align-items: center;
border-bottom-color: hsl(0deg, 0%, 86%);
border-bottom-style: solid;
border-bottom-width: 1px;
display: flex;
flex-grow: 1;
flex-shrink: 0;
justify-content: flex-start;
}
.bu-tabs ul.bu-is-left {
padding-right: 0.75em;
}
.bu-tabs ul.bu-is-center {
flex: none;
justify-content: center;
padding-left: 0.75em;
padding-right: 0.75em;
}
.bu-tabs ul.bu-is-right {
justify-content: flex-end;
padding-left: 0.75em;
}
.bu-tabs .bu-icon:first-child {
margin-right: 0.5em;
}
.bu-tabs .bu-icon:last-child {
margin-left: 0.5em;
}
.bu-tabs.bu-is-centered ul {
justify-content: center;
}
.bu-tabs.bu-is-right ul {
justify-content: flex-end;
}
.bu-tabs.bu-is-boxed a {
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.bu-tabs.bu-is-boxed a:hover {
background-color: hsl(0deg, 0%, 96%);
border-bottom-color: hsl(0deg, 0%, 86%);
}
.bu-tabs.bu-is-boxed li.bu-is-active a {
background-color: hsl(0deg, 0%, 100%);
border-color: hsl(0deg, 0%, 86%);
border-bottom-color: transparent !important;
}
.bu-tabs.bu-is-fullwidth li {
flex-grow: 1;
flex-shrink: 0;
}
.bu-tabs.bu-is-toggle a {
border-color: hsl(0deg, 0%, 86%);
border-style: solid;
border-width: 1px;
margin-bottom: 0;
position: relative;
}
.bu-tabs.bu-is-toggle a:hover {
background-color: hsl(0deg, 0%, 96%);
border-color: hsl(0deg, 0%, 71%);
z-index: 2;
}
.bu-tabs.bu-is-toggle li + li {
margin-left: -1px;
}
.bu-tabs.bu-is-toggle li:first-child a {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.bu-tabs.bu-is-toggle li:last-child a {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.bu-tabs.bu-is-toggle li.bu-is-active a {
background-color: hsl(229deg, 53%, 53%);
border-color: hsl(229deg, 53%, 53%);
color: #fff;
z-index: 1;
}
.bu-tabs.bu-is-toggle ul {
border-bottom: none;
}
.bu-tabs.bu-is-toggle.bu-is-toggle-rounded li:first-child a {
border-bottom-left-radius: 9999px;
border-top-left-radius: 9999px;
padding-left: 1.25em;
}
.bu-tabs.bu-is-toggle.bu-is-toggle-rounded li:last-child a {
border-bottom-right-radius: 9999px;
border-top-right-radius: 9999px;
padding-right: 1.25em;
}
.bu-tabs.bu-is-small {
font-size: 0.75rem;
}
.bu-tabs.bu-is-medium {
font-size: 1.25rem;
}
.bu-tabs.bu-is-large {
font-size: 1.5rem;
} .bu-column {
display: block;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
padding: 0.75rem;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-narrow {
flex: none;
width: unset;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-full {
flex: none;
width: 100%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-three-quarters {
flex: none;
width: 75%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-two-thirds {
flex: none;
width: 66.6666%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-half {
flex: none;
width: 50%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-one-third {
flex: none;
width: 33.3333%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-one-quarter {
flex: none;
width: 25%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-one-fifth {
flex: none;
width: 20%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-two-fifths {
flex: none;
width: 40%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-three-fifths {
flex: none;
width: 60%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-four-fifths {
flex: none;
width: 80%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-three-quarters {
margin-left: 75%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-two-thirds {
margin-left: 66.6666%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-half {
margin-left: 50%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-one-third {
margin-left: 33.3333%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-one-quarter {
margin-left: 25%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-one-fifth {
margin-left: 20%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-two-fifths {
margin-left: 40%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-three-fifths {
margin-left: 60%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-four-fifths {
margin-left: 80%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-0 {
flex: none;
width: 0%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-0 {
margin-left: 0%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-1 {
flex: none;
width: 8.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-1 {
margin-left: 8.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-2 {
flex: none;
width: 16.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-2 {
margin-left: 16.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-3 {
flex: none;
width: 25%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-3 {
margin-left: 25%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-4 {
flex: none;
width: 33.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-4 {
margin-left: 33.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-5 {
flex: none;
width: 41.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-5 {
margin-left: 41.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-6 {
flex: none;
width: 50%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-6 {
margin-left: 50%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-7 {
flex: none;
width: 58.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-7 {
margin-left: 58.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-8 {
flex: none;
width: 66.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-8 {
margin-left: 66.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-9 {
flex: none;
width: 75%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-9 {
margin-left: 75%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-10 {
flex: none;
width: 83.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-10 {
margin-left: 83.33333337%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-11 {
flex: none;
width: 91.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-11 {
margin-left: 91.66666674%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-12 {
flex: none;
width: 100%;
}
.bu-columns.bu-is-mobile > .bu-column.bu-is-offset-12 {
margin-left: 100%;
}
@media screen and (max-width: 768px) {
.bu-column.bu-is-narrow-mobile {
flex: none;
width: unset;
}
.bu-column.bu-is-full-mobile {
flex: none;
width: 100%;
}
.bu-column.bu-is-three-quarters-mobile {
flex: none;
width: 75%;
}
.bu-column.bu-is-two-thirds-mobile {
flex: none;
width: 66.6666%;
}
.bu-column.bu-is-half-mobile {
flex: none;
width: 50%;
}
.bu-column.bu-is-one-third-mobile {
flex: none;
width: 33.3333%;
}
.bu-column.bu-is-one-quarter-mobile {
flex: none;
width: 25%;
}
.bu-column.bu-is-one-fifth-mobile {
flex: none;
width: 20%;
}
.bu-column.bu-is-two-fifths-mobile {
flex: none;
width: 40%;
}
.bu-column.bu-is-three-fifths-mobile {
flex: none;
width: 60%;
}
.bu-column.bu-is-four-fifths-mobile {
flex: none;
width: 80%;
}
.bu-column.bu-is-offset-three-quarters-mobile {
margin-left: 75%;
}
.bu-column.bu-is-offset-two-thirds-mobile {
margin-left: 66.6666%;
}
.bu-column.bu-is-offset-half-mobile {
margin-left: 50%;
}
.bu-column.bu-is-offset-one-third-mobile {
margin-left: 33.3333%;
}
.bu-column.bu-is-offset-one-quarter-mobile {
margin-left: 25%;
}
.bu-column.bu-is-offset-one-fifth-mobile {
margin-left: 20%;
}
.bu-column.bu-is-offset-two-fifths-mobile {
margin-left: 40%;
}
.bu-column.bu-is-offset-three-fifths-mobile {
margin-left: 60%;
}
.bu-column.bu-is-offset-four-fifths-mobile {
margin-left: 80%;
}
.bu-column.bu-is-0-mobile {
flex: none;
width: 0%;
}
.bu-column.bu-is-offset-0-mobile {
margin-left: 0%;
}
.bu-column.bu-is-1-mobile {
flex: none;
width: 8.33333337%;
}
.bu-column.bu-is-offset-1-mobile {
margin-left: 8.33333337%;
}
.bu-column.bu-is-2-mobile {
flex: none;
width: 16.66666674%;
}
.bu-column.bu-is-offset-2-mobile {
margin-left: 16.66666674%;
}
.bu-column.bu-is-3-mobile {
flex: none;
width: 25%;
}
.bu-column.bu-is-offset-3-mobile {
margin-left: 25%;
}
.bu-column.bu-is-4-mobile {
flex: none;
width: 33.33333337%;
}
.bu-column.bu-is-offset-4-mobile {
margin-left: 33.33333337%;
}
.bu-column.bu-is-5-mobile {
flex: none;
width: 41.66666674%;
}
.bu-column.bu-is-offset-5-mobile {
margin-left: 41.66666674%;
}
.bu-column.bu-is-6-mobile {
flex: none;
width: 50%;
}
.bu-column.bu-is-offset-6-mobile {
margin-left: 50%;
}
.bu-column.bu-is-7-mobile {
flex: none;
width: 58.33333337%;
}
.bu-column.bu-is-offset-7-mobile {
margin-left: 58.33333337%;
}
.bu-column.bu-is-8-mobile {
flex: none;
width: 66.66666674%;
}
.bu-column.bu-is-offset-8-mobile {
margin-left: 66.66666674%;
}
.bu-column.bu-is-9-mobile {
flex: none;
width: 75%;
}
.bu-column.bu-is-offset-9-mobile {
margin-left: 75%;
}
.bu-column.bu-is-10-mobile {
flex: none;
width: 83.33333337%;
}
.bu-column.bu-is-offset-10-mobile {
margin-left: 83.33333337%;
}
.bu-column.bu-is-11-mobile {
flex: none;
width: 91.66666674%;
}
.bu-column.bu-is-offset-11-mobile {
margin-left: 91.66666674%;
}
.bu-column.bu-is-12-mobile {
flex: none;
width: 100%;
}
.bu-column.bu-is-offset-12-mobile {
margin-left: 100%;
}
}
@media screen and (min-width: 769px), print {
.bu-column.bu-is-narrow, .bu-column.bu-is-narrow-tablet {
flex: none;
width: unset;
}
.bu-column.bu-is-full, .bu-column.bu-is-full-tablet {
flex: none;
width: 100%;
}
.bu-column.bu-is-three-quarters, .bu-column.bu-is-three-quarters-tablet {
flex: none;
width: 75%;
}
.bu-column.bu-is-two-thirds, .bu-column.bu-is-two-thirds-tablet {
flex: none;
width: 66.6666%;
}
.bu-column.bu-is-half, .bu-column.bu-is-half-tablet {
flex: none;
width: 50%;
}
.bu-column.bu-is-one-third, .bu-column.bu-is-one-third-tablet {
flex: none;
width: 33.3333%;
}
.bu-column.bu-is-one-quarter, .bu-column.bu-is-one-quarter-tablet {
flex: none;
width: 25%;
}
.bu-column.bu-is-one-fifth, .bu-column.bu-is-one-fifth-tablet {
flex: none;
width: 20%;
}
.bu-column.bu-is-two-fifths, .bu-column.bu-is-two-fifths-tablet {
flex: none;
width: 40%;
}
.bu-column.bu-is-three-fifths, .bu-column.bu-is-three-fifths-tablet {
flex: none;
width: 60%;
}
.bu-column.bu-is-four-fifths, .bu-column.bu-is-four-fifths-tablet {
flex: none;
width: 80%;
}
.bu-column.bu-is-offset-three-quarters, .bu-column.bu-is-offset-three-quarters-tablet {
margin-left: 75%;
}
.bu-column.bu-is-offset-two-thirds, .bu-column.bu-is-offset-two-thirds-tablet {
margin-left: 66.6666%;
}
.bu-column.bu-is-offset-half, .bu-column.bu-is-offset-half-tablet {
margin-left: 50%;
}
.bu-column.bu-is-offset-one-third, .bu-column.bu-is-offset-one-third-tablet {
margin-left: 33.3333%;
}
.bu-column.bu-is-offset-one-quarter, .bu-column.bu-is-offset-one-quarter-tablet {
margin-left: 25%;
}
.bu-column.bu-is-offset-one-fifth, .bu-column.bu-is-offset-one-fifth-tablet {
margin-left: 20%;
}
.bu-column.bu-is-offset-two-fifths, .bu-column.bu-is-offset-two-fifths-tablet {
margin-left: 40%;
}
.bu-column.bu-is-offset-three-fifths, .bu-column.bu-is-offset-three-fifths-tablet {
margin-left: 60%;
}
.bu-column.bu-is-offset-four-fifths, .bu-column.bu-is-offset-four-fifths-tablet {
margin-left: 80%;
}
.bu-column.bu-is-0, .bu-column.bu-is-0-tablet {
flex: none;
width: 0%;
}
.bu-column.bu-is-offset-0, .bu-column.bu-is-offset-0-tablet {
margin-left: 0%;
}
.bu-column.bu-is-1, .bu-column.bu-is-1-tablet {
flex: none;
width: 8.33333337%;
}
.bu-column.bu-is-offset-1, .bu-column.bu-is-offset-1-tablet {
margin-left: 8.33333337%;
}
.bu-column.bu-is-2, .bu-column.bu-is-2-tablet {
flex: none;
width: 16.66666674%;
}
.bu-column.bu-is-offset-2, .bu-column.bu-is-offset-2-tablet {
margin-left: 16.66666674%;
}
.bu-column.bu-is-3, .bu-column.bu-is-3-tablet {
flex: none;
width: 25%;
}
.bu-column.bu-is-offset-3, .bu-column.bu-is-offset-3-tablet {
margin-left: 25%;
}
.bu-column.bu-is-4, .bu-column.bu-is-4-tablet {
flex: none;
width: 33.33333337%;
}
.bu-column.bu-is-offset-4, .bu-column.bu-is-offset-4-tablet {
margin-left: 33.33333337%;
}
.bu-column.bu-is-5, .bu-column.bu-is-5-tablet {
flex: none;
width: 41.66666674%;
}
.bu-column.bu-is-offset-5, .bu-column.bu-is-offset-5-tablet {
margin-left: 41.66666674%;
}
.bu-column.bu-is-6, .bu-column.bu-is-6-tablet {
flex: none;
width: 50%;
}
.bu-column.bu-is-offset-6, .bu-column.bu-is-offset-6-tablet {
margin-left: 50%;
}
.bu-column.bu-is-7, .bu-column.bu-is-7-tablet {
flex: none;
width: 58.33333337%;
}
.bu-column.bu-is-offset-7, .bu-column.bu-is-offset-7-tablet {
margin-left: 58.33333337%;
}
.bu-column.bu-is-8, .bu-column.bu-is-8-tablet {
flex: none;
width: 66.66666674%;
}
.bu-column.bu-is-offset-8, .bu-column.bu-is-offset-8-tablet {
margin-left: 66.66666674%;
}
.bu-column.bu-is-9, .bu-column.bu-is-9-tablet {
flex: none;
width: 75%;
}
.bu-column.bu-is-offset-9, .bu-column.bu-is-offset-9-tablet {
margin-left: 75%;
}
.bu-column.bu-is-10, .bu-column.bu-is-10-tablet {
flex: none;
width: 83.33333337%;
}
.bu-column.bu-is-offset-10, .bu-column.bu-is-offset-10-tablet {
margin-left: 83.33333337%;
}
.bu-column.bu-is-11, .bu-column.bu-is-11-tablet {
flex: none;
width: 91.66666674%;
}
.bu-column.bu-is-offset-11, .bu-column.bu-is-offset-11-tablet {
margin-left: 91.66666674%;
}
.bu-column.bu-is-12, .bu-column.bu-is-12-tablet {
flex: none;
width: 100%;
}
.bu-column.bu-is-offset-12, .bu-column.bu-is-offset-12-tablet {
margin-left: 100%;
}
}
@media screen and (max-width: 1023px) {
.bu-column.bu-is-narrow-touch {
flex: none;
width: unset;
}
.bu-column.bu-is-full-touch {
flex: none;
width: 100%;
}
.bu-column.bu-is-three-quarters-touch {
flex: none;
width: 75%;
}
.bu-column.bu-is-two-thirds-touch {
flex: none;
width: 66.6666%;
}
.bu-column.bu-is-half-touch {
flex: none;
width: 50%;
}
.bu-column.bu-is-one-third-touch {
flex: none;
width: 33.3333%;
}
.bu-column.bu-is-one-quarter-touch {
flex: none;
width: 25%;
}
.bu-column.bu-is-one-fifth-touch {
flex: none;
width: 20%;
}
.bu-column.bu-is-two-fifths-touch {
flex: none;
width: 40%;
}
.bu-column.bu-is-three-fifths-touch {
flex: none;
width: 60%;
}
.bu-column.bu-is-four-fifths-touch {
flex: none;
width: 80%;
}
.bu-column.bu-is-offset-three-quarters-touch {
margin-left: 75%;
}
.bu-column.bu-is-offset-two-thirds-touch {
margin-left: 66.6666%;
}
.bu-column.bu-is-offset-half-touch {
margin-left: 50%;
}
.bu-column.bu-is-offset-one-third-touch {
margin-left: 33.3333%;
}
.bu-column.bu-is-offset-one-quarter-touch {
margin-left: 25%;
}
.bu-column.bu-is-offset-one-fifth-touch {
margin-left: 20%;
}
.bu-column.bu-is-offset-two-fifths-touch {
margin-left: 40%;
}
.bu-column.bu-is-offset-three-fifths-touch {
margin-left: 60%;
}
.bu-column.bu-is-offset-four-fifths-touch {
margin-left: 80%;
}
.bu-column.bu-is-0-touch {
flex: none;
width: 0%;
}
.bu-column.bu-is-offset-0-touch {
margin-left: 0%;
}
.bu-column.bu-is-1-touch {
flex: none;
width: 8.33333337%;
}
.bu-column.bu-is-offset-1-touch {
margin-left: 8.33333337%;
}
.bu-column.bu-is-2-touch {
flex: none;
width: 16.66666674%;
}
.bu-column.bu-is-offset-2-touch {
margin-left: 16.66666674%;
}
.bu-column.bu-is-3-touch {
flex: none;
width: 25%;
}
.bu-column.bu-is-offset-3-touch {
margin-left: 25%;
}
.bu-column.bu-is-4-touch {
flex: none;
width: 33.33333337%;
}
.bu-column.bu-is-offset-4-touch {
margin-left: 33.33333337%;
}
.bu-column.bu-is-5-touch {
flex: none;
width: 41.66666674%;
}
.bu-column.bu-is-offset-5-touch {
margin-left: 41.66666674%;
}
.bu-column.bu-is-6-touch {
flex: none;
width: 50%;
}
.bu-column.bu-is-offset-6-touch {
margin-left: 50%;
}
.bu-column.bu-is-7-touch {
flex: none;
width: 58.33333337%;
}
.bu-column.bu-is-offset-7-touch {
margin-left: 58.33333337%;
}
.bu-column.bu-is-8-touch {
flex: none;
width: 66.66666674%;
}
.bu-column.bu-is-offset-8-touch {
margin-left: 66.66666674%;
}
.bu-column.bu-is-9-touch {
flex: none;
width: 75%;
}
.bu-column.bu-is-offset-9-touch {
margin-left: 75%;
}
.bu-column.bu-is-10-touch {
flex: none;
width: 83.33333337%;
}
.bu-column.bu-is-offset-10-touch {
margin-left: 83.33333337%;
}
.bu-column.bu-is-11-touch {
flex: none;
width: 91.66666674%;
}
.bu-column.bu-is-offset-11-touch {
margin-left: 91.66666674%;
}
.bu-column.bu-is-12-touch {
flex: none;
width: 100%;
}
.bu-column.bu-is-offset-12-touch {
margin-left: 100%;
}
}
@media screen and (min-width: 1024px) {
.bu-column.bu-is-narrow-desktop {
flex: none;
width: unset;
}
.bu-column.bu-is-full-desktop {
flex: none;
width: 100%;
}
.bu-column.bu-is-three-quarters-desktop {
flex: none;
width: 75%;
}
.bu-column.bu-is-two-thirds-desktop {
flex: none;
width: 66.6666%;
}
.bu-column.bu-is-half-desktop {
flex: none;
width: 50%;
}
.bu-column.bu-is-one-third-desktop {
flex: none;
width: 33.3333%;
}
.bu-column.bu-is-one-quarter-desktop {
flex: none;
width: 25%;
}
.bu-column.bu-is-one-fifth-desktop {
flex: none;
width: 20%;
}
.bu-column.bu-is-two-fifths-desktop {
flex: none;
width: 40%;
}
.bu-column.bu-is-three-fifths-desktop {
flex: none;
width: 60%;
}
.bu-column.bu-is-four-fifths-desktop {
flex: none;
width: 80%;
}
.bu-column.bu-is-offset-three-quarters-desktop {
margin-left: 75%;
}
.bu-column.bu-is-offset-two-thirds-desktop {
margin-left: 66.6666%;
}
.bu-column.bu-is-offset-half-desktop {
margin-left: 50%;
}
.bu-column.bu-is-offset-one-third-desktop {
margin-left: 33.3333%;
}
.bu-column.bu-is-offset-one-quarter-desktop {
margin-left: 25%;
}
.bu-column.bu-is-offset-one-fifth-desktop {
margin-left: 20%;
}
.bu-column.bu-is-offset-two-fifths-desktop {
margin-left: 40%;
}
.bu-column.bu-is-offset-three-fifths-desktop {
margin-left: 60%;
}
.bu-column.bu-is-offset-four-fifths-desktop {
margin-left: 80%;
}
.bu-column.bu-is-0-desktop {
flex: none;
width: 0%;
}
.bu-column.bu-is-offset-0-desktop {
margin-left: 0%;
}
.bu-column.bu-is-1-desktop {
flex: none;
width: 8.33333337%;
}
.bu-column.bu-is-offset-1-desktop {
margin-left: 8.33333337%;
}
.bu-column.bu-is-2-desktop {
flex: none;
width: 16.66666674%;
}
.bu-column.bu-is-offset-2-desktop {
margin-left: 16.66666674%;
}
.bu-column.bu-is-3-desktop {
flex: none;
width: 25%;
}
.bu-column.bu-is-offset-3-desktop {
margin-left: 25%;
}
.bu-column.bu-is-4-desktop {
flex: none;
width: 33.33333337%;
}
.bu-column.bu-is-offset-4-desktop {
margin-left: 33.33333337%;
}
.bu-column.bu-is-5-desktop {
flex: none;
width: 41.66666674%;
}
.bu-column.bu-is-offset-5-desktop {
margin-left: 41.66666674%;
}
.bu-column.bu-is-6-desktop {
flex: none;
width: 50%;
}
.bu-column.bu-is-offset-6-desktop {
margin-left: 50%;
}
.bu-column.bu-is-7-desktop {
flex: none;
width: 58.33333337%;
}
.bu-column.bu-is-offset-7-desktop {
margin-left: 58.33333337%;
}
.bu-column.bu-is-8-desktop {
flex: none;
width: 66.66666674%;
}
.bu-column.bu-is-offset-8-desktop {
margin-left: 66.66666674%;
}
.bu-column.bu-is-9-desktop {
flex: none;
width: 75%;
}
.bu-column.bu-is-offset-9-desktop {
margin-left: 75%;
}
.bu-column.bu-is-10-desktop {
flex: none;
width: 83.33333337%;
}
.bu-column.bu-is-offset-10-desktop {
margin-left: 83.33333337%;
}
.bu-column.bu-is-11-desktop {
flex: none;
width: 91.66666674%;
}
.bu-column.bu-is-offset-11-desktop {
margin-left: 91.66666674%;
}
.bu-column.bu-is-12-desktop {
flex: none;
width: 100%;
}
.bu-column.bu-is-offset-12-desktop {
margin-left: 100%;
}
}
@media screen and (min-width: 1216px) {
.bu-column.bu-is-narrow-widescreen {
flex: none;
width: unset;
}
.bu-column.bu-is-full-widescreen {
flex: none;
width: 100%;
}
.bu-column.bu-is-three-quarters-widescreen {
flex: none;
width: 75%;
}
.bu-column.bu-is-two-thirds-widescreen {
flex: none;
width: 66.6666%;
}
.bu-column.bu-is-half-widescreen {
flex: none;
width: 50%;
}
.bu-column.bu-is-one-third-widescreen {
flex: none;
width: 33.3333%;
}
.bu-column.bu-is-one-quarter-widescreen {
flex: none;
width: 25%;
}
.bu-column.bu-is-one-fifth-widescreen {
flex: none;
width: 20%;
}
.bu-column.bu-is-two-fifths-widescreen {
flex: none;
width: 40%;
}
.bu-column.bu-is-three-fifths-widescreen {
flex: none;
width: 60%;
}
.bu-column.bu-is-four-fifths-widescreen {
flex: none;
width: 80%;
}
.bu-column.bu-is-offset-three-quarters-widescreen {
margin-left: 75%;
}
.bu-column.bu-is-offset-two-thirds-widescreen {
margin-left: 66.6666%;
}
.bu-column.bu-is-offset-half-widescreen {
margin-left: 50%;
}
.bu-column.bu-is-offset-one-third-widescreen {
margin-left: 33.3333%;
}
.bu-column.bu-is-offset-one-quarter-widescreen {
margin-left: 25%;
}
.bu-column.bu-is-offset-one-fifth-widescreen {
margin-left: 20%;
}
.bu-column.bu-is-offset-two-fifths-widescreen {
margin-left: 40%;
}
.bu-column.bu-is-offset-three-fifths-widescreen {
margin-left: 60%;
}
.bu-column.bu-is-offset-four-fifths-widescreen {
margin-left: 80%;
}
.bu-column.bu-is-0-widescreen {
flex: none;
width: 0%;
}
.bu-column.bu-is-offset-0-widescreen {
margin-left: 0%;
}
.bu-column.bu-is-1-widescreen {
flex: none;
width: 8.33333337%;
}
.bu-column.bu-is-offset-1-widescreen {
margin-left: 8.33333337%;
}
.bu-column.bu-is-2-widescreen {
flex: none;
width: 16.66666674%;
}
.bu-column.bu-is-offset-2-widescreen {
margin-left: 16.66666674%;
}
.bu-column.bu-is-3-widescreen {
flex: none;
width: 25%;
}
.bu-column.bu-is-offset-3-widescreen {
margin-left: 25%;
}
.bu-column.bu-is-4-widescreen {
flex: none;
width: 33.33333337%;
}
.bu-column.bu-is-offset-4-widescreen {
margin-left: 33.33333337%;
}
.bu-column.bu-is-5-widescreen {
flex: none;
width: 41.66666674%;
}
.bu-column.bu-is-offset-5-widescreen {
margin-left: 41.66666674%;
}
.bu-column.bu-is-6-widescreen {
flex: none;
width: 50%;
}
.bu-column.bu-is-offset-6-widescreen {
margin-left: 50%;
}
.bu-column.bu-is-7-widescreen {
flex: none;
width: 58.33333337%;
}
.bu-column.bu-is-offset-7-widescreen {
margin-left: 58.33333337%;
}
.bu-column.bu-is-8-widescreen {
flex: none;
width: 66.66666674%;
}
.bu-column.bu-is-offset-8-widescreen {
margin-left: 66.66666674%;
}
.bu-column.bu-is-9-widescreen {
flex: none;
width: 75%;
}
.bu-column.bu-is-offset-9-widescreen {
margin-left: 75%;
}
.bu-column.bu-is-10-widescreen {
flex: none;
width: 83.33333337%;
}
.bu-column.bu-is-offset-10-widescreen {
margin-left: 83.33333337%;
}
.bu-column.bu-is-11-widescreen {
flex: none;
width: 91.66666674%;
}
.bu-column.bu-is-offset-11-widescreen {
margin-left: 91.66666674%;
}
.bu-column.bu-is-12-widescreen {
flex: none;
width: 100%;
}
.bu-column.bu-is-offset-12-widescreen {
margin-left: 100%;
}
}
@media screen and (min-width: 1408px) {
.bu-column.bu-is-narrow-fullhd {
flex: none;
width: unset;
}
.bu-column.bu-is-full-fullhd {
flex: none;
width: 100%;
}
.bu-column.bu-is-three-quarters-fullhd {
flex: none;
width: 75%;
}
.bu-column.bu-is-two-thirds-fullhd {
flex: none;
width: 66.6666%;
}
.bu-column.bu-is-half-fullhd {
flex: none;
width: 50%;
}
.bu-column.bu-is-one-third-fullhd {
flex: none;
width: 33.3333%;
}
.bu-column.bu-is-one-quarter-fullhd {
flex: none;
width: 25%;
}
.bu-column.bu-is-one-fifth-fullhd {
flex: none;
width: 20%;
}
.bu-column.bu-is-two-fifths-fullhd {
flex: none;
width: 40%;
}
.bu-column.bu-is-three-fifths-fullhd {
flex: none;
width: 60%;
}
.bu-column.bu-is-four-fifths-fullhd {
flex: none;
width: 80%;
}
.bu-column.bu-is-offset-three-quarters-fullhd {
margin-left: 75%;
}
.bu-column.bu-is-offset-two-thirds-fullhd {
margin-left: 66.6666%;
}
.bu-column.bu-is-offset-half-fullhd {
margin-left: 50%;
}
.bu-column.bu-is-offset-one-third-fullhd {
margin-left: 33.3333%;
}
.bu-column.bu-is-offset-one-quarter-fullhd {
margin-left: 25%;
}
.bu-column.bu-is-offset-one-fifth-fullhd {
margin-left: 20%;
}
.bu-column.bu-is-offset-two-fifths-fullhd {
margin-left: 40%;
}
.bu-column.bu-is-offset-three-fifths-fullhd {
margin-left: 60%;
}
.bu-column.bu-is-offset-four-fifths-fullhd {
margin-left: 80%;
}
.bu-column.bu-is-0-fullhd {
flex: none;
width: 0%;
}
.bu-column.bu-is-offset-0-fullhd {
margin-left: 0%;
}
.bu-column.bu-is-1-fullhd {
flex: none;
width: 8.33333337%;
}
.bu-column.bu-is-offset-1-fullhd {
margin-left: 8.33333337%;
}
.bu-column.bu-is-2-fullhd {
flex: none;
width: 16.66666674%;
}
.bu-column.bu-is-offset-2-fullhd {
margin-left: 16.66666674%;
}
.bu-column.bu-is-3-fullhd {
flex: none;
width: 25%;
}
.bu-column.bu-is-offset-3-fullhd {
margin-left: 25%;
}
.bu-column.bu-is-4-fullhd {
flex: none;
width: 33.33333337%;
}
.bu-column.bu-is-offset-4-fullhd {
margin-left: 33.33333337%;
}
.bu-column.bu-is-5-fullhd {
flex: none;
width: 41.66666674%;
}
.bu-column.bu-is-offset-5-fullhd {
margin-left: 41.66666674%;
}
.bu-column.bu-is-6-fullhd {
flex: none;
width: 50%;
}
.bu-column.bu-is-offset-6-fullhd {
margin-left: 50%;
}
.bu-column.bu-is-7-fullhd {
flex: none;
width: 58.33333337%;
}
.bu-column.bu-is-offset-7-fullhd {
margin-left: 58.33333337%;
}
.bu-column.bu-is-8-fullhd {
flex: none;
width: 66.66666674%;
}
.bu-column.bu-is-offset-8-fullhd {
margin-left: 66.66666674%;
}
.bu-column.bu-is-9-fullhd {
flex: none;
width: 75%;
}
.bu-column.bu-is-offset-9-fullhd {
margin-left: 75%;
}
.bu-column.bu-is-10-fullhd {
flex: none;
width: 83.33333337%;
}
.bu-column.bu-is-offset-10-fullhd {
margin-left: 83.33333337%;
}
.bu-column.bu-is-11-fullhd {
flex: none;
width: 91.66666674%;
}
.bu-column.bu-is-offset-11-fullhd {
margin-left: 91.66666674%;
}
.bu-column.bu-is-12-fullhd {
flex: none;
width: 100%;
}
.bu-column.bu-is-offset-12-fullhd {
margin-left: 100%;
}
}
.bu-columns {
margin-left: -0.75rem;
margin-right: -0.75rem;
margin-top: -0.75rem;
}
.bu-columns:last-child {
margin-bottom: -0.75rem;
}
.bu-columns:not(:last-child) {
margin-bottom: calc(1.5rem - 0.75rem);
}
.bu-columns.bu-is-centered {
justify-content: center;
}
.bu-columns.bu-is-gapless {
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
.bu-columns.bu-is-gapless > .bu-column {
margin: 0;
padding: 0 !important;
}
.bu-columns.bu-is-gapless:not(:last-child) {
margin-bottom: 1.5rem;
}
.bu-columns.bu-is-gapless:last-child {
margin-bottom: 0;
}
.bu-columns.bu-is-mobile {
display: flex;
}
.bu-columns.bu-is-multiline {
flex-wrap: wrap;
}
.bu-columns.bu-is-vcentered {
align-items: center;
}
@media screen and (min-width: 769px), print {
.bu-columns:not(.bu-is-desktop) {
display: flex;
}
}
@media screen and (min-width: 1024px) {
.bu-columns.bu-is-desktop {
display: flex;
}
}
.bu-columns.bu-is-variable {
--columnGap: 0.75rem;
margin-left: calc(-1 * var(--columnGap));
margin-right: calc(-1 * var(--columnGap));
}
.bu-columns.bu-is-variable > .bu-column {
padding-left: var(--columnGap);
padding-right: var(--columnGap);
}
.bu-columns.bu-is-variable.bu-is-0 {
--columnGap: 0rem;
}
@media screen and (max-width: 768px) {
.bu-columns.bu-is-variable.bu-is-0-mobile {
--columnGap: 0rem;
}
}
@media screen and (min-width: 769px), print {
.bu-columns.bu-is-variable.bu-is-0-tablet {
--columnGap: 0rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-0-tablet-only {
--columnGap: 0rem;
}
}
@media screen and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-0-touch {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1024px) {
.bu-columns.bu-is-variable.bu-is-0-desktop {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-columns.bu-is-variable.bu-is-0-desktop-only {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1216px) {
.bu-columns.bu-is-variable.bu-is-0-widescreen {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-columns.bu-is-variable.bu-is-0-widescreen-only {
--columnGap: 0rem;
}
}
@media screen and (min-width: 1408px) {
.bu-columns.bu-is-variable.bu-is-0-fullhd {
--columnGap: 0rem;
}
}
.bu-columns.bu-is-variable.bu-is-1 {
--columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
.bu-columns.bu-is-variable.bu-is-1-mobile {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 769px), print {
.bu-columns.bu-is-variable.bu-is-1-tablet {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-1-tablet-only {
--columnGap: 0.25rem;
}
}
@media screen and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-1-touch {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1024px) {
.bu-columns.bu-is-variable.bu-is-1-desktop {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-columns.bu-is-variable.bu-is-1-desktop-only {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1216px) {
.bu-columns.bu-is-variable.bu-is-1-widescreen {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-columns.bu-is-variable.bu-is-1-widescreen-only {
--columnGap: 0.25rem;
}
}
@media screen and (min-width: 1408px) {
.bu-columns.bu-is-variable.bu-is-1-fullhd {
--columnGap: 0.25rem;
}
}
.bu-columns.bu-is-variable.bu-is-2 {
--columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
.bu-columns.bu-is-variable.bu-is-2-mobile {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 769px), print {
.bu-columns.bu-is-variable.bu-is-2-tablet {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-2-tablet-only {
--columnGap: 0.5rem;
}
}
@media screen and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-2-touch {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1024px) {
.bu-columns.bu-is-variable.bu-is-2-desktop {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-columns.bu-is-variable.bu-is-2-desktop-only {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1216px) {
.bu-columns.bu-is-variable.bu-is-2-widescreen {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-columns.bu-is-variable.bu-is-2-widescreen-only {
--columnGap: 0.5rem;
}
}
@media screen and (min-width: 1408px) {
.bu-columns.bu-is-variable.bu-is-2-fullhd {
--columnGap: 0.5rem;
}
}
.bu-columns.bu-is-variable.bu-is-3 {
--columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
.bu-columns.bu-is-variable.bu-is-3-mobile {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 769px), print {
.bu-columns.bu-is-variable.bu-is-3-tablet {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-3-tablet-only {
--columnGap: 0.75rem;
}
}
@media screen and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-3-touch {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1024px) {
.bu-columns.bu-is-variable.bu-is-3-desktop {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-columns.bu-is-variable.bu-is-3-desktop-only {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1216px) {
.bu-columns.bu-is-variable.bu-is-3-widescreen {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-columns.bu-is-variable.bu-is-3-widescreen-only {
--columnGap: 0.75rem;
}
}
@media screen and (min-width: 1408px) {
.bu-columns.bu-is-variable.bu-is-3-fullhd {
--columnGap: 0.75rem;
}
}
.bu-columns.bu-is-variable.bu-is-4 {
--columnGap: 1rem;
}
@media screen and (max-width: 768px) {
.bu-columns.bu-is-variable.bu-is-4-mobile {
--columnGap: 1rem;
}
}
@media screen and (min-width: 769px), print {
.bu-columns.bu-is-variable.bu-is-4-tablet {
--columnGap: 1rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-4-tablet-only {
--columnGap: 1rem;
}
}
@media screen and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-4-touch {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1024px) {
.bu-columns.bu-is-variable.bu-is-4-desktop {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-columns.bu-is-variable.bu-is-4-desktop-only {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1216px) {
.bu-columns.bu-is-variable.bu-is-4-widescreen {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-columns.bu-is-variable.bu-is-4-widescreen-only {
--columnGap: 1rem;
}
}
@media screen and (min-width: 1408px) {
.bu-columns.bu-is-variable.bu-is-4-fullhd {
--columnGap: 1rem;
}
}
.bu-columns.bu-is-variable.bu-is-5 {
--columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
.bu-columns.bu-is-variable.bu-is-5-mobile {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 769px), print {
.bu-columns.bu-is-variable.bu-is-5-tablet {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-5-tablet-only {
--columnGap: 1.25rem;
}
}
@media screen and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-5-touch {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1024px) {
.bu-columns.bu-is-variable.bu-is-5-desktop {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-columns.bu-is-variable.bu-is-5-desktop-only {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1216px) {
.bu-columns.bu-is-variable.bu-is-5-widescreen {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-columns.bu-is-variable.bu-is-5-widescreen-only {
--columnGap: 1.25rem;
}
}
@media screen and (min-width: 1408px) {
.bu-columns.bu-is-variable.bu-is-5-fullhd {
--columnGap: 1.25rem;
}
}
.bu-columns.bu-is-variable.bu-is-6 {
--columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
.bu-columns.bu-is-variable.bu-is-6-mobile {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 769px), print {
.bu-columns.bu-is-variable.bu-is-6-tablet {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-6-tablet-only {
--columnGap: 1.5rem;
}
}
@media screen and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-6-touch {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1024px) {
.bu-columns.bu-is-variable.bu-is-6-desktop {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-columns.bu-is-variable.bu-is-6-desktop-only {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1216px) {
.bu-columns.bu-is-variable.bu-is-6-widescreen {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-columns.bu-is-variable.bu-is-6-widescreen-only {
--columnGap: 1.5rem;
}
}
@media screen and (min-width: 1408px) {
.bu-columns.bu-is-variable.bu-is-6-fullhd {
--columnGap: 1.5rem;
}
}
.bu-columns.bu-is-variable.bu-is-7 {
--columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
.bu-columns.bu-is-variable.bu-is-7-mobile {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 769px), print {
.bu-columns.bu-is-variable.bu-is-7-tablet {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-7-tablet-only {
--columnGap: 1.75rem;
}
}
@media screen and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-7-touch {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1024px) {
.bu-columns.bu-is-variable.bu-is-7-desktop {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-columns.bu-is-variable.bu-is-7-desktop-only {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1216px) {
.bu-columns.bu-is-variable.bu-is-7-widescreen {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-columns.bu-is-variable.bu-is-7-widescreen-only {
--columnGap: 1.75rem;
}
}
@media screen and (min-width: 1408px) {
.bu-columns.bu-is-variable.bu-is-7-fullhd {
--columnGap: 1.75rem;
}
}
.bu-columns.bu-is-variable.bu-is-8 {
--columnGap: 2rem;
}
@media screen and (max-width: 768px) {
.bu-columns.bu-is-variable.bu-is-8-mobile {
--columnGap: 2rem;
}
}
@media screen and (min-width: 769px), print {
.bu-columns.bu-is-variable.bu-is-8-tablet {
--columnGap: 2rem;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-8-tablet-only {
--columnGap: 2rem;
}
}
@media screen and (max-width: 1023px) {
.bu-columns.bu-is-variable.bu-is-8-touch {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1024px) {
.bu-columns.bu-is-variable.bu-is-8-desktop {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-columns.bu-is-variable.bu-is-8-desktop-only {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1216px) {
.bu-columns.bu-is-variable.bu-is-8-widescreen {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-columns.bu-is-variable.bu-is-8-widescreen-only {
--columnGap: 2rem;
}
}
@media screen and (min-width: 1408px) {
.bu-columns.bu-is-variable.bu-is-8-fullhd {
--columnGap: 2rem;
}
}
.bu-tile {
align-items: stretch;
display: block;
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
min-height: min-content;
}
.bu-tile.bu-is-ancestor {
margin-left: -0.75rem;
margin-right: -0.75rem;
margin-top: -0.75rem;
}
.bu-tile.bu-is-ancestor:last-child {
margin-bottom: -0.75rem;
}
.bu-tile.bu-is-ancestor:not(:last-child) {
margin-bottom: 0.75rem;
}
.bu-tile.bu-is-child {
margin: 0 !important;
}
.bu-tile.bu-is-parent {
padding: 0.75rem;
}
.bu-tile.bu-is-vertical {
flex-direction: column;
}
.bu-tile.bu-is-vertical > .bu-tile.bu-is-child:not(:last-child) {
margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
.bu-tile:not(.bu-is-child) {
display: flex;
}
.bu-tile.bu-is-1 {
flex: none;
width: 8.33333337%;
}
.bu-tile.bu-is-2 {
flex: none;
width: 16.66666674%;
}
.bu-tile.bu-is-3 {
flex: none;
width: 25%;
}
.bu-tile.bu-is-4 {
flex: none;
width: 33.33333337%;
}
.bu-tile.bu-is-5 {
flex: none;
width: 41.66666674%;
}
.bu-tile.bu-is-6 {
flex: none;
width: 50%;
}
.bu-tile.bu-is-7 {
flex: none;
width: 58.33333337%;
}
.bu-tile.bu-is-8 {
flex: none;
width: 66.66666674%;
}
.bu-tile.bu-is-9 {
flex: none;
width: 75%;
}
.bu-tile.bu-is-10 {
flex: none;
width: 83.33333337%;
}
.bu-tile.bu-is-11 {
flex: none;
width: 91.66666674%;
}
.bu-tile.bu-is-12 {
flex: none;
width: 100%;
}
} .bu-has-text-white {
color: hsl(0deg, 0%, 100%) !important;
}
a.bu-has-text-white:hover, a.bu-has-text-white:focus {
color: #e6e6e6 !important;
}
.bu-has-background-white {
background-color: hsl(0deg, 0%, 100%) !important;
}
.bu-has-text-black {
color: hsl(0deg, 0%, 4%) !important;
}
a.bu-has-text-black:hover, a.bu-has-text-black:focus {
color: black !important;
}
.bu-has-background-black {
background-color: hsl(0deg, 0%, 4%) !important;
}
.bu-has-text-light {
color: hsl(0deg, 0%, 96%) !important;
}
a.bu-has-text-light:hover, a.bu-has-text-light:focus {
color: #dbdbdb !important;
}
.bu-has-background-light {
background-color: hsl(0deg, 0%, 96%) !important;
}
.bu-has-text-dark {
color: hsl(0deg, 0%, 21%) !important;
}
a.bu-has-text-dark:hover, a.bu-has-text-dark:focus {
color: #1c1c1c !important;
}
.bu-has-background-dark {
background-color: hsl(0deg, 0%, 21%) !important;
}
.bu-has-text-primary {
color: hsl(171deg, 100%, 41%) !important;
}
a.bu-has-text-primary:hover, a.bu-has-text-primary:focus {
color: #009e86 !important;
}
.bu-has-background-primary {
background-color: hsl(171deg, 100%, 41%) !important;
}
.bu-has-text-primary-light {
color: #ebfffc !important;
}
a.bu-has-text-primary-light:hover, a.bu-has-text-primary-light:focus {
color: #b8fff4 !important;
}
.bu-has-background-primary-light {
background-color: #ebfffc !important;
}
.bu-has-text-primary-dark {
color: #00947e !important;
}
a.bu-has-text-primary-dark:hover, a.bu-has-text-primary-dark:focus {
color: #00c7a9 !important;
}
.bu-has-background-primary-dark {
background-color: #00947e !important;
}
.bu-has-text-link {
color: hsl(229deg, 53%, 53%) !important;
}
a.bu-has-text-link:hover, a.bu-has-text-link:focus {
color: #3449a8 !important;
}
.bu-has-background-link {
background-color: hsl(229deg, 53%, 53%) !important;
}
.bu-has-text-link-light {
color: #eff1fa !important;
}
a.bu-has-text-link-light:hover, a.bu-has-text-link-light:focus {
color: #c8cfee !important;
}
.bu-has-background-link-light {
background-color: #eff1fa !important;
}
.bu-has-text-link-dark {
color: #3850b7 !important;
}
a.bu-has-text-link-dark:hover, a.bu-has-text-link-dark:focus {
color: #576dcb !important;
}
.bu-has-background-link-dark {
background-color: #3850b7 !important;
}
.bu-has-text-info {
color: hsl(207deg, 61%, 53%) !important;
}
a.bu-has-text-info:hover, a.bu-has-text-info:focus {
color: #2b74b1 !important;
}
.bu-has-background-info {
background-color: hsl(207deg, 61%, 53%) !important;
}
.bu-has-text-info-light {
color: #eff5fb !important;
}
a.bu-has-text-info-light:hover, a.bu-has-text-info-light:focus {
color: #c6ddf1 !important;
}
.bu-has-background-info-light {
background-color: #eff5fb !important;
}
.bu-has-text-info-dark {
color: #296fa8 !important;
}
a.bu-has-text-info-dark:hover, a.bu-has-text-info-dark:focus {
color: #368ace !important;
}
.bu-has-background-info-dark {
background-color: #296fa8 !important;
}
.bu-has-text-success {
color: hsl(153deg, 53%, 53%) !important;
}
a.bu-has-text-success:hover, a.bu-has-text-success:focus {
color: #34a873 !important;
}
.bu-has-background-success {
background-color: hsl(153deg, 53%, 53%) !important;
}
.bu-has-text-success-light {
color: #effaf5 !important;
}
a.bu-has-text-success-light:hover, a.bu-has-text-success-light:focus {
color: #c8eedd !important;
}
.bu-has-background-success-light {
background-color: #effaf5 !important;
}
.bu-has-text-success-dark {
color: #257953 !important;
}
a.bu-has-text-success-dark:hover, a.bu-has-text-success-dark:focus {
color: #31a06e !important;
}
.bu-has-background-success-dark {
background-color: #257953 !important;
}
.bu-has-text-warning {
color: hsl(44deg, 100%, 77%) !important;
}
a.bu-has-text-warning:hover, a.bu-has-text-warning:focus {
color: #ffd257 !important;
}
.bu-has-background-warning {
background-color: hsl(44deg, 100%, 77%) !important;
}
.bu-has-text-warning-light {
color: #fffaeb !important;
}
a.bu-has-text-warning-light:hover, a.bu-has-text-warning-light:focus {
color: #ffecb8 !important;
}
.bu-has-background-warning-light {
background-color: #fffaeb !important;
}
.bu-has-text-warning-dark {
color: #946c00 !important;
}
a.bu-has-text-warning-dark:hover, a.bu-has-text-warning-dark:focus {
color: #c79200 !important;
}
.bu-has-background-warning-dark {
background-color: #946c00 !important;
}
.bu-has-text-danger {
color: hsl(348deg, 86%, 61%) !important;
}
a.bu-has-text-danger:hover, a.bu-has-text-danger:focus {
color: #ee1742 !important;
}
.bu-has-background-danger {
background-color: hsl(348deg, 86%, 61%) !important;
}
.bu-has-text-danger-light {
color: #feecf0 !important;
}
a.bu-has-text-danger-light:hover, a.bu-has-text-danger-light:focus {
color: #fabdc9 !important;
}
.bu-has-background-danger-light {
background-color: #feecf0 !important;
}
.bu-has-text-danger-dark {
color: #cc0f35 !important;
}
a.bu-has-text-danger-dark:hover, a.bu-has-text-danger-dark:focus {
color: #ee2049 !important;
}
.bu-has-background-danger-dark {
background-color: #cc0f35 !important;
}
.bu-has-text-black-bis {
color: hsl(0deg, 0%, 7%) !important;
}
.bu-has-background-black-bis {
background-color: hsl(0deg, 0%, 7%) !important;
}
.bu-has-text-black-ter {
color: hsl(0deg, 0%, 14%) !important;
}
.bu-has-background-black-ter {
background-color: hsl(0deg, 0%, 14%) !important;
}
.bu-has-text-grey-darker {
color: hsl(0deg, 0%, 21%) !important;
}
.bu-has-background-grey-darker {
background-color: hsl(0deg, 0%, 21%) !important;
}
.bu-has-text-grey-dark {
color: hsl(0deg, 0%, 29%) !important;
}
.bu-has-background-grey-dark {
background-color: hsl(0deg, 0%, 29%) !important;
}
.bu-has-text-grey {
color: hsl(0deg, 0%, 48%) !important;
}
.bu-has-background-grey {
background-color: hsl(0deg, 0%, 48%) !important;
}
.bu-has-text-grey-light {
color: hsl(0deg, 0%, 71%) !important;
}
.bu-has-background-grey-light {
background-color: hsl(0deg, 0%, 71%) !important;
}
.bu-has-text-grey-lighter {
color: hsl(0deg, 0%, 86%) !important;
}
.bu-has-background-grey-lighter {
background-color: hsl(0deg, 0%, 86%) !important;
}
.bu-has-text-white-ter {
color: hsl(0deg, 0%, 96%) !important;
}
.bu-has-background-white-ter {
background-color: hsl(0deg, 0%, 96%) !important;
}
.bu-has-text-white-bis {
color: hsl(0deg, 0%, 98%) !important;
}
.bu-has-background-white-bis {
background-color: hsl(0deg, 0%, 98%) !important;
}
.bu-is-flex-direction-row {
flex-direction: row !important;
}
.bu-is-flex-direction-row-reverse {
flex-direction: row-reverse !important;
}
.bu-is-flex-direction-column {
flex-direction: column !important;
}
.bu-is-flex-direction-column-reverse {
flex-direction: column-reverse !important;
}
.bu-is-flex-wrap-nowrap {
flex-wrap: nowrap !important;
}
.bu-is-flex-wrap-wrap {
flex-wrap: wrap !important;
}
.bu-is-flex-wrap-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.bu-is-justify-content-flex-start {
justify-content: flex-start !important;
}
.bu-is-justify-content-flex-end {
justify-content: flex-end !important;
}
.bu-is-justify-content-center {
justify-content: center !important;
}
.bu-is-justify-content-space-between {
justify-content: space-between !important;
}
.bu-is-justify-content-space-around {
justify-content: space-around !important;
}
.bu-is-justify-content-space-evenly {
justify-content: space-evenly !important;
}
.bu-is-justify-content-start {
justify-content: start !important;
}
.bu-is-justify-content-end {
justify-content: end !important;
}
.bu-is-justify-content-left {
justify-content: left !important;
}
.bu-is-justify-content-right {
justify-content: right !important;
}
.bu-is-align-content-flex-start {
align-content: flex-start !important;
}
.bu-is-align-content-flex-end {
align-content: flex-end !important;
}
.bu-is-align-content-center {
align-content: center !important;
}
.bu-is-align-content-space-between {
align-content: space-between !important;
}
.bu-is-align-content-space-around {
align-content: space-around !important;
}
.bu-is-align-content-space-evenly {
align-content: space-evenly !important;
}
.bu-is-align-content-stretch {
align-content: stretch !important;
}
.bu-is-align-content-start {
align-content: start !important;
}
.bu-is-align-content-end {
align-content: end !important;
}
.bu-is-align-content-baseline {
align-content: baseline !important;
}
.bu-is-align-items-stretch {
align-items: stretch !important;
}
.bu-is-align-items-flex-start {
align-items: flex-start !important;
}
.bu-is-align-items-flex-end {
align-items: flex-end !important;
}
.bu-is-align-items-center {
align-items: center !important;
}
.bu-is-align-items-baseline {
align-items: baseline !important;
}
.bu-is-align-items-start {
align-items: start !important;
}
.bu-is-align-items-end {
align-items: end !important;
}
.bu-is-align-items-self-start {
align-items: self-start !important;
}
.bu-is-align-items-self-end {
align-items: self-end !important;
}
.bu-is-align-self-auto {
align-self: auto !important;
}
.bu-is-align-self-flex-start {
align-self: flex-start !important;
}
.bu-is-align-self-flex-end {
align-self: flex-end !important;
}
.bu-is-align-self-center {
align-self: center !important;
}
.bu-is-align-self-baseline {
align-self: baseline !important;
}
.bu-is-align-self-stretch {
align-self: stretch !important;
}
.bu-is-flex-grow-0 {
flex-grow: 0 !important;
}
.bu-is-flex-grow-1 {
flex-grow: 1 !important;
}
.bu-is-flex-grow-2 {
flex-grow: 2 !important;
}
.bu-is-flex-grow-3 {
flex-grow: 3 !important;
}
.bu-is-flex-grow-4 {
flex-grow: 4 !important;
}
.bu-is-flex-grow-5 {
flex-grow: 5 !important;
}
.bu-is-flex-shrink-0 {
flex-shrink: 0 !important;
}
.bu-is-flex-shrink-1 {
flex-shrink: 1 !important;
}
.bu-is-flex-shrink-2 {
flex-shrink: 2 !important;
}
.bu-is-flex-shrink-3 {
flex-shrink: 3 !important;
}
.bu-is-flex-shrink-4 {
flex-shrink: 4 !important;
}
.bu-is-flex-shrink-5 {
flex-shrink: 5 !important;
}
.bu-is-clearfix::after {
clear: both;
content: " ";
display: table;
}
.bu-is-pulled-left {
float: left !important;
}
.bu-is-pulled-right {
float: right !important;
}
.bu-is-radiusless {
border-radius: 0 !important;
}
.bu-is-shadowless {
box-shadow: none !important;
}
.bu-is-clickable {
cursor: pointer !important;
pointer-events: all !important;
}
.bu-is-clipped {
overflow: hidden !important;
}
.bu-is-relative {
position: relative !important;
}
.bu-is-marginless {
margin: 0 !important;
}
.bu-is-paddingless {
padding: 0 !important;
}
.bu-m-0 {
margin: 0 !important;
}
.bu-mt-0 {
margin-top: 0 !important;
}
.bu-mr-0 {
margin-right: 0 !important;
}
.bu-mb-0 {
margin-bottom: 0 !important;
}
.bu-ml-0 {
margin-left: 0 !important;
}
.bu-mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.bu-my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.bu-m-1 {
margin: 0.25rem !important;
}
.bu-mt-1 {
margin-top: 0.25rem !important;
}
.bu-mr-1 {
margin-right: 0.25rem !important;
}
.bu-mb-1 {
margin-bottom: 0.25rem !important;
}
.bu-ml-1 {
margin-left: 0.25rem !important;
}
.bu-mx-1 {
margin-left: 0.25rem !important;
margin-right: 0.25rem !important;
}
.bu-my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.bu-m-2 {
margin: 0.5rem !important;
}
.bu-mt-2 {
margin-top: 0.5rem !important;
}
.bu-mr-2 {
margin-right: 0.5rem !important;
}
.bu-mb-2 {
margin-bottom: 0.5rem !important;
}
.bu-ml-2 {
margin-left: 0.5rem !important;
}
.bu-mx-2 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
.bu-my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.bu-m-3 {
margin: 0.75rem !important;
}
.bu-mt-3 {
margin-top: 0.75rem !important;
}
.bu-mr-3 {
margin-right: 0.75rem !important;
}
.bu-mb-3 {
margin-bottom: 0.75rem !important;
}
.bu-ml-3 {
margin-left: 0.75rem !important;
}
.bu-mx-3 {
margin-left: 0.75rem !important;
margin-right: 0.75rem !important;
}
.bu-my-3 {
margin-top: 0.75rem !important;
margin-bottom: 0.75rem !important;
}
.bu-m-4 {
margin: 1rem !important;
}
.bu-mt-4 {
margin-top: 1rem !important;
}
.bu-mr-4 {
margin-right: 1rem !important;
}
.bu-mb-4 {
margin-bottom: 1rem !important;
}
.bu-ml-4 {
margin-left: 1rem !important;
}
.bu-mx-4 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
.bu-my-4 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.bu-m-5 {
margin: 1.5rem !important;
}
.bu-mt-5 {
margin-top: 1.5rem !important;
}
.bu-mr-5 {
margin-right: 1.5rem !important;
}
.bu-mb-5 {
margin-bottom: 1.5rem !important;
}
.bu-ml-5 {
margin-left: 1.5rem !important;
}
.bu-mx-5 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
.bu-my-5 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.bu-m-6 {
margin: 3rem !important;
}
.bu-mt-6 {
margin-top: 3rem !important;
}
.bu-mr-6 {
margin-right: 3rem !important;
}
.bu-mb-6 {
margin-bottom: 3rem !important;
}
.bu-ml-6 {
margin-left: 3rem !important;
}
.bu-mx-6 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
.bu-my-6 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.bu-m-auto {
margin: auto !important;
}
.bu-mt-auto {
margin-top: auto !important;
}
.bu-mr-auto {
margin-right: auto !important;
}
.bu-mb-auto {
margin-bottom: auto !important;
}
.bu-ml-auto {
margin-left: auto !important;
}
.bu-mx-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.bu-my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.bu-p-0 {
padding: 0 !important;
}
.bu-pt-0 {
padding-top: 0 !important;
}
.bu-pr-0 {
padding-right: 0 !important;
}
.bu-pb-0 {
padding-bottom: 0 !important;
}
.bu-pl-0 {
padding-left: 0 !important;
}
.bu-px-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.bu-py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.bu-p-1 {
padding: 0.25rem !important;
}
.bu-pt-1 {
padding-top: 0.25rem !important;
}
.bu-pr-1 {
padding-right: 0.25rem !important;
}
.bu-pb-1 {
padding-bottom: 0.25rem !important;
}
.bu-pl-1 {
padding-left: 0.25rem !important;
}
.bu-px-1 {
padding-left: 0.25rem !important;
padding-right: 0.25rem !important;
}
.bu-py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.bu-p-2 {
padding: 0.5rem !important;
}
.bu-pt-2 {
padding-top: 0.5rem !important;
}
.bu-pr-2 {
padding-right: 0.5rem !important;
}
.bu-pb-2 {
padding-bottom: 0.5rem !important;
}
.bu-pl-2 {
padding-left: 0.5rem !important;
}
.bu-px-2 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important;
}
.bu-py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.bu-p-3 {
padding: 0.75rem !important;
}
.bu-pt-3 {
padding-top: 0.75rem !important;
}
.bu-pr-3 {
padding-right: 0.75rem !important;
}
.bu-pb-3 {
padding-bottom: 0.75rem !important;
}
.bu-pl-3 {
padding-left: 0.75rem !important;
}
.bu-px-3 {
padding-left: 0.75rem !important;
padding-right: 0.75rem !important;
}
.bu-py-3 {
padding-top: 0.75rem !important;
padding-bottom: 0.75rem !important;
}
.bu-p-4 {
padding: 1rem !important;
}
.bu-pt-4 {
padding-top: 1rem !important;
}
.bu-pr-4 {
padding-right: 1rem !important;
}
.bu-pb-4 {
padding-bottom: 1rem !important;
}
.bu-pl-4 {
padding-left: 1rem !important;
}
.bu-px-4 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.bu-py-4 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.bu-p-5 {
padding: 1.5rem !important;
}
.bu-pt-5 {
padding-top: 1.5rem !important;
}
.bu-pr-5 {
padding-right: 1.5rem !important;
}
.bu-pb-5 {
padding-bottom: 1.5rem !important;
}
.bu-pl-5 {
padding-left: 1.5rem !important;
}
.bu-px-5 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.bu-py-5 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.bu-p-6 {
padding: 3rem !important;
}
.bu-pt-6 {
padding-top: 3rem !important;
}
.bu-pr-6 {
padding-right: 3rem !important;
}
.bu-pb-6 {
padding-bottom: 3rem !important;
}
.bu-pl-6 {
padding-left: 3rem !important;
}
.bu-px-6 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.bu-py-6 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.bu-p-auto {
padding: auto !important;
}
.bu-pt-auto {
padding-top: auto !important;
}
.bu-pr-auto {
padding-right: auto !important;
}
.bu-pb-auto {
padding-bottom: auto !important;
}
.bu-pl-auto {
padding-left: auto !important;
}
.bu-px-auto {
padding-left: auto !important;
padding-right: auto !important;
}
.bu-py-auto {
padding-top: auto !important;
padding-bottom: auto !important;
}
.bu-is-size-1 {
font-size: 3rem !important;
}
.bu-is-size-2 {
font-size: 2.5rem !important;
}
.bu-is-size-3 {
font-size: 2rem !important;
}
.bu-is-size-4 {
font-size: 1.5rem !important;
}
.bu-is-size-5 {
font-size: 1.25rem !important;
}
.bu-is-size-6 {
font-size: 1rem !important;
}
.bu-is-size-7 {
font-size: 0.75rem !important;
}
@media screen and (max-width: 768px) {
.bu-is-size-1-mobile {
font-size: 3rem !important;
}
.bu-is-size-2-mobile {
font-size: 2.5rem !important;
}
.bu-is-size-3-mobile {
font-size: 2rem !important;
}
.bu-is-size-4-mobile {
font-size: 1.5rem !important;
}
.bu-is-size-5-mobile {
font-size: 1.25rem !important;
}
.bu-is-size-6-mobile {
font-size: 1rem !important;
}
.bu-is-size-7-mobile {
font-size: 0.75rem !important;
}
}
@media screen and (min-width: 769px), print {
.bu-is-size-1-tablet {
font-size: 3rem !important;
}
.bu-is-size-2-tablet {
font-size: 2.5rem !important;
}
.bu-is-size-3-tablet {
font-size: 2rem !important;
}
.bu-is-size-4-tablet {
font-size: 1.5rem !important;
}
.bu-is-size-5-tablet {
font-size: 1.25rem !important;
}
.bu-is-size-6-tablet {
font-size: 1rem !important;
}
.bu-is-size-7-tablet {
font-size: 0.75rem !important;
}
}
@media screen and (max-width: 1023px) {
.bu-is-size-1-touch {
font-size: 3rem !important;
}
.bu-is-size-2-touch {
font-size: 2.5rem !important;
}
.bu-is-size-3-touch {
font-size: 2rem !important;
}
.bu-is-size-4-touch {
font-size: 1.5rem !important;
}
.bu-is-size-5-touch {
font-size: 1.25rem !important;
}
.bu-is-size-6-touch {
font-size: 1rem !important;
}
.bu-is-size-7-touch {
font-size: 0.75rem !important;
}
}
@media screen and (min-width: 1024px) {
.bu-is-size-1-desktop {
font-size: 3rem !important;
}
.bu-is-size-2-desktop {
font-size: 2.5rem !important;
}
.bu-is-size-3-desktop {
font-size: 2rem !important;
}
.bu-is-size-4-desktop {
font-size: 1.5rem !important;
}
.bu-is-size-5-desktop {
font-size: 1.25rem !important;
}
.bu-is-size-6-desktop {
font-size: 1rem !important;
}
.bu-is-size-7-desktop {
font-size: 0.75rem !important;
}
}
@media screen and (min-width: 1216px) {
.bu-is-size-1-widescreen {
font-size: 3rem !important;
}
.bu-is-size-2-widescreen {
font-size: 2.5rem !important;
}
.bu-is-size-3-widescreen {
font-size: 2rem !important;
}
.bu-is-size-4-widescreen {
font-size: 1.5rem !important;
}
.bu-is-size-5-widescreen {
font-size: 1.25rem !important;
}
.bu-is-size-6-widescreen {
font-size: 1rem !important;
}
.bu-is-size-7-widescreen {
font-size: 0.75rem !important;
}
}
@media screen and (min-width: 1408px) {
.bu-is-size-1-fullhd {
font-size: 3rem !important;
}
.bu-is-size-2-fullhd {
font-size: 2.5rem !important;
}
.bu-is-size-3-fullhd {
font-size: 2rem !important;
}
.bu-is-size-4-fullhd {
font-size: 1.5rem !important;
}
.bu-is-size-5-fullhd {
font-size: 1.25rem !important;
}
.bu-is-size-6-fullhd {
font-size: 1rem !important;
}
.bu-is-size-7-fullhd {
font-size: 0.75rem !important;
}
}
.bu-has-text-centered {
text-align: center !important;
}
.bu-has-text-justified {
text-align: justify !important;
}
.bu-has-text-left {
text-align: left !important;
}
.bu-has-text-right {
text-align: right !important;
}
@media screen and (max-width: 768px) {
.bu-has-text-centered-mobile {
text-align: center !important;
}
}
@media screen and (min-width: 769px), print {
.bu-has-text-centered-tablet {
text-align: center !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-has-text-centered-tablet-only {
text-align: center !important;
}
}
@media screen and (max-width: 1023px) {
.bu-has-text-centered-touch {
text-align: center !important;
}
}
@media screen and (min-width: 1024px) {
.bu-has-text-centered-desktop {
text-align: center !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-has-text-centered-desktop-only {
text-align: center !important;
}
}
@media screen and (min-width: 1216px) {
.bu-has-text-centered-widescreen {
text-align: center !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-has-text-centered-widescreen-only {
text-align: center !important;
}
}
@media screen and (min-width: 1408px) {
.bu-has-text-centered-fullhd {
text-align: center !important;
}
}
@media screen and (max-width: 768px) {
.bu-has-text-justified-mobile {
text-align: justify !important;
}
}
@media screen and (min-width: 769px), print {
.bu-has-text-justified-tablet {
text-align: justify !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-has-text-justified-tablet-only {
text-align: justify !important;
}
}
@media screen and (max-width: 1023px) {
.bu-has-text-justified-touch {
text-align: justify !important;
}
}
@media screen and (min-width: 1024px) {
.bu-has-text-justified-desktop {
text-align: justify !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-has-text-justified-desktop-only {
text-align: justify !important;
}
}
@media screen and (min-width: 1216px) {
.bu-has-text-justified-widescreen {
text-align: justify !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-has-text-justified-widescreen-only {
text-align: justify !important;
}
}
@media screen and (min-width: 1408px) {
.bu-has-text-justified-fullhd {
text-align: justify !important;
}
}
@media screen and (max-width: 768px) {
.bu-has-text-left-mobile {
text-align: left !important;
}
}
@media screen and (min-width: 769px), print {
.bu-has-text-left-tablet {
text-align: left !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-has-text-left-tablet-only {
text-align: left !important;
}
}
@media screen and (max-width: 1023px) {
.bu-has-text-left-touch {
text-align: left !important;
}
}
@media screen and (min-width: 1024px) {
.bu-has-text-left-desktop {
text-align: left !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-has-text-left-desktop-only {
text-align: left !important;
}
}
@media screen and (min-width: 1216px) {
.bu-has-text-left-widescreen {
text-align: left !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-has-text-left-widescreen-only {
text-align: left !important;
}
}
@media screen and (min-width: 1408px) {
.bu-has-text-left-fullhd {
text-align: left !important;
}
}
@media screen and (max-width: 768px) {
.bu-has-text-right-mobile {
text-align: right !important;
}
}
@media screen and (min-width: 769px), print {
.bu-has-text-right-tablet {
text-align: right !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-has-text-right-tablet-only {
text-align: right !important;
}
}
@media screen and (max-width: 1023px) {
.bu-has-text-right-touch {
text-align: right !important;
}
}
@media screen and (min-width: 1024px) {
.bu-has-text-right-desktop {
text-align: right !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-has-text-right-desktop-only {
text-align: right !important;
}
}
@media screen and (min-width: 1216px) {
.bu-has-text-right-widescreen {
text-align: right !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-has-text-right-widescreen-only {
text-align: right !important;
}
}
@media screen and (min-width: 1408px) {
.bu-has-text-right-fullhd {
text-align: right !important;
}
}
.bu-is-capitalized {
text-transform: capitalize !important;
}
.bu-is-lowercase {
text-transform: lowercase !important;
}
.bu-is-uppercase {
text-transform: uppercase !important;
}
.bu-is-italic {
font-style: italic !important;
}
.bu-is-underlined {
text-decoration: underline !important;
}
.bu-has-text-weight-light {
font-weight: 300 !important;
}
.bu-has-text-weight-normal {
font-weight: 400 !important;
}
.bu-has-text-weight-medium {
font-weight: 500 !important;
}
.bu-has-text-weight-semibold {
font-weight: 600 !important;
}
.bu-has-text-weight-bold {
font-weight: 700 !important;
}
.bu-is-family-primary {
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.bu-is-family-secondary {
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.bu-is-family-sans-serif {
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
.bu-is-family-monospace {
font-family: monospace !important;
}
.bu-is-family-code {
font-family: monospace !important;
}
.bu-is-block {
display: block !important;
}
@media screen and (max-width: 768px) {
.bu-is-block-mobile {
display: block !important;
}
}
@media screen and (min-width: 769px), print {
.bu-is-block-tablet {
display: block !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-is-block-tablet-only {
display: block !important;
}
}
@media screen and (max-width: 1023px) {
.bu-is-block-touch {
display: block !important;
}
}
@media screen and (min-width: 1024px) {
.bu-is-block-desktop {
display: block !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-is-block-desktop-only {
display: block !important;
}
}
@media screen and (min-width: 1216px) {
.bu-is-block-widescreen {
display: block !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-is-block-widescreen-only {
display: block !important;
}
}
@media screen and (min-width: 1408px) {
.bu-is-block-fullhd {
display: block !important;
}
}
.bu-is-flex {
display: flex !important;
}
@media screen and (max-width: 768px) {
.bu-is-flex-mobile {
display: flex !important;
}
}
@media screen and (min-width: 769px), print {
.bu-is-flex-tablet {
display: flex !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-is-flex-tablet-only {
display: flex !important;
}
}
@media screen and (max-width: 1023px) {
.bu-is-flex-touch {
display: flex !important;
}
}
@media screen and (min-width: 1024px) {
.bu-is-flex-desktop {
display: flex !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-is-flex-desktop-only {
display: flex !important;
}
}
@media screen and (min-width: 1216px) {
.bu-is-flex-widescreen {
display: flex !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-is-flex-widescreen-only {
display: flex !important;
}
}
@media screen and (min-width: 1408px) {
.bu-is-flex-fullhd {
display: flex !important;
}
}
.bu-is-inline {
display: inline !important;
}
@media screen and (max-width: 768px) {
.bu-is-inline-mobile {
display: inline !important;
}
}
@media screen and (min-width: 769px), print {
.bu-is-inline-tablet {
display: inline !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-is-inline-tablet-only {
display: inline !important;
}
}
@media screen and (max-width: 1023px) {
.bu-is-inline-touch {
display: inline !important;
}
}
@media screen and (min-width: 1024px) {
.bu-is-inline-desktop {
display: inline !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-is-inline-desktop-only {
display: inline !important;
}
}
@media screen and (min-width: 1216px) {
.bu-is-inline-widescreen {
display: inline !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-is-inline-widescreen-only {
display: inline !important;
}
}
@media screen and (min-width: 1408px) {
.bu-is-inline-fullhd {
display: inline !important;
}
}
.bu-is-inline-block {
display: inline-block !important;
}
@media screen and (max-width: 768px) {
.bu-is-inline-block-mobile {
display: inline-block !important;
}
}
@media screen and (min-width: 769px), print {
.bu-is-inline-block-tablet {
display: inline-block !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-is-inline-block-tablet-only {
display: inline-block !important;
}
}
@media screen and (max-width: 1023px) {
.bu-is-inline-block-touch {
display: inline-block !important;
}
}
@media screen and (min-width: 1024px) {
.bu-is-inline-block-desktop {
display: inline-block !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-is-inline-block-desktop-only {
display: inline-block !important;
}
}
@media screen and (min-width: 1216px) {
.bu-is-inline-block-widescreen {
display: inline-block !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-is-inline-block-widescreen-only {
display: inline-block !important;
}
}
@media screen and (min-width: 1408px) {
.bu-is-inline-block-fullhd {
display: inline-block !important;
}
}
.bu-is-inline-flex {
display: inline-flex !important;
}
@media screen and (max-width: 768px) {
.bu-is-inline-flex-mobile {
display: inline-flex !important;
}
}
@media screen and (min-width: 769px), print {
.bu-is-inline-flex-tablet {
display: inline-flex !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-is-inline-flex-tablet-only {
display: inline-flex !important;
}
}
@media screen and (max-width: 1023px) {
.bu-is-inline-flex-touch {
display: inline-flex !important;
}
}
@media screen and (min-width: 1024px) {
.bu-is-inline-flex-desktop {
display: inline-flex !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-is-inline-flex-desktop-only {
display: inline-flex !important;
}
}
@media screen and (min-width: 1216px) {
.bu-is-inline-flex-widescreen {
display: inline-flex !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-is-inline-flex-widescreen-only {
display: inline-flex !important;
}
}
@media screen and (min-width: 1408px) {
.bu-is-inline-flex-fullhd {
display: inline-flex !important;
}
}
.bu-is-hidden {
display: none !important;
}
.bu-is-sr-only {
border: none !important;
clip: rect(0, 0, 0, 0) !important;
height: 0.01em !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
white-space: nowrap !important;
width: 0.01em !important;
}
@media screen and (max-width: 768px) {
.bu-is-hidden-mobile {
display: none !important;
}
}
@media screen and (min-width: 769px), print {
.bu-is-hidden-tablet {
display: none !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-is-hidden-tablet-only {
display: none !important;
}
}
@media screen and (max-width: 1023px) {
.bu-is-hidden-touch {
display: none !important;
}
}
@media screen and (min-width: 1024px) {
.bu-is-hidden-desktop {
display: none !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-is-hidden-desktop-only {
display: none !important;
}
}
@media screen and (min-width: 1216px) {
.bu-is-hidden-widescreen {
display: none !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-is-hidden-widescreen-only {
display: none !important;
}
}
@media screen and (min-width: 1408px) {
.bu-is-hidden-fullhd {
display: none !important;
}
}
.bu-is-invisible {
visibility: hidden !important;
}
@media screen and (max-width: 768px) {
.bu-is-invisible-mobile {
visibility: hidden !important;
}
}
@media screen and (min-width: 769px), print {
.bu-is-invisible-tablet {
visibility: hidden !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
.bu-is-invisible-tablet-only {
visibility: hidden !important;
}
}
@media screen and (max-width: 1023px) {
.bu-is-invisible-touch {
visibility: hidden !important;
}
}
@media screen and (min-width: 1024px) {
.bu-is-invisible-desktop {
visibility: hidden !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
.bu-is-invisible-desktop-only {
visibility: hidden !important;
}
}
@media screen and (min-width: 1216px) {
.bu-is-invisible-widescreen {
visibility: hidden !important;
}
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
.bu-is-invisible-widescreen-only {
visibility: hidden !important;
}
}
@media screen and (min-width: 1408px) {
.bu-is-invisible-fullhd {
visibility: hidden !important;
}
} .bu-hero {
align-items: stretch;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bu-hero .bu-navbar {
background: none;
}
.bu-hero .bu-tabs ul {
border-bottom: none;
}
.bu-hero.bu-is-white {
background-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.bu-hero.bu-is-white a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-white strong {
color: inherit;
}
.bu-hero.bu-is-white .bu-title {
color: hsl(0deg, 0%, 4%);
}
.bu-hero.bu-is-white .bu-subtitle {
color: rgba(10, 10, 10, 0.9);
}
.bu-hero.bu-is-white .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-white .bu-subtitle strong {
color: hsl(0deg, 0%, 4%);
}
@media screen and (max-width: 1023px) {
.bu-hero.bu-is-white .bu-navbar-menu {
background-color: hsl(0deg, 0%, 100%);
}
}
.bu-hero.bu-is-white .bu-navbar-item,
.bu-hero.bu-is-white .bu-navbar-link {
color: rgba(10, 10, 10, 0.7);
}
.bu-hero.bu-is-white a.bu-navbar-item:hover, .bu-hero.bu-is-white a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-white .bu-navbar-link:hover,
.bu-hero.bu-is-white .bu-navbar-link.bu-is-active {
background-color: #f2f2f2;
color: hsl(0deg, 0%, 4%);
}
.bu-hero.bu-is-white .bu-tabs a {
color: hsl(0deg, 0%, 4%);
opacity: 0.9;
}
.bu-hero.bu-is-white .bu-tabs a:hover {
opacity: 1;
}
.bu-hero.bu-is-white .bu-tabs li.bu-is-active a {
color: hsl(0deg, 0%, 100%) !important;
opacity: 1;
}
.bu-hero.bu-is-white .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-white .bu-tabs.bu-is-toggle a {
color: hsl(0deg, 0%, 4%);
}
.bu-hero.bu-is-white .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-white .bu-tabs.bu-is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-white .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-white .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-white .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-white .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
background-color: hsl(0deg, 0%, 4%);
border-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.bu-hero.bu-is-white.bu-is-bold {
background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0deg, 0%, 100%) 71%, white 100%);
}
@media screen and (max-width: 768px) {
.bu-hero.bu-is-white.bu-is-bold .bu-navbar-menu {
background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0deg, 0%, 100%) 71%, white 100%);
}
}
.bu-hero.bu-is-black {
background-color: hsl(0deg, 0%, 4%);
color: hsl(0deg, 0%, 100%);
}
.bu-hero.bu-is-black a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-black strong {
color: inherit;
}
.bu-hero.bu-is-black .bu-title {
color: hsl(0deg, 0%, 100%);
}
.bu-hero.bu-is-black .bu-subtitle {
color: rgba(255, 255, 255, 0.9);
}
.bu-hero.bu-is-black .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-black .bu-subtitle strong {
color: hsl(0deg, 0%, 100%);
}
@media screen and (max-width: 1023px) {
.bu-hero.bu-is-black .bu-navbar-menu {
background-color: hsl(0deg, 0%, 4%);
}
}
.bu-hero.bu-is-black .bu-navbar-item,
.bu-hero.bu-is-black .bu-navbar-link {
color: rgba(255, 255, 255, 0.7);
}
.bu-hero.bu-is-black a.bu-navbar-item:hover, .bu-hero.bu-is-black a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-black .bu-navbar-link:hover,
.bu-hero.bu-is-black .bu-navbar-link.bu-is-active {
background-color: black;
color: hsl(0deg, 0%, 100%);
}
.bu-hero.bu-is-black .bu-tabs a {
color: hsl(0deg, 0%, 100%);
opacity: 0.9;
}
.bu-hero.bu-is-black .bu-tabs a:hover {
opacity: 1;
}
.bu-hero.bu-is-black .bu-tabs li.bu-is-active a {
color: hsl(0deg, 0%, 4%) !important;
opacity: 1;
}
.bu-hero.bu-is-black .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-black .bu-tabs.bu-is-toggle a {
color: hsl(0deg, 0%, 100%);
}
.bu-hero.bu-is-black .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-black .bu-tabs.bu-is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-black .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-black .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-black .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-black .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
background-color: hsl(0deg, 0%, 100%);
border-color: hsl(0deg, 0%, 100%);
color: hsl(0deg, 0%, 4%);
}
.bu-hero.bu-is-black.bu-is-bold {
background-image: linear-gradient(141deg, black 0%, hsl(0deg, 0%, 4%) 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
.bu-hero.bu-is-black.bu-is-bold .bu-navbar-menu {
background-image: linear-gradient(141deg, black 0%, hsl(0deg, 0%, 4%) 71%, #181616 100%);
}
}
.bu-hero.bu-is-light {
background-color: hsl(0deg, 0%, 96%);
color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-light a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-light strong {
color: inherit;
}
.bu-hero.bu-is-light .bu-title {
color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-light .bu-subtitle {
color: rgba(0, 0, 0, 0.9);
}
.bu-hero.bu-is-light .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-light .bu-subtitle strong {
color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
.bu-hero.bu-is-light .bu-navbar-menu {
background-color: hsl(0deg, 0%, 96%);
}
}
.bu-hero.bu-is-light .bu-navbar-item,
.bu-hero.bu-is-light .bu-navbar-link {
color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-light a.bu-navbar-item:hover, .bu-hero.bu-is-light a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-light .bu-navbar-link:hover,
.bu-hero.bu-is-light .bu-navbar-link.bu-is-active {
background-color: #e8e8e8;
color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-light .bu-tabs a {
color: rgba(0, 0, 0, 0.7);
opacity: 0.9;
}
.bu-hero.bu-is-light .bu-tabs a:hover {
opacity: 1;
}
.bu-hero.bu-is-light .bu-tabs li.bu-is-active a {
color: hsl(0deg, 0%, 96%) !important;
opacity: 1;
}
.bu-hero.bu-is-light .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-light .bu-tabs.bu-is-toggle a {
color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-light .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-light .bu-tabs.bu-is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-light .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-light .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-light .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-light .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
background-color: rgba(0, 0, 0, 0.7);
border-color: rgba(0, 0, 0, 0.7);
color: hsl(0deg, 0%, 96%);
}
.bu-hero.bu-is-light.bu-is-bold {
background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0deg, 0%, 96%) 71%, white 100%);
}
@media screen and (max-width: 768px) {
.bu-hero.bu-is-light.bu-is-bold .bu-navbar-menu {
background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0deg, 0%, 96%) 71%, white 100%);
}
}
.bu-hero.bu-is-dark {
background-color: hsl(0deg, 0%, 21%);
color: #fff;
}
.bu-hero.bu-is-dark a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-dark strong {
color: inherit;
}
.bu-hero.bu-is-dark .bu-title {
color: #fff;
}
.bu-hero.bu-is-dark .bu-subtitle {
color: rgba(255, 255, 255, 0.9);
}
.bu-hero.bu-is-dark .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-dark .bu-subtitle strong {
color: #fff;
}
@media screen and (max-width: 1023px) {
.bu-hero.bu-is-dark .bu-navbar-menu {
background-color: hsl(0deg, 0%, 21%);
}
}
.bu-hero.bu-is-dark .bu-navbar-item,
.bu-hero.bu-is-dark .bu-navbar-link {
color: rgba(255, 255, 255, 0.7);
}
.bu-hero.bu-is-dark a.bu-navbar-item:hover, .bu-hero.bu-is-dark a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-dark .bu-navbar-link:hover,
.bu-hero.bu-is-dark .bu-navbar-link.bu-is-active {
background-color: #292929;
color: #fff;
}
.bu-hero.bu-is-dark .bu-tabs a {
color: #fff;
opacity: 0.9;
}
.bu-hero.bu-is-dark .bu-tabs a:hover {
opacity: 1;
}
.bu-hero.bu-is-dark .bu-tabs li.bu-is-active a {
color: hsl(0deg, 0%, 21%) !important;
opacity: 1;
}
.bu-hero.bu-is-dark .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-dark .bu-tabs.bu-is-toggle a {
color: #fff;
}
.bu-hero.bu-is-dark .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-dark .bu-tabs.bu-is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-dark .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-dark .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-dark .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-dark .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
background-color: #fff;
border-color: #fff;
color: hsl(0deg, 0%, 21%);
}
.bu-hero.bu-is-dark.bu-is-bold {
background-image: linear-gradient(141deg, #1f191a 0%, hsl(0deg, 0%, 21%) 71%, #46403f 100%);
}
@media screen and (max-width: 768px) {
.bu-hero.bu-is-dark.bu-is-bold .bu-navbar-menu {
background-image: linear-gradient(141deg, #1f191a 0%, hsl(0deg, 0%, 21%) 71%, #46403f 100%);
}
}
.bu-hero.bu-is-primary {
background-color: hsl(171deg, 100%, 41%);
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: hsl(171deg, 100%, 41%);
}
}
.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 {
color: hsl(171deg, 100%, 41%) !important;
opacity: 1;
}
.bu-hero.bu-is-primary .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-primary .bu-tabs.bu-is-toggle a {
color: #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: hsl(171deg, 100%, 41%);
}
.bu-hero.bu-is-primary.bu-is-bold {
background-image: linear-gradient(141deg, #009e6c 0%, hsl(171deg, 100%, 41%) 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%, hsl(171deg, 100%, 41%) 71%, #00e7eb 100%);
}
}
.bu-hero.bu-is-link {
background-color: hsl(229deg, 53%, 53%);
color: #fff;
}
.bu-hero.bu-is-link a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-link strong {
color: inherit;
}
.bu-hero.bu-is-link .bu-title {
color: #fff;
}
.bu-hero.bu-is-link .bu-subtitle {
color: rgba(255, 255, 255, 0.9);
}
.bu-hero.bu-is-link .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-link .bu-subtitle strong {
color: #fff;
}
@media screen and (max-width: 1023px) {
.bu-hero.bu-is-link .bu-navbar-menu {
background-color: hsl(229deg, 53%, 53%);
}
}
.bu-hero.bu-is-link .bu-navbar-item,
.bu-hero.bu-is-link .bu-navbar-link {
color: rgba(255, 255, 255, 0.7);
}
.bu-hero.bu-is-link a.bu-navbar-item:hover, .bu-hero.bu-is-link a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-link .bu-navbar-link:hover,
.bu-hero.bu-is-link .bu-navbar-link.bu-is-active {
background-color: #3a51bb;
color: #fff;
}
.bu-hero.bu-is-link .bu-tabs a {
color: #fff;
opacity: 0.9;
}
.bu-hero.bu-is-link .bu-tabs a:hover {
opacity: 1;
}
.bu-hero.bu-is-link .bu-tabs li.bu-is-active a {
color: hsl(229deg, 53%, 53%) !important;
opacity: 1;
}
.bu-hero.bu-is-link .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-link .bu-tabs.bu-is-toggle a {
color: #fff;
}
.bu-hero.bu-is-link .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-link .bu-tabs.bu-is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-link .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-link .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-link .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-link .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
background-color: #fff;
border-color: #fff;
color: hsl(229deg, 53%, 53%);
}
.bu-hero.bu-is-link.bu-is-bold {
background-image: linear-gradient(141deg, #2959b3 0%, hsl(229deg, 53%, 53%) 71%, #5658d2 100%);
}
@media screen and (max-width: 768px) {
.bu-hero.bu-is-link.bu-is-bold .bu-navbar-menu {
background-image: linear-gradient(141deg, #2959b3 0%, hsl(229deg, 53%, 53%) 71%, #5658d2 100%);
}
}
.bu-hero.bu-is-info {
background-color: hsl(207deg, 61%, 53%);
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: hsl(207deg, 61%, 53%);
}
}
.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: #3082c5;
color: #fff;
}
.bu-hero.bu-is-info .bu-tabs a {
color: #fff;
opacity: 0.9;
}
.bu-hero.bu-is-info .bu-tabs a:hover {
opacity: 1;
}
.bu-hero.bu-is-info .bu-tabs li.bu-is-active a {
color: hsl(207deg, 61%, 53%) !important;
opacity: 1;
}
.bu-hero.bu-is-info .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-info .bu-tabs.bu-is-toggle a {
color: #fff;
}
.bu-hero.bu-is-info .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-info .bu-tabs.bu-is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-info .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-info .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-info .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-info .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
background-color: #fff;
border-color: #fff;
color: hsl(207deg, 61%, 53%);
}
.bu-hero.bu-is-info.bu-is-bold {
background-image: linear-gradient(141deg, #208fbc 0%, hsl(207deg, 61%, 53%) 71%, #4d83db 100%);
}
@media screen and (max-width: 768px) {
.bu-hero.bu-is-info.bu-is-bold .bu-navbar-menu {
background-image: linear-gradient(141deg, #208fbc 0%, hsl(207deg, 61%, 53%) 71%, #4d83db 100%);
}
}
.bu-hero.bu-is-success {
background-color: hsl(153deg, 53%, 53%);
color: #fff;
}
.bu-hero.bu-is-success a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-success strong {
color: inherit;
}
.bu-hero.bu-is-success .bu-title {
color: #fff;
}
.bu-hero.bu-is-success .bu-subtitle {
color: rgba(255, 255, 255, 0.9);
}
.bu-hero.bu-is-success .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-success .bu-subtitle strong {
color: #fff;
}
@media screen and (max-width: 1023px) {
.bu-hero.bu-is-success .bu-navbar-menu {
background-color: hsl(153deg, 53%, 53%);
}
}
.bu-hero.bu-is-success .bu-navbar-item,
.bu-hero.bu-is-success .bu-navbar-link {
color: rgba(255, 255, 255, 0.7);
}
.bu-hero.bu-is-success a.bu-navbar-item:hover, .bu-hero.bu-is-success a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-success .bu-navbar-link:hover,
.bu-hero.bu-is-success .bu-navbar-link.bu-is-active {
background-color: #3abb81;
color: #fff;
}
.bu-hero.bu-is-success .bu-tabs a {
color: #fff;
opacity: 0.9;
}
.bu-hero.bu-is-success .bu-tabs a:hover {
opacity: 1;
}
.bu-hero.bu-is-success .bu-tabs li.bu-is-active a {
color: hsl(153deg, 53%, 53%) !important;
opacity: 1;
}
.bu-hero.bu-is-success .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-success .bu-tabs.bu-is-toggle a {
color: #fff;
}
.bu-hero.bu-is-success .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-success .bu-tabs.bu-is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-success .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-success .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-success .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-success .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
background-color: #fff;
border-color: #fff;
color: hsl(153deg, 53%, 53%);
}
.bu-hero.bu-is-success.bu-is-bold {
background-image: linear-gradient(141deg, #29b35e 0%, hsl(153deg, 53%, 53%) 71%, #56d2af 100%);
}
@media screen and (max-width: 768px) {
.bu-hero.bu-is-success.bu-is-bold .bu-navbar-menu {
background-image: linear-gradient(141deg, #29b35e 0%, hsl(153deg, 53%, 53%) 71%, #56d2af 100%);
}
}
.bu-hero.bu-is-warning {
background-color: hsl(44deg, 100%, 77%);
color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-warning a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-warning strong {
color: inherit;
}
.bu-hero.bu-is-warning .bu-title {
color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-warning .bu-subtitle {
color: rgba(0, 0, 0, 0.9);
}
.bu-hero.bu-is-warning .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-warning .bu-subtitle strong {
color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
.bu-hero.bu-is-warning .bu-navbar-menu {
background-color: hsl(44deg, 100%, 77%);
}
}
.bu-hero.bu-is-warning .bu-navbar-item,
.bu-hero.bu-is-warning .bu-navbar-link {
color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-warning a.bu-navbar-item:hover, .bu-hero.bu-is-warning a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-warning .bu-navbar-link:hover,
.bu-hero.bu-is-warning .bu-navbar-link.bu-is-active {
background-color: #ffd970;
color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-warning .bu-tabs a {
color: rgba(0, 0, 0, 0.7);
opacity: 0.9;
}
.bu-hero.bu-is-warning .bu-tabs a:hover {
opacity: 1;
}
.bu-hero.bu-is-warning .bu-tabs li.bu-is-active a {
color: hsl(44deg, 100%, 77%) !important;
opacity: 1;
}
.bu-hero.bu-is-warning .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-warning .bu-tabs.bu-is-toggle a {
color: rgba(0, 0, 0, 0.7);
}
.bu-hero.bu-is-warning .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-warning .bu-tabs.bu-is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-warning .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-warning .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-warning .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-warning .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
background-color: rgba(0, 0, 0, 0.7);
border-color: rgba(0, 0, 0, 0.7);
color: hsl(44deg, 100%, 77%);
}
.bu-hero.bu-is-warning.bu-is-bold {
background-image: linear-gradient(141deg, #ffb657 0%, hsl(44deg, 100%, 77%) 71%, #fff6a3 100%);
}
@media screen and (max-width: 768px) {
.bu-hero.bu-is-warning.bu-is-bold .bu-navbar-menu {
background-image: linear-gradient(141deg, #ffb657 0%, hsl(44deg, 100%, 77%) 71%, #fff6a3 100%);
}
}
.bu-hero.bu-is-danger {
background-color: hsl(348deg, 86%, 61%);
color: #fff;
}
.bu-hero.bu-is-danger a:not(.bu-button):not(.bu-dropdown-item):not(.bu-tag):not(.bu-pagination-link.bu-is-current),
.bu-hero.bu-is-danger strong {
color: inherit;
}
.bu-hero.bu-is-danger .bu-title {
color: #fff;
}
.bu-hero.bu-is-danger .bu-subtitle {
color: rgba(255, 255, 255, 0.9);
}
.bu-hero.bu-is-danger .bu-subtitle a:not(.bu-button),
.bu-hero.bu-is-danger .bu-subtitle strong {
color: #fff;
}
@media screen and (max-width: 1023px) {
.bu-hero.bu-is-danger .bu-navbar-menu {
background-color: hsl(348deg, 86%, 61%);
}
}
.bu-hero.bu-is-danger .bu-navbar-item,
.bu-hero.bu-is-danger .bu-navbar-link {
color: rgba(255, 255, 255, 0.7);
}
.bu-hero.bu-is-danger a.bu-navbar-item:hover, .bu-hero.bu-is-danger a.bu-navbar-item.bu-is-active,
.bu-hero.bu-is-danger .bu-navbar-link:hover,
.bu-hero.bu-is-danger .bu-navbar-link.bu-is-active {
background-color: #ef2e55;
color: #fff;
}
.bu-hero.bu-is-danger .bu-tabs a {
color: #fff;
opacity: 0.9;
}
.bu-hero.bu-is-danger .bu-tabs a:hover {
opacity: 1;
}
.bu-hero.bu-is-danger .bu-tabs li.bu-is-active a {
color: hsl(348deg, 86%, 61%) !important;
opacity: 1;
}
.bu-hero.bu-is-danger .bu-tabs.bu-is-boxed a, .bu-hero.bu-is-danger .bu-tabs.bu-is-toggle a {
color: #fff;
}
.bu-hero.bu-is-danger .bu-tabs.bu-is-boxed a:hover, .bu-hero.bu-is-danger .bu-tabs.bu-is-toggle a:hover {
background-color: rgba(10, 10, 10, 0.1);
}
.bu-hero.bu-is-danger .bu-tabs.bu-is-boxed li.bu-is-active a, .bu-hero.bu-is-danger .bu-tabs.bu-is-boxed li.bu-is-active a:hover, .bu-hero.bu-is-danger .bu-tabs.bu-is-toggle li.bu-is-active a, .bu-hero.bu-is-danger .bu-tabs.bu-is-toggle li.bu-is-active a:hover {
background-color: #fff;
border-color: #fff;
color: hsl(348deg, 86%, 61%);
}
.bu-hero.bu-is-danger.bu-is-bold {
background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348deg, 86%, 61%) 71%, #f7595f 100%);
}
@media screen and (max-width: 768px) {
.bu-hero.bu-is-danger.bu-is-bold .bu-navbar-menu {
background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348deg, 86%, 61%) 71%, #f7595f 100%);
}
}
.bu-hero.bu-is-small .bu-hero-body {
padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
.bu-hero.bu-is-medium .bu-hero-body {
padding: 9rem 4.5rem;
}
}
@media screen and (min-width: 769px), print {
.bu-hero.bu-is-large .bu-hero-body {
padding: 18rem 6rem;
}
}
.bu-hero.bu-is-halfheight .bu-hero-body, .bu-hero.bu-is-fullheight .bu-hero-body, .bu-hero.bu-is-fullheight-with-navbar .bu-hero-body {
align-items: center;
display: flex;
}
.bu-hero.bu-is-halfheight .bu-hero-body > .bu-container, .bu-hero.bu-is-fullheight .bu-hero-body > .bu-container, .bu-hero.bu-is-fullheight-with-navbar .bu-hero-body > .bu-container {
flex-grow: 1;
flex-shrink: 1;
}
.bu-hero.bu-is-halfheight {
min-height: 50vh;
}
.bu-hero.bu-is-fullheight {
min-height: 100vh;
}
.bu-hero-video {
overflow: hidden;
}
.bu-hero-video video {
left: 50%;
min-height: 100%;
min-width: 100%;
position: absolute;
top: 50%;
transform: translate3d(-50%, -50%, 0);
}
.bu-hero-video.bu-is-transparent {
opacity: 0.3;
}
@media screen and (max-width: 768px) {
.bu-hero-video {
display: none;
}
}
.bu-hero-buttons {
margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
.bu-hero-buttons .bu-button {
display: flex;
}
.bu-hero-buttons .bu-button:not(:last-child) {
margin-bottom: 0.75rem;
}
}
@media screen and (min-width: 769px), print {
.bu-hero-buttons {
display: flex;
justify-content: center;
}
.bu-hero-buttons .bu-button:not(:last-child) {
margin-right: 1.5rem;
}
}
.bu-hero-head,
.bu-hero-foot {
flex-grow: 0;
flex-shrink: 0;
}
.bu-hero-body {
flex-grow: 1;
flex-shrink: 0;
padding: 3rem 1.5rem;
}
@media screen and (min-width: 769px), print {
.bu-hero-body {
padding: 3rem 3rem;
}
}
.bu-section {
padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
.bu-section {
padding: 3rem 3rem;
}
.bu-section.bu-is-medium {
padding: 9rem 4.5rem;
}
.bu-section.bu-is-large {
padding: 18rem 6rem;
}
}
.bu-footer {
background-color: hsl(0deg, 0%, 98%);
padding: 3rem 1.5rem 6rem;
}@-webkit-keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}input[type=range].slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:1rem 0;background:0 0}input[type=range].slider.is-fullwidth{display:block;width:100%}input[type=range].slider:focus{outline:0}input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track{width:100%}input[type=range].slider:not([orient=vertical])::-moz-range-track{width:100%}input[type=range].slider:not([orient=vertical])::-ms-track{width:100%}input[type=range].slider:not([orient=vertical]).has-output+output,input[type=range].slider:not([orient=vertical]).has-output-tooltip+output{width:3rem;background:#4a4a4a;border-radius:4px;padding:.4rem .8rem;font-size:.75rem;line-height:.75rem;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#fff;overflow:hidden;pointer-events:none;z-index:200}input[type=range].slider:not([orient=vertical]).has-output{display:inline-block;width:calc(100% - (4.2rem))}input[type=range].slider:not([orient=vertical]).has-output+output{display:inline-block;position:relative;margin-left:.75rem;top:-.75rem}input[type=range].slider:not([orient=vertical]).has-output-tooltip{display:block}input[type=range].slider:not([orient=vertical]).has-output-tooltip+output{position:absolute;left:0;top:-.1rem}input[type=range].slider[orient=vertical]{-webkit-appearance:slider-vertical;-webkit-writing-mode:bt-lr;-ms-writing-mode:bt-lr;writing-mode:bt-lr}input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track{height:100%}input[type=range].slider[orient=vertical]::-moz-range-track{height:100%}input[type=range].slider[orient=vertical]::-ms-track{height:100%}input[type=range].slider::-webkit-slider-runnable-track{cursor:pointer;animate:.2s;box-shadow:0 0 0 #7a7a7a;background:#dbdbdb;border-radius:4px;border:0 solid #7a7a7a}input[type=range].slider::-moz-range-track{cursor:pointer;animate:.2s;box-shadow:0 0 0 #7a7a7a;background:#dbdbdb;border-radius:4px;border:0 solid #7a7a7a}input[type=range].slider::-ms-track{cursor:pointer;animate:.2s;box-shadow:0 0 0 #7a7a7a;background:#dbdbdb;border-radius:4px;border:0 solid #7a7a7a}input[type=range].slider::-ms-fill-lower{background:#00d1b2}input[type=range].slider::-ms-fill-upper{background:#dbdbdb}input[type=range].slider::-webkit-slider-thumb{box-shadow:none;border:1px solid #b5b5b5;border-radius:4px;background:#fff;cursor:pointer;-webkit-appearance:none;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease}input[type=range].slider::-moz-range-thumb{box-shadow:none;border:1px solid #b5b5b5;background:#fff;border-radius:4px;cursor:pointer;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease}input[type=range].slider::-ms-thumb{box-shadow:none;border:1px solid #b5b5b5;background:#fff;border-radius:4px;cursor:pointer;transition:transform .2s ease,-webkit-transform .2s ease;transition:transform .2s ease;transition:-webkit-transform .2s ease}input[type=range].slider::-webkit-slider-thumb{-webkit-appearance:none}input[type=range].slider.is-circle::-webkit-slider-thumb{border-radius:50%}input[type=range].slider.is-circle::-moz-range-thumb{border-radius:50%}input[type=range].slider.is-circle::-ms-thumb{border-radius:50%}input[type=range].slider:active::-webkit-slider-thumb{-webkit-transform:scale(1.25);transform:scale(1.25)}input[type=range].slider:active::-moz-range-thumb{transform:scale(1.25)}input[type=range].slider:active::-ms-thumb{transform:scale(1.25)}input[type=range].slider:disabled{opacity:.5;cursor:not-allowed}input[type=range].slider:disabled::-webkit-slider-thumb{cursor:not-allowed;-webkit-transform:scale(1);transform:scale(1)}input[type=range].slider:disabled::-moz-range-thumb{cursor:not-allowed;transform:scale(1)}input[type=range].slider:disabled::-ms-thumb{cursor:not-allowed;transform:scale(1)}input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track{height:.5rem}input[type=range].slider:not([orient=vertical])::-moz-range-track{height:.5rem}input[type=range].slider:not([orient=vertical])::-ms-track{height:.5rem}input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track{width:.5rem}input[type=range].slider[orient=vertical]::-moz-range-track{width:.5rem}input[type=range].slider[orient=vertical]::-ms-track{width:.5rem}input[type=range].slider::-webkit-slider-thumb{height:1rem;width:1rem;margin-top:-.25rem}input[type=range].slider::-moz-range-thumb{height:1rem;width:1rem}input[type=range].slider::-ms-thumb{height:1rem;width:1rem}input[type=range].slider[orient=vertical]::-webkit-slider-thumb{margin-top:auto;margin-left:-.25rem}input[type=range].slider.is-small:not([orient=vertical])::-webkit-slider-runnable-track{height:.375rem}input[type=range].slider.is-small:not([orient=vertical])::-moz-range-track{height:.375rem}input[type=range].slider.is-small:not([orient=vertical])::-ms-track{height:.375rem}input[type=range].slider.is-small[orient=vertical]::-webkit-slider-runnable-track{width:.375rem}input[type=range].slider.is-small[orient=vertical]::-moz-range-track{width:.375rem}input[type=range].slider.is-small[orient=vertical]::-ms-track{width:.375rem}input[type=range].slider.is-small::-webkit-slider-thumb{height:.75rem;width:.75rem;margin-top:-.1875rem}input[type=range].slider.is-small::-moz-range-thumb{height:.75rem;width:.75rem}input[type=range].slider.is-small::-ms-thumb{height:.75rem;width:.75rem}input[type=range].slider.is-small[orient=vertical]::-webkit-slider-thumb{margin-top:auto;margin-left:-.1875rem}input[type=range].slider.is-medium:not([orient=vertical])::-webkit-slider-runnable-track{height:.625rem}input[type=range].slider.is-medium:not([orient=vertical])::-moz-range-track{height:.625rem}input[type=range].slider.is-medium:not([orient=vertical])::-ms-track{height:.625rem}input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-runnable-track{width:.625rem}input[type=range].slider.is-medium[orient=vertical]::-moz-range-track{width:.625rem}input[type=range].slider.is-medium[orient=vertical]::-ms-track{width:.625rem}input[type=range].slider.is-medium::-webkit-slider-thumb{height:1.25rem;width:1.25rem;margin-top:-.3125rem}input[type=range].slider.is-medium::-moz-range-thumb{height:1.25rem;width:1.25rem}input[type=range].slider.is-medium::-ms-thumb{height:1.25rem;width:1.25rem}input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-thumb{margin-top:auto;margin-left:-.3125rem}input[type=range].slider.is-large:not([orient=vertical])::-webkit-slider-runnable-track{height:.75rem}input[type=range].slider.is-large:not([orient=vertical])::-moz-range-track{height:.75rem}input[type=range].slider.is-large:not([orient=vertical])::-ms-track{height:.75rem}input[type=range].slider.is-large[orient=vertical]::-webkit-slider-runnable-track{width:.75rem}input[type=range].slider.is-large[orient=vertical]::-moz-range-track{width:.75rem}input[type=range].slider.is-large[orient=vertical]::-ms-track{width:.75rem}input[type=range].slider.is-large::-webkit-slider-thumb{height:1.5rem;width:1.5rem;margin-top:-.375rem}input[type=range].slider.is-large::-moz-range-thumb{height:1.5rem;width:1.5rem}input[type=range].slider.is-large::-ms-thumb{height:1.5rem;width:1.5rem}input[type=range].slider.is-large[orient=vertical]::-webkit-slider-thumb{margin-top:auto;margin-left:-.375rem}input[type=range].slider.is-white::-moz-range-track{background:#fff}input[type=range].slider.is-white::-webkit-slider-runnable-track{background:#fff}input[type=range].slider.is-white::-ms-track{background:#fff!important}input[type=range].slider.is-white::-ms-fill-lower{background:#fff}input[type=range].slider.is-white .has-output-tooltip+output,input[type=range].slider.is-white.has-output+output{background-color:#fff;color:#0a0a0a}input[type=range].slider.is-black::-moz-range-track{background:#0a0a0a}input[type=range].slider.is-black::-webkit-slider-runnable-track{background:#0a0a0a}input[type=range].slider.is-black::-ms-track{background:#0a0a0a!important}input[type=range].slider.is-black::-ms-fill-lower{background:#0a0a0a}input[type=range].slider.is-black .has-output-tooltip+output,input[type=range].slider.is-black.has-output+output{background-color:#0a0a0a;color:#fff}input[type=range].slider.is-light::-moz-range-track{background:#f5f5f5}input[type=range].slider.is-light::-webkit-slider-runnable-track{background:#f5f5f5}input[type=range].slider.is-light::-ms-track{background:#f5f5f5!important}input[type=range].slider.is-light::-ms-fill-lower{background:#f5f5f5}input[type=range].slider.is-light .has-output-tooltip+output,input[type=range].slider.is-light.has-output+output{background-color:#f5f5f5;color:#363636}input[type=range].slider.is-dark::-moz-range-track{background:#363636}input[type=range].slider.is-dark::-webkit-slider-runnable-track{background:#363636}input[type=range].slider.is-dark::-ms-track{background:#363636!important}input[type=range].slider.is-dark::-ms-fill-lower{background:#363636}input[type=range].slider.is-dark .has-output-tooltip+output,input[type=range].slider.is-dark.has-output+output{background-color:#363636;color:#f5f5f5}input[type=range].slider.is-primary::-moz-range-track{background:#00d1b2}input[type=range].slider.is-primary::-webkit-slider-runnable-track{background:#00d1b2}input[type=range].slider.is-primary::-ms-track{background:#00d1b2!important}input[type=range].slider.is-primary::-ms-fill-lower{background:#00d1b2}input[type=range].slider.is-primary .has-output-tooltip+output,input[type=range].slider.is-primary.has-output+output{background-color:#00d1b2;color:#fff}input[type=range].slider.is-link::-moz-range-track{background:#3273dc}input[type=range].slider.is-link::-webkit-slider-runnable-track{background:#3273dc}input[type=range].slider.is-link::-ms-track{background:#3273dc!important}input[type=range].slider.is-link::-ms-fill-lower{background:#3273dc}input[type=range].slider.is-link .has-output-tooltip+output,input[type=range].slider.is-link.has-output+output{background-color:#3273dc;color:#fff}input[type=range].slider.is-info::-moz-range-track{background:#209cee}input[type=range].slider.is-info::-webkit-slider-runnable-track{background:#209cee}input[type=range].slider.is-info::-ms-track{background:#209cee!important}input[type=range].slider.is-info::-ms-fill-lower{background:#209cee}input[type=range].slider.is-info .has-output-tooltip+output,input[type=range].slider.is-info.has-output+output{background-color:#209cee;color:#fff}input[type=range].slider.is-success::-moz-range-track{background:#23d160}input[type=range].slider.is-success::-webkit-slider-runnable-track{background:#23d160}input[type=range].slider.is-success::-ms-track{background:#23d160!important}input[type=range].slider.is-success::-ms-fill-lower{background:#23d160}input[type=range].slider.is-success .has-output-tooltip+output,input[type=range].slider.is-success.has-output+output{background-color:#23d160;color:#fff}input[type=range].slider.is-warning::-moz-range-track{background:#ffdd57}input[type=range].slider.is-warning::-webkit-slider-runnable-track{background:#ffdd57}input[type=range].slider.is-warning::-ms-track{background:#ffdd57!important}input[type=range].slider.is-warning::-ms-fill-lower{background:#ffdd57}input[type=range].slider.is-warning .has-output-tooltip+output,input[type=range].slider.is-warning.has-output+output{background-color:#ffdd57;color:rgba(0,0,0,.7)}input[type=range].slider.is-danger::-moz-range-track{background:#ff3860}input[type=range].slider.is-danger::-webkit-slider-runnable-track{background:#ff3860}input[type=range].slider.is-danger::-ms-track{background:#ff3860!important}input[type=range].slider.is-danger::-ms-fill-lower{background:#ff3860}input[type=range].slider.is-danger .has-output-tooltip+output,input[type=range].slider.is-danger.has-output+output{background-color:#ff3860;color:#fff}.pickr{position:relative;overflow:visible;transform:translateY(0)}.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr .pcr-button{position:relative;height:2em;width:2em;padding:0.5em;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;border-radius:.15em;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;background-size:0;transition:all 0.3s}.pickr .pcr-button::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pickr .pcr-button::before{z-index:initial}.pickr .pcr-button::after{position:absolute;content:'';top:0;left:0;height:100%;width:100%;transition:background 0.3s;background:var(--pcr-color);border-radius:.15em}.pickr .pcr-button.clear{background-size:70%}.pickr .pcr-button.clear::before{opacity:0}.pickr .pcr-button.clear:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-button.disabled{cursor:not-allowed}.pickr *,.pcr-app *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr input:focus,.pickr input.pcr-active,.pickr button:focus,.pickr button.pcr-active,.pcr-app input:focus,.pcr-app input.pcr-active,.pcr-app button:focus,.pcr-app button.pcr-active{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-palette,.pickr .pcr-slider,.pcr-app .pcr-palette,.pcr-app .pcr-slider{transition:box-shadow 0.3s}.pickr .pcr-palette:focus,.pickr .pcr-slider:focus,.pcr-app .pcr-palette:focus,.pcr-app .pcr-slider:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(0,0,0,0.25)}.pcr-app{position:fixed;display:flex;flex-direction:column;z-index:10000;border-radius:0.1em;background:#fff;opacity:0;visibility:hidden;transition:opacity 0.3s, visibility 0s 0.3s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;box-shadow:0 0.15em 1.5em 0 rgba(0,0,0,0.1),0 0 1em 0 rgba(0,0,0,0.03);left:0;top:0}.pcr-app.visible{transition:opacity 0.3s;visibility:visible;opacity:1}.pcr-app .pcr-swatches{display:flex;flex-wrap:wrap;margin-top:0.75em}.pcr-app .pcr-swatches.pcr-last{margin:0}@supports (display: grid){.pcr-app .pcr-swatches{display:grid;align-items:center;grid-template-columns:repeat(auto-fit, 1.75em)}}.pcr-app .pcr-swatches>button{font-size:1em;position:relative;width:calc(1.75em - 5px);height:calc(1.75em - 5px);border-radius:0.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all 0.15s;overflow:hidden;background:transparent;z-index:1}.pcr-app .pcr-swatches>button::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:6px;border-radius:.15em;z-index:-1}.pcr-app .pcr-swatches>button::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--pcr-color);border:1px solid rgba(0,0,0,0.05);border-radius:0.15em;box-sizing:border-box}.pcr-app .pcr-swatches>button:hover{filter:brightness(1.05)}.pcr-app .pcr-swatches>button:not(.pcr-active){box-shadow:none}.pcr-app .pcr-interaction{display:flex;flex-wrap:wrap;align-items:center;margin:0 -0.2em 0 -0.2em}.pcr-app .pcr-interaction>*{margin:0 0.2em}.pcr-app .pcr-interaction input{letter-spacing:0.07em;font-size:0.75em;text-align:center;cursor:pointer;color:#75797e;background:#f1f3f4;border-radius:.15em;transition:all 0.15s;padding:0.45em 0.5em;margin-top:0.75em}.pcr-app .pcr-interaction input:hover{filter:brightness(0.975)}.pcr-app .pcr-interaction input:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(66,133,244,0.75)}.pcr-app .pcr-interaction .pcr-result{color:#75797e;text-align:left;flex:1 1 8em;min-width:8em;transition:all 0.2s;border-radius:.15em;background:#f1f3f4;cursor:text}.pcr-app .pcr-interaction .pcr-result::-moz-selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-result::selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-type.active{color:#fff;background:#4285f4}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff;width:auto}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff}.pcr-app .pcr-interaction .pcr-save:hover,.pcr-app .pcr-interaction .pcr-cancel:hover,.pcr-app .pcr-interaction .pcr-clear:hover{filter:brightness(0.925)}.pcr-app .pcr-interaction .pcr-save{background:#4285f4}.pcr-app .pcr-interaction .pcr-clear,.pcr-app .pcr-interaction .pcr-cancel{background:#f44250}.pcr-app .pcr-interaction .pcr-clear:focus,.pcr-app .pcr-interaction .pcr-cancel:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(244,66,80,0.75)}.pcr-app .pcr-selection .pcr-picker{position:absolute;height:18px;width:18px;border:2px solid #fff;border-radius:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pcr-app .pcr-selection .pcr-color-palette,.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:column;cursor:grab;cursor:-webkit-grab}.pcr-app .pcr-selection .pcr-color-palette:active,.pcr-app .pcr-selection .pcr-color-chooser:active,.pcr-app .pcr-selection .pcr-color-opacity:active{cursor:grabbing;cursor:-webkit-grabbing}.pcr-app[data-theme='monolith']{width:14.25em;max-width:95vw;padding:0.8em}.pcr-app[data-theme='monolith'] .pcr-selection{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-preview{position:relative;z-index:1;width:100%;height:1em;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:0.5em}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-preview::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-preview .pcr-last-color{cursor:pointer;transition:background-color 0.3s, box-shadow 0.3s;border-radius:0.15em 0 0 0.15em;z-index:2}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-preview .pcr-current-color{border-radius:0 0.15em 0.15em 0}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-preview .pcr-last-color,.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-preview .pcr-current-color{background:var(--pcr-color);width:50%;height:100%}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-palette{width:100%;height:8em;z-index:1}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-palette .pcr-palette{border-radius:.15em;width:100%;height:100%}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-palette .pcr-palette::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-chooser,.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-opacity{height:0.5em;margin-top:0.75em}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-chooser .pcr-picker,.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-opacity .pcr-picker{top:50%;transform:translateY(-50%)}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-chooser .pcr-slider,.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-opacity .pcr-slider{flex-grow:1;border-radius:50em}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-chooser .pcr-slider{background:linear-gradient(to right, red, #ff0, lime, cyan, blue, #f0f, red)}.pcr-app[data-theme='monolith'] .pcr-selection .pcr-color-opacity .pcr-slider{background:linear-gradient(to right, transparent, black),url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:100%, 0.25em}body {
overflow-x: initial;
}
#qrcode canvas, #qrcode div {
width: 100% !important;
height: auto !important;
}
#qrcode .lower-canvas {
position: inherit !important;
}
.pickr .pcr-button {
border: 2px solid black;
border-radius: 5px;
vertical-align: middle;
}
.sticky {
position: -webkit-sticky;
position: sticky;
top: 5%;
}
.bu-select select {
font-size: 0.8em;
}
.bu-select:not(.bu-is-multiple):not(.bu-is-loading)::after {
margin-top: -0.6em;
right: 0.8em;
}
.rotate-180 {
transform: rotate(180deg);
transition: transform 150ms ease;
}
.bu-section a {
font-size: 1.2rem;
}
.entry-content .bu-section p {
margin-bottom: 0;
}
.entry-content button.bu-card-header-icon,
.entry-content button.bu-card-header-icon:hover
{
background-color: #fff;
color: #000;
}
.bu-delete {
padding-right: 0;
}
input[type="email"].bu-input {
background-color: hsl(0deg, 0%, 100%);
border-color: hsl(0deg, 0%, 86%);
border-radius: 4px;
color: hsl(0deg, 0%, 21%);
}
input[type="email"].bu-input:hover
{
border-color: hsl(0deg, 0%, 71%);
}
input[type="email"].bu-input:focus
{
border-color: hsl(229deg, 53%, 53%);
box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.bu-button.bu-is-success {
transition: all .3s;
font-size: 1rem;
padding-bottom: 22px;
padding-top: 22px;
border-color: var(--ast-global-color-0);
background-color: var(--ast-global-color-0);
font-weight: 500;
}
.bu-button.bu-is-success:hover {
background-color: var(--ast-global-color-7);
border-color: var(--ast-global-color-7);
}
[disabled].bu-button.bu-is-success,
[disabled].bu-button.bu-is-success:hover {
background-color: var(--ast-global-color-7);
border-color: var(--ast-global-color-7);
cursor: not-allowed;
}
.pcr-app * {
padding: 0;
}
.bu-file-cta, .bu-file-name, .bu-checkbox {
font-size: 0.85em;
}
input[type="button"].pcr-save {
line-height: 1.5;
}
input[type=range].slider:not([orient=vertical]).has-output+output {
position: unset;
}
.saveButton {
height: 48px;
}
.qr-frame-types img, .qr-eyes-style img, .qr-alignment-style img, .qr-timings-style img, .qr-dots-style img {
width: 8rem;
cursor: pointer;
border: 3px solid white;
}
.qr-eyes-style img,
.qr-timings-style img,
.qr-dots-style img  {
width: 5rem;
}
.qr-alignment-style img
{
width: 3rem;
}
.qr-frame-types input[type="radio"]:checked+label img,
.qr-eyes-style input[type="radio"]:checked+label img,
.qr-alignment-style input[type="radio"]:checked+label img,
.qr-timings-style input[type="radio"]:checked+label img,
.qr-dots-style input[type="radio"]:checked+label img { 
border: 3px solid var(--ast-global-color-7);
border-radius: 10px;
}
.qrTypes .bu-control .saveButton {
margin-top: 15px;
}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//eqrcodes.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//eqrcodes.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//eqrcodes.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//eqrcodes.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}.wpforms-container .wpforms-form .wpforms-error-alert{border:1px solid #cccccc;text-shadow:0 1px 0 rgba(255,255,255,0.5);padding:10px 15px;font-size:14px;margin:0 0 10px 0}.wpforms-container .wpforms-form .wpforms-error-alert{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}div[style*="z-index: 2147483647"] div[style*="border-width: 11px"][style*="position: absolute"][style*="pointer-events: none"]{border-style:none}.wpforms-is-turnstile iframe{margin-left:-2px !important}.wpforms-container .wpforms-error-container,.wpforms-container noscript.wpforms-error-noscript{color:#990000}.wpforms-container label.wpforms-error{display:block;color:#990000;font-size:0.9em;float:none;cursor:default}.wpforms-container .wpforms-field input.wpforms-error,.wpforms-container .wpforms-field input.user-invalid,.wpforms-container .wpforms-field textarea.wpforms-error,.wpforms-container .wpforms-field textarea.user-invalid,.wpforms-container .wpforms-field select.wpforms-error,.wpforms-container .wpforms-field select.user-invalid,.wpforms-container .wpforms-field.wpforms-has-error .choices__inner{border:1px solid #cc0000}.wpforms-container .wpforms-field-credit-card-expiration label.wpforms-error,.wpforms-container .wpforms-field-credit-card-code label.wpforms-error{display:none !important}.wpforms-container .wpforms-page-indicator{margin:0 0 20px 0;overflow:hidden}.wpforms-container .wpforms-page-indicator.circles{border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;padding:15px 10px}.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page{float:left;margin:0 20px 0 0}.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page:last-of-type{margin:0}.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page-number{height:40px;width:40px;border-radius:50%;display:inline-block;margin:0 10px 0 0;line-height:40px;text-align:center;background-color:#ddd;color:#666}.wpforms-container .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number{color:#fff}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page{float:left;text-align:center;line-height:1.2}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number{display:block;text-indent:-9999px;height:6px;background-color:#ddd;margin:0 0 16px 0;position:relative}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-triangle{position:absolute;top:100%;left:50%;width:0;height:0;margin-left:-5px;border-style:solid;border-width:6px 5px 0 5px;border-color:transparent transparent transparent transparent}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-title{display:inline-block;padding:0 15px;font-size:16px}.wpforms-container .wpforms-page-indicator.progress{font-size:18px}.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap{display:block;width:100%;background-color:#ddd;height:18px;border-radius:10px;overflow:hidden;position:relative;margin:5px 0 0}.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress{height:18px;position:absolute;left:0;top:0}div.wpforms-container .wpforms-notice{background-color:#fff;border:1px solid #ddd;border-left-width:12px;color:#333;font-size:16px;line-height:1.5;margin-bottom:30px;padding:20px 36px 20px 26px;position:relative}div.wpforms-container .wpforms-notice .wpforms-delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;height:20px;margin:0;padding:0;outline:none;vertical-align:top;width:20px;position:absolute;right:10px;top:10px}div.wpforms-container .wpforms-notice .wpforms-delete:before,div.wpforms-container .wpforms-notice .wpforms-delete:after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}div.wpforms-container .wpforms-notice .wpforms-delete:before{height:2px;width:50%}div.wpforms-container .wpforms-notice .wpforms-delete:after{height:50%;width:2px}div.wpforms-container .wpforms-notice .wpforms-delete:hover,div.wpforms-container .wpforms-notice .wpforms-delete:focus{background-color:rgba(10,10,10,0.3)}div.wpforms-container .wpforms-notice a{text-decoration:underline}div.wpforms-container .wpforms-notice p{margin:0 0 20px 0}div.wpforms-container .wpforms-notice p:last-of-type{margin-bottom:0}div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action,div.wpforms-container-full .wpforms-notice.wpforms-info{border-color:#3273dc}div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action,div.wpforms-container-full .wpforms-notice.wpforms-success{border-color:#23d160}div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action,div.wpforms-container-full .wpforms-notice.wpforms-warning{border-color:#ffdd57}div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action,div.wpforms-container-full .wpforms-notice.wpforms-error{border-color:#ff3860}div.wpforms-container-full .wpforms-notice .wpforms-notice-actions{margin-top:20px}div.wpforms-container-full .wpforms-notice .wpforms-notice-action{border:2px solid;margin-right:20px;padding:5px;text-decoration:none}div.wpforms-container-full .wpforms-notice .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice .wpforms-notice-action:active{color:#fff}div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:active{background-color:#3273dc}div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:active{background-color:#23d160}div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:active{background-color:#ffdd57;color:inherit}div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:active{background-color:#ff3860}.wpforms-preview-notice-links{line-height:2.4}.wpforms-container .wpforms-title{font-size:26px;margin:0 0 10px 0}.wpforms-container .wpforms-description{margin:0 0 10px 0}.wpforms-container .wpforms-submit-container{padding:10px 0 0 0;position:relative}.wpforms-container .wpforms-submit-spinner{margin-left:0.5em}.wpforms-container{margin-bottom:26px}.wpforms-container .wpforms-field-hp{display:none !important;position:absolute !important;left:-9000px !important}.wpforms-container .wpforms-field.wpforms-field-hidden{display:none;padding:0}.wpforms-container .wpforms-screen-reader-element{position:absolute !important;clip:rect(0, 0, 0, 0);height:1px;width:1px;border:0;overflow:hidden;word-wrap:normal !important}.amp-form-submit-success .wpforms-field-container,.amp-form-submit-success .wpforms-submit-container{display:none}.edit-post-visual-editor .wpforms-gutenberg-form-selector-wrap h3{width:100%;margin:10px 0 5px;font-weight:700;font-size:20px}.edit-post-visual-editor .wpforms-gutenberg-form-selector-wrap img{margin-right:25px;width:initial}.edit-post-visual-editor .wpforms-gutenberg-form-selector-wrap .components-base-control{width:100%}div.wpforms-gutenberg-form-selector .wpforms-form input:disabled,div.wpforms-gutenberg-form-selector .wpforms-form textarea:disabled,div.wpforms-gutenberg-form-selector .wpforms-form select:disabled,div.wpforms-gutenberg-form-selector .wpforms-form button[type=submit]:disabled{cursor:not-allowed}div.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__inner,div.wpforms-container .wpforms-form .choices.is-open .choices__list--dropdown{border-radius:0 0 2px 2px}div.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__list--dropdown,div.wpforms-container .wpforms-form .choices.is-open .choices__inner{border-radius:2px 2px 0 0}div.wpforms-container .wpforms-form .choices .choices__inner{border-radius:2px;min-height:35px}div.wpforms-container .wpforms-form .choices .choices__inner .choices__list--single{height:auto}div.wpforms-container .wpforms-form .choices .choices__inner .choices__list--multiple .choices__item{line-height:1.3}body.rtl .wpforms-field-phone input[type=tel]{direction:ltr;unicode-bidi:embed;text-align:right}body.rtl .wpforms-container .wpforms-first{float:right}body.rtl .wpforms-container .wpforms-first+.wpforms-one-half{margin-right:4%;margin-left:0}.wpforms-clear:before{content:" ";display:table}.wpforms-clear:after{clear:both;content:" ";display:table}.wpforms-container ul,.wpforms-container ul li{background:none;border:0;margin:0;list-style:none}.wpforms-container input.wpforms-field-medium,.wpforms-container select.wpforms-field-medium,.wpforms-container .wpforms-field-row.wpforms-field-medium{max-width:60%}.wpforms-container textarea.wpforms-field-medium{height:120px}.wpforms-container input.wpforms-field-small,.wpforms-container select.wpforms-field-small,.wpforms-container .wpforms-field-row.wpforms-field-small{max-width:25%}.wpforms-container textarea.wpforms-field-small{height:70px}.wpforms-container input.wpforms-field-large,.wpforms-container select.wpforms-field-large,.wpforms-container .wpforms-field-row.wpforms-field-large{max-width:100%}.wpforms-container textarea.wpforms-field-large{height:220px}.wpforms-container .wpforms-field{padding:10px 0;position:relative}.wpforms-container .wpforms-field-description,.wpforms-container .wpforms-field-limit-text{font-size:0.85em;margin:5px 0 0 0}.wpforms-container .wpforms-field-description.wpforms-disclaimer-description{background-color:#fff;border:1px solid #ddd;padding:15px 15px 0;height:125px;overflow-y:scroll;overflow-x:hidden}.wpforms-container .wpforms-field-description.wpforms-disclaimer-description p{margin:0 0 15px 0}.wpforms-container .wpforms-field-description-before,.wpforms-container .wpforms-field-description.before{font-size:0.85em;margin:0 0 5px 0}.wpforms-container .wpforms-field-label{display:block;font-weight:700;float:none;word-break:break-word;word-wrap:break-word}.wpforms-container .wpforms-field-sublabel{display:block;font-size:0.85em;float:none}.wpforms-container .wpforms-field-label-inline{display:inline;vertical-align:baseline;font-weight:400;word-break:break-word}.wpforms-container .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-sublabel.wpforms-sublabel-hide{position:absolute;top:-99999px;left:-99999px}.wpforms-container .wpforms-required-label{color:#ff0000;font-weight:normal}.wpforms-container .wpforms-field-row{margin-bottom:8px;position:relative}.wpforms-container .wpforms-field .wpforms-field-row:last-of-type{margin-bottom:0}.wpforms-container .wpforms-field-row:before{content:" ";display:table}.wpforms-container .wpforms-field-row:after{clear:both;content:" ";display:table}.wpforms-container .wpforms-form .wpforms-field-address .wpforms-one-half:only-child{margin-left:0}.wpforms-container .wpforms-five-sixths,.wpforms-container .wpforms-four-sixths,.wpforms-container .wpforms-four-fifths,.wpforms-container .wpforms-one-fifth,.wpforms-container .wpforms-one-fourth,.wpforms-container .wpforms-one-half,.wpforms-container .wpforms-one-sixth,.wpforms-container .wpforms-one-third,.wpforms-container .wpforms-three-fourths,.wpforms-container .wpforms-three-fifths,.wpforms-container .wpforms-three-sixths,.wpforms-container .wpforms-two-fourths,.wpforms-container .wpforms-two-fifths,.wpforms-container .wpforms-two-sixths,.wpforms-container .wpforms-two-thirds{float:left;margin-left:20px;clear:none}.wpforms-container .wpforms-one-half,.wpforms-container .wpforms-three-sixths,.wpforms-container .wpforms-two-fourths{width:calc( 50% - 10px)}.wpforms-container .wpforms-one-third,.wpforms-container .wpforms-two-sixths{width:calc( 100% / 3 - 20px)}.wpforms-container .wpforms-one-third.wpforms-first,.wpforms-container .wpforms-two-sixths.wpforms-first{width:calc( 100% / 3)}.wpforms-container .wpforms-four-sixths,.wpforms-container .wpforms-two-thirds{width:calc( 2 * 100% / 3 - 20px)}.wpforms-container .wpforms-four-sixths.wpforms-first,.wpforms-container .wpforms-two-thirds.wpforms-first{width:calc( 2 * 100% / 3)}.wpforms-container .wpforms-one-fourth{width:calc( 25% - 20px)}.wpforms-container .wpforms-one-fourth.wpforms-first{width:25%}.wpforms-container .wpforms-three-fourths{width:calc( 75% - 20px)}.wpforms-container .wpforms-three-fourths.wpforms-first{width:75%}.wpforms-container .wpforms-one-fifth{width:calc( 100% / 5 - 20px)}.wpforms-container .wpforms-one-fifth.wpforms-first{width:calc( 100% / 5)}.wpforms-container .wpforms-two-fifths{width:calc( 2 * 100% / 5 - 20px)}.wpforms-container .wpforms-two-fifths.wpforms-first{width:calc( 2 * 100% / 5)}.wpforms-container .wpforms-three-fifths{width:calc( 3 * 100% / 5 - 20px)}.wpforms-container .wpforms-three-fifths.wpforms-first{width:calc( 3 * 100% / 5)}.wpforms-container .wpforms-four-fifths{width:calc( 4 * 100% / 5 - 20px)}.wpforms-container .wpforms-four-fifths.wpforms-first{width:calc( 4 * 100% / 5)}.wpforms-container .wpforms-one-sixth{width:calc( 100% / 6 - 20px)}.wpforms-container .wpforms-one-sixth.wpforms-first{width:calc( 100% / 6)}.wpforms-container .wpforms-five-sixths{width:calc( 5 * 100% / 6 - 20px)}.wpforms-container .wpforms-five-sixths.wpforms-first{width:calc( 5 * 100% / 6)}.wpforms-container .wpforms-first{clear:both !important;margin-left:0 !important}.wpforms-container .wpforms-checkbox-2-columns ul,.wpforms-container .wpforms-multiplechoice-2-columns ul,.wpforms-container .wpforms-list-2-columns ul,.wpforms-container .wpforms-checkbox-3-columns ul,.wpforms-container .wpforms-multiplechoice-3-columns ul,.wpforms-container .wpforms-list-3-columns ul{display:-ms-flex;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.wpforms-container .wpforms-checkbox-2-columns ul li,.wpforms-container .wpforms-multiplechoice-2-columns ul li,.wpforms-container .wpforms-list-2-columns ul li{width:50%;display:block;padding-right:26px}.wpforms-container .wpforms-checkbox-3-columns ul li,.wpforms-container .wpforms-multiplechoice-3-columns ul li,.wpforms-container .wpforms-list-3-columns ul li{width:33.3333%;display:block;padding-right:26px}.wpforms-container .wpforms-list-inline ul li{display:inline-block;margin-right:20px;vertical-align:top}.wpforms-container .wpforms-first-half{float:left;width:48%;clear:both}.wpforms-container .wpforms-last-half{float:right;width:48%;clear:none}.wpforms-container .wpforms-first-third{float:left;width:30.666666667%;clear:both}.wpforms-container .wpforms-middle-third{float:left;width:30.666666667%;margin-left:4%;clear:none}.wpforms-container .wpforms-last-third{float:right;width:30.666666667%;clear:none}.wpforms-container .wpforms-last{float:right !important;margin-right:0 !important;clear:none}.wpforms-container.inline-fields{overflow:hidden}.wpforms-container.inline-fields .wpforms-field-container{display:table;width:calc(100% - 160px);float:left}.wpforms-container.inline-fields .wpforms-field{display:table-cell;padding-right:2%;vertical-align:top}.wpforms-container.inline-fields .wpforms-submit-container{float:right;width:160px}.wpforms-container.inline-fields .wpforms-submit{display:block;width:100%}.wpforms-container.inline-fields input.wpforms-field-medium,.wpforms-container.inline-fields select.wpforms-field-medium,.wpforms-container.inline-fields .wpforms-field-row.wpforms-field-medium{max-width:100%}.wpforms-container input[type=date],.wpforms-container input[type=datetime],.wpforms-container input[type=datetime-local],.wpforms-container input[type=email],.wpforms-container input[type=month],.wpforms-container input[type=number],.wpforms-container input[type=password],.wpforms-container input[type=range],.wpforms-container input[type=search],.wpforms-container input[type=tel],.wpforms-container input[type=text],.wpforms-container input[type=time],.wpforms-container input[type=url],.wpforms-container input[type=week],.wpforms-container select,.wpforms-container textarea{display:block;width:100%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;float:none;font-family:inherit}.wpforms-container input[type=checkbox],.wpforms-container input[type=radio]{width:13px;height:13px;margin:2px 10px 0 3px;display:inline-block;vertical-align:baseline}.wpforms-container amp-img>img{position:absolute}.wpforms-container .wpforms-recaptcha-container{padding:10px 0 20px 0;clear:both}.wpforms-container .wpforms-field-date-time-date-sep{display:inline-block;padding:0 5px}.wpforms-container .wpforms-field-date-time-date-year,.wpforms-container .wpforms-field-date-time-date-day,.wpforms-container .wpforms-field-date-time-date-month{display:inline-block;width:auto}.wpforms-container .wpforms-field-rating-item{padding:0 6px 0 0;margin:0;display:inline-block}.wpforms-container .wpforms-field-rating svg{cursor:pointer;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;opacity:0.60}.wpforms-container .wpforms-field-rating-item.selected svg,.wpforms-container .wpforms-field-rating-item.hover svg{-webkit-transform:scale(1.3);transform:scale(1.3);opacity:1}.wpforms-field-container .wpforms-field-date-time .wpforms-field-row{display:flex;flex-wrap:wrap;align-items:start;gap:10px 4%}.wpforms-field-container .wpforms-field-date-time .wpforms-field-row::before,.wpforms-field-container .wpforms-field-date-time .wpforms-field-row::after{position:absolute}.wpforms-field-container .wpforms-field-date-time .wpforms-date-type-dropdown{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap}.wpforms-field-container .wpforms-field-date-time .wpforms-date-type-dropdown .wpforms-field-date-dropdown-wrap{width:100%}.wpforms-field-container .wpforms-field-date-time .wpforms-date-type-dropdown+.wpforms-field-row-block{flex:1;min-width:30%}.wpforms-field-container .wpforms-field-date-time .wpforms-date-type-dropdown .wpforms-field-sublabel{width:100%}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap{align-items:center;display:flex;flex-grow:1;flex-wrap:nowrap;margin:0 -6px 0 -6px}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-small{width:calc( 25% + 12px)}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-medium{width:calc( 60% + 12px)}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-large{width:calc( 100% + 12px)}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap select{margin:0 6px 0 6px}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-time-date-day,.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-time-date-month{width:calc( 30% - 12px)}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-time-date-year{width:calc( 40% - 12px)}.wpforms-field-container .wpforms-field-date-time .wpforms-date-type-datepicker{width:clamp(50%, 100px, 100%)}.wpforms-field-container .wpforms-field-date-time .wpforms-date-type-datepicker+.wpforms-field-row-block{width:clamp(50%, 100px, 100%)}.wpforms-container .wpforms-datepicker-wrap{position:relative}.wpforms-container .wpforms-datepicker-wrap .wpforms-datepicker-clear{position:absolute;background-image:url(//eqrcodes.com/wp-content/plugins/wpforms-lite/assets/pro/images/times-solid-white.svg);background-position:50% 50%;background-repeat:no-repeat;background-color:#cccccc;background-size:8px;width:16px;height:16px;cursor:pointer;display:block;border-radius:50%;right:10px;top:50%;margin-top:-8px;transition:all 0.3s}.wpforms-container .wpforms-datepicker-wrap .wpforms-datepicker-clear:hover{background-color:red}.wpforms-container .wpforms-datepicker-wrap .wpforms-field-small+.wpforms-datepicker-clear{right:calc( 75% + 10px)}.wpforms-container .wpforms-datepicker-wrap .wpforms-field-medium+.wpforms-datepicker-clear{right:calc( 40% + 10px)}.wpforms-container .wpforms-field-rating-item{padding:0 6px 0 0;margin:0;display:inline-block}.wpforms-container .wpforms-field-rating svg{cursor:pointer;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;opacity:0.60}.wpforms-container .wpforms-field-rating-item.selected svg,.wpforms-container .wpforms-field-rating-item.hover svg{-webkit-transform:scale(1.3);transform:scale(1.3);opacity:1}.wpforms-container ul.wpforms-image-choices label:not(.wpforms-error){cursor:pointer;position:relative}.wpforms-container ul.wpforms-image-choices label input{top:50%}.wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li{margin:5px 5px 5px 5px}.wpforms-container .wpforms-image-choices-modern img{display:inline-block;margin:0 auto;max-width:100%}.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error){background-color:#fff;display:inline-block;margin:0 auto;cursor:pointer;border:1px solid #fff;border-radius:3px;padding:20px 20px 18px 20px;transition:all 0.5s;text-align:center}.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error):hover{border:1px solid #ddd}.wpforms-container .wpforms-image-choices-modern .wpforms-selected label{box-shadow:0 0 20px 0 rgba(0,0,0,0.1)}.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-image:after{content:"\2714";font-size:22px;line-height:32px;color:#fff;background:green;opacity:0;position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;width:32px;height:32px;border-radius:50%;transition:all 0.5s}.wpforms-container .wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after{opacity:1}.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-image{display:block;position:relative}.wpforms-container .wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label{font-weight:700}.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-label{display:block;margin-top:12px}.wpforms-container .wpforms-list-inline .wpforms-image-choices-classic li{margin:0 10px 10px 0 !important}.wpforms-container .wpforms-image-choices-classic img{display:inline-block;margin:0 auto;max-width:100%}.wpforms-container .wpforms-image-choices-classic label:not(.wpforms-error){background-color:#fff;display:inline-block;margin:0 auto;cursor:pointer;border:2px solid #fff;padding:10px;text-align:center}.wpforms-container .wpforms-image-choices-classic label:not(.wpforms-error):hover{border-color:#ddd}.wpforms-container .wpforms-image-choices-classic .wpforms-image-choices-image{display:block}.wpforms-container .wpforms-image-choices-classic .wpforms-selected label{border-color:#666 !important}.wpforms-container .wpforms-image-choices-classic .wpforms-image-choices-label{display:block;margin-top:8px}.wpforms-container ul.wpforms-icon-choices,.wpforms-container ul.wpforms-icon-choices *{box-sizing:border-box}.wpforms-container ul.wpforms-icon-choices{display:flex;flex-direction:column;width:100%;padding:0 1px 0 1px !important;margin:12px 0 -20px 0 !important}.wpforms-container ul.wpforms-icon-choices+.wpforms-field-description,.wpforms-container ul.wpforms-icon-choices+.wpforms-error{margin-top:15px}.wpforms-container ul.wpforms-icon-choices li{min-width:120px;padding-right:0 !important;margin:0 0 20px 0 !important}.wpforms-container ul.wpforms-icon-choices label{position:relative;display:block;margin:0;cursor:pointer}.wpforms-container ul.wpforms-icon-choices .wpforms-icon-choices-icon{display:block}.wpforms-container ul.wpforms-icon-choices svg{margin:0 auto;fill:var(--wpforms-icon-choices-color)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-none svg{margin:0}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li{margin:0 0 22px 0 !important}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default label{text-align:center}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default label:focus-within .wpforms-icon-choices-icon{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon{position:relative;z-index:1;margin-bottom:10px;padding:15px 20px 45px 20px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:6px}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:hover{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon svg{position:relative;z-index:2}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon-bg{display:block;position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;border-radius:6px;background-color:#ffffff}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon{background-color:transparent;box-shadow:0 0 0 1px var(--wpforms-icon-choices-color);box-sizing:border-box}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon-bg{background-color:var(--wpforms-icon-choices-color);opacity:.1}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li label{background-color:#ffffff !important;box-shadow:0 0 0 1px #cccccc;border-radius:6px;height:100%;padding:20px 20px 15px 20px;text-align:center}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li:focus-within label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color),0 2px 10px rgba(0,0,0,0.15)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li .wpforms-icon-choices-icon{margin-bottom:10px}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li label{background-color:#ffffff !important;height:100%;padding:20px 20px 15px 20px;text-align:center}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li label:hover{box-shadow:0 0 0 1px #999999}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li:focus-within label{box-shadow:0 0 0 1px #999999}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li .wpforms-icon-choices-icon{margin-bottom:10px}.wpforms-container .wpforms-field-radio ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,.wpforms-container .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before{content:"";position:absolute;z-index:2;bottom:15px;left:calc(50% - 8px);display:block;width:16px;height:16px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:50%;margin:15px auto 0}.wpforms-container .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,.wpforms-container .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,.wpforms-container .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after{content:"";position:absolute;z-index:2;bottom:calc(15px + 4px);left:calc(50% - 4px);display:block;width:8px;height:8px;background-color:var(--wpforms-icon-choices-color);border-radius:50%}.wpforms-container .wpforms-field-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,.wpforms-container .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before{content:"";position:absolute;z-index:2;bottom:15px;left:calc(50% - 8px);display:block;width:16px;height:16px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:3px;margin:15px auto 0}.wpforms-container .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,.wpforms-container .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,.wpforms-container .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after{content:"";box-sizing:border-box;display:block;position:absolute;z-index:2;bottom:23px;left:calc(50% - 6px);width:6px;height:10px;border-style:solid;border-color:var(--wpforms-icon-choices-color);border-width:0 2px 2px 0;transform-origin:bottom left;transform:rotate(45deg)}.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices,.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices,.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices{flex-direction:row;flex-wrap:wrap}.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices li,.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices li,.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices li{margin-right:20px !important}.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-modern li{margin-right:22px !important;margin-bottom:22px !important}.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices li{width:calc( 100% / 2 - 20px / 2)}.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices li:nth-child(2n){margin-right:0 !important}.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li{width:calc( 100% / 2 - 22px / 2)}.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices li{width:calc( 100% / 3 - 20px * 2 / 3)}.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices li:nth-child(3n){margin-right:0 !important}.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li{width:calc( 100% / 3 - 22px * 2 / 3)}.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices li{width:auto;max-width:calc( 100% / 4 - 20px)}.wpforms-container .wpforms-form textarea.wpforms-field-small.wp-editor-area{height:100px}.wpforms-container .wpforms-form textarea.wpforms-field-medium.wp-editor-area{height:250px}.wpforms-container .wpforms-form textarea.wpforms-field-large.wp-editor-area{height:400px}.wpforms-container .wpforms-form textarea.wp-editor-area:focus{outline:none}.wpforms-container .wpforms-field-layout{padding:0}ul.wpforms-icon-choices,ul.wpforms-icon-choices *{box-sizing:border-box}ul.wpforms-icon-choices{display:flex;flex-direction:column;width:100%;padding:0 1px 0 1px !important;margin:12px 0 -20px 0 !important}ul.wpforms-icon-choices+.wpforms-field-description,ul.wpforms-icon-choices+.wpforms-error{margin-top:15px}ul.wpforms-icon-choices li{min-width:120px;padding-right:0 !important;margin:0 0 20px 0 !important}ul.wpforms-icon-choices label{position:relative;display:block;margin:0;cursor:pointer}ul.wpforms-icon-choices .wpforms-icon-choices-icon{display:block}ul.wpforms-icon-choices svg{margin:0 auto;fill:var(--wpforms-icon-choices-color)}ul.wpforms-icon-choices.wpforms-icon-choices-none svg{margin:0}ul.wpforms-icon-choices.wpforms-icon-choices-default li,ul.wpforms-icon-choices.wpforms-icon-choices-modern li{margin:0 0 22px 0 !important}ul.wpforms-icon-choices.wpforms-icon-choices-default label{text-align:center}ul.wpforms-icon-choices.wpforms-icon-choices-default label:focus-within .wpforms-icon-choices-icon{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon{position:relative;z-index:1;margin-bottom:10px;padding:15px 20px 45px 20px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:6px}ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:hover{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon svg{position:relative;z-index:2}ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon-bg{display:block;position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;border-radius:6px;background-color:#ffffff}ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon{background-color:transparent;box-shadow:0 0 0 1px var(--wpforms-icon-choices-color);box-sizing:border-box}ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon-bg{background-color:var(--wpforms-icon-choices-color);opacity:.1}ul.wpforms-icon-choices.wpforms-icon-choices-modern li label{background-color:#ffffff !important;box-shadow:0 0 0 1px #cccccc;border-radius:6px;height:100%;padding:20px 20px 15px 20px;text-align:center}ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}ul.wpforms-icon-choices.wpforms-icon-choices-modern li:focus-within label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color),0 2px 10px rgba(0,0,0,0.15)}ul.wpforms-icon-choices.wpforms-icon-choices-modern li .wpforms-icon-choices-icon{margin-bottom:10px}ul.wpforms-icon-choices.wpforms-icon-choices-classic li label{background-color:#ffffff !important;height:100%;padding:20px 20px 15px 20px;text-align:center}ul.wpforms-icon-choices.wpforms-icon-choices-classic li label:hover{box-shadow:0 0 0 1px #999999}ul.wpforms-icon-choices.wpforms-icon-choices-classic li:focus-within label{box-shadow:0 0 0 1px #999999}ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}ul.wpforms-icon-choices.wpforms-icon-choices-classic li .wpforms-icon-choices-icon{margin-bottom:10px}.wpforms-field-radio ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,.wpforms-field-payment-multiple ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before{content:"";position:absolute;z-index:2;bottom:15px;left:calc(50% - 8px);display:block;width:16px;height:16px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:50%;margin:15px auto 0}.wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,.wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,.wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after{content:"";position:absolute;z-index:2;bottom:calc(15px + 4px);left:calc(50% - 4px);display:block;width:8px;height:8px;background-color:var(--wpforms-icon-choices-color);border-radius:50%}.wpforms-field-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,.wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before{content:"";position:absolute;z-index:2;bottom:15px;left:calc(50% - 8px);display:block;width:16px;height:16px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:3px;margin:15px auto 0}.wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,.wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,.wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after{content:"";box-sizing:border-box;display:block;position:absolute;z-index:2;bottom:23px;left:calc(50% - 6px);width:6px;height:10px;border-style:solid;border-color:var(--wpforms-icon-choices-color);border-width:0 2px 2px 0;transform-origin:bottom left;transform:rotate(45deg)}.wpforms-list-2-columns ul.wpforms-icon-choices,.wpforms-list-3-columns ul.wpforms-icon-choices,.wpforms-list-inline ul.wpforms-icon-choices{flex-direction:row;flex-wrap:wrap}.wpforms-list-2-columns ul.wpforms-icon-choices li,.wpforms-list-3-columns ul.wpforms-icon-choices li,.wpforms-list-inline ul.wpforms-icon-choices li{margin-right:20px !important}.wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,.wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,.wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-modern li{margin-right:22px !important;margin-bottom:22px !important}.wpforms-list-2-columns ul.wpforms-icon-choices li{width:calc( 100% / 2 - 20px / 2)}.wpforms-list-2-columns ul.wpforms-icon-choices li:nth-child(2n){margin-right:0 !important}.wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li{width:calc( 100% / 2 - 22px / 2)}.wpforms-list-3-columns ul.wpforms-icon-choices li{width:calc( 100% / 3 - 20px * 2 / 3)}.wpforms-list-3-columns ul.wpforms-icon-choices li:nth-child(3n){margin-right:0 !important}.wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li{width:calc( 100% / 3 - 22px * 2 / 3)}.wpforms-list-inline ul.wpforms-icon-choices li{width:auto;max-width:calc( 100% / 4 - 20px)}@media only screen and (max-width: 600px){.wpforms-container .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout){overflow-x:hidden}.wpforms-container .wpforms-field{padding-right:1px;padding-left:1px}.wpforms-container .wpforms-form .wpforms-field>*{max-width:100%}.wpforms-container .wpforms-mobile-full{width:100%;margin-left:0;float:none}.wpforms-container .wpforms-checkbox-2-columns ul li,.wpforms-container .wpforms-multiplechoice-2-columns ul li,.wpforms-container .wpforms-list-2-columns ul li,.wpforms-container .wpforms-checkbox-3-columns ul li,.wpforms-container .wpforms-multiplechoice-3-columns ul li,.wpforms-container .wpforms-list-3-columns ul li{float:none;width:100%}.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page{float:none;display:block;margin:0 0 10px 0}.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page-number{width:30px;height:30px;line-height:30px}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page{width:100% !important;padding:5px 10px}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number{display:none}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page.active{font-weight:700}.wpforms-container.inline-fields .wpforms-field-container,.wpforms-container.inline-fields .wpforms-field{display:block;width:100%}.wpforms-container.inline-fields .wpforms-submit-container{width:100%}}