@font-face {
    font-family: Lato;
    src: url("/fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
    font-family: Raleway;
    src: url("/fonts/Raleway-Bold.ttf") format("truetype");
}

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


.button, .input,
.textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
    vertical-align: top; }
.button:focus, .input:focus,
.textarea:focus, .select select:focus, .file-cta:focus,
.file-name:focus, .pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .is-focused.button, .is-focused.input,
.is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
.is-focused.file-name, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .button:active, .input:active,
.textarea:active, .select select:active, .file-cta:active,
.file-name:active, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .is-active.button, .is-active.input,
.is-active.textarea, .select select.is-active, .is-active.file-cta,
.is-active.file-name, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
    outline: none; }
.button[disabled], .input[disabled],
.textarea[disabled], .select select[disabled], .file-cta[disabled],
.file-name[disabled], .pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled] {
    cursor: not-allowed; }

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0; }

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

ul {
    list-style: none; }

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

html {
    box-sizing: border-box; }

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

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

iframe {
    border: 0; }

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

td,
th {
    padding: 0;
    text-align: left; }

html {
    background-color: rgba(4, 23, 49, 1);
    background-image: url("../images/dotwave4.png");
    background-position: center 100px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%; }

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

header {
    text-align: center;
    margin: 40px auto 20px auto; }

section {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12),  0 2px 4px 0 rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    max-width: 400px;
    padding: 15px;

    h1 {
        font-family: Raleway, Lato, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }
}

