@charset "UTF-8";
/*! bulma.io v0.7.1 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button, .is-unselectable, .modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.modal-close, .delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(40, 52, 68, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 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;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(40, 52, 68, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(40, 52, 68, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

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

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

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .input, .select2-container .select2-dropdown .select2-search .select2-search__field,
.textarea, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .input:focus, .select2-container .select2-dropdown .select2-search .select2-search__field:focus,
.textarea:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.input, .select2-container .select2-dropdown .select2-search .is-focused.select2-search__field,
.is-focused.textarea, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .input:active, .select2-container .select2-dropdown .select2-search .select2-search__field:active,
.textarea:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.input, .select2-container .select2-dropdown .select2-search .is-active.select2-search__field,
.is-active.textarea, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].input, .select2-container .select2-dropdown .select2-search [disabled].select2-search__field,
[disabled].textarea, [disabled].button {
  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;
  letter-spacing: 0 !important;
}

ul {
  list-style: none;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto !important;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          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: white;
  font-family: Avenir Next, Avenir, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

body,
button,
input,
select,
textarea {
  font-family: Avenir Next, Avenir, -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: #3C4857;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: Avenir Next, Avenir, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

a {
  color: #00b2ff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 50ms ease;
  -o-transition: 50ms ease;
  transition: 50ms ease;
}
a strong {
  color: currentColor;
  text-decoration: none;
}
a:hover {
  color: #363636;
  text-decoration: none;
}
a.dark {
  text-decoration: none;
  color: #171E27;
}
a.dark:hover, a.dark:focus, a.dark.active {
  color: #00b2ff;
  text-decoration: none;
}
a:visited, a a:focus {
  text-decoration: none;
}

code {
  background-color: whitesmoke;
  color: #FD2F60;
  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: #3C4857;
  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;
}

li {
  padding: 0.1em 0;
}

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

.has-border-top {
  border-top: 1px solid #F0F2F7;
}

.has-border-bottom {
  border-bottom: 1px solid #F0F2F7;
}

.has-border {
  border-top: 1px solid #F0F2F7;
  border-bottom: 1px solid #F0F2F7;
}

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

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

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

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

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

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

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

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

  .is-size-2-mobile {
    font-size: 3rem !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.2rem !important;
  }

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

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

  .is-size-2-tablet {
    font-size: 3rem !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.2rem !important;
  }

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

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

  .is-size-2-touch {
    font-size: 3rem !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.2rem !important;
  }

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

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

  .is-size-2-desktop {
    font-size: 3rem !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.2rem !important;
  }

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

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

  .is-size-2-widescreen {
    font-size: 3rem !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.2rem !important;
  }

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

  .is-size-7-widescreen {
    font-size: 0.75rem !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: 899px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 900px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1079px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1080px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1272px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (max-width: 899px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 900px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1079px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1080px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1272px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (max-width: 899px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 900px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1079px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1080px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1272px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (max-width: 899px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 900px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1079px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1080px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1272px) {
  .has-text-right-widescreen {
    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-navy {
  color: #094067 !important;
}

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

.has-background-navy {
  background-color: #094067 !important;
}

.has-border-navy {
  border: 1px solid #094067 !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-border-white {
  border: 1px solid white !important;
}

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

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

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

.has-border-black {
  border: 1px solid #283444 !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-border-light {
  border: 1px solid 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-border-dark {
  border: 1px solid #363636 !important;
}

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

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

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

.has-border-primary {
  border: 1px solid #00b2ff !important;
}

.has-text-link {
  color: #00b2ff !important;
}

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

.has-background-link {
  background-color: #00b2ff !important;
}

.has-border-link {
  border: 1px solid #00b2ff !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-border-info {
  border: 1px solid #209cee !important;
}

.has-text-gold {
  color: #ffdb2b !important;
}

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

.has-background-gold {
  background-color: #ffdb2b !important;
}

.has-border-gold {
  border: 1px solid #ffdb2b !important;
}

.has-text-success {
  color: #23d160 !important;
}

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

.has-background-success {
  background-color: #23d160 !important;
}

.has-border-success {
  border: 1px solid #23d160 !important;
}

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

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

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

.has-border-warning {
  border: 1px solid #ffbb2d !important;
}

.has-text-yellow {
  color: #ffbb2d !important;
}

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

.has-background-yellow {
  background-color: #ffbb2d !important;
}

.has-border-yellow {
  border: 1px solid #ffbb2d !important;
}

.has-text-red {
  color: #FD2F60 !important;
}

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

.has-background-red {
  background-color: #FD2F60 !important;
}

.has-border-red {
  border: 1px solid #FD2F60 !important;
}

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

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

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

.has-border-danger {
  border: 1px solid #FD2F60 !important;
}

.has-text-frost-light {
  color: #E5E9F2 !important;
}

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

.has-background-frost-light {
  background-color: #E5E9F2 !important;
}

.has-border-frost-light {
  border: 1px solid #E5E9F2 !important;
}

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

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

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

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

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

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

.has-text-grey-dark {
  color: #8392A6 !important;
}

.has-background-grey-dark {
  background-color: #8392A6 !important;
}

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

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

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

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

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

.has-background-grey-lighter {
  background-color: #F9FAFC !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;
}

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

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

.is-absolute {
  position: absolute !important;
}

.is-fixed {
  position: fixed !important;
}

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

@media screen and (max-width: 899px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-block-widescreen {
    display: block !important;
  }
}
.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 899px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 899px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 899px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 899px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

@media screen and (max-width: 899px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 899px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
.is-marginless {
  margin: 0 !important;
}

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

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

.has-border-radius-small {
  border-radius: 4px;
}

.has-border-radius {
  border-radius: 8px;
}

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

.has-margin-top-half {
  margin-top: 0.5rem;
}

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

.has-margin-right-half {
  margin-right: 0.5rem;
}

.has-margin-left-half {
  margin-left: 0.5rem;
}

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

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

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

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

.has-margin-top-auto {
  margin-top: auto;
}

.has-margin-bottom-auto {
  margin-bottom: auto;
}

.has-margin-right-auto {
  margin-right: auto;
}

.has-margin-left-auto {
  margin-left: auto;
}

.has-margin-top-3 {
  margin-top: 3em !important;
}

.has-margin-bottom-3 {
  margin-bottom: 3em !important;
}

.has-margin-right-3 {
  margin-right: 3em !important;
}

.has-margin-left-3 {
  margin-left: 3em !important;
}

.has-margin-top-2 {
  margin-top: 2em !important;
}

.has-margin-bottom-2 {
  margin-bottom: 2em !important;
}

.has-margin-right-2 {
  margin-right: 2em !important;
}

.has-margin-left-2 {
  margin-left: 2em !important;
}

.has-margin-top-1 {
  margin-top: 1em !important;
}

.has-margin-bottom-1 {
  margin-bottom: 1em !important;
}

.has-margin-right-1 {
  margin-right: 1em !important;
}

.has-margin-left-1 {
  margin-left: 1em !important;
}

.has-margin-top-4 {
  margin-top: 4em !important;
}

.has-margin-bottom-4 {
  margin-bottom: 4em !important;
}

.has-margin-right-4 {
  margin-right: 4em !important;
}

.has-margin-left-4 {
  margin-left: 4em !important;
}

.has-margin-top-6 {
  margin-top: 6em !important;
}

.has-margin-bottom-6 {
  margin-bottom: 6em !important;
}

.has-margin-right-6 {
  margin-right: 6em !important;
}

.has-margin-left-6 {
  margin-left: 6em !important;
}

.has-margin-x-0 {
  margin: 0 0em !important;
}

.has-margin-x-half {
  margin: 0 halfem !important;
}

.has-margin-x-1 {
  margin: 0 1em !important;
}

.has-margin-x-2 {
  margin: 0 2em !important;
}

.has-margin-x-3 {
  margin: 0 3em !important;
}

.has-margin-x-4 {
  margin: 0 4em !important;
}

.has-margin-x-6 {
  margin: 0 6em !important;
}

.has-margin-x-9 {
  margin: 0 9em !important;
}

.has-margin-x-auto {
  margin: 0 autoem !important;
}

.has-margin-y-0 {
  margin: 0em 0 !important;
}

.has-margin-y-half {
  margin: halfem 0 !important;
}

.has-margin-y-1 {
  margin: 1em 0 !important;
}

.has-margin-y-2 {
  margin: 2em 0 !important;
}

.has-margin-y-3 {
  margin: 3em 0 !important;
}

.has-margin-y-4 {
  margin: 4em 0 !important;
}

.has-margin-y-6 {
  margin: 6em 0 !important;
}

.has-margin-y-9 {
  margin: 9em 0 !important;
}

.has-margin-y-auto {
  margin: autoem 0 !important;
}

.has-margin-x-0 {
  margin: 0 0 !important;
}

.has-margin-x-half {
  margin: 0 half !important;
}

.has-margin-x-1 {
  margin: 0 1 !important;
}

.has-margin-x-2 {
  margin: 0 2 !important;
}

.has-margin-x-3 {
  margin: 0 3 !important;
}

.has-margin-x-4 {
  margin: 0 4 !important;
}

.has-margin-x-6 {
  margin: 0 6 !important;
}

.has-margin-x-9 {
  margin: 0 9 !important;
}

.has-margin-x-auto {
  margin: 0 auto !important;
}

.has-margin-y-0 {
  margin: 0 0 !important;
}

.has-margin-y-half {
  margin: half 0 !important;
}

.has-margin-y-1 {
  margin: 1 0 !important;
}

.has-margin-y-2 {
  margin: 2 0 !important;
}

.has-margin-y-3 {
  margin: 3 0 !important;
}

.has-margin-y-4 {
  margin: 4 0 !important;
}

.has-margin-y-6 {
  margin: 6 0 !important;
}

.has-margin-y-9 {
  margin: 9 0 !important;
}

.has-margin-y-auto {
  margin: auto 0 !important;
}

.has-padding-top-0 {
  padding-top: 0em !important;
}

.has-padding-bottom-0 {
  padding-bottom: 0em !important;
}

.has-padding-right-0 {
  padding-right: 0em !important;
}

.has-padding-left-0 {
  padding-left: 0em !important;
}

.has-padding-top-3 {
  padding-top: 3em !important;
}

.has-padding-bottom-3 {
  padding-bottom: 3em !important;
}

.has-padding-right-3 {
  padding-right: 3em !important;
}

.has-padding-left-3 {
  padding-left: 3em !important;
}

.has-padding-top-2 {
  padding-top: 2em !important;
}

.has-padding-bottom-2 {
  padding-bottom: 2em !important;
}

.has-padding-right-2 {
  padding-right: 2em !important;
}

.has-padding-left-2 {
  padding-left: 2em !important;
}

.has-padding-top-1 {
  padding-top: 1em !important;
}

.has-padding-bottom-1 {
  padding-bottom: 1em !important;
}

.has-padding-right-1 {
  padding-right: 1em !important;
}

.has-padding-left-1 {
  padding-left: 1em !important;
}

.has-padding-top-4 {
  padding-top: 4em !important;
}

.has-padding-bottom-4 {
  padding-bottom: 4em !important;
}

.has-padding-right-4 {
  padding-right: 4em !important;
}

.has-padding-left-4 {
  padding-left: 4em !important;
}

.has-padding-top-6 {
  padding-top: 6em !important;
}

.has-padding-bottom-6 {
  padding-bottom: 6em !important;
}

.has-padding-right-6 {
  padding-right: 6em !important;
}

.has-padding-left-6 {
  padding-left: 6em !important;
}

.has-padding-top-9 {
  padding-top: 9em !important;
}

.has-padding-bottom-9 {
  padding-bottom: 9em !important;
}

.has-padding-right-9 {
  padding-right: 9em !important;
}

.has-padding-left-9 {
  padding-left: 9em !important;
}

.has-padding-x-0 {
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.has-padding-x-half {
  padding-left: halfem !important;
  padding-right: halfem !important;
}

.has-padding-x-1 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.has-padding-x-2 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.has-padding-x-3 {
  padding-left: 3em !important;
  padding-right: 3em !important;
}

.has-padding-x-4 {
  padding-left: 4em !important;
  padding-right: 4em !important;
}

.has-padding-x-6 {
  padding-left: 6em !important;
  padding-right: 6em !important;
}

.has-padding-x-9 {
  padding-left: 9em !important;
  padding-right: 9em !important;
}

.has-padding-x-auto {
  padding-left: autoem !important;
  padding-right: autoem !important;
}

.has-padding-y-0 {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}

.has-padding-y-half {
  padding-top: halfem !important;
  padding-bottom: halfem !important;
}

.has-padding-y-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.has-padding-y-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.has-padding-y-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.has-padding-y-4 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.has-padding-y-6 {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.has-padding-y-9 {
  padding-top: 9em !important;
  padding-bottom: 9em !important;
}

.has-padding-y-auto {
  padding-top: autoem !important;
  padding-bottom: autoem !important;
}

.has-padding-0 {
  padding: 0em !important;
}

.has-padding-half {
  padding: halfem !important;
}

.has-padding-1 {
  padding: 1em !important;
}

.has-padding-2 {
  padding: 2em !important;
}

.has-padding-3 {
  padding: 3em !important;
}

.has-padding-4 {
  padding: 4em !important;
}

.has-padding-6 {
  padding: 6em !important;
}

.has-padding-9 {
  padding: 9em !important;
}

.has-padding-auto {
  padding: autoem !important;
}

.box {
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(40, 52, 68, 0.1), 0 0 0 1px rgba(40, 52, 68, 0.1);
          box-shadow: 0 2px 3px rgba(40, 52, 68, 0.1), 0 0 0 1px rgba(40, 52, 68, 0.1);
  color: #3C4857;
  display: block;
  padding: 2rem;
}

a.box:hover, a.box:focus {
  -webkit-box-shadow: 0 2px 3px rgba(40, 52, 68, 0.1), 0 0 0 1px #00b2ff;
          box-shadow: 0 2px 3px rgba(40, 52, 68, 0.1), 0 0 0 1px #00b2ff;
}
a.box:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(40, 52, 68, 0.2), 0 0 0 1px #00b2ff;
          box-shadow: inset 0 1px 2px rgba(40, 52, 68, 0.2), 0 0 0 1px #00b2ff;
}

.button {
  background-color: white;
  border-color: #F9FAFC;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  padding-bottom: calc(.75em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(.75em - 1px);
  text-align: center;
  white-space: nowrap;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.button strong {
  color: inherit;
}
.button.wide {
  padding-bottom: calc(.75em - 1px);
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: calc(.75em - 1px);
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large, .button .icon.is-thin {
  height: 1.5em;
  width: 1.5em;
  position: relative;
  top: -2px;
}
.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: #D3DCE7;
  color: #363636;
  background-color: #dbdbdb;
  text-decoration: none;
}
.button:focus, .button.is-focused {
  border-color: #00b2ff;
  color: #363636;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
}
.button:active, .button.is-active {
  border-color: #8392A6;
  color: #363636;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #3C4857;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-navy {
  background-color: #094067;
  border-color: transparent;
  color: #fff;
}
.button.is-navy:hover, .button.is-navy.is-hovered {
  background-color: #08395b;
  border-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.button.is-navy:focus, .button.is-navy.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-navy:focus:not(:active), .button.is-navy.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(9, 64, 103, 0.25);
          box-shadow: 0 0 0 0.125em rgba(9, 64, 103, 0.25);
}
.button.is-navy:active, .button.is-navy.is-active {
  background-color: #073150;
  border-color: transparent;
  color: #fff;
}
.button.is-navy[disabled] {
  background-color: #094067;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-navy.is-inverted {
  background-color: #fff;
  color: #094067;
}
.button.is-navy.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-navy.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #094067;
}
.button.is-navy.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-navy.is-outlined {
  background-color: transparent;
  border-color: #094067;
  color: #094067;
}
.button.is-navy.is-outlined:hover, .button.is-navy.is-outlined:focus {
  background-color: #094067;
  border-color: #094067;
  color: #fff;
}
.button.is-navy.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-navy.is-outlined.is-loading::after {
  border-color: transparent transparent #094067 #094067 !important;
}
.button.is-navy.is-outlined[disabled] {
  background-color: transparent;
  border-color: #094067;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #094067;
}
.button.is-navy.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-navy.is-inverted.is-outlined:hover, .button.is-navy.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #094067;
}
.button.is-navy.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #00b2ff;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #00b2ff;
  text-decoration: none !important;
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #00b2ff;
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          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: #00b2ff;
}
.button.is-white[disabled] {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: #00b2ff;
  color: white;
}
.button.is-white.is-inverted:hover {
  background-color: #00a0e6;
}
.button.is-white.is-inverted[disabled] {
  background-color: #00b2ff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
.button.is-white.is-loading::after {
  border-color: transparent transparent #00b2ff #00b2ff !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: #00b2ff;
}
.button.is-white.is-outlined.is-loading {
  background-color: transparent;
}
.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #00b2ff;
  color: #00b2ff;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
  background-color: #00b2ff;
  color: white;
}
.button.is-white.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00b2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b2ff;
}
.button.is-black {
  background-color: #283444;
  border-color: transparent;
  color: white;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #232e3c;
  border-color: transparent;
  color: white;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(40, 52, 68, 0.25);
          box-shadow: 0 0 0 0.125em rgba(40, 52, 68, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: #1f2834;
  border-color: transparent;
  color: white;
}
.button.is-black[disabled] {
  background-color: #283444;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: white;
  color: #283444;
}
.button.is-black.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled] {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #283444;
}
.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #283444;
  color: #283444;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
  background-color: #283444;
  border-color: #283444;
  color: white;
}
.button.is-black.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #283444 #283444 !important;
}
.button.is-black.is-outlined[disabled] {
  background-color: transparent;
  border-color: #283444;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #283444;
}
.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: #283444;
}
.button.is-black.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: #00b2ff;
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #00b2ff;
  text-decoration: none !important;
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: #00b2ff;
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          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: #00b2ff;
}
.button.is-light[disabled] {
  background-color: whitesmoke;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: #00b2ff;
  color: whitesmoke;
}
.button.is-light.is-inverted:hover {
  background-color: #00a0e6;
}
.button.is-light.is-inverted[disabled] {
  background-color: #00b2ff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-loading::after {
  border-color: transparent transparent #00b2ff #00b2ff !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: #00b2ff;
}
.button.is-light.is-outlined.is-loading {
  background-color: transparent;
}
.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #00b2ff;
  color: #00b2ff;
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
  background-color: #00b2ff;
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00b2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b2ff;
}
.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;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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 {
  background-color: transparent;
}
.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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}
.button.is-primary {
  background-color: #00b2ff;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #00a9f2;
  border-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #00a0e6;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled] {
  background-color: #00b2ff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #00b2ff;
}
.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b2ff;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00b2ff;
  color: #00b2ff;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: #fff;
}
.button.is-primary.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #00b2ff #00b2ff !important;
}
.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00b2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b2ff;
}
.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: #00b2ff;
}
.button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.button.is-link {
  background-color: #00b2ff;
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #00a9f2;
  border-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #00a0e6;
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled] {
  background-color: #00b2ff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: #00b2ff;
}
.button.is-link.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b2ff;
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #00b2ff;
  color: #00b2ff;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: #fff;
}
.button.is-link.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #00b2ff #00b2ff !important;
}
.button.is-link.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00b2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b2ff;
}
.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: #00b2ff;
}
.button.is-link.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          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;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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 {
  background-color: transparent;
}
.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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.button.is-gold {
  background-color: #ffdb2b;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-gold:hover, .button.is-gold.is-hovered {
  background-color: #ffd91e;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none !important;
}
.button.is-gold:focus, .button.is-gold.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-gold:focus:not(:active), .button.is-gold.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 219, 43, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 219, 43, 0.25);
}
.button.is-gold:active, .button.is-gold.is-active {
  background-color: #ffd712;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-gold[disabled] {
  background-color: #ffdb2b;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-gold.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdb2b;
}
.button.is-gold.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-gold.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffdb2b;
}
.button.is-gold.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-gold.is-outlined {
  background-color: transparent;
  border-color: #ffdb2b;
  color: #ffdb2b;
}
.button.is-gold.is-outlined:hover, .button.is-gold.is-outlined:focus {
  background-color: #ffdb2b;
  border-color: #ffdb2b;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-gold.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-gold.is-outlined.is-loading::after {
  border-color: transparent transparent #ffdb2b #ffdb2b !important;
}
.button.is-gold.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffdb2b;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffdb2b;
}
.button.is-gold.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-gold.is-inverted.is-outlined:hover, .button.is-gold.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdb2b;
}
.button.is-gold.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-success {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled] {
  background-color: #23d160;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: #23d160;
}
.button.is-success.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #23d160;
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}
.button.is-success.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #23d160 #23d160 !important;
}
.button.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #23d160;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #23d160;
}
.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: #23d160;
}
.button.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.button.is-warning {
  background-color: #ffbb2d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffb720;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffb314;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled] {
  background-color: #ffbb2d;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffbb2d;
}
.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffbb2d;
}
.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: #ffbb2d;
  color: #ffbb2d;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
  background-color: #ffbb2d;
  border-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffbb2d #ffbb2d !important;
}
.button.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffbb2d;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffbb2d;
}
.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: #ffbb2d;
}
.button.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow {
  background-color: #ffbb2d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow:hover, .button.is-yellow.is-hovered {
  background-color: #ffb720;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none !important;
}
.button.is-yellow:focus, .button.is-yellow.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow:focus:not(:active), .button.is-yellow.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
}
.button.is-yellow:active, .button.is-yellow.is-active {
  background-color: #ffb314;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow[disabled] {
  background-color: #ffbb2d;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-yellow.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffbb2d;
}
.button.is-yellow.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffbb2d;
}
.button.is-yellow.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-yellow.is-outlined {
  background-color: transparent;
  border-color: #ffbb2d;
  color: #ffbb2d;
}
.button.is-yellow.is-outlined:hover, .button.is-yellow.is-outlined:focus {
  background-color: #ffbb2d;
  border-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-yellow.is-outlined.is-loading::after {
  border-color: transparent transparent #ffbb2d #ffbb2d !important;
}
.button.is-yellow.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffbb2d;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffbb2d;
}
.button.is-yellow.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow.is-inverted.is-outlined:hover, .button.is-yellow.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffbb2d;
}
.button.is-yellow.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-red {
  background-color: #FD2F60;
  border-color: transparent;
  color: #fff;
}
.button.is-red:hover, .button.is-red.is-hovered {
  background-color: #fd2256;
  border-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.button.is-red:focus, .button.is-red.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-red:focus:not(:active), .button.is-red.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
}
.button.is-red:active, .button.is-red.is-active {
  background-color: #fd164d;
  border-color: transparent;
  color: #fff;
}
.button.is-red[disabled] {
  background-color: #FD2F60;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-red.is-inverted {
  background-color: #fff;
  color: #FD2F60;
}
.button.is-red.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-red.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FD2F60;
}
.button.is-red.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-red.is-outlined {
  background-color: transparent;
  border-color: #FD2F60;
  color: #FD2F60;
}
.button.is-red.is-outlined:hover, .button.is-red.is-outlined:focus {
  background-color: #FD2F60;
  border-color: #FD2F60;
  color: #fff;
}
.button.is-red.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-red.is-outlined.is-loading::after {
  border-color: transparent transparent #FD2F60 #FD2F60 !important;
}
.button.is-red.is-outlined[disabled] {
  background-color: transparent;
  border-color: #FD2F60;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FD2F60;
}
.button.is-red.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-red.is-inverted.is-outlined:hover, .button.is-red.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #FD2F60;
}
.button.is-red.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.button.is-danger {
  background-color: #FD2F60;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #fd2256;
  border-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #fd164d;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled] {
  background-color: #FD2F60;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #FD2F60;
}
.button.is-danger.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FD2F60;
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #FD2F60;
  color: #FD2F60;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
  background-color: #FD2F60;
  border-color: #FD2F60;
  color: #fff;
}
.button.is-danger.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #FD2F60 #FD2F60 !important;
}
.button.is-danger.is-outlined[disabled] {
  background-color: transparent;
  border-color: #FD2F60;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FD2F60;
}
.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: #FD2F60;
}
.button.is-danger.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.button.is-frost-light {
  background-color: #E5E9F2;
  border-color: transparent;
  color: #283444;
}
.button.is-frost-light:hover, .button.is-frost-light.is-hovered {
  background-color: #dde2ee;
  border-color: transparent;
  color: #283444;
  text-decoration: none !important;
}
.button.is-frost-light:focus, .button.is-frost-light.is-focused {
  border-color: transparent;
  color: #283444;
}
.button.is-frost-light:focus:not(:active), .button.is-frost-light.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(229, 233, 242, 0.25);
          box-shadow: 0 0 0 0.125em rgba(229, 233, 242, 0.25);
}
.button.is-frost-light:active, .button.is-frost-light.is-active {
  background-color: #d4dbea;
  border-color: transparent;
  color: #283444;
}
.button.is-frost-light[disabled] {
  background-color: #E5E9F2;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-frost-light.is-inverted {
  background-color: #283444;
  color: #E5E9F2;
}
.button.is-frost-light.is-inverted:hover {
  background-color: #1f2834;
}
.button.is-frost-light.is-inverted[disabled] {
  background-color: #283444;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #E5E9F2;
}
.button.is-frost-light.is-loading::after {
  border-color: transparent transparent #283444 #283444 !important;
}
.button.is-frost-light.is-outlined {
  background-color: transparent;
  border-color: #E5E9F2;
  color: #E5E9F2;
}
.button.is-frost-light.is-outlined:hover, .button.is-frost-light.is-outlined:focus {
  background-color: #E5E9F2;
  border-color: #E5E9F2;
  color: #283444;
}
.button.is-frost-light.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-frost-light.is-outlined.is-loading::after {
  border-color: transparent transparent #E5E9F2 #E5E9F2 !important;
}
.button.is-frost-light.is-outlined[disabled] {
  background-color: transparent;
  border-color: #E5E9F2;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #E5E9F2;
}
.button.is-frost-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #283444;
  color: #283444;
}
.button.is-frost-light.is-inverted.is-outlined:hover, .button.is-frost-light.is-inverted.is-outlined:focus {
  background-color: #283444;
  color: #E5E9F2;
}
.button.is-frost-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #283444;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #283444;
}
.button.is-small {
  border-radius: 4px;
  font-size: 0.75rem;
}
.button.is-medium {
  font-size: 1rem;
}
.button.is-large {
  font-size: 1.2rem;
}
.button.is-thin {
  font-size: 1rem;
  padding: 0.4em 0.75em;
}
.button[disabled] {
  background-color: white;
  border-color: #F9FAFC;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  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: #F9FAFC;
  color: #EFF2F8;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.buttons.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.buttons.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

a.is-dark {
  color: #3C4857;
}
a.is-dark:hover {
  color: #00b2ff;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .container {
    padding: 0 0em;
  }
}
@media screen and (min-width: 900px), print {
  .container {
    max-width: 840px !important;
    width: 840px !important;
    padding: 0 2em !important;
  }
  .container.is-fluid {
    margin-left: 60px;
    margin-right: 60px;
    max-width: none;
    width: auto;
  }
}
@media screen and (min-width: 1080px) {
  .container {
    max-width: 960px !important;
    width: 960px !important;
  }
  .container.is-fluid {
    margin-left: 60px;
    margin-right: 60px;
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 1271px) {
  .container.is-widescreen {
    max-width: 1152px !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1272px) {
  .container {
    max-width: 1152px !important;
    width: 1152px !important;
  }
}

.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #171E27;
  font-weight: 700;
  line-height: 1.4;
}
.content p {
  margin: 1rem 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.content span {
  line-height: 1.4;
}
.content a {
  font-weight: 500;
}
.content h1 {
  font-size: 4rem;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
@media screen and (max-width: 899px) {
  .content h1 {
    font-size: 3.2rem;
  }
}
.content h2 {
  font-size: 3rem;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
@media screen and (max-width: 899px) {
  .content h2 {
    font-size: 2.4rem;
  }
}
.content h3 {
  font-size: 2rem;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
@media screen and (max-width: 899px) {
  .content h3 {
    font-size: 1.6rem;
  }
}
.content h4 {
  font-size: 1.5rem;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 899px) {
  .content h4 {
    font-size: 1.275rem;
  }
}
.content h5 {
  font-size: 1.2rem;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #F9FAFC;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style: decimal outside;
  margin-left: 1.2rem;
  margin-top: 1em;
}
.content ul {
  list-style: disc outside;
  margin-left: 1.2rem;
  margin-top: 1em;
}
.content ul li {
  font-size: 18px;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid #F9FAFC;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: #363636;
  text-align: left;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content img {
  margin: 4rem 0;
  display: block;
  border-radius: 0;
}
.content.is-small {
  font-size: 0.75rem;
}
.content.is-medium {
  font-size: 1rem;
}
.content.is-large {
  font-size: 1.2rem;
}

.input, .select2-container .select2-dropdown .select2-search .select2-search__field,
.textarea {
  background-color: #F9FAFC;
  border-color: #D3DCE7;
  color: #363636;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  height: 100%;
  width: 100%;
  transition: 200ms ease;
}
.input::-moz-placeholder, .select2-container .select2-dropdown .select2-search .select2-search__field::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.input::-webkit-input-placeholder, .select2-container .select2-dropdown .select2-search .select2-search__field::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.input:-moz-placeholder, .select2-container .select2-dropdown .select2-search .select2-search__field:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.input:-ms-input-placeholder, .select2-container .select2-dropdown .select2-search .select2-search__field:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.input:hover, .select2-container .select2-dropdown .select2-search .select2-search__field:hover, .input.is-hovered, .select2-container .select2-dropdown .select2-search .is-hovered.select2-search__field,
.textarea:hover,
.textarea.is-hovered {
  border-color: #D3DCE7;
  background-color: white;
}
.input:focus, .select2-container .select2-dropdown .select2-search .select2-search__field:focus, .input.is-focused, .select2-container .select2-dropdown .select2-search .is-focused.select2-search__field, .input:active, .select2-container .select2-dropdown .select2-search .select2-search__field:active, .input.is-active, .select2-container .select2-dropdown .select2-search .is-active.select2-search__field,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border: 2px solid #00b2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
}
.input[disabled], .select2-container .select2-dropdown .select2-search [disabled].select2-search__field,
.textarea[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #EFF2F8;
}
.input[disabled]::-moz-placeholder, .select2-container .select2-dropdown .select2-search [disabled].select2-search__field::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.input[disabled]::-webkit-input-placeholder, .select2-container .select2-dropdown .select2-search [disabled].select2-search__field::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.input[disabled]:-moz-placeholder, .select2-container .select2-dropdown .select2-search [disabled].select2-search__field:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.input[disabled]:-ms-input-placeholder, .select2-container .select2-dropdown .select2-search [disabled].select2-search__field:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.input[readonly], .select2-container .select2-dropdown .select2-search [readonly].select2-search__field,
.textarea[readonly] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input.is-navy, .select2-container .select2-dropdown .select2-search .is-navy.select2-search__field,
.textarea.is-navy {
  border-color: #094067;
}
.input.is-navy:focus, .select2-container .select2-dropdown .select2-search .is-navy.select2-search__field:focus, .input.is-navy.is-focused, .select2-container .select2-dropdown .select2-search .is-navy.is-focused.select2-search__field, .input.is-navy:active, .select2-container .select2-dropdown .select2-search .is-navy.select2-search__field:active, .input.is-navy.is-active, .select2-container .select2-dropdown .select2-search .is-navy.is-active.select2-search__field,
.textarea.is-navy:focus,
.textarea.is-navy.is-focused,
.textarea.is-navy:active,
.textarea.is-navy.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(9, 64, 103, 0.25);
          box-shadow: 0 0 0 0.125em rgba(9, 64, 103, 0.25);
  background-color: white;
}
.input.is-white, .select2-container .select2-dropdown .select2-search .is-white.select2-search__field,
.textarea.is-white {
  border-color: white;
}
.input.is-white:focus, .select2-container .select2-dropdown .select2-search .is-white.select2-search__field:focus, .input.is-white.is-focused, .select2-container .select2-dropdown .select2-search .is-white.is-focused.select2-search__field, .input.is-white:active, .select2-container .select2-dropdown .select2-search .is-white.select2-search__field:active, .input.is-white.is-active, .select2-container .select2-dropdown .select2-search .is-white.is-active.select2-search__field,
.textarea.is-white:focus,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  background-color: white;
}
.input.is-black, .select2-container .select2-dropdown .select2-search .is-black.select2-search__field,
.textarea.is-black {
  border-color: #283444;
}
.input.is-black:focus, .select2-container .select2-dropdown .select2-search .is-black.select2-search__field:focus, .input.is-black.is-focused, .select2-container .select2-dropdown .select2-search .is-black.is-focused.select2-search__field, .input.is-black:active, .select2-container .select2-dropdown .select2-search .is-black.select2-search__field:active, .input.is-black.is-active, .select2-container .select2-dropdown .select2-search .is-black.is-active.select2-search__field,
.textarea.is-black:focus,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(40, 52, 68, 0.25);
          box-shadow: 0 0 0 0.125em rgba(40, 52, 68, 0.25);
  background-color: white;
}
.input.is-light, .select2-container .select2-dropdown .select2-search .is-light.select2-search__field,
.textarea.is-light {
  border-color: whitesmoke;
}
.input.is-light:focus, .select2-container .select2-dropdown .select2-search .is-light.select2-search__field:focus, .input.is-light.is-focused, .select2-container .select2-dropdown .select2-search .is-light.is-focused.select2-search__field, .input.is-light:active, .select2-container .select2-dropdown .select2-search .is-light.select2-search__field:active, .input.is-light.is-active, .select2-container .select2-dropdown .select2-search .is-light.is-active.select2-search__field,
.textarea.is-light:focus,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  background-color: white;
}
.input.is-dark, .select2-container .select2-dropdown .select2-search .is-dark.select2-search__field,
.textarea.is-dark {
  border-color: #363636;
}
.input.is-dark:focus, .select2-container .select2-dropdown .select2-search .is-dark.select2-search__field:focus, .input.is-dark.is-focused, .select2-container .select2-dropdown .select2-search .is-dark.is-focused.select2-search__field, .input.is-dark:active, .select2-container .select2-dropdown .select2-search .is-dark.select2-search__field:active, .input.is-dark.is-active, .select2-container .select2-dropdown .select2-search .is-dark.is-active.select2-search__field,
.textarea.is-dark:focus,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
  background-color: white;
}
.input.is-primary, .select2-container .select2-dropdown .select2-search .is-primary.select2-search__field,
.textarea.is-primary {
  border-color: #00b2ff;
}
.input.is-primary:focus, .select2-container .select2-dropdown .select2-search .is-primary.select2-search__field:focus, .input.is-primary.is-focused, .select2-container .select2-dropdown .select2-search .is-primary.is-focused.select2-search__field, .input.is-primary:active, .select2-container .select2-dropdown .select2-search .is-primary.select2-search__field:active, .input.is-primary.is-active, .select2-container .select2-dropdown .select2-search .is-primary.is-active.select2-search__field,
.textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
  background-color: white;
}
.input.is-link, .select2-container .select2-dropdown .select2-search .is-link.select2-search__field,
.textarea.is-link {
  border-color: #00b2ff;
}
.input.is-link:focus, .select2-container .select2-dropdown .select2-search .is-link.select2-search__field:focus, .input.is-link.is-focused, .select2-container .select2-dropdown .select2-search .is-link.is-focused.select2-search__field, .input.is-link:active, .select2-container .select2-dropdown .select2-search .is-link.select2-search__field:active, .input.is-link.is-active, .select2-container .select2-dropdown .select2-search .is-link.is-active.select2-search__field,
.textarea.is-link:focus,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
  background-color: white;
}
.input.is-info, .select2-container .select2-dropdown .select2-search .is-info.select2-search__field,
.textarea.is-info {
  border-color: #209cee;
}
.input.is-info:focus, .select2-container .select2-dropdown .select2-search .is-info.select2-search__field:focus, .input.is-info.is-focused, .select2-container .select2-dropdown .select2-search .is-info.is-focused.select2-search__field, .input.is-info:active, .select2-container .select2-dropdown .select2-search .is-info.select2-search__field:active, .input.is-info.is-active, .select2-container .select2-dropdown .select2-search .is-info.is-active.select2-search__field,
.textarea.is-info:focus,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
  background-color: white;
}
.input.is-gold, .select2-container .select2-dropdown .select2-search .is-gold.select2-search__field,
.textarea.is-gold {
  border-color: #ffdb2b;
}
.input.is-gold:focus, .select2-container .select2-dropdown .select2-search .is-gold.select2-search__field:focus, .input.is-gold.is-focused, .select2-container .select2-dropdown .select2-search .is-gold.is-focused.select2-search__field, .input.is-gold:active, .select2-container .select2-dropdown .select2-search .is-gold.select2-search__field:active, .input.is-gold.is-active, .select2-container .select2-dropdown .select2-search .is-gold.is-active.select2-search__field,
.textarea.is-gold:focus,
.textarea.is-gold.is-focused,
.textarea.is-gold:active,
.textarea.is-gold.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 219, 43, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 219, 43, 0.25);
  background-color: white;
}
.input.is-success, .select2-container .select2-dropdown .select2-search .is-success.select2-search__field,
.textarea.is-success {
  border-color: #23d160;
}
.input.is-success:focus, .select2-container .select2-dropdown .select2-search .is-success.select2-search__field:focus, .input.is-success.is-focused, .select2-container .select2-dropdown .select2-search .is-success.is-focused.select2-search__field, .input.is-success:active, .select2-container .select2-dropdown .select2-search .is-success.select2-search__field:active, .input.is-success.is-active, .select2-container .select2-dropdown .select2-search .is-success.is-active.select2-search__field,
.textarea.is-success:focus,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
  background-color: white;
}
.input.is-warning, .select2-container .select2-dropdown .select2-search .is-warning.select2-search__field,
.textarea.is-warning {
  border-color: #ffbb2d;
}
.input.is-warning:focus, .select2-container .select2-dropdown .select2-search .is-warning.select2-search__field:focus, .input.is-warning.is-focused, .select2-container .select2-dropdown .select2-search .is-warning.is-focused.select2-search__field, .input.is-warning:active, .select2-container .select2-dropdown .select2-search .is-warning.select2-search__field:active, .input.is-warning.is-active, .select2-container .select2-dropdown .select2-search .is-warning.is-active.select2-search__field,
.textarea.is-warning:focus,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
  background-color: white;
}
.input.is-yellow, .select2-container .select2-dropdown .select2-search .is-yellow.select2-search__field,
.textarea.is-yellow {
  border-color: #ffbb2d;
}
.input.is-yellow:focus, .select2-container .select2-dropdown .select2-search .is-yellow.select2-search__field:focus, .input.is-yellow.is-focused, .select2-container .select2-dropdown .select2-search .is-yellow.is-focused.select2-search__field, .input.is-yellow:active, .select2-container .select2-dropdown .select2-search .is-yellow.select2-search__field:active, .input.is-yellow.is-active, .select2-container .select2-dropdown .select2-search .is-yellow.is-active.select2-search__field,
.textarea.is-yellow:focus,
.textarea.is-yellow.is-focused,
.textarea.is-yellow:active,
.textarea.is-yellow.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
  background-color: white;
}
.input.is-red, .select2-container .select2-dropdown .select2-search .is-red.select2-search__field,
.textarea.is-red {
  border-color: #FD2F60;
}
.input.is-red:focus, .select2-container .select2-dropdown .select2-search .is-red.select2-search__field:focus, .input.is-red.is-focused, .select2-container .select2-dropdown .select2-search .is-red.is-focused.select2-search__field, .input.is-red:active, .select2-container .select2-dropdown .select2-search .is-red.select2-search__field:active, .input.is-red.is-active, .select2-container .select2-dropdown .select2-search .is-red.is-active.select2-search__field,
.textarea.is-red:focus,
.textarea.is-red.is-focused,
.textarea.is-red:active,
.textarea.is-red.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
  background-color: white;
}
.input.is-danger, .select2-container .select2-dropdown .select2-search .is-danger.select2-search__field,
.textarea.is-danger {
  border-color: #FD2F60;
}
.input.is-danger:focus, .select2-container .select2-dropdown .select2-search .is-danger.select2-search__field:focus, .input.is-danger.is-focused, .select2-container .select2-dropdown .select2-search .is-danger.is-focused.select2-search__field, .input.is-danger:active, .select2-container .select2-dropdown .select2-search .is-danger.select2-search__field:active, .input.is-danger.is-active, .select2-container .select2-dropdown .select2-search .is-danger.is-active.select2-search__field,
.textarea.is-danger:focus,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
  background-color: white;
}
.input.is-frost-light, .select2-container .select2-dropdown .select2-search .is-frost-light.select2-search__field,
.textarea.is-frost-light {
  border-color: #E5E9F2;
}
.input.is-frost-light:focus, .select2-container .select2-dropdown .select2-search .is-frost-light.select2-search__field:focus, .input.is-frost-light.is-focused, .select2-container .select2-dropdown .select2-search .is-frost-light.is-focused.select2-search__field, .input.is-frost-light:active, .select2-container .select2-dropdown .select2-search .is-frost-light.select2-search__field:active, .input.is-frost-light.is-active, .select2-container .select2-dropdown .select2-search .is-frost-light.is-active.select2-search__field,
.textarea.is-frost-light:focus,
.textarea.is-frost-light.is-focused,
.textarea.is-frost-light:active,
.textarea.is-frost-light.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(229, 233, 242, 0.25);
          box-shadow: 0 0 0 0.125em rgba(229, 233, 242, 0.25);
  background-color: white;
}
.input.is-small, .select2-container .select2-dropdown .select2-search .is-small.select2-search__field,
.textarea.is-small {
  border-radius: 4px;
  font-size: 0.75rem;
}
.input.is-medium, .select2-container .select2-dropdown .select2-search .is-medium.select2-search__field,
.textarea.is-medium {
  font-size: 1rem;
  padding: 0.75em 0.75em;
}
.input.is-medium.select, .select2-container .select2-dropdown .select2-search .is-medium.select.select2-search__field,
.textarea.is-medium.select {
  padding: 0;
  height: 100%;
}
.input.is-medium.select select, .select2-container .select2-dropdown .select2-search .is-medium.select.select2-search__field select,
.textarea.is-medium.select select {
  padding: 0.5em 0.75em;
}
.input.is-large, .select2-container .select2-dropdown .select2-search .is-large.select2-search__field,
.textarea.is-large {
  font-size: 1.2rem;
  padding: 0.75em 0.75em;
}
.input.is-large.select, .select2-container .select2-dropdown .select2-search .is-large.select.select2-search__field,
.textarea.is-large.select {
  padding: 0;
  height: 100%;
}
.input.is-large.select select, .select2-container .select2-dropdown .select2-search .is-large.select.select2-search__field select,
.textarea.is-large.select select {
  padding: 0.5em 0.75em;
  height: auto;
}
.input.is-fullwidth, .select2-container .select2-dropdown .select2-search .is-fullwidth.select2-search__field,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}
.input.is-inline, .select2-container .select2-dropdown .select2-search .is-inline.select2-search__field,
.textarea.is-inline {
  display: inline;
  width: auto;
}

.input.is-rounded, .select2-container .select2-dropdown .select2-search .is-rounded.select2-search__field {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}
.input.is-static, .select2-container .select2-dropdown .select2-search .is-static.select2-search__field {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          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: #EFF2F8;
  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: #00b2ff;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  background-color: #F9FAFC;
  border-color: #D3DCE7;
  color: #363636;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.select select:hover, .select select.is-hovered {
  border-color: #D3DCE7;
  background-color: white;
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border: 2px solid #00b2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
}
.select select[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #EFF2F8;
}
.select select[disabled]::-moz-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.select select[disabled]::-webkit-input-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.select select[disabled]:-moz-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.select select[disabled]:-ms-input-placeholder {
  color: rgba(239, 242, 248, 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-navy:not(:hover)::after {
  border-color: #094067;
}
.select.is-navy select {
  border-color: #094067;
}
.select.is-navy select:hover, .select.is-navy select.is-hovered {
  border-color: #073150;
}
.select.is-navy select:focus, .select.is-navy select.is-focused, .select.is-navy select:active, .select.is-navy select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(9, 64, 103, 0.25);
          box-shadow: 0 0 0 0.125em rgba(9, 64, 103, 0.25);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: #283444;
}
.select.is-black select {
  border-color: #283444;
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: #1f2834;
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(40, 52, 68, 0.25);
          box-shadow: 0 0 0 0.125em rgba(40, 52, 68, 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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: #00b2ff;
}
.select.is-primary select {
  border-color: #00b2ff;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #00a0e6;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #00b2ff;
}
.select.is-link select {
  border-color: #00b2ff;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #00a0e6;
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
.select.is-gold:not(:hover)::after {
  border-color: #ffdb2b;
}
.select.is-gold select {
  border-color: #ffdb2b;
}
.select.is-gold select:hover, .select.is-gold select.is-hovered {
  border-color: #ffd712;
}
.select.is-gold select:focus, .select.is-gold select.is-focused, .select.is-gold select:active, .select.is-gold select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 219, 43, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 219, 43, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #23d160;
}
.select.is-success select {
  border-color: #23d160;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #20bc56;
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: #ffbb2d;
}
.select.is-warning select {
  border-color: #ffbb2d;
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffb314;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
}
.select.is-yellow:not(:hover)::after {
  border-color: #ffbb2d;
}
.select.is-yellow select {
  border-color: #ffbb2d;
}
.select.is-yellow select:hover, .select.is-yellow select.is-hovered {
  border-color: #ffb314;
}
.select.is-yellow select:focus, .select.is-yellow select.is-focused, .select.is-yellow select:active, .select.is-yellow select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
}
.select.is-red:not(:hover)::after {
  border-color: #FD2F60;
}
.select.is-red select {
  border-color: #FD2F60;
}
.select.is-red select:hover, .select.is-red select.is-hovered {
  border-color: #fd164d;
}
.select.is-red select:focus, .select.is-red select.is-focused, .select.is-red select:active, .select.is-red select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: #FD2F60;
}
.select.is-danger select {
  border-color: #FD2F60;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #fd164d;
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
}
.select.is-frost-light:not(:hover)::after {
  border-color: #E5E9F2;
}
.select.is-frost-light select {
  border-color: #E5E9F2;
}
.select.is-frost-light select:hover, .select.is-frost-light select.is-hovered {
  border-color: #d4dbea;
}
.select.is-frost-light select:focus, .select.is-frost-light select.is-focused, .select.is-frost-light select:active, .select.is-frost-light select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(229, 233, 242, 0.25);
          box-shadow: 0 0 0 0.125em rgba(229, 233, 242, 0.25);
}
.select.is-small {
  border-radius: 4px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1rem;
  padding: 0.75em 0.75em;
}
.select.is-medium.select {
  padding: 0;
  height: 100%;
}
.select.is-medium.select select {
  padding: 0.5em 0.75em;
}
.select.is-large {
  font-size: 1.2rem;
  padding: 0.75em 0.75em;
}
.select.is-large.select {
  padding: 0;
  height: 100%;
}
.select.is-large.select select {
  padding: 0.5em 0.75em;
  height: auto;
}
.select.is-disabled::after {
  border-color: #EFF2F8;
}
.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;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1rem;
}
.select.is-loading.is-large:after {
  font-size: 1.2rem;
}

.file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.file.is-navy .file-cta {
  background-color: #094067;
  border-color: transparent;
  color: #fff;
}
.file.is-navy:hover .file-cta, .file.is-navy.is-hovered .file-cta {
  background-color: #08395b;
  border-color: transparent;
  color: #fff;
}
.file.is-navy:focus .file-cta, .file.is-navy.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(9, 64, 103, 0.25);
          box-shadow: 0 0 0.5em rgba(9, 64, 103, 0.25);
  color: #fff;
}
.file.is-navy:active .file-cta, .file.is-navy.is-active .file-cta {
  background-color: #073150;
  border-color: transparent;
  color: #fff;
}
.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #00b2ff;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #00b2ff;
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #00b2ff;
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #00b2ff;
}
.file.is-black .file-cta {
  background-color: #283444;
  border-color: transparent;
  color: white;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #232e3c;
  border-color: transparent;
  color: white;
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(40, 52, 68, 0.25);
          box-shadow: 0 0 0.5em rgba(40, 52, 68, 0.25);
  color: white;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: #1f2834;
  border-color: transparent;
  color: white;
}
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: #00b2ff;
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: #00b2ff;
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #00b2ff;
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #00b2ff;
}
.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: whitesmoke;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}
.file.is-primary .file-cta {
  background-color: #00b2ff;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #00a9f2;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 178, 255, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #00a0e6;
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: #00b2ff;
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #00a9f2;
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 178, 255, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #00a0e6;
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}
.file.is-gold .file-cta {
  background-color: #ffdb2b;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-gold:hover .file-cta, .file.is-gold.is-hovered .file-cta {
  background-color: #ffd91e;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-gold:focus .file-cta, .file.is-gold.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 219, 43, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 219, 43, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-gold:active .file-cta, .file.is-gold.is-active .file-cta {
  background-color: #ffd712;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-success .file-cta {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: #ffbb2d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffb720;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 187, 45, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffb314;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-yellow .file-cta {
  background-color: #ffbb2d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-yellow:hover .file-cta, .file.is-yellow.is-hovered .file-cta {
  background-color: #ffb720;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-yellow:focus .file-cta, .file.is-yellow.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 187, 45, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-yellow:active .file-cta, .file.is-yellow.is-active .file-cta {
  background-color: #ffb314;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-red .file-cta {
  background-color: #FD2F60;
  border-color: transparent;
  color: #fff;
}
.file.is-red:hover .file-cta, .file.is-red.is-hovered .file-cta {
  background-color: #fd2256;
  border-color: transparent;
  color: #fff;
}
.file.is-red:focus .file-cta, .file.is-red.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(253, 47, 96, 0.25);
  color: #fff;
}
.file.is-red:active .file-cta, .file.is-red.is-active .file-cta {
  background-color: #fd164d;
  border-color: transparent;
  color: #fff;
}
.file.is-danger .file-cta {
  background-color: #FD2F60;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #fd2256;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(253, 47, 96, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #fd164d;
  border-color: transparent;
  color: #fff;
}
.file.is-frost-light .file-cta {
  background-color: #E5E9F2;
  border-color: transparent;
  color: #283444;
}
.file.is-frost-light:hover .file-cta, .file.is-frost-light.is-hovered .file-cta {
  background-color: #dde2ee;
  border-color: transparent;
  color: #283444;
}
.file.is-frost-light:focus .file-cta, .file.is-frost-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(229, 233, 242, 0.25);
          box-shadow: 0 0 0.5em rgba(229, 233, 242, 0.25);
  color: #283444;
}
.file.is-frost-light:active .file-cta, .file.is-frost-light.is-active .file-cta {
  background-color: #d4dbea;
  border-color: transparent;
  color: #283444;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-medium {
  font-size: 1rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.2rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 8px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 8px 8px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 8px 8px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}
.file.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 8px 8px 0;
}
.file.is-right .file-name {
  border-radius: 8px 0 0 8px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}
.file-label:hover .file-name {
  border-color: #f1f3f8;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}
.file-label:active .file-name {
  border-color: #e8ecf4;
}

.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em;
}

.file-cta,
.file-name {
  border-color: #F9FAFC;
  border-radius: 8px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #8392A6;
}

.file-name {
  border-color: #F9FAFC;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

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

.label.label {
  color: #8392A6;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  text-align: left !important;
  padding: 0;
}
.label.label:not(:last-child) {
  margin-bottom: 0.2em;
}
.label.label.is-small {
  font-size: 0.75rem;
}
.label.label.is-medium {
  font-size: 1rem;
}
.label.label.is-large {
  font-size: 1.2rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-navy {
  color: #094067;
}
.help.is-white {
  color: white;
}
.help.is-black {
  color: #283444;
}
.help.is-light {
  color: whitesmoke;
}
.help.is-dark {
  color: #363636;
}
.help.is-primary {
  color: #00b2ff;
}
.help.is-link {
  color: #00b2ff;
}
.help.is-info {
  color: #209cee;
}
.help.is-gold {
  color: #ffdb2b;
}
.help.is-success {
  color: #23d160;
}
.help.is-warning {
  color: #ffbb2d;
}
.help.is-yellow {
  color: #ffbb2d;
}
.help.is-red {
  color: #FD2F60;
}
.help.is-danger {
  color: #FD2F60;
}
.help.is-frost-light {
  color: #E5E9F2;
}

.field:not(:last-child) {
  margin-bottom: 1rem;
}
.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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) .select2-container .select2-dropdown .select2-search .select2-search__field,
.select2-container .select2-dropdown .select2-search .field.has-addons .control:not(:first-child):not(:last-child) .select2-search__field,
.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 .select2-container .select2-dropdown .select2-search .select2-search__field,
.select2-container .select2-dropdown .select2-search .field.has-addons .control:first-child .select2-search__field,
.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 .select2-container .select2-dropdown .select2-search .select2-search__field,
.select2-container .select2-dropdown .select2-search .field.has-addons .control:last-child .select2-search__field,
.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 .select2-container .select2-dropdown .select2-search .select2-search__field:hover,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .select2-search__field:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .is-hovered.select2-search__field,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .is-hovered.select2-search__field,
.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 .select2-container .select2-dropdown .select2-search .select2-search__field:focus,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .select2-search__field:focus,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .is-focused.select2-search__field,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .is-focused.select2-search__field,
.field.has-addons .control .input:active,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .select2-search__field:active,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .select2-search__field:active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .is-active.select2-search__field,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .is-active.select2-search__field,
.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 .select2-container .select2-dropdown .select2-search .select2-search__field:focus:hover,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .select2-search__field:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .is-focused.select2-search__field:hover,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .is-focused.select2-search__field:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .select2-search__field:active:hover,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .select2-search__field:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .is-active.select2-search__field:hover,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .is-active.select2-search__field: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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 899px) {
  .field.is-grouped {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.field.is-grouped > .control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
@media screen and (max-width: 899px) {
  .field.is-grouped > .control:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}
.field.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      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: 900px), print {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 899px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 900px), print {
  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.2rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 900px), print {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            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: #00b2ff;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.control.has-icon .input:focus + .icon, .control.has-icon .select2-container .select2-dropdown .select2-search .select2-search__field:focus + .icon, .select2-container .select2-dropdown .select2-search .control.has-icon .select2-search__field:focus + .icon {
  color: #EFF2F8;
}
.control.has-icon .input.is-small + .icon, .control.has-icon .select2-container .select2-dropdown .select2-search .is-small.select2-search__field + .icon, .select2-container .select2-dropdown .select2-search .control.has-icon .is-small.select2-search__field + .icon {
  font-size: 0.75rem;
}
.control.has-icon .input.is-medium + .icon, .control.has-icon .select2-container .select2-dropdown .select2-search .is-medium.select2-search__field + .icon, .select2-container .select2-dropdown .select2-search .control.has-icon .is-medium.select2-search__field + .icon {
  font-size: 1rem;
}
.control.has-icon .input.is-large + .icon, .control.has-icon .select2-container .select2-dropdown .select2-search .is-large.select2-search__field + .icon, .select2-container .select2-dropdown .select2-search .control.has-icon .is-large.select2-search__field + .icon {
  font-size: 1.2rem;
}
.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
.control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .control.has-icon:not(.has-icon-right) .select2-search__field {
  padding-left: 2.25em;
}
.control.has-icon.has-icon-right .icon {
  right: 0;
}
.control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .control.has-icon.has-icon-right .select2-search__field {
  padding-right: 2.25em;
}
.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .select2-container .select2-dropdown .select2-search .select2-search__field:focus ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-left .select2-search__field:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .select2-container .select2-dropdown .select2-search .select2-search__field:focus ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-right .select2-search__field:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #EFF2F8;
}
.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .select2-container .select2-dropdown .select2-search .is-small.select2-search__field ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-left .is-small.select2-search__field ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .select2-container .select2-dropdown .select2-search .is-small.select2-search__field ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-right .is-small.select2-search__field ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left .select2-container .select2-dropdown .select2-search .is-medium.select2-search__field ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-left .is-medium.select2-search__field ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right .select2-container .select2-dropdown .select2-search .is-medium.select2-search__field ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-right .is-medium.select2-search__field ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1rem;
}
.control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left .select2-container .select2-dropdown .select2-search .is-large.select2-search__field ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-left .is-large.select2-search__field ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right .select2-container .select2-dropdown .select2-search .is-large.select2-search__field ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-right .is-large.select2-search__field ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.2rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #00b2ff;
  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 .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .control.has-icons-left .select2-search__field,
.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 .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .control.has-icons-right .select2-search__field,
.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.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1rem;
}
.control.is-loading.is-large:after {
  font-size: 1.2rem;
}

.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
}

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

.notification {
  background-color: whitesmoke;
  border-radius: 8px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}
.notification a:not(.button) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: white;
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-navy {
  background-color: #094067;
  color: #fff;
}
.notification.is-white {
  background-color: white;
  color: #00b2ff;
}
.notification.is-black {
  background-color: #283444;
  color: white;
}
.notification.is-light {
  background-color: whitesmoke;
  color: #00b2ff;
}
.notification.is-dark {
  background-color: #363636;
  color: whitesmoke;
}
.notification.is-primary {
  background-color: #00b2ff;
  color: #fff;
}
.notification.is-link {
  background-color: #00b2ff;
  color: #fff;
}
.notification.is-info {
  background-color: #209cee;
  color: #fff;
}
.notification.is-gold {
  background-color: #ffdb2b;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-success {
  background-color: #23d160;
  color: #fff;
}
.notification.is-warning {
  background-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-yellow {
  background-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-red {
  background-color: #FD2F60;
  color: #fff;
}
.notification.is-danger {
  background-color: #FD2F60;
  color: #fff;
}
.notification.is-frost-light {
  background-color: #E5E9F2;
  color: #283444;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #EFF2F8;
  border-radius: 4px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress.has-background-navy::-webkit-progress-bar {
  background-color: #094067;
}
.progress.has-background-white::-webkit-progress-bar {
  background-color: white;
}
.progress.has-background-black::-webkit-progress-bar {
  background-color: #283444;
}
.progress.has-background-light::-webkit-progress-bar {
  background-color: whitesmoke;
}
.progress.has-background-dark::-webkit-progress-bar {
  background-color: #363636;
}
.progress.has-background-primary::-webkit-progress-bar {
  background-color: #00b2ff;
}
.progress.has-background-link::-webkit-progress-bar {
  background-color: #00b2ff;
}
.progress.has-background-info::-webkit-progress-bar {
  background-color: #209cee;
}
.progress.has-background-gold::-webkit-progress-bar {
  background-color: #ffdb2b;
}
.progress.has-background-success::-webkit-progress-bar {
  background-color: #23d160;
}
.progress.has-background-warning::-webkit-progress-bar {
  background-color: #ffbb2d;
}
.progress.has-background-yellow::-webkit-progress-bar {
  background-color: #ffbb2d;
}
.progress.has-background-red::-webkit-progress-bar {
  background-color: #FD2F60;
}
.progress.has-background-danger::-webkit-progress-bar {
  background-color: #FD2F60;
}
.progress.has-background-frost-light::-webkit-progress-bar {
  background-color: #E5E9F2;
}
.progress::-webkit-progress-value {
  background-color: #3C4857;
}
.progress::-moz-progress-bar {
  background-color: #3C4857;
}
.progress::-ms-fill {
  background-color: #3C4857;
  border: none;
}
.progress.is-navy::-webkit-progress-value {
  background-color: #094067;
}
.progress.is-navy::-moz-progress-bar {
  background-color: #094067;
}
.progress.is-navy::-ms-fill {
  background-color: #094067;
}
.progress.is-white::-webkit-progress-value {
  background-color: white;
}
.progress.is-white::-moz-progress-bar {
  background-color: white;
}
.progress.is-white::-ms-fill {
  background-color: white;
}
.progress.is-black::-webkit-progress-value {
  background-color: #283444;
}
.progress.is-black::-moz-progress-bar {
  background-color: #283444;
}
.progress.is-black::-ms-fill {
  background-color: #283444;
}
.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}
.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}
.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}
.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}
.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}
.progress.is-dark::-ms-fill {
  background-color: #363636;
}
.progress.is-primary::-webkit-progress-value {
  background-color: #00b2ff;
}
.progress.is-primary::-moz-progress-bar {
  background-color: #00b2ff;
}
.progress.is-primary::-ms-fill {
  background-color: #00b2ff;
}
.progress.is-link::-webkit-progress-value {
  background-color: #00b2ff;
}
.progress.is-link::-moz-progress-bar {
  background-color: #00b2ff;
}
.progress.is-link::-ms-fill {
  background-color: #00b2ff;
}
.progress.is-info::-webkit-progress-value {
  background-color: #209cee;
}
.progress.is-info::-moz-progress-bar {
  background-color: #209cee;
}
.progress.is-info::-ms-fill {
  background-color: #209cee;
}
.progress.is-gold::-webkit-progress-value {
  background-color: #ffdb2b;
}
.progress.is-gold::-moz-progress-bar {
  background-color: #ffdb2b;
}
.progress.is-gold::-ms-fill {
  background-color: #ffdb2b;
}
.progress.is-success::-webkit-progress-value {
  background-color: #23d160;
}
.progress.is-success::-moz-progress-bar {
  background-color: #23d160;
}
.progress.is-success::-ms-fill {
  background-color: #23d160;
}
.progress.is-warning::-webkit-progress-value {
  background-color: #ffbb2d;
}
.progress.is-warning::-moz-progress-bar {
  background-color: #ffbb2d;
}
.progress.is-warning::-ms-fill {
  background-color: #ffbb2d;
}
.progress.is-yellow::-webkit-progress-value {
  background-color: #ffbb2d;
}
.progress.is-yellow::-moz-progress-bar {
  background-color: #ffbb2d;
}
.progress.is-yellow::-ms-fill {
  background-color: #ffbb2d;
}
.progress.is-red::-webkit-progress-value {
  background-color: #FD2F60;
}
.progress.is-red::-moz-progress-bar {
  background-color: #FD2F60;
}
.progress.is-red::-ms-fill {
  background-color: #FD2F60;
}
.progress.is-danger::-webkit-progress-value {
  background-color: #FD2F60;
}
.progress.is-danger::-moz-progress-bar {
  background-color: #FD2F60;
}
.progress.is-danger::-ms-fill {
  background-color: #FD2F60;
}
.progress.is-frost-light::-webkit-progress-value {
  background-color: #E5E9F2;
}
.progress.is-frost-light::-moz-progress-bar {
  background-color: #E5E9F2;
}
.progress.is-frost-light::-ms-fill {
  background-color: #E5E9F2;
}
.progress.is-small {
  height: 0.75rem;
}
.progress.is-medium {
  height: 1rem;
}
.progress.is-large {
  height: 3rem;
}

.table {
  background-color: white;
  color: #363636;
}
.table td,
.table th {
  border: 1px solid #F9FAFC;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-navy,
.table th.is-navy {
  background-color: #094067;
  border-color: #094067;
  color: #fff;
}
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #00b2ff;
}
.table td.is-black,
.table th.is-black {
  background-color: #283444;
  border-color: #283444;
  color: white;
}
.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #00b2ff;
}
.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}
.table td.is-primary,
.table th.is-primary {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}
.table td.is-gold,
.table th.is-gold {
  background-color: #ffdb2b;
  border-color: #ffdb2b;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-success,
.table th.is-success {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: #ffbb2d;
  border-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-yellow,
.table th.is-yellow {
  background-color: #ffbb2d;
  border-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-red,
.table th.is-red {
  background-color: #FD2F60;
  border-color: #FD2F60;
  color: #fff;
}
.table td.is-danger,
.table th.is-danger {
  background-color: #FD2F60;
  border-color: #FD2F60;
  color: #fff;
}
.table td.is-frost-light,
.table th.is-frost-light {
  background-color: #E5E9F2;
  border-color: #E5E9F2;
  color: #283444;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: #00b2ff;
  color: #fff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table th {
  color: #363636;
  text-align: left;
}
.table tr.is-selected {
  background-color: #00b2ff;
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: whitesmoke;
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

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

.tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tags.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tag:not(body) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 8px;
  color: #3C4857;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-navy {
  background-color: #094067;
  color: #fff;
}
.tag:not(body).is-white {
  background-color: white;
  color: #00b2ff;
}
.tag:not(body).is-black {
  background-color: #283444;
  color: white;
}
.tag:not(body).is-light {
  background-color: whitesmoke;
  color: #00b2ff;
}
.tag:not(body).is-dark {
  background-color: #363636;
  color: whitesmoke;
}
.tag:not(body).is-primary {
  background-color: #00b2ff;
  color: #fff;
}
.tag:not(body).is-link {
  background-color: #00b2ff;
  color: #fff;
}
.tag:not(body).is-info {
  background-color: #209cee;
  color: #fff;
}
.tag:not(body).is-gold {
  background-color: #ffdb2b;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-success {
  background-color: #23d160;
  color: #fff;
}
.tag:not(body).is-warning {
  background-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-yellow {
  background-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-red {
  background-color: #FD2F60;
  color: #fff;
}
.tag:not(body).is-danger {
  background-color: #FD2F60;
  color: #fff;
}
.tag:not(body).is-frost-light {
  background-color: #E5E9F2;
  color: #283444;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}
.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
.tag:not(body).is-rounded {
  border-radius: 290486px;
}

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

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

.title {
  color: #283444;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title + .highlight {
  margin-top: -0.75rem;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 4rem;
}
.title.is-2 {
  font-size: 3rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-5 {
  font-size: 1.2rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #3C4857;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1em;
}
.subtitle strong {
  color: #363636;
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 4rem;
}
.subtitle.is-2 {
  font-size: 3rem;
}
.subtitle.is-3 {
  font-size: 2rem;
}
.subtitle.is-4 {
  font-size: 1.5rem;
}
.subtitle.is-5 {
  font-size: 1.2rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.75rem;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.is-checkradio[type=radio],
.is-checkradio[type=checkbox] {
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}
.is-checkradio[type=radio] + label,
.is-checkradio[type=checkbox] + label {
  position: relative;
  display: initial;
  cursor: pointer;
  vertical-align: middle;
  margin: 0.5em;
  padding: 0.2rem 0.5rem 0.2rem 0;
  border-radius: 7px;
}
.is-checkradio[type=radio] + label:first-of-type,
.is-checkradio[type=checkbox] + label:first-of-type {
  margin-left: 0;
}
.is-checkradio[type=radio] + label:hover::before, .is-checkradio[type=radio] + label:hover:before,
.is-checkradio[type=checkbox] + label:hover::before,
.is-checkradio[type=checkbox] + label:hover:before {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: hover-color;
          animation-name: hover-color;
}
.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before,
.is-checkradio[type=checkbox] + label::before,
.is-checkradio[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 0rem;
  content: "";
  border: 1px solid #D3DCE7;
}
.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after,
.is-checkradio[type=checkbox] + label::after,
.is-checkradio[type=checkbox] + label:after {
  position: absolute;
  display: none;
  content: "";
  top: 0rem;
}
.is-checkradio[type=radio].is-rtl + label,
.is-checkradio[type=checkbox].is-rtl + label {
  margin-right: 0rem;
  margin-left: 0.5rem;
}
.is-checkradio[type=radio].is-rtl + label::before, .is-checkradio[type=radio].is-rtl + label:before,
.is-checkradio[type=checkbox].is-rtl + label::before,
.is-checkradio[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}
.is-checkradio[type=radio]:focus + label::before, .is-checkradio[type=radio]:focus + label:before,
.is-checkradio[type=checkbox]:focus + label::before,
.is-checkradio[type=checkbox]:focus + label:before {
  outline: 0px;
}
.is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before,
.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox]:hover:not([disabled]) + label:before {
  border-color: #00b2ff !important;
}
.is-checkradio[type=radio]:checked + label::before, .is-checkradio[type=radio]:checked + label:before,
.is-checkradio[type=checkbox]:checked + label::before,
.is-checkradio[type=checkbox]:checked + label:before {
  border: 1px solid #D3DCE7;
}
.is-checkradio[type=radio]:checked[disabled],
.is-checkradio[type=checkbox]:checked[disabled] {
  cursor: not-allowed;
}
.is-checkradio[type=radio]:checked[disabled] + label,
.is-checkradio[type=checkbox]:checked[disabled] + label {
  opacity: 0.5;
}
.is-checkradio[type=radio]:checked + label::before, .is-checkradio[type=radio]:checked + label:before,
.is-checkradio[type=checkbox]:checked + label::before,
.is-checkradio[type=checkbox]:checked + label:before {
  -webkit-animation-name: none;
          animation-name: none;
}
.is-checkradio[type=radio]:checked + label::after, .is-checkradio[type=radio]:checked + label:after,
.is-checkradio[type=checkbox]:checked + label::after,
.is-checkradio[type=checkbox]:checked + label:after {
  display: inline-block;
}
.is-checkradio[type=radio][disabled],
.is-checkradio[type=checkbox][disabled] {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled] + label,
.is-checkradio[type=checkbox][disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled] + label:hover, .is-checkradio[type=radio][disabled] + label:before, .is-checkradio[type=radio][disabled] + label::before, .is-checkradio[type=radio][disabled] + label::after, .is-checkradio[type=radio][disabled] + label:after,
.is-checkradio[type=checkbox][disabled] + label:hover,
.is-checkradio[type=checkbox][disabled] + label:before,
.is-checkradio[type=checkbox][disabled] + label::before,
.is-checkradio[type=checkbox][disabled] + label::after,
.is-checkradio[type=checkbox][disabled] + label:after {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled]:hover,
.is-checkradio[type=checkbox][disabled]:hover {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled]:hover::before, .is-checkradio[type=radio][disabled]:hover:before,
.is-checkradio[type=checkbox][disabled]:hover::before,
.is-checkradio[type=checkbox][disabled]:hover:before {
  -webkit-animation-name: none;
          animation-name: none;
}
.is-checkradio[type=radio][disabled]::before, .is-checkradio[type=radio][disabled]:before,
.is-checkradio[type=checkbox][disabled]::before,
.is-checkradio[type=checkbox][disabled]:before {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled]::after, .is-checkradio[type=radio][disabled]:after,
.is-checkradio[type=checkbox][disabled]::after,
.is-checkradio[type=checkbox][disabled]:after {
  cursor: not-allowed;
}
.is-checkradio[type=radio].has-no-border + label::before, .is-checkradio[type=radio].has-no-border + label:before,
.is-checkradio[type=checkbox].has-no-border + label::before,
.is-checkradio[type=checkbox].has-no-border + label:before {
  border: none !important;
}
.is-checkradio[type=radio].is-block,
.is-checkradio[type=checkbox].is-block {
  display: none !important;
}
.is-checkradio[type=radio].is-block + label,
.is-checkradio[type=checkbox].is-block + label {
  width: 100% !important;
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 0.75em;
}
.is-checkradio[type=radio].is-block + label::before, .is-checkradio[type=radio].is-block + label:before,
.is-checkradio[type=checkbox].is-block + label::before,
.is-checkradio[type=checkbox].is-block + label:before {
  border: none !important;
}

.is-checkradio[type=checkbox] + label::before, .is-checkradio[type=checkbox] + label:before {
  border-radius: 7px;
}
.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 0.1rem;
  border-style: solid;
  border-color: #00b2ff;
  border-top: 0;
  border-left: 0;
}
.is-checkradio[type=checkbox].is-circle + label::before, .is-checkradio[type=checkbox].is-circle + label:before {
  border-radius: 50%;
}
.is-checkradio[type=checkbox] + label {
  font-size: 1rem;
  padding-left: 2rem;
}
.is-checkradio[type=checkbox] + label::before, .is-checkradio[type=checkbox] + label:before {
  width: 1.5rem;
  height: 1.5rem;
}
.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  width: 0.375rem;
  height: 0.6rem;
  top: 0.3825rem;
  left: 0.6rem;
}
.is-checkradio[type=checkbox].is-block + label::after, .is-checkradio[type=checkbox].is-block + label:after {
  top: 0.585rem;
  left: 0.78rem;
}
.is-checkradio[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 2rem;
}
.is-checkradio[type=checkbox].is-rtl + label::after, .is-checkradio[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 0.6rem;
}
.is-checkradio[type=checkbox].is-small + label {
  font-size: 0.75rem;
  padding-left: 1.5rem;
}
.is-checkradio[type=checkbox].is-small + label::before, .is-checkradio[type=checkbox].is-small + label:before {
  width: 1.125rem;
  height: 1.125rem;
}
.is-checkradio[type=checkbox].is-small + label::after, .is-checkradio[type=checkbox].is-small + label:after {
  width: 0.28125rem;
  height: 0.45rem;
  top: 0.286875rem;
  left: 0.45rem;
}
.is-checkradio[type=checkbox].is-small.is-block + label::after, .is-checkradio[type=checkbox].is-small.is-block + label:after {
  top: 0.43875rem;
  left: 0.585rem;
}
.is-checkradio[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 1.5rem;
}
.is-checkradio[type=checkbox].is-small.is-rtl + label::after, .is-checkradio[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 0.45rem;
}
.is-checkradio[type=checkbox].is-medium + label {
  font-size: 1rem;
  padding-left: 2rem;
}
.is-checkradio[type=checkbox].is-medium + label::before, .is-checkradio[type=checkbox].is-medium + label:before {
  width: 1.5rem;
  height: 1.5rem;
}
.is-checkradio[type=checkbox].is-medium + label::after, .is-checkradio[type=checkbox].is-medium + label:after {
  width: 0.375rem;
  height: 0.6rem;
  top: 0.3825rem;
  left: 0.6rem;
}
.is-checkradio[type=checkbox].is-medium.is-block + label::after, .is-checkradio[type=checkbox].is-medium.is-block + label:after {
  top: 0.585rem;
  left: 0.78rem;
}
.is-checkradio[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 2rem;
}
.is-checkradio[type=checkbox].is-medium.is-rtl + label::after, .is-checkradio[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 0.6rem;
}
.is-checkradio[type=checkbox].is-large + label {
  font-size: 1.2rem;
  padding-left: 2.4rem;
}
.is-checkradio[type=checkbox].is-large + label::before, .is-checkradio[type=checkbox].is-large + label:before {
  width: 1.8rem;
  height: 1.8rem;
}
.is-checkradio[type=checkbox].is-large + label::after, .is-checkradio[type=checkbox].is-large + label:after {
  width: 0.45rem;
  height: 0.72rem;
  top: 0.459rem;
  left: 0.72rem;
}
.is-checkradio[type=checkbox].is-large.is-block + label::after, .is-checkradio[type=checkbox].is-large.is-block + label:after {
  top: 0.702rem;
  left: 0.936rem;
}
.is-checkradio[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 2.4rem;
}
.is-checkradio[type=checkbox].is-large.is-rtl + label::after, .is-checkradio[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 0.72rem;
}
.is-checkradio[type=checkbox].is-navy.has-background-color + label::before, .is-checkradio[type=checkbox].is-navy.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #094067 !important;
}
.is-checkradio[type=checkbox].is-navy:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-navy:hover:not([disabled]) + label:before {
  border-color: #094067 !important;
}
.is-checkradio[type=checkbox].is-navy:checked + label::after, .is-checkradio[type=checkbox].is-navy:checked + label:after {
  border-color: #094067 !important;
}
.is-checkradio[type=checkbox].is-navy:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-navy:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #094067 !important;
}
.is-checkradio[type=checkbox].is-navy:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-navy:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #094067 !important;
}
.is-checkradio[type=checkbox].is-navy:checked.is-block + label {
  color: #fff;
  border-color: #094067 !important;
  background: #094067;
}
.is-checkradio[type=checkbox].is-navy:checked.is-block + label::after, .is-checkradio[type=checkbox].is-navy:checked.is-block + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-white.has-background-color + label::before, .is-checkradio[type=checkbox].is-white.has-background-color + label:before {
  border-color: transparent !important;
  background-color: white !important;
}
.is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label:before {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-white:checked + label::after, .is-checkradio[type=checkbox].is-white:checked + label:after {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-white:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: white !important;
}
.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-white:checked.has-background-color + label:after {
  border-color: #00b2ff !important;
  background-color: white !important;
}
.is-checkradio[type=checkbox].is-white:checked.is-block + label {
  color: #00b2ff;
  border-color: white !important;
  background: white;
}
.is-checkradio[type=checkbox].is-white:checked.is-block + label::after, .is-checkradio[type=checkbox].is-white:checked.is-block + label:after {
  border-color: #00b2ff !important;
}
.is-checkradio[type=checkbox].is-black.has-background-color + label::before, .is-checkradio[type=checkbox].is-black.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #283444 !important;
}
.is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label:before {
  border-color: #283444 !important;
}
.is-checkradio[type=checkbox].is-black:checked + label::after, .is-checkradio[type=checkbox].is-black:checked + label:after {
  border-color: #283444 !important;
}
.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-black:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #283444 !important;
}
.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-black:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #283444 !important;
}
.is-checkradio[type=checkbox].is-black:checked.is-block + label {
  color: white;
  border-color: #283444 !important;
  background: #283444;
}
.is-checkradio[type=checkbox].is-black:checked.is-block + label::after, .is-checkradio[type=checkbox].is-black:checked.is-block + label:after {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-light.has-background-color + label::before, .is-checkradio[type=checkbox].is-light.has-background-color + label:before {
  border-color: transparent !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:checked + label::after, .is-checkradio[type=checkbox].is-light:checked + label:after {
  border-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-light:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-light:checked.has-background-color + label:after {
  border-color: #00b2ff !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:checked.is-block + label {
  color: #00b2ff;
  border-color: whitesmoke !important;
  background: whitesmoke;
}
.is-checkradio[type=checkbox].is-light:checked.is-block + label::after, .is-checkradio[type=checkbox].is-light:checked.is-block + label:after {
  border-color: #00b2ff !important;
}
.is-checkradio[type=checkbox].is-dark.has-background-color + label::before, .is-checkradio[type=checkbox].is-dark.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #363636 !important;
}
.is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label:before {
  border-color: #363636 !important;
}
.is-checkradio[type=checkbox].is-dark:checked + label::after, .is-checkradio[type=checkbox].is-dark:checked + label:after {
  border-color: #363636 !important;
}
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-dark:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #363636 !important;
}
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-dark:checked.has-background-color + label:after {
  border-color: whitesmoke !important;
  background-color: #363636 !important;
}
.is-checkradio[type=checkbox].is-dark:checked.is-block + label {
  color: whitesmoke;
  border-color: #363636 !important;
  background: #363636;
}
.is-checkradio[type=checkbox].is-dark:checked.is-block + label::after, .is-checkradio[type=checkbox].is-dark:checked.is-block + label:after {
  border-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-primary.has-background-color + label::before, .is-checkradio[type=checkbox].is-primary.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label:before {
  border-color: #00b2ff !important;
}
.is-checkradio[type=checkbox].is-primary:checked + label::after, .is-checkradio[type=checkbox].is-primary:checked + label:after {
  border-color: #00b2ff !important;
}
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=checkbox].is-primary:checked.is-block + label {
  color: #fff;
  border-color: #00b2ff !important;
  background: #00b2ff;
}
.is-checkradio[type=checkbox].is-primary:checked.is-block + label::after, .is-checkradio[type=checkbox].is-primary:checked.is-block + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-link.has-background-color + label::before, .is-checkradio[type=checkbox].is-link.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label:before {
  border-color: #00b2ff !important;
}
.is-checkradio[type=checkbox].is-link:checked + label::after, .is-checkradio[type=checkbox].is-link:checked + label:after {
  border-color: #00b2ff !important;
}
.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-link:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-link:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=checkbox].is-link:checked.is-block + label {
  color: #fff;
  border-color: #00b2ff !important;
  background: #00b2ff;
}
.is-checkradio[type=checkbox].is-link:checked.is-block + label::after, .is-checkradio[type=checkbox].is-link:checked.is-block + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-info.has-background-color + label::before, .is-checkradio[type=checkbox].is-info.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #209cee !important;
}
.is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label:before {
  border-color: #209cee !important;
}
.is-checkradio[type=checkbox].is-info:checked + label::after, .is-checkradio[type=checkbox].is-info:checked + label:after {
  border-color: #209cee !important;
}
.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-info:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #209cee !important;
}
.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-info:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #209cee !important;
}
.is-checkradio[type=checkbox].is-info:checked.is-block + label {
  color: #fff;
  border-color: #209cee !important;
  background: #209cee;
}
.is-checkradio[type=checkbox].is-info:checked.is-block + label::after, .is-checkradio[type=checkbox].is-info:checked.is-block + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-gold.has-background-color + label::before, .is-checkradio[type=checkbox].is-gold.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ffdb2b !important;
}
.is-checkradio[type=checkbox].is-gold:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-gold:hover:not([disabled]) + label:before {
  border-color: #ffdb2b !important;
}
.is-checkradio[type=checkbox].is-gold:checked + label::after, .is-checkradio[type=checkbox].is-gold:checked + label:after {
  border-color: #ffdb2b !important;
}
.is-checkradio[type=checkbox].is-gold:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-gold:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ffdb2b !important;
}
.is-checkradio[type=checkbox].is-gold:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-gold:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: #ffdb2b !important;
}
.is-checkradio[type=checkbox].is-gold:checked.is-block + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: #ffdb2b !important;
  background: #ffdb2b;
}
.is-checkradio[type=checkbox].is-gold:checked.is-block + label::after, .is-checkradio[type=checkbox].is-gold:checked.is-block + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-success.has-background-color + label::before, .is-checkradio[type=checkbox].is-success.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #23d160 !important;
}
.is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label:before {
  border-color: #23d160 !important;
}
.is-checkradio[type=checkbox].is-success:checked + label::after, .is-checkradio[type=checkbox].is-success:checked + label:after {
  border-color: #23d160 !important;
}
.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-success:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #23d160 !important;
}
.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #23d160 !important;
}
.is-checkradio[type=checkbox].is-success:checked.is-block + label {
  color: #fff;
  border-color: #23d160 !important;
  background: #23d160;
}
.is-checkradio[type=checkbox].is-success:checked.is-block + label::after, .is-checkradio[type=checkbox].is-success:checked.is-block + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-warning.has-background-color + label::before, .is-checkradio[type=checkbox].is-warning.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ffbb2d !important;
}
.is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label:before {
  border-color: #ffbb2d !important;
}
.is-checkradio[type=checkbox].is-warning:checked + label::after, .is-checkradio[type=checkbox].is-warning:checked + label:after {
  border-color: #ffbb2d !important;
}
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ffbb2d !important;
}
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: #ffbb2d !important;
}
.is-checkradio[type=checkbox].is-warning:checked.is-block + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: #ffbb2d !important;
  background: #ffbb2d;
}
.is-checkradio[type=checkbox].is-warning:checked.is-block + label::after, .is-checkradio[type=checkbox].is-warning:checked.is-block + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-yellow.has-background-color + label::before, .is-checkradio[type=checkbox].is-yellow.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ffbb2d !important;
}
.is-checkradio[type=checkbox].is-yellow:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-yellow:hover:not([disabled]) + label:before {
  border-color: #ffbb2d !important;
}
.is-checkradio[type=checkbox].is-yellow:checked + label::after, .is-checkradio[type=checkbox].is-yellow:checked + label:after {
  border-color: #ffbb2d !important;
}
.is-checkradio[type=checkbox].is-yellow:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-yellow:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ffbb2d !important;
}
.is-checkradio[type=checkbox].is-yellow:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-yellow:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: #ffbb2d !important;
}
.is-checkradio[type=checkbox].is-yellow:checked.is-block + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: #ffbb2d !important;
  background: #ffbb2d;
}
.is-checkradio[type=checkbox].is-yellow:checked.is-block + label::after, .is-checkradio[type=checkbox].is-yellow:checked.is-block + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-red.has-background-color + label::before, .is-checkradio[type=checkbox].is-red.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #FD2F60 !important;
}
.is-checkradio[type=checkbox].is-red:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-red:hover:not([disabled]) + label:before {
  border-color: #FD2F60 !important;
}
.is-checkradio[type=checkbox].is-red:checked + label::after, .is-checkradio[type=checkbox].is-red:checked + label:after {
  border-color: #FD2F60 !important;
}
.is-checkradio[type=checkbox].is-red:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-red:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #FD2F60 !important;
}
.is-checkradio[type=checkbox].is-red:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-red:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #FD2F60 !important;
}
.is-checkradio[type=checkbox].is-red:checked.is-block + label {
  color: #fff;
  border-color: #FD2F60 !important;
  background: #FD2F60;
}
.is-checkradio[type=checkbox].is-red:checked.is-block + label::after, .is-checkradio[type=checkbox].is-red:checked.is-block + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-danger.has-background-color + label::before, .is-checkradio[type=checkbox].is-danger.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #FD2F60 !important;
}
.is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label:before {
  border-color: #FD2F60 !important;
}
.is-checkradio[type=checkbox].is-danger:checked + label::after, .is-checkradio[type=checkbox].is-danger:checked + label:after {
  border-color: #FD2F60 !important;
}
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #FD2F60 !important;
}
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #FD2F60 !important;
}
.is-checkradio[type=checkbox].is-danger:checked.is-block + label {
  color: #fff;
  border-color: #FD2F60 !important;
  background: #FD2F60;
}
.is-checkradio[type=checkbox].is-danger:checked.is-block + label::after, .is-checkradio[type=checkbox].is-danger:checked.is-block + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-frost-light.has-background-color + label::before, .is-checkradio[type=checkbox].is-frost-light.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #E5E9F2 !important;
}
.is-checkradio[type=checkbox].is-frost-light:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-frost-light:hover:not([disabled]) + label:before {
  border-color: #E5E9F2 !important;
}
.is-checkradio[type=checkbox].is-frost-light:checked + label::after, .is-checkradio[type=checkbox].is-frost-light:checked + label:after {
  border-color: #E5E9F2 !important;
}
.is-checkradio[type=checkbox].is-frost-light:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-frost-light:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #E5E9F2 !important;
}
.is-checkradio[type=checkbox].is-frost-light:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-frost-light:checked.has-background-color + label:after {
  border-color: #283444 !important;
  background-color: #E5E9F2 !important;
}
.is-checkradio[type=checkbox].is-frost-light:checked.is-block + label {
  color: #283444;
  border-color: #E5E9F2 !important;
  background: #E5E9F2;
}
.is-checkradio[type=checkbox].is-frost-light:checked.is-block + label::after, .is-checkradio[type=checkbox].is-frost-light:checked.is-block + label:after {
  border-color: #283444 !important;
}
.is-checkradio[type=checkbox]:indeterminate + label::after, .is-checkradio[type=checkbox]:indeterminate + label:after {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  border-bottom: none;
}
.is-checkradio[type=checkbox]:indeterminate.is-navy + label::after, .is-checkradio[type=checkbox]:indeterminate.is-navy + label:after {
  border-color: #094067;
}
.is-checkradio[type=checkbox]:indeterminate.is-white + label::after, .is-checkradio[type=checkbox]:indeterminate.is-white + label:after {
  border-color: white;
}
.is-checkradio[type=checkbox]:indeterminate.is-black + label::after, .is-checkradio[type=checkbox]:indeterminate.is-black + label:after {
  border-color: #283444;
}
.is-checkradio[type=checkbox]:indeterminate.is-light + label::after, .is-checkradio[type=checkbox]:indeterminate.is-light + label:after {
  border-color: whitesmoke;
}
.is-checkradio[type=checkbox]:indeterminate.is-dark + label::after, .is-checkradio[type=checkbox]:indeterminate.is-dark + label:after {
  border-color: #363636;
}
.is-checkradio[type=checkbox]:indeterminate.is-primary + label::after, .is-checkradio[type=checkbox]:indeterminate.is-primary + label:after {
  border-color: #00b2ff;
}
.is-checkradio[type=checkbox]:indeterminate.is-link + label::after, .is-checkradio[type=checkbox]:indeterminate.is-link + label:after {
  border-color: #00b2ff;
}
.is-checkradio[type=checkbox]:indeterminate.is-info + label::after, .is-checkradio[type=checkbox]:indeterminate.is-info + label:after {
  border-color: #209cee;
}
.is-checkradio[type=checkbox]:indeterminate.is-gold + label::after, .is-checkradio[type=checkbox]:indeterminate.is-gold + label:after {
  border-color: #ffdb2b;
}
.is-checkradio[type=checkbox]:indeterminate.is-success + label::after, .is-checkradio[type=checkbox]:indeterminate.is-success + label:after {
  border-color: #23d160;
}
.is-checkradio[type=checkbox]:indeterminate.is-warning + label::after, .is-checkradio[type=checkbox]:indeterminate.is-warning + label:after {
  border-color: #ffbb2d;
}
.is-checkradio[type=checkbox]:indeterminate.is-yellow + label::after, .is-checkradio[type=checkbox]:indeterminate.is-yellow + label:after {
  border-color: #ffbb2d;
}
.is-checkradio[type=checkbox]:indeterminate.is-red + label::after, .is-checkradio[type=checkbox]:indeterminate.is-red + label:after {
  border-color: #FD2F60;
}
.is-checkradio[type=checkbox]:indeterminate.is-danger + label::after, .is-checkradio[type=checkbox]:indeterminate.is-danger + label:after {
  border-color: #FD2F60;
}
.is-checkradio[type=checkbox]:indeterminate.is-frost-light + label::after, .is-checkradio[type=checkbox]:indeterminate.is-frost-light + label:after {
  border-color: #E5E9F2;
}

.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before {
  border-radius: 50%;
}
.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  border-radius: 50%;
  background: #00b2ff;
  left: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.is-checkradio[type=radio]:checked.has-background-color + label::before, .is-checkradio[type=radio]:checked.has-background-color + label:before {
  border-color: #3C4857 !important;
  background-color: #3C4857 !important;
}
.is-checkradio[type=radio]:checked.has-background-color + label::after, .is-checkradio[type=radio]:checked.has-background-color + label:after {
  border-color: #3C4857 !important;
  background-color: #3C4857 !important;
}
.is-checkradio[type=radio].is-rtl + label {
  padding-left: 0;
}
.is-checkradio[type=radio].is-rtl + label::after, .is-checkradio[type=radio].is-rtl + label:after {
  left: auto;
  right: 0;
}
.is-checkradio[type=radio] + label {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 2rem;
}
.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before, .is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  width: 1.5rem;
  height: 1.5rem;
}
.is-checkradio[type=radio].is-rtl + label {
  padding-right: 2rem;
}
.is-checkradio[type=radio].is-small + label {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-left: 1.5rem;
}
.is-checkradio[type=radio].is-small + label::before, .is-checkradio[type=radio].is-small + label:before, .is-checkradio[type=radio].is-small + label::after, .is-checkradio[type=radio].is-small + label:after {
  width: 1.125rem;
  height: 1.125rem;
}
.is-checkradio[type=radio].is-small.is-rtl + label {
  padding-right: 1.5rem;
}
.is-checkradio[type=radio].is-medium + label {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 2rem;
}
.is-checkradio[type=radio].is-medium + label::before, .is-checkradio[type=radio].is-medium + label:before, .is-checkradio[type=radio].is-medium + label::after, .is-checkradio[type=radio].is-medium + label:after {
  width: 1.5rem;
  height: 1.5rem;
}
.is-checkradio[type=radio].is-medium.is-rtl + label {
  padding-right: 2rem;
}
.is-checkradio[type=radio].is-large + label {
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding-left: 2.4rem;
}
.is-checkradio[type=radio].is-large + label::before, .is-checkradio[type=radio].is-large + label:before, .is-checkradio[type=radio].is-large + label::after, .is-checkradio[type=radio].is-large + label:after {
  width: 1.8rem;
  height: 1.8rem;
}
.is-checkradio[type=radio].is-large.is-rtl + label {
  padding-right: 2.4rem;
}
.is-checkradio[type=radio].is-navy.has-background-color + label::before, .is-checkradio[type=radio].is-navy.has-background-color + label:before {
  border-color: #094067 !important;
  background-color: #094067 !important;
}
.is-checkradio[type=radio].is-navy:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-navy:hover:not([disabled]) + label:before {
  border-color: #094067 !important;
}
.is-checkradio[type=radio].is-navy:checked + label::after, .is-checkradio[type=radio].is-navy:checked + label:after {
  border-color: #094067 !important;
  background-color: #094067 !important;
}
.is-checkradio[type=radio].is-navy:checked.has-background-color + label::before, .is-checkradio[type=radio].is-navy:checked.has-background-color + label:before {
  border-color: #094067 !important;
  background-color: #094067 !important;
}
.is-checkradio[type=radio].is-navy:checked.has-background-color + label::after, .is-checkradio[type=radio].is-navy:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-white.has-background-color + label::before, .is-checkradio[type=radio].is-white.has-background-color + label:before {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-white:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-white:hover:not([disabled]) + label:before {
  border-color: white !important;
}
.is-checkradio[type=radio].is-white:checked + label::after, .is-checkradio[type=radio].is-white:checked + label:after {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-white:checked.has-background-color + label::before, .is-checkradio[type=radio].is-white:checked.has-background-color + label:before {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-white:checked.has-background-color + label::after, .is-checkradio[type=radio].is-white:checked.has-background-color + label:after {
  border-color: #00b2ff !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=radio].is-black.has-background-color + label::before, .is-checkradio[type=radio].is-black.has-background-color + label:before {
  border-color: #283444 !important;
  background-color: #283444 !important;
}
.is-checkradio[type=radio].is-black:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-black:hover:not([disabled]) + label:before {
  border-color: #283444 !important;
}
.is-checkradio[type=radio].is-black:checked + label::after, .is-checkradio[type=radio].is-black:checked + label:after {
  border-color: #283444 !important;
  background-color: #283444 !important;
}
.is-checkradio[type=radio].is-black:checked.has-background-color + label::before, .is-checkradio[type=radio].is-black:checked.has-background-color + label:before {
  border-color: #283444 !important;
  background-color: #283444 !important;
}
.is-checkradio[type=radio].is-black:checked.has-background-color + label::after, .is-checkradio[type=radio].is-black:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-light.has-background-color + label::before, .is-checkradio[type=radio].is-light.has-background-color + label:before {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-light:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-light:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-light:checked + label::after, .is-checkradio[type=radio].is-light:checked + label:after {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-light:checked.has-background-color + label::before, .is-checkradio[type=radio].is-light:checked.has-background-color + label:before {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-light:checked.has-background-color + label::after, .is-checkradio[type=radio].is-light:checked.has-background-color + label:after {
  border-color: #00b2ff !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=radio].is-dark.has-background-color + label::before, .is-checkradio[type=radio].is-dark.has-background-color + label:before {
  border-color: #363636 !important;
  background-color: #363636 !important;
}
.is-checkradio[type=radio].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-dark:hover:not([disabled]) + label:before {
  border-color: #363636 !important;
}
.is-checkradio[type=radio].is-dark:checked + label::after, .is-checkradio[type=radio].is-dark:checked + label:after {
  border-color: #363636 !important;
  background-color: #363636 !important;
}
.is-checkradio[type=radio].is-dark:checked.has-background-color + label::before, .is-checkradio[type=radio].is-dark:checked.has-background-color + label:before {
  border-color: #363636 !important;
  background-color: #363636 !important;
}
.is-checkradio[type=radio].is-dark:checked.has-background-color + label::after, .is-checkradio[type=radio].is-dark:checked.has-background-color + label:after {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-primary.has-background-color + label::before, .is-checkradio[type=radio].is-primary.has-background-color + label:before {
  border-color: #00b2ff !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=radio].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-primary:hover:not([disabled]) + label:before {
  border-color: #00b2ff !important;
}
.is-checkradio[type=radio].is-primary:checked + label::after, .is-checkradio[type=radio].is-primary:checked + label:after {
  border-color: #00b2ff !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=radio].is-primary:checked.has-background-color + label::before, .is-checkradio[type=radio].is-primary:checked.has-background-color + label:before {
  border-color: #00b2ff !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=radio].is-primary:checked.has-background-color + label::after, .is-checkradio[type=radio].is-primary:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-link.has-background-color + label::before, .is-checkradio[type=radio].is-link.has-background-color + label:before {
  border-color: #00b2ff !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=radio].is-link:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-link:hover:not([disabled]) + label:before {
  border-color: #00b2ff !important;
}
.is-checkradio[type=radio].is-link:checked + label::after, .is-checkradio[type=radio].is-link:checked + label:after {
  border-color: #00b2ff !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=radio].is-link:checked.has-background-color + label::before, .is-checkradio[type=radio].is-link:checked.has-background-color + label:before {
  border-color: #00b2ff !important;
  background-color: #00b2ff !important;
}
.is-checkradio[type=radio].is-link:checked.has-background-color + label::after, .is-checkradio[type=radio].is-link:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-info.has-background-color + label::before, .is-checkradio[type=radio].is-info.has-background-color + label:before {
  border-color: #209cee !important;
  background-color: #209cee !important;
}
.is-checkradio[type=radio].is-info:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-info:hover:not([disabled]) + label:before {
  border-color: #209cee !important;
}
.is-checkradio[type=radio].is-info:checked + label::after, .is-checkradio[type=radio].is-info:checked + label:after {
  border-color: #209cee !important;
  background-color: #209cee !important;
}
.is-checkradio[type=radio].is-info:checked.has-background-color + label::before, .is-checkradio[type=radio].is-info:checked.has-background-color + label:before {
  border-color: #209cee !important;
  background-color: #209cee !important;
}
.is-checkradio[type=radio].is-info:checked.has-background-color + label::after, .is-checkradio[type=radio].is-info:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-gold.has-background-color + label::before, .is-checkradio[type=radio].is-gold.has-background-color + label:before {
  border-color: #ffdb2b !important;
  background-color: #ffdb2b !important;
}
.is-checkradio[type=radio].is-gold:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-gold:hover:not([disabled]) + label:before {
  border-color: #ffdb2b !important;
}
.is-checkradio[type=radio].is-gold:checked + label::after, .is-checkradio[type=radio].is-gold:checked + label:after {
  border-color: #ffdb2b !important;
  background-color: #ffdb2b !important;
}
.is-checkradio[type=radio].is-gold:checked.has-background-color + label::before, .is-checkradio[type=radio].is-gold:checked.has-background-color + label:before {
  border-color: #ffdb2b !important;
  background-color: #ffdb2b !important;
}
.is-checkradio[type=radio].is-gold:checked.has-background-color + label::after, .is-checkradio[type=radio].is-gold:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=radio].is-success.has-background-color + label::before, .is-checkradio[type=radio].is-success.has-background-color + label:before {
  border-color: #23d160 !important;
  background-color: #23d160 !important;
}
.is-checkradio[type=radio].is-success:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-success:hover:not([disabled]) + label:before {
  border-color: #23d160 !important;
}
.is-checkradio[type=radio].is-success:checked + label::after, .is-checkradio[type=radio].is-success:checked + label:after {
  border-color: #23d160 !important;
  background-color: #23d160 !important;
}
.is-checkradio[type=radio].is-success:checked.has-background-color + label::before, .is-checkradio[type=radio].is-success:checked.has-background-color + label:before {
  border-color: #23d160 !important;
  background-color: #23d160 !important;
}
.is-checkradio[type=radio].is-success:checked.has-background-color + label::after, .is-checkradio[type=radio].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-warning.has-background-color + label::before, .is-checkradio[type=radio].is-warning.has-background-color + label:before {
  border-color: #ffbb2d !important;
  background-color: #ffbb2d !important;
}
.is-checkradio[type=radio].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-warning:hover:not([disabled]) + label:before {
  border-color: #ffbb2d !important;
}
.is-checkradio[type=radio].is-warning:checked + label::after, .is-checkradio[type=radio].is-warning:checked + label:after {
  border-color: #ffbb2d !important;
  background-color: #ffbb2d !important;
}
.is-checkradio[type=radio].is-warning:checked.has-background-color + label::before, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:before {
  border-color: #ffbb2d !important;
  background-color: #ffbb2d !important;
}
.is-checkradio[type=radio].is-warning:checked.has-background-color + label::after, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=radio].is-yellow.has-background-color + label::before, .is-checkradio[type=radio].is-yellow.has-background-color + label:before {
  border-color: #ffbb2d !important;
  background-color: #ffbb2d !important;
}
.is-checkradio[type=radio].is-yellow:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-yellow:hover:not([disabled]) + label:before {
  border-color: #ffbb2d !important;
}
.is-checkradio[type=radio].is-yellow:checked + label::after, .is-checkradio[type=radio].is-yellow:checked + label:after {
  border-color: #ffbb2d !important;
  background-color: #ffbb2d !important;
}
.is-checkradio[type=radio].is-yellow:checked.has-background-color + label::before, .is-checkradio[type=radio].is-yellow:checked.has-background-color + label:before {
  border-color: #ffbb2d !important;
  background-color: #ffbb2d !important;
}
.is-checkradio[type=radio].is-yellow:checked.has-background-color + label::after, .is-checkradio[type=radio].is-yellow:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=radio].is-red.has-background-color + label::before, .is-checkradio[type=radio].is-red.has-background-color + label:before {
  border-color: #FD2F60 !important;
  background-color: #FD2F60 !important;
}
.is-checkradio[type=radio].is-red:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-red:hover:not([disabled]) + label:before {
  border-color: #FD2F60 !important;
}
.is-checkradio[type=radio].is-red:checked + label::after, .is-checkradio[type=radio].is-red:checked + label:after {
  border-color: #FD2F60 !important;
  background-color: #FD2F60 !important;
}
.is-checkradio[type=radio].is-red:checked.has-background-color + label::before, .is-checkradio[type=radio].is-red:checked.has-background-color + label:before {
  border-color: #FD2F60 !important;
  background-color: #FD2F60 !important;
}
.is-checkradio[type=radio].is-red:checked.has-background-color + label::after, .is-checkradio[type=radio].is-red:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-danger.has-background-color + label::before, .is-checkradio[type=radio].is-danger.has-background-color + label:before {
  border-color: #FD2F60 !important;
  background-color: #FD2F60 !important;
}
.is-checkradio[type=radio].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-danger:hover:not([disabled]) + label:before {
  border-color: #FD2F60 !important;
}
.is-checkradio[type=radio].is-danger:checked + label::after, .is-checkradio[type=radio].is-danger:checked + label:after {
  border-color: #FD2F60 !important;
  background-color: #FD2F60 !important;
}
.is-checkradio[type=radio].is-danger:checked.has-background-color + label::before, .is-checkradio[type=radio].is-danger:checked.has-background-color + label:before {
  border-color: #FD2F60 !important;
  background-color: #FD2F60 !important;
}
.is-checkradio[type=radio].is-danger:checked.has-background-color + label::after, .is-checkradio[type=radio].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-frost-light.has-background-color + label::before, .is-checkradio[type=radio].is-frost-light.has-background-color + label:before {
  border-color: #E5E9F2 !important;
  background-color: #E5E9F2 !important;
}
.is-checkradio[type=radio].is-frost-light:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-frost-light:hover:not([disabled]) + label:before {
  border-color: #E5E9F2 !important;
}
.is-checkradio[type=radio].is-frost-light:checked + label::after, .is-checkradio[type=radio].is-frost-light:checked + label:after {
  border-color: #E5E9F2 !important;
  background-color: #E5E9F2 !important;
}
.is-checkradio[type=radio].is-frost-light:checked.has-background-color + label::before, .is-checkradio[type=radio].is-frost-light:checked.has-background-color + label:before {
  border-color: #E5E9F2 !important;
  background-color: #E5E9F2 !important;
}
.is-checkradio[type=radio].is-frost-light:checked.has-background-color + label::after, .is-checkradio[type=radio].is-frost-light:checked.has-background-color + label:after {
  border-color: #283444 !important;
  background-color: #283444 !important;
}

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

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00b2ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: #363636;
}
.breadcrumb li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: #D3DCE7;
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.75rem;
}
.breadcrumb.is-medium {
  font-size: 1rem;
}
.breadcrumb.is-large {
  font-size: 1.2rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

.card {
  background-color: white;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  color: #3C4857;
  max-width: 100%;
  position: relative;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(60, 72, 87, 0.08);
          box-shadow: 0 4px 4px 0 rgba(60, 72, 87, 0.08);
}
.card.has-shadow-light {
  -webkit-box-shadow: 0 4px 8px 0 rgba(60, 72, 87, 0.04);
          box-shadow: 0 4px 8px 0 rgba(60, 72, 87, 0.04);
}
.card.is-success {
  border: 2px solid rgba(80, 227, 194, 0.32);
}
.card.is-danger {
  border: 2px solid rgba(255, 135, 235, 0.24);
}
.card.is-primary {
  border: 2px solid rgba(0, 178, 255, 0.64);
}
.card.is-gold {
  border: 2px solid rgba(255, 219, 45, 0.8);
}
.card .badge {
  position: absolute;
  top: 1.25rem;
  left: 1.5rem;
  background: transparent;
  border-radius: none;
}

.card-header {
  background-color: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 1px 2px rgba(40, 52, 68, 0.1);
          box-shadow: 0 1px 2px rgba(40, 52, 68, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-header-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}
.card-header-title.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-header-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: none;
  padding: 1em 0em 1em;
}

.card-footer {
  background-color: none;
  border: 1px solid #171E27;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}
.card-footer .message {
  margin-bottom: 0;
}

.card-footer-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.75rem;
}
.card-footer-item.price {
  min-width: 30%;
  text-align: center;
}
.card-footer-item.message {
  background: transparent;
  margin-bottom: 0;
  text-align: center;
  min-width: 60%;
}
.card-footer-item.message:not(:last-child) {
  margin-bottom: 0;
}

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

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

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

.dropdown-content {
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(40, 52, 68, 0.1), 0 0 0 1px rgba(40, 52, 68, 0.1);
          box-shadow: 0 2px 3px rgba(40, 52, 68, 0.1), 0 0 0 1px rgba(40, 52, 68, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #8392A6;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item {
  padding-right: 3rem;
  white-space: nowrap;
}
a.dropdown-item:hover {
  background-color: whitesmoke;
  color: #283444;
}
a.dropdown-item.is-active {
  background-color: #00b2ff;
  color: #fff;
}

.dropdown-divider {
  background-color: #F9FAFC;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

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

.level-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 900px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 899px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 900px), print {
  .level-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.level-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 900px), print {
  .level-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(249, 250, 252, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(249, 250, 252, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

.media-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: left;
}

.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.75rem;
}
.menu.is-medium {
  font-size: 1rem;
}
.menu.is-large {
  font-size: 1.2rem;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 4px;
  color: #3C4857;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}
.menu-list a.is-active {
  background-color: #00b2ff;
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid #F9FAFC;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #EFF2F8;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.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.75rem;
}
.message.is-medium {
  font-size: 1rem;
}
.message.is-large {
  font-size: 1.2rem;
}
.message.is-navy {
  background-color: #f6fbfe;
}
.message.is-navy .message-header {
  background-color: #094067;
  color: #fff;
}
.message.is-navy .message-body {
  border-color: #094067;
  color: #08314e;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: white;
  color: #00b2ff;
}
.message.is-white .message-body {
  border-color: white;
  color: #4d4d4d;
}
.message.is-black {
  background-color: #f9fafb;
}
.message.is-black .message-header {
  background-color: #283444;
  color: white;
}
.message.is-black .message-body {
  border-color: #283444;
  color: #212a36;
}
.message.is-light {
  background-color: #fafafa;
}
.message.is-light .message-header {
  background-color: whitesmoke;
  color: #00b2ff;
}
.message.is-light .message-body {
  border-color: whitesmoke;
  color: #4f4f4f;
}
.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: #f5fcff;
}
.message.is-primary .message-header {
  background-color: #00b2ff;
  color: #fff;
}
.message.is-primary .message-body {
  border-color: #00b2ff;
  color: #06435d;
}
.message.is-link {
  background-color: #f5fcff;
}
.message.is-link .message-header {
  background-color: #00b2ff;
  color: #fff;
}
.message.is-link .message-body {
  border-color: #00b2ff;
  color: #06435d;
}
.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-gold {
  background-color: #fffdf5;
}
.message.is-gold .message-header {
  background-color: #ffdb2b;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-gold .message-body {
  border-color: #ffdb2b;
  color: #1a1603;
}
.message.is-success {
  background-color: #f6fef9;
}
.message.is-success .message-header {
  background-color: #23d160;
  color: #fff;
}
.message.is-success .message-body {
  border-color: #23d160;
  color: #0e311a;
}
.message.is-warning {
  background-color: #fffcf5;
}
.message.is-warning .message-header {
  background-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-warning .message-body {
  border-color: #ffbb2d;
  color: #493407;
}
.message.is-yellow {
  background-color: #fffcf5;
}
.message.is-yellow .message-header {
  background-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-yellow .message-body {
  border-color: #ffbb2d;
  color: #493407;
}
.message.is-red {
  background-color: #fff5f7;
}
.message.is-red .message-header {
  background-color: #FD2F60;
  color: #fff;
}
.message.is-red .message-body {
  border-color: #FD2F60;
  color: #c60a37;
}
.message.is-danger {
  background-color: #fff5f7;
}
.message.is-danger .message-header {
  background-color: #FD2F60;
  color: #fff;
}
.message.is-danger .message-body {
  border-color: #FD2F60;
  color: #c60a37;
}
.message.is-frost-light {
  background-color: #f8f9fc;
}
.message.is-frost-light .message-header {
  background-color: #E5E9F2;
  color: #283444;
}
.message.is-frost-light .message-body {
  border-color: #E5E9F2;
  color: #4e535c;
}

.message-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3C4857;
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
.message-header .delete {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 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-color: #F9FAFC;
  border-radius: 8px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #3C4857;
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: white;
}
.message-body pre code {
  background-color: transparent;
}

a .message {
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
a .message .message-body {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
a .message:hover .message-body {
  padding-left: 1.75rem;
}

.modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-background {
  background-color: rgba(40, 52, 68, 0.86);
}

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

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

.modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #F9FAFC;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.modal-card-title {
  color: #363636;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top: 1px solid #F9FAFC;
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
  display: block;
}
.navbar.is-navy {
  background-color: #094067;
  color: #fff;
}
.navbar.is-navy .navbar-brand > .navbar-item,
.navbar.is-navy .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-navy .navbar-brand > a.navbar-item:hover, .navbar.is-navy .navbar-brand > a.navbar-item.is-active,
.navbar.is-navy .navbar-brand .navbar-link:hover,
.navbar.is-navy .navbar-brand .navbar-link.is-active {
  background-color: #073150;
  color: #fff;
}
.navbar.is-navy .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1080px) {
  .navbar.is-navy .navbar-start > .navbar-item,
.navbar.is-navy .navbar-start .navbar-link,
.navbar.is-navy .navbar-end > .navbar-item,
.navbar.is-navy .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-navy .navbar-start > a.navbar-item:hover, .navbar.is-navy .navbar-start > a.navbar-item.is-active,
.navbar.is-navy .navbar-start .navbar-link:hover,
.navbar.is-navy .navbar-start .navbar-link.is-active,
.navbar.is-navy .navbar-end > a.navbar-item:hover,
.navbar.is-navy .navbar-end > a.navbar-item.is-active,
.navbar.is-navy .navbar-end .navbar-link:hover,
.navbar.is-navy .navbar-end .navbar-link.is-active {
    background-color: #073150;
    color: #fff;
  }
  .navbar.is-navy .navbar-start .navbar-link::after,
.navbar.is-navy .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-navy .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-navy .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #073150;
    color: #fff;
  }
  .navbar.is-navy .navbar-dropdown a.navbar-item.is-active {
    background-color: #094067;
    color: #fff;
  }
}
.navbar.is-white {
  background-color: white;
  color: #00b2ff;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #00b2ff;
}
.navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #00b2ff;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #00b2ff;
}
@media screen and (min-width: 1080px) {
  .navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
    color: #00b2ff;
  }
  .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #00b2ff;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #00b2ff;
  }
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #00b2ff;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #00b2ff;
  }
}
.navbar.is-black {
  background-color: #283444;
  color: white;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}
.navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: #1f2834;
  color: white;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}
@media screen and (min-width: 1080px) {
  .navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: #1f2834;
    color: white;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #1f2834;
    color: white;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #283444;
    color: white;
  }
}
.navbar.is-light {
  background-color: whitesmoke;
  color: #00b2ff;
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #00b2ff;
}
.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #00b2ff;
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #00b2ff;
}
@media screen and (min-width: 1080px) {
  .navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
    color: #00b2ff;
  }
  .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #00b2ff;
  }
  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: #00b2ff;
  }
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: #00b2ff;
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #00b2ff;
  }
}
.navbar.is-dark {
  background-color: #363636;
  color: whitesmoke;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: whitesmoke;
}
.navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: whitesmoke;
}
@media screen and (min-width: 1080px) {
  .navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: whitesmoke;
  }
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: whitesmoke;
  }
}
.navbar.is-primary {
  background-color: #00b2ff;
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #00a0e6;
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1080px) {
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #00a0e6;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00a0e6;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00b2ff;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #00b2ff;
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #00a0e6;
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1080px) {
  .navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #00a0e6;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00a0e6;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #00b2ff;
    color: #fff;
  }
}
.navbar.is-info {
  background-color: #209cee;
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1080px) {
  .navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #118fe4;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #118fe4;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #209cee;
    color: #fff;
  }
}
.navbar.is-gold {
  background-color: #ffdb2b;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-gold .navbar-brand > .navbar-item,
.navbar.is-gold .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-gold .navbar-brand > a.navbar-item:hover, .navbar.is-gold .navbar-brand > a.navbar-item.is-active,
.navbar.is-gold .navbar-brand .navbar-link:hover,
.navbar.is-gold .navbar-brand .navbar-link.is-active {
  background-color: #ffd712;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-gold .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1080px) {
  .navbar.is-gold .navbar-start > .navbar-item,
.navbar.is-gold .navbar-start .navbar-link,
.navbar.is-gold .navbar-end > .navbar-item,
.navbar.is-gold .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-gold .navbar-start > a.navbar-item:hover, .navbar.is-gold .navbar-start > a.navbar-item.is-active,
.navbar.is-gold .navbar-start .navbar-link:hover,
.navbar.is-gold .navbar-start .navbar-link.is-active,
.navbar.is-gold .navbar-end > a.navbar-item:hover,
.navbar.is-gold .navbar-end > a.navbar-item.is-active,
.navbar.is-gold .navbar-end .navbar-link:hover,
.navbar.is-gold .navbar-end .navbar-link.is-active {
    background-color: #ffd712;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-gold .navbar-start .navbar-link::after,
.navbar.is-gold .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-gold .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-gold .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd712;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-gold .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdb2b;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-success {
  background-color: #23d160;
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1080px) {
  .navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #20bc56;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #23d160;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffb314;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1080px) {
  .navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffb314;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffb314;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffbb2d;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-yellow {
  background-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-yellow .navbar-brand > .navbar-item,
.navbar.is-yellow .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-yellow .navbar-brand > a.navbar-item:hover, .navbar.is-yellow .navbar-brand > a.navbar-item.is-active,
.navbar.is-yellow .navbar-brand .navbar-link:hover,
.navbar.is-yellow .navbar-brand .navbar-link.is-active {
  background-color: #ffb314;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-yellow .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1080px) {
  .navbar.is-yellow .navbar-start > .navbar-item,
.navbar.is-yellow .navbar-start .navbar-link,
.navbar.is-yellow .navbar-end > .navbar-item,
.navbar.is-yellow .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-yellow .navbar-start > a.navbar-item:hover, .navbar.is-yellow .navbar-start > a.navbar-item.is-active,
.navbar.is-yellow .navbar-start .navbar-link:hover,
.navbar.is-yellow .navbar-start .navbar-link.is-active,
.navbar.is-yellow .navbar-end > a.navbar-item:hover,
.navbar.is-yellow .navbar-end > a.navbar-item.is-active,
.navbar.is-yellow .navbar-end .navbar-link:hover,
.navbar.is-yellow .navbar-end .navbar-link.is-active {
    background-color: #ffb314;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-yellow .navbar-start .navbar-link::after,
.navbar.is-yellow .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-yellow .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-yellow .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffb314;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-yellow .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffbb2d;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-red {
  background-color: #FD2F60;
  color: #fff;
}
.navbar.is-red .navbar-brand > .navbar-item,
.navbar.is-red .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-red .navbar-brand > a.navbar-item:hover, .navbar.is-red .navbar-brand > a.navbar-item.is-active,
.navbar.is-red .navbar-brand .navbar-link:hover,
.navbar.is-red .navbar-brand .navbar-link.is-active {
  background-color: #fd164d;
  color: #fff;
}
.navbar.is-red .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1080px) {
  .navbar.is-red .navbar-start > .navbar-item,
.navbar.is-red .navbar-start .navbar-link,
.navbar.is-red .navbar-end > .navbar-item,
.navbar.is-red .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-red .navbar-start > a.navbar-item:hover, .navbar.is-red .navbar-start > a.navbar-item.is-active,
.navbar.is-red .navbar-start .navbar-link:hover,
.navbar.is-red .navbar-start .navbar-link.is-active,
.navbar.is-red .navbar-end > a.navbar-item:hover,
.navbar.is-red .navbar-end > a.navbar-item.is-active,
.navbar.is-red .navbar-end .navbar-link:hover,
.navbar.is-red .navbar-end .navbar-link.is-active {
    background-color: #fd164d;
    color: #fff;
  }
  .navbar.is-red .navbar-start .navbar-link::after,
.navbar.is-red .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-red .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-red .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fd164d;
    color: #fff;
  }
  .navbar.is-red .navbar-dropdown a.navbar-item.is-active {
    background-color: #FD2F60;
    color: #fff;
  }
}
.navbar.is-danger {
  background-color: #FD2F60;
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #fd164d;
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1080px) {
  .navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #fd164d;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fd164d;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #FD2F60;
    color: #fff;
  }
}
.navbar.is-frost-light {
  background-color: #E5E9F2;
  color: #283444;
}
.navbar.is-frost-light .navbar-brand > .navbar-item,
.navbar.is-frost-light .navbar-brand .navbar-link {
  color: #283444;
}
.navbar.is-frost-light .navbar-brand > a.navbar-item:hover, .navbar.is-frost-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-frost-light .navbar-brand .navbar-link:hover,
.navbar.is-frost-light .navbar-brand .navbar-link.is-active {
  background-color: #d4dbea;
  color: #283444;
}
.navbar.is-frost-light .navbar-brand .navbar-link::after {
  border-color: #283444;
}
@media screen and (min-width: 1080px) {
  .navbar.is-frost-light .navbar-start > .navbar-item,
.navbar.is-frost-light .navbar-start .navbar-link,
.navbar.is-frost-light .navbar-end > .navbar-item,
.navbar.is-frost-light .navbar-end .navbar-link {
    color: #283444;
  }
  .navbar.is-frost-light .navbar-start > a.navbar-item:hover, .navbar.is-frost-light .navbar-start > a.navbar-item.is-active,
.navbar.is-frost-light .navbar-start .navbar-link:hover,
.navbar.is-frost-light .navbar-start .navbar-link.is-active,
.navbar.is-frost-light .navbar-end > a.navbar-item:hover,
.navbar.is-frost-light .navbar-end > a.navbar-item.is-active,
.navbar.is-frost-light .navbar-end .navbar-link:hover,
.navbar.is-frost-light .navbar-end .navbar-link.is-active {
    background-color: #d4dbea;
    color: #283444;
  }
  .navbar.is-frost-light .navbar-start .navbar-link::after,
.navbar.is-frost-light .navbar-end .navbar-link::after {
    border-color: #283444;
  }
  .navbar.is-frost-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-frost-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #d4dbea;
    color: #283444;
  }
  .navbar.is-frost-light .navbar-dropdown a.navbar-item.is-active {
    background-color: #E5E9F2;
    color: #283444;
  }
}
.navbar > .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  -webkit-box-shadow: 0 2px 0 0 whitesmoke;
          box-shadow: 0 2px 0 0 whitesmoke;
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  -webkit-box-shadow: 0 -2px 0 0 whitesmoke;
          box-shadow: 0 -2px 0 0 whitesmoke;
}
.navbar.is-fixed-top {
  top: 0;
}

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

.navbar-brand,
.navbar-tabs {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 3.25rem;
}

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

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

.navbar-burger {
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
  cursor: pointer;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 86ms;
       -o-transition-duration: 86ms;
          transition-duration: 86ms;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  -o-transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: transparent;
}
.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
      -ms-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
      -ms-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #3C4857;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.navbar-item a,
.navbar-link a {
  position: relative;
  color: #3C4857;
}
.navbar-item a:hover, .navbar-item a.is-active,
.navbar-link a:hover,
.navbar-link a.is-active {
  color: #3C4857;
  font-weight: 600;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: transparent;
  color: #3C4857;
  font-weight: 600;
}

.navbar-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.navbar-item img {
  max-height: 100%;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: transparent;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: transparent;
  border-bottom-style: transparent;
  border-bottom-width: 3px;
  color: transparent;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.navbar-link {
  padding-right: 2.5em;
}
.navbar-link::after {
  border-color: #00b2ff;
  margin-top: -0.375em;
  right: 1.125em;
}

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

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (min-width: 900px), print {
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .navbar-end {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .navbar-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .navbar-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .navbar-menu.is-active {
    display: block;
    position: fixed;
    height: 100%;
    background: white;
    width: 100%;
    top: 58px;
    padding: 0 1em;
  }

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

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

  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 0.5rem 1rem;
  }
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 8px;
  }
  .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #283444;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #00b2ff;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-item.has-dropdown {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
        -ms-transform: rotate(135deg) translate(0.25em, -0.25em);
            transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #F9FAFC;
    border-radius: 12px 12px 0 0;
    border-top: none;
    bottom: 100%;
    -webkit-box-shadow: 0 -8px 8px rgba(40, 52, 68, 0.1);
            box-shadow: 0 -8px 8px rgba(40, 52, 68, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .navbar-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .navbar-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top: 2px solid #F9FAFC;
    -webkit-box-shadow: 0 8px 8px rgba(40, 52, 68, 0.1);
            box-shadow: 0 8px 8px rgba(40, 52, 68, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #283444;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #00b2ff;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 12px;
    border-top: none;
    -webkit-box-shadow: 0 8px 8px rgba(40, 52, 68, 0.1), 0 0 0 1px rgba(40, 52, 68, 0.1);
            box-shadow: 0 8px 8px rgba(40, 52, 68, 0.1), 0 0 0 1px rgba(40, 52, 68, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
         -o-transition-duration: 86ms;
            transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

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

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

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

  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #283444;
  }
  a.navbar-item.is-active:not(:hover),
.navbar-link.is-active:not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent;
  }
}
.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 0.75rem;
}
.pagination.is-medium {
  font-size: 1rem;
}
.pagination.is-large {
  font-size: 1.2rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

.pagination,
.pagination-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

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

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #F9FAFC;
  color: #363636;
  min-width: 2.25em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #D3DCE7;
  color: #363636;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #00b2ff;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(40, 52, 68, 0.2);
          box-shadow: inset 0 1px 2px rgba(40, 52, 68, 0.2);
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #F9FAFC;
  border-color: #F9FAFC;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #EFF2F8;
  opacity: 0.5;
}

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

.pagination-link.is-current {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: #fff;
}

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

.pagination-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

  .pagination-previous,
.pagination-next {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .pagination-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media screen and (min-width: 900px), print {
  .pagination-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .pagination-previous {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pagination.is-centered .pagination-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pagination.is-centered .pagination-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pagination.is-centered .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pagination.is-right .pagination-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pagination.is-right .pagination-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pagination.is-right .pagination-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.panel {
  font-size: 1rem;
}
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #F9FAFC;
  border-left: 1px solid #F9FAFC;
  border-right: 1px solid #F9FAFC;
}
.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #F9FAFC;
}

.panel-heading {
  background-color: whitesmoke;
  border-radius: 8px 8px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

.panel-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid #F9FAFC;
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: #8392A6;
  color: #363636;
}

.panel-list a {
  color: #3C4857;
}
.panel-list a:hover {
  color: #00b2ff;
}

.panel-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.panel-block > .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
.panel-block.is-wrapped {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.panel-block.is-active {
  border-left-color: #00b2ff;
  color: #363636;
}
.panel-block.is-active .panel-icon {
  color: #00b2ff;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #EFF2F8;
  margin-right: 0.75em;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: #F9FAFC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #3C4857;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #00b2ff;
  color: #00b2ff;
}
.tabs ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: #F9FAFC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #F9FAFC;
}
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #F9FAFC;
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: #F9FAFC;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #D3DCE7;
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-radius: 8px 0 0 8px;
}
.tabs.is-toggle li:last-child a {
  border-radius: 0 8px 8px 0;
}
.tabs.is-toggle li.is-active a {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.75rem;
}
.tabs.is-medium {
  font-size: 1rem;
}
.tabs.is-large {
  font-size: 1.2rem;
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 1em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 899px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 900px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2, .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5, .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6, .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8, .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9, .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11, .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12, .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1079px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1272px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -1em;
  margin-right: -1em;
  margin-top: -1em;
}
.columns:last-child {
  margin-bottom: -1em;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 1em);
}
.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1080px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 899px) {
  .columns.is-row-reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

.is-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 900px), print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tile.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }
  .tile.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }
  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .tile.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }
  .tile.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }
  .tile.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .tile.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }
  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }
  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }
  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }
  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-navy {
  background-color: #094067;
  color: #fff;
}
.hero.is-navy a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-navy strong {
  color: inherit;
}
.hero.is-navy .title {
  color: #fff;
}
.hero.is-navy .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-navy .subtitle a:not(.button),
.hero.is-navy .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-navy .navbar-menu {
    background-color: #094067;
  }
}
.hero.is-navy .navbar-item,
.hero.is-navy .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-navy a.navbar-item:hover, .hero.is-navy a.navbar-item.is-active,
.hero.is-navy .navbar-link:hover,
.hero.is-navy .navbar-link.is-active {
  background-color: #073150;
  color: #fff;
}
.hero.is-navy .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-navy .tabs a:hover {
  opacity: 1;
}
.hero.is-navy .tabs li.is-active a {
  opacity: 1;
}
.hero.is-navy .tabs.is-boxed a, .hero.is-navy .tabs.is-toggle a {
  color: #fff;
}
.hero.is-navy .tabs.is-boxed a:hover, .hero.is-navy .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-navy .tabs.is-boxed li.is-active a, .hero.is-navy .tabs.is-boxed li.is-active a:hover, .hero.is-navy .tabs.is-toggle li.is-active a, .hero.is-navy .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #094067;
}
.hero.is-navy.is-bold {
  background-image: -o-linear-gradient(309deg, #022d3b 0%, #094067 71%, #083b82 100%);
  background-image: linear-gradient(141deg, #022d3b 0%, #094067 71%, #083b82 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-navy.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #022d3b 0%, #094067 71%, #083b82 100%);
    background-image: linear-gradient(141deg, #022d3b 0%, #094067 71%, #083b82 100%);
  }
}
.hero.is-white {
  background-color: white;
  color: #00b2ff;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: #00b2ff;
}
.hero.is-white .subtitle {
  color: rgba(0, 178, 255, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #00b2ff;
}
@media screen and (max-width: 1079px) {
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(0, 178, 255, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #00b2ff;
}
.hero.is-white .tabs a {
  color: #00b2ff;
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #00b2ff;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: white;
}
.hero.is-white.is-bold {
  background-image: -o-linear-gradient(309deg, #e8e3e4 0%, white 71%, white 100%);
  background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #e8e3e4 0%, white 71%, white 100%);
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}
.hero.is-black {
  background-color: #283444;
  color: white;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: white;
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}
@media screen and (max-width: 1079px) {
  .hero.is-black .navbar-menu {
    background-color: #283444;
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: #1f2834;
  color: white;
}
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #283444;
}
.hero.is-black.is-bold {
  background-image: -o-linear-gradient(309deg, #121e27 0%, #283444 71%, #2e3957 100%);
  background-image: linear-gradient(141deg, #121e27 0%, #283444 71%, #2e3957 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #121e27 0%, #283444 71%, #2e3957 100%);
    background-image: linear-gradient(141deg, #121e27 0%, #283444 71%, #2e3957 100%);
  }
}
.hero.is-light {
  background-color: whitesmoke;
  color: #00b2ff;
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: #00b2ff;
}
.hero.is-light .subtitle {
  color: rgba(0, 178, 255, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #00b2ff;
}
@media screen and (max-width: 1079px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 178, 255, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #00b2ff;
}
.hero.is-light .tabs a {
  color: #00b2ff;
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: #00b2ff;
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: whitesmoke;
}
.hero.is-light.is-bold {
  background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}
.hero.is-dark {
  background-color: #363636;
  color: whitesmoke;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: whitesmoke;
}
.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: whitesmoke;
}
@media screen and (max-width: 1079px) {
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}
.hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}
.hero.is-dark.is-bold {
  background-image: -o-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}
.hero.is-primary {
  background-color: #00b2ff;
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-primary .navbar-menu {
    background-color: #00b2ff;
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #00a0e6;
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00b2ff;
}
.hero.is-primary.is-bold {
  background-image: -o-linear-gradient(309deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
  background-image: linear-gradient(141deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
    background-image: linear-gradient(141deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
  }
}
.hero.is-link {
  background-color: #00b2ff;
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-link .navbar-menu {
    background-color: #00b2ff;
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #00a0e6;
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00b2ff;
}
.hero.is-link.is-bold {
  background-image: -o-linear-gradient(309deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
  background-image: linear-gradient(141deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
    background-image: linear-gradient(141deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
  }
}
.hero.is-info {
  background-color: #209cee;
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-info .navbar-menu {
    background-color: #209cee;
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #209cee;
}
.hero.is-info.is-bold {
  background-image: -o-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
    background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  }
}
.hero.is-gold {
  background-color: #ffdb2b;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-gold a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-gold strong {
  color: inherit;
}
.hero.is-gold .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-gold .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-gold .subtitle a:not(.button),
.hero.is-gold .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1079px) {
  .hero.is-gold .navbar-menu {
    background-color: #ffdb2b;
  }
}
.hero.is-gold .navbar-item,
.hero.is-gold .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-gold a.navbar-item:hover, .hero.is-gold a.navbar-item.is-active,
.hero.is-gold .navbar-link:hover,
.hero.is-gold .navbar-link.is-active {
  background-color: #ffd712;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-gold .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-gold .tabs a:hover {
  opacity: 1;
}
.hero.is-gold .tabs li.is-active a {
  opacity: 1;
}
.hero.is-gold .tabs.is-boxed a, .hero.is-gold .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-gold .tabs.is-boxed a:hover, .hero.is-gold .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-gold .tabs.is-boxed li.is-active a, .hero.is-gold .tabs.is-boxed li.is-active a:hover, .hero.is-gold .tabs.is-toggle li.is-active a, .hero.is-gold .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffdb2b;
}
.hero.is-gold.is-bold {
  background-image: -o-linear-gradient(309deg, #f7a400 0%, #ffdb2b 71%, #fffe45 100%);
  background-image: linear-gradient(141deg, #f7a400 0%, #ffdb2b 71%, #fffe45 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-gold.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #f7a400 0%, #ffdb2b 71%, #fffe45 100%);
    background-image: linear-gradient(141deg, #f7a400 0%, #ffdb2b 71%, #fffe45 100%);
  }
}
.hero.is-success {
  background-color: #23d160;
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-success .navbar-menu {
    background-color: #23d160;
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23d160;
}
.hero.is-success.is-bold {
  background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
    background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  }
}
.hero.is-warning {
  background-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1079px) {
  .hero.is-warning .navbar-menu {
    background-color: #ffbb2d;
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #ffb314;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffbb2d;
}
.hero.is-warning.is-bold {
  background-image: -o-linear-gradient(309deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
  background-image: linear-gradient(141deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
    background-image: linear-gradient(141deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
  }
}
.hero.is-yellow {
  background-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-yellow a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-yellow strong {
  color: inherit;
}
.hero.is-yellow .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-yellow .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-yellow .subtitle a:not(.button),
.hero.is-yellow .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1079px) {
  .hero.is-yellow .navbar-menu {
    background-color: #ffbb2d;
  }
}
.hero.is-yellow .navbar-item,
.hero.is-yellow .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-yellow a.navbar-item:hover, .hero.is-yellow a.navbar-item.is-active,
.hero.is-yellow .navbar-link:hover,
.hero.is-yellow .navbar-link.is-active {
  background-color: #ffb314;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-yellow .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-yellow .tabs a:hover {
  opacity: 1;
}
.hero.is-yellow .tabs li.is-active a {
  opacity: 1;
}
.hero.is-yellow .tabs.is-boxed a, .hero.is-yellow .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-yellow .tabs.is-boxed a:hover, .hero.is-yellow .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-yellow .tabs.is-boxed li.is-active a, .hero.is-yellow .tabs.is-boxed li.is-active a:hover, .hero.is-yellow .tabs.is-toggle li.is-active a, .hero.is-yellow .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffbb2d;
}
.hero.is-yellow.is-bold {
  background-image: -o-linear-gradient(309deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
  background-image: linear-gradient(141deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-yellow.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
    background-image: linear-gradient(141deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
  }
}
.hero.is-red {
  background-color: #FD2F60;
  color: #fff;
}
.hero.is-red a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-red strong {
  color: inherit;
}
.hero.is-red .title {
  color: #fff;
}
.hero.is-red .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-red .subtitle a:not(.button),
.hero.is-red .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-red .navbar-menu {
    background-color: #FD2F60;
  }
}
.hero.is-red .navbar-item,
.hero.is-red .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-red a.navbar-item:hover, .hero.is-red a.navbar-item.is-active,
.hero.is-red .navbar-link:hover,
.hero.is-red .navbar-link.is-active {
  background-color: #fd164d;
  color: #fff;
}
.hero.is-red .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-red .tabs a:hover {
  opacity: 1;
}
.hero.is-red .tabs li.is-active a {
  opacity: 1;
}
.hero.is-red .tabs.is-boxed a, .hero.is-red .tabs.is-toggle a {
  color: #fff;
}
.hero.is-red .tabs.is-boxed a:hover, .hero.is-red .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-red .tabs.is-boxed li.is-active a, .hero.is-red .tabs.is-boxed li.is-active a:hover, .hero.is-red .tabs.is-toggle li.is-active a, .hero.is-red .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #FD2F60;
}
.hero.is-red.is-bold {
  background-image: -o-linear-gradient(309deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
  background-image: linear-gradient(141deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-red.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
    background-image: linear-gradient(141deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
  }
}
.hero.is-danger {
  background-color: #FD2F60;
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-danger .navbar-menu {
    background-color: #FD2F60;
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #fd164d;
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #FD2F60;
}
.hero.is-danger.is-bold {
  background-image: -o-linear-gradient(309deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
  background-image: linear-gradient(141deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
    background-image: linear-gradient(141deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
  }
}
.hero.is-frost-light {
  background-color: #E5E9F2;
  color: #283444;
}
.hero.is-frost-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-frost-light strong {
  color: inherit;
}
.hero.is-frost-light .title {
  color: #283444;
}
.hero.is-frost-light .subtitle {
  color: rgba(40, 52, 68, 0.9);
}
.hero.is-frost-light .subtitle a:not(.button),
.hero.is-frost-light .subtitle strong {
  color: #283444;
}
@media screen and (max-width: 1079px) {
  .hero.is-frost-light .navbar-menu {
    background-color: #E5E9F2;
  }
}
.hero.is-frost-light .navbar-item,
.hero.is-frost-light .navbar-link {
  color: rgba(40, 52, 68, 0.7);
}
.hero.is-frost-light a.navbar-item:hover, .hero.is-frost-light a.navbar-item.is-active,
.hero.is-frost-light .navbar-link:hover,
.hero.is-frost-light .navbar-link.is-active {
  background-color: #d4dbea;
  color: #283444;
}
.hero.is-frost-light .tabs a {
  color: #283444;
  opacity: 0.9;
}
.hero.is-frost-light .tabs a:hover {
  opacity: 1;
}
.hero.is-frost-light .tabs li.is-active a {
  opacity: 1;
}
.hero.is-frost-light .tabs.is-boxed a, .hero.is-frost-light .tabs.is-toggle a {
  color: #283444;
}
.hero.is-frost-light .tabs.is-boxed a:hover, .hero.is-frost-light .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-frost-light .tabs.is-boxed li.is-active a, .hero.is-frost-light .tabs.is-boxed li.is-active a:hover, .hero.is-frost-light .tabs.is-toggle li.is-active a, .hero.is-frost-light .tabs.is-toggle li.is-active a:hover {
  background-color: #283444;
  border-color: #283444;
  color: #E5E9F2;
}
.hero.is-frost-light.is-bold {
  background-image: -o-linear-gradient(309deg, #bfd1e6 0%, #E5E9F2 71%, #f6f6fb 100%);
  background-image: linear-gradient(141deg, #bfd1e6 0%, #E5E9F2 71%, #f6f6fb 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-frost-light.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #bfd1e6 0%, #E5E9F2 71%, #f6f6fb 100%);
    background-image: linear-gradient(141deg, #bfd1e6 0%, #E5E9F2 71%, #f6f6fb 100%);
  }
}
.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 900px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
@media screen and (min-width: 900px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

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

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 899px) {
  .hero-buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 900px), print {
  .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1080px) {
  .section.is-medium {
    padding: 6rem 1.5rem;
  }
  .section.is-large {
    padding: 9rem 1.5rem;
  }
  .section.is-small {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 899px) {
  .section.is-mobile {
    padding: 1em 1.5em;
  }
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.is-unselectable, .button, .file, .delete, .breadcrumb, .modal-close, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link::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%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 0.625em;
}

.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) {
  margin-bottom: 1.5rem;
}

.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(40, 52, 68, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 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;
}
.delete::before, .modal-close::before, .delete::after, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}
.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}
.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(40, 52, 68, 0.3);
}
.delete:active, .modal-close:active {
  background-color: rgba(40, 52, 68, 0.4);
}
.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

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

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

.button, .input, .select2-container .select2-dropdown .select2-search .select2-search__field,
.textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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, .select2-container .select2-dropdown .select2-search .select2-search__field: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, .select2-container .select2-dropdown .select2-search .is-focused.select2-search__field,
.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, .select2-container .select2-dropdown .select2-search .select2-search__field: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, .select2-container .select2-dropdown .select2-search .is-active.select2-search__field,
.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;
}
[disabled].button, [disabled].input, .select2-container .select2-dropdown .select2-search [disabled].select2-search__field,
[disabled].textarea, .select select[disabled], [disabled].file-cta,
[disabled].file-name, [disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis {
  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;
  letter-spacing: 0 !important;
}

ul {
  list-style: none;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto !important;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          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: white;
  font-family: Avenir Next, Avenir, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

body,
button,
input,
select,
textarea {
  font-family: Avenir Next, Avenir, -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: #3C4857;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: Avenir Next, Avenir, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

a {
  color: #00b2ff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 50ms ease;
  -o-transition: 50ms ease;
  transition: 50ms ease;
}
a strong {
  color: currentColor;
  text-decoration: none;
}
a:hover {
  color: #363636;
  text-decoration: none;
}
a.dark {
  text-decoration: none;
  color: #171E27;
}
a.dark:hover, a.dark:focus, a.dark.active {
  color: #00b2ff;
  text-decoration: none;
}
a:visited, a a:focus {
  text-decoration: none;
}

code {
  background-color: whitesmoke;
  color: #FD2F60;
  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: #3C4857;
  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;
}

li {
  padding: 0.1em 0;
}

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

.has-border-top {
  border-top: 1px solid #F0F2F7;
}

.has-border-bottom {
  border-bottom: 1px solid #F0F2F7;
}

.has-border {
  border-top: 1px solid #F0F2F7;
  border-bottom: 1px solid #F0F2F7;
}

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

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

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

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

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

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

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

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

  .is-size-2-mobile {
    font-size: 3rem !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.2rem !important;
  }

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

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

  .is-size-2-tablet {
    font-size: 3rem !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.2rem !important;
  }

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

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

  .is-size-2-touch {
    font-size: 3rem !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.2rem !important;
  }

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

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

  .is-size-2-desktop {
    font-size: 3rem !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.2rem !important;
  }

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

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

  .is-size-2-widescreen {
    font-size: 3rem !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.2rem !important;
  }

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

  .is-size-7-widescreen {
    font-size: 0.75rem !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: 899px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 900px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1079px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1080px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1272px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (max-width: 899px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 900px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1079px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1080px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1272px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (max-width: 899px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 900px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1079px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1080px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1272px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (max-width: 899px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 900px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1079px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1080px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1272px) {
  .has-text-right-widescreen {
    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-navy {
  color: #094067 !important;
}

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

.has-background-navy {
  background-color: #094067 !important;
}

.has-border-navy {
  border: 1px solid #094067 !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-border-white {
  border: 1px solid white !important;
}

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

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

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

.has-border-black {
  border: 1px solid #283444 !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-border-light {
  border: 1px solid 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-border-dark {
  border: 1px solid #363636 !important;
}

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

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

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

.has-border-primary {
  border: 1px solid #00b2ff !important;
}

.has-text-link {
  color: #00b2ff !important;
}

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

.has-background-link {
  background-color: #00b2ff !important;
}

.has-border-link {
  border: 1px solid #00b2ff !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-border-info {
  border: 1px solid #209cee !important;
}

.has-text-gold {
  color: #ffdb2b !important;
}

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

.has-background-gold {
  background-color: #ffdb2b !important;
}

.has-border-gold {
  border: 1px solid #ffdb2b !important;
}

.has-text-success {
  color: #23d160 !important;
}

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

.has-background-success {
  background-color: #23d160 !important;
}

.has-border-success {
  border: 1px solid #23d160 !important;
}

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

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

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

.has-border-warning {
  border: 1px solid #ffbb2d !important;
}

.has-text-yellow {
  color: #ffbb2d !important;
}

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

.has-background-yellow {
  background-color: #ffbb2d !important;
}

.has-border-yellow {
  border: 1px solid #ffbb2d !important;
}

.has-text-red {
  color: #FD2F60 !important;
}

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

.has-background-red {
  background-color: #FD2F60 !important;
}

.has-border-red {
  border: 1px solid #FD2F60 !important;
}

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

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

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

.has-border-danger {
  border: 1px solid #FD2F60 !important;
}

.has-text-frost-light {
  color: #E5E9F2 !important;
}

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

.has-background-frost-light {
  background-color: #E5E9F2 !important;
}

.has-border-frost-light {
  border: 1px solid #E5E9F2 !important;
}

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

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

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

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

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

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

.has-text-grey-dark {
  color: #8392A6 !important;
}

.has-background-grey-dark {
  background-color: #8392A6 !important;
}

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

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

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

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

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

.has-background-grey-lighter {
  background-color: #F9FAFC !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;
}

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

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

.is-absolute {
  position: absolute !important;
}

.is-fixed {
  position: fixed !important;
}

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

@media screen and (max-width: 899px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-block-widescreen {
    display: block !important;
  }
}
.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 899px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 899px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 899px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 899px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

@media screen and (max-width: 899px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 899px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
.is-marginless {
  margin: 0 !important;
}

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

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

.has-border-radius-small {
  border-radius: 4px;
}

.has-border-radius {
  border-radius: 8px;
}

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

.has-margin-top-half {
  margin-top: 0.5rem;
}

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

.has-margin-right-half {
  margin-right: 0.5rem;
}

.has-margin-left-half {
  margin-left: 0.5rem;
}

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

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

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

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

.has-margin-top-auto {
  margin-top: auto;
}

.has-margin-bottom-auto {
  margin-bottom: auto;
}

.has-margin-right-auto {
  margin-right: auto;
}

.has-margin-left-auto {
  margin-left: auto;
}

.has-margin-top-3 {
  margin-top: 3em !important;
}

.has-margin-bottom-3 {
  margin-bottom: 3em !important;
}

.has-margin-right-3 {
  margin-right: 3em !important;
}

.has-margin-left-3 {
  margin-left: 3em !important;
}

.has-margin-top-2 {
  margin-top: 2em !important;
}

.has-margin-bottom-2 {
  margin-bottom: 2em !important;
}

.has-margin-right-2 {
  margin-right: 2em !important;
}

.has-margin-left-2 {
  margin-left: 2em !important;
}

.has-margin-top-1 {
  margin-top: 1em !important;
}

.has-margin-bottom-1 {
  margin-bottom: 1em !important;
}

.has-margin-right-1 {
  margin-right: 1em !important;
}

.has-margin-left-1 {
  margin-left: 1em !important;
}

.has-margin-top-4 {
  margin-top: 4em !important;
}

.has-margin-bottom-4 {
  margin-bottom: 4em !important;
}

.has-margin-right-4 {
  margin-right: 4em !important;
}

.has-margin-left-4 {
  margin-left: 4em !important;
}

.has-margin-top-6 {
  margin-top: 6em !important;
}

.has-margin-bottom-6 {
  margin-bottom: 6em !important;
}

.has-margin-right-6 {
  margin-right: 6em !important;
}

.has-margin-left-6 {
  margin-left: 6em !important;
}

.has-margin-x-0 {
  margin: 0 0em !important;
}

.has-margin-x-half {
  margin: 0 halfem !important;
}

.has-margin-x-1 {
  margin: 0 1em !important;
}

.has-margin-x-2 {
  margin: 0 2em !important;
}

.has-margin-x-3 {
  margin: 0 3em !important;
}

.has-margin-x-4 {
  margin: 0 4em !important;
}

.has-margin-x-6 {
  margin: 0 6em !important;
}

.has-margin-x-9 {
  margin: 0 9em !important;
}

.has-margin-x-auto {
  margin: 0 autoem !important;
}

.has-margin-y-0 {
  margin: 0em 0 !important;
}

.has-margin-y-half {
  margin: halfem 0 !important;
}

.has-margin-y-1 {
  margin: 1em 0 !important;
}

.has-margin-y-2 {
  margin: 2em 0 !important;
}

.has-margin-y-3 {
  margin: 3em 0 !important;
}

.has-margin-y-4 {
  margin: 4em 0 !important;
}

.has-margin-y-6 {
  margin: 6em 0 !important;
}

.has-margin-y-9 {
  margin: 9em 0 !important;
}

.has-margin-y-auto {
  margin: autoem 0 !important;
}

.has-margin-x-0 {
  margin: 0 0 !important;
}

.has-margin-x-half {
  margin: 0 half !important;
}

.has-margin-x-1 {
  margin: 0 1 !important;
}

.has-margin-x-2 {
  margin: 0 2 !important;
}

.has-margin-x-3 {
  margin: 0 3 !important;
}

.has-margin-x-4 {
  margin: 0 4 !important;
}

.has-margin-x-6 {
  margin: 0 6 !important;
}

.has-margin-x-9 {
  margin: 0 9 !important;
}

.has-margin-x-auto {
  margin: 0 auto !important;
}

.has-margin-y-0 {
  margin: 0 0 !important;
}

.has-margin-y-half {
  margin: half 0 !important;
}

.has-margin-y-1 {
  margin: 1 0 !important;
}

.has-margin-y-2 {
  margin: 2 0 !important;
}

.has-margin-y-3 {
  margin: 3 0 !important;
}

.has-margin-y-4 {
  margin: 4 0 !important;
}

.has-margin-y-6 {
  margin: 6 0 !important;
}

.has-margin-y-9 {
  margin: 9 0 !important;
}

.has-margin-y-auto {
  margin: auto 0 !important;
}

.has-padding-top-0 {
  padding-top: 0em !important;
}

.has-padding-bottom-0 {
  padding-bottom: 0em !important;
}

.has-padding-right-0 {
  padding-right: 0em !important;
}

.has-padding-left-0 {
  padding-left: 0em !important;
}

.has-padding-top-3 {
  padding-top: 3em !important;
}

.has-padding-bottom-3 {
  padding-bottom: 3em !important;
}

.has-padding-right-3 {
  padding-right: 3em !important;
}

.has-padding-left-3 {
  padding-left: 3em !important;
}

.has-padding-top-2 {
  padding-top: 2em !important;
}

.has-padding-bottom-2 {
  padding-bottom: 2em !important;
}

.has-padding-right-2 {
  padding-right: 2em !important;
}

.has-padding-left-2 {
  padding-left: 2em !important;
}

.has-padding-top-1 {
  padding-top: 1em !important;
}

.has-padding-bottom-1 {
  padding-bottom: 1em !important;
}

.has-padding-right-1 {
  padding-right: 1em !important;
}

.has-padding-left-1 {
  padding-left: 1em !important;
}

.has-padding-top-4 {
  padding-top: 4em !important;
}

.has-padding-bottom-4 {
  padding-bottom: 4em !important;
}

.has-padding-right-4 {
  padding-right: 4em !important;
}

.has-padding-left-4 {
  padding-left: 4em !important;
}

.has-padding-top-6 {
  padding-top: 6em !important;
}

.has-padding-bottom-6 {
  padding-bottom: 6em !important;
}

.has-padding-right-6 {
  padding-right: 6em !important;
}

.has-padding-left-6 {
  padding-left: 6em !important;
}

.has-padding-top-9 {
  padding-top: 9em !important;
}

.has-padding-bottom-9 {
  padding-bottom: 9em !important;
}

.has-padding-right-9 {
  padding-right: 9em !important;
}

.has-padding-left-9 {
  padding-left: 9em !important;
}

.has-padding-x-0 {
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.has-padding-x-half {
  padding-left: halfem !important;
  padding-right: halfem !important;
}

.has-padding-x-1 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.has-padding-x-2 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.has-padding-x-3 {
  padding-left: 3em !important;
  padding-right: 3em !important;
}

.has-padding-x-4 {
  padding-left: 4em !important;
  padding-right: 4em !important;
}

.has-padding-x-6 {
  padding-left: 6em !important;
  padding-right: 6em !important;
}

.has-padding-x-9 {
  padding-left: 9em !important;
  padding-right: 9em !important;
}

.has-padding-x-auto {
  padding-left: autoem !important;
  padding-right: autoem !important;
}

.has-padding-y-0 {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}

.has-padding-y-half {
  padding-top: halfem !important;
  padding-bottom: halfem !important;
}

.has-padding-y-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.has-padding-y-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.has-padding-y-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.has-padding-y-4 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.has-padding-y-6 {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.has-padding-y-9 {
  padding-top: 9em !important;
  padding-bottom: 9em !important;
}

.has-padding-y-auto {
  padding-top: autoem !important;
  padding-bottom: autoem !important;
}

.has-padding-0 {
  padding: 0em !important;
}

.has-padding-half {
  padding: halfem !important;
}

.has-padding-1 {
  padding: 1em !important;
}

.has-padding-2 {
  padding: 2em !important;
}

.has-padding-3 {
  padding: 3em !important;
}

.has-padding-4 {
  padding: 4em !important;
}

.has-padding-6 {
  padding: 6em !important;
}

.has-padding-9 {
  padding: 9em !important;
}

.has-padding-auto {
  padding: autoem !important;
}

.button {
  background-color: white;
  border-color: #F9FAFC;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  padding-bottom: calc(.75em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(.75em - 1px);
  text-align: center;
  white-space: nowrap;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.button strong {
  color: inherit;
}
.button.wide {
  padding-bottom: calc(.75em - 1px);
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: calc(.75em - 1px);
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large, .button .icon.is-thin {
  height: 1.5em;
  width: 1.5em;
  position: relative;
  top: -2px;
}
.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: #D3DCE7;
  color: #363636;
  background-color: #dbdbdb;
  text-decoration: none;
}
.button:focus, .button.is-focused {
  border-color: #00b2ff;
  color: #363636;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
}
.button:active, .button.is-active {
  border-color: #8392A6;
  color: #363636;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #3C4857;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-navy {
  background-color: #094067;
  border-color: transparent;
  color: #fff;
}
.button.is-navy:hover, .button.is-navy.is-hovered {
  background-color: #08395b;
  border-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.button.is-navy:focus, .button.is-navy.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-navy:focus:not(:active), .button.is-navy.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(9, 64, 103, 0.25);
          box-shadow: 0 0 0 0.125em rgba(9, 64, 103, 0.25);
}
.button.is-navy:active, .button.is-navy.is-active {
  background-color: #073150;
  border-color: transparent;
  color: #fff;
}
.button.is-navy[disabled] {
  background-color: #094067;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-navy.is-inverted {
  background-color: #fff;
  color: #094067;
}
.button.is-navy.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-navy.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #094067;
}
.button.is-navy.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-navy.is-outlined {
  background-color: transparent;
  border-color: #094067;
  color: #094067;
}
.button.is-navy.is-outlined:hover, .button.is-navy.is-outlined:focus {
  background-color: #094067;
  border-color: #094067;
  color: #fff;
}
.button.is-navy.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-navy.is-outlined.is-loading::after {
  border-color: transparent transparent #094067 #094067 !important;
}
.button.is-navy.is-outlined[disabled] {
  background-color: transparent;
  border-color: #094067;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #094067;
}
.button.is-navy.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-navy.is-inverted.is-outlined:hover, .button.is-navy.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #094067;
}
.button.is-navy.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #00b2ff;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #00b2ff;
  text-decoration: none !important;
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #00b2ff;
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          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: #00b2ff;
}
.button.is-white[disabled] {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: #00b2ff;
  color: white;
}
.button.is-white.is-inverted:hover {
  background-color: #00a0e6;
}
.button.is-white.is-inverted[disabled] {
  background-color: #00b2ff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
.button.is-white.is-loading::after {
  border-color: transparent transparent #00b2ff #00b2ff !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: #00b2ff;
}
.button.is-white.is-outlined.is-loading {
  background-color: transparent;
}
.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #00b2ff;
  color: #00b2ff;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
  background-color: #00b2ff;
  color: white;
}
.button.is-white.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00b2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b2ff;
}
.button.is-black {
  background-color: #283444;
  border-color: transparent;
  color: white;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #232e3c;
  border-color: transparent;
  color: white;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(40, 52, 68, 0.25);
          box-shadow: 0 0 0 0.125em rgba(40, 52, 68, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: #1f2834;
  border-color: transparent;
  color: white;
}
.button.is-black[disabled] {
  background-color: #283444;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: white;
  color: #283444;
}
.button.is-black.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled] {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #283444;
}
.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #283444;
  color: #283444;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
  background-color: #283444;
  border-color: #283444;
  color: white;
}
.button.is-black.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #283444 #283444 !important;
}
.button.is-black.is-outlined[disabled] {
  background-color: transparent;
  border-color: #283444;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #283444;
}
.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: #283444;
}
.button.is-black.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: #00b2ff;
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #00b2ff;
  text-decoration: none !important;
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: #00b2ff;
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          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: #00b2ff;
}
.button.is-light[disabled] {
  background-color: whitesmoke;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: #00b2ff;
  color: whitesmoke;
}
.button.is-light.is-inverted:hover {
  background-color: #00a0e6;
}
.button.is-light.is-inverted[disabled] {
  background-color: #00b2ff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-loading::after {
  border-color: transparent transparent #00b2ff #00b2ff !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: #00b2ff;
}
.button.is-light.is-outlined.is-loading {
  background-color: transparent;
}
.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #00b2ff;
  color: #00b2ff;
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
  background-color: #00b2ff;
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00b2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b2ff;
}
.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;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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 {
  background-color: transparent;
}
.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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}
.button.is-primary {
  background-color: #00b2ff;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #00a9f2;
  border-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #00a0e6;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled] {
  background-color: #00b2ff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #00b2ff;
}
.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b2ff;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00b2ff;
  color: #00b2ff;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: #fff;
}
.button.is-primary.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #00b2ff #00b2ff !important;
}
.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00b2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b2ff;
}
.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: #00b2ff;
}
.button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.button.is-link {
  background-color: #00b2ff;
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #00a9f2;
  border-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #00a0e6;
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled] {
  background-color: #00b2ff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: #00b2ff;
}
.button.is-link.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b2ff;
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #00b2ff;
  color: #00b2ff;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: #fff;
}
.button.is-link.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #00b2ff #00b2ff !important;
}
.button.is-link.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00b2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b2ff;
}
.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: #00b2ff;
}
.button.is-link.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          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;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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 {
  background-color: transparent;
}
.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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.button.is-gold {
  background-color: #ffdb2b;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-gold:hover, .button.is-gold.is-hovered {
  background-color: #ffd91e;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none !important;
}
.button.is-gold:focus, .button.is-gold.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-gold:focus:not(:active), .button.is-gold.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 219, 43, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 219, 43, 0.25);
}
.button.is-gold:active, .button.is-gold.is-active {
  background-color: #ffd712;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-gold[disabled] {
  background-color: #ffdb2b;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-gold.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdb2b;
}
.button.is-gold.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-gold.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffdb2b;
}
.button.is-gold.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-gold.is-outlined {
  background-color: transparent;
  border-color: #ffdb2b;
  color: #ffdb2b;
}
.button.is-gold.is-outlined:hover, .button.is-gold.is-outlined:focus {
  background-color: #ffdb2b;
  border-color: #ffdb2b;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-gold.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-gold.is-outlined.is-loading::after {
  border-color: transparent transparent #ffdb2b #ffdb2b !important;
}
.button.is-gold.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffdb2b;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffdb2b;
}
.button.is-gold.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-gold.is-inverted.is-outlined:hover, .button.is-gold.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdb2b;
}
.button.is-gold.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-success {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled] {
  background-color: #23d160;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: #23d160;
}
.button.is-success.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #23d160;
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}
.button.is-success.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #23d160 #23d160 !important;
}
.button.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #23d160;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #23d160;
}
.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: #23d160;
}
.button.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.button.is-warning {
  background-color: #ffbb2d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffb720;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffb314;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled] {
  background-color: #ffbb2d;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffbb2d;
}
.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffbb2d;
}
.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: #ffbb2d;
  color: #ffbb2d;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
  background-color: #ffbb2d;
  border-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffbb2d #ffbb2d !important;
}
.button.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffbb2d;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffbb2d;
}
.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: #ffbb2d;
}
.button.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow {
  background-color: #ffbb2d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow:hover, .button.is-yellow.is-hovered {
  background-color: #ffb720;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none !important;
}
.button.is-yellow:focus, .button.is-yellow.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow:focus:not(:active), .button.is-yellow.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
}
.button.is-yellow:active, .button.is-yellow.is-active {
  background-color: #ffb314;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow[disabled] {
  background-color: #ffbb2d;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-yellow.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffbb2d;
}
.button.is-yellow.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffbb2d;
}
.button.is-yellow.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-yellow.is-outlined {
  background-color: transparent;
  border-color: #ffbb2d;
  color: #ffbb2d;
}
.button.is-yellow.is-outlined:hover, .button.is-yellow.is-outlined:focus {
  background-color: #ffbb2d;
  border-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-yellow.is-outlined.is-loading::after {
  border-color: transparent transparent #ffbb2d #ffbb2d !important;
}
.button.is-yellow.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffbb2d;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffbb2d;
}
.button.is-yellow.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-yellow.is-inverted.is-outlined:hover, .button.is-yellow.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffbb2d;
}
.button.is-yellow.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-red {
  background-color: #FD2F60;
  border-color: transparent;
  color: #fff;
}
.button.is-red:hover, .button.is-red.is-hovered {
  background-color: #fd2256;
  border-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.button.is-red:focus, .button.is-red.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-red:focus:not(:active), .button.is-red.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
}
.button.is-red:active, .button.is-red.is-active {
  background-color: #fd164d;
  border-color: transparent;
  color: #fff;
}
.button.is-red[disabled] {
  background-color: #FD2F60;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-red.is-inverted {
  background-color: #fff;
  color: #FD2F60;
}
.button.is-red.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-red.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FD2F60;
}
.button.is-red.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-red.is-outlined {
  background-color: transparent;
  border-color: #FD2F60;
  color: #FD2F60;
}
.button.is-red.is-outlined:hover, .button.is-red.is-outlined:focus {
  background-color: #FD2F60;
  border-color: #FD2F60;
  color: #fff;
}
.button.is-red.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-red.is-outlined.is-loading::after {
  border-color: transparent transparent #FD2F60 #FD2F60 !important;
}
.button.is-red.is-outlined[disabled] {
  background-color: transparent;
  border-color: #FD2F60;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FD2F60;
}
.button.is-red.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-red.is-inverted.is-outlined:hover, .button.is-red.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #FD2F60;
}
.button.is-red.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.button.is-danger {
  background-color: #FD2F60;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #fd2256;
  border-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #fd164d;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled] {
  background-color: #FD2F60;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #FD2F60;
}
.button.is-danger.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FD2F60;
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #FD2F60;
  color: #FD2F60;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
  background-color: #FD2F60;
  border-color: #FD2F60;
  color: #fff;
}
.button.is-danger.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #FD2F60 #FD2F60 !important;
}
.button.is-danger.is-outlined[disabled] {
  background-color: transparent;
  border-color: #FD2F60;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FD2F60;
}
.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: #FD2F60;
}
.button.is-danger.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.button.is-frost-light {
  background-color: #E5E9F2;
  border-color: transparent;
  color: #283444;
}
.button.is-frost-light:hover, .button.is-frost-light.is-hovered {
  background-color: #dde2ee;
  border-color: transparent;
  color: #283444;
  text-decoration: none !important;
}
.button.is-frost-light:focus, .button.is-frost-light.is-focused {
  border-color: transparent;
  color: #283444;
}
.button.is-frost-light:focus:not(:active), .button.is-frost-light.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(229, 233, 242, 0.25);
          box-shadow: 0 0 0 0.125em rgba(229, 233, 242, 0.25);
}
.button.is-frost-light:active, .button.is-frost-light.is-active {
  background-color: #d4dbea;
  border-color: transparent;
  color: #283444;
}
.button.is-frost-light[disabled] {
  background-color: #E5E9F2;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button.is-frost-light.is-inverted {
  background-color: #283444;
  color: #E5E9F2;
}
.button.is-frost-light.is-inverted:hover {
  background-color: #1f2834;
}
.button.is-frost-light.is-inverted[disabled] {
  background-color: #283444;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #E5E9F2;
}
.button.is-frost-light.is-loading::after {
  border-color: transparent transparent #283444 #283444 !important;
}
.button.is-frost-light.is-outlined {
  background-color: transparent;
  border-color: #E5E9F2;
  color: #E5E9F2;
}
.button.is-frost-light.is-outlined:hover, .button.is-frost-light.is-outlined:focus {
  background-color: #E5E9F2;
  border-color: #E5E9F2;
  color: #283444;
}
.button.is-frost-light.is-outlined.is-loading {
  background-color: transparent;
}
.button.is-frost-light.is-outlined.is-loading::after {
  border-color: transparent transparent #E5E9F2 #E5E9F2 !important;
}
.button.is-frost-light.is-outlined[disabled] {
  background-color: transparent;
  border-color: #E5E9F2;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #E5E9F2;
}
.button.is-frost-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #283444;
  color: #283444;
}
.button.is-frost-light.is-inverted.is-outlined:hover, .button.is-frost-light.is-inverted.is-outlined:focus {
  background-color: #283444;
  color: #E5E9F2;
}
.button.is-frost-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #283444;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #283444;
}
.button.is-small {
  border-radius: 4px;
  font-size: 0.75rem;
}
.button.is-medium {
  font-size: 1rem;
}
.button.is-large {
  font-size: 1.2rem;
}
.button.is-thin {
  font-size: 1rem;
  padding: 0.4em 0.75em;
}
.button[disabled] {
  background-color: white;
  border-color: #F9FAFC;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  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: #F9FAFC;
  color: #EFF2F8;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.buttons.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.buttons.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

a.is-dark {
  color: #3C4857;
}
a.is-dark:hover {
  color: #00b2ff;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .container {
    padding: 0 0em;
  }
}
@media screen and (min-width: 900px), print {
  .container {
    max-width: 840px !important;
    width: 840px !important;
    padding: 0 2em !important;
  }
  .container.is-fluid {
    margin-left: 60px;
    margin-right: 60px;
    max-width: none;
    width: auto;
  }
}
@media screen and (min-width: 1080px) {
  .container {
    max-width: 960px !important;
    width: 960px !important;
  }
  .container.is-fluid {
    margin-left: 60px;
    margin-right: 60px;
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 1271px) {
  .container.is-widescreen {
    max-width: 1152px !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1272px) {
  .container {
    max-width: 1152px !important;
    width: 1152px !important;
  }
}

.input, .select2-container .select2-dropdown .select2-search .select2-search__field,
.textarea {
  background-color: #F9FAFC;
  border-color: #D3DCE7;
  color: #363636;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  height: 100%;
  width: 100%;
  transition: 200ms ease;
}
.input::-moz-placeholder, .select2-container .select2-dropdown .select2-search .select2-search__field::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.input::-webkit-input-placeholder, .select2-container .select2-dropdown .select2-search .select2-search__field::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.input:-moz-placeholder, .select2-container .select2-dropdown .select2-search .select2-search__field:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.input:-ms-input-placeholder, .select2-container .select2-dropdown .select2-search .select2-search__field:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.input:hover, .select2-container .select2-dropdown .select2-search .select2-search__field:hover, .input.is-hovered, .select2-container .select2-dropdown .select2-search .is-hovered.select2-search__field,
.textarea:hover,
.textarea.is-hovered {
  border-color: #D3DCE7;
  background-color: white;
}
.input:focus, .select2-container .select2-dropdown .select2-search .select2-search__field:focus, .input.is-focused, .select2-container .select2-dropdown .select2-search .is-focused.select2-search__field, .input:active, .select2-container .select2-dropdown .select2-search .select2-search__field:active, .input.is-active, .select2-container .select2-dropdown .select2-search .is-active.select2-search__field,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border: 2px solid #00b2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
}
.input[disabled], .select2-container .select2-dropdown .select2-search [disabled].select2-search__field,
.textarea[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #EFF2F8;
}
.input[disabled]::-moz-placeholder, .select2-container .select2-dropdown .select2-search [disabled].select2-search__field::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.input[disabled]::-webkit-input-placeholder, .select2-container .select2-dropdown .select2-search [disabled].select2-search__field::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.input[disabled]:-moz-placeholder, .select2-container .select2-dropdown .select2-search [disabled].select2-search__field:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.input[disabled]:-ms-input-placeholder, .select2-container .select2-dropdown .select2-search [disabled].select2-search__field:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.input[readonly], .select2-container .select2-dropdown .select2-search [readonly].select2-search__field,
.textarea[readonly] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input.is-navy, .select2-container .select2-dropdown .select2-search .is-navy.select2-search__field,
.textarea.is-navy {
  border-color: #094067;
}
.input.is-navy:focus, .select2-container .select2-dropdown .select2-search .is-navy.select2-search__field:focus, .input.is-navy.is-focused, .select2-container .select2-dropdown .select2-search .is-navy.is-focused.select2-search__field, .input.is-navy:active, .select2-container .select2-dropdown .select2-search .is-navy.select2-search__field:active, .input.is-navy.is-active, .select2-container .select2-dropdown .select2-search .is-navy.is-active.select2-search__field,
.textarea.is-navy:focus,
.textarea.is-navy.is-focused,
.textarea.is-navy:active,
.textarea.is-navy.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(9, 64, 103, 0.25);
          box-shadow: 0 0 0 0.125em rgba(9, 64, 103, 0.25);
  background-color: white;
}
.input.is-white, .select2-container .select2-dropdown .select2-search .is-white.select2-search__field,
.textarea.is-white {
  border-color: white;
}
.input.is-white:focus, .select2-container .select2-dropdown .select2-search .is-white.select2-search__field:focus, .input.is-white.is-focused, .select2-container .select2-dropdown .select2-search .is-white.is-focused.select2-search__field, .input.is-white:active, .select2-container .select2-dropdown .select2-search .is-white.select2-search__field:active, .input.is-white.is-active, .select2-container .select2-dropdown .select2-search .is-white.is-active.select2-search__field,
.textarea.is-white:focus,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  background-color: white;
}
.input.is-black, .select2-container .select2-dropdown .select2-search .is-black.select2-search__field,
.textarea.is-black {
  border-color: #283444;
}
.input.is-black:focus, .select2-container .select2-dropdown .select2-search .is-black.select2-search__field:focus, .input.is-black.is-focused, .select2-container .select2-dropdown .select2-search .is-black.is-focused.select2-search__field, .input.is-black:active, .select2-container .select2-dropdown .select2-search .is-black.select2-search__field:active, .input.is-black.is-active, .select2-container .select2-dropdown .select2-search .is-black.is-active.select2-search__field,
.textarea.is-black:focus,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(40, 52, 68, 0.25);
          box-shadow: 0 0 0 0.125em rgba(40, 52, 68, 0.25);
  background-color: white;
}
.input.is-light, .select2-container .select2-dropdown .select2-search .is-light.select2-search__field,
.textarea.is-light {
  border-color: whitesmoke;
}
.input.is-light:focus, .select2-container .select2-dropdown .select2-search .is-light.select2-search__field:focus, .input.is-light.is-focused, .select2-container .select2-dropdown .select2-search .is-light.is-focused.select2-search__field, .input.is-light:active, .select2-container .select2-dropdown .select2-search .is-light.select2-search__field:active, .input.is-light.is-active, .select2-container .select2-dropdown .select2-search .is-light.is-active.select2-search__field,
.textarea.is-light:focus,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  background-color: white;
}
.input.is-dark, .select2-container .select2-dropdown .select2-search .is-dark.select2-search__field,
.textarea.is-dark {
  border-color: #363636;
}
.input.is-dark:focus, .select2-container .select2-dropdown .select2-search .is-dark.select2-search__field:focus, .input.is-dark.is-focused, .select2-container .select2-dropdown .select2-search .is-dark.is-focused.select2-search__field, .input.is-dark:active, .select2-container .select2-dropdown .select2-search .is-dark.select2-search__field:active, .input.is-dark.is-active, .select2-container .select2-dropdown .select2-search .is-dark.is-active.select2-search__field,
.textarea.is-dark:focus,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
  background-color: white;
}
.input.is-primary, .select2-container .select2-dropdown .select2-search .is-primary.select2-search__field,
.textarea.is-primary {
  border-color: #00b2ff;
}
.input.is-primary:focus, .select2-container .select2-dropdown .select2-search .is-primary.select2-search__field:focus, .input.is-primary.is-focused, .select2-container .select2-dropdown .select2-search .is-primary.is-focused.select2-search__field, .input.is-primary:active, .select2-container .select2-dropdown .select2-search .is-primary.select2-search__field:active, .input.is-primary.is-active, .select2-container .select2-dropdown .select2-search .is-primary.is-active.select2-search__field,
.textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
  background-color: white;
}
.input.is-link, .select2-container .select2-dropdown .select2-search .is-link.select2-search__field,
.textarea.is-link {
  border-color: #00b2ff;
}
.input.is-link:focus, .select2-container .select2-dropdown .select2-search .is-link.select2-search__field:focus, .input.is-link.is-focused, .select2-container .select2-dropdown .select2-search .is-link.is-focused.select2-search__field, .input.is-link:active, .select2-container .select2-dropdown .select2-search .is-link.select2-search__field:active, .input.is-link.is-active, .select2-container .select2-dropdown .select2-search .is-link.is-active.select2-search__field,
.textarea.is-link:focus,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
  background-color: white;
}
.input.is-info, .select2-container .select2-dropdown .select2-search .is-info.select2-search__field,
.textarea.is-info {
  border-color: #209cee;
}
.input.is-info:focus, .select2-container .select2-dropdown .select2-search .is-info.select2-search__field:focus, .input.is-info.is-focused, .select2-container .select2-dropdown .select2-search .is-info.is-focused.select2-search__field, .input.is-info:active, .select2-container .select2-dropdown .select2-search .is-info.select2-search__field:active, .input.is-info.is-active, .select2-container .select2-dropdown .select2-search .is-info.is-active.select2-search__field,
.textarea.is-info:focus,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
  background-color: white;
}
.input.is-gold, .select2-container .select2-dropdown .select2-search .is-gold.select2-search__field,
.textarea.is-gold {
  border-color: #ffdb2b;
}
.input.is-gold:focus, .select2-container .select2-dropdown .select2-search .is-gold.select2-search__field:focus, .input.is-gold.is-focused, .select2-container .select2-dropdown .select2-search .is-gold.is-focused.select2-search__field, .input.is-gold:active, .select2-container .select2-dropdown .select2-search .is-gold.select2-search__field:active, .input.is-gold.is-active, .select2-container .select2-dropdown .select2-search .is-gold.is-active.select2-search__field,
.textarea.is-gold:focus,
.textarea.is-gold.is-focused,
.textarea.is-gold:active,
.textarea.is-gold.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 219, 43, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 219, 43, 0.25);
  background-color: white;
}
.input.is-success, .select2-container .select2-dropdown .select2-search .is-success.select2-search__field,
.textarea.is-success {
  border-color: #23d160;
}
.input.is-success:focus, .select2-container .select2-dropdown .select2-search .is-success.select2-search__field:focus, .input.is-success.is-focused, .select2-container .select2-dropdown .select2-search .is-success.is-focused.select2-search__field, .input.is-success:active, .select2-container .select2-dropdown .select2-search .is-success.select2-search__field:active, .input.is-success.is-active, .select2-container .select2-dropdown .select2-search .is-success.is-active.select2-search__field,
.textarea.is-success:focus,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
  background-color: white;
}
.input.is-warning, .select2-container .select2-dropdown .select2-search .is-warning.select2-search__field,
.textarea.is-warning {
  border-color: #ffbb2d;
}
.input.is-warning:focus, .select2-container .select2-dropdown .select2-search .is-warning.select2-search__field:focus, .input.is-warning.is-focused, .select2-container .select2-dropdown .select2-search .is-warning.is-focused.select2-search__field, .input.is-warning:active, .select2-container .select2-dropdown .select2-search .is-warning.select2-search__field:active, .input.is-warning.is-active, .select2-container .select2-dropdown .select2-search .is-warning.is-active.select2-search__field,
.textarea.is-warning:focus,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
  background-color: white;
}
.input.is-yellow, .select2-container .select2-dropdown .select2-search .is-yellow.select2-search__field,
.textarea.is-yellow {
  border-color: #ffbb2d;
}
.input.is-yellow:focus, .select2-container .select2-dropdown .select2-search .is-yellow.select2-search__field:focus, .input.is-yellow.is-focused, .select2-container .select2-dropdown .select2-search .is-yellow.is-focused.select2-search__field, .input.is-yellow:active, .select2-container .select2-dropdown .select2-search .is-yellow.select2-search__field:active, .input.is-yellow.is-active, .select2-container .select2-dropdown .select2-search .is-yellow.is-active.select2-search__field,
.textarea.is-yellow:focus,
.textarea.is-yellow.is-focused,
.textarea.is-yellow:active,
.textarea.is-yellow.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
  background-color: white;
}
.input.is-red, .select2-container .select2-dropdown .select2-search .is-red.select2-search__field,
.textarea.is-red {
  border-color: #FD2F60;
}
.input.is-red:focus, .select2-container .select2-dropdown .select2-search .is-red.select2-search__field:focus, .input.is-red.is-focused, .select2-container .select2-dropdown .select2-search .is-red.is-focused.select2-search__field, .input.is-red:active, .select2-container .select2-dropdown .select2-search .is-red.select2-search__field:active, .input.is-red.is-active, .select2-container .select2-dropdown .select2-search .is-red.is-active.select2-search__field,
.textarea.is-red:focus,
.textarea.is-red.is-focused,
.textarea.is-red:active,
.textarea.is-red.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
  background-color: white;
}
.input.is-danger, .select2-container .select2-dropdown .select2-search .is-danger.select2-search__field,
.textarea.is-danger {
  border-color: #FD2F60;
}
.input.is-danger:focus, .select2-container .select2-dropdown .select2-search .is-danger.select2-search__field:focus, .input.is-danger.is-focused, .select2-container .select2-dropdown .select2-search .is-danger.is-focused.select2-search__field, .input.is-danger:active, .select2-container .select2-dropdown .select2-search .is-danger.select2-search__field:active, .input.is-danger.is-active, .select2-container .select2-dropdown .select2-search .is-danger.is-active.select2-search__field,
.textarea.is-danger:focus,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
  background-color: white;
}
.input.is-frost-light, .select2-container .select2-dropdown .select2-search .is-frost-light.select2-search__field,
.textarea.is-frost-light {
  border-color: #E5E9F2;
}
.input.is-frost-light:focus, .select2-container .select2-dropdown .select2-search .is-frost-light.select2-search__field:focus, .input.is-frost-light.is-focused, .select2-container .select2-dropdown .select2-search .is-frost-light.is-focused.select2-search__field, .input.is-frost-light:active, .select2-container .select2-dropdown .select2-search .is-frost-light.select2-search__field:active, .input.is-frost-light.is-active, .select2-container .select2-dropdown .select2-search .is-frost-light.is-active.select2-search__field,
.textarea.is-frost-light:focus,
.textarea.is-frost-light.is-focused,
.textarea.is-frost-light:active,
.textarea.is-frost-light.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(229, 233, 242, 0.25);
          box-shadow: 0 0 0 0.125em rgba(229, 233, 242, 0.25);
  background-color: white;
}
.input.is-small, .select2-container .select2-dropdown .select2-search .is-small.select2-search__field,
.textarea.is-small {
  border-radius: 4px;
  font-size: 0.75rem;
}
.input.is-medium, .select2-container .select2-dropdown .select2-search .is-medium.select2-search__field,
.textarea.is-medium {
  font-size: 1rem;
  padding: 0.75em 0.75em;
}
.input.is-medium.select, .select2-container .select2-dropdown .select2-search .is-medium.select.select2-search__field,
.textarea.is-medium.select {
  padding: 0;
  height: 100%;
}
.input.is-medium.select select, .select2-container .select2-dropdown .select2-search .is-medium.select.select2-search__field select,
.textarea.is-medium.select select {
  padding: 0.5em 0.75em;
}
.input.is-large, .select2-container .select2-dropdown .select2-search .is-large.select2-search__field,
.textarea.is-large {
  font-size: 1.2rem;
  padding: 0.75em 0.75em;
}
.input.is-large.select, .select2-container .select2-dropdown .select2-search .is-large.select.select2-search__field,
.textarea.is-large.select {
  padding: 0;
  height: 100%;
}
.input.is-large.select select, .select2-container .select2-dropdown .select2-search .is-large.select.select2-search__field select,
.textarea.is-large.select select {
  padding: 0.5em 0.75em;
  height: auto;
}
.input.is-fullwidth, .select2-container .select2-dropdown .select2-search .is-fullwidth.select2-search__field,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}
.input.is-inline, .select2-container .select2-dropdown .select2-search .is-inline.select2-search__field,
.textarea.is-inline {
  display: inline;
  width: auto;
}

.input.is-rounded, .select2-container .select2-dropdown .select2-search .is-rounded.select2-search__field {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}
.input.is-static, .select2-container .select2-dropdown .select2-search .is-static.select2-search__field {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          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: #EFF2F8;
  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: #00b2ff;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  background-color: #F9FAFC;
  border-color: #D3DCE7;
  color: #363636;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.7);
  font-weight: 500;
}
.select select:hover, .select select.is-hovered {
  border-color: #D3DCE7;
  background-color: white;
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border: 2px solid #00b2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
}
.select select[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #EFF2F8;
}
.select select[disabled]::-moz-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.select select[disabled]::-webkit-input-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.select select[disabled]:-moz-placeholder {
  color: rgba(239, 242, 248, 0.3);
}
.select select[disabled]:-ms-input-placeholder {
  color: rgba(239, 242, 248, 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-navy:not(:hover)::after {
  border-color: #094067;
}
.select.is-navy select {
  border-color: #094067;
}
.select.is-navy select:hover, .select.is-navy select.is-hovered {
  border-color: #073150;
}
.select.is-navy select:focus, .select.is-navy select.is-focused, .select.is-navy select:active, .select.is-navy select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(9, 64, 103, 0.25);
          box-shadow: 0 0 0 0.125em rgba(9, 64, 103, 0.25);
}
.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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: #283444;
}
.select.is-black select {
  border-color: #283444;
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: #1f2834;
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(40, 52, 68, 0.25);
          box-shadow: 0 0 0 0.125em rgba(40, 52, 68, 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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: #00b2ff;
}
.select.is-primary select {
  border-color: #00b2ff;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #00a0e6;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #00b2ff;
}
.select.is-link select {
  border-color: #00b2ff;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #00a0e6;
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 178, 255, 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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
.select.is-gold:not(:hover)::after {
  border-color: #ffdb2b;
}
.select.is-gold select {
  border-color: #ffdb2b;
}
.select.is-gold select:hover, .select.is-gold select.is-hovered {
  border-color: #ffd712;
}
.select.is-gold select:focus, .select.is-gold select.is-focused, .select.is-gold select:active, .select.is-gold select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 219, 43, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 219, 43, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #23d160;
}
.select.is-success select {
  border-color: #23d160;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #20bc56;
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: #ffbb2d;
}
.select.is-warning select {
  border-color: #ffbb2d;
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffb314;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
}
.select.is-yellow:not(:hover)::after {
  border-color: #ffbb2d;
}
.select.is-yellow select {
  border-color: #ffbb2d;
}
.select.is-yellow select:hover, .select.is-yellow select.is-hovered {
  border-color: #ffb314;
}
.select.is-yellow select:focus, .select.is-yellow select.is-focused, .select.is-yellow select:active, .select.is-yellow select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 187, 45, 0.25);
}
.select.is-red:not(:hover)::after {
  border-color: #FD2F60;
}
.select.is-red select {
  border-color: #FD2F60;
}
.select.is-red select:hover, .select.is-red select.is-hovered {
  border-color: #fd164d;
}
.select.is-red select:focus, .select.is-red select.is-focused, .select.is-red select:active, .select.is-red select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: #FD2F60;
}
.select.is-danger select {
  border-color: #FD2F60;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #fd164d;
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(253, 47, 96, 0.25);
}
.select.is-frost-light:not(:hover)::after {
  border-color: #E5E9F2;
}
.select.is-frost-light select {
  border-color: #E5E9F2;
}
.select.is-frost-light select:hover, .select.is-frost-light select.is-hovered {
  border-color: #d4dbea;
}
.select.is-frost-light select:focus, .select.is-frost-light select.is-focused, .select.is-frost-light select:active, .select.is-frost-light select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(229, 233, 242, 0.25);
          box-shadow: 0 0 0 0.125em rgba(229, 233, 242, 0.25);
}
.select.is-small {
  border-radius: 4px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1rem;
  padding: 0.75em 0.75em;
}
.select.is-medium.select {
  padding: 0;
  height: 100%;
}
.select.is-medium.select select {
  padding: 0.5em 0.75em;
}
.select.is-large {
  font-size: 1.2rem;
  padding: 0.75em 0.75em;
}
.select.is-large.select {
  padding: 0;
  height: 100%;
}
.select.is-large.select select {
  padding: 0.5em 0.75em;
  height: auto;
}
.select.is-disabled::after {
  border-color: #EFF2F8;
}
.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;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1rem;
}
.select.is-loading.is-large:after {
  font-size: 1.2rem;
}

.file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.file.is-navy .file-cta {
  background-color: #094067;
  border-color: transparent;
  color: #fff;
}
.file.is-navy:hover .file-cta, .file.is-navy.is-hovered .file-cta {
  background-color: #08395b;
  border-color: transparent;
  color: #fff;
}
.file.is-navy:focus .file-cta, .file.is-navy.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(9, 64, 103, 0.25);
          box-shadow: 0 0 0.5em rgba(9, 64, 103, 0.25);
  color: #fff;
}
.file.is-navy:active .file-cta, .file.is-navy.is-active .file-cta {
  background-color: #073150;
  border-color: transparent;
  color: #fff;
}
.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #00b2ff;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #00b2ff;
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #00b2ff;
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #00b2ff;
}
.file.is-black .file-cta {
  background-color: #283444;
  border-color: transparent;
  color: white;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #232e3c;
  border-color: transparent;
  color: white;
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(40, 52, 68, 0.25);
          box-shadow: 0 0 0.5em rgba(40, 52, 68, 0.25);
  color: white;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: #1f2834;
  border-color: transparent;
  color: white;
}
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: #00b2ff;
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: #00b2ff;
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #00b2ff;
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #00b2ff;
}
.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: whitesmoke;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}
.file.is-primary .file-cta {
  background-color: #00b2ff;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #00a9f2;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 178, 255, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #00a0e6;
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: #00b2ff;
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #00a9f2;
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 178, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 178, 255, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #00a0e6;
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}
.file.is-gold .file-cta {
  background-color: #ffdb2b;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-gold:hover .file-cta, .file.is-gold.is-hovered .file-cta {
  background-color: #ffd91e;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-gold:focus .file-cta, .file.is-gold.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 219, 43, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 219, 43, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-gold:active .file-cta, .file.is-gold.is-active .file-cta {
  background-color: #ffd712;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-success .file-cta {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: #ffbb2d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffb720;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 187, 45, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffb314;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-yellow .file-cta {
  background-color: #ffbb2d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-yellow:hover .file-cta, .file.is-yellow.is-hovered .file-cta {
  background-color: #ffb720;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-yellow:focus .file-cta, .file.is-yellow.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 187, 45, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 187, 45, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-yellow:active .file-cta, .file.is-yellow.is-active .file-cta {
  background-color: #ffb314;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-red .file-cta {
  background-color: #FD2F60;
  border-color: transparent;
  color: #fff;
}
.file.is-red:hover .file-cta, .file.is-red.is-hovered .file-cta {
  background-color: #fd2256;
  border-color: transparent;
  color: #fff;
}
.file.is-red:focus .file-cta, .file.is-red.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(253, 47, 96, 0.25);
  color: #fff;
}
.file.is-red:active .file-cta, .file.is-red.is-active .file-cta {
  background-color: #fd164d;
  border-color: transparent;
  color: #fff;
}
.file.is-danger .file-cta {
  background-color: #FD2F60;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #fd2256;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(253, 47, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(253, 47, 96, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #fd164d;
  border-color: transparent;
  color: #fff;
}
.file.is-frost-light .file-cta {
  background-color: #E5E9F2;
  border-color: transparent;
  color: #283444;
}
.file.is-frost-light:hover .file-cta, .file.is-frost-light.is-hovered .file-cta {
  background-color: #dde2ee;
  border-color: transparent;
  color: #283444;
}
.file.is-frost-light:focus .file-cta, .file.is-frost-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(229, 233, 242, 0.25);
          box-shadow: 0 0 0.5em rgba(229, 233, 242, 0.25);
  color: #283444;
}
.file.is-frost-light:active .file-cta, .file.is-frost-light.is-active .file-cta {
  background-color: #d4dbea;
  border-color: transparent;
  color: #283444;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-medium {
  font-size: 1rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.2rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 8px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 8px 8px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 8px 8px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}
.file.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 8px 8px 0;
}
.file.is-right .file-name {
  border-radius: 8px 0 0 8px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}
.file-label:hover .file-name {
  border-color: #f1f3f8;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}
.file-label:active .file-name {
  border-color: #e8ecf4;
}

.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em;
}

.file-cta,
.file-name {
  border-color: #F9FAFC;
  border-radius: 8px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #8392A6;
}

.file-name {
  border-color: #F9FAFC;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

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

.label.label {
  color: #8392A6;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  text-align: left !important;
  padding: 0;
}
.label.label:not(:last-child) {
  margin-bottom: 0.2em;
}
.label.label.is-small {
  font-size: 0.75rem;
}
.label.label.is-medium {
  font-size: 1rem;
}
.label.label.is-large {
  font-size: 1.2rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-navy {
  color: #094067;
}
.help.is-white {
  color: white;
}
.help.is-black {
  color: #283444;
}
.help.is-light {
  color: whitesmoke;
}
.help.is-dark {
  color: #363636;
}
.help.is-primary {
  color: #00b2ff;
}
.help.is-link {
  color: #00b2ff;
}
.help.is-info {
  color: #209cee;
}
.help.is-gold {
  color: #ffdb2b;
}
.help.is-success {
  color: #23d160;
}
.help.is-warning {
  color: #ffbb2d;
}
.help.is-yellow {
  color: #ffbb2d;
}
.help.is-red {
  color: #FD2F60;
}
.help.is-danger {
  color: #FD2F60;
}
.help.is-frost-light {
  color: #E5E9F2;
}

.field:not(:last-child) {
  margin-bottom: 1rem;
}
.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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) .select2-container .select2-dropdown .select2-search .select2-search__field,
.select2-container .select2-dropdown .select2-search .field.has-addons .control:not(:first-child):not(:last-child) .select2-search__field,
.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 .select2-container .select2-dropdown .select2-search .select2-search__field,
.select2-container .select2-dropdown .select2-search .field.has-addons .control:first-child .select2-search__field,
.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 .select2-container .select2-dropdown .select2-search .select2-search__field,
.select2-container .select2-dropdown .select2-search .field.has-addons .control:last-child .select2-search__field,
.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 .select2-container .select2-dropdown .select2-search .select2-search__field:hover,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .select2-search__field:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .is-hovered.select2-search__field,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .is-hovered.select2-search__field,
.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 .select2-container .select2-dropdown .select2-search .select2-search__field:focus,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .select2-search__field:focus,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .is-focused.select2-search__field,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .is-focused.select2-search__field,
.field.has-addons .control .input:active,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .select2-search__field:active,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .select2-search__field:active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .is-active.select2-search__field,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .is-active.select2-search__field,
.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 .select2-container .select2-dropdown .select2-search .select2-search__field:focus:hover,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .select2-search__field:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .is-focused.select2-search__field:hover,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .is-focused.select2-search__field:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .select2-search__field:active:hover,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .select2-search__field:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select2-container .select2-dropdown .select2-search .is-active.select2-search__field:hover,
.select2-container .select2-dropdown .select2-search .field.has-addons .control .is-active.select2-search__field: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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 899px) {
  .field.is-grouped {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.field.is-grouped > .control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
@media screen and (max-width: 899px) {
  .field.is-grouped > .control:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}
.field.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      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: 900px), print {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 899px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 900px), print {
  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.2rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 900px), print {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            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: #00b2ff;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.control.has-icon .input:focus + .icon, .control.has-icon .select2-container .select2-dropdown .select2-search .select2-search__field:focus + .icon, .select2-container .select2-dropdown .select2-search .control.has-icon .select2-search__field:focus + .icon {
  color: #EFF2F8;
}
.control.has-icon .input.is-small + .icon, .control.has-icon .select2-container .select2-dropdown .select2-search .is-small.select2-search__field + .icon, .select2-container .select2-dropdown .select2-search .control.has-icon .is-small.select2-search__field + .icon {
  font-size: 0.75rem;
}
.control.has-icon .input.is-medium + .icon, .control.has-icon .select2-container .select2-dropdown .select2-search .is-medium.select2-search__field + .icon, .select2-container .select2-dropdown .select2-search .control.has-icon .is-medium.select2-search__field + .icon {
  font-size: 1rem;
}
.control.has-icon .input.is-large + .icon, .control.has-icon .select2-container .select2-dropdown .select2-search .is-large.select2-search__field + .icon, .select2-container .select2-dropdown .select2-search .control.has-icon .is-large.select2-search__field + .icon {
  font-size: 1.2rem;
}
.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
.control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .control.has-icon:not(.has-icon-right) .select2-search__field {
  padding-left: 2.25em;
}
.control.has-icon.has-icon-right .icon {
  right: 0;
}
.control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .control.has-icon.has-icon-right .select2-search__field {
  padding-right: 2.25em;
}
.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .select2-container .select2-dropdown .select2-search .select2-search__field:focus ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-left .select2-search__field:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .select2-container .select2-dropdown .select2-search .select2-search__field:focus ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-right .select2-search__field:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #EFF2F8;
}
.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .select2-container .select2-dropdown .select2-search .is-small.select2-search__field ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-left .is-small.select2-search__field ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .select2-container .select2-dropdown .select2-search .is-small.select2-search__field ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-right .is-small.select2-search__field ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left .select2-container .select2-dropdown .select2-search .is-medium.select2-search__field ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-left .is-medium.select2-search__field ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right .select2-container .select2-dropdown .select2-search .is-medium.select2-search__field ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-right .is-medium.select2-search__field ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1rem;
}
.control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left .select2-container .select2-dropdown .select2-search .is-large.select2-search__field ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-left .is-large.select2-search__field ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right .select2-container .select2-dropdown .select2-search .is-large.select2-search__field ~ .icon, .select2-container .select2-dropdown .select2-search .control.has-icons-right .is-large.select2-search__field ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.2rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #00b2ff;
  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 .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .control.has-icons-left .select2-search__field,
.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 .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .control.has-icons-right .select2-search__field,
.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.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1rem;
}
.control.is-loading.is-large:after {
  font-size: 1.2rem;
}

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

.title {
  color: #283444;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title + .highlight {
  margin-top: -0.75rem;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 4rem;
}
.title.is-2 {
  font-size: 3rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-5 {
  font-size: 1.2rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #3C4857;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1em;
}
.subtitle strong {
  color: #363636;
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 4rem;
}
.subtitle.is-2 {
  font-size: 3rem;
}
.subtitle.is-3 {
  font-size: 2rem;
}
.subtitle.is-4 {
  font-size: 1.5rem;
}
.subtitle.is-5 {
  font-size: 1.2rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.75rem;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-navy {
  background-color: #094067;
  color: #fff;
}
.hero.is-navy a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-navy strong {
  color: inherit;
}
.hero.is-navy .title {
  color: #fff;
}
.hero.is-navy .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-navy .subtitle a:not(.button),
.hero.is-navy .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-navy .navbar-menu {
    background-color: #094067;
  }
}
.hero.is-navy .navbar-item,
.hero.is-navy .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-navy a.navbar-item:hover, .hero.is-navy a.navbar-item.is-active,
.hero.is-navy .navbar-link:hover,
.hero.is-navy .navbar-link.is-active {
  background-color: #073150;
  color: #fff;
}
.hero.is-navy .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-navy .tabs a:hover {
  opacity: 1;
}
.hero.is-navy .tabs li.is-active a {
  opacity: 1;
}
.hero.is-navy .tabs.is-boxed a, .hero.is-navy .tabs.is-toggle a {
  color: #fff;
}
.hero.is-navy .tabs.is-boxed a:hover, .hero.is-navy .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-navy .tabs.is-boxed li.is-active a, .hero.is-navy .tabs.is-boxed li.is-active a:hover, .hero.is-navy .tabs.is-toggle li.is-active a, .hero.is-navy .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #094067;
}
.hero.is-navy.is-bold {
  background-image: -o-linear-gradient(309deg, #022d3b 0%, #094067 71%, #083b82 100%);
  background-image: linear-gradient(141deg, #022d3b 0%, #094067 71%, #083b82 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-navy.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #022d3b 0%, #094067 71%, #083b82 100%);
    background-image: linear-gradient(141deg, #022d3b 0%, #094067 71%, #083b82 100%);
  }
}
.hero.is-white {
  background-color: white;
  color: #00b2ff;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: #00b2ff;
}
.hero.is-white .subtitle {
  color: rgba(0, 178, 255, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #00b2ff;
}
@media screen and (max-width: 1079px) {
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(0, 178, 255, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #00b2ff;
}
.hero.is-white .tabs a {
  color: #00b2ff;
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #00b2ff;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: white;
}
.hero.is-white.is-bold {
  background-image: -o-linear-gradient(309deg, #e8e3e4 0%, white 71%, white 100%);
  background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #e8e3e4 0%, white 71%, white 100%);
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}
.hero.is-black {
  background-color: #283444;
  color: white;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: white;
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}
@media screen and (max-width: 1079px) {
  .hero.is-black .navbar-menu {
    background-color: #283444;
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: #1f2834;
  color: white;
}
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #283444;
}
.hero.is-black.is-bold {
  background-image: -o-linear-gradient(309deg, #121e27 0%, #283444 71%, #2e3957 100%);
  background-image: linear-gradient(141deg, #121e27 0%, #283444 71%, #2e3957 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #121e27 0%, #283444 71%, #2e3957 100%);
    background-image: linear-gradient(141deg, #121e27 0%, #283444 71%, #2e3957 100%);
  }
}
.hero.is-light {
  background-color: whitesmoke;
  color: #00b2ff;
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: #00b2ff;
}
.hero.is-light .subtitle {
  color: rgba(0, 178, 255, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #00b2ff;
}
@media screen and (max-width: 1079px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 178, 255, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #00b2ff;
}
.hero.is-light .tabs a {
  color: #00b2ff;
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: #00b2ff;
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: whitesmoke;
}
.hero.is-light.is-bold {
  background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}
.hero.is-dark {
  background-color: #363636;
  color: whitesmoke;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: whitesmoke;
}
.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: whitesmoke;
}
@media screen and (max-width: 1079px) {
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}
.hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}
.hero.is-dark.is-bold {
  background-image: -o-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%);
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}
.hero.is-primary {
  background-color: #00b2ff;
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-primary .navbar-menu {
    background-color: #00b2ff;
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #00a0e6;
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00b2ff;
}
.hero.is-primary.is-bold {
  background-image: -o-linear-gradient(309deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
  background-image: linear-gradient(141deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
    background-image: linear-gradient(141deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
  }
}
.hero.is-link {
  background-color: #00b2ff;
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-link .navbar-menu {
    background-color: #00b2ff;
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #00a0e6;
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00b2ff;
}
.hero.is-link.is-bold {
  background-image: -o-linear-gradient(309deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
  background-image: linear-gradient(141deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
    background-image: linear-gradient(141deg, #00b0cc 0%, #00b2ff 71%, #1a93ff 100%);
  }
}
.hero.is-info {
  background-color: #209cee;
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-info .navbar-menu {
    background-color: #209cee;
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #209cee;
}
.hero.is-info.is-bold {
  background-image: -o-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
    background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  }
}
.hero.is-gold {
  background-color: #ffdb2b;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-gold a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-gold strong {
  color: inherit;
}
.hero.is-gold .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-gold .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-gold .subtitle a:not(.button),
.hero.is-gold .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1079px) {
  .hero.is-gold .navbar-menu {
    background-color: #ffdb2b;
  }
}
.hero.is-gold .navbar-item,
.hero.is-gold .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-gold a.navbar-item:hover, .hero.is-gold a.navbar-item.is-active,
.hero.is-gold .navbar-link:hover,
.hero.is-gold .navbar-link.is-active {
  background-color: #ffd712;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-gold .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-gold .tabs a:hover {
  opacity: 1;
}
.hero.is-gold .tabs li.is-active a {
  opacity: 1;
}
.hero.is-gold .tabs.is-boxed a, .hero.is-gold .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-gold .tabs.is-boxed a:hover, .hero.is-gold .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-gold .tabs.is-boxed li.is-active a, .hero.is-gold .tabs.is-boxed li.is-active a:hover, .hero.is-gold .tabs.is-toggle li.is-active a, .hero.is-gold .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffdb2b;
}
.hero.is-gold.is-bold {
  background-image: -o-linear-gradient(309deg, #f7a400 0%, #ffdb2b 71%, #fffe45 100%);
  background-image: linear-gradient(141deg, #f7a400 0%, #ffdb2b 71%, #fffe45 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-gold.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #f7a400 0%, #ffdb2b 71%, #fffe45 100%);
    background-image: linear-gradient(141deg, #f7a400 0%, #ffdb2b 71%, #fffe45 100%);
  }
}
.hero.is-success {
  background-color: #23d160;
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-success .navbar-menu {
    background-color: #23d160;
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23d160;
}
.hero.is-success.is-bold {
  background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
    background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  }
}
.hero.is-warning {
  background-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1079px) {
  .hero.is-warning .navbar-menu {
    background-color: #ffbb2d;
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #ffb314;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffbb2d;
}
.hero.is-warning.is-bold {
  background-image: -o-linear-gradient(309deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
  background-image: linear-gradient(141deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
    background-image: linear-gradient(141deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
  }
}
.hero.is-yellow {
  background-color: #ffbb2d;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-yellow a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-yellow strong {
  color: inherit;
}
.hero.is-yellow .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-yellow .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-yellow .subtitle a:not(.button),
.hero.is-yellow .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1079px) {
  .hero.is-yellow .navbar-menu {
    background-color: #ffbb2d;
  }
}
.hero.is-yellow .navbar-item,
.hero.is-yellow .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-yellow a.navbar-item:hover, .hero.is-yellow a.navbar-item.is-active,
.hero.is-yellow .navbar-link:hover,
.hero.is-yellow .navbar-link.is-active {
  background-color: #ffb314;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-yellow .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-yellow .tabs a:hover {
  opacity: 1;
}
.hero.is-yellow .tabs li.is-active a {
  opacity: 1;
}
.hero.is-yellow .tabs.is-boxed a, .hero.is-yellow .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-yellow .tabs.is-boxed a:hover, .hero.is-yellow .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-yellow .tabs.is-boxed li.is-active a, .hero.is-yellow .tabs.is-boxed li.is-active a:hover, .hero.is-yellow .tabs.is-toggle li.is-active a, .hero.is-yellow .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffbb2d;
}
.hero.is-yellow.is-bold {
  background-image: -o-linear-gradient(309deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
  background-image: linear-gradient(141deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-yellow.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
    background-image: linear-gradient(141deg, #f97f00 0%, #ffbb2d 71%, #ffe247 100%);
  }
}
.hero.is-red {
  background-color: #FD2F60;
  color: #fff;
}
.hero.is-red a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-red strong {
  color: inherit;
}
.hero.is-red .title {
  color: #fff;
}
.hero.is-red .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-red .subtitle a:not(.button),
.hero.is-red .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-red .navbar-menu {
    background-color: #FD2F60;
  }
}
.hero.is-red .navbar-item,
.hero.is-red .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-red a.navbar-item:hover, .hero.is-red a.navbar-item.is-active,
.hero.is-red .navbar-link:hover,
.hero.is-red .navbar-link.is-active {
  background-color: #fd164d;
  color: #fff;
}
.hero.is-red .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-red .tabs a:hover {
  opacity: 1;
}
.hero.is-red .tabs li.is-active a {
  opacity: 1;
}
.hero.is-red .tabs.is-boxed a, .hero.is-red .tabs.is-toggle a {
  color: #fff;
}
.hero.is-red .tabs.is-boxed a:hover, .hero.is-red .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-red .tabs.is-boxed li.is-active a, .hero.is-red .tabs.is-boxed li.is-active a:hover, .hero.is-red .tabs.is-toggle li.is-active a, .hero.is-red .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #FD2F60;
}
.hero.is-red.is-bold {
  background-image: -o-linear-gradient(309deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
  background-image: linear-gradient(141deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-red.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
    background-image: linear-gradient(141deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
  }
}
.hero.is-danger {
  background-color: #FD2F60;
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .hero.is-danger .navbar-menu {
    background-color: #FD2F60;
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #fd164d;
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #FD2F60;
}
.hero.is-danger.is-bold {
  background-image: -o-linear-gradient(309deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
  background-image: linear-gradient(141deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
    background-image: linear-gradient(141deg, #f90065 0%, #FD2F60 71%, #ff4754 100%);
  }
}
.hero.is-frost-light {
  background-color: #E5E9F2;
  color: #283444;
}
.hero.is-frost-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-frost-light strong {
  color: inherit;
}
.hero.is-frost-light .title {
  color: #283444;
}
.hero.is-frost-light .subtitle {
  color: rgba(40, 52, 68, 0.9);
}
.hero.is-frost-light .subtitle a:not(.button),
.hero.is-frost-light .subtitle strong {
  color: #283444;
}
@media screen and (max-width: 1079px) {
  .hero.is-frost-light .navbar-menu {
    background-color: #E5E9F2;
  }
}
.hero.is-frost-light .navbar-item,
.hero.is-frost-light .navbar-link {
  color: rgba(40, 52, 68, 0.7);
}
.hero.is-frost-light a.navbar-item:hover, .hero.is-frost-light a.navbar-item.is-active,
.hero.is-frost-light .navbar-link:hover,
.hero.is-frost-light .navbar-link.is-active {
  background-color: #d4dbea;
  color: #283444;
}
.hero.is-frost-light .tabs a {
  color: #283444;
  opacity: 0.9;
}
.hero.is-frost-light .tabs a:hover {
  opacity: 1;
}
.hero.is-frost-light .tabs li.is-active a {
  opacity: 1;
}
.hero.is-frost-light .tabs.is-boxed a, .hero.is-frost-light .tabs.is-toggle a {
  color: #283444;
}
.hero.is-frost-light .tabs.is-boxed a:hover, .hero.is-frost-light .tabs.is-toggle a:hover {
  background-color: rgba(40, 52, 68, 0.1);
}
.hero.is-frost-light .tabs.is-boxed li.is-active a, .hero.is-frost-light .tabs.is-boxed li.is-active a:hover, .hero.is-frost-light .tabs.is-toggle li.is-active a, .hero.is-frost-light .tabs.is-toggle li.is-active a:hover {
  background-color: #283444;
  border-color: #283444;
  color: #E5E9F2;
}
.hero.is-frost-light.is-bold {
  background-image: -o-linear-gradient(309deg, #bfd1e6 0%, #E5E9F2 71%, #f6f6fb 100%);
  background-image: linear-gradient(141deg, #bfd1e6 0%, #E5E9F2 71%, #f6f6fb 100%);
}
@media screen and (max-width: 899px) {
  .hero.is-frost-light.is-bold .navbar-menu {
    background-image: -o-linear-gradient(309deg, #bfd1e6 0%, #E5E9F2 71%, #f6f6fb 100%);
    background-image: linear-gradient(141deg, #bfd1e6 0%, #E5E9F2 71%, #f6f6fb 100%);
  }
}
.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 900px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
@media screen and (min-width: 900px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

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

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 899px) {
  .hero-buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 900px), print {
  .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1080px) {
  .section.is-medium {
    padding: 6rem 1.5rem;
  }
  .section.is-large {
    padding: 9rem 1.5rem;
  }
  .section.is-small {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 899px) {
  .section.is-mobile {
    padding: 1em 1.5em;
  }
}

.tooltip {
  overflow: visible;
  position: relative;
}
.tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  z-index: 99999;
  position: absolute;
  display: inline-block;
  pointer-events: none;
}
.tooltip:hover::before, .tooltip.is-tooltip-active::before {
  z-index: 99999;
  position: absolute;
  display: inline-block;
  pointer-events: none;
}
.tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  content: "";
  border-style: solid;
  border-width: 0.5rem;
}
.tooltip:hover::before, .tooltip.is-tooltip-active::before {
  opacity: 0;
  content: attr(data-tooltip);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  background: rgba(131, 146, 166, 0.9);
  border-radius: 8px;
  color: white;
  max-width: 24rem;
}
.tooltip:focus:not(.is-loading)::after, .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  opacity: 1;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.tooltip:focus::before, .tooltip:hover::before, .tooltip.is-tooltip-active::before {
  opacity: 1;
}
.tooltip::before {
  top: auto;
  bottom: 100%;
  left: 50%;
  right: auto;
}
.tooltip:focus:not(.is-loading)::after, .tooltip:hover:not(.is-loading)::after, .tooltip.is-tooltip-active:not(.is-loading)::after {
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  border-color: rgba(131, 146, 166, 0.9) transparent transparent transparent;
}
.tooltip:focus::before, .tooltip:hover::before, .tooltip.is-tooltip-active::before {
  -webkit-transform: translate(-50%, -0.5rem);
      -ms-transform: translate(-50%, -0.5rem);
          transform: translate(-50%, -0.5rem);
}
.tooltip.is-tooltip-right::before {
  top: auto;
  bottom: 50%;
  left: 100%;
  right: auto;
  -webkit-transform: translate(-1rem, 50%);
      -ms-transform: translate(-1rem, 50%);
          transform: translate(-1rem, 50%);
}
.tooltip.is-tooltip-right:focus:not(.is-loading)::after, .tooltip.is-tooltip-right:hover:not(.is-loading)::after, .tooltip.is-tooltip-right.is-tooltip-active:not(.is-loading)::after {
  top: 50%;
  left: 100%;
  right: auto;
  border-color: transparent rgba(131, 146, 166, 0.9) transparent transparent;
}
.tooltip.is-tooltip-right:focus::before, .tooltip.is-tooltip-right:hover::before, .tooltip.is-tooltip-right.is-tooltip-active::before {
  -webkit-transform: translate(0.5rem, 50%);
      -ms-transform: translate(0.5rem, 50%);
          transform: translate(0.5rem, 50%);
}
.tooltip.is-tooltip-bottom::before {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -1rem);
      -ms-transform: translate(-50%, -1rem);
          transform: translate(-50%, -1rem);
}
.tooltip.is-tooltip-bottom:focus:not(.is-loading)::after, .tooltip.is-tooltip-bottom:hover:not(.is-loading)::after, .tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading)::after {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  border-color: transparent transparent rgba(131, 146, 166, 0.9) transparent;
}
.tooltip.is-tooltip-bottom:focus::before, .tooltip.is-tooltip-bottom:hover::before, .tooltip.is-tooltip-bottom.is-tooltip-active::before {
  -webkit-transform: translate(-50%, 0.5rem);
      -ms-transform: translate(-50%, 0.5rem);
          transform: translate(-50%, 0.5rem);
}
.tooltip.is-tooltip-left::before {
  top: auto;
  bottom: 50%;
  left: auto;
  right: 100%;
  -webkit-transform: translate(1rem, 50%);
      -ms-transform: translate(1rem, 50%);
          transform: translate(1rem, 50%);
}
.tooltip.is-tooltip-left:focus:not(.is-loading)::after, .tooltip.is-tooltip-left:hover:not(.is-loading)::after, .tooltip.is-tooltip-left.is-tooltip-active:not(.is-loading)::after {
  top: 50%;
  bottom: auto;
  left: auto;
  right: calc(100% - .5rem);
  border-color: transparent transparent transparent rgba(131, 146, 166, 0.9);
}
.tooltip.is-tooltip-left:focus::before, .tooltip.is-tooltip-left:hover::before, .tooltip.is-tooltip-left.is-tooltip-active::before {
  -webkit-transform: translate(-0.5rem, 50%);
      -ms-transform: translate(-0.5rem, 50%);
          transform: translate(-0.5rem, 50%);
}
.tooltip.is-tooltip-multiline::before {
  min-width: 24rem;
  -o-text-overflow: clip;
     text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
}
.tooltip.is-tooltip-navy:not(.is-loading)::after {
  border-color: rgba(9, 64, 103, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-navy.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(9, 64, 103, 0.9) transparent transparent;
}
.tooltip.is-tooltip-navy.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(9, 64, 103, 0.9) transparent;
}
.tooltip.is-tooltip-navy.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(9, 64, 103, 0.9);
}
.tooltip.is-tooltip-navy::before {
  background: rgba(9, 64, 103, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-white:not(.is-loading)::after {
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-white.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
}
.tooltip.is-tooltip-white.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
}
.tooltip.is-tooltip-white.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}
.tooltip.is-tooltip-white::before {
  background: rgba(255, 255, 255, 0.9);
  color: #00b2ff;
}
.tooltip.is-tooltip-black:not(.is-loading)::after {
  border-color: rgba(40, 52, 68, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-black.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(40, 52, 68, 0.9) transparent transparent;
}
.tooltip.is-tooltip-black.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(40, 52, 68, 0.9) transparent;
}
.tooltip.is-tooltip-black.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(40, 52, 68, 0.9);
}
.tooltip.is-tooltip-black::before {
  background: rgba(40, 52, 68, 0.9);
  color: white;
}
.tooltip.is-tooltip-light:not(.is-loading)::after {
  border-color: rgba(245, 245, 245, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-light.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(245, 245, 245, 0.9) transparent transparent;
}
.tooltip.is-tooltip-light.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(245, 245, 245, 0.9) transparent;
}
.tooltip.is-tooltip-light.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(245, 245, 245, 0.9);
}
.tooltip.is-tooltip-light::before {
  background: rgba(245, 245, 245, 0.9);
  color: #00b2ff;
}
.tooltip.is-tooltip-dark:not(.is-loading)::after {
  border-color: rgba(54, 54, 54, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-dark.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(54, 54, 54, 0.9) transparent transparent;
}
.tooltip.is-tooltip-dark.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(54, 54, 54, 0.9) transparent;
}
.tooltip.is-tooltip-dark.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(54, 54, 54, 0.9);
}
.tooltip.is-tooltip-dark::before {
  background: rgba(54, 54, 54, 0.9);
  color: whitesmoke;
}
.tooltip.is-tooltip-primary:not(.is-loading)::after {
  border-color: rgba(0, 178, 255, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-primary.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(0, 178, 255, 0.9) transparent transparent;
}
.tooltip.is-tooltip-primary.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(0, 178, 255, 0.9) transparent;
}
.tooltip.is-tooltip-primary.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(0, 178, 255, 0.9);
}
.tooltip.is-tooltip-primary::before {
  background: rgba(0, 178, 255, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-link:not(.is-loading)::after {
  border-color: rgba(0, 178, 255, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-link.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(0, 178, 255, 0.9) transparent transparent;
}
.tooltip.is-tooltip-link.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(0, 178, 255, 0.9) transparent;
}
.tooltip.is-tooltip-link.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(0, 178, 255, 0.9);
}
.tooltip.is-tooltip-link::before {
  background: rgba(0, 178, 255, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-info:not(.is-loading)::after {
  border-color: rgba(32, 156, 238, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-info.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(32, 156, 238, 0.9) transparent transparent;
}
.tooltip.is-tooltip-info.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(32, 156, 238, 0.9) transparent;
}
.tooltip.is-tooltip-info.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(32, 156, 238, 0.9);
}
.tooltip.is-tooltip-info::before {
  background: rgba(32, 156, 238, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-gold:not(.is-loading)::after {
  border-color: rgba(255, 219, 43, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-gold.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(255, 219, 43, 0.9) transparent transparent;
}
.tooltip.is-tooltip-gold.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(255, 219, 43, 0.9) transparent;
}
.tooltip.is-tooltip-gold.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(255, 219, 43, 0.9);
}
.tooltip.is-tooltip-gold::before {
  background: rgba(255, 219, 43, 0.9);
  color: rgba(0, 0, 0, 0.7);
}
.tooltip.is-tooltip-success:not(.is-loading)::after {
  border-color: rgba(35, 209, 96, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-success.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(35, 209, 96, 0.9) transparent transparent;
}
.tooltip.is-tooltip-success.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(35, 209, 96, 0.9) transparent;
}
.tooltip.is-tooltip-success.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(35, 209, 96, 0.9);
}
.tooltip.is-tooltip-success::before {
  background: rgba(35, 209, 96, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-warning:not(.is-loading)::after {
  border-color: rgba(255, 187, 45, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-warning.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(255, 187, 45, 0.9) transparent transparent;
}
.tooltip.is-tooltip-warning.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(255, 187, 45, 0.9) transparent;
}
.tooltip.is-tooltip-warning.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(255, 187, 45, 0.9);
}
.tooltip.is-tooltip-warning::before {
  background: rgba(255, 187, 45, 0.9);
  color: rgba(0, 0, 0, 0.7);
}
.tooltip.is-tooltip-yellow:not(.is-loading)::after {
  border-color: rgba(255, 187, 45, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-yellow.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(255, 187, 45, 0.9) transparent transparent;
}
.tooltip.is-tooltip-yellow.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(255, 187, 45, 0.9) transparent;
}
.tooltip.is-tooltip-yellow.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(255, 187, 45, 0.9);
}
.tooltip.is-tooltip-yellow::before {
  background: rgba(255, 187, 45, 0.9);
  color: rgba(0, 0, 0, 0.7);
}
.tooltip.is-tooltip-red:not(.is-loading)::after {
  border-color: rgba(253, 47, 96, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-red.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(253, 47, 96, 0.9) transparent transparent;
}
.tooltip.is-tooltip-red.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(253, 47, 96, 0.9) transparent;
}
.tooltip.is-tooltip-red.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(253, 47, 96, 0.9);
}
.tooltip.is-tooltip-red::before {
  background: rgba(253, 47, 96, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-danger:not(.is-loading)::after {
  border-color: rgba(253, 47, 96, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-danger.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(253, 47, 96, 0.9) transparent transparent;
}
.tooltip.is-tooltip-danger.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(253, 47, 96, 0.9) transparent;
}
.tooltip.is-tooltip-danger.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(253, 47, 96, 0.9);
}
.tooltip.is-tooltip-danger::before {
  background: rgba(253, 47, 96, 0.9);
  color: #fff;
}
.tooltip.is-tooltip-frost-light:not(.is-loading)::after {
  border-color: rgba(229, 233, 242, 0.9) transparent transparent transparent;
}
.tooltip.is-tooltip-frost-light.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(229, 233, 242, 0.9) transparent transparent;
}
.tooltip.is-tooltip-frost-light.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(229, 233, 242, 0.9) transparent;
}
.tooltip.is-tooltip-frost-light.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(229, 233, 242, 0.9);
}
.tooltip.is-tooltip-frost-light::before {
  background: rgba(229, 233, 242, 0.9);
  color: #283444;
}

@media screen and (max-width: 899px) {
  .is-tooltip-top-mobile::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-mobile:focus:not(.is-loading)::after, .is-tooltip-top-mobile:hover:not(.is-loading)::after, .is-tooltip-top-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(131, 146, 166, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-mobile:focus::before, .is-tooltip-top-mobile:hover::before, .is-tooltip-top-mobile.is-tooltip-active::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
        -ms-transform: translate(-50%, -0.5rem) !important;
            transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-tooltip-top-tablet::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-tablet:focus:not(.is-loading)::after, .is-tooltip-top-tablet:hover:not(.is-loading)::after, .is-tooltip-top-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(131, 146, 166, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-tablet:focus::before, .is-tooltip-top-tablet:hover::before, .is-tooltip-top-tablet.is-tooltip-active::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
        -ms-transform: translate(-50%, -0.5rem) !important;
            transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-tooltip-top-tablet-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-tablet-only:focus:not(.is-loading)::after, .is-tooltip-top-tablet-only:hover:not(.is-loading)::after, .is-tooltip-top-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(131, 146, 166, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-tablet-only:focus::before, .is-tooltip-top-tablet-only:hover::before, .is-tooltip-top-tablet-only.is-tooltip-active::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
        -ms-transform: translate(-50%, -0.5rem) !important;
            transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-tooltip-top-touch::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-touch:focus:not(.is-loading)::after, .is-tooltip-top-touch:hover:not(.is-loading)::after, .is-tooltip-top-touch.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(131, 146, 166, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-touch:focus::before, .is-tooltip-top-touch:hover::before, .is-tooltip-top-touch.is-tooltip-active::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
        -ms-transform: translate(-50%, -0.5rem) !important;
            transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-tooltip-top-desktop::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-desktop:focus:not(.is-loading)::after, .is-tooltip-top-desktop:hover:not(.is-loading)::after, .is-tooltip-top-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(131, 146, 166, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-desktop:focus::before, .is-tooltip-top-desktop:hover::before, .is-tooltip-top-desktop.is-tooltip-active::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
        -ms-transform: translate(-50%, -0.5rem) !important;
            transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-tooltip-top-desktop-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-desktop-only:focus:not(.is-loading)::after, .is-tooltip-top-desktop-only:hover:not(.is-loading)::after, .is-tooltip-top-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(131, 146, 166, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-desktop-only:focus::before, .is-tooltip-top-desktop-only:hover::before, .is-tooltip-top-desktop-only.is-tooltip-active::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
        -ms-transform: translate(-50%, -0.5rem) !important;
            transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-tooltip-top-widescreen::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }
  .is-tooltip-top-widescreen:focus:not(.is-loading)::after, .is-tooltip-top-widescreen:hover:not(.is-loading)::after, .is-tooltip-top-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(131, 146, 166, 0.9) transparent transparent transparent !important;
  }
  .is-tooltip-top-widescreen:focus::before, .is-tooltip-top-widescreen:hover::before, .is-tooltip-top-widescreen.is-tooltip-active::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
        -ms-transform: translate(-50%, -0.5rem) !important;
            transform: translate(-50%, -0.5rem) !important;
  }
}
@media screen and (max-width: 899px) {
  .is-tooltip-right-mobile::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
        -ms-transform: translate(-1rem, 50%) !important;
            transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-mobile:focus:not(.is-loading)::after, .is-tooltip-right-mobile:hover:not(.is-loading)::after, .is-tooltip-right-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(131, 146, 166, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-mobile:focus::before, .is-tooltip-right-mobile:hover::before, .is-tooltip-right-mobile.is-tooltip-active::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
        -ms-transform: translate(0.5rem, 50%) !important;
            transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-tooltip-right-tablet::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
        -ms-transform: translate(-1rem, 50%) !important;
            transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-tablet:focus:not(.is-loading)::after, .is-tooltip-right-tablet:hover:not(.is-loading)::after, .is-tooltip-right-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(131, 146, 166, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-tablet:focus::before, .is-tooltip-right-tablet:hover::before, .is-tooltip-right-tablet.is-tooltip-active::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
        -ms-transform: translate(0.5rem, 50%) !important;
            transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-tooltip-right-tablet-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
        -ms-transform: translate(-1rem, 50%) !important;
            transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-tablet-only:focus:not(.is-loading)::after, .is-tooltip-right-tablet-only:hover:not(.is-loading)::after, .is-tooltip-right-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(131, 146, 166, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-tablet-only:focus::before, .is-tooltip-right-tablet-only:hover::before, .is-tooltip-right-tablet-only.is-tooltip-active::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
        -ms-transform: translate(0.5rem, 50%) !important;
            transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-tooltip-right-touch::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
        -ms-transform: translate(-1rem, 50%) !important;
            transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-touch:focus:not(.is-loading)::after, .is-tooltip-right-touch:hover:not(.is-loading)::after, .is-tooltip-right-touch.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(131, 146, 166, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-touch:focus::before, .is-tooltip-right-touch:hover::before, .is-tooltip-right-touch.is-tooltip-active::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
        -ms-transform: translate(0.5rem, 50%) !important;
            transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-tooltip-right-desktop::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
        -ms-transform: translate(-1rem, 50%) !important;
            transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-desktop:focus:not(.is-loading)::after, .is-tooltip-right-desktop:hover:not(.is-loading)::after, .is-tooltip-right-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(131, 146, 166, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-desktop:focus::before, .is-tooltip-right-desktop:hover::before, .is-tooltip-right-desktop.is-tooltip-active::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
        -ms-transform: translate(0.5rem, 50%) !important;
            transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-tooltip-right-desktop-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
        -ms-transform: translate(-1rem, 50%) !important;
            transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-desktop-only:focus:not(.is-loading)::after, .is-tooltip-right-desktop-only:hover:not(.is-loading)::after, .is-tooltip-right-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(131, 146, 166, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-desktop-only:focus::before, .is-tooltip-right-desktop-only:hover::before, .is-tooltip-right-desktop-only.is-tooltip-active::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
        -ms-transform: translate(0.5rem, 50%) !important;
            transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-tooltip-right-widescreen::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
        -ms-transform: translate(-1rem, 50%) !important;
            transform: translate(-1rem, 50%) !important;
  }
  .is-tooltip-right-widescreen:focus:not(.is-loading)::after, .is-tooltip-right-widescreen:hover:not(.is-loading)::after, .is-tooltip-right-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(131, 146, 166, 0.9) transparent transparent !important;
  }
  .is-tooltip-right-widescreen:focus::before, .is-tooltip-right-widescreen:hover::before, .is-tooltip-right-widescreen.is-tooltip-active::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
        -ms-transform: translate(0.5rem, 50%) !important;
            transform: translate(0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 899px) {
  .is-tooltip-bottom-mobile::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
        -ms-transform: translate(-50%, -1rem) !important;
            transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-mobile:focus:not(.is-loading)::after, .is-tooltip-bottom-mobile:hover:not(.is-loading)::after, .is-tooltip-bottom-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(131, 146, 166, 0.9) transparent !important;
  }
  .is-tooltip-bottom-mobile:focus::before, .is-tooltip-bottom-mobile:hover::before, .is-tooltip-bottom-mobile.is-tooltip-active::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
        -ms-transform: translate(-50%, 0.5rem) !important;
            transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-tooltip-bottom-tablet::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
        -ms-transform: translate(-50%, -1rem) !important;
            transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-tablet:focus:not(.is-loading)::after, .is-tooltip-bottom-tablet:hover:not(.is-loading)::after, .is-tooltip-bottom-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(131, 146, 166, 0.9) transparent !important;
  }
  .is-tooltip-bottom-tablet:focus::before, .is-tooltip-bottom-tablet:hover::before, .is-tooltip-bottom-tablet.is-tooltip-active::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
        -ms-transform: translate(-50%, 0.5rem) !important;
            transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-tooltip-bottom-tablet-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
        -ms-transform: translate(-50%, -1rem) !important;
            transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-tablet-only:focus:not(.is-loading)::after, .is-tooltip-bottom-tablet-only:hover:not(.is-loading)::after, .is-tooltip-bottom-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(131, 146, 166, 0.9) transparent !important;
  }
  .is-tooltip-bottom-tablet-only:focus::before, .is-tooltip-bottom-tablet-only:hover::before, .is-tooltip-bottom-tablet-only.is-tooltip-active::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
        -ms-transform: translate(-50%, 0.5rem) !important;
            transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-tooltip-bottom-touch::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
        -ms-transform: translate(-50%, -1rem) !important;
            transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-touch:focus:not(.is-loading)::after, .is-tooltip-bottom-touch:hover:not(.is-loading)::after, .is-tooltip-bottom-touch.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(131, 146, 166, 0.9) transparent !important;
  }
  .is-tooltip-bottom-touch:focus::before, .is-tooltip-bottom-touch:hover::before, .is-tooltip-bottom-touch.is-tooltip-active::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
        -ms-transform: translate(-50%, 0.5rem) !important;
            transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-tooltip-bottom-desktop::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
        -ms-transform: translate(-50%, -1rem) !important;
            transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-desktop:focus:not(.is-loading)::after, .is-tooltip-bottom-desktop:hover:not(.is-loading)::after, .is-tooltip-bottom-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(131, 146, 166, 0.9) transparent !important;
  }
  .is-tooltip-bottom-desktop:focus::before, .is-tooltip-bottom-desktop:hover::before, .is-tooltip-bottom-desktop.is-tooltip-active::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
        -ms-transform: translate(-50%, 0.5rem) !important;
            transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-tooltip-bottom-desktop-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
        -ms-transform: translate(-50%, -1rem) !important;
            transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-desktop-only:focus:not(.is-loading)::after, .is-tooltip-bottom-desktop-only:hover:not(.is-loading)::after, .is-tooltip-bottom-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(131, 146, 166, 0.9) transparent !important;
  }
  .is-tooltip-bottom-desktop-only:focus::before, .is-tooltip-bottom-desktop-only:hover::before, .is-tooltip-bottom-desktop-only.is-tooltip-active::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
        -ms-transform: translate(-50%, 0.5rem) !important;
            transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-tooltip-bottom-widescreen::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
        -ms-transform: translate(-50%, -1rem) !important;
            transform: translate(-50%, -1rem) !important;
  }
  .is-tooltip-bottom-widescreen:focus:not(.is-loading)::after, .is-tooltip-bottom-widescreen:hover:not(.is-loading)::after, .is-tooltip-bottom-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(131, 146, 166, 0.9) transparent !important;
  }
  .is-tooltip-bottom-widescreen:focus::before, .is-tooltip-bottom-widescreen:hover::before, .is-tooltip-bottom-widescreen.is-tooltip-active::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
        -ms-transform: translate(-50%, 0.5rem) !important;
            transform: translate(-50%, 0.5rem) !important;
  }
}
@media screen and (max-width: 899px) {
  .is-tooltip-left-mobile::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
        -ms-transform: translate(1rem, 50%) !important;
            transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-mobile:focus:not(.is-loading)::after, .is-tooltip-left-mobile:hover:not(.is-loading)::after, .is-tooltip-left-mobile.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(131, 146, 166, 0.9) !important;
  }
  .is-tooltip-left-mobile:focus::before, .is-tooltip-left-mobile:hover::before, .is-tooltip-left-mobile.is-tooltip-active::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
        -ms-transform: translate(-0.5rem, 50%) !important;
            transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 900px), print {
  .is-tooltip-left-tablet::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
        -ms-transform: translate(1rem, 50%) !important;
            transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-tablet:focus:not(.is-loading)::after, .is-tooltip-left-tablet:hover:not(.is-loading)::after, .is-tooltip-left-tablet.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(131, 146, 166, 0.9) !important;
  }
  .is-tooltip-left-tablet:focus::before, .is-tooltip-left-tablet:hover::before, .is-tooltip-left-tablet.is-tooltip-active::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
        -ms-transform: translate(-0.5rem, 50%) !important;
            transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1079px) {
  .is-tooltip-left-tablet-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
        -ms-transform: translate(1rem, 50%) !important;
            transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-tablet-only:focus:not(.is-loading)::after, .is-tooltip-left-tablet-only:hover:not(.is-loading)::after, .is-tooltip-left-tablet-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(131, 146, 166, 0.9) !important;
  }
  .is-tooltip-left-tablet-only:focus::before, .is-tooltip-left-tablet-only:hover::before, .is-tooltip-left-tablet-only.is-tooltip-active::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
        -ms-transform: translate(-0.5rem, 50%) !important;
            transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (max-width: 1079px) {
  .is-tooltip-left-touch::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
        -ms-transform: translate(1rem, 50%) !important;
            transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-touch:focus:not(.is-loading)::after, .is-tooltip-left-touch:hover:not(.is-loading)::after, .is-tooltip-left-touch.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(131, 146, 166, 0.9) !important;
  }
  .is-tooltip-left-touch:focus::before, .is-tooltip-left-touch:hover::before, .is-tooltip-left-touch.is-tooltip-active::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
        -ms-transform: translate(-0.5rem, 50%) !important;
            transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1080px) {
  .is-tooltip-left-desktop::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
        -ms-transform: translate(1rem, 50%) !important;
            transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-desktop:focus:not(.is-loading)::after, .is-tooltip-left-desktop:hover:not(.is-loading)::after, .is-tooltip-left-desktop.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(131, 146, 166, 0.9) !important;
  }
  .is-tooltip-left-desktop:focus::before, .is-tooltip-left-desktop:hover::before, .is-tooltip-left-desktop.is-tooltip-active::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
        -ms-transform: translate(-0.5rem, 50%) !important;
            transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1271px) {
  .is-tooltip-left-desktop-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
        -ms-transform: translate(1rem, 50%) !important;
            transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-desktop-only:focus:not(.is-loading)::after, .is-tooltip-left-desktop-only:hover:not(.is-loading)::after, .is-tooltip-left-desktop-only.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(131, 146, 166, 0.9) !important;
  }
  .is-tooltip-left-desktop-only:focus::before, .is-tooltip-left-desktop-only:hover::before, .is-tooltip-left-desktop-only.is-tooltip-active::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
        -ms-transform: translate(-0.5rem, 50%) !important;
            transform: translate(-0.5rem, 50%) !important;
  }
}
@media screen and (min-width: 1272px) {
  .is-tooltip-left-widescreen::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
        -ms-transform: translate(1rem, 50%) !important;
            transform: translate(1rem, 50%) !important;
  }
  .is-tooltip-left-widescreen:focus:not(.is-loading)::after, .is-tooltip-left-widescreen:hover:not(.is-loading)::after, .is-tooltip-left-widescreen.is-tooltip-active:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - .5rem) !important;
    border-color: transparent transparent transparent rgba(131, 146, 166, 0.9) !important;
  }
  .is-tooltip-left-widescreen:focus::before, .is-tooltip-left-widescreen:hover::before, .is-tooltip-left-widescreen.is-tooltip-active::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
        -ms-transform: translate(-0.5rem, 50%) !important;
            transform: translate(-0.5rem, 50%) !important;
  }
}
.pageloader {
  position: absolute;
  padding-top: 2em;
  background: #00b2ff;
  background: #00b2ff;
  z-index: 999998;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  will-change: transform;
}
.pageloader.is-navy {
  background-color: #094067;
  background: #094067;
}
.pageloader.is-navy::after {
  border-color: #fff;
  -webkit-animation: loader-figure-navy 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-navy 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-navy .title {
  color: #fff;
}
.pageloader.is-white {
  background-color: white;
  background: white;
}
.pageloader.is-white::after {
  border-color: #00b2ff;
  -webkit-animation: loader-figure-white 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-white 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-white .title {
  color: #00b2ff;
}
.pageloader.is-black {
  background-color: #283444;
  background: #283444;
}
.pageloader.is-black::after {
  border-color: white;
  -webkit-animation: loader-figure-black 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-black 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-black .title {
  color: white;
}
.pageloader.is-light {
  background-color: whitesmoke;
  background: whitesmoke;
}
.pageloader.is-light::after {
  border-color: #00b2ff;
  -webkit-animation: loader-figure-light 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-light 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-light .title {
  color: #00b2ff;
}
.pageloader.is-dark {
  background-color: #363636;
  background: #363636;
}
.pageloader.is-dark::after {
  border-color: whitesmoke;
  -webkit-animation: loader-figure-dark 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-dark 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-dark .title {
  color: whitesmoke;
}
.pageloader.is-primary {
  background-color: #00b2ff;
  background: #00b2ff;
}
.pageloader.is-primary::after {
  border-color: #fff;
  -webkit-animation: loader-figure-primary 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-primary 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-primary .title {
  color: #fff;
}
.pageloader.is-link {
  background-color: #00b2ff;
  background: #00b2ff;
}
.pageloader.is-link::after {
  border-color: #fff;
  -webkit-animation: loader-figure-link 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-link 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-link .title {
  color: #fff;
}
.pageloader.is-info {
  background-color: #209cee;
  background: #209cee;
}
.pageloader.is-info::after {
  border-color: #fff;
  -webkit-animation: loader-figure-info 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-info 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-info .title {
  color: #fff;
}
.pageloader.is-gold {
  background-color: #ffdb2b;
  background: #ffdb2b;
}
.pageloader.is-gold::after {
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: loader-figure-gold 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-gold 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-gold .title {
  color: rgba(0, 0, 0, 0.7);
}
.pageloader.is-success {
  background-color: #23d160;
  background: #23d160;
}
.pageloader.is-success::after {
  border-color: #fff;
  -webkit-animation: loader-figure-success 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-success 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-success .title {
  color: #fff;
}
.pageloader.is-warning {
  background-color: #ffbb2d;
  background: #ffbb2d;
}
.pageloader.is-warning::after {
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: loader-figure-warning 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-warning 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.pageloader.is-yellow {
  background-color: #ffbb2d;
  background: #ffbb2d;
}
.pageloader.is-yellow::after {
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: loader-figure-yellow 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-yellow 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-yellow .title {
  color: rgba(0, 0, 0, 0.7);
}
.pageloader.is-red {
  background-color: #FD2F60;
  background: #fd2f60;
}
.pageloader.is-red::after {
  border-color: #fff;
  -webkit-animation: loader-figure-red 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-red 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-red .title {
  color: #fff;
}
.pageloader.is-danger {
  background-color: #FD2F60;
  background: #fd2f60;
}
.pageloader.is-danger::after {
  border-color: #fff;
  -webkit-animation: loader-figure-danger 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-danger 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-danger .title {
  color: #fff;
}
.pageloader.is-frost-light {
  background-color: #E5E9F2;
  background: #e5e9f2;
}
.pageloader.is-frost-light::after {
  border-color: #283444;
  -webkit-animation: loader-figure-frost-light 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure-frost-light 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader.is-frost-light .title {
  color: #283444;
}
.pageloader.is-left-to-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}
.pageloader.is-right-to-left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}
.pageloader.is-active:not(.is-left-to-right), .pageloader.is-active:not(.is-right-to-left) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.pageloader.is-active.is-left-to-right, .pageloader.is-active.is-right-to-left {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}
.pageloader::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 100%;
  content: "";
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid #00b2ff;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin: 2em 0 0 0;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  color: #00b2ff;
  white-space: nowrap;
}
@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #00b2ff;
  }
  29% {
    background-color: #00b2ff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #00b2ff;
  }
  29% {
    background-color: #00b2ff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}

@-webkit-keyframes loader-figure-navy {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-navy {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-white {
  0% {
    height: 0;
    width: 0;
    background-color: #00b2ff;
  }
  29% {
    background-color: #00b2ff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-white {
  0% {
    height: 0;
    width: 0;
    background-color: #00b2ff;
  }
  29% {
    background-color: #00b2ff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-black {
  0% {
    height: 0;
    width: 0;
    background-color: white;
  }
  29% {
    background-color: white;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-black {
  0% {
    height: 0;
    width: 0;
    background-color: white;
  }
  29% {
    background-color: white;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-light {
  0% {
    height: 0;
    width: 0;
    background-color: #00b2ff;
  }
  29% {
    background-color: #00b2ff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-light {
  0% {
    height: 0;
    width: 0;
    background-color: #00b2ff;
  }
  29% {
    background-color: #00b2ff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-dark {
  0% {
    height: 0;
    width: 0;
    background-color: whitesmoke;
  }
  29% {
    background-color: whitesmoke;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-dark {
  0% {
    height: 0;
    width: 0;
    background-color: whitesmoke;
  }
  29% {
    background-color: whitesmoke;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-primary {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-primary {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-link {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-link {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-info {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-info {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-gold {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  29% {
    background-color: rgba(0, 0, 0, 0.7);
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-gold {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  29% {
    background-color: rgba(0, 0, 0, 0.7);
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-success {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-success {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-warning {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  29% {
    background-color: rgba(0, 0, 0, 0.7);
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-warning {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  29% {
    background-color: rgba(0, 0, 0, 0.7);
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-yellow {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  29% {
    background-color: rgba(0, 0, 0, 0.7);
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-yellow {
  0% {
    height: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  29% {
    background-color: rgba(0, 0, 0, 0.7);
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-red {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-red {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-danger {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-danger {
  0% {
    height: 0;
    width: 0;
    background-color: #fff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-frost-light {
  0% {
    height: 0;
    width: 0;
    background-color: #283444;
  }
  29% {
    background-color: #283444;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure-frost-light {
  0% {
    height: 0;
    width: 0;
    background-color: #283444;
  }
  29% {
    background-color: #283444;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
.switch[type=checkbox] {
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}
.switch[type=checkbox]:focus + label::before, .switch[type=checkbox]:focus + label:before, .switch[type=checkbox]:focus + label::after, .switch[type=checkbox]:focus + label:after {
  outline: none;
}
.switch[type=checkbox][disabled] {
  cursor: not-allowed;
}
.switch[type=checkbox][disabled] + label {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label::before, .switch[type=checkbox][disabled] + label:before {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label::after, .switch[type=checkbox][disabled] + label:after {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label:hover {
  cursor: not-allowed;
}
.switch[type=checkbox] + label {
  position: relative;
  display: initial;
  font-size: 1rem;
  line-height: initial;
  padding-left: 3.5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox] + label::before, .switch[type=checkbox] + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3rem;
  height: 1.5rem;
  border: 0.1rem solid transparent;
  border-radius: 8px;
  background: #D3DCE7;
  content: "";
}
.switch[type=checkbox] + label::after, .switch[type=checkbox] + label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 8px;
  background: white;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 3.5rem;
}
.switch[type=checkbox].is-rtl + label::before, .switch[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-rtl + label::after, .switch[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox]:checked + label::before, .switch[type=checkbox]:checked + label:before {
  background: #00b2ff;
}
.switch[type=checkbox]:checked + label::after {
  left: 1.625rem;
}
.switch[type=checkbox]:checked.is-rtl + label::after, .switch[type=checkbox]:checked.is-rtl + label:after {
  left: auto;
  right: 1.625rem;
}
.switch[type=checkbox].is-outlined + label::before, .switch[type=checkbox].is-outlined + label:before {
  background-color: transparent;
  border-color: #D3DCE7;
}
.switch[type=checkbox].is-outlined + label::after, .switch[type=checkbox].is-outlined + label:after {
  background: #D3DCE7;
}
.switch[type=checkbox].is-outlined:checked + label::before, .switch[type=checkbox].is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00b2ff;
}
.switch[type=checkbox].is-outlined:checked + label::after, .switch[type=checkbox].is-outlined:checked + label:after {
  background: #00b2ff;
}
.switch[type=checkbox].is-thin + label::before, .switch[type=checkbox].is-thin + label:before {
  top: 0.5454545455rem;
  height: 0.375rem;
}
.switch[type=checkbox].is-thin + label::after, .switch[type=checkbox].is-thin + label:after {
  -webkit-box-shadow: 0px 0px 3px #EFF2F8;
          box-shadow: 0px 0px 3px #EFF2F8;
}
.switch[type=checkbox].is-rounded + label::before, .switch[type=checkbox].is-rounded + label:before {
  border-radius: 48px;
}
.switch[type=checkbox].is-rounded + label::after, .switch[type=checkbox].is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-small + label {
  position: relative;
  display: initial;
  font-size: 0.75rem;
  line-height: initial;
  padding-left: 2.75rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-small + label::before, .switch[type=checkbox].is-small + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2.25rem;
  height: 1.125rem;
  border: 0.1rem solid transparent;
  border-radius: 8px;
  background: #D3DCE7;
  content: "";
}
.switch[type=checkbox].is-small + label::after, .switch[type=checkbox].is-small + label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 8px;
  background: white;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 2.75rem;
}
.switch[type=checkbox].is-small.is-rtl + label::before, .switch[type=checkbox].is-small.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-small.is-rtl + label::after, .switch[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-small:checked + label::before, .switch[type=checkbox].is-small:checked + label:before {
  background: #00b2ff;
}
.switch[type=checkbox].is-small:checked + label::after {
  left: 1.25rem;
}
.switch[type=checkbox].is-small:checked.is-rtl + label::after, .switch[type=checkbox].is-small:checked.is-rtl + label:after {
  left: auto;
  right: 1.25rem;
}
.switch[type=checkbox].is-small.is-outlined + label::before, .switch[type=checkbox].is-small.is-outlined + label:before {
  background-color: transparent;
  border-color: #D3DCE7;
}
.switch[type=checkbox].is-small.is-outlined + label::after, .switch[type=checkbox].is-small.is-outlined + label:after {
  background: #D3DCE7;
}
.switch[type=checkbox].is-small.is-outlined:checked + label::before, .switch[type=checkbox].is-small.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00b2ff;
}
.switch[type=checkbox].is-small.is-outlined:checked + label::after, .switch[type=checkbox].is-small.is-outlined:checked + label:after {
  background: #00b2ff;
}
.switch[type=checkbox].is-small.is-thin + label::before, .switch[type=checkbox].is-small.is-thin + label:before {
  top: 0.4090909091rem;
  height: 0.28125rem;
}
.switch[type=checkbox].is-small.is-thin + label::after, .switch[type=checkbox].is-small.is-thin + label:after {
  -webkit-box-shadow: 0px 0px 3px #EFF2F8;
          box-shadow: 0px 0px 3px #EFF2F8;
}
.switch[type=checkbox].is-small.is-rounded + label::before, .switch[type=checkbox].is-small.is-rounded + label:before {
  border-radius: 48px;
}
.switch[type=checkbox].is-small.is-rounded + label::after, .switch[type=checkbox].is-small.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-medium + label {
  position: relative;
  display: initial;
  font-size: 1rem;
  line-height: initial;
  padding-left: 3.5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-medium + label::before, .switch[type=checkbox].is-medium + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3rem;
  height: 1.5rem;
  border: 0.1rem solid transparent;
  border-radius: 8px;
  background: #D3DCE7;
  content: "";
}
.switch[type=checkbox].is-medium + label::after, .switch[type=checkbox].is-medium + label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 8px;
  background: white;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 3.5rem;
}
.switch[type=checkbox].is-medium.is-rtl + label::before, .switch[type=checkbox].is-medium.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-medium.is-rtl + label::after, .switch[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-medium:checked + label::before, .switch[type=checkbox].is-medium:checked + label:before {
  background: #00b2ff;
}
.switch[type=checkbox].is-medium:checked + label::after {
  left: 1.625rem;
}
.switch[type=checkbox].is-medium:checked.is-rtl + label::after, .switch[type=checkbox].is-medium:checked.is-rtl + label:after {
  left: auto;
  right: 1.625rem;
}
.switch[type=checkbox].is-medium.is-outlined + label::before, .switch[type=checkbox].is-medium.is-outlined + label:before {
  background-color: transparent;
  border-color: #D3DCE7;
}
.switch[type=checkbox].is-medium.is-outlined + label::after, .switch[type=checkbox].is-medium.is-outlined + label:after {
  background: #D3DCE7;
}
.switch[type=checkbox].is-medium.is-outlined:checked + label::before, .switch[type=checkbox].is-medium.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00b2ff;
}
.switch[type=checkbox].is-medium.is-outlined:checked + label::after, .switch[type=checkbox].is-medium.is-outlined:checked + label:after {
  background: #00b2ff;
}
.switch[type=checkbox].is-medium.is-thin + label::before, .switch[type=checkbox].is-medium.is-thin + label:before {
  top: 0.5454545455rem;
  height: 0.375rem;
}
.switch[type=checkbox].is-medium.is-thin + label::after, .switch[type=checkbox].is-medium.is-thin + label:after {
  -webkit-box-shadow: 0px 0px 3px #EFF2F8;
          box-shadow: 0px 0px 3px #EFF2F8;
}
.switch[type=checkbox].is-medium.is-rounded + label::before, .switch[type=checkbox].is-medium.is-rounded + label:before {
  border-radius: 48px;
}
.switch[type=checkbox].is-medium.is-rounded + label::after, .switch[type=checkbox].is-medium.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-large + label {
  position: relative;
  display: initial;
  font-size: 1.44rem;
  line-height: initial;
  padding-left: 4.82rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-large + label::before, .switch[type=checkbox].is-large + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 4.32rem;
  height: 2.16rem;
  border: 0.1rem solid transparent;
  border-radius: 8px;
  background: #D3DCE7;
  content: "";
}
.switch[type=checkbox].is-large + label::after, .switch[type=checkbox].is-large + label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.66rem;
  height: 1.66rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 8px;
  background: white;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 4.82rem;
}
.switch[type=checkbox].is-large.is-rtl + label::before, .switch[type=checkbox].is-large.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-large.is-rtl + label::after, .switch[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-large:checked + label::before, .switch[type=checkbox].is-large:checked + label:before {
  background: #00b2ff;
}
.switch[type=checkbox].is-large:checked + label::after {
  left: 2.285rem;
}
.switch[type=checkbox].is-large:checked.is-rtl + label::after, .switch[type=checkbox].is-large:checked.is-rtl + label:after {
  left: auto;
  right: 2.285rem;
}
.switch[type=checkbox].is-large.is-outlined + label::before, .switch[type=checkbox].is-large.is-outlined + label:before {
  background-color: transparent;
  border-color: #D3DCE7;
}
.switch[type=checkbox].is-large.is-outlined + label::after, .switch[type=checkbox].is-large.is-outlined + label:after {
  background: #D3DCE7;
}
.switch[type=checkbox].is-large.is-outlined:checked + label::before, .switch[type=checkbox].is-large.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00b2ff;
}
.switch[type=checkbox].is-large.is-outlined:checked + label::after, .switch[type=checkbox].is-large.is-outlined:checked + label:after {
  background: #00b2ff;
}
.switch[type=checkbox].is-large.is-thin + label::before, .switch[type=checkbox].is-large.is-thin + label:before {
  top: 0.7854545455rem;
  height: 0.54rem;
}
.switch[type=checkbox].is-large.is-thin + label::after, .switch[type=checkbox].is-large.is-thin + label:after {
  -webkit-box-shadow: 0px 0px 3px #EFF2F8;
          box-shadow: 0px 0px 3px #EFF2F8;
}
.switch[type=checkbox].is-large.is-rounded + label::before, .switch[type=checkbox].is-large.is-rounded + label:before {
  border-radius: 48px;
}
.switch[type=checkbox].is-large.is-rounded + label::after, .switch[type=checkbox].is-large.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-navy:checked + label::before, .switch[type=checkbox].is-navy:checked + label:before {
  background: #094067;
}
.switch[type=checkbox].is-navy.is-outlined:checked + label::before, .switch[type=checkbox].is-navy.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #094067 !important;
}
.switch[type=checkbox].is-navy.is-outlined:checked + label::after, .switch[type=checkbox].is-navy.is-outlined:checked + label:after {
  background: #094067;
}
.switch[type=checkbox].is-navy.is-thin.is-outlined + label::after, .switch[type=checkbox].is-navy.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-navy + label::before, .switch[type=checkbox].is-unchecked-navy + label:before {
  background: #094067;
}
.switch[type=checkbox].is-unchecked-navy.is-outlined + label::before, .switch[type=checkbox].is-unchecked-navy.is-outlined + label:before {
  background-color: transparent;
  border-color: #094067 !important;
}
.switch[type=checkbox].is-unchecked-navy.is-outlined + label::after, .switch[type=checkbox].is-unchecked-navy.is-outlined + label:after {
  background: #094067;
}
.switch[type=checkbox].is-white:checked + label::before, .switch[type=checkbox].is-white:checked + label:before {
  background: white;
}
.switch[type=checkbox].is-white.is-outlined:checked + label::before, .switch[type=checkbox].is-white.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: white !important;
}
.switch[type=checkbox].is-white.is-outlined:checked + label::after, .switch[type=checkbox].is-white.is-outlined:checked + label:after {
  background: white;
}
.switch[type=checkbox].is-white.is-thin.is-outlined + label::after, .switch[type=checkbox].is-white.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-white + label::before, .switch[type=checkbox].is-unchecked-white + label:before {
  background: white;
}
.switch[type=checkbox].is-unchecked-white.is-outlined + label::before, .switch[type=checkbox].is-unchecked-white.is-outlined + label:before {
  background-color: transparent;
  border-color: white !important;
}
.switch[type=checkbox].is-unchecked-white.is-outlined + label::after, .switch[type=checkbox].is-unchecked-white.is-outlined + label:after {
  background: white;
}
.switch[type=checkbox].is-black:checked + label::before, .switch[type=checkbox].is-black:checked + label:before {
  background: #283444;
}
.switch[type=checkbox].is-black.is-outlined:checked + label::before, .switch[type=checkbox].is-black.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #283444 !important;
}
.switch[type=checkbox].is-black.is-outlined:checked + label::after, .switch[type=checkbox].is-black.is-outlined:checked + label:after {
  background: #283444;
}
.switch[type=checkbox].is-black.is-thin.is-outlined + label::after, .switch[type=checkbox].is-black.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-black + label::before, .switch[type=checkbox].is-unchecked-black + label:before {
  background: #283444;
}
.switch[type=checkbox].is-unchecked-black.is-outlined + label::before, .switch[type=checkbox].is-unchecked-black.is-outlined + label:before {
  background-color: transparent;
  border-color: #283444 !important;
}
.switch[type=checkbox].is-unchecked-black.is-outlined + label::after, .switch[type=checkbox].is-unchecked-black.is-outlined + label:after {
  background: #283444;
}
.switch[type=checkbox].is-light:checked + label::before, .switch[type=checkbox].is-light:checked + label:before {
  background: whitesmoke;
}
.switch[type=checkbox].is-light.is-outlined:checked + label::before, .switch[type=checkbox].is-light.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: whitesmoke !important;
}
.switch[type=checkbox].is-light.is-outlined:checked + label::after, .switch[type=checkbox].is-light.is-outlined:checked + label:after {
  background: whitesmoke;
}
.switch[type=checkbox].is-light.is-thin.is-outlined + label::after, .switch[type=checkbox].is-light.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-light + label::before, .switch[type=checkbox].is-unchecked-light + label:before {
  background: whitesmoke;
}
.switch[type=checkbox].is-unchecked-light.is-outlined + label::before, .switch[type=checkbox].is-unchecked-light.is-outlined + label:before {
  background-color: transparent;
  border-color: whitesmoke !important;
}
.switch[type=checkbox].is-unchecked-light.is-outlined + label::after, .switch[type=checkbox].is-unchecked-light.is-outlined + label:after {
  background: whitesmoke;
}
.switch[type=checkbox].is-dark:checked + label::before, .switch[type=checkbox].is-dark:checked + label:before {
  background: #363636;
}
.switch[type=checkbox].is-dark.is-outlined:checked + label::before, .switch[type=checkbox].is-dark.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #363636 !important;
}
.switch[type=checkbox].is-dark.is-outlined:checked + label::after, .switch[type=checkbox].is-dark.is-outlined:checked + label:after {
  background: #363636;
}
.switch[type=checkbox].is-dark.is-thin.is-outlined + label::after, .switch[type=checkbox].is-dark.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-dark + label::before, .switch[type=checkbox].is-unchecked-dark + label:before {
  background: #363636;
}
.switch[type=checkbox].is-unchecked-dark.is-outlined + label::before, .switch[type=checkbox].is-unchecked-dark.is-outlined + label:before {
  background-color: transparent;
  border-color: #363636 !important;
}
.switch[type=checkbox].is-unchecked-dark.is-outlined + label::after, .switch[type=checkbox].is-unchecked-dark.is-outlined + label:after {
  background: #363636;
}
.switch[type=checkbox].is-primary:checked + label::before, .switch[type=checkbox].is-primary:checked + label:before {
  background: #00b2ff;
}
.switch[type=checkbox].is-primary.is-outlined:checked + label::before, .switch[type=checkbox].is-primary.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00b2ff !important;
}
.switch[type=checkbox].is-primary.is-outlined:checked + label::after, .switch[type=checkbox].is-primary.is-outlined:checked + label:after {
  background: #00b2ff;
}
.switch[type=checkbox].is-primary.is-thin.is-outlined + label::after, .switch[type=checkbox].is-primary.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-primary + label::before, .switch[type=checkbox].is-unchecked-primary + label:before {
  background: #00b2ff;
}
.switch[type=checkbox].is-unchecked-primary.is-outlined + label::before, .switch[type=checkbox].is-unchecked-primary.is-outlined + label:before {
  background-color: transparent;
  border-color: #00b2ff !important;
}
.switch[type=checkbox].is-unchecked-primary.is-outlined + label::after, .switch[type=checkbox].is-unchecked-primary.is-outlined + label:after {
  background: #00b2ff;
}
.switch[type=checkbox].is-link:checked + label::before, .switch[type=checkbox].is-link:checked + label:before {
  background: #00b2ff;
}
.switch[type=checkbox].is-link.is-outlined:checked + label::before, .switch[type=checkbox].is-link.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00b2ff !important;
}
.switch[type=checkbox].is-link.is-outlined:checked + label::after, .switch[type=checkbox].is-link.is-outlined:checked + label:after {
  background: #00b2ff;
}
.switch[type=checkbox].is-link.is-thin.is-outlined + label::after, .switch[type=checkbox].is-link.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-link + label::before, .switch[type=checkbox].is-unchecked-link + label:before {
  background: #00b2ff;
}
.switch[type=checkbox].is-unchecked-link.is-outlined + label::before, .switch[type=checkbox].is-unchecked-link.is-outlined + label:before {
  background-color: transparent;
  border-color: #00b2ff !important;
}
.switch[type=checkbox].is-unchecked-link.is-outlined + label::after, .switch[type=checkbox].is-unchecked-link.is-outlined + label:after {
  background: #00b2ff;
}
.switch[type=checkbox].is-info:checked + label::before, .switch[type=checkbox].is-info:checked + label:before {
  background: #209cee;
}
.switch[type=checkbox].is-info.is-outlined:checked + label::before, .switch[type=checkbox].is-info.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #209cee !important;
}
.switch[type=checkbox].is-info.is-outlined:checked + label::after, .switch[type=checkbox].is-info.is-outlined:checked + label:after {
  background: #209cee;
}
.switch[type=checkbox].is-info.is-thin.is-outlined + label::after, .switch[type=checkbox].is-info.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-info + label::before, .switch[type=checkbox].is-unchecked-info + label:before {
  background: #209cee;
}
.switch[type=checkbox].is-unchecked-info.is-outlined + label::before, .switch[type=checkbox].is-unchecked-info.is-outlined + label:before {
  background-color: transparent;
  border-color: #209cee !important;
}
.switch[type=checkbox].is-unchecked-info.is-outlined + label::after, .switch[type=checkbox].is-unchecked-info.is-outlined + label:after {
  background: #209cee;
}
.switch[type=checkbox].is-gold:checked + label::before, .switch[type=checkbox].is-gold:checked + label:before {
  background: #ffdb2b;
}
.switch[type=checkbox].is-gold.is-outlined:checked + label::before, .switch[type=checkbox].is-gold.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #ffdb2b !important;
}
.switch[type=checkbox].is-gold.is-outlined:checked + label::after, .switch[type=checkbox].is-gold.is-outlined:checked + label:after {
  background: #ffdb2b;
}
.switch[type=checkbox].is-gold.is-thin.is-outlined + label::after, .switch[type=checkbox].is-gold.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-gold + label::before, .switch[type=checkbox].is-unchecked-gold + label:before {
  background: #ffdb2b;
}
.switch[type=checkbox].is-unchecked-gold.is-outlined + label::before, .switch[type=checkbox].is-unchecked-gold.is-outlined + label:before {
  background-color: transparent;
  border-color: #ffdb2b !important;
}
.switch[type=checkbox].is-unchecked-gold.is-outlined + label::after, .switch[type=checkbox].is-unchecked-gold.is-outlined + label:after {
  background: #ffdb2b;
}
.switch[type=checkbox].is-success:checked + label::before, .switch[type=checkbox].is-success:checked + label:before {
  background: #23d160;
}
.switch[type=checkbox].is-success.is-outlined:checked + label::before, .switch[type=checkbox].is-success.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #23d160 !important;
}
.switch[type=checkbox].is-success.is-outlined:checked + label::after, .switch[type=checkbox].is-success.is-outlined:checked + label:after {
  background: #23d160;
}
.switch[type=checkbox].is-success.is-thin.is-outlined + label::after, .switch[type=checkbox].is-success.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-success + label::before, .switch[type=checkbox].is-unchecked-success + label:before {
  background: #23d160;
}
.switch[type=checkbox].is-unchecked-success.is-outlined + label::before, .switch[type=checkbox].is-unchecked-success.is-outlined + label:before {
  background-color: transparent;
  border-color: #23d160 !important;
}
.switch[type=checkbox].is-unchecked-success.is-outlined + label::after, .switch[type=checkbox].is-unchecked-success.is-outlined + label:after {
  background: #23d160;
}
.switch[type=checkbox].is-warning:checked + label::before, .switch[type=checkbox].is-warning:checked + label:before {
  background: #ffbb2d;
}
.switch[type=checkbox].is-warning.is-outlined:checked + label::before, .switch[type=checkbox].is-warning.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #ffbb2d !important;
}
.switch[type=checkbox].is-warning.is-outlined:checked + label::after, .switch[type=checkbox].is-warning.is-outlined:checked + label:after {
  background: #ffbb2d;
}
.switch[type=checkbox].is-warning.is-thin.is-outlined + label::after, .switch[type=checkbox].is-warning.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-warning + label::before, .switch[type=checkbox].is-unchecked-warning + label:before {
  background: #ffbb2d;
}
.switch[type=checkbox].is-unchecked-warning.is-outlined + label::before, .switch[type=checkbox].is-unchecked-warning.is-outlined + label:before {
  background-color: transparent;
  border-color: #ffbb2d !important;
}
.switch[type=checkbox].is-unchecked-warning.is-outlined + label::after, .switch[type=checkbox].is-unchecked-warning.is-outlined + label:after {
  background: #ffbb2d;
}
.switch[type=checkbox].is-yellow:checked + label::before, .switch[type=checkbox].is-yellow:checked + label:before {
  background: #ffbb2d;
}
.switch[type=checkbox].is-yellow.is-outlined:checked + label::before, .switch[type=checkbox].is-yellow.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #ffbb2d !important;
}
.switch[type=checkbox].is-yellow.is-outlined:checked + label::after, .switch[type=checkbox].is-yellow.is-outlined:checked + label:after {
  background: #ffbb2d;
}
.switch[type=checkbox].is-yellow.is-thin.is-outlined + label::after, .switch[type=checkbox].is-yellow.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-yellow + label::before, .switch[type=checkbox].is-unchecked-yellow + label:before {
  background: #ffbb2d;
}
.switch[type=checkbox].is-unchecked-yellow.is-outlined + label::before, .switch[type=checkbox].is-unchecked-yellow.is-outlined + label:before {
  background-color: transparent;
  border-color: #ffbb2d !important;
}
.switch[type=checkbox].is-unchecked-yellow.is-outlined + label::after, .switch[type=checkbox].is-unchecked-yellow.is-outlined + label:after {
  background: #ffbb2d;
}
.switch[type=checkbox].is-red:checked + label::before, .switch[type=checkbox].is-red:checked + label:before {
  background: #FD2F60;
}
.switch[type=checkbox].is-red.is-outlined:checked + label::before, .switch[type=checkbox].is-red.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #FD2F60 !important;
}
.switch[type=checkbox].is-red.is-outlined:checked + label::after, .switch[type=checkbox].is-red.is-outlined:checked + label:after {
  background: #FD2F60;
}
.switch[type=checkbox].is-red.is-thin.is-outlined + label::after, .switch[type=checkbox].is-red.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-red + label::before, .switch[type=checkbox].is-unchecked-red + label:before {
  background: #FD2F60;
}
.switch[type=checkbox].is-unchecked-red.is-outlined + label::before, .switch[type=checkbox].is-unchecked-red.is-outlined + label:before {
  background-color: transparent;
  border-color: #FD2F60 !important;
}
.switch[type=checkbox].is-unchecked-red.is-outlined + label::after, .switch[type=checkbox].is-unchecked-red.is-outlined + label:after {
  background: #FD2F60;
}
.switch[type=checkbox].is-danger:checked + label::before, .switch[type=checkbox].is-danger:checked + label:before {
  background: #FD2F60;
}
.switch[type=checkbox].is-danger.is-outlined:checked + label::before, .switch[type=checkbox].is-danger.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #FD2F60 !important;
}
.switch[type=checkbox].is-danger.is-outlined:checked + label::after, .switch[type=checkbox].is-danger.is-outlined:checked + label:after {
  background: #FD2F60;
}
.switch[type=checkbox].is-danger.is-thin.is-outlined + label::after, .switch[type=checkbox].is-danger.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-danger + label::before, .switch[type=checkbox].is-unchecked-danger + label:before {
  background: #FD2F60;
}
.switch[type=checkbox].is-unchecked-danger.is-outlined + label::before, .switch[type=checkbox].is-unchecked-danger.is-outlined + label:before {
  background-color: transparent;
  border-color: #FD2F60 !important;
}
.switch[type=checkbox].is-unchecked-danger.is-outlined + label::after, .switch[type=checkbox].is-unchecked-danger.is-outlined + label:after {
  background: #FD2F60;
}
.switch[type=checkbox].is-frost-light:checked + label::before, .switch[type=checkbox].is-frost-light:checked + label:before {
  background: #E5E9F2;
}
.switch[type=checkbox].is-frost-light.is-outlined:checked + label::before, .switch[type=checkbox].is-frost-light.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #E5E9F2 !important;
}
.switch[type=checkbox].is-frost-light.is-outlined:checked + label::after, .switch[type=checkbox].is-frost-light.is-outlined:checked + label:after {
  background: #E5E9F2;
}
.switch[type=checkbox].is-frost-light.is-thin.is-outlined + label::after, .switch[type=checkbox].is-frost-light.is-thin.is-outlined + label:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch[type=checkbox].is-unchecked-frost-light + label::before, .switch[type=checkbox].is-unchecked-frost-light + label:before {
  background: #E5E9F2;
}
.switch[type=checkbox].is-unchecked-frost-light.is-outlined + label::before, .switch[type=checkbox].is-unchecked-frost-light.is-outlined + label:before {
  background-color: transparent;
  border-color: #E5E9F2 !important;
}
.switch[type=checkbox].is-unchecked-frost-light.is-outlined + label::after, .switch[type=checkbox].is-unchecked-frost-light.is-outlined + label:after {
  background: #E5E9F2;
}

@media all and (max-width: 900px) {
  #fincoin {
    padding-bottom: 60px;
  }
}

.competition-logo {
  max-width: 250px;
}

button.image-icon .icon.icon:first-child:not(:last-child) {
  margin-right: 0.5rem;
  top: 0;
}

.topbar {
  padding: 0;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.02);
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
@media all and (max-width: 900px) {
  .topbar {
    bottom: 0;
    padding-bottom: 3rem;
    top: initial;
    -webkit-transform: translateY(208px);
        -ms-transform: translateY(208px);
            transform: translateY(208px);
    -webkit-box-shadow: 0 -4px 9px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 -4px 9px 0 rgba(0, 0, 0, 0.02);
  }
}
.topbar.menu-mobile-open {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
@media all and (max-width: 900px) {
  .topbar.mobile-menu {
    cursor: pointer;
  }
}
.topbar .top-bar-logo {
  max-width: 160px;
  height: auto;
  cursor: pointer;
}
@media all and (max-width: 900px) {
  .topbar .top-bar-logo {
    max-width: 130px;
  }
}
@media all and (max-width: 350px) {
  .topbar .top-bar-logo {
    display: none;
  }
}
.topbar .menu-wrapper {
  width: 100%;
}
.topbar .navbar-end {
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
@media all and (max-width: 900px) {
  .topbar .navbar-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 900px) and (max-width: 900px) {
  .topbar .navbar-end .navbar-link {
    padding-right: 0.75rem;
  }
}

.mobile-menu-button {
  cursor: pointer;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.02);
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.refer-header {
  margin-top: 60px;
}
@media all and (max-width: 900px) {
  .refer-header {
    margin-top: 0;
    padding-top: 2rem !important;
  }
}

.product-row {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.product-row .card-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-row .card-content .title {
  margin-bottom: 0.5rem;
}
.product-row .card-image {
  position: relative;
}
.product-row .card-image .tag {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  z-index: 99;
  border-radius: 4px;
  border: 1px solid #D3DCE7;
}
.product-row .card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fincoin .card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.new-badge {
  font-size: 12px;
  padding: 2px 8px;
  background: #00b2ff;
  border-radius: 4px;
  position: absolute;
  font-weight: 500;
  color: #fff;
  top: 8px;
  right: 8px;
  z-index: 9;
}

.fincoin.card-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2em 0;
}
.fincoin.card-content .title.is-6 {
  margin-bottom: 0.5em;
}
.fincoin.card-content .title:not(:last-child) {
  margin-bottom: 0.5em;
}
.fincoin.card-content p {
  overflow-wrap: break-word;
}

.top-banner {
  width: 100%;
  position: relative;
  padding: 1em 0;
  margin-top: 7em;
}
.top-banner button {
  margin-top: 1em;
}
.top-banner .banner-text {
  max-width: 100%;
  z-index: 9;
  text-align: center;
}
.top-banner .right {
  position: initial;
}
.top-banner .right .banner-image {
  width: 40%;
}

#welcome-title {
  color: #00b2ff;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media all and (max-width: 600px) {
  #welcome-title {
    margin-top: -1.5em;
  }
}

#welcome-message {
  margin-bottom: 1em;
  display: block;
}

.card-footer {
  background: transparent;
  width: 100%;
  padding: 0;
  font-size: 1em;
  cursor: pointer;
  outline: none;
  font-weight: 600;
  color: #171E27;
}
.card-footer.unlocked {
  border: 1px solid #00b2ff !important;
  color: #00b2ff !important;
  cursor: url("../../rewards/imageAssets/happycursor.png"), auto;
}
.card-footer.disabled {
  border-color: #8392A6;
  color: #8392A6;
  cursor: not-allowed;
}
.card-footer.disabled:hover {
  border: 1px solid #D3DCE7;
  color: #D3DCE7;
}
.card-footer .card-footer-item.price {
  font-size: 14px;
}
@media all and (max-width: 900px) {
  .card-footer .card-footer-item.price {
    padding: 0.75em;
  }
}
@media all and (max-width: 600px) {
  .card-footer .card-footer-item.price {
    font-size: 12px;
  }
}
@media all and (max-width: 900px) {
  .card-footer .card-footer-item.auto {
    min-width: 100% !important;
    padding: 0.75em;
  }
}
@media all and (max-width: 600px) {
  .card-footer .card-footer-item.auto {
    font-size: 12px;
  }
}
.card-footer .card-footer-item.message {
  font-size: 14px;
  max-width: 60%;
  min-width: 60%;
}
@media all and (max-width: 900px) {
  .card-footer .card-footer-item.message {
    max-width: 40%;
    padding: 0.75em;
  }
}
@media all and (max-width: 600px) {
  .card-footer .card-footer-item.message {
    font-size: 12px;
    max-width: 55%;
    padding-left: 1em;
  }
}
.card-footer:hover, .card-footer:active {
  outline: none;
}
.card-footer:hover {
  border: 1px solid #00b2ff;
  color: #00b2ff;
}

.gear-section {
  margin-top: 2em;
}

.share-title {
  margin-bottom: 0.5em !important;
}

.share-invite {
  margin-top: 1em;
}

.lil-nav {
  background: #00b2ff;
  font-size: 13px;
  color: white;
  z-index: 99;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0.5em 0;
}
.lil-nav li {
  padding: 0;
  margin-right: 1em;
  display: inline;
}
.lil-nav a {
  font-size: 14px;
  color: white;
}
.lil-nav a:hover {
  color: #e6e6e6;
  text-decoration: none;
}
@media all and (max-width: 900px) {
  .lil-nav {
    padding: 0.5em 2em;
    text-align: center;
  }
}

.share-header {
  margin-bottom: 0.5em !important;
}

.share-container {
  border: 1px solid #171E27;
  padding: 1.5em;
  border-radius: 5px;
  height: 100%;
  padding-bottom: 1em;
}

.form-container .email-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5em;
  font-size: 1em;
  width: 100%;
  border-radius: 5px;
}
.form-container .email-input input {
  background: transparent;
  outline: none;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 5px;
  font-size: 1em;
  font-family: "Avenir Next", Helvetica, Arial;
  color: #171E27;
}
.form-container .textarea {
  padding-left: 1rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-container .cloudsponge-launch {
  margin-top: 1em;
  display: block;
}
.form-container button.circular {
  border-radius: 999px;
}
.form-container .cd-send {
  background: #00b2ff;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  color: white;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  border: none;
}
.form-container .cd-send.long {
  padding: 0.75em 2em;
}
.form-container .cd-send.fullwidth {
  width: 100%;
}
.form-container .cd-send.align-left {
  margin-left: 0;
}
.form-container .cd-send:hover {
  background: #00a0e6;
  outline: none;
}
.form-container .cd-send:active, .form-container .cd-send:focus {
  outline: none;
}

.copy-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75em;
  border: 1px solid #D3DCE7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  margin-top: 0.5rem;
  width: 100%;
}
@media all and (max-width: 600px) {
  .copy-link-wrapper {
    margin-right: 0;
  }
}
.copy-link-wrapper .link-holder {
  width: 80%;
  overflow: hidden;
  padding-right: 0.5em;
}
.copy-link-wrapper .link-holder .link {
  outline: none;
  border: none;
  font-size: 1em;
  width: 100%;
  background: transparent;
}
.copy-link-wrapper .link-holder .link:hover, .copy-link-wrapper .link-holder .link:active, .copy-link-wrapper .link-holder .link:focus {
  outline: none;
  border: none;
}
.copy-link-wrapper .link-button {
  margin-left: auto;
  background: transparent;
  cursor: pointer;
  border: none;
  font-size: 1em;
  color: #363636;
  font-weight: 600;
}
.copy-link-wrapper .link-button:hover {
  color: #171E27;
}
.copy-link-wrapper .link-button:hover .copy-link-wrapper {
  border: 1px solid #171E27;
}
.copy-link-wrapper .link-button:active, .copy-link-wrapper .link-button:focus {
  outline: none;
  border: none;
}

@media all and (max-width: 600px) {
  .insider-status-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}
.insider-status-title .points {
  margin-left: auto !important;
}
@media all and (max-width: 600px) {
  .insider-status-title .points {
    margin-left: 0 !important;
    padding-top: 0.25rem;
    color: #ffbb2d;
  }
}

@media all and (max-width: 900px) {
  #insider-benefits .column {
    padding: 0.5em 1em;
  }
  #insider-benefits .column:first-child {
    padding-top: 2em;
  }
  #insider-benefits .column:last-child {
    padding-bottom: 0;
  }
  #insider-benefits .column span.emoji {
    margin-right: 1rem;
  }
}

.share-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75em;
  border: 1px solid #D3DCE7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  margin-top: 0.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share-cta.borderless {
  border: none;
  position: relative;
  top: 4px;
  margin: 0.5rem 0 0;
  padding: 0 0.5rem;
}
.share-cta.reset-top {
  top: 0;
}
.share-cta i {
  font-size: 2.5em;
}
.share-cta i:hover {
  color: #00a0e6;
}

.share-footer {
  margin-top: 0.5rem;
}
@media all and (max-width: 600px) {
  .share-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-modal-userfincoin {
  margin-top: 1em;
  font-weight: 600;
}

.product-sharebox {
  margin-top: 2em;
  border: 1px solid #D3DCE7;
  padding: 1em;
  border-radius: 5px;
}
.product-sharebox .title {
  margin-bottom: 0.5em !important;
}
.product-sharebox .button {
  margin-top: 1em;
  font-weight: 600;
}

.animatedModal {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3em 0;
  position: relative;
}
.animatedModal .closeModal {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25em;
  border-radius: 999px;
  margin-bottom: 2em;
  color: #171E27;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.animatedModal .closeModal:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.animatedModal .closeModal i {
  font-size: 2em;
}
.animatedModal .product-modal-info {
  margin-top: 2em;
}
.animatedModal .product-modal-info .title.title {
  margin-bottom: 0.5em !important;
}
.animatedModal .modal-content {
  margin-top: 3em;
  width: 100% !important;
}
.animatedModal .modal-content .product-modal-text {
  margin-top: 1.5em;
  display: block;
}
.animatedModal .reviews {
  width: 100%;
}
.animatedModal .reviews .review {
  margin-top: 2em;
  border-top: 1px solid #EFF2F8;
  padding-top: 2em;
}
.animatedModal .reviews .review :first-child {
  margin-top: 0;
}
.animatedModal .reviews .rating {
  border: 1px solid #D3DCE7;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.1em 0.5em;
  margin-left: 0.5em;
  color: #8392A6;
}

#forwardButton {
  margin-bottom: 8px;
}
#forwardButton.cd-send.align-left {
  margin: 0 auto 8px;
  margin-top: 1em;
}

.footer {
  background: #fff;
}
.footer .footer-logo {
  max-width: 120px;
}
@media all and (max-width: 600px) {
  .footer .footer-logo {
    max-width: 120px;
  }
}

.loading-screen {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100%;
  min-height: 100vh;
}
.loading-screen img {
  width: 300px;
  position: relative;
  top: -50px;
}

.success-icon {
  width: 100px;
  height: auto;
  margin-bottom: 2em;
  margin-top: 1em;
  display: block;
}

#success-message {
  margin-top: -1em !important;
  margin-bottom: 2em !important;
}

#success-section {
  padding: 1em 2em;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#success-section button {
  background: #00b2ff;
  padding: 1em 2em;
  outline: none;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  min-width: 200px;
}
#success-section button:hover, #success-section button:active {
  outline: none;
  border: none;
}
#success-section button:hover {
  background: #00a0e6;
}

.pointer {
  cursor: default !important;
}

.share-link-wrapper {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 100%;
}
.share-link-wrapper.fluid {
  max-width: 100%;
}
.share-link-wrapper .sharebutton,
.share-link-wrapper button {
  margin-bottom: 1em;
  width: 100%;
  font-size: 1em;
  position: relative;
  background: #00b2ff;
  color: white;
  padding: 0.75em 1.25em;
  border-radius: 5px;
  font-weight: 600;
}
.share-link-wrapper .sharebutton.half,
.share-link-wrapper button.half {
  width: 50%;
}
.share-link-wrapper .sharebutton.outline.outline,
.share-link-wrapper button.outline.outline {
  background: transparent !important;
  border: 1px solid #00b2ff !important;
  border-radius: 5px;
  color: #00b2ff !important;
}
.share-link-wrapper .sharebutton i,
.share-link-wrapper button i {
  margin-right: 0.5em;
  font-weight: 400;
  font-size: 18px;
}

.footer-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 900px) {
  .footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -1.5em;
  }
}
.footer-nav ul {
  margin-left: 1em;
}
.footer-nav ul li {
  margin-right: 1em;
}

.section.footer .column {
  padding: 1em;
}

@media all and (max-width: 600px) {
  .is-12-small {
    width: 100% !important;
    min-width: 100% !important;
  }
}

#fwdForm,
#shareForm {
  width: 100%;
}
#fwdForm button,
#shareForm button {
  margin-top: 1em;
}

.fmz-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #f2f4f9;
  border-radius: 5px;
  padding: 1em 1.5em;
  margin-top: 1em;
  border: none;
  font-size: 1em;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.fmz-input:hover {
  outline: none;
  border: none;
  background: #ebeff5;
}
.fmz-input:active, .fmz-input:focus {
  outline: none;
  border: none;
  background: white;
  border: 1px solid #00b2ff;
}

.anon-wrapper {
  padding: 1em 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anon-wrapper label {
  margin-left: 0.5em;
  font-size: 14px;
  position: relative;
  top: 1px;
  color: #4e6584;
  font-weight: 600;
}

p.error {
  margin-top: 1em;
}

.fmz-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #f2f4f9;
  border-radius: 5px;
  padding: 1em 1.5em;
  margin-top: 1em;
  border: none;
  font-size: 1em;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.fmz-textarea:hover {
  outline: none;
  border: none;
  background: #ebeff5;
}
.fmz-textarea:active, .fmz-textarea:focus {
  outline: none;
  border: none;
  background: white;
  border: 1px solid #00b2ff;
}

#fixedpromo {
  background: #00b2ff;
  font-size: 12px;
  padding: 0.75em 1.25em;
  display: none;
  font-weight: 600;
  color: white;
  right: 1em;
  z-index: 5;
  border-radius: 99px;
  cursor: pointer;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#fixedpromo.fixed {
  position: fixed;
  top: 90px;
  display: block;
}
#fixedpromo:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  background: #00a0e6;
}
@media all and (max-width: 700px) {
  #fixedpromo {
    display: none;
  }
}

#notification {
  display: none;
  background: white;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 999;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  padding: 0.75em 1.25em;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  font-size: 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  max-width: 350px;
}
#notification.display {
  display: block;
}
#notification img {
  width: 40px;
}

#onboard {
  position: fixed;
  z-index: 991;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
}
#onboard .onboard-content-wrapper {
  max-width: 600px;
  width: 100%;
  padding: 2em;
}
#onboard .onboard-content {
  background: white;
  width: 100%;
  padding: 0;
  border-radius: 8px;
  position: relative;
  width: 100%;
}
#onboard .content-close {
  margin-bottom: 2em;
  background: white;
  padding: 0px;
  border-radius: 999px;
  position: absolute;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  cursor: pointer;
}
#onboard .content-close:hover {
  text-decoration: underline;
}
#onboard .content-close i {
  font-size: 1.5em;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  cursor: pointer;
  display: block;
}
#onboard .content-close i:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#onboard .content-body {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 3em 0 0;
}
@media all and (max-width: 480px) {
  #onboard .content-body {
    padding: 3em 2em 0;
  }
}
#onboard .content-body .onboard-slider {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 0 0;
}
#onboard .content-body .onboard-slider .slick-dots {
  position: relative;
  bottom: 0;
  top: 0;
  margin-top: 0em;
}
#onboard .content-body .onboard-slider .slick-dots li button:before {
  font-size: 16px;
  line-height: 16px;
}
#onboard .content-body .onboard-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  outline: none;
}
#onboard .content-body .onboard-slider .slick-slide:hover, #onboard .content-body .onboard-slider .slick-slide:focus, #onboard .content-body .onboard-slider .slick-slide:active {
  border: none;
  outline: none;
}
#onboard .content-body .onboard-slider .slick-slide img {
  width: auto;
  height: 60px;
  margin-bottom: 2em;
}
@media all and (max-width: 600px) {
  #onboard .content-body .onboard-slider .slick-slide img {
    height: 40px;
  }
}
#onboard .content-body .onboard-slider .slick-slide p {
  max-width: 60%;
}
@media all and (max-width: 480px) {
  #onboard .content-body .onboard-slider .slick-slide p {
    max-width: 100%;
  }
}
#onboard .content-body .onboard-slider .slick-slide p.subtitle {
  font-size: 16px;
  margin-top: -1em;
}
#onboard .content-footer {
  width: 100%;
  padding: 1em;
  border-top: 1px solid #efefef;
  background: #00b2ff;
  border-radius: 0 0 8px 8px;
  color: white;
}
@media all and (max-width: 480px) {
  #onboard .content-footer {
    padding: 1em 2em;
  }
}
#onboard .content-footer .share-later {
  margin-top: 1em;
  font-size: 14px;
  color: white;
}
#onboard .content-footer .share-later:hover {
  color: #f2f2f2;
  text-decoration: underline;
}
#onboard .content-footer h5 {
  color: white;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5;
}
#onboard .content-footer .share-link-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-align: center;
}
#onboard .content-footer .share-link-wrapper .sharebutton {
  width: auto;
  margin-right: 1em;
  background: white;
  color: #00b2ff;
  margin-bottom: 0;
  font-size: 14px;
  padding: 0.5em 1em;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#onboard .content-footer .share-link-wrapper .sharebutton i {
  position: relative;
  top: 1px;
}
#onboard .content-footer .share-link-wrapper .sharebutton:hover {
  background: #f2f2f2;
}
#onboard .content-footer .share-link-wrapper .sharebutton:last-child {
  margin-right: 0;
}

.onboard-prev,
.onboard-next {
  font-size: 1em;
  line-height: 1;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  z-index: 9;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.onboard-prev:hover,
.onboard-next:hover {
  -webkit-transform: scale(1.1) translateY(-50%);
      -ms-transform: scale(1.1) translateY(-50%);
          transform: scale(1.1) translateY(-50%);
}
@media all and (max-width: 600px) {
  .onboard-prev,
.onboard-next {
    bottom: -7px;
    top: initial;
  }
}

.onboard-prev {
  left: 2em;
}

.onboard-next {
  right: 2em;
}

.fincoin-box {
  border: 1px solid #e5e5e5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-radius: 6px;
  height: 100%;
}
.fincoin-box img {
  width: auto;
  height: 40px;
  display: block;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}
.fincoin-box img.small {
  height: 30px;
}
.fincoin-box .box-header {
  position: relative;
  bottom: 0;
  min-height: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fincoin-box .button {
  min-width: 50%;
  font-weight: 600;
}
.fincoin-box .title {
  margin-bottom: 8px;
  font-weight: 600;
}

.progress-list {
  display: block;
  margin: 1em 0 0em;
}
.progress-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.75em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.progress-list .list-item:last-child {
  padding-bottom: 0;
}
.progress-list .list-item.border {
  border-bottom: 1px solid #D3DCE7;
}
.progress-list .list-item .right {
  margin-left: auto;
}

.accordion {
  border-bottom: 1px solid #283444;
  padding: 2rem 0;
}
.accordion h5 {
  margin-bottom: 0 !important;
}
.accordion:first-child {
  border-top: 1px solid #283444;
  margin-top: 3em;
}
.accordion:first-child h5 {
  margin: 0;
}
.accordion .accordion-control {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.accordion .accordion-control .title {
  padding-right: 32px;
}
.accordion .accordion-content {
  padding-right: 0rem;
}
.accordion .accordion-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.accordion .accordion-content .column {
  padding: 1.5rem 1rem !important;
}

.accordion-arrow {
  height: 20px;
  width: 40px;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  margin-left: auto;
}
.accordion-arrow .left-arrow-bar {
  position: absolute;
  background-color: transparent;
  top: 7px;
  left: 0;
  width: 20px;
  height: 5px;
  display: block;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  float: right;
  border-radius: 2px;
}
.accordion-arrow .left-arrow-bar:after {
  content: "";
  background-color: #283444;
  width: 20px;
  height: 5px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  -o-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.accordion-arrow .right-arrow-bar {
  position: absolute;
  background-color: transparent;
  top: 7px;
  left: 13px;
  width: 20px;
  height: 5px;
  display: block;
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
  float: right;
  border-radius: 2px;
}
.accordion-arrow .right-arrow-bar:after {
  content: "";
  background-color: #283444;
  width: 20px;
  height: 5px;
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  -o-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.accordion-arrow.open .left-arrow-bar:after {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-70deg);
      -ms-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
.accordion-arrow.open .right-arrow-bar:after {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(70deg);
      -ms-transform: rotate(70deg);
          transform: rotate(70deg);
}

.confirm-modal-wrapper,
.success-modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
}
.confirm-modal-wrapper .confirm-modal,
.confirm-modal-wrapper .success-modal,
.success-modal-wrapper .confirm-modal,
.success-modal-wrapper .success-modal {
  padding: 2rem;
  max-width: 600px;
  background: white;
  border-radius: 8px;
  margin: 100px auto 0;
  z-index: 9999;
  pointer-events: fill;
}

.spinner {
  margin: 0 auto;
  text-align: center;
}

.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.card.with-icon {
  position: relative;
}
.card.with-icon .icon {
  position: absolute;
  top: -24px;
  left: 28px;
  width: 48px;
  height: auto;
}
.card.with-icon .icon.is-large {
  top: -30px;
  left: 28px;
  width: 60px;
}

.referral-count-badge {
  background: #00b2ff;
  padding: 0.5rem 2rem;
  border-radius: 99px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1rem;
}
.referral-count-badge .count {
  font-weight: bold;
  background: white;
  color: #00b2ff;
  border-radius: 99px;
  min-width: 32px;
  padding: 6px 10px;
  line-height: 1;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: 1rem;
}

.more-perks {
  padding: 3rem 2rem;
}
.more-perks > div {
  padding-top: 2rem;
}
@media all and (max-width: 900px) {
  .more-perks {
    padding: 2rem 3rem;
  }
  .more-perks:first-child {
    margin-top: 2rem;
  }
  .more-perks > div {
    padding-top: 0rem;
  }
}

#home-alt .section.container.is-medium {
  padding: 6rem 1.5rem !important;
}
@media all and (max-width: 900px) {
  #home-alt .section.container.is-medium {
    padding: 3rem 1.5rem !important;
  }
}
#home-alt #tools {
  margin-top: 6em;
}
@media all and (max-width: 900px) {
  #home-alt #tools {
    margin-top: 0em;
  }
}
#home-alt #breeze-title {
  margin-top: -10px;
}
#home-alt .header-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2em;
  min-height: 42px;
  margin-bottom: 1em;
}
#home-alt .header-form input {
  background: #f0f2f7;
  border-radius: 4px;
  color: #283444;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  padding: 0.7em;
}
#home-alt .header-form input:focus {
  outline: none;
  border: none;
}
#home-alt .header-form input::-webkit-input-placeholder {
  opacity: 1;
}
#home-alt .header-form input::-moz-placeholder {
  opacity: 1;
}
#home-alt .header-form input:-ms-input-placeholder {
  opacity: 1;
}
#home-alt .header-form input::-ms-input-placeholder {
  opacity: 1;
}
#home-alt .header-form input::placeholder {
  opacity: 1;
}
#home-alt .header-form .button {
  margin-left: 1em;
  font-size: 18px;
  padding: 0.75em 1em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 4px;
}
#home-alt .finimize-banner {
  width: 100%;
  height: auto;
  padding-top: 2em;
  display: block;
}
#home-alt .testimonial {
  padding: 1em 0;
}
#home-alt .testimonial hr {
  color: #EFF2F8;
  width: 60%;
  margin-bottom: 2.5em;
}
#home-alt .testimonial .quote {
  width: 60%;
  font-size: 14px;
  font-weight: 400;
}
@media all and (max-width: 600px) {
  #home-alt .testimonial .quote {
    width: 100%;
  }
}
#home-alt .testimonial .quote-link {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#home-alt .testimonial .quote-link:hover .user-details {
  color: #00b2ff;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#home-alt .testimonial .user {
  margin-top: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home-alt .testimonial .user img {
  display: block;
  width: 32px;
  height: 100%;
  margin-right: 1em;
}
#home-alt .testimonial .user .avatar {
  border-radius: 999px;
}
#home-alt .testimonial .user .user-details {
  font-size: 14px;
  color: #3c4857;
}
#home-alt .testimonial .user .user-link {
  text-decoration: none;
  color: #00b2ff;
}
#home-alt .testimonial .user .user-link:hover {
  text-decoration: underline;
}
@-webkit-keyframes point {
  0%, 100% {
    top: 0;
  }
  5% {
    top: -3px;
  }
  10% {
    top: 0px;
  }
  15% {
    top: -2px;
  }
  20% {
    top: 0px;
  }
}
@keyframes point {
  0%, 100% {
    top: 0;
  }
  5% {
    top: -3px;
  }
  10% {
    top: 0px;
  }
  15% {
    top: -2px;
  }
  20% {
    top: 0px;
  }
}
#home-alt .newsletter {
  position: relative;
  top: 0px;
}
#home-alt .newsletter .newsletter-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 30px;
  position: absolute;
  top: -16px;
}
@media all and (min-width: 900px) {
  #home-alt .newsletter .newsletter-caption {
    left: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#home-alt .newsletter .newsletter-caption .pointy-hand {
  position: relative;
  -webkit-animation: point 3.5s infinite ease-in-out;
          animation: point 3.5s infinite ease-in-out;
}
#home-alt .newsletter .newsletter-caption p {
  font-size: 14px;
  font-weight: 500;
  color: #6c7887;
}
@media all and (min-width: 900px) {
  #home-alt .newsletter .newsletter-caption p {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
#home-alt .newsletter .newsletter-frame {
  width: 100%;
  position: relative;
}
#home-alt .newsletter .newsletter-frame .newsletter-part {
  width: 100%;
  height: auto;
  padding: 0;
}
#home-alt .newsletter .newsletter-frame .newsletter-part.top {
  position: relative;
  bottom: 0;
}
#home-alt .newsletter .newsletter-frame .newsletter-part img {
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
#home-alt .newsletter .newsletter-frame iframe {
  position: relative;
  display: block;
  height: 500px;
  width: calc(100% + 1px);
}
@media all and (min-width: 900px) {
  #home-alt #news-frame {
    position: absolute;
    right: 8%;
    top: -25%;
  }
}
#home-alt #newsletter {
  position: relative;
}
@media all and (min-width: 900px) {
  #home-alt #newsletter {
    margin-top: 6em;
    padding: 5em 4em;
  }
}
#home-alt .guides {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home-alt .guides .guide {
  padding: 1em 2em;
}
#home-alt .guides .guide:nth-child(2n) {
  position: relative;
  top: 40px;
}
#home-alt .guides .guide .title {
  margin-bottom: 1em;
}
#home-alt .guides-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 900px) {
  #home-alt .guides-right {
    margin-top: 3em;
  }
}
#home-alt .reviews {
  position: relative;
}
#home-alt .reviews:hover .review-container {
  -webkit-transition: 800ms ease-in-out;
  -o-transition: 800ms ease-in-out;
  transition: 800ms ease-in-out;
}
#home-alt .reviews:hover .review-container:nth-child(0n+1) {
  left: -5px;
}
#home-alt .reviews:hover .review-container:nth-child(2n) {
  left: -35px;
}
#home-alt .reviews:hover .review-container:nth-child(3n) {
  right: -15px;
}
#home-alt .reviews .review-container {
  background: #fff;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 2em;
  position: relative;
  -webkit-transition: 800ms ease-in-out;
  -o-transition: 800ms ease-in-out;
  transition: 800ms ease-in-out;
}
#home-alt .reviews .review-container:nth-child(0n+1) {
  left: 0px;
}
#home-alt .reviews .review-container:nth-child(2n) {
  left: -10px;
}
#home-alt .reviews .review-container:nth-child(3n) {
  right: -10px;
}
@media all and (min-width: 900px) {
  #home-alt .reviews .review-container:nth-child(0n+1) {
    left: 0px;
  }
  #home-alt .reviews .review-container:nth-child(2n) {
    left: -40px;
  }
  #home-alt .reviews .review-container:nth-child(3n) {
    right: -20px;
  }
}
#home-alt .reviews .review-container .review {
  font-size: 14px;
  width: 100%;
  margin-bottom: 1em;
}
#home-alt .reviews .review-container .review-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3c4857;
}
#home-alt .reviews .review-container .review-footer .user-meta {
  font-size: 12px;
  color: #3c4857;
}
#home-alt .reviews .review-container .review-footer.user-details {
  color: #3c4857;
}
#home-alt .reviews .review-container .review-footer .user-rating {
  margin-left: auto;
  font-size: 24px;
  position: relative;
  top: 3px;
}
#home-alt .reviews .review-container .review-footer .user-date {
  font-size: 11px;
}
#home-alt .app-wreath {
  width: 160px;
  opacity: 1;
  margin-top: 3em;
}
#home-alt .manifesto-text {
  display: block;
  padding-bottom: 2em;
}
#home-alt .get-app .app-screen {
  width: 100%;
  -webkit-box-shadow: 34px 24px 0 0 #00b2ff;
          box-shadow: 34px 24px 0 0 #00b2ff;
  border-radius: 0;
  position: relative;
  left: -20px;
}
#home-alt .community .highlight {
  color: #00b2ff;
  font-style: italic;
}
#home-alt #people-banner {
  position: relative;
}
#home-alt #people-banner .bubbles {
  height: 100%;
  width: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#home-alt #people-banner .bubbles .bubble {
  position: absolute;
  -webkit-animation: bubbleFloat 2s infinite;
          animation: bubbleFloat 2s infinite;
  max-width: 140px;
  height: 0;
  overflow: hidden;
}
#home-alt #people-banner .bubbles .bubble.google {
  top: 80px;
  left: 55%;
  width: 120px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
#home-alt #people-banner .bubbles .bubble.bitcoin {
  top: 250px;
  left: 0;
  width: 90px;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
#home-alt #people-banner .bubbles .bubble.house {
  top: 70px;
  left: 20%;
  width: 110px;
  -webkit-animation-delay: 11.5s;
          animation-delay: 11.5s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
#home-alt #people-banner .bubbles .bubble.five-star {
  right: 50px;
  top: 150px;
  width: 90px;
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
#home-alt #people-banner .bubbles .bubble.news {
  right: 22%;
  top: 280px;
  width: 100px;
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
#home-alt #people-banner .bubbles .bubble.one-star {
  top: 220px;
  right: 9%;
  width: 70px;
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
#home-alt #people-banner .bubbles .bubble.three-star {
  top: 140px;
  left: 9%;
  width: 100px;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
#home-alt #people-banner .bubbles .bubble.amazon {
  top: 220px;
  left: 28%;
  width: 60px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
#home-alt #people-banner .bubbles .bubble.apple {
  top: 300px;
  right: 8%;
  width: 80px;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
  -webkit-animation-duration: 23s;
          animation-duration: 23s;
}
@-webkit-keyframes bubbleFloat {
  50%, 100% {
    opacity: 0;
    height: auto;
    -webkit-transform: translateY(-100px) rotate(-30deg);
            transform: translateY(-100px) rotate(-30deg);
  }
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    height: auto;
  }
  20% {
    opacity: 1;
    height: auto;
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(-100px) rotate(-30deg);
            transform: translateY(-100px) rotate(-30deg);
  }
}
@keyframes bubbleFloat {
  50%, 100% {
    opacity: 0;
    height: auto;
    -webkit-transform: translateY(-100px) rotate(-30deg);
            transform: translateY(-100px) rotate(-30deg);
  }
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    height: auto;
  }
  20% {
    opacity: 1;
    height: auto;
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(-100px) rotate(-30deg);
            transform: translateY(-100px) rotate(-30deg);
  }
}
#home-alt .error {
  width: 100%;
  top: -26px;
  right: 0;
  text-align: right;
}
#home-alt #map-anim {
  max-width: 100%;
  max-height: 450px;
  height: 900px;
  width: 100%;
}
#home-alt #pressRow {
  position: relative;
  left: 2em;
}
@media all and (max-width: 900px) {
  #home-alt #pressRow {
    left: 0;
  }
}
#home-alt #people-anim {
  width: 100%;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#home-alt #people-anim svg {
  min-width: 600px;
}

#manifesto p {
  font-weight: 500;
  text-align: justify;
}
#manifesto .section.container {
  padding: 3rem 1.5rem !important;
}
#manifesto .section.container.is-medium {
  padding: 6rem 1.5rem !important;
}
#manifesto #manifesto-share {
  display: none;
}
#manifesto .signWrap {
  width: 100%;
  max-height: 200px;
  height: 200px;
  overflow-y: hidden;
}
#manifesto .quote {
  position: relative;
  z-index: 1;
}
#manifesto .quote p {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.8;
  font-style: italic;
}
#manifesto .quote:before {
  content: "“";
  color: #f0f2f7;
  position: absolute;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  height: 30px;
  width: 30px;
  left: -60px;
  top: -15px;
  line-height: 1;
  font-size: 200px;
  z-index: -1;
  font-weight: 500;
}
#manifesto .signee {
  border: 1px solid #EFF2F8;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1em;
}
#manifesto .dropcap {
  font-size: 80px;
  font-weight: bold;
  line-height: 50px;
  float: left;
  padding-right: 16px;
  padding-top: 0px;
}

[data-aos=fade-black] {
  background: white;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}
[data-aos=fade-black].aos-animate {
  background: #171E27;
}

#investment-cannabis .container {
  padding: 0 1.5em;
}
#investment-cannabis .has-text-wgreen {
  color: #6dbd62;
}
#investment-cannabis .partner-logo {
  width: 80px;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 600px) {
  #investment-cannabis .partner-logo {
    margin-bottom: 6em;
  }
}
#investment-cannabis .partner-text {
  position: relative;
  z-index: 5;
}
#investment-cannabis .guide-menu {
  z-index: 5;
  position: relative;
}
#investment-cannabis .guide-menu li a {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#investment-cannabis .guide-menu li a:hover h5 {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  color: #6dbd62;
}
#investment-cannabis .header-section {
  min-height: 550px;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
  overflow-x: hidden;
}
#investment-cannabis .content-banner {
  padding: 3em 0;
  margin: 3em 0;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
}
#investment-cannabis .header-banner {
  right: 0em;
  bottom: 0;
  width: 60%;
  height: auto;
  display: block;
}
@media all and (max-width: 600px) {
  #investment-cannabis .header-banner {
    width: 95%;
    right: -20%;
    z-index: 1;
  }
}
#investment-cannabis .chapter {
  padding: 0 0 3em 0;
}
#investment-cannabis .chapter .chapter-header {
  background-color: #6dbd62;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  z-index: 3;
}
@media all and (max-width: 600px) {
  #investment-cannabis .chapter .chapter-header {
    position: relative;
    top: initial;
  }
  #investment-cannabis .chapter .chapter-header .columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#investment-cannabis .chapter .chapter-header .title {
  line-height: 1.3;
}
#investment-cannabis .chapter .chapter-header .columns {
  margin-top: 0;
}
#investment-cannabis .chapter .chapter-header .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 1em;
  margin-top: 0;
  margin-bottom: 0;
}
#investment-cannabis .chapter .chapter-content {
  margin-top: 6em;
}
@media all and (max-width: 900px) {
  #investment-cannabis .chapter .chapter-content {
    margin-top: 3em;
  }
}
#investment-cannabis .map-key {
  padding: 0 0 2em 0;
}
#investment-cannabis .map-key .title {
  margin-bottom: 0.5em;
}
#investment-cannabis .key-item {
  display: block;
  position: relative;
  left: 24px;
}
#investment-cannabis .key-item.blue:before {
  background: #00b2ff;
}
#investment-cannabis .key-item.orange:before {
  background: #ffbb2c;
}
#investment-cannabis .key-item:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: -24px;
  top: 3px;
  border-radius: 5px;
}
#investment-cannabis .companies-nav {
  position: sticky;
  position: -webkit-sticky;
  top: 200px;
  z-index: 1;
}
#investment-cannabis .sponsor-background {
  background: url("../../img/guides/cmc-bg.jpg") center repeat;
  background-size: cover;
}

#investment-art .container {
  padding: 0 1.5em;
}
#investment-art .partner-logo {
  width: 140px;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 600px) {
  #investment-art .partner-logo {
    margin-bottom: 6em;
  }
}
#investment-art .partner-text {
  position: relative;
  z-index: 5;
}
#investment-art .guide-menu {
  z-index: 5;
  position: relative;
}
#investment-art .guide-menu li a {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#investment-art .guide-menu li a:hover h5 {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  color: #ffbb2d;
}
#investment-art .historic-image {
  float: right;
  right: -30px;
  position: relative;
}
@media all and (max-width: 600px) {
  #investment-art .historic-image {
    float: none;
    margin: 0;
    width: 80%;
  }
}
@media all and (max-width: 600px) {
  #investment-art .smarty-text {
    padding-right: 90px;
  }
}
#investment-art .accent {
  margin-top: 3em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#investment-art .accent.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#investment-art .accent img {
  width: 120px;
  height: 100%;
}
#investment-art .art-first-image {
  float: right;
  margin-left: 2em;
  position: relative;
  margin-right: -80px;
  margin-top: 2em;
}
@media all and (max-width: 600px) {
  #investment-art .art-first-image {
    float: none;
    margin: 0;
    width: 80%;
  }
}
#investment-art .art-bargain {
  float: right;
  margin-left: 2em;
  position: relative;
  margin-right: -2em;
  margin-top: 1em;
}
@media all and (max-width: 600px) {
  #investment-art .art-bargain {
    float: none;
    margin: 0;
    width: 80%;
  }
}
#investment-art .spread-thin-image {
  float: right;
  margin-left: 2em;
  position: relative;
  margin-right: -2em;
  margin-bottom: 2em;
}
@media all and (max-width: 600px) {
  #investment-art .spread-thin-image {
    float: none;
    margin: 0;
    width: 80%;
  }
}
#investment-art .header-section {
  min-height: 550px;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
  background-color: #F9FAFC;
  overflow-x: hidden;
}
#investment-art .content-banner {
  padding: 3em 0;
  margin: 3em 0;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
  background-color: #F9FAFC;
}
#investment-art .header-banner {
  right: 0em;
  bottom: 0;
  width: 50%;
  height: auto;
  display: block;
  right: -20px;
}
@media all and (max-width: 900px) {
  #investment-art .header-banner {
    width: 60%;
    right: 0%;
    z-index: 1;
  }
}
@media all and (max-width: 600px) {
  #investment-art .header-banner {
    width: 70%;
    right: -15%;
    z-index: 1;
  }
}
@media all and (max-width: 400px) {
  #investment-art .header-banner {
    width: 60%;
    right: -15%;
    z-index: 1;
  }
}
#investment-art .chapter {
  padding: 0 0 3em 0;
}
#investment-art .chapter .chapter-header {
  background-color: #ffbb2d;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  z-index: 3;
}
@media all and (max-width: 600px) {
  #investment-art .chapter .chapter-header {
    position: relative;
    top: initial;
  }
  #investment-art .chapter .chapter-header .columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#investment-art .chapter .chapter-header .title {
  line-height: 1.3;
}
#investment-art .chapter .chapter-header .columns {
  margin-top: 0;
}
#investment-art .chapter .chapter-header .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 1em;
  margin-top: 0;
  margin-bottom: 0;
}
#investment-art .chapter .chapter-content {
  margin-top: 6em;
}
@media all and (max-width: 900px) {
  #investment-art .chapter .chapter-content {
    margin-top: 3em;
  }
}
#investment-art .map-key {
  padding: 0 0 2em 0;
}
#investment-art .map-key .title {
  margin-bottom: 0.5em;
  max-width: 500px;
}
#investment-art .key-item {
  display: block;
  position: relative;
  left: 24px;
}
#investment-art .key-item.blue:before {
  background: #00b2ff;
}
#investment-art .key-item.orange:before {
  background: #ffbb2c;
}
#investment-art .key-item.red:before {
  background: #fd2f60;
}
#investment-art .key-item:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: -24px;
  top: 3px;
  border-radius: 5px;
}
#investment-art .companies-nav {
  position: sticky;
  position: -webkit-sticky;
  top: 200px;
  z-index: 1;
}
#investment-art .sponsor-bacgkround {
  color: #171E27;
}
#investment-art .sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#investment-art .sponsor img {
  max-height: 300px;
  width: auto;
}

#are-we-in-a-bear-market .container {
  padding: 0 1.5em;
}
#are-we-in-a-bear-market .has-text-wgreen {
  color: #4669F6;
}
#are-we-in-a-bear-market .partner-logo {
  width: 80px;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 600px) {
  #are-we-in-a-bear-market .partner-logo {
    margin-bottom: 6em;
  }
}
#are-we-in-a-bear-market .partner-text {
  position: relative;
  z-index: 5;
}
#are-we-in-a-bear-market .guide-menu {
  z-index: 5;
  position: relative;
}
#are-we-in-a-bear-market .guide-menu li a {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#are-we-in-a-bear-market .guide-menu li a:hover h5 {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  color: #4669F6;
}
#are-we-in-a-bear-market .header-section {
  min-height: 550px;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
  overflow-x: hidden;
}
#are-we-in-a-bear-market .content-banner {
  padding: 3em 0;
  margin: 0em 0 3em;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
}
#are-we-in-a-bear-market .header-banner {
  right: 0em;
  bottom: 0;
  width: 50%;
  height: auto;
  display: block;
}
@media all and (max-width: 900px) {
  #are-we-in-a-bear-market .header-banner {
    width: 60%;
  }
}
@media all and (max-width: 600px) {
  #are-we-in-a-bear-market .header-banner {
    width: 80%;
    right: -15%;
    bottom: -10px;
    z-index: 1;
  }
}
#are-we-in-a-bear-market .chapter {
  padding: 0 0 3em 0;
}
#are-we-in-a-bear-market .chapter .chapter-header {
  background-color: #4669F6;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  z-index: 3;
}
@media all and (max-width: 600px) {
  #are-we-in-a-bear-market .chapter .chapter-header {
    position: relative;
    top: initial;
  }
  #are-we-in-a-bear-market .chapter .chapter-header .columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#are-we-in-a-bear-market .chapter .chapter-header .title {
  line-height: 1.3;
}
#are-we-in-a-bear-market .chapter .chapter-header .columns {
  margin-top: 0;
}
#are-we-in-a-bear-market .chapter .chapter-header .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 1em;
  margin-top: 0;
  margin-bottom: 0;
}
#are-we-in-a-bear-market .chapter .chapter-content {
  margin-top: 6em;
}
@media all and (max-width: 900px) {
  #are-we-in-a-bear-market .chapter .chapter-content {
    margin-top: 3em;
  }
}
#are-we-in-a-bear-market .map-key {
  padding: 0 0 2em 0;
}
#are-we-in-a-bear-market .map-key .title {
  margin-bottom: 0.5em;
}
#are-we-in-a-bear-market .key-item {
  display: block;
  position: relative;
  left: 24px;
}
#are-we-in-a-bear-market .key-item.blue:before {
  background: #00b2ff;
}
#are-we-in-a-bear-market .key-item.orange:before {
  background: #ffbb2c;
}
#are-we-in-a-bear-market .key-item:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: -24px;
  top: 3px;
  border-radius: 5px;
}
#are-we-in-a-bear-market .companies-nav {
  position: sticky;
  position: -webkit-sticky;
  top: 200px;
  z-index: 1;
}
#are-we-in-a-bear-market .sponsor-background {
  background: url("../../img/guides/cmc-bg.jpg") center repeat;
  background-size: cover;
}

#central-banks .container {
  padding: 0 1.5em;
}
#central-banks .has-text-wgreen {
  color: #00b2ff;
}
#central-banks .partner-logo {
  width: 180px;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 600px) {
  #central-banks .partner-logo {
    margin-bottom: 10rem;
  }
}
#central-banks .partner-text {
  position: relative;
  z-index: 5;
}
#central-banks .guide-menu {
  z-index: 5;
  position: relative;
}
#central-banks .guide-menu li a {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#central-banks .guide-menu li a:hover h5 {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  color: #00b2ff;
}
#central-banks .header-section {
  min-height: 550px;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
  overflow-x: hidden;
}
#central-banks .content-banner {
  padding: 3em 0;
  margin: 3em 0;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
}
#central-banks .header-banner {
  right: 0em;
  bottom: 0;
  width: 60%;
  height: auto;
  display: block;
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
  z-index: 1;
  max-width: 900px;
}
@media all and (max-width: 1080px) {
  #central-banks .header-banner {
    width: 70%;
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
    z-index: 1;
  }
}
@media all and (max-width: 600px) {
  #central-banks .header-banner {
    width: 80%;
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
    z-index: 1;
  }
}
#central-banks figure.feature {
  width: 100%;
  text-align: center;
}
#central-banks .feature-img {
  padding: 3rem 0;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 900px) {
  #central-banks .feature-img {
    padding: 1rem 0;
  }
}
#central-banks .feature-img.interest {
  padding-top: 0;
}
#central-banks .feature-img.currency {
  padding-top: 0;
  max-width: 250px;
}
#central-banks .chapter {
  padding: 0 0 3em 0;
}
#central-banks .chapter .chapter-header {
  background-color: #00b2ff;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  z-index: 3;
}
@media all and (max-width: 600px) {
  #central-banks .chapter .chapter-header {
    position: relative;
    top: initial;
  }
  #central-banks .chapter .chapter-header .columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#central-banks .chapter .chapter-header .title {
  line-height: 1.3;
}
#central-banks .chapter .chapter-header .columns {
  margin-top: 0;
}
#central-banks .chapter .chapter-header .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 1em;
  margin-top: 0;
  margin-bottom: 0;
}
#central-banks .chapter .chapter-content {
  margin-top: 6em;
}
@media all and (max-width: 900px) {
  #central-banks .chapter .chapter-content {
    margin-top: 3em;
  }
}
#central-banks article.quote .message-body .text {
  color: #171E27;
  font-weight: 500;
}
#central-banks article.quote .message-body .author {
  font-size: 13px;
  margin-top: 1rem;
  font-weight: 400;
  font-style: italic;
}
#central-banks .dropcap {
  font-size: 2rem;
  font-weight: bold;
  line-height: 25px;
  padding-right: 0px;
  padding-top: 0px;
}

@font-face {
  font-family: GilroyBold;
  src: url(/img/guides/finance-future-saving/gilroy-extrabold.woff);
}
#finance-future .container {
  padding: 0 1.5em;
}
#finance-future .has-text-wgreen {
  color: #fecd46;
}
#finance-future .partner-logo {
  width: 140px;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 600px) {
  #finance-future .partner-logo {
    margin-bottom: 10rem;
  }
}
#finance-future .partner-text {
  position: relative;
  z-index: 5;
  font-size: 14px;
}
#finance-future .guide-menu {
  z-index: 5;
  position: relative;
}
#finance-future .guide-menu li a {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#finance-future .guide-menu li a:hover h5 {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  opacity: 0.7;
}
#finance-future video.figure {
  pointer-events: none;
  max-width: 450px;
  margin: 0 auto;
  display: block;
}
#finance-future video {
  pointer-events: none;
}
@media all and (max-width: 1080px) {
  #finance-future .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#finance-future .container.is-unset {
  position: unset !important;
}
#finance-future .header-section {
  min-height: 550px;
  background-color: #f7d754;
  overflow-x: hidden;
}
#finance-future .content-banner {
  padding: 3em 0;
  margin: 3em 0;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
}
#finance-future .circle-banner {
  position: absolute;
  bottom: 0;
  max-width: 40%;
}
@media all and (max-width: 1080px) {
  #finance-future .circle-banner {
    max-width: 40%;
  }
}
@media all and (max-width: 900px) {
  #finance-future .circle-banner {
    right: 0;
    max-width: 60%;
  }
}
#finance-future .header-banner {
  right: 0em;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  max-width: 900px;
}
#finance-future figure.feature {
  width: 100%;
  text-align: center;
}
#finance-future .feature-img {
  padding: 3rem 0;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 900px) {
  #finance-future .feature-img {
    padding: 1rem 0;
  }
}
#finance-future .feature-img.interest {
  padding-top: 0;
}
#finance-future .feature-img.currency {
  padding-top: 0;
  max-width: 250px;
}
#finance-future .chapter {
  padding: 0 0 3em 0;
}
#finance-future .chapter .chapter-header {
  background-color: #fecd46;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  z-index: 3;
}
@media all and (max-width: 600px) {
  #finance-future .chapter .chapter-header {
    position: relative;
    top: initial;
  }
  #finance-future .chapter .chapter-header .columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#finance-future .chapter .chapter-header .title {
  line-height: 1.3;
}
#finance-future .chapter .chapter-header .columns {
  margin-top: 0;
}
#finance-future .chapter .chapter-header .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 1em;
  margin-top: 0;
  margin-bottom: 0;
}
#finance-future .chapter .chapter-content {
  margin-top: 6em;
}
@media all and (max-width: 900px) {
  #finance-future .chapter .chapter-content {
    margin-top: 3em;
  }
}
#finance-future article.quote .message-body .text {
  color: #171E27;
  font-weight: 500;
}
#finance-future article.quote .message-body .author {
  font-size: 13px;
  margin-top: 1rem;
  font-weight: 400;
  font-style: italic;
}
#finance-future .dropcap {
  font-size: 2rem;
  font-weight: bold;
  line-height: 25px;
  padding-right: 0px;
  padding-top: 0px;
}

.sponsor-section {
  background-image: -o-linear-gradient(269deg, #FFE990 0%, #FFD86D 49%, #FFC654 100%);
  background-image: linear-gradient(-179deg, #FFE990 0%, #FFD86D 49%, #FFC654 100%);
  overflow: hidden;
}
@media all and (max-width: 900px) {
  .sponsor-section {
    padding: 3rem 0;
  }
}
.sponsor-section img {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
@media all and (max-width: 900px) {
  .sponsor-section img {
    margin-left: -20px;
  }
}
@media all and (max-width: 900px) {
  .sponsor-section .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sponsor-section .button.is-rounded {
  padding: 0.5rem 3rem !important;
}
.sponsor-section .footer-sponsor-left {
  text-align: center;
}
@media all and (max-width: 900px) {
  .sponsor-section .footer-sponsor-left {
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  .sponsor-section .footer-sponsor-left {
    padding-top: 0;
  }
}
.sponsor-section .footer-sponsor-right .title {
  font-family: "GilroyBold", Avenir, Arial, Helvetica, sans-serif;
}
@media all and (max-width: 900px) {
  .sponsor-section .footer-sponsor-right h5 br {
    display: none;
  }
}
@media all and (min-width: 900px) {
  .sponsor-section .footer-sponsor-right {
    -webkit-transform: translateY(-2rem);
        -ms-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}
@media all and (max-width: 900px) {
  .sponsor-section .footer-sponsor-right {
    text-align: center;
  }
}

#intro-to-personal-finance p {
  margin-bottom: 1em;
}
#intro-to-personal-finance p:last-of-type {
  margin-bottom: 0;
}
#intro-to-personal-finance .container {
  padding: 0 1.5em;
}
#intro-to-personal-finance .has-text-wgreen {
  color: #00b2ff;
}
#intro-to-personal-finance .flag {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
}
#intro-to-personal-finance .partner-logo {
  max-width: 280px;
  width: 90%;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 900px) {
  #intro-to-personal-finance .partner-logo {
    margin-bottom: 200px;
  }
}
#intro-to-personal-finance .partner-text {
  position: relative;
  z-index: 5;
}
#intro-to-personal-finance .guide-menu {
  z-index: 5;
  position: relative;
}
#intro-to-personal-finance .guide-menu li a {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#intro-to-personal-finance .guide-menu li a:hover h5 {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  color: #00b2ff;
}
#intro-to-personal-finance .header-section {
  min-height: 550px;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
  overflow-x: hidden;
}
@media all and (max-width: 600px) {
  #intro-to-personal-finance .header-section.live-section {
    min-height: 450px;
  }
}
#intro-to-personal-finance .header-section .quote {
  font-size: 1.2em;
  font-weight: 500;
  font-style: italic;
}
@media all and (max-width: 600px) {
  #intro-to-personal-finance .header-section .quote {
    font-size: 1em;
  }
}
#intro-to-personal-finance .content-banner {
  padding: 3em 0;
  margin: 0em 0 3em;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
}
#intro-to-personal-finance .header-banner {
  right: 1.5em;
  bottom: 0;
  width: 60%;
  height: auto;
  display: block;
}
@media all and (max-width: 900px) {
  #intro-to-personal-finance .header-banner {
    width: 80%;
  }
}
@media all and (max-width: 600px) {
  #intro-to-personal-finance .header-banner {
    width: 85%;
    z-index: 1;
  }
}
#intro-to-personal-finance .debt-banner {
  right: 0;
  bottom: 2em;
  width: 40%;
  height: auto;
  display: block;
}
@media all and (max-width: 900px) {
  #intro-to-personal-finance .debt-banner {
    width: 70%;
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@media all and (max-width: 600px) {
  #intro-to-personal-finance .debt-banner {
    width: 85%;
    z-index: 1;
  }
}
#intro-to-personal-finance .protect-section {
  background-color: #F9FAFC;
}
@media all and (max-width: 900px) {
  #intro-to-personal-finance .protect-section .quote {
    margin-bottom: 300px;
  }
}
@media all and (max-width: 600px) {
  #intro-to-personal-finance .protect-section .quote {
    margin-bottom: 190px;
  }
}
#intro-to-personal-finance .protect-banner {
  right: 0;
  bottom: 0em;
  width: 50%;
  height: auto;
  display: block;
}
@media all and (max-width: 900px) {
  #intro-to-personal-finance .protect-banner {
    width: 60%;
  }
}
@media all and (max-width: 600px) {
  #intro-to-personal-finance .protect-banner {
    width: 75%;
    z-index: 1;
  }
}
#intro-to-personal-finance .live-banner {
  right: 0;
  bottom: 0em;
  width: 50%;
  height: auto;
  display: block;
}
@media all and (max-width: 900px) {
  #intro-to-personal-finance .live-banner {
    width: 80%;
  }
}
@media all and (max-width: 600px) {
  #intro-to-personal-finance .live-banner {
    width: 75%;
    z-index: 1;
  }
}
#intro-to-personal-finance .grow-section {
  z-index: 999;
}
@media all and (max-width: 600px) {
  #intro-to-personal-finance .grow-section {
    margin-bottom: 200px;
  }
}
#intro-to-personal-finance .grow-banner {
  right: 0;
  bottom: 0em;
  width: 40%;
  height: auto;
  display: block;
}
@media all and (max-width: 900px) {
  #intro-to-personal-finance .grow-banner {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  #intro-to-personal-finance .grow-banner {
    width: 85%;
    z-index: 1;
  }
}
#intro-to-personal-finance article.message {
  margin-top: 1rem;
}
#intro-to-personal-finance .chapter {
  padding: 0 0 3em 0;
}
#intro-to-personal-finance .chapter .chapter-header {
  background-color: #00b2ff;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  z-index: 3;
}
@media all and (max-width: 600px) {
  #intro-to-personal-finance .chapter .chapter-header {
    position: relative;
    top: initial;
  }
  #intro-to-personal-finance .chapter .chapter-header .columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#intro-to-personal-finance .chapter .chapter-header .title {
  line-height: 1.3;
}
#intro-to-personal-finance .chapter .chapter-header .columns {
  margin-top: 0;
}
#intro-to-personal-finance .chapter .chapter-header .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 1em;
  margin-top: 0;
  margin-bottom: 0;
}
#intro-to-personal-finance .chapter .chapter-content {
  margin-top: 6em;
}
@media all and (max-width: 900px) {
  #intro-to-personal-finance .chapter .chapter-content {
    margin-top: 3em;
  }
}
#intro-to-personal-finance .map-key {
  padding: 0 0 2em 0;
}
#intro-to-personal-finance .map-key .title {
  margin-bottom: 0.5em;
}
#intro-to-personal-finance .key-item {
  display: block;
  position: relative;
  left: 24px;
}
#intro-to-personal-finance .key-item.blue:before {
  background: #00b2ff;
}
#intro-to-personal-finance .key-item.orange:before {
  background: #ffbb2c;
}
#intro-to-personal-finance .key-item:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: -24px;
  top: 3px;
  border-radius: 5px;
}
#intro-to-personal-finance .companies-nav {
  position: sticky;
  position: -webkit-sticky;
  top: 200px;
  z-index: 1;
}
#intro-to-personal-finance .sponsor-background {
  background: url("../../img/guides/cmc-bg.jpg") center repeat;
  background-size: cover;
}
#intro-to-personal-finance .content ul {
  margin-left: 1.1rem;
}

#property .container {
  padding: 0 1.5em;
}
#property video {
  pointer-events: none;
}
#property .has-text-wgreen {
  color: #00b2ff;
}
#property .partner-logo {
  width: 80px;
  position: relative;
  z-index: 5;
  border-radius: 0;
}
@media all and (max-width: 600px) {
  #property .partner-logo {
    margin-bottom: 9em;
  }
  #property .partner-logo.fundrise {
    margin-bottom: 0;
  }
}
#property .partner-text {
  position: relative;
  z-index: 5;
}
#property .guide-menu {
  z-index: 5;
  position: relative;
}
#property .guide-menu li a {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#property .guide-menu li a:hover h5 {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  color: #00b2ff;
}
#property .header-section {
  min-height: 550px;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
  overflow-x: hidden;
}
#property .content-banner {
  padding: 3em 0;
  margin: 3em 0;
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
}
#property .header-banner {
  right: 0em;
  bottom: 0;
  width: 60%;
  height: auto;
  display: block;
}
#property .header-banner.fundrise {
  width: 100%;
}
@media all and (max-width: 600px) {
  #property .header-banner {
    width: 95%;
    right: -20%;
    z-index: 1;
  }
  #property .header-banner.fundrise {
    width: 100%;
    left: -80px;
    position: relative;
  }
}
#property .chapter {
  padding: 0 0 3em 0;
}
#property .chapter .chapter-header {
  background-color: #00b2ff;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  z-index: 3;
}
@media all and (max-width: 600px) {
  #property .chapter .chapter-header {
    position: relative;
    top: initial;
  }
  #property .chapter .chapter-header .columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#property .chapter .chapter-header .title {
  line-height: 1.3;
}
#property .chapter .chapter-header .columns {
  margin-top: 0;
}
#property .chapter .chapter-header .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 1em;
  margin-top: 0;
  margin-bottom: 0;
}
#property .chapter .chapter-content {
  margin-top: 6em;
}
@media all and (max-width: 900px) {
  #property .chapter .chapter-content {
    margin-top: 3em;
  }
}
#property .map-key {
  padding: 0 0 2em 0;
}
#property .map-key .title {
  margin-bottom: 0.5em;
}
#property .key-item {
  display: block;
  position: relative;
  left: 24px;
}
#property .key-item.blue:before {
  background: #00b2ff;
}
#property .key-item.yellow:before {
  background: #FFDA2A;
}
#property .key-item.red:before {
  background: #FD2E5F;
}
#property .key-item.orange:before {
  background: #f2530c;
}
#property .key-item:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: -24px;
  top: 3px;
  border-radius: 5px;
}
#property .companies-nav {
  position: sticky;
  position: -webkit-sticky;
  top: 200px;
  z-index: 1;
}
#property .sponsor-background {
  background: url("../../img/guides/cmc-bg.jpg") center repeat;
  background-size: cover;
}
#property .sponsor img {
  max-width: 300px;
}
#property .footer-sponsor-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 900px) {
  #property .footer-sponsor-left {
    display: none;
  }
}
#property .footer-sponsor-button {
  display: block;
}
@media all and (min-width: desktop) {
  #property .footer-sponsor-logo {
    margin-top: -3rem;
  }
}

.select2-container.select2-container.select2-container--open .select2-selection {
  border-radius: 8px 8px 0 0 !important;
}

.select2-container.select2-container .select2-selection {
  -webkit-transition: 100ms ease;
  -o-transition: 100ms ease;
  transition: 100ms ease;
  border: 1px solid;
  font-family: Avenir Next, Avenir, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  height: 2.5em;
  line-height: 1.5;
  font-size: 1rem;
  outline: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-color: #D3DCE7;
  border-radius: 8px;
  background-color: #fafafa;
}
.select2-container.select2-container .select2-selection:hover {
  border-color: #D3DCE7;
  background-color: white;
}
.select2-container.select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.select2-container.select2-container .select2-selection .select2-selection__arrow {
  height: 100%;
  top: 0px;
}
.select2-container.select2-container .select2-container--open .select2-selection {
  border-color: #00b2ff;
}
.select2-container.select2-container .select2-container--open .select2-selection:hover {
  border-color: #00b2ff;
}

.is-medium .select2-container .select2-selection {
  font-size: 1.2rem;
}

.is-large .select2-container .select2-selection {
  font-size: 1.5rem;
}

.select2-container .select2-dropdown {
  border-color: #D3DCE7;
}
.select2-container .select2-dropdown .select2-search {
  margin: 10px;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  border-radius: 8px !important;
}
.select2-container .select2-dropdown .select2-results__options {
  max-height: 300px;
  overflow-y: auto;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.75em;
  font-family: Avenir Next, Avenir, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #00b2ff;
}

#primaryNav,
#primaryFooter {
  font-family: "Avenir Next", Avenir, Helvetica, Arial;
  font-size: 16px;
  letter-spacing: 0;
}
#primaryNav .container,
#primaryFooter .container {
  margin: 0 auto;
  position: relative;
}
#primaryNav .navbar-brand,
#primaryFooter .navbar-brand {
  padding: 0 !important;
  height: auto !important;
}
#primaryNav h6,
#primaryFooter h6 {
  margin: 0 0 24px 0;
  letter-spacing: 0;
}
#primaryNav a,
#primaryFooter a {
  text-decoration: none;
}
#primaryNav nav,
#primaryFooter nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 900px) {
  #primaryNav nav,
#primaryFooter nav {
    display: block;
  }
  #primaryNav nav .navbar-brand,
#primaryFooter nav .navbar-brand {
    width: 100%;
  }
}
#primaryNav ul,
#primaryNav li,
#primaryFooter ul,
#primaryFooter li {
  line-height: 24px;
}
#primaryNav ul,
#primaryFooter ul {
  margin: 0;
}
#primaryNav form,
#primaryFooter form {
  font-family: "Avenir Next", Avenir, Helvetica, Arial;
  font-size: 16px;
  letter-spacing: 0;
  color: #171E27;
}

form .field .error {
  height: auto;
  width: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: initial;
}
form .field .error.is-absolute {
  top: -2.2em;
}

#signupModal h2 {
  margin-top: 0;
  font-family: "Avenir Next", Avenir, Helvetica, Arial;
  font-weight: 700;
  color: #171E27;
  letter-spacing: 0;
}
#signupModal .control {
  margin: 0;
}
#signupModal .error {
  height: auto;
  width: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: initial;
}
#signupModal .field {
  font-size: 16px;
}
#signupModal .field .label {
  font-family: "Avenir Next", Avenir, Helvetica, Arial;
  font-size: 0.75em;
  letter-spacing: 0;
  color: #8392A6 !important;
  font-weight: 500;
  margin-bottom: 0.2em;
  border-radius: 0;
  display: block;
  text-align: left;
  line-height: 18px;
}
#signupModal .field input {
  font-family: "Avenir Next", Avenir, Helvetica, Arial;
  font-size: 1.2em;
  letter-spacing: 0;
  color: #283444;
}

.modal h2 {
  margin-top: 0;
  font-family: "Avenir Next", Avenir, Helvetica, Arial;
  font-weight: 700;
  color: #171E27;
  letter-spacing: 0;
}
.modal .control {
  margin: 0;
}
.modal .field {
  font-size: 16px;
}
.modal .field .label {
  font-family: "Avenir Next", Avenir, Helvetica, Arial;
  font-size: 0.75em;
  letter-spacing: 0;
  color: #8392A6 !important;
  font-weight: 500;
  margin-bottom: 0.2em;
  border-radius: 0;
  display: block;
  text-align: left;
  line-height: 18px;
}
.modal .field input {
  font-family: "Avenir Next", Avenir, Helvetica, Arial;
  font-size: 1.2em;
  letter-spacing: 0;
  color: #283444;
}

#primaryNav #navMenu .navbar-item .button {
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
}

.insider-image {
  width: 100px;
  max-width: 100px;
  border-radius: 999px;
}

.insider-quote {
  font-size: 14px;
  color: #171E27;
}

#insider-page #signup {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 600px;
  margin: 0 auto 1rem;
}
@media all and (max-width: 600px) {
  #insider-page #signup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #insider-page #submit_insider_header {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  #insider-page .button-control {
    margin-right: 0.75rem;
  }
}

.news-row {
  display: block;
  position: relative;
  -webkit-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
.news-row a:hover, .news-row a:focus, .news-row a:visited, .news-row a:active {
  outline: none;
  text-decoration: none;
}
.news-row img {
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.news-row:hover {
  color: initial;
  text-decoration: none;
}
.news-row:hover img {
  -webkit-transform: translateY(-5px) scale(0.9) rotate(-2deg) skew(-1.5deg);
      -ms-transform: translateY(-5px) scale(0.9) rotate(-2deg) skew(-1.5deg);
          transform: translateY(-5px) scale(0.9) rotate(-2deg) skew(-1.5deg);
}
.news-row .news-wrapper {
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.news-next-thumb {
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.news-next-thumb:hover .news-next-thumb {
  -webkit-transform: translateY(-5px) scale(0.9) rotate(-2deg) skew(-1.5deg);
      -ms-transform: translateY(-5px) scale(0.9) rotate(-2deg) skew(-1.5deg);
          transform: translateY(-5px) scale(0.9) rotate(-2deg) skew(-1.5deg);
}
@media all and (max-width: 900px) {
  .news-subscribe-wrapper {
    border-top: 1px solid #F0F2F7;
  }
}

a.social:hover, a.social:focus, a.social:visited, a.social:active {
  outline: none;
  text-decoration: none;
}

.image-source {
  position: relative;
  top: -1em;
}

@media all and (max-width: 600px) {
  .article-column, .article-wrapper {
    padding-top: 0;
  }
}

@media all and (max-width: 600px) {
  .image-source-row {
    max-height: 2em;
  }
}

@media all and (min-width: 600px) and (max-width: 900px) {
  #verify {
    padding: 0 30px;
  }
}
#verify .verify-icon {
  width: 100%;
  max-width: 200px;
  margin-bottom: 1em;
}
@media all and (max-width: 600px) {
  #verify .help-text {
    font-size: 14px;
  }
}

#rewards {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#rewards .banner-image {
  max-width: 50%;
  width: 60%;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  position: absolute;
  right: -70px;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#rewards .banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
#rewards .mobile-banner-image {
  position: relative;
  padding: 1em 1.5em 0;
  margin-top: -30px;
}
#rewards #login {
  padding-top: 9em;
}
@media all and (max-width: 900px) {
  #rewards #login {
    padding-top: 1em;
  }
}
@media all and (max-width: 900px) {
  #rewards #login-field button {
    width: 100%;
  }
}

#sharepage #success-section {
  padding: 1em 2em;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 600px) {
  #sharepage #success-section {
    padding: 0 2rem 0;
  }
}
#sharepage #success-section label {
  font-size: 0.8rem;
}
#sharepage #success-section button {
  background: #00b2ff;
  outline: none;
  padding: 0.5rem 0.75rem;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 5px;
  border: none;
  min-width: 200px;
  margin-top: 0;
}
#sharepage #success-section button:hover, #sharepage #success-section button:active {
  outline: none;
  border: none;
}
#sharepage #success-section button:hover {
  background: #00a0e6;
}
@media all and (max-width: 600px) {
  #sharepage #success-section .subtitle {
    font-size: 0.9rem;
  }
}
#sharepage .share-link-wrapper {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 100%;
}
#sharepage .share-link-wrapper.fluid {
  max-width: 100%;
}
#sharepage .share-link-wrapper .sharebutton,
#sharepage .share-link-wrapper button {
  margin-bottom: 1em;
  width: 100%;
  font-size: 1rem;
  position: relative;
  background: #00b2ff;
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  font-weight: 600;
  line-height: 24px;
}
#sharepage .share-link-wrapper .sharebutton.half,
#sharepage .share-link-wrapper button.half {
  width: 50%;
}
#sharepage .share-link-wrapper .sharebutton.outline.outline,
#sharepage .share-link-wrapper button.outline.outline {
  background: transparent;
  border: 1px solid #00b2ff !important;
  border-radius: 5px;
  color: #00b2ff;
}
#sharepage .share-link-wrapper .sharebutton.outline.outline:hover,
#sharepage .share-link-wrapper button.outline.outline:hover {
  color: white !important;
  background: #00b2ff !important;
}
#sharepage .share-link-wrapper .sharebutton i,
#sharepage .share-link-wrapper button i {
  margin-right: 0.5em;
  font-weight: 400;
  font-size: 18px;
}

@media all and (max-width: 768px) {
  .single-landing_page body {
    padding-bottom: 2em;
  }
}
.single-landing_page .header-logo {
  width: 200px;
  height: auto;
  margin-top: 3em;
}
@media all and (max-width: 768px) {
  .single-landing_page .header-logo {
    margin-top: 1em;
  }
}
.single-landing_page .headline {
  margin-top: 48px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding-right: 0em;
}
@media all and (max-width: 768px) {
  .single-landing_page .headline {
    margin-top: 1em;
  }
}
.single-landing_page .bar-text {
  padding: 0.5em 1.5em;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  color: white;
  display: block;
  line-height: 1.1;
}
.single-landing_page .bar-text:hover {
  color: white;
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f2f2f2;
}
@media all and (max-width: 768px) {
  .single-landing_page .bar-text {
    padding: 0.5em 1.5em !important;
  }
}
.single-landing_page .tooltip {
  font-size: 14px;
  font-weight: 600;
}
.single-landing_page .partner-text {
  margin-top: 2em;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .single-landing_page .partner-text {
    margin-top: 0em;
  }
}
.single-landing_page .email-wrapper {
  background: #EFF2F8;
  padding: 8px !important;
  border-radius: 8px;
}
.single-landing_page .email-wrapper input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent !important;
  outline: none;
  border: none;
  border-radius: 8px !important;
}
.single-landing_page .email-wrapper input::-webkit-input-placeholder {
  font-weight: 500;
}
.single-landing_page .email-wrapper input::-moz-placeholder {
  font-weight: 500;
}
.single-landing_page .email-wrapper input:-ms-input-placeholder {
  font-weight: 500;
}
.single-landing_page .email-wrapper input::-ms-input-placeholder {
  font-weight: 500;
}
.single-landing_page .email-wrapper input::placeholder {
  font-weight: 500;
}
.single-landing_page .email-wrapper input input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white !important;
          box-shadow: inset 0 0 0px 9999px white !important;
}
.single-landing_page .submit-button {
  margin-left: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
}
.single-landing_page .tag-line {
  color: #3C4857;
  font-weight: 500;
  margin-top: 1em;
  line-height: 1.5;
  padding-right: 2em;
}
.single-landing_page .button {
  font-weight: 600;
  padding-left: 1em;
  padding-right: 1em;
}
.single-landing_page .left-header {
  padding: 1em 1.5em !important;
}
.single-landing_page .form-section {
  padding: 1em 1.5em !important;
}
.single-landing_page .bullets {
  padding: 1em 0;
}
.single-landing_page .bullets li {
  color: #3C4857;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0.15em 0;
}
.single-landing_page .frame {
  padding-bottom: 3rem;
}
.single-landing_page .frame .frame-holder {
  background: #f8faff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(20, 53, 107, 0.09);
          box-shadow: 0 3px 15px 0 rgba(20, 53, 107, 0.09);
  border-radius: 8px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  height: 80vh;
  max-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-landing_page .frame .frame-holder iframe {
  width: calc(100% + 16px);
  border-radius: 8px;
  height: 100%;
  position: absolute;
  left: -6px;
  -webkit-overflow-scrolling: touch;
}
.single-landing_page .scroll-button {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  background: #4669F6;
  color: white;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
  outline: none;
  cursor: default;
  border: none;
}
@media all and (max-width: 900px) {
  .single-landing_page .scroll-button {
    width: calc(100% - 2rem);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.09);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.08);
    -webkit-transform: translatey(-8px);
            transform: translatey(-8px);
  }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(5, 0, 0, 0.09);
            box-shadow: 0 5px 15px 0px rgba(5, 0, 0, 0.09);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.09);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.08);
    -webkit-transform: translatey(-8px);
            transform: translatey(-8px);
  }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(5, 0, 0, 0.09);
            box-shadow: 0 5px 15px 0px rgba(5, 0, 0, 0.09);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.finimize-divider {
  display: block;
  position: relative;
  padding-bottom: 3rem;
  margin-top: -3rem;
}
.finimize-divider .divider-title {
  position: absolute;
  top: -10px;
  background: #fff;
  display: block;
  padding-right: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #c0ccda;
}
.finimize-divider:before {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  background: url(../../img/squiggle-border.png);
  background-repeat: repeat-x;
  height: 20px;
}

figure {
  overflow: hidden;
  border-radius: 8px;
}
figure.zoom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.news-card {
  position: relative;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.news-card .news-card-image {
  border-radius: 8px;
  width: 100%;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  -webkit-transition: 0.4s ease;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  -o-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
}
.news-card .date-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 9;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  background-color: rgba(40, 52, 68, 0.8);
}
.news-card .news-card-content {
  padding: 1rem 0 0;
  display: block;
}
.news-card .news-excerpt {
  font-size: 1.25rem;
  color: #3c4857;
  margin-top: -1rem;
}

.press-logo {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.8;
}

.flex-grow-container {
  height: 100%;
  width: 100%;
  min-height: calc(100vh - 125px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.single-landing_page {
  height: 100%;
  min-height: 100%;
}

.full-screen {
  min-width: width 100%;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

#competition-thank-you .page-wrapper {
  min-width: width 100%;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
#competition-thank-you .page-wrapper .competition-header {
  background: #00b2ff;
  padding: 0rem 1rem;
  text-align: center;
}
#competition-thank-you .page-wrapper p {
  opacity: 0.8;
}
#competition-thank-you .page-wrapper .competition-body {
  width: 100%;
  min-width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
#competition-thank-you .page-wrapper .competition-body .pageloader {
  background: white !important;
}
#competition-thank-you .page-wrapper .competition-body iframe {
  width: 100%;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  outline: none;
}

.flex-grow-container {
  overflow: hidden;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row .left-col {
  width: 40%;
  padding: 4rem;
}
.row .right-col {
  margin-left: 6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100vh;
  border-radius: 0;
}
.row .right-col img {
  border-radius: 0;
}

.page-app .app-store-button {
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.page-app .app-store-button:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media all and (max-width: 900px) {
  .page-app #banner-section {
    padding-top: 1rem;
  }
}
@media all and (max-width: 900px) {
  .page-app .mobile {
    max-width: 70%;
  }
}
@media all and (max-width: 900px) {
  .page-app #banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-app #banner div {
    text-align: center;
  }
}
@media all and (max-width: 1080px) {
  .page-app .pack-image:last-child {
    display: none;
  }
}
.page-app .banner-subtitle {
  padding-right: 6rem;
}
@media all and (max-width: 900px) {
  .page-app .banner-subtitle {
    padding: 0;
  }
}

.event-row {
  border-top: 1px solid #EFF2F8;
}
.event-row:last-of-type {
  border-bottom: 1px solid #EFF2F8;
}
.event-row .event-row_right {
  margin-left: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media all and (max-width: 900px) {
  .event-row .event-row_right {
    padding-top: 0;
  }
}
.event-row .event-row_title .title {
  margin-bottom: 1rem;
}
.event-row .event-row_content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
  max-width: 600px;
}
.event-row .event-row_content .event-row_date {
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.post-type-archive-events .header {
  margin-top: 16px;
}
.post-type-archive-events .header .content .subtitle {
  font-size: 22px;
  line-height: 1.4;
}
@media all and (max-width: 600px) {
  .post-type-archive-events .header .content .subtitle {
    font-size: 19px;
  }
}
.post-type-archive-events .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 250px;
  cursor: pointer;
  -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.post-type-archive-events .card:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-events .card .partner-logo {
  max-height: 50px;
  width: auto;
}
.post-type-archive-events .cta-banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  padding: 4rem 2rem;
}
.post-type-archive-events .cta-banner .content-wrapper {
  text-align: center;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-type-archive-events .cta-banner .content-wrapper p {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
}
.post-type-archive-events .cta-banner .content-wrapper h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.post-type-archive-events .columns.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
.post-type-archive-events .image_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media all and (min-width: 900px) {
  .post-type-archive-events .image_col {
    min-height: 600px;
  }
}
.post-type-archive-events .image_col .banner_bg {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.post-type-archive-events .image_col .banner_bg.shade {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.post-type-archive-events .image_col .banner_logo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-events .image_col .banner_logo img {
  max-width: 70%;
  z-index: 10;
}
.post-type-archive-events .title {
  margin-top: 0 !important;
  line-height: 1.2 !important;
}
.post-type-archive-events .button {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  min-width: 150px;
}
.post-type-archive-events .column-content {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem;
}
.post-type-archive-events .column-content div {
  max-width: 500px;
}
@media all and (min-width: 900px) {
  .post-type-archive-events .column-content div.margin-left-auto {
    margin-left: auto;
  }
}

.event-card .event-card_image {
  position: relative;
  padding-top: 66.66%;
  width: 100%;
}
.event-card .event-card_image img {
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
.event-card .event-card_image .image_badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 8px;
  line-height: 1;
  border-radius: 4px;
}
.event-card .event-card_title {
  padding: 16px 0 0;
}
.event-card .event-card_title .title {
  margin-bottom: 0;
}
.event-card .event-card_title .title a:hover {
  text-decoration: none;
}
.event-card .event-card_content {
  padding-top: 8px;
}
.event-card .event-card_content p {
  line-height: 1.4;
  font-size: 16px;
}
.event-card .event-card_footer {
  padding-top: 8px;
}
.event-card .event-card_footer .event-card_date {
  font-weight: 600;
  font-size: 14px;
}

.banner-break {
  background-color: #f8f8f8;
  position: relative;
}
@media all and (max-width: 900px) {
  .banner-break {
    padding: 3rem 0;
  }
}
.banner-break .col-left {
  width: 100%;
  height: 100%;
}
.banner-break .columns {
  min-height: 400px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
}
.banner-break .banner-break_image_wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  width: 100%;
}
.banner-break .banner-break_image {
  max-height: 350px;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.banner-break .col-right {
  max-width: 450px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 900px) {
  .banner-break .col-right {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .banner-break .col-right .button {
    width: 100%;
  }
}
.banner-break .col-right .title {
  margin-bottom: 0.5rem;
}

.jobs-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(https://www.finimize.com/img/team-launch.jpeg);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(https://www.finimize.com/img/team-launch.jpeg);
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(https://www.finimize.com/img/team-launch.jpeg);
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  width: 100%;
  min-height: 600px;
  position: relative;
}
.jobs-header .container {
  position: unset;
}
.jobs-header .columns {
  position: absolute;
  bottom: 3rem;
  right: 0;
  left: 0;
}
.jobs-header .title {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
  margin-top: -0.5rem;
}

.perks-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin: 6rem 0 0;
  display: block;
}
.perks-card .perks-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 900px) {
  .perks-card .perks-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.perks-card .perks-content .perks-list {
  width: 45%;
  padding: 1rem 2rem;
}
@media all and (max-width: 900px) {
  .perks-card .perks-content .perks-list {
    width: 100%;
  }
  .perks-card .perks-content .perks-list ul li p {
    font-size: 16px;
  }
}
.perks-card .perks-content .perks-list ul {
  padding-right: 3rem;
}
.perks-card .perks-content .perks-list ul li {
  padding: 0.5rem 0;
}
.perks-card .perks-content .perks-background {
  width: 55%;
}
.perks-card .perks-content .perks-background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
@media all and (max-width: 900px) {
  .perks-card .perks-content .perks-background {
    width: 100%;
  }
}

.job-card {
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.job-card:hover {
  text-decoration: none;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.job-card:hover .card {
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  -webkit-box-shadow: 0 4px 8px 0 rgba(60, 72, 87, 0.16);
          box-shadow: 0 4px 8px 0 rgba(60, 72, 87, 0.16);
  -webkit-transform: scale(1.02) rotate(2deg);
      -ms-transform: scale(1.02) rotate(2deg);
          transform: scale(1.02) rotate(2deg);
}

.guides-right {
  padding-left: 3rem;
}
@media all and (max-width: 900px) {
  .guides-right {
    padding-left: 1rem;
  }
}

@media all and (max-width: 900px) {
  .columns.is-mobile h3 {
    font-size: 1.2rem !important;
  }
}

.guide-col.guide-col {
  padding: 1rem;
}
@media all and (max-width: 900px) {
  .guide-col.guide-col {
    padding: 0rem 1rem;
  }
}

.guide-inner {
  padding-bottom: 3rem;
}
@media all and (max-width: 600px) {
  .guide-inner {
    padding-bottom: 1rem;
  }
}

.guide-partner-banner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media all and (max-width: 900px) {
  .guide-partner-banner {
    padding-top: 0rem;
  }
}

#partnerContentModal {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  left: 16px !important;
  right: 16px !important;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
}
#partnerContentModal .partnerContentLoading {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}
#partnerContentModal .partnerContentLoading p {
  position: relative;
  top: -40px;
  font-size: 16px;
  font-weight: 600;
}
#partnerContentModal .partnercontent {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#partnerContentModal .partnercontent iframe {
  min-height: 1000px;
}
#partnerContentModal .partnercontent #dianomi {
  position: relative;
  margin-top: 1rem;
}
#partnerContentModal .partnercontent .title {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
#partnerContentModal .sponsored {
  font-size: 14px;
  top: -25px;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#partnerContentModal .wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1rem;
}
#partnerContentModal hr {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#partnerContentModal article {
  padding: 16px;
  border-radius: 8px;
}
#partnerContentModal article img {
  width: 160px;
}
#partnerContentModal .mobile {
  display: none;
}
#partnerContentModal .tablet {
  display: block;
}
#partnerContentModal .partner-title {
  margin-top: 0;
  line-height: 1.2;
}
#partnerContentModal .partner-name {
  font-size: 14px;
  line-height: 1.3;
}
#partnerContentModal a:hover {
  text-decoration: none;
}
#partnerContentModal a:hover article.media {
  background-color: #f2f2f2;
}
#partnerContentModal .post-wrap {
  padding: 0 1rem;
}
@media all and (max-width: 600px) {
  #partnerContentModal .mobile {
    display: block;
  }
  #partnerContentModal .tablet {
    display: none;
  }
  #partnerContentModal .post-wrap {
    padding: 0;
  }
  #partnerContentModal article.media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #partnerContentModal article.media .media-content {
    padding-top: 1rem;
  }
  #partnerContentModal article.media .partner-title {
    font-size: 1.1rem !important;
  }
  #partnerContentModal article.media figure.media-left {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    max-height: 150px;
  }
  #partnerContentModal article.media figure.media-left img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 120px;
  }
}

.adpartner {
  position: relative;
}
.adpartner .disclaimer {
  position: absolute;
  padding: 4px 8px;
  background: white;
  font-size: 11px;
  top: 4px;
  left: 4px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
}

.post-type-archive-partners .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 250px;
  cursor: pointer;
  -webkit-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.post-type-archive-partners .card:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-partners .card .partner-logo {
  max-height: 50px;
  width: auto;
}
.post-type-archive-partners .cta-banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  padding: 4rem 2rem;
}
.post-type-archive-partners .cta-banner .content-wrapper {
  text-align: center;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-type-archive-partners .cta-banner .content-wrapper p {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
}
.post-type-archive-partners .cta-banner .content-wrapper h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.single-partners main {
  margin-top: 1rem;
  margin-bottom: 6rem;
}
.single-partners .columns.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
.single-partners .image_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media all and (min-width: 900px) {
  .single-partners .image_col {
    min-height: 600px;
  }
}
.single-partners .image_col .banner_bg {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.single-partners .image_col .banner_bg.shade {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.single-partners .image_col .banner_logo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-partners .image_col .banner_logo img {
  max-width: 70%;
  z-index: 10;
}
.single-partners .title {
  margin-top: 0 !important;
  line-height: 1.2 !important;
}
.single-partners .button {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.single-partners .column-content {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem;
}
.single-partners .column-content div {
  max-width: 500px;
}
@media all and (min-width: 900px) {
  .single-partners .column-content div.margin-left-auto {
    margin-left: auto;
  }
}
.single-partners .section_title {
  font-size: 13px;
  text-transform: uppercase;
  color: #8392A6;
  font-weight: 500;
}
.single-partners .video_banner {
  max-height: 600px;
  margin: 0 auto;
}
.single-partners .video_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-partners .video_container iframe {
  width: 100%;
  height: 600px;
  border-radius: 8px;
}
@media all and (max-width: 1080px) {
  .single-partners .video_container iframe {
    height: 450px;
  }
}
@media all and (max-width: 900px) {
  .single-partners .video_container iframe {
    height: 300px;
  }
}
.single-partners .call_to_action {
  border-radius: 12px;
  min-height: 450px;
  width: 100%;
  padding: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-partners .call_to_action .subtitle {
  max-width: 600px;
}
.single-partners .call_to_action .title {
  max-width: 800px;
}
.single-partners .call_to_action .subtitle {
  margin-bottom: 2rem !important;
}
.single-partners .subtitle.is-spaced {
  margin-top: -0.5rem;
}
.single-partners .work-with-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
@media all and (max-width: 900px) {
  .single-partners .reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home2020 .button {
  min-width: 200px;
}
.home2020 .hero_headline {
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 2rem;
}
@media all and (max-width: 1080px) {
  .home2020 .hero_headline {
    padding: 1.5rem;
  }
}
.home2020 .hero_headline .title {
  max-width: 900px;
}
@media all and (min-width: 600px) and (max-width: 900px) {
  .home2020 .hero_headline .title {
    font-size: 50px !important;
  }
}
.home2020 .hero_columns {
  margin: 0 !important;
}
@media all and (max-width: 1080px) {
  .home2020 .hero_columns .banner_mobile {
    -webkit-filter: brightness(0.85);
            filter: brightness(0.85);
  }
}
.home2020 .press {
  padding-top: 3rem;
}
.home2020 .press .logo {
  max-height: 32px;
  width: auto;
  border-radius: 0;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  opacity: 0.7;
}
.home2020 .valueprops .prop-card {
  padding: 1.5rem;
  border-radius: 16px;
  height: 100%;
}
.home2020 .app_features {
  padding-top: 6rem;
}
@media all and (max-width: 600px) {
  .home2020 .app_features {
    padding-top: 3rem;
  }
}
.home2020 .app_features p {
  max-width: 500px;
}
@media all and (max-width: 900px) {
  .home2020 .app_features .column {
    text-align: center;
  }
}
.home2020 .app_awards.app_awards {
  padding-bottom: 6rem;
}
.home2020 .app_awards.app_awards .award_logo {
  width: 60px;
}
.home2020 .app_awards.app_awards .title {
  margin-top: 2rem !important;
}
.home2020 .app_awards.app_awards .app_store_button_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -1rem;
  margin-top: 3rem;
}
@media all and (max-width: 1080px) {
  .home2020 .app_awards.app_awards .app_store_button_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
  }
}
.home2020 .app_awards.app_awards .app_store_button_group .app_store_button {
  padding: 1rem;
}
.home2020 .app_awards.app_awards .app_store_button_group .app_store_button .app_icon {
  max-height: 32px;
  width: auto;
  margin-right: 1rem;
}
.home2020 .app_awards.app_awards .app_store_button_group .app_store_button .button {
  font-size: 2rem;
  font-weight: 600;
  padding: 1.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 240px;
  text-align: center;
}
.home2020 .community {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.home2020 .community .community_copy {
  max-width: 800px;
  margin: 0 auto;
}
.home2020 .community .community_hero_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 400px) {
  .home2020 .community .community_hero_list_wrapper {
    height: 300px !important;
  }
}
.home2020 .community .community_hero_list_wrapper .community_hero_list {
  text-align: center;
}
.home2020 .community .community_hero_list_wrapper .community_hero_list .community_hero_list_item {
  color: white;
  font-size: 85px;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (max-width: 1080px) {
  .home2020 .community .community_hero_list_wrapper .community_hero_list .community_hero_list_item {
    font-size: 40px;
  }
}
@media all and (max-width: 600px) {
  .home2020 .community .community_hero_list_wrapper .community_hero_list .community_hero_list_item {
    font-size: 24px;
  }
}
.home2020 .community .community_hero {
  border-radius: 0;
}
@media all and (max-width: 400px) {
  .home2020 .community .community_hero {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
  }
}
.home2020 .newsletter {
  background-color: #f8f8f8;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media all and (max-width: 1080px) {
  .home2020 .newsletter .column {
    text-align: center;
  }
}
.home2020 .newsletter .newsletter-subtitle {
  max-width: 800px;
}
.home2020 .newsletter .newsletter_form_wrapper {
  margin-top: 2rem;
}
.home2020 .newsletter .newsletter_form_wrapper .button.button {
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
}
@media all and (max-width: 900px) {
  .home2020 .newsletter .newsletter_form_wrapper .button.button {
    width: 100%;
  }
}
.home2020 .newsletter .newsletter_form_wrapper .input, .home2020 .newsletter .newsletter_form_wrapper .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .home2020 .newsletter .newsletter_form_wrapper .select2-search__field {
  background-color: #E1E1E1;
  font-size: 1.5rem;
  padding: 1.5rem;
  border: 0;
  color: #094067;
  font-weight: 600;
}
.home2020 .newsletter .newsletter_form_wrapper .field.is-grouped > .control:not(:last-child) {
  margin-right: 1rem;
}
@media all and (max-width: 1080px) {
  .home2020 .newsletter .newsletter_form_wrapper .field.is-grouped > .control:not(:last-child) {
    margin-right: 0;
  }
}
.home2020 .quotes {
  background-color: #2F84C0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.home2020 .quotes .quote_name {
  font-size: 32px;
  color: white;
  font-weight: 500;
}
@media all and (max-width: 1080px) {
  .home2020 .quotes .quote_name {
    font-size: 24px;
  }
}

html {
  font-family: "Avenir Next", Avenir, Helvetica, Arial;
}

a:hover, a:focus, a:visited {
  outline: none;
}

p.has-max-width {
  max-width: 600px;
  margin: auto;
}

html,
body {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px !important;
  background: #fff;
}
html .align-self-flex-start,
body .align-self-flex-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
html .flag-icon,
body .flag-icon {
  margin-right: 0.5em;
}
html #signupModal .close-modal,
html .modal .close-modal,
body #signupModal .close-modal,
body .modal .close-modal {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.5em;
  color: #D3DCE7;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
html #signupModal .close-modal:hover,
html .modal .close-modal:hover,
body #signupModal .close-modal:hover,
body .modal .close-modal:hover {
  color: #8392A6;
}
html #signupModal form .error,
html .modal form .error,
body #signupModal form .error,
body .modal form .error {
  top: -2.2em;
  right: 0;
}
html #signupModal h2,
html .modal h2,
body #signupModal h2,
body .modal h2 {
  margin: 0 0 24px;
}
html #signupModal #edition-description,
html .modal #edition-description,
body #signupModal #edition-description,
body .modal #edition-description {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  white-space: normal;
  font-size: 0.8em;
  color: #3C4857;
  font-weight: bold;
}
html p,
body p {
  font-size: 18px;
  font-weight: 400;
  color: #283444;
}
html p.caption,
body p.caption {
  font-size: 14px;
  margin-top: 1em;
}
html p.light,
body p.light {
  color: #283444;
}
html p.lighter,
body p.lighter {
  color: #3c4857;
}
html p.small,
body p.small {
  font-size: 14px;
  color: #6c7887;
}
html p.medium,
body p.medium {
  font-weight: 500;
}

img {
  border-radius: 5px;
}

a:hover {
  text-decoration: none;
}

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

.no-rel {
  position: initial;
}

.has-text-center {
  text-align: center;
}

.navbar-link {
  padding-right: 1.5em;
}

.subtitle {
  color: #283444;
  margin-bottom: 1em !important;
}
.subtitle.is-marginless {
  margin-bottom: 0 !important;
}

.is-flex.centerh {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-flex.flexendh {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.is-flex.centerv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-flex.centerall {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-flex.flexcolumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-flex.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.is-flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.is-flex > .flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.has-margin-top-2 {
  margin-top: 2em;
}

.has-margin-top-3 {
  margin-top: 3em;
}

.title.low-margin {
  margin-bottom: 0.5em;
}

.formctrl {
  width: 100%;
  position: relative;
}

.optionalLabel {
  position: absolute;
  top: 20px;
  right: 8px;
  font-size: 13px;
  color: #8392A6;
}

hr {
  width: 100%;
}
hr.light {
  background-color: #efefef;
}
hr.dark {
  background-color: #e5e9f2;
}

.title {
  color: #171e27;
  line-height: 1.3;
}
.title.is-size-2.is-size-2 {
  font-size: 3em;
}
.title.is-big {
  font-size: 4em;
}
.title.light {
  color: #283444;
}
.title.lighter {
  color: #3c4857;
}
.title.is-width-50 {
  max-width: 50%;
  margin: 0 auto;
}

#primaryNav {
  width: 100%;
  background: white;
  z-index: 99;
  top: 0;
}
#primaryNav .container {
  padding: 0;
}
#primaryNav.primaryNav_fixed {
  position: fixed;
  border-bottom: 1px solid #F0F2F7 !important;
}
@media all and (max-width: 900px) {
  #primaryNav .navbar-menu.is-active .navbar-item {
    border-bottom: 2px solid #F0F2F7;
    padding: 1em 0;
  }
  #primaryNav .navbar-menu.is-active .navbar-item a {
    font-size: 1.2rem;
  }
  #primaryNav .navbar-menu.is-active .navbar-item a:hover {
    color: #00b2ff;
  }
}

.lock {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden !important;
}

#footernav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 900px) {
  #footernav-logo {
    max-width: 240px;
  }
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.is-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: -1;
}

.has-background-texture {
  background: url("../../img/noise-texture.png") center repeat;
  background-size: 200px auto;
  background-blend-mode: multiply;
  background-attachment: local;
  background-color: #F9FAFC;
}

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

.emoji {
  line-height: 1;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.has-text-underline {
  text-decoration: underline !important;
}

.yellow2 {
  background-color: #ffdb2d;
}

.mejs-controls, .mejs-layers {
  display: none !important;
  visibility: hidden !important;
}