body,
button,
input,
select,
textarea {
    font-family: Lato, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

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

body {
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; }

a {
    color: #099DC9;
    cursor: pointer;
    text-decoration: none; }
a strong {
    color: currentColor; }
a:hover {
    color: #168FB3; }

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

hr {
    background-color: whitesmoke;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0; }

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

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

small {
    font-size: 0.875em; }

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

strong {
    color: #363636;
    font-weight: 700; }

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

table td,
table th {
    text-align: left;
    vertical-align: top; }

table th {
    color: #363636; }

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

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

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

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

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

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

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

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

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

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

.is-size-7, .widget .widget-title {
    font-size: 0.85rem !important; }

@media screen and (max-width: 768px) {
    .is-size-1-mobile {
        font-size: 3rem !important; }
    .is-size-2-mobile {
        font-size: 2.5rem !important; }
    .is-size-3-mobile {
        font-size: 2rem !important; }
    .is-size-4-mobile {
        font-size: 1.5rem !important; }
    .is-size-5-mobile {
        font-size: 1.25rem !important; }
    .is-size-6-mobile {
        font-size: 1rem !important; }
    .is-size-7-mobile {
        font-size: 0.85rem !important; } }

@media screen and (min-width: 769px), print {
    .is-size-1-tablet {
        font-size: 3rem !important; }
    .is-size-2-tablet {
        font-size: 2.5rem !important; }
    .is-size-3-tablet {
        font-size: 2rem !important; }
    .is-size-4-tablet {
        font-size: 1.5rem !important; }
    .is-size-5-tablet {
        font-size: 1.25rem !important; }
    .is-size-6-tablet {
        font-size: 1rem !important; }
    .is-size-7-tablet {
        font-size: 0.85rem !important; } }

@media screen and (max-width: 1087px) {
    .is-size-1-touch {
        font-size: 3rem !important; }
    .is-size-2-touch {
        font-size: 2.5rem !important; }
    .is-size-3-touch {
        font-size: 2rem !important; }
    .is-size-4-touch {
        font-size: 1.5rem !important; }
    .is-size-5-touch {
        font-size: 1.25rem !important; }
    .is-size-6-touch {
        font-size: 1rem !important; }
    .is-size-7-touch {
        font-size: 0.85rem !important; } }

@media screen and (min-width: 1088px) {
    .is-size-1-desktop {
        font-size: 3rem !important; }
    .is-size-2-desktop {
        font-size: 2.5rem !important; }
    .is-size-3-desktop {
        font-size: 2rem !important; }
    .is-size-4-desktop {
        font-size: 1.5rem !important; }
    .is-size-5-desktop {
        font-size: 1.25rem !important; }
    .is-size-6-desktop {
        font-size: 1rem !important; }
    .is-size-7-desktop {
        font-size: 0.85rem !important; } }

@media screen and (min-width: 1280px) {
    .is-size-1-widescreen {
        font-size: 3rem !important; }
    .is-size-2-widescreen {
        font-size: 2.5rem !important; }
    .is-size-3-widescreen {
        font-size: 2rem !important; }
    .is-size-4-widescreen {
        font-size: 1.5rem !important; }
    .is-size-5-widescreen {
        font-size: 1.25rem !important; }
    .is-size-6-widescreen {
        font-size: 1rem !important; }
    .is-size-7-widescreen {
        font-size: 0.85rem !important; } }

@media screen and (min-width: 1472px) {
    .is-size-1-fullhd {
        font-size: 3rem !important; }
    .is-size-2-fullhd {
        font-size: 2.5rem !important; }
    .is-size-3-fullhd {
        font-size: 2rem !important; }
    .is-size-4-fullhd {
        font-size: 1.5rem !important; }
    .is-size-5-fullhd {
        font-size: 1.25rem !important; }
    .is-size-6-fullhd {
        font-size: 1rem !important; }
    .is-size-7-fullhd {
        font-size: 0.85rem !important; } }

.has-text-centered {
    text-align: center !important; }

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

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

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

@media screen and (max-width: 768px) {
    .has-text-centered-mobile {
        text-align: center !important; } }

@media screen and (min-width: 769px), print {
    .has-text-centered-tablet {
        text-align: center !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .has-text-centered-tablet-only {
        text-align: center !important; } }

@media screen and (max-width: 1087px) {
    .has-text-centered-touch {
        text-align: center !important; } }

@media screen and (min-width: 1088px) {
    .has-text-centered-desktop {
        text-align: center !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .has-text-centered-desktop-only {
        text-align: center !important; } }

@media screen and (min-width: 1280px) {
    .has-text-centered-widescreen {
        text-align: center !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .has-text-centered-widescreen-only {
        text-align: center !important; } }

@media screen and (min-width: 1472px) {
    .has-text-centered-fullhd {
        text-align: center !important; } }

@media screen and (max-width: 768px) {
    .has-text-justified-mobile {
        text-align: justify !important; } }

@media screen and (min-width: 769px), print {
    .has-text-justified-tablet {
        text-align: justify !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .has-text-justified-tablet-only {
        text-align: justify !important; } }

@media screen and (max-width: 1087px) {
    .has-text-justified-touch {
        text-align: justify !important; } }

@media screen and (min-width: 1088px) {
    .has-text-justified-desktop {
        text-align: justify !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .has-text-justified-desktop-only {
        text-align: justify !important; } }

@media screen and (min-width: 1280px) {
    .has-text-justified-widescreen {
        text-align: justify !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .has-text-justified-widescreen-only {
        text-align: justify !important; } }

@media screen and (min-width: 1472px) {
    .has-text-justified-fullhd {
        text-align: justify !important; } }

@media screen and (max-width: 768px) {
    .has-text-left-mobile {
        text-align: left !important; } }

@media screen and (min-width: 769px), print {
    .has-text-left-tablet {
        text-align: left !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .has-text-left-tablet-only {
        text-align: left !important; } }

@media screen and (max-width: 1087px) {
    .has-text-left-touch {
        text-align: left !important; } }

@media screen and (min-width: 1088px) {
    .has-text-left-desktop {
        text-align: left !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .has-text-left-desktop-only {
        text-align: left !important; } }

@media screen and (min-width: 1280px) {
    .has-text-left-widescreen {
        text-align: left !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .has-text-left-widescreen-only {
        text-align: left !important; } }

@media screen and (min-width: 1472px) {
    .has-text-left-fullhd {
        text-align: left !important; } }

@media screen and (max-width: 768px) {
    .has-text-right-mobile {
        text-align: right !important; } }

@media screen and (min-width: 769px), print {
    .has-text-right-tablet {
        text-align: right !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .has-text-right-tablet-only {
        text-align: right !important; } }

@media screen and (max-width: 1087px) {
    .has-text-right-touch {
        text-align: right !important; } }

@media screen and (min-width: 1088px) {
    .has-text-right-desktop {
        text-align: right !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .has-text-right-desktop-only {
        text-align: right !important; } }

@media screen and (min-width: 1280px) {
    .has-text-right-widescreen {
        text-align: right !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .has-text-right-widescreen-only {
        text-align: right !important; } }

@media screen and (min-width: 1472px) {
    .has-text-right-fullhd {
        text-align: right !important; } }

.is-capitalized {
    text-transform: capitalize !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-text-primary {
    color: #2196F3 !important; }

a.has-text-primary:hover, a.has-text-primary:focus {
    color: #0c7cd5 !important; }

.has-background-primary {
    background-color: #2196F3 !important; }

.has-text-link {
    color: #0074D9 !important; }

a.has-text-link:hover, a.has-text-link:focus {
    color: #0059a6 !important; }

.has-background-link {
    background-color: #0074D9 !important; }

.has-text-info {
    color: #209cee !important; }

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

.has-background-info {
    background-color: #209cee !important; }

.has-text-success {
    color: #2eb82e !important; }

a.has-text-success:hover, a.has-text-success:focus {
    color: #248f24 !important; }

.has-background-success {
    background-color: #2eb82e !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
    .is-block-mobile {
        display: block !important; } }

@media screen and (min-width: 769px), print {
    .is-block-tablet {
        display: block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-block-tablet-only {
        display: block !important; } }

@media screen and (max-width: 1087px) {
    .is-block-touch {
        display: block !important; } }

@media screen and (min-width: 1088px) {
    .is-block-desktop {
        display: block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-block-desktop-only {
        display: block !important; } }

@media screen and (min-width: 1280px) {
    .is-block-widescreen {
        display: block !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-block-widescreen-only {
        display: block !important; } }

@media screen and (min-width: 1472px) {
    .is-block-fullhd {
        display: block !important; } }

.is-flex {
    display: flex !important; }

@media screen and (max-width: 768px) {
    .is-flex-mobile {
        display: flex !important; } }

@media screen and (min-width: 769px), print {
    .is-flex-tablet {
        display: flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-flex-tablet-only {
        display: flex !important; } }

@media screen and (max-width: 1087px) {
    .is-flex-touch {
        display: flex !important; } }

@media screen and (min-width: 1088px) {
    .is-flex-desktop {
        display: flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-flex-desktop-only {
        display: flex !important; } }

@media screen and (min-width: 1280px) {
    .is-flex-widescreen {
        display: flex !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-flex-widescreen-only {
        display: flex !important; } }

@media screen and (min-width: 1472px) {
    .is-flex-fullhd {
        display: flex !important; } }

.is-inline {
    display: inline !important; }

@media screen and (max-width: 768px) {
    .is-inline-mobile {
        display: inline !important; } }

@media screen and (min-width: 769px), print {
    .is-inline-tablet {
        display: inline !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-inline-tablet-only {
        display: inline !important; } }

@media screen and (max-width: 1087px) {
    .is-inline-touch {
        display: inline !important; } }

@media screen and (min-width: 1088px) {
    .is-inline-desktop {
        display: inline !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-inline-desktop-only {
        display: inline !important; } }

@media screen and (min-width: 1280px) {
    .is-inline-widescreen {
        display: inline !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-inline-widescreen-only {
        display: inline !important; } }

@media screen and (min-width: 1472px) {
    .is-inline-fullhd {
        display: inline !important; } }

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

@media screen and (max-width: 768px) {
    .is-inline-block-mobile {
        display: inline-block !important; } }

@media screen and (min-width: 769px), print {
    .is-inline-block-tablet {
        display: inline-block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-inline-block-tablet-only {
        display: inline-block !important; } }

@media screen and (max-width: 1087px) {
    .is-inline-block-touch {
        display: inline-block !important; } }

@media screen and (min-width: 1088px) {
    .is-inline-block-desktop {
        display: inline-block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-inline-block-desktop-only {
        display: inline-block !important; } }

@media screen and (min-width: 1280px) {
    .is-inline-block-widescreen {
        display: inline-block !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important; } }

@media screen and (min-width: 1472px) {
    .is-inline-block-fullhd {
        display: inline-block !important; } }

.is-inline-flex {
    display: inline-flex !important; }

@media screen and (max-width: 768px) {
    .is-inline-flex-mobile {
        display: inline-flex !important; } }

@media screen and (min-width: 769px), print {
    .is-inline-flex-tablet {
        display: inline-flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-inline-flex-tablet-only {
        display: inline-flex !important; } }

@media screen and (max-width: 1087px) {
    .is-inline-flex-touch {
        display: inline-flex !important; } }

@media screen and (min-width: 1088px) {
    .is-inline-flex-desktop {
        display: inline-flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-inline-flex-desktop-only {
        display: inline-flex !important; } }

@media screen and (min-width: 1280px) {
    .is-inline-flex-widescreen {
        display: inline-flex !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-inline-flex-widescreen-only {
        display: inline-flex !important; } }

@media screen and (min-width: 1472px) {
    .is-inline-flex-fullhd {
        display: inline-flex !important; } }

.is-hidden {
    display: none !important; }

@media screen and (max-width: 768px) {
    .is-hidden-mobile {
        display: none !important; } }

@media screen and (min-width: 769px), print {
    .is-hidden-tablet {
        display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-hidden-tablet-only {
        display: none !important; } }

@media screen and (max-width: 1087px) {
    .is-hidden-touch {
        display: none !important; } }

@media screen and (min-width: 1088px) {
    .is-hidden-desktop {
        display: none !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-hidden-desktop-only {
        display: none !important; } }

@media screen and (min-width: 1280px) {
    .is-hidden-widescreen {
        display: none !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-hidden-widescreen-only {
        display: none !important; } }

@media screen and (min-width: 1472px) {
    .is-hidden-fullhd {
        display: none !important; } }

.is-invisible {
    visibility: hidden !important; }

@media screen and (max-width: 768px) {
    .is-invisible-mobile {
        visibility: hidden !important; } }

@media screen and (min-width: 769px), print {
    .is-invisible-tablet {
        visibility: hidden !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
    .is-invisible-tablet-only {
        visibility: hidden !important; } }

@media screen and (max-width: 1087px) {
    .is-invisible-touch {
        visibility: hidden !important; } }

@media screen and (min-width: 1088px) {
    .is-invisible-desktop {
        visibility: hidden !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .is-invisible-desktop-only {
        visibility: hidden !important; } }

@media screen and (min-width: 1280px) {
    .is-invisible-widescreen {
        visibility: hidden !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important; } }

@media screen and (min-width: 1472px) {
    .is-invisible-fullhd {
        visibility: hidden !important; } }

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

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

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

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

.box {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem; }

a.box:hover, a.box:focus {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #0074D9; }

a.box:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #0074D9; }

.button {
    background-color: white;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.375em - 1px);
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-top: calc(0.375em - 1px);
    text-align: center;
    white-space: nowrap; }
.button strong {
    color: inherit; }
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
.button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: 0.1875em; }
.button .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px); }
.button .icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px); }
.button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636; }
.button:focus, .button.is-focused {
    border-color: #0074D9;
    color: #363636; }
.button:focus:not(:active), .button.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(0, 116, 217, 0.25); }
.button:active, .button.is-active {
    border-color: #4a4a4a;
    color: #363636; }
.button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline; }
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
    background-color: whitesmoke;
    color: #363636; }
.button.is-text:active, .button.is-text.is-active {
    background-color: #e8e8e8;
    color: #363636; }
.button.is-text[disabled] {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none; }
.button.is-white {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
.button.is-white:hover, .button.is-white.is-hovered {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a; }
.button.is-white:focus, .button.is-white.is-focused {
    border-color: transparent;
    color: #0a0a0a; }
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
.button.is-white:active, .button.is-white.is-active {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a; }
.button.is-white[disabled] {
    background-color: white;
    border-color: transparent;
    box-shadow: none; }
.button.is-white.is-inverted {
    background-color: #0a0a0a;
    color: white; }
.button.is-white.is-inverted:hover {
    background-color: black; }
.button.is-white.is-inverted[disabled] {
    background-color: #0a0a0a;
    border-color: transparent;
    box-shadow: none;
    color: white; }
.button.is-white.is-loading::after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important; }
.button.is-white.is-outlined {
    background-color: transparent;
    border-color: white;
    color: white; }
.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
    background-color: white;
    border-color: white;
    color: #0a0a0a; }
.button.is-white.is-outlined.is-loading::after {
    border-color: transparent transparent white white !important; }
.button.is-white.is-outlined[disabled] {
    background-color: transparent;
    border-color: white;
    box-shadow: none;
    color: white; }
.button.is-white.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a; }
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
    background-color: #0a0a0a;
    color: white; }
.button.is-white.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #0a0a0a;
    box-shadow: none;
    color: #0a0a0a; }
.button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
.button.is-black:hover, .button.is-black.is-hovered {
    background-color: #040404;
    border-color: transparent;
    color: white; }
.button.is-black:focus, .button.is-black.is-focused {
    border-color: transparent;
    color: white; }
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.button.is-black:active, .button.is-black.is-active {
    background-color: black;
    border-color: transparent;
    color: white; }
.button.is-black[disabled] {
    background-color: #0a0a0a;
    border-color: transparent;
    box-shadow: none; }
.button.is-black.is-inverted {
    background-color: white;
    color: #0a0a0a; }
.button.is-black.is-inverted:hover {
    background-color: #f2f2f2; }
.button.is-black.is-inverted[disabled] {
    background-color: white;
    border-color: transparent;
    box-shadow: none;
    color: #0a0a0a; }
.button.is-black.is-loading::after {
    border-color: transparent transparent white white !important; }
.button.is-black.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a; }
.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: white; }
.button.is-black.is-outlined.is-loading::after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important; }
.button.is-black.is-outlined[disabled] {
    background-color: transparent;
    border-color: #0a0a0a;
    box-shadow: none;
    color: #0a0a0a; }
.button.is-black.is-inverted.is-outlined {
    background-color: transparent;
    border-color: white;
    color: white; }
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
    background-color: white;
    color: #0a0a0a; }
.button.is-black.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: white;
    box-shadow: none;
    color: white; }
.button.is-light {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636; }
.button.is-light:hover, .button.is-light.is-hovered {
    background-color: #eeeeee;
    border-color: transparent;
    color: #363636; }
.button.is-light:focus, .button.is-light.is-focused {
    border-color: transparent;
    color: #363636; }
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
.button.is-light:active, .button.is-light.is-active {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636; }
.button.is-light[disabled] {
    background-color: whitesmoke;
    border-color: transparent;
    box-shadow: none; }
.button.is-light.is-inverted {
    background-color: #363636;
    color: whitesmoke; }
.button.is-light.is-inverted:hover {
    background-color: #292929; }
.button.is-light.is-inverted[disabled] {
    background-color: #363636;
    border-color: transparent;
    box-shadow: none;
    color: whitesmoke; }
.button.is-light.is-loading::after {
    border-color: transparent transparent #363636 #363636 !important; }
.button.is-light.is-outlined {
    background-color: transparent;
    border-color: whitesmoke;
    color: whitesmoke; }
.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: #363636; }
.button.is-light.is-outlined.is-loading::after {
    border-color: transparent transparent whitesmoke whitesmoke !important; }
.button.is-light.is-outlined[disabled] {
    background-color: transparent;
    border-color: whitesmoke;
    box-shadow: none;
    color: whitesmoke; }
.button.is-light.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #363636;
    color: #363636; }
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
    background-color: #363636;
    color: whitesmoke; }
.button.is-light.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #363636;
    box-shadow: none;
    color: #363636; }
.button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke; }
.button.is-dark:hover, .button.is-dark.is-hovered {
    background-color: #2f2f2f;
    border-color: transparent;
    color: whitesmoke; }
.button.is-dark:focus, .button.is-dark.is-focused {
    border-color: transparent;
    color: whitesmoke; }
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
.button.is-dark:active, .button.is-dark.is-active {
    background-color: #292929;
    border-color: transparent;
    color: whitesmoke; }
.button.is-dark[disabled] {
    background-color: #363636;
    border-color: transparent;
    box-shadow: none; }
.button.is-dark.is-inverted {
    background-color: whitesmoke;
    color: #363636; }
.button.is-dark.is-inverted:hover {
    background-color: #e8e8e8; }
.button.is-dark.is-inverted[disabled] {
    background-color: whitesmoke;
    border-color: transparent;
    box-shadow: none;
    color: #363636; }
.button.is-dark.is-loading::after {
    border-color: transparent transparent whitesmoke whitesmoke !important; }
.button.is-dark.is-outlined {
    background-color: transparent;
    border-color: #363636;
    color: #363636; }
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
    background-color: #363636;
    border-color: #363636;
    color: whitesmoke; }
.button.is-dark.is-outlined.is-loading::after {
    border-color: transparent transparent #363636 #363636 !important; }
.button.is-dark.is-outlined[disabled] {
    background-color: transparent;
    border-color: #363636;
    box-shadow: none;
    color: #363636; }
.button.is-dark.is-inverted.is-outlined {
    background-color: transparent;
    border-color: whitesmoke;
    color: whitesmoke; }
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
    background-color: whitesmoke;
    color: #363636; }
.button.is-dark.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: whitesmoke;
    box-shadow: none;
    color: whitesmoke; }
.button.is-primary {
    background-color: #099DC9;
    border-color: transparent;
    color: #fff; }
.button.is-primary:hover, .button.is-primary.is-hovered {
    background-color: #168FB3;
    border-color: transparent;
    color: #fff; }
.button.is-primary:focus, .button.is-primary.is-focused {
    border-color: transparent;
    color: #fff; }
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(33, 150, 243, 0.25); }
.button.is-primary:active, .button.is-primary.is-active {
    background-color: #27BDDD;
    border-color: transparent;
    color: #fff; }
.button.is-primary[disabled] {
    background-color: #2196F3;
    border-color: transparent;
    box-shadow: none; }
.button.is-primary.is-inverted {
    background-color: #fff;
    color: #2196F3; }
.button.is-primary.is-inverted:hover {
    background-color: #f2f2f2; }
.button.is-primary.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #2196F3; }
.button.is-primary.is-loading::after {
    border-color: transparent transparent #fff #fff !important; }
.button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #2196F3;
    color: #2196F3; }
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
    background-color: #2196F3;
    border-color: #2196F3;
    color: #fff; }
.button.is-primary.is-outlined.is-loading::after {
    border-color: transparent transparent #2196F3 #2196F3 !important; }
.button.is-primary.is-outlined[disabled] {
    background-color: transparent;
    border-color: #2196F3;
    box-shadow: none;
    color: #2196F3; }
.button.is-primary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #2196F3; }
.button.is-primary.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff; }
.button.is-link {
    background-color: #0074D9;
    border-color: transparent;
    color: #fff; }
.button.is-link:hover, .button.is-link.is-hovered {
    background-color: #006dcc;
    border-color: transparent;
    color: #fff; }
.button.is-link:focus, .button.is-link.is-focused {
    border-color: transparent;
    color: #fff; }
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(0, 116, 217, 0.25); }
.button.is-link:active, .button.is-link.is-active {
    background-color: #0066c0;
    border-color: transparent;
    color: #fff; }
.button.is-link[disabled] {
    background-color: #0074D9;
    border-color: transparent;
    box-shadow: none; }
.button.is-link.is-inverted {
    background-color: #fff;
    color: #0074D9; }
.button.is-link.is-inverted:hover {
    background-color: #f2f2f2; }
.button.is-link.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #0074D9; }
.button.is-link.is-loading::after {
    border-color: transparent transparent #fff #fff !important; }
.button.is-link.is-outlined {
    background-color: transparent;
    border-color: #0074D9;
    color: #0074D9; }
.button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
    background-color: #0074D9;
    border-color: #0074D9;
    color: #fff; }
.button.is-link.is-outlined.is-loading::after {
    border-color: transparent transparent #0074D9 #0074D9 !important; }
.button.is-link.is-outlined[disabled] {
    background-color: transparent;
    border-color: #0074D9;
    box-shadow: none;
    color: #0074D9; }
.button.is-link.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #0074D9; }
.button.is-link.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff; }
.button.is-info {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
.button.is-info:hover, .button.is-info.is-hovered {
    background-color: #1496ed;
    border-color: transparent;
    color: #fff; }
.button.is-info:focus, .button.is-info.is-focused {
    border-color: transparent;
    color: #fff; }
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
.button.is-info:active, .button.is-info.is-active {
    background-color: #118fe4;
    border-color: transparent;
    color: #fff; }
.button.is-info[disabled] {
    background-color: #209cee;
    border-color: transparent;
    box-shadow: none; }
.button.is-info.is-inverted {
    background-color: #fff;
    color: #209cee; }
.button.is-info.is-inverted:hover {
    background-color: #f2f2f2; }
.button.is-info.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #209cee; }
.button.is-info.is-loading::after {
    border-color: transparent transparent #fff #fff !important; }
.button.is-info.is-outlined {
    background-color: transparent;
    border-color: #209cee;
    color: #209cee; }
.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
    background-color: #209cee;
    border-color: #209cee;
    color: #fff; }
.button.is-info.is-outlined.is-loading::after {
    border-color: transparent transparent #209cee #209cee !important; }
.button.is-info.is-outlined[disabled] {
    background-color: transparent;
    border-color: #209cee;
    box-shadow: none;
    color: #209cee; }
.button.is-info.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #209cee; }
.button.is-info.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff; }
.button.is-success {
    background-color: #2eb82e;
    border-color: transparent;
    color: #fff; }
.button.is-success:hover, .button.is-success.is-hovered {
    background-color: #2bae2b;
    border-color: transparent;
    color: #fff; }
.button.is-success:focus, .button.is-success.is-focused {
    border-color: transparent;
    color: #fff; }
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(46, 184, 46, 0.25); }
.button.is-success:active, .button.is-success.is-active {
    background-color: #29a429;
    border-color: transparent;
    color: #fff; }
.button.is-success[disabled] {
    background-color: #2eb82e;
    border-color: transparent;
    box-shadow: none; }
.button.is-success.is-inverted {
    background-color: #fff;
    color: #2eb82e; }
.button.is-success.is-inverted:hover {
    background-color: #f2f2f2; }
.button.is-success.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #2eb82e; }
.button.is-success.is-loading::after {
    border-color: transparent transparent #fff #fff !important; }
.button.is-success.is-outlined {
    background-color: transparent;
    border-color: #2eb82e;
    color: #2eb82e; }
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
    background-color: #2eb82e;
    border-color: #2eb82e;
    color: #fff; }
.button.is-success.is-outlined.is-loading::after {
    border-color: transparent transparent #2eb82e #2eb82e !important; }
.button.is-success.is-outlined[disabled] {
    background-color: transparent;
    border-color: #2eb82e;
    box-shadow: none;
    color: #2eb82e; }
.button.is-success.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #2eb82e; }
.button.is-success.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff; }
.button.is-warning {
    background-color: #FFCB40;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.button.is-warning:hover, .button.is-warning.is-hovered {
    background-color: #ffc833;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.button.is-warning:focus, .button.is-warning.is-focused {
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 203, 64, 0.25); }
.button.is-warning:active, .button.is-warning.is-active {
    background-color: #ffc427;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.button.is-warning[disabled] {
    background-color: #FFCB40;
    border-color: transparent;
    box-shadow: none; }
.button.is-warning.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFCB40; }
.button.is-warning.is-inverted:hover {
    background-color: rgba(0, 0, 0, 0.7); }
.button.is-warning.is-inverted[disabled] {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: transparent;
    box-shadow: none;
    color: #FFCB40; }
.button.is-warning.is-loading::after {
    border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
.button.is-warning.is-outlined {
    background-color: transparent;
    border-color: #FFCB40;
    color: #FFCB40; }
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
    background-color: #FFCB40;
    border-color: #FFCB40;
    color: rgba(0, 0, 0, 0.7); }
.button.is-warning.is-outlined.is-loading::after {
    border-color: transparent transparent #FFCB40 #FFCB40 !important; }
.button.is-warning.is-outlined[disabled] {
    background-color: transparent;
    border-color: #FFCB40;
    box-shadow: none;
    color: #FFCB40; }
.button.is-warning.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7); }
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFCB40; }
.button.is-warning.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.7);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7); }
.button.is-danger {
    background-color: #C42525;
    border-color: transparent;
    color: #fff; }
.button.is-danger:hover, .button.is-danger.is-hovered {
    background-color: #b92323;
    border-color: transparent;
    color: #fff; }
.button.is-danger:focus, .button.is-danger.is-focused {
    border-color: transparent;
    color: #fff; }
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(196, 37, 37, 0.25); }
.button.is-danger:active, .button.is-danger.is-active {
    background-color: #af2121;
    border-color: transparent;
    color: #fff; }
.button.is-danger[disabled] {
    background-color: #C42525;
    border-color: transparent;
    box-shadow: none; }
.button.is-danger.is-inverted {
    background-color: #fff;
    color: #C42525; }
.button.is-danger.is-inverted:hover {
    background-color: #f2f2f2; }
.button.is-danger.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #C42525; }
.button.is-danger.is-loading::after {
    border-color: transparent transparent #fff #fff !important; }
.button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #C42525;
    color: #C42525; }
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
    background-color: #C42525;
    border-color: #C42525;
    color: #fff; }
.button.is-danger.is-outlined.is-loading::after {
    border-color: transparent transparent #C42525 #C42525 !important; }
.button.is-danger.is-outlined[disabled] {
    background-color: transparent;
    border-color: #C42525;
    box-shadow: none;
    color: #C42525; }
.button.is-danger.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #C42525; }
.button.is-danger.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff; }
.button.is-small {
    border-radius: 2px;
    font-size: 0.85rem; }
.button.is-medium {
    font-size: 1.25rem; }
.button.is-large {
    font-size: 1.5rem; }
.button[disabled] {
    background-color: white;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
.button.is-fullwidth {
    display: flex;
    width: 100%; }
.button.is-loading {
    color: transparent !important;
    pointer-events: none; }
.button.is-loading::after {
    position: absolute;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
    position: absolute !important; }
.button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none; }
.button.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em; }

.buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
.buttons .button {
    margin-bottom: 0.5rem; }
.buttons .button:not(:last-child) {
    margin-right: 0.5rem; }
.buttons:last-child {
    margin-bottom: -0.5rem; }
.buttons:not(:last-child) {
    margin-bottom: 1rem; }
.buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
.buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
.buttons.has-addons .button:last-child {
    margin-right: 0; }
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2; }
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
    z-index: 3; }
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
    z-index: 4; }
.buttons.has-addons .button.is-expanded {
    flex-grow: 1; }
.buttons.is-centered {
    justify-content: center; }
.buttons.is-right {
    justify-content: flex-end; }

.container {
    margin: 0 auto;
    position: relative; }
@media screen and (min-width: 1088px) {
    .container {
        max-width: 960px;
        width: 960px; }
    .container.is-fluid {
        margin-left: 64px;
        margin-right: 64px;
        max-width: none;
        width: auto; } }
@media screen and (max-width: 1279px) {
    .container.is-widescreen {
        max-width: 1152px;
        width: auto; } }
@media screen and (max-width: 1471px) {
    .container.is-fullhd {
        max-width: 1344px;
        width: auto; } }
@media screen and (min-width: 1280px) {
    .container {
        max-width: 1152px;
        width: 1152px; } }
@media screen and (min-width: 1472px) {
    .container {
        max-width: 1344px;
        width: 1344px; } }


.input,
.textarea {
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    max-width: 100%;
    width: 100%; }
.input::-moz-placeholder,
.textarea::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
.input:-moz-placeholder,
.textarea:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
.input:hover, .input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
    border-color: #b5b5b5; }
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
    border-color: #099DC9;
    box-shadow: 0 0 0 0.125em rgba(11, 41, 66, 0.10); }
.input[disabled],
.textarea[disabled] {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a; }
.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
    color: rgba(122, 122, 122, 0.3); }
.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
    color: rgba(122, 122, 122, 0.3); }
.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
    color: rgba(122, 122, 122, 0.3); }
.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
    color: rgba(122, 122, 122, 0.3); }
.input[readonly],
.textarea[readonly] {
    box-shadow: none; }
.input.is-white,
.textarea.is-white {
    border-color: white; }
.input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
.textarea.is-white:focus,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white.is-active {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
.input.is-black,
.textarea.is-black {
    border-color: #0a0a0a; }
.input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
.textarea.is-black:focus,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black.is-active {
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.input.is-light,
.textarea.is-light {
    border-color: whitesmoke; }
.input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active,
.textarea.is-light:focus,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light.is-active {
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
.input.is-dark,
.textarea.is-dark {
    border-color: #363636; }
.input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active,
.textarea.is-dark:focus,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark.is-active {
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
.input.is-primary,
.textarea.is-primary {
    border-color: #2196F3; }
.input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active,
.textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary.is-active {
    box-shadow: 0 0 0 0.125em rgba(33, 150, 243, 0.25); }
.input.is-link,
.textarea.is-link {
    border-color: #0074D9; }
.input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active,
.textarea.is-link:focus,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link.is-active {
    box-shadow: 0 0 0 0.125em rgba(0, 116, 217, 0.25); }
.input.is-info,
.textarea.is-info {
    border-color: #209cee; }
.input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
.textarea.is-info:focus,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info.is-active {
    box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
.input.is-success,
.textarea.is-success {
    border-color: #2eb82e; }
.input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
.textarea.is-success:focus,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success.is-active {
    box-shadow: 0 0 0 0.125em rgba(46, 184, 46, 0.25); }
.input.is-warning,
.textarea.is-warning {
    border-color: #FFCB40; }
.input.is-warning:focus, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning.is-active,
.textarea.is-warning:focus,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning.is-active {
    box-shadow: 0 0 0 0.125em rgba(255, 203, 64, 0.25); }
.input.is-danger,
.textarea.is-danger {
    border-color: #C42525; }
.input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active,
.textarea.is-danger:focus,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger.is-active {
    box-shadow: 0 0 0 0.125em rgba(196, 37, 37, 0.25); }
.input.is-small,
.textarea.is-small {
    border-radius: 2px;
    font-size: 0.85rem; }
.input.is-medium,
.textarea.is-medium {
    font-size: 1.25rem; }
.input.is-large,
.textarea.is-large {
    font-size: 1.5rem; }
.input.is-fullwidth,
.textarea.is-fullwidth {
    display: block;
    width: 100%; }
.input.is-inline,
.textarea.is-inline {
    display: inline;
    width: auto; }

.input.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em; }

.input.is-static {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0; }

.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: 0.625em;
    resize: vertical; }
.textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px; }
.textarea[rows] {
    height: initial; }
.textarea.has-fixed-size {
    resize: none; }

.checkbox,
.radio {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative; }
.checkbox input,
.radio input {
    cursor: pointer; }
.checkbox:hover,
.radio:hover {
    color: #363636; }
.checkbox[disabled],
.radio[disabled] {
    color: #7a7a7a;
    cursor: not-allowed; }

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

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top; }
.select:not(.is-multiple) {
    height: 2.25em; }
.select:not(.is-multiple):not(.is-loading)::after {
    border-color: #0074D9;
    right: 1.125em;
    z-index: 4; }
.select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em; }
.select select {
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
.select select::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
.select select::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
.select select:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
.select select:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
.select select:hover, .select select.is-hovered {
    border-color: #b5b5b5; }
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
    border-color: #0074D9;
    box-shadow: 0 0 0 0.125em rgba(0, 116, 217, 0.25); }
.select select[disabled] {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a; }
.select select[disabled]::-moz-placeholder {
    color: rgba(122, 122, 122, 0.3); }
.select select[disabled]::-webkit-input-placeholder {
    color: rgba(122, 122, 122, 0.3); }
.select select[disabled]:-moz-placeholder {
    color: rgba(122, 122, 122, 0.3); }
.select select[disabled]:-ms-input-placeholder {
    color: rgba(122, 122, 122, 0.3); }
.select select::-ms-expand {
    display: none; }
.select select[disabled]:hover {
    border-color: whitesmoke; }
.select select:not([multiple]) {
    padding-right: 2.5em; }
.select select[multiple] {
    height: initial;
    padding: 0; }
.select select[multiple] option {
    padding: 0.5em 1em; }
.select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636; }
.select.is-white:not(:hover)::after {
    border-color: white; }
.select.is-white select {
    border-color: white; }
.select.is-white select:hover, .select.is-white select.is-hovered {
    border-color: #f2f2f2; }
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
.select.is-black:not(:hover)::after {
    border-color: #0a0a0a; }
.select.is-black select {
    border-color: #0a0a0a; }
.select.is-black select:hover, .select.is-black select.is-hovered {
    border-color: black; }
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.select.is-light:not(:hover)::after {
    border-color: whitesmoke; }
.select.is-light select {
    border-color: whitesmoke; }
.select.is-light select:hover, .select.is-light select.is-hovered {
    border-color: #e8e8e8; }
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
.select.is-dark:not(:hover)::after {
    border-color: #363636; }
.select.is-dark select {
    border-color: #363636; }
.select.is-dark select:hover, .select.is-dark select.is-hovered {
    border-color: #292929; }
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
.select.is-primary:not(:hover)::after {
    border-color: #2196F3; }
.select.is-primary select {
    border-color: #2196F3; }
.select.is-primary select:hover, .select.is-primary select.is-hovered {
    border-color: #0d8aee; }
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
    box-shadow: 0 0 0 0.125em rgba(33, 150, 243, 0.25); }
.select.is-link:not(:hover)::after {
    border-color: #0074D9; }
.select.is-link select {
    border-color: #0074D9; }
.select.is-link select:hover, .select.is-link select.is-hovered {
    border-color: #0066c0; }
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
    box-shadow: 0 0 0 0.125em rgba(0, 116, 217, 0.25); }
.select.is-info:not(:hover)::after {
    border-color: #209cee; }
.select.is-info select {
    border-color: #209cee; }
.select.is-info select:hover, .select.is-info select.is-hovered {
    border-color: #118fe4; }
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
    box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
.select.is-success:not(:hover)::after {
    border-color: #2eb82e; }
.select.is-success select {
    border-color: #2eb82e; }
.select.is-success select:hover, .select.is-success select.is-hovered {
    border-color: #29a429; }
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
    box-shadow: 0 0 0 0.125em rgba(46, 184, 46, 0.25); }
.select.is-warning:not(:hover)::after {
    border-color: #FFCB40; }
.select.is-warning select {
    border-color: #FFCB40; }
.select.is-warning select:hover, .select.is-warning select.is-hovered {
    border-color: #ffc427; }
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
    box-shadow: 0 0 0 0.125em rgba(255, 203, 64, 0.25); }
.select.is-danger:not(:hover)::after {
    border-color: #C42525; }
.select.is-danger select {
    border-color: #C42525; }
.select.is-danger select:hover, .select.is-danger select.is-hovered {
    border-color: #af2121; }
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
    box-shadow: 0 0 0 0.125em rgba(196, 37, 37, 0.25); }
.select.is-small {
    border-radius: 2px;
    font-size: 0.85rem; }
.select.is-medium {
    font-size: 1.25rem; }
.select.is-large {
    font-size: 1.5rem; }
.select.is-disabled::after {
    border-color: #7a7a7a; }
.select.is-fullwidth {
    width: 100%; }
.select.is-fullwidth select {
    width: 100%; }
.select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none; }
.select.is-loading.is-small:after {
    font-size: 0.85rem; }
.select.is-loading.is-medium:after {
    font-size: 1.25rem; }
.select.is-loading.is-large:after {
    font-size: 1.5rem; }


.label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700; }
.label:not(:last-child) {
    margin-bottom: 0.5em; }
.label.is-small {
    font-size: 0.85rem; }
.label.is-medium {
    font-size: 1.25rem; }
.label.is-large {
    font-size: 1.5rem; }

.help {
    display: block;
    font-size: 0.85rem;
    margin-top: 0.25rem; }
.help.is-white {
    color: white; }
.help.is-black {
    color: #0a0a0a; }
.help.is-light {
    color: whitesmoke; }
.help.is-dark {
    color: #363636; }
.help.is-primary {
    color: #2196F3; }
.help.is-link {
    color: #0074D9; }
.help.is-info {
    color: #209cee; }
.help.is-success {
    color: #2eb82e; }
.help.is-warning {
    color: #FFCB40; }
.help.is-danger {
    color: #C42525; }

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

.field.has-addons {
    display: flex;
    justify-content: flex-start; }
.field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0; }
.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
.field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select select:hover,
.field.has-addons .control .select select.is-hovered {
    z-index: 2; }
.field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
.field.has-addons .control .input:focus,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .input:active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select select:focus,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select.is-active {
    z-index: 3; }
.field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select.is-active:hover {
    z-index: 4; }
.field.has-addons .control.is-expanded {
    flex-grow: 1; }
.field.has-addons.has-addons-centered {
    justify-content: center; }
.field.has-addons.has-addons-right {
    justify-content: flex-end; }
.field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0; }

.field.is-grouped {
    display: flex;
    justify-content: flex-start; }
.field.is-grouped > .control {
    flex-shrink: 0; }
.field.is-grouped > .control:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.75rem; }
.field.is-grouped > .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
.field.is-grouped.is-grouped-centered {
    justify-content: center; }
.field.is-grouped.is-grouped-right {
    justify-content: flex-end; }
.field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap; }
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
    margin-bottom: 0.75rem; }
.field.is-grouped.is-grouped-multiline:last-child {
    margin-bottom: -0.75rem; }
.field.is-grouped.is-grouped-multiline:not(:last-child) {
    margin-bottom: 0; }

@media screen and (min-width: 769px), print {
    .field.is-horizontal {
        display: flex; } }

.field-label .label {
    font-size: inherit; }

@media screen and (max-width: 768px) {
    .field-label {
        margin-bottom: 0.5rem; } }

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

.field-body .field .field {
    margin-bottom: 0; }

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

.control {
    font-size: 1rem;
    position: relative;
    text-align: left; }
.control.has-icon .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
.control.has-icon .input:focus + .icon {
    color: #7a7a7a; }
.control.has-icon .input.is-small + .icon {
    font-size: 0.85rem; }
.control.has-icon .input.is-medium + .icon {
    font-size: 1.25rem; }
.control.has-icon .input.is-large + .icon {
    font-size: 1.5rem; }
.control.has-icon:not(.has-icon-right) .icon {
    left: 0; }
.control.has-icon:not(.has-icon-right) .input {
    padding-left: 2.25em; }
.control.has-icon.has-icon-right .icon {
    right: 0; }
.control.has-icon.has-icon-right .input {
    padding-right: 2.25em; }
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
    color: #7a7a7a; }
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.85rem; }
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem; }
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem; }
.control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
.control.has-icons-left .input,
.control.has-icons-left .select select {
    padding-left: 2.25em; }
.control.has-icons-left .icon.is-left {
    left: 0; }
.control.has-icons-right .input,
.control.has-icons-right .select select {
    padding-right: 2.25em; }
.control.has-icons-right .icon.is-right {
    right: 0; }
.control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
.control.is-loading.is-small:after {
    font-size: 0.85rem; }
.control.is-loading.is-medium:after {
    font-size: 1.25rem; }
.control.is-loading.is-large:after {
    font-size: 1.5rem; }

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


.message {
    background-color: whitesmoke;
    border-radius: 8px;
    font-size: 1rem; }
.message strong {
    color: currentColor; }
.message a:not(.button):not(.tag) {
    color: currentColor;
    text-decoration: underline; }
.message.is-small {
    font-size: 0.85rem; }
.message.is-medium {
    font-size: 1.25rem; }
.message.is-large {
    font-size: 1.5rem; }
.message.is-white {
    background-color: white; }
.message.is-white .message-header {
    background-color: white;
    color: #0a0a0a; }
.message.is-white .message-body {
    border-color: white;
    color: #4d4d4d; }
.message.is-black {
    background-color: #fafafa; }
.message.is-black .message-header {
    background-color: #0a0a0a;
    color: white; }
.message.is-black .message-body {
    border-color: #0a0a0a;
    color: #090909; }
.message.is-light {
    background-color: #fafafa; }
.message.is-light .message-header {
    background-color: whitesmoke;
    color: #363636; }
.message.is-light .message-body {
    border-color: whitesmoke;
    color: #505050; }
.message.is-dark {
    background-color: #fafafa; }
.message.is-dark .message-header {
    background-color: #363636;
    color: whitesmoke; }
.message.is-dark .message-body {
    border-color: #363636;
    color: #2a2a2a; }
.message.is-primary {
    background-color: #f5fafe; }
.message.is-primary .message-header {
    background-color: #2196F3;
    color: #fff; }
.message.is-primary .message-body {
    border-color: #2196F3;
    color: #10558b; }
.message.is-link {
    background-color: #f5faff; }
.message.is-link .message-header {
    background-color: #0074D9;
    color: #fff; }
.message.is-link .message-body {
    border-color: #0074D9;
    color: #054a86; }
.message.is-info {
    background-color: #f6fbfe; }
.message.is-info .message-header {
    background-color: #209cee;
    color: #fff; }
.message.is-info .message-body {
    border-color: #209cee;
    color: #12537e; }
.message.is-success {
    background-color: #f6ffed; }
.message.is-success .message-header {
    background-color: #2eb82e;
    color: #fff; }
.message.is-success .message-body {
    border-color: #b7eb8f; }
.message.is-warning {
    background-color: #fffcf5; }
.message.is-warning .message-header {
    background-color: #FFCB40;
    color: rgba(0, 0, 0, 0.7); }
.message.is-warning .message-body {
    border-color: #FFCB40;
    color: #433308; }
.message.is-danger {
    background-color: #fff2f0; }
.message.is-danger .message-header {
    background-color: #C42525;
    color: #fff; }
.message.is-danger .message-body {
    border-color: #ffccc7 }

.message-header {
    align-items: center;
    background-color: #4a4a4a;
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.25;
    padding: 0.75em 1em;
    position: relative; }
.message-header .delete {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0.75em; }
.message-header + .message-body {
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.message-body {
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    color: rgba(0, 0, 0, 0.88);
    padding: 8px 12px; }
.message-body code,
.message-body pre {
    background-color: white; }
.message-body pre code {
    background-color: transparent; }

.message-danger-icon {
    background-image: url("../images/icon-danger.svg");
    background-position-y: center;
    background-repeat: no-repeat;
}
.message-success-icon {
    background-image: url("../images/icon-success.svg");
    background-position-y: center;
    background-repeat: no-repeat;
}

.hover-button:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px; }
.hover-button.open {
    cursor: pointer; }
.hover-button.open:before {
    transform: rotate(90deg); }
.hover-button.open:after {
    transform: rotate(180deg); }


.has-narrow-bottom-margin {
    margin-bottom: 0.5rem; }

.has-narrow-bottom-margin2 {
    margin-bottom: .25rem; }

.has-bottom-margin {
    margin-bottom: 1rem; }

.has-extra-bottom-margin {
    margin-bottom: 2rem; }

.has-top-margin {
    margin-top: 1rem; }

.has-narrow-right-margin {
    margin-right: 0.5rem; }
.has-right-margin {
    margin-right: 1rem; }
.has-right-margin.xl {
    margin-right: 2rem; }

.has-left-margin {
    margin-left: 1rem; }


.content .ql-editor {
    padding: 1em; }

.is-parent.flex-start {
    align-items: stretch;
    align-self: flex-start; }

.control.no-bottom-margin {
    margin-bottom: 0; }

.is-flex-centered {
    display: flex;
    flex-direction: column;
    align-items: center; }

.is-flex-aligned-centered {
    align-items: center; }

.is-flex-right {
    justify-content: flex-end; }

.is-flex-column {
    flex-direction: column; }

.is-flex-bottom {
    align-items: flex-end;
    height: 100%; }

.is-flex-between {
    justify-content: space-between; }

.is-justified-center {
    justify-content: center; }
