
@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.navbar {
  background: transparent !important;
  display: contents !important;
}

.navbar-item {
  font-size: 14px !important;
}
.navbar-item .chart-increased {
  font-size: 12px;
}
.navbar-item .chart-decreased {
  font-size: 12px;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #181A1F !important;
}

.navbar-dropdown {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 32px, rgba(0, 0, 0, 0.05) 0px 3px 8px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0.525rem !important;
  z-index: 5;
}

a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: transparent !important;
}

.navbar-dropdown a.navbar-item:hover {
  border-radius: 0.5rem !important;
  background-color: #f8fafd !important;
}

a.navbar-item:hover {
  background-color: #f8fafd !important;
  color: #181A1F !important;
  border-radius: 0.5rem !important;
}

.navbar-link {
  border-radius: 0.5rem !important;
}

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
  color: #181A1F !important;
}

@media screen and (min-width: 1024px) {
  .navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #f8fafd !important;
  }
}
.navbar-link:hover {
  border-radius: 0.5rem !important;
}

.navbar-burger:hover {
  background-color: #f8fafd !important;
}

.beta-bubble {
  font-size: 9px;
  color: rgb(60, 66, 87);
  font-weight: 500;
  padding: 1px 2px;
  background: #F7FAFC;
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 4px;
}

@media screen and (max-width: 1023px) {
  .navbar-menu.is-active {
    width: 98%;
    margin: 0 auto;
  }
  .navbar-menu.is-active .mobile-dropdown-hidden-list {
    display: none !important;
  }
}
.navbar-dropdown a.navbar-item {
  padding-right: 1rem !important;
}

@media screen and (min-width: 1024px) {
  .navbar-dropdown a.nav-item-padding {
    padding-right: 3rem !important;
  }
}
:root {
  --tl: calc(960px - 100%); /* transition length */
}

.container-outer {
  max-width: 960px;
  /* update the width of the display contaier as per your requirement */
}

.container-width {
  width: 3000px;
  /* Total width of the whole iframe, based on the number of tickers displaying */
  animation: marquee 20s linear infinite;
}

.container-width:hover {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .mt-4-mobile {
    margin-top: 20px;
  }
}
.container-outer {
  margin: 0 auto;
  position: relative;
  border: 1px solid #ccc;
  height: 70px;
  overflow: hidden;
  white-space: nowrap;
}

.container-inner {
  /*
  overflow-x: auto;
  overflow-y: hidden;
  */
  height: 100px;
  margin-top: -1px;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(var(--tl), 0);
  }
}
.navbar-inbox-link ion-icon {
  display: none;
}

.navbar-notification-icon {
  display: none;
}

.notified-nav .navbar-inbox-link {
  color: orange;
  font-weight: 500;
}
.notified-nav .navbar-inbox-link ion-icon {
  display: inline-block;
  margin-left: 6px;
  color: orange;
}
.notified-nav .navbar-notification-icon {
  display: inline-block;
  color: orange;
  position: absolute;
  bottom: -1px;
  left: -4px;
  font-size: 10px;
}

.navigator-icon {
  height: 20px;
  font-size: 0.75rem;
  padding: 0 0.25rem;
  border-radius: 2px;
  white-space: nowrap;
  text-transform: capitalize;
  background-color: #edeff2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navbar-global-search-container {
  width: 100%;
  display: inline-block;
  margin-left: 12px;
  padding-top: 14px;
  position: relative;
}
.navbar-global-search-container #search-nav-icon {
  position: absolute;
  left: 10px;
  top: 27px;
  transform: translateY(-50%);
  color: #aaa;
}
.navbar-global-search-container .navbar-slash {
  transform: translateX(-18px);
  position: absolute;
  font-size: 13px;
  font-weight: 300;
  background: #F7F8FA;
  padding: 1px 5px;
  border-radius: 3px;
  margin-top: 2px;
  color: #b5b5b5;
}
.navbar-global-search-container .navbar-clear {
  transform: translateX(-52px);
  display: none;
  font-size: 10.5px;
  cursor: pointer;
  border-radius: 4px;
}
.navbar-global-search-container .navbar-global-search {
  height: 26px;
  color: rgb(74, 74, 74);
  margin: auto 0;
  outline: 0;
  padding: 5px 25px 5px 30px;
  border-radius: 0.3rem;
  appearance: none;
  border: 1px solid #dadce0;
}
.navbar-global-search-container .navbar-global-search:focus {
  width: 100%;
  padding-right: 40px;
}
.navbar-global-search-container .navbar-global-search:focus ~ .global-search-results-container {
  display: block;
}
.navbar-global-search-container .navbar-global-search:focus ~ .navbar-slash {
  display: none;
}
.navbar-global-search-container .navbar-global-search:focus ~ .navbar-clear {
  display: inline-block;
}
.navbar-global-search-container .highlight {
  background-color: #F5F8FA;
}
.navbar-global-search-container .global-search-results-container {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 42px;
  z-index: 6;
  width: 100%;
  border-right: 1.5px solid #dadce0;
  border-left: 1.5px solid #dadce0;
  border-bottom: 1.5px solid #dadce0;
  border-radius: 0.3rem;
}
.navbar-global-search-container .global-search-results-container #global-search-results {
  display: block;
  height: 260px;
  background-color: #fff;
  overflow-y: scroll;
}
.navbar-global-search-container .global-search-results-container #global-search-results .global-search-result-row {
  display: flex;
  padding: 5px 6px;
  color: rgb(74, 74, 74);
  align-items: center;
}
.navbar-global-search-container .global-search-results-container #global-search-results .global-search-result-row:hover {
  background-color: #F5F8FA;
}
.navbar-global-search-container .global-search-results-container #global-search-results .global-search-result-row .gs-type-badge {
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  background: rgb(229, 231, 240);
  color: rgb(104, 113, 152);
  margin-right: 15px;
  vertical-align: middle;
  font-size: 0.4rem;
  font-weight: 500;
  overflow: hidden;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
}
.navbar-global-search-container .global-search-results-container #global-search-results .global-search-result-row .gs-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 95px);
}
.navbar-global-search-container .global-search-results-container #global-search-results .global-search-result-title {
  font-weight: 500;
}
.navbar-global-search-container .global-search-results-container .global-search-nav-container {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  background: #f7f8fa;
}
.navbar-global-search-container:focus-within .navbar-global-search {
  width: 90%;
  padding-right: 40px;
}
.navbar-global-search-container:focus-within .global-search-results-container {
  display: block;
  width: 90%;
}
.navbar-global-search-container:focus-within .navbar-slash {
  display: none;
}
.navbar-global-search-container:focus-within .navbar-clear {
  display: inline-block;
}

.terminal-home-images {
  filter: drop-shadow(8px 8px 0 rgba(32, 33, 37, 0.1));
  max-width: 500px;
  margin: 0 auto;
}

.terminal-homeP {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #3c4043;
  letter-spacing: 0.1px;
}

.pricing-plan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  list-style-type: none;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(64, 68, 82, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(64, 68, 82, 0.08) 0px 2px 5px 0px !important;
}

.pricing-plan:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.8);
  transition: 0.2s;
  border-radius: 4px !important;
}

.pricing-plan::before, .pricing-plan::after {
  box-sizing: inherit;
  position: absolute;
  content: "";
  border: 2px solid transparent;
  width: 0;
  height: 0;
  border-radius: 4px !important;
}

.pricing-plan::after {
  bottom: 0;
  right: 0;
}

.pricing-plan::before {
  top: 0;
  left: 0;
}

.pricing-plan:hover::before, .pricing-plan:hover::after {
  width: 100%;
  height: 100%;
}

.pricing-plan:hover::before {
  border-top-color: #403ba6;
  border-right-color: #403ba6;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.pricing-plan:hover::after {
  border-bottom-color: #403ba6;
  border-left-color: #403ba6;
  transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}

.pricing-plan .plan-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 1.25rem;
  padding: 0.75em;
  align-content: center;
  text-align: center;
}

.pricing-plan .plan-price {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.75em;
  align-content: center;
  text-align: center;
}

.pricing-plan .plan-price .plan-price-amount {
  font-size: 2.5rem;
  font-weight: 700;
}

.pricing-plan:hover .icon {
  transform: translateX(3px);
  transition: 0.3s;
}

.cta-icon {
  font-weight: 600;
}
.cta-icon img {
  font-size: 11px;
  vertical-align: text-bottom;
  margin-bottom: 1px;
  margin-left: -2px;
}

.cta-icon:hover img {
  transform: translateX(3px);
  transition: 0.3s;
}

.home-border {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  list-style-type: none;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(64, 68, 82, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(64, 68, 82, 0.08) 0px 2px 5px 0px;
}

.inbox-messages-border {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  list-style-type: none;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.04) 0px 1px 1px 0px, rgba(64, 68, 82, 0.04) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(64, 68, 82, 0.02) 0px 2px 5px 0px;
}

.inbox-messages-border:hover {
  background: #f8fafd;
}

.terminal-homepage-swap {
  max-width: 1200px;
  width: 1200px;
  height: auto;
}

@media (max-width: 768px) {
  .terminal-homepage-swap {
    max-width: 100%;
  }
  .pt-0-mobile {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .terminal-greeting {
    line-height: 49px;
  }
}
@media screen and (max-width: 769px) {
  .terminal-home-images {
    width: 100%;
  }
}
.pricing-table td {
  min-width: 225px !important;
  padding: 0.95rem 0.95rem !important;
  vertical-align: middle !important;
  color: rgb(90, 90, 90) !important;
}

.pricing-table th {
  vertical-align: middle;
}

.pricing-table th:nth-child(1) {
  min-width: 280px;
}

.is-divider {
  display: block;
  position: relative;
  border-top: 0.1rem solid #dbdbdb;
  height: 0.1rem;
  margin: 1rem 0;
  text-align: center;
}

.pricing-break {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-image: url(/assets/home/newhedge-static-b7e57534fbf049f8747e3303e7659c129947646b8e0d9a1487b6851a7fe3adf2.png);
  background-size: cover;
}

.pricing-break th:nth-child(1) {
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: 400;
}

.pricing-table td, .table th {
  border: none !important;
}

.account-header .header-avatar {
  display: block;
  height: 160px;
  width: 160px;
  min-width: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 0.75rem;
}
.avatar-wrapper form {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 16px !important;
}
.avatar-wrapper form label {
  height: 16px !important;
  cursor: pointer;
  z-index: 1;
}

.avatar-edit {
  position: absolute;
  right: -150px;
  z-index: 1;
  top: -137px;
}

.avatar-edit span {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-edit span:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.imageUpload {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

#account-edit input:not([type=checkbox]) {
  margin-top: 5px;
  background: #fff;
  color: hsla(0, 0%, 10%, 0.9);
  line-height: 1.4;
  padding: 8px 12px;
  position: relative;
  width: 98%;
  border-radius: 4px;
  font-size: 0.875rem;
  border: #c2c2c2 solid 1px;
}

#account-edit input[type=checkbox] {
  vertical-align: middle !important;
}

@media screen and (max-width: 768px) {
  #account-edit input {
    margin-left: 1px;
    margin-right: 1px;
  }
  .account-header .header-avatar {
    height: 120px;
    width: 110px;
  }
  .avatar-edit {
    right: -124px;
    top: -100px;
  }
  #halving-card-1 {
    margin: 0 !important;
  }
  #halving-card-2 {
    margin: 0 !important;
  }
  #halving-card-3 {
    margin: 0 !important;
  }
  #halving-card-4 {
    margin: 0 !important;
  }
  .halving-container {
    display: flex;
  }
}
.sitemap-group li:hover ion-icon {
  transform: translateX(3px);
  transition: 0.3s;
}

/* Switch */
.switch[type=checkbox] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}

.inline-action {
  display: none;
}

.inline-edit .inline-action {
  display: initial;
}

.switch[type=checkbox].is-rounded + label::before, .switch[type=checkbox].is-rounded + label:before {
  border-radius: 24px;
}

.switch[type=checkbox]:checked + label::before, .switch[type=checkbox]:checked + label:before {
  background: #000;
}

.switch[type=checkbox] + label::before, .switch[type=checkbox] + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 1.2rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: #b5b5b5;
  content: "";
}

switch[type=checkbox].is-rounded + label::after, .switch[type=checkbox].is-rounded + label:after {
  border-radius: 50%;
}

.switch[type=checkbox]:checked + label::after {
  left: 1.725rem;
}

.switch[type=checkbox] + label::after, .switch[type=checkbox] + label:after {
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.25rem;
  width: 0.8rem;
  height: 0.8rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}

.switch[type=checkbox] + label {
  position: relative;
  display: initial;
  font-size: 1rem;
  line-height: initial;
  padding-left: 40px;
  cursor: pointer;
}

/* Switch end */
/* Modal styling */
@media screen and (min-width: 769px) {
  .modal-card, .modal-content {
    width: 520px !important;
  }
}
.modal-card {
  width: auto !important;
}

.modal-card-head {
  background: #fff !important;
  border-bottom: 1px solid #fff !important;
}

.modal-card-body {
  border-radius: 0px 0px 6px 6px !important;
}

/* Modal styling end */
/* is-grid */
.is-grid {
  display: grid !important;
}

/* is-grid end */
/* button-main */
.button-main {
  color: #fff !important;
  background-color: #000 !important;
  border: none !important;
  display: inline-flex !important;
  gap: 10px !important;
  align-items: center !important;
  border-radius: 20px !important;
  min-height: 48px;
  box-shadow: inset 0 0 0 1px #000 !important;
  text-decoration: none !important;
  transition: 0.3s !important;
  line-height: 1.2 !important;
  position: relative !important;
  font-weight: 500 !important;
  font-size: 0.9375rem;
  text-align: center !important;
}

.button-main:hover {
  color: #fff;
  border: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  transition: 0.3s;
}

.button-main-small {
  min-height: 0px !important;
  font-size: 12px !important;
}

/* google-signin-button */
.btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #444444;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 10px 15px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.btn-google:hover {
  background-color: #f7f7f7;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-google:focus {
  outline: none;
  box-shadow: 0 0 0 2px #4285F4;
}

.btn-google-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.btn-google span {
  vertical-align: middle;
}

.gradient-border {
  --borderWidth: 1px;
  background: #1D1F20;
  position: relative;
  border-radius: 9999px;
}

.gradient-border:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(18 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* button-main end */
.negative {
  color: #CF1F2F;
}

.positive {
  color: #088551;
}

/* Tooltip */
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 0.875rem; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip); /* magic! */
  /* most of the rest of this is opinion */
  text-align: center;
  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #000;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::before,
[tooltip][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^=down]::before,
[tooltip][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/* Tooltip end */
/* no hover */
#no-hover {
  background: transparent !important;
  z-index: 5;
}

/* align vertically icons */
.icon {
  vertical-align: middle;
}

/* Not interactive button */
.button.is-static {
  background: transparent !important;
}

/* Great font size */
.font875 {
  font-size: 0.875rem;
}

/* Terminal hero background end */
@media screen and (max-width: 769px) {
  #is-mobile-pt-1 {
    padding-top: 1.35rem !important;
  }
  .is-mobile-pb-6 {
    padding-bottom: 3rem !important;
  }
  .is-64x64-mobile {
    height: 64px !important;
    width: 64px !important;
  }
}
@media screen and (max-width: 768px) {
  .button.is-fullwidth-mobile {
    display: flex;
    width: 100%;
  }
  .is-fullwidth-mobile {
    width: 100% !important;
  }
}
/* responsive mobile cards table */
.table-wrapper .table {
  margin-bottom: 0;
}

.table-wrapper:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .table-wrapper {
    overflow-x: auto;
  }
}
/* responsive mobile cards table END */
/* Flash */
#notice {
  font-size: 0.875rem;
  background-color: #effaf5;
  color: #257953;
  border-radius: 0.375em;
  position: relative;
  padding: 0.65rem;
  text-align: left;
  max-width: 343px;
  min-width: 288px;
  z-index: 6;
}

#alert {
  font-size: 0.875rem;
  background-color: #feecf0;
  color: #cc0f35;
  border-radius: 0.375em;
  position: relative;
  padding: 0.65rem;
  text-align: left;
  max-width: 343px;
  min-width: 288px;
  z-index: 6;
}

/* End Flash */
ion-icon {
  pointer-events: none;
}

/* Arrow color for select dropdown */
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #181A1F !important;
}

.delete {
  background: #1A1B25 !important;
}

.newhedge-border {
  border: 1px solid #DBDBDB;
  border-radius: 4px;
}
.newhedge-border:hover {
  background: #f8fafd;
}

.password-field {
  position: relative;
}
.password-field input {
  width: 100%;
  box-sizing: border-box;
  padding-right: 2.5rem;
}
.password-field span {
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.75;
  position: absolute;
  top: calc(50% - 0.55rem);
  right: 0.5rem;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.nav-avatar {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.image.nav-avatar-figure:before {
  content: "";
  position: absolute;
  background-color: #23be7e;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #fff;
  left: 16px;
  bottom: 0px;
}

.is-cover {
  object-fit: cover !important;
}

.navbar-burger {
  height: 2.3rem !important;
}

@media screen and (min-width: 1024px) {
  .navbar-end {
    margin-right: 21px;
  }
}
.align-middle {
  vertical-align: middle;
}

.sign-up-wrapper .right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  border-radius: 0 0 0 60px;
}

.sign-up-wrapper #bitcoin {
  width: 320px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 90px;
}

.contact-right {
  height: 100%;
}

.alerts-chart-rows {
  white-space: nowrap;
}
.alerts-chart-rows tr td {
  border-bottom: 1px solid #edeff2;
}

.alerts-chart-rows tr td {
  min-height: 50px !important;
  height: 50px !important;
}

@media screen and (max-width: 768px) {
  .alerts-chart-rows tr td {
    min-height: 50px !important;
    height: 50px !important;
  }
}
.dashboard-story-headline {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dashboard-card-border {
  color: hsl(0deg, 0%, 21%);
  border-radius: 4px;
  list-style-type: none;
}

.dashboard-card-border:hover {
  background: #f8fafd;
}

.icon-1x1-news {
  position: relative;
  overflow: hidden;
  min-width: 5.5rem;
  height: 3rem;
  flex: 0 0 auto;
  border-radius: 0.55rem;
  object-fit: cover;
  vertical-align: text-top;
}

.button-link {
  appearance: none !important;
  background: none !important;
  border: none !important;
  cursor: pointer;
}

.dashTable td {
  border-bottom: 1px solid #f0f0f0 !important;
}

.alert-dropdown-area:hover {
  background: #fff !important;
}

@media (max-width: 768px) {
  #top-stats {
    justify-content: center;
    border-bottom: 1px solid transparent !important;
    display: block !important;
  }
  .stat {
    border-right: 1px solid transparent !important;
  }
  .live-price {
    justify-content: center;
    font-size: 40px !important;
  }
  h3 {
    font-size: 40px !important;
  }
  .price-change {
    justify-content: center;
  }
}
#top-stats {
  width: 100%;
  display: flex;
  padding: 0 8px;
  line-height: 1;
}

#top-stats .live-price-stat {
  min-width: 170px;
}

#top-stats .live-price-stat .price-change {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}

#top-stats .btc-market-stats {
  display: flex;
  padding: 20px 0;
}

#top-stats h1 {
  color: #f2a900;
  margin-bottom: 6px;
  font-size: 13px;
}

#top-stats h3 {
  margin-bottom: 8px;
  font-size: 13px;
  margin-top: -2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#top-stats .stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 18px;
}

#top-stats .stat:first-child {
  padding-left: 0;
}

#top-stats .stat .stat-value {
  display: flex;
  font-size: 15px;
}

#top-stats .live-price {
  display: flex;
  font-weight: 500;
  line-height: 1;
  font-size: 30px;
}

#dashboard-chart-wrapper {
  width: 100%;
  position: relative;
}

#dashboard-chart-wrapper .btc-chart {
  width: 100%;
}

#dashboard-chart-wrapper .chart-options-wrapper {
  height: 38px;
  padding: 0 8px;
  border-bottom: 1px solid #232939;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #top-stats .btc-market-stats {
    display: none;
  }
  #top-stats {
    height: 96px;
  }
}
/* We'll need some initial vars to use here */
/* Base: Size  */
/* Base color */
/* General overrides */
/* NavBar: specifics */
/* Aside: Bulma override */
/* Aside: specifics */
/* Title Bar: specifics */
/* Hero Bar: specifics */
/* Card: Bulma override */
/* Card: specifics */
/* Bulma */
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input: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.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input: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.textarea, .is-active.input, .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].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

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

.navbar-link:not(.is-arrowless)::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%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb: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 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: hsl(0, 0%, 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  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(10, 10, 10, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 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;
}

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

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

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

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

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

ul {
  list-style: none;
}

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

html {
  box-sizing: border-box;
}

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

small {
  font-size: 0.875em;
}

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

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

fieldset {
  border: none;
}

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

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

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Elements */
.box {
  background-color: hsl(0, 0%, 100%);
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 1.25rem;
}

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

.button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.button:focus, .button.is-focused {
  border-color: hsl(229, 53%, 53%);
  color: hsl(0, 0%, 21%);
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.button:active, .button.is-active {
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: hsl(0, 0%, 29%);
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: hsl(0, 0%, 21%);
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: hsl(229, 53%, 53%);
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: hsl(229, 53%, 53%);
  text-decoration: underline;
}
.button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%);
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(171, 100%, 41%) hsl(171, 100%, 41%) !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(171, 100%, 41%);
  box-shadow: none;
  color: hsl(171, 100%, 41%);
}
.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.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(171, 100%, 41%);
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(171, 100%, 41%) hsl(171, 100%, 41%) !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #defffa;
  border-color: transparent;
  color: #00947e;
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #d1fff8;
  border-color: transparent;
  color: #00947e;
}
.button.is-link {
  background-color: hsl(229, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(229, 53%, 53%);
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(229, 53%, 53%);
  box-shadow: none;
  color: hsl(229, 53%, 53%);
}
.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.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #e6e9f7;
  border-color: transparent;
  color: #3850b7;
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #dce0f4;
  border-color: transparent;
  color: #3850b7;
}
.button.is-info {
  background-color: hsl(207, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: hsl(207, 61%, 53%);
  border-color: hsl(207, 61%, 53%);
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(207, 61%, 53%);
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: hsl(207, 61%, 53%);
  border-color: hsl(207, 61%, 53%);
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(207, 61%, 53%);
  box-shadow: none;
  color: hsl(207, 61%, 53%);
}
.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.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e4eff9;
  border-color: transparent;
  color: #296fa8;
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #dae9f6;
  border-color: transparent;
  color: #296fa8;
}
.button.is-success {
  background-color: hsl(153, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: hsl(153, 53%, 53%);
  border-color: hsl(153, 53%, 53%);
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(153, 53%, 53%);
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: hsl(153, 53%, 53%);
  border-color: hsl(153, 53%, 53%);
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(153, 53%, 53%);
  box-shadow: none;
  color: hsl(153, 53%, 53%);
}
.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.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e6f7ef;
  border-color: transparent;
  color: #257953;
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #dcf4e9;
  border-color: transparent;
  color: #257953;
}
.button.is-warning {
  background-color: hsl(44, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(44, 100%, 77%);
}
.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: hsl(44, 100%, 77%);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(44, 100%, 77%);
  box-shadow: none;
  color: hsl(44, 100%, 77%);
}
.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.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fff6de;
  border-color: transparent;
  color: #946c00;
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fff3d1;
  border-color: transparent;
  color: #946c00;
}
.button.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348, 86%, 61%);
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348, 86%, 61%);
  box-shadow: none;
  color: hsl(348, 86%, 61%);
}
.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.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(348, 86%, 61%);
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}
.button.is-small {
  font-size: 0.75rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}
.button.is-static {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 48%);
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

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

@media screen and (max-width: 768px) {
  .button.is-responsive.is-small {
    font-size: 0.5625rem;
  }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.65625rem;
  }
  .button.is-responsive.is-medium {
    font-size: 0.75rem;
  }
  .button.is-responsive.is-large {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .button.is-responsive.is-small {
    font-size: 0.65625rem;
  }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.75rem;
  }
  .button.is-responsive.is-medium {
    font-size: 1rem;
  }
  .button.is-responsive.is-large {
    font-size: 1.25rem;
  }
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

.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: hsl(0, 0%, 21%);
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 5px solid hsl(0, 0%, 86%);
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.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 hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: hsl(0, 0%, 21%);
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.75rem;
}
.content.is-normal {
  font-size: 1rem;
}
.content.is-medium {
  font-size: 1.25rem;
}
.content.is-large {
  font-size: 1.5rem;
}

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

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

div.icon-text {
  display: flex;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  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: hsl(0, 0%, 96%);
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: hsl(0, 0%, 100%);
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.notification.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.notification.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.notification.is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.notification.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.notification.is-link {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.notification.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.notification.is-info {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.notification.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.notification.is-success {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.notification.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.notification.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.notification.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

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

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 21%);
}
.table td,
.table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.table td.is-black,
.table th.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.table td.is-light,
.table th.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: hsl(171, 100%, 41%);
  border-color: hsl(171, 100%, 41%);
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: hsl(207, 61%, 53%);
  border-color: hsl(207, 61%, 53%);
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: hsl(153, 53%, 53%);
  border-color: hsl(153, 53%, 53%);
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
  background-color: hsl(348, 86%, 61%);
  border-color: hsl(348, 86%, 61%);
  color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: hsl(171, 100%, 41%);
  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 td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
.table th {
  color: hsl(0, 0%, 21%);
}
.table th:not([align]) {
  text-align: left;
}
.table tr.is-selected {
  background-color: hsl(171, 100%, 41%);
  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 {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.table tbody {
  background-color: transparent;
}
.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: hsl(0, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: hsl(0, 0%, 96%);
}
.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: hsl(0, 0%, 98%);
}

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

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

.tag:not(body) {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  color: hsl(0, 0%, 29%);
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.tag:not(body).is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.tag:not(body).is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.tag:not(body).is-link {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.tag:not(body).is-info {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.tag:not(body).is-success {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.tag:not(body).is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.tag:not(body).is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.25rem;
}
.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%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  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: 9999px;
}

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

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

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

.number {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* Bulma Form */
.select select, .textarea, .input {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  color: hsl(0, 0%, 21%);
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: hsl(0, 0%, 71%);
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: hsl(229, 53%, 53%);
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

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

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

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

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: hsl(0, 0%, 21%);
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: hsl(0, 0%, 48%);
  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.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: hsl(229, 53%, 53%);
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: hsl(0, 0%, 96%);
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-white:not(:hover)::after {
  border-color: hsl(0, 0%, 100%);
}
.select.is-white select {
  border-color: hsl(0, 0%, 100%);
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.select.is-black:not(:hover)::after {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select {
  border-color: hsl(0, 0%, 4%);
}
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select {
  border-color: hsl(0, 0%, 96%);
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select {
  border-color: hsl(0, 0%, 21%);
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: hsl(171, 100%, 41%);
}
.select.is-primary select {
  border-color: hsl(171, 100%, 41%);
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #00b89c;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: hsl(229, 53%, 53%);
}
.select.is-link select {
  border-color: hsl(229, 53%, 53%);
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #3a51bb;
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: hsl(207, 61%, 53%);
}
.select.is-info select {
  border-color: hsl(207, 61%, 53%);
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #3082c5;
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: hsl(153, 53%, 53%);
}
.select.is-success select {
  border-color: hsl(153, 53%, 53%);
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3abb81;
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: hsl(44, 100%, 77%);
}
.select.is-warning select {
  border-color: hsl(44, 100%, 77%);
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd970;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: hsl(348, 86%, 61%);
}
.select.is-danger select {
  border-color: hsl(348, 86%, 61%);
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.5rem;
}
.select.is-disabled::after {
  border-color: hsl(0, 0%, 48%) !important;
  opacity: 0.5;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0, 0%, 4%);
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}
.file.is-black .file-cta {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: hsl(0, 0%, 100%);
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.file.is-light .file-cta {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: hsl(171, 100%, 41%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: hsl(229, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: hsl(207, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: hsl(153, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: hsl(44, 100%, 77%);
  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: #ffdc7d;
  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;
  box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: hsl(348, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-normal {
  font-size: 1rem;
}
.file.is-medium {
  font-size: 1.25rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.5rem;
}
.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: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  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: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Bulma Components */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: hsl(229, 53%, 53%);
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: hsl(0, 0%, 21%);
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: hsl(0, 0%, 21%);
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: hsl(0, 0%, 71%);
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  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 {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.75rem;
}
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
.breadcrumb.is-large {
  font-size: 1.5rem;
}
.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: hsl(0, 0%, 100%);
  border-radius: 0.25rem;
  box-shadow: none;
  color: hsl(0, 0%, 29%);
  max-width: 100%;
  position: relative;
}

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

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: none;
  display: flex;
}

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

.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

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

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

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

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

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

.dropdown {
  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: hsl(0, 0%, 100%);
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 0;
  color: #727c8f;
  display: block;
  padding: 0.5rem 0;
}
.menu-list a:hover {
  background-color: #F5F8FA;
  color: #727c8f;
}
.menu-list a.is-active {
  background-color: #282c33;
  color: hsl(0, 0%, 100%);
}
.menu-list li ul {
  border-left: 1px solid hsl(0, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #666f81;
  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: hsl(0, 0%, 96%);
  border-radius: 4px;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.75rem;
}
.message.is-medium {
  font-size: 1.25rem;
}
.message.is-large {
  font-size: 1.5rem;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.message.is-white .message-body {
  border-color: hsl(0, 0%, 100%);
}
.message.is-black {
  background-color: #fafafa;
}
.message.is-black .message-header {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.message.is-black .message-body {
  border-color: hsl(0, 0%, 4%);
}
.message.is-light {
  background-color: #fafafa;
}
.message.is-light .message-header {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.message.is-light .message-body {
  border-color: hsl(0, 0%, 96%);
}
.message.is-dark {
  background-color: #fafafa;
}
.message.is-dark .message-header {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.message.is-dark .message-body {
  border-color: hsl(0, 0%, 21%);
}
.message.is-primary {
  background-color: #ebfffc;
}
.message.is-primary .message-header {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.message.is-primary .message-body {
  border-color: hsl(171, 100%, 41%);
  color: #00947e;
}
.message.is-link {
  background-color: #eff1fa;
}
.message.is-link .message-header {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.message.is-link .message-body {
  border-color: hsl(229, 53%, 53%);
  color: #3850b7;
}
.message.is-info {
  background-color: #eff5fb;
}
.message.is-info .message-header {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.message.is-info .message-body {
  border-color: hsl(207, 61%, 53%);
  color: #296fa8;
}
.message.is-success {
  background-color: #effaf5;
}
.message.is-success .message-header {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.message.is-success .message-body {
  border-color: hsl(153, 53%, 53%);
  color: #257953;
}
.message.is-warning {
  background-color: #fffaeb;
}
.message.is-warning .message-header {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.message.is-warning .message-body {
  border-color: hsl(44, 100%, 77%);
  color: #946c00;
}
.message.is-danger {
  background-color: #feecf0;
}
.message.is-danger .message-header {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.message.is-danger .message-body {
  border-color: hsl(348, 86%, 61%);
  color: #cc0f35;
}

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

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

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

.modal-background {
  background-color: rgba(10, 10, 10, 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: 769px) {
  .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: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

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

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

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

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

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

.navbar {
  background-color: hsl(0, 0%, 100%);
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .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:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 4%);
}
.navbar.is-white .navbar-burger {
  color: hsl(0, 0%, 4%);
}
@media screen and (min-width: 1024px) {
  .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: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .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:focus,
  .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:focus,
  .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:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .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: hsl(0, 0%, 4%);
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 4%);
  }
}
.navbar.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .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:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-burger {
  color: hsl(0, 0%, 100%);
}
@media screen and (min-width: 1024px) {
  .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: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .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:focus,
  .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:focus,
  .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:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 4%);
    color: hsl(0, 0%, 100%);
  }
}
.navbar.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .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:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .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: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .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:focus,
  .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:focus,
  .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:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .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: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .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:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .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:focus,
  .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:focus,
  .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:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .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: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 21%);
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: hsl(171, 100%, 41%);
  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:focus, .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:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
  .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:focus,
  .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:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #00b89c;
    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:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(171, 100%, 41%);
    color: #fff;
  }
}
.navbar.is-link {
  background-color: hsl(229, 53%, 53%);
  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:focus, .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:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #3a51bb;
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
  .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:focus,
  .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:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #3a51bb;
    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:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3a51bb;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(229, 53%, 53%);
    color: #fff;
  }
}
.navbar.is-info {
  background-color: hsl(207, 61%, 53%);
  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:focus, .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:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
  .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:focus,
  .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:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #3082c5;
    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:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3082c5;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(207, 61%, 53%);
    color: #fff;
  }
}
.navbar.is-success {
  background-color: hsl(153, 53%, 53%);
  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:focus, .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:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #3abb81;
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
  .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:focus,
  .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:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #3abb81;
    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:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3abb81;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(153, 53%, 53%);
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: hsl(44, 100%, 77%);
  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:focus, .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:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
  .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:focus,
  .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:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd970;
    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:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(44, 100%, 77%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: hsl(348, 86%, 61%);
  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:focus, .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:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ef2e55;
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
  .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:focus,
  .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:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ef2e55;
    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:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ef2e55;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(348, 86%, 61%);
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
}
.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 {
  box-shadow: 0 -2px 0 0 hsl(0, 0%, 96%);
}
.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 {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .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 {
  color: hsl(0, 0%, 29%);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.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: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: hsl(0, 0%, 29%);
  display: block;
  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;
}

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

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 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:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: hsl(229, 53%, 53%);
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: hsl(229, 53%, 53%);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: hsl(229, 53%, 53%);
  padding-bottom: calc(0.5rem - 3px);
}

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

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: hsl(229, 53%, 53%);
  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: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-link::after {
    display: none;
  }
  .navbar-menu {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .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 {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 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: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .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:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .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:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(229, 53%, 53%);
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid hsl(0, 0%, 86%);
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .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:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .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;
    transform: translateY(0);
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: hsl(0, 0%, 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0, 0%, 86%);
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(229, 53%, 53%);
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-divider {
    display: block;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  .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 {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 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: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: hsl(0, 0%, 4%);
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 98%);
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  .pagination-previous,
  .pagination-next,
  .pagination-link,
  .pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }
  .pagination-previous {
    order: 2;
  }
  .pagination-next {
    order: 3;
  }
  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
.panel.is-white .panel-heading {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 100%);
}
.panel.is-white .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 100%);
}
.panel.is-black .panel-heading {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 4%);
}
.panel.is-black .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 4%);
}
.panel.is-light .panel-heading {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 96%);
}
.panel.is-light .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 96%);
}
.panel.is-dark .panel-heading {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 21%);
}
.panel.is-dark .panel-block.is-active .panel-icon {
  color: hsl(0, 0%, 21%);
}
.panel.is-primary .panel-heading {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: hsl(171, 100%, 41%);
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: hsl(171, 100%, 41%);
}
.panel.is-link .panel-heading {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: hsl(229, 53%, 53%);
}
.panel.is-link .panel-block.is-active .panel-icon {
  color: hsl(229, 53%, 53%);
}
.panel.is-info .panel-heading {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: hsl(207, 61%, 53%);
}
.panel.is-info .panel-block.is-active .panel-icon {
  color: hsl(207, 61%, 53%);
}
.panel.is-success .panel-heading {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: hsl(153, 53%, 53%);
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: hsl(153, 53%, 53%);
}
.panel.is-warning .panel-heading {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: hsl(44, 100%, 77%);
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: hsl(44, 100%, 77%);
}
.panel.is-danger .panel-heading {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: hsl(348, 86%, 61%);
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: hsl(348, 86%, 61%);
}

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

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

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

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

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

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

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

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

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

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  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: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    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;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-text-primary {
  color: hsl(171, 100%, 41%) !important;
}

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

.has-background-primary {
  background-color: hsl(171, 100%, 41%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-text-info {
  color: hsl(207, 61%, 53%) !important;
}

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

.has-background-info {
  background-color: hsl(207, 61%, 53%) !important;
}

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

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

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

.has-text-info-dark {
  color: #296fa8 !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #368ace !important;
}

.has-background-info-dark {
  background-color: #296fa8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.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: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

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

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

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

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

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

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

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

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

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

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

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

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

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

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

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

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

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

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

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

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

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

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

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

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

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

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

body {
  font-family: "Inter", serif;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
body ::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

@media screen and (min-width: 1024px) {
  html.charts.has-aside-left.has-aside-expanded nav.navbar,
  html.charts.has-aside-left.has-aside-expanded body {
    padding-left: 16rem;
  }
  html.charts.has-aside-left aside.is-placed-left {
    display: block;
  }
  html.charts aside.aside.chart-aside-hidden .aside-tools {
    position: absolute;
    top: 2.5rem;
  }
  html.charts aside.aside.chart-aside-hidden .aside-tools .expand-toggle {
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: 0.4s ease;
    margin-top: 40px;
  }
  html.charts aside.aside.chart-aside-hidden .menu.is-menu-main {
    display: none;
  }
  html.charts aside.aside.is-expanded {
    width: 16rem;
    border-right: 1px solid #D8DFE6;
  }
  html.charts aside.aside.is-expanded .menu-list .icon {
    width: 3rem;
    margin-right: -10px;
  }
  html.charts aside.aside.is-expanded .menu-list .icon.has-update-mark:after {
    right: 0.65rem;
  }
  html.charts aside.aside.is-expanded .menu-list span.menu-item-label {
    display: inline-block;
    font-size: 0.875rem;
    vertical-align: middle;
  }
  html.charts aside.aside.is-expanded .menu-list li.is-active ul {
    display: block;
  }
}
.modal-open {
  overflow-y: hidden;
}

html.charts aside.aside {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  height: 100vh;
  padding: 0;
  box-shadow: none;
  background: #FBFBFC;
}
html.charts aside.aside .aside-tools {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  color: hsl(0, 0%, 100%);
  line-height: 4rem;
  height: 3.4rem;
  padding-left: 0.75rem;
  flex: 1;
}
html.charts aside.aside .aside-tools .icon {
  margin-right: 0.75rem;
}
html.charts aside.aside .menu-list li a {
  border-radius: 4px;
  padding: 0.2rem 0rem 0.3rem;
}
html.charts aside.aside .menu-list li a.has-dropdown-icon {
  position: relative;
  padding-right: 3rem;
}
html.charts aside.aside .menu-list li a.has-dropdown-icon .dropdown-icon {
  position: absolute;
  top: 0.2rem;
  right: 0;
}
html.charts aside.aside .menu-list li ul {
  display: none;
  border-left: 0;
  background-color: #282c33;
  padding-left: 0;
  margin: 0 0 0.75rem;
}
html.charts aside.aside .menu-list li ul li a {
  padding: 0.75rem 0 0.75rem 0.75rem;
  font-size: 0.95rem;
}
html.charts aside.aside .menu-list li ul li a.has-icon {
  padding-left: 0;
}
html.charts aside.aside .menu-list li ul li a.is-active:not(:hover) {
  background: transparent;
}
html.charts aside.aside .menu-label {
  padding: 0 0.75rem;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 1023px) {
  html.charts #app {
    overflow-y: hidden;
  }
  html.charts.has-aside-mobile-transition body {
    overflow-x: hidden;
  }
  html.charts.has-aside-mobile-transition body,
  html.charts.has-aside-mobile-transition #app,
  html.charts.has-aside-mobile-transition nav.navbar {
    width: 100%;
  }
  html.charts.has-aside-mobile-transition aside.aside {
    width: 15rem;
    display: block;
    left: -15rem;
  }
  html.charts.has-aside-mobile-transition aside.aside .image img {
    max-width: 4.95rem;
  }
  html.charts.has-aside-mobile-transition aside.aside .menu-list li.is-active ul {
    display: block;
  }
  html.charts.has-aside-mobile-transition aside.aside .menu-list a .icon {
    width: 3rem;
    margin-right: -10px;
  }
  html.charts.has-aside-mobile-transition aside.aside .menu-list a .icon.has-update-mark:after {
    right: 0.65rem;
  }
  html.charts.has-aside-mobile-transition aside.aside .menu-list a span.menu-item-label {
    display: inline-block;
  }
  html.charts.has-aside-mobile-expanded #app,
  html.charts.has-aside-mobile-expanded nav.navbar {
    margin-left: 15rem;
  }
  html.charts.has-aside-mobile-expanded aside.aside {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .card-content-mobile {
    padding: 0px !important;
  }
  .is-actions-cell {
    display: none !important;
  }
  .data-table-row-treasuries {
    display: none;
  }
  .pb-0-mobile {
    padding-bottom: 0px !important;
  }
  button.axis-toggle-btn {
    display: none !important;
  }
  select.sma-dropdown {
    display: none !important;
  }
  .highcharts-exporting-group {
    display: none !important;
  }
  section.ai-summary details {
    margin: 0 auto;
    margin-top: -10px;
    justify-items: center;
  }
  section.ai-summary .content {
    padding: 6px;
  }
  .download-buttons-container {
    justify-content: center;
  }
  .download-buttons-container .button {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  #etf-trackers-table tr {
    height: auto !important;
  }
  .newhedge-dashboard {
    display: block !important;
  }
}
html.charts .card {
  border-radius: 6px;
  border: 1px solid rgba(24, 28, 33, 0.06);
}
html.charts .card.is-card-widget .card-content {
  padding: 0.75rem;
}
html.charts .card .card-header {
  border-bottom: 1px solid rgba(24, 28, 33, 0.06);
}
html.charts .card .card-content .generic-chart-container hr {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
html.charts .card .is-widget-icon .icon {
  width: 5rem;
  height: 5rem;
}
html.charts .card .is-widget-label .subtitle {
  color: hsl(0, 0%, 48%);
}

@media screen and (max-width: 1023px) {
  html.charts nav.navbar {
    display: flex;
    padding-right: 0;
  }
  html.charts nav.navbar .navbar-brand {
    flex: 1;
  }
  html.charts nav.navbar .navbar-brand.is-right {
    flex: none;
  }
  html.charts nav.navbar .navbar-item.no-left-space-touch {
    padding-left: 0;
  }
  html.charts nav.navbar .navbar-menu {
    position: absolute;
    width: 100%;
    padding-top: 0;
    top: 3.25rem;
    left: 0;
  }
  html.charts nav.navbar .navbar-menu .navbar-item .icon:first-child {
    margin-right: 0.75rem;
  }
  html.charts nav.navbar .navbar-menu .navbar-item.has-dropdown > .navbar-link {
    background-color: hsl(0, 0%, 96%);
  }
  html.charts nav.navbar .navbar-menu .navbar-item.has-dropdown > .navbar-link .icon:last-child {
    display: none;
  }
  html.charts nav.navbar .navbar-menu .navbar-item.has-user-avatar > .navbar-link {
    display: flex;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
html.charts .is-tiles-wrapper {
  margin-bottom: 1.5rem;
}
html.charts section.section {
  padding: 1.5rem;
}
html.charts section.section ul li:last-child {
  padding-right: 0;
}
html.charts section.section ul li:last-child:after {
  display: none;
}
html.charts .h-100 {
  height: 100%;
}
html.charts .min-h-0 {
  min-height: 0 !important;
}
html.charts .border-0 {
  border: 0 !important;
}
html.charts .button {
  border: 1px solid rgb(236, 238, 240);
}
html.charts .button:hover {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
html.charts .chart-content {
  min-height: calc(100vh - 104px);
  background: #FBFBFC;
  border-radius: 20px 0px 0px 0px;
}
html.charts .input-message {
  float: left;
  height: 45px;
  margin: 0;
  border: 0;
  padding: 0 10px;
  outline: none;
  color: #5D7185;
  font-size: 14px;
  border-radius: 4px 0px 0px 4px !important;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
}
html.charts .textarea-message {
  float: left;
  height: 45px;
  margin: 0;
  border: 0;
  padding: 12px 10px 4px;
  resize: none;
  outline: none;
  color: #5D7185;
  font-size: 13px;
  border-radius: 4px 0px 0px 4px !important;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
}
html.charts .select select:focus, html.charts .textarea:focus, html.charts #input-msg-styling:focus, html.charts .select select.is-focused, html.charts .is-focused.textarea, html.charts .is-focused#input-msg-styling, html.charts .select select:active, html.charts .textarea:active, html.charts #input-msg-styling:active, html.charts .select select.is-active, html.charts .is-active.textarea, html.charts .is-active#input-msg-styling {
  box-shadow: none !important;
  border: none !important;
}
html.charts .h-auto {
  height: auto !important;
}
html.charts .right-brand {
  position: absolute;
  right: 0;
}

.box {
  box-shadow: 0 0.1em 0.4em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.05);
}

.navbarCharts {
  position: relative !important;
  box-sizing: border-box !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  border-bottom: 1px solid #D8DFE6;
  background: #fff;
}

.chat-history {
  padding: 10px 15px 15px 5px;
}

.top-content {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 auto;
  width: auto;
  min-height: 530px;
  overflow-y: auto;
  height: 530px;
}

.chat-message-content {
  margin-left: 8px;
  position: relative;
}
.chat-message-content img {
  float: left;
  border-radius: 50%;
  pointer-events: none;
  margin-right: 14px;
}

.chat-message-timestamp {
  position: relative;
  float: right;
  top: -7px;
  font-size: 9px;
  border-bottom: 1px dotted #C8C8C8;
  color: #888;
  cursor: default;
}

.chatDate {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  z-index: 1;
}

.chatbox-datenow {
  font-size: 10px !important;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(64, 68, 82, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(64, 68, 82, 0.08) 0px 2px 5px 0px;
}

#bottom-content {
  position: relative;
  bottom: 0;
  width: 100%;
}

.input-area {
  padding: 10px 8px 0 8px;
  overflow: hidden;
}

.sendmsg {
  width: 50px !important;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  height: 45px !important;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  border-color: transparent;
}

html.charts .select select:focus, html.charts .textarea:focus, html.charts #input-msg-styling:focus, html.charts .select select.is-focused, html.charts .is-focused.textarea, html.charts .is-focused#input-msg-styling, html.charts .select select:active, html.charts .textarea:active, html.charts #input-msg-styling:active, html.charts .select select.is-active, html.charts .is-active.textarea, html.charts .is-active#input-msg-styling {
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05) !important;
  border: 0 !important;
}

.msgFullbox {
  min-width: 300px;
  max-height: 655px;
}

.msgFullbox.msgFullboxGlobal {
  min-width: 300px;
  max-height: 655px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
  border-radius: 20px !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(80px);
}

.chat-join-button-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.chat-join-button-container:hover {
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
  opacity: 1;
  backdrop-filter: blur(2px);
}

.mobile-register {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

@media screen and (max-width: 768px) {
  .msgFullbox {
    width: 100%;
  }
  .chart-content-body {
    width: 100% !important;
  }
  .flex-5 {
    width: 100% !important;
  }
  .level-item-mobile {
    justify-content: left;
  }
  .graph-modes .button {
    padding: 0.4rem;
  }
  .mobile-register {
    margin-top: -20px;
    display: contents;
  }
  .navbar-dropdown {
    box-shadow: none !important;
    border: none !important;
  }
  #blogDropdown .container.is-fluid {
    padding: 10px !important;
  }
  .nav-item-padding {
    padding: 10px !important;
  }
  .nav-content-mobile {
    display: flex;
    justify-content: space-between;
  }
  #cookies-consent-popup p {
    font-size: 12px !important;
  }
}
.msg_box {
  display: flex !important;
  flex-direction: column-reverse !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
.msg_box::-webkit-scrollbar {
  width: 7px;
  background: transparent;
}
.msg_box::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 5px;
}

.msgTxt {
  font-size: 0.875rem;
  line-height: 20px;
  margin-left: 39px;
  color: #333333;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

.flex-5 {
  flex: none;
  width: 20%;
}

.chart-content-body {
  width: 71%;
}

.comment-favorite {
  color: #808a9d;
  margin-left: 32px;
}

.delete-message {
  background-color: #d18e94 !important;
}

.delete-message:hover {
  background-color: #CF202F !important;
  transition: 0.2s;
}

.hidden-label {
  position: relative;
  top: -20px;
}

.newhedge-fave button {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.newhedge-fave svg {
  cursor: pointer;
  overflow: visible;
  width: 28px;
}
.newhedge-fave svg #heart {
  transform-origin: center;
  animation: animateHeartOut 0.3s linear forwards;
}
.newhedge-fave svg #main-circ {
  transform-origin: 29.5px 29.5px;
}
.newhedge-fave #checkbox {
  display: none;
}
.newhedge-fave #checkbox:checked + label svg #heart {
  transform: scale(0.2);
  fill: #E2264D;
  animation: animateHeart 0.3s linear forwards 0.25s;
}
.newhedge-fave #checkbox:checked + label svg #main-circ {
  transition: all 2s;
  animation: animateCircle 0.3s linear forwards;
  opacity: 1;
}
.newhedge-fave #checkbox:checked + label svg #grp1 {
  opacity: 1;
  transition: 0.1s all 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp1 #oval1 {
  transform: scale(0) translate(0, -30px);
  transform-origin: 0 0 0;
  transition: 0.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp1 #oval2 {
  transform: scale(0) translate(10px, -50px);
  transform-origin: 0 0 0;
  transition: 1.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp2 {
  opacity: 1;
  transition: 0.1s all 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp2 #oval1 {
  transform: scale(0) translate(30px, -15px);
  transform-origin: 0 0 0;
  transition: 0.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp2 #oval2 {
  transform: scale(0) translate(60px, -15px);
  transform-origin: 0 0 0;
  transition: 1.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp3 {
  opacity: 1;
  transition: 0.1s all 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp3 #oval1 {
  transform: scale(0) translate(30px, 0px);
  transform-origin: 0 0 0;
  transition: 0.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp3 #oval2 {
  transform: scale(0) translate(60px, 10px);
  transform-origin: 0 0 0;
  transition: 1.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp4 {
  opacity: 1;
  transition: 0.1s all 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp4 #oval1 {
  transform: scale(0) translate(30px, 15px);
  transform-origin: 0 0 0;
  transition: 0.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp4 #oval2 {
  transform: scale(0) translate(40px, 50px);
  transform-origin: 0 0 0;
  transition: 1.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp5 {
  opacity: 1;
  transition: 0.1s all 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp5 #oval1 {
  transform: scale(0) translate(-10px, 20px);
  transform-origin: 0 0 0;
  transition: 0.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp5 #oval2 {
  transform: scale(0) translate(-60px, 30px);
  transform-origin: 0 0 0;
  transition: 1.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp6 {
  opacity: 1;
  transition: 0.1s all 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp6 #oval1 {
  transform: scale(0) translate(-30px, 0px);
  transform-origin: 0 0 0;
  transition: 0.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp6 #oval2 {
  transform: scale(0) translate(-60px, -5px);
  transform-origin: 0 0 0;
  transition: 1.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp7 {
  opacity: 1;
  transition: 0.1s all 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp7 #oval1 {
  transform: scale(0) translate(-30px, -15px);
  transform-origin: 0 0 0;
  transition: 0.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp7 #oval2 {
  transform: scale(0) translate(-55px, -30px);
  transform-origin: 0 0 0;
  transition: 1.5s transform 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp2 {
  opacity: 1;
  transition: 0.1s opacity 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp3 {
  opacity: 1;
  transition: 0.1s opacity 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp4 {
  opacity: 1;
  transition: 0.1s opacity 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp5 {
  opacity: 1;
  transition: 0.1s opacity 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp6 {
  opacity: 1;
  transition: 0.1s opacity 0.3s;
}
.newhedge-fave #checkbox:checked + label svg #grp7 {
  opacity: 1;
  transition: 0.1s opacity 0.3s;
}
@keyframes animateCircle {
  40% {
    transform: scale(10);
    opacity: 1;
    fill: #DD4688;
  }
  55% {
    transform: scale(11);
    opacity: 1;
    fill: #D46ABF;
  }
  65% {
    transform: scale(12);
    opacity: 1;
    fill: #CC8EF5;
  }
  75% {
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0.5;
  }
  85% {
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0.2;
  }
  95% {
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0.1;
  }
  100% {
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0;
  }
}
@keyframes animateHeart {
  0% {
    transform: scale(0.2);
  }
  40% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animateHeartOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.newhedgeDashBox {
  background: #FBFBFC;
}

.dashboardPercent {
  font-weight: 400;
  line-height: 1.5;
  font-size: 12px;
  display: inline-table;
  min-width: 60px;
  text-align: right;
}

.dashboard-split-text {
  min-width: 150px;
}

.dashboard-primary-text {
  display: inline-table;
  text-align: left;
  min-width: 85px;
}

.dashboard-secondary-text {
  font-weight: 400;
  font-size: 12px;
  display: inline-table;
  min-width: 65px;
  text-align: right;
  color: #949494;
}

.infos-key-values h4 {
  color: rgba(0, 14, 24, 0.5);
  font-size: 0.775rem;
}
.infos-key-values p {
  font-weight: 500;
  font-family: "IBM Plex Sans", serif;
}

.avatar-hover:hover {
  cursor: pointer;
}

.avatar-info-box:hover {
  cursor: auto;
}

.bubble-in-chat {
  font-size: 8px;
  position: absolute;
  margin-top: 3px;
}

.generic-chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 650px;
}

.newhedgeNews .tabs:not(:last-child), .newhedgeNews .pagination:not(:last-child), .newhedgeNews .message:not(:last-child), .newhedgeNews .level:not(:last-child), .newhedgeNews .breadcrumb:not(:last-child), .newhedgeNews .block:not(:last-child), .newhedgeNews .title:not(:last-child),
.newhedgeNews .subtitle:not(:last-child), .newhedgeNews .table-container:not(:last-child), .newhedgeNews .table:not(:last-child), .newhedgeNews .progress:not(:last-child), .newhedgeNews .notification:not(:last-child), .newhedgeNews .content:not(:last-child), .newhedgeNews .box:not(:last-child) {
  margin-bottom: 0px !important;
}

.newhedgeNews {
  max-width: 260px !important;
}

.newhedgeNews .tabs.is-boxed li.is-active a {
  color: #000 !important;
  font-weight: 500 !important;
}

.newhedgeNewsBox {
  height: 422px;
  overflow-y: scroll;
  padding: 0px;
  box-shadow: none;
  background: #FBFBFC;
}

.newhedgeNewsOuterBox {
  width: 100%;
  border-radius: 0px;
  padding-left: 8px;
  padding-right: 20px;
  background: #FBFBFC;
}

.hourly-stats-border {
  border-bottom: 1px solid #D7DFE6;
}

.btcPriceContainerStyling {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 582px;
}

.btcPriceContainerStylingDashboard {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 396px;
}

.btcPriceFullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
}

.ion-icon-small {
  width: 12px;
}

.ion-icon-md {
  width: 16px;
}

.ion-icon-lg {
  width: 21px;
}

.highcharts-container,
.highcharts-container svg {
  width: 100% !important;
  height: 100% !important;
}

.highcharts-container {
  background: url(/assets/newhedge_logo_lightmode-83b2f8f1e7691b1bbc5169fed048df48c757de172b90ee587c8e8a3fc20139ca.png) center center no-repeat;
  background-size: 60%;
}

#btcPriceContainer > .highcharts-container {
  background: url(/assets/newhedge_logo_lightmode-83b2f8f1e7691b1bbc5169fed048df48c757de172b90ee587c8e8a3fc20139ca.png) center center no-repeat;
  background-size: 32%;
}

.rainbow .highcharts-container {
  background-position-y: 10%;
}

.sparkline-alert > .highcharts-container {
  background: none;
  background-size: auto !important;
}

.sparkline-alert[trending] > .highcharts-container {
  margin: 15px auto;
}

@media (max-width: 1025px) {
  .rainbow .highcharts-container {
    background-position-y: 25%;
  }
}
@media (max-width: 619px) {
  .rainbow .highcharts-container {
    background-position-y: 40%;
  }
  #alert-sparkline > .highcharts-container > svg {
    max-width: 200px !important;
  }
  .highcharts-axis-labels.highcharts-yaxis-labels text {
    font-size: 9px !important;
  }
  .highcharts-axis-labels.highcharts-xaxis-labels text {
    font-size: 9px !important;
  }
}
@media (max-width: 442px) {
  .rainbow .highcharts-container {
    background-position-y: 55%;
  }
}
.admin-is-sticky {
  position: sticky;
  left: 0;
  background: #fff;
}

.heatmap {
  width: 150px;
  height: 15px;
  margin: 0px 0.5rem;
  background-color: rgb(68, 103, 235);
  background-image: linear-gradient(90deg, rgb(68, 103, 235), rgb(38, 200, 17), rgb(245, 219, 76), rgb(247, 132, 16), rgb(235, 68, 68));
}
.heatmap:before {
  content: "~1400";
  position: absolute;
  left: -30px;
}
.heatmap:after {
  content: "0";
  position: absolute;
  right: -5px;
}

.heatmap-title {
  text-align: center;
  margin-bottom: 5px;
}

svg.highcharts-root {
  font-family: Inter, "Inter", system-ui, sans-serif !important;
}

div.generic-chart-container *:not(h1, a) {
  font-size: 12px;
  font-family: Inter, "Inter", system-ui, sans-serif !important;
}

div.generic-chart-container:not(.exchange-trading-volume-btc, .exchange-trading-volume, .us-vs-offshore-trading-volume, .btc-futures-open-interest, .monthly-exchange-volume, .btc-monthly-exchange-volume, .spot-etf-volumes, .futures-etf-volumes, .spot-bitcoin-etf-holdings) .highcharts-reset-zoom {
  display: none !important;
}

#btcPriceContainer .highcharts-axis-labels text {
  fill: #848CA2 !important;
}

.highcharts-axis-labels text {
  fill: #3c414c !important;
}

.highcharts-navigator-mask-inside {
  fill: rgba(60, 65, 76, 0.1) !important;
}

.stock_to_flow_halving {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem 0.5rem 1rem 0.5rem;
  bottom: 90px;
  font-size: 0.75rem;
}

.halving_div {
  width: 150px;
  height: 10px;
  margin: 0px 0.5rem;
  background-color: rgb(68, 103, 235);
  background-image: linear-gradient(90deg, rgb(68, 103, 235), rgb(38, 200, 17), rgb(245, 219, 76), rgb(247, 132, 16), rgb(235, 68, 68));
}

.min-w-50p {
  min-width: 50px;
}

.sidenav-news-item {
  height: 100%;
  width: 242px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.message-avatar {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

.news-card {
  border: none !important;
}

.coin-metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, min(100vw, 400px));
  margin: 1rem;
  gap: 40px;
  width: fit-content;
  max-width: min(100%, 1300px);
}

.alert-hoverable {
  width: 95%;
  margin: 0 auto;
}

.alert-hoverable:hover {
  background: hsl(0, 0%, 98%);
}

@media (min-width: 768px) {
  .halving_div {
    height: 15px;
  }
}
@media (max-width: 1201px) {
  #darkmode #dashboard-force .box {
    box-shadow: none !important;
  }
  #dashboard-force .tile.is-child.box .dashboard-subcol {
    padding: 6px 0px 6px 0px !important;
  }
}
@media (max-width: 768px) {
  #cookies-consent-popup {
    display: none !important;
  }
  .coin-metrics-grid {
    display: contents !important;
  }
  .info-tiles {
    display: flex;
  }
  .chart-header-mobile {
    margin-top: 4px !important;
  }
  .btcPriceContainerStyling {
    height: 292px;
  }
  .btcPriceContainerStylingDashboard {
    height: 302px;
  }
  .newhedgeNews {
    max-width: 100% !important;
  }
  .newhedge-dashprice-view {
    padding-right: 6px;
  }
  .newhedgeNewsOuterBox {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0px;
  }
  #dashboard-force .tile.is-child.box .dashboard-subtitle {
    font-size: 20px !important;
  }
  .newhedgeNewsBox {
    height: 200px;
  }
  .pl-0-mobile {
    padding-left: 0px !important;
    margin: 0 auto;
    margin-top: -10px;
  }
  .dashboard-h4 {
    display: none;
  }
  .mobile-live-price-header {
    margin: 0 auto;
    justify-items: center;
    flex-wrap: wrap-reverse;
  }
  .mobile-live-price-header .stat.live-price-stat {
    margin: 0 auto;
    justify-items: center;
  }
  .mobile-live-price-header .price-change {
    text-align: center;
  }
  .hero.chart-component-wide .p-4.mobile-live-price-header {
    padding: 4px !important;
  }
  #dashboard-force .tile.is-child.box {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .dashboard-subcol p:first-child {
    font-size: 15px !important;
  }
  .dashboard-subcol p:last-child {
    font-size: 15px !important;
  }
}
.btc_prices .highcharts-container, .btc_prices .highcharts-root, .btc_prices .highcharts-background {
  width: 100% !important;
}

.date-select-btc-price {
  justify-content: right !important;
}

@media screen and (max-width: 411px) {
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xs-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media screen and (max-width: 363px) {
  .btc_prices .generic-chart-container {
    margin: 0 -2px !important;
  }
}
div.generic-chart-container .highcharts-tooltip div.atm-map {
  margin-right: 16px;
}
div.generic-chart-container .highcharts-tooltip div.atm-map h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
div.generic-chart-container .highcharts-tooltip div.atm-map ion-icon {
  vertical-align: text-top;
}
div.generic-chart-container .highcharts-tooltip div.atm-map div {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 28px;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.legality-map-container .legality-map-list {
  width: 100%;
  margin: auto;
  height: 50vh;
  overflow-y: scroll;
  padding: 0.65rem;
}
.legality-map-container .country-search {
  width: 50%;
  border: none;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  color: hsla(0, 0%, 10%, 0.9);
  padding: 8px 12px;
  position: relative;
  transition: box-shadow 0.08s ease-in, color 0.08s ease-in, filter 50000s;
  border-radius: 4px;
  font-size: 0.875rem;
}
.legality-map-container .country-container {
  padding: 1rem;
  width: 60%;
  max-width: 100%;
  border: 1px solid rgba(24, 28, 33, 0.1);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.legality-map-container .country-container .country-status-badge {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  font-size: 0.75rem;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
  padding: 0 0.25rem;
  white-space: nowrap;
  text-transform: capitalize;
  margin-bottom: 6px;
  margin-top: 2px;
}
.legality-map-container .country-container .country-status-badge svg {
  vertical-align: middle;
}

.node-map-container input[type=checkbox] {
  vertical-align: middle;
}
.node-map-container .node-map-country-list {
  width: 100%;
  margin: auto;
  height: 50vh;
  overflow-y: scroll;
  padding: 0.65rem;
}
.node-map-container .country-search {
  width: 50%;
  border: none;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  color: hsla(0, 0%, 10%, 0.9);
  padding: 8px 12px;
  position: relative;
  transition: box-shadow 0.08s ease-in, color 0.08s ease-in, filter 50000s;
  border-radius: 4px;
  font-size: 0.875rem;
}
.node-map-container .non-active-node.hidden-node {
  display: none !important;
}
.node-map-container .country-container {
  padding: 0.4rem 0.25rem;
  display: flex;
}
.node-map-container .country-container:hover {
  background-color: #F5F8FA;
}
.node-map-container .country-container .img-container {
  width: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: start;
}
.node-map-container .country-container .img-container img {
  height: auto;
  width: 1.7rem;
}
.node-map-container .country-container .country-node-count {
  margin-left: auto;
}

.icon-bubble {
  vertical-align: middle;
  width: 20px !important;
  margin-right: 0px !important;
  margin-left: 4px;
  height: 20px;
  line-height: 20px;
  font-size: 0.75rem;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
}

icon-bubble-2 {
  vertical-align: middle;
  width: 20px !important;
  margin-right: 0px !important;
  margin-left: 4px;
  height: 20px;
  line-height: 20px;
  font-size: 0.75rem;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  background: transparent;
  color: rgb(60, 65, 76);
}

.menu-list-favorites {
  display: none;
  background-color: transparent !important;
  padding-left: 0;
  margin: 0 0 0.75rem;
}

.favorites-alist {
  border-radius: 4px !important;
  padding: 0.2rem 1rem 0.3rem !important;
}

.main-table-content {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  /* END - data table header */
  /* START - data table content */
}
.main-table-content tr {
  border-bottom: 1px solid #f0f0f0;
}
.main-table-content tr td {
  text-overflow: ellipsis;
  padding: 0 26px 0 0;
}
.main-table-content tr td:first-child {
  padding: 0 24px 0 10px;
}
.main-table-content tr td:nth-child(2) {
  padding: 0 20px 0 24px;
}
.main-table-content tr td:last-child {
  padding: 0 10px 0 0;
}
.main-table-content tr td.datatype-string {
  text-align: left;
}
.main-table-content tr td.datatype-numeric {
  text-align: end;
}
.main-table-content tr td.dead-currency {
  text-align-last: center;
  background-color: #F4F8E7;
}
.main-table-content .data-table-header tr {
  height: 64px;
  padding: 0 20px;
}
.main-table-content .data-table-header tr td {
  color: #4c4e4d;
  font-size: 12px;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}
.main-table-content .data-table-header tr td .material-icons {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 8px;
}
.main-table-content .data-table-content tr {
  height: 34px;
}
.main-table-content .data-table-content tr:hover {
  background: rgba(110, 123, 129, 0.04);
}
.main-table-content .data-table-content tr td {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
  white-space: nowrap;
  font-size: 12px;
  vertical-align: middle;
}
.main-table-content .data-table-content tr td input[type=text] {
  background: transparent;
  border: 0;
  color: #212121;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
}
.main-table-content .data-table-content tr td input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

#etf-trackers-table tr {
  height: 46px;
}

.mobile-table-header {
  display: none;
}

.flip {
  display: inline-block;
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: 0.1s ease;
}

.table-datacell.sortable {
  cursor: pointer;
}

.header-gradient {
  background: linear-gradient(rgb(248, 250, 253) 0%, rgba(248, 250, 253, 0) 413px);
  border-radius: 20px 0px 0px 0px;
}

.message-preview .top {
  display: flex;
  border-bottom: 1px #dedede solid;
}
.message-preview .top .message-user {
  width: fit-content;
  margin-right: 1rem;
  position: relative;
  padding-top: 0.25rem;
}
.message-preview .top .message-user p {
  text-align: center;
}
.message-preview .top .message-user .remove-user-icon {
  color: #ff0537;
  position: absolute;
  top: 55px;
  right: -2px;
  z-index: 2;
}
.message-preview .top .message-user .admin-user-tag {
  position: absolute;
  z-index: 2;
  font-size: 10px;
  width: 4rem;
  text-align: center;
  top: -10px;
  color: #1ca64c;
}
.message-preview .top .message-user .make-admin-btn {
  background-color: transparent;
  border: 1px solid #1ca64c;
  border-radius: 4px;
  box-shadow: none;
  font-weight: 500;
  white-space: nowrap;
}
.message-preview .top .message-user .make-admin-btn:hover {
  color: #ffffff;
  background-color: #1ca64c;
}
.message-preview .content {
  height: 35rem;
  display: flex;
  flex-direction: column-reverse;
  overflow-y: scroll !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-size: cover;
  padding: 0.25rem 0.75rem;
  margin-bottom: 0.5rem !important;
}
.message-preview .content .private-message-content {
  max-width: 45%;
  border-radius: 0.4rem;
  position: relative;
  word-break: break-all;
  padding: 1rem;
  font-size: 0.875rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.04) 0px 1px 1px 0px, rgba(64, 68, 82, 0.04) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(64, 68, 82, 0.02) 0px 2px 5px 0px;
}
.message-preview .content .private-message-content span {
  font-size: 0.5rem;
  font-weight: 300;
  position: absolute;
  bottom: 1px;
  right: 2px;
}
.message-preview .content .sent-message {
  align-self: flex-end;
}
.message-preview .content .received-message {
  background-color: #ffffff;
  align-self: flex-start;
}
.message-preview .input-area {
  padding: 10px 8px 0 8px;
  overflow: hidden;
}

.content.group-chat .received-message {
  padding-top: 0.25rem !important;
}
.content.group-chat .received-message b {
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
}

.chart-main-view .btc_prices #newhedge-price-ranges .live-price-button {
  margin-left: -6px;
}

.chart-buttons-mobile {
  justify-content: start !important;
}

.following-user-bio {
  width: 190px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #727c8f;
}

.search-user-input {
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  color: hsl(0, 0%, 21%);
}

.chat-loading-gif {
  background-image: url(/assets/spinner-1c92714ded16ba9ba88a735efdfec5939fd2fdff676b7fdca57ec2edaef4f1d3.svg);
  background-size: 48px;
  background-position: center;
  min-height: 48px;
  width: 48px;
  margin: 0 auto;
}

.city-search-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.city-search-container .options-container {
  max-height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 8px;
  overflow: hidden;
  order: 1;
}
.city-search-container .options-container::-webkit-scrollbar {
  width: 8px;
  background: #0d141f;
  border-radius: 0 8px 8px 0;
}
.city-search-container .options-container::-webkit-scrollbar-thumb {
  background: #525861;
  border-radius: 0 8px 8px 0;
}
.city-search-container .options-container.active {
  max-height: 250px;
  opacity: 1;
  overflow-y: scroll;
  margin-top: 0.5rem;
}
.city-search-container .options-container.active ~ .search-container input {
  opacity: 1;
  pointer-events: auto;
}
.city-search-container .location-option {
  cursor: pointer;
  padding-left: 0.5rem;
}
.city-search-container .location-option:hover {
  background: #414b57;
  color: white;
}
.city-search-container .search-container input {
  z-index: 100;
  opacity: 1;
  pointer-events: none;
  transition: all 0.4s;
}

.button-main:hover ion-icon {
  transform: translateX(3px);
  transition: 0.3s;
}

.chart-group-content {
  display: none;
  padding-left: 0;
  background-color: transparent !important;
  margin: 0 0 0.75rem;
}
.chart-group-content a {
  border-radius: 4px !important;
  padding: 0.2rem 0.5rem 0.4rem !important;
}
.chart-group-content a.is-active {
  background-color: #335CFF !important;
}
.chart-group-content a.is-active img:not(.newhedge-badge-svg) {
  filter: invert(1);
}

a:not([class]) {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(62, 90, 253, 0.4);
}
a:not([class]):hover {
  text-decoration: underline;
  text-decoration-color: rgba(62, 90, 253, 0.8);
}

.link-underline:hover {
  text-decoration: underline;
}

.newhedge-terminal-loader {
  width: 40%;
  display: block;
  margin: auto;
  height: 100%;
}

.sidebar-chart-group.is-active > .chart-group-content {
  display: block !important;
}

.modal .chart-search-input, .popup-modal .chart-search-input {
  background: #e8e8e8;
}

.chart-search-input {
  margin: 0.25rem 0;
  display: block;
  border: 0;
  outline: none;
  color: rgb(74, 74, 74);
  border: 1px solid #dadce0;
  font-size: 11px;
  width: 100%;
  padding: 6px 8px;
}

.chart-search-close-btn {
  position: absolute;
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #727c8f;
}

.livebtc-container {
  flex-direction: row-reverse;
}

.research-card {
  transition: all 0.4s ease;
}
.research-card h3 {
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.research-card:hover {
  transform: scale(1.01);
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

[class*=toggle-axis-group] {
  display: none;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
}
[class*=toggle-axis-group] .dropdown-content {
  padding-bottom: 0;
}

.toggle-axis-wrapper {
  display: none;
  place-items: center;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  min-width: 170px;
}
.toggle-axis-wrapper p {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 0.85rem;
  margin-bottom: 7px;
}

.toggle-axis-checkbox {
  position: relative;
  width: 60px;
  height: 16px;
  background-color: transparent;
}

.toggle-axis-checkbox input, .checkbox-inner:before, .checkbox-inner span, .checkbox-inner label {
  position: absolute;
  top: 0;
  left: 0;
}

.toggle-axis-checkbox input {
  opacity: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.checkbox-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid #fcfcfc;
  border-radius: 16px;
  overflow: hidden;
  transition-property: transform;
  transition-timing-function: linear;
  transition-delay: 0;
  transition-duration: 0.3s;
}

.checkbox-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: inset 0 8px 12px 0 rgba(0, 0, 0, 0.12);
}

.checkbox-inner span {
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: right;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.2, 0.585, 2, 0.875);
  transition-delay: 0.1s;
  transition-duration: 0.8s;
}

.checkbox-inner label {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 12px;
  border-radius: 8px;
  background-image: radial-gradient(50% 88%, #3E3DE9 3%, #3E3DE9 97%);
  transition-property: left;
  transition-timing-function: cubic-bezier(1, 0.885, 2, 0.875);
  transition-delay: 0.1s;
  transition-duration: 0.6s;
}

.checkbox-on, .checkbox-off {
  position: absolute;
  top: 1px;
  height: 100%;
  font-size: 12px;
  line-height: 14px;
  transition: opacity 0.3s linear 0s;
  font-weight: 500;
}

.checkbox-on {
  right: 100%;
  margin-right: 5px;
  opacity: 1;
}

.checkbox-off {
  left: 100%;
  margin-left: 5px;
  opacity: 0.24;
}

.toggle-axis-checkbox input:checked + .checkbox-inner label {
  left: calc(100% - 24px);
}

.toggle-axis-checkbox input:checked + .checkbox-inner span {
  transform: scaleX(0);
}

.toggle-axis-checkbox input:checked ~ .checkbox-on {
  opacity: 0.24;
}

.toggle-axis-checkbox input:checked ~ .checkbox-off {
  opacity: 1;
}

.non-chart-content-gradient {
  background: #FBFBFC;
  border-radius: 20px 0px 0px 0px;
  min-height: calc(100vh - 104px);
}

.pricing-button-chart-component {
  color: #F6931A !important;
  border-color: #F6931A !important;
  font-weight: 500 !important;
}
.pricing-button-chart-component:hover {
  background: #F6931A !important;
  color: #fff !important;
}

.linlog-toggle-button {
  padding-inline: 15px;
  padding-block: 0;
  color: rgba(0, 0, 0, 0.88);
  line-height: 26px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}

.join-community-button {
  padding: 0.75rem 1rem;
}

.border-bottom {
  border-bottom: 1px solid rgba(24, 28, 33, 0.04);
}

@media screen and (min-width: 1400px) {
  .chart-component-wide {
    max-width: 1800px;
    margin: 0 auto;
  }
  .chart-component-narrow {
    max-width: 1350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .main-table-content-treasuries {
    display: block !important;
  }
  .main-table-content {
    display: flex;
  }
  .main-table-content .data-table-content {
    width: 100%;
  }
  .main-table-content .data-table-content .data-table-row {
    display: grid;
    grid-template-columns: auto;
    height: auto;
    margin-top: 30px;
  }
  .main-table-content .data-table-content .data-table-row td {
    text-align: left;
    border-top: 1px solid #f0f0f0;
    padding: 0 26px 0 24px;
  }
  .main-table-content .data-table-content .data-table-row td:before {
    content: attr(data-label);
    font-weight: 500;
    font-size: 0.75rem;
    color: #4c4e4d;
    margin-right: 10px;
    width: 120px;
    display: inline-block;
    border-right: 1px solid #f0f0f0;
    padding: 8px 0;
  }
}
.data-table-row td {
  border-bottom: 1px solid #f0f0f0;
}

.users-approval-table td {
  padding: 8px 16px 8px 16px;
}

.sector-form-grid {
  display: grid;
  max-width: 360px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin-top: 0.25rem;
}
.sector-form-grid label {
  font-size: 0.7rem;
}
.sector-form-grid label input {
  vertical-align: middle;
}

#flash {
  z-index: 9999;
  position: fixed;
  right: 10px;
  top: 10px;
}

.flash-content {
  animation: enter 0.5s, leave 0.5s 3s forwards;
}

.permanent-flash .flash-content {
  animation: enter 0.5s !important;
}

@keyframes enter {
  from {
    transform: translateX(calc(100% + 15px));
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.25, 1.35);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes leave {
  from {
    transform: translateX(0);
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.25, 1.35);
  }
  to {
    transform: translateX(calc(100% + 15px));
  }
}
.chart-neutral ion-icon {
  display: none;
}

.chart-increased {
  color: #17C089;
  background-color: rgba(127, 240, 204, 0.145);
  font-size: 0.9rem;
  font-weight: 600;
}
.chart-increased ion-icon {
  transform: rotate(180deg);
  vertical-align: text-top;
}

.chart-decreased {
  color: #ff6363;
  background-color: rgba(255, 197, 198, 0.1450980392);
  font-size: 0.9rem;
  font-weight: 600;
}
.chart-decreased ion-icon {
  vertical-align: text-top;
}

.modal-card {
  border-radius: 8px;
  border: 1px solid #262629 !important;
  box-shadow: 0 8px 8px rgba(24, 24, 27, 0.9) !important;
  background: #fff;
}

.modal-card .menu-list a.is-active {
  background-color: transparent !important;
}

.popup-modal {
  position: fixed;
  inset: 0px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.popup-modal .modal-card {
  z-index: 100;
  background: white;
  width: 80vw;
  max-width: 600px;
}

.axis-toggle-btn {
  font-size: 11px !important;
}

.axis-toggle-btn:focus {
  border-color: hsl(0, 0%, 86%);
  box-shadow: none !important;
}

#cookies-consent-popup {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99999;
  padding: 0.4rem 1rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  flex-wrap: nowrap;
  min-width: 320px;
}

.tab-container {
  display: none;
}

.treasuryEdit td {
  border: none;
  padding: 6px 0px !important;
}
.treasuryEdit td button:hover {
  background: transparent !important;
}

.treasuryEdit tr:hover {
  background: #C92B2C;
}

@media screen and (max-width: 1023px) {
  .expand-toggle {
    display: none !important;
  }
  .has-aside-mobile-expanded .chart-navbar-toggle > ion-icon {
    transform: rotate(-180deg);
    transition: 0.4s ease;
  }
}
.chart-name-length {
  width: 232px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#user-avatar-modal .modal-card {
  background: unset;
}
#user-avatar-modal .modal-card .modal-card-body {
  padding: 0;
}

.sma-dropdown {
  display: none;
  position: absolute;
  top: 6px;
  left: 80px;
  z-index: 1;
  font-size: 11px !important;
}

.sma-dropdown:focus {
  border-color: hsl(0, 0%, 86%);
  box-shadow: none !important;
}

.visitor-chart [class^=toggle-axis-group-], .visitor-chart .sma-dropdown, .visitor-chart .resolution-selector {
  top: 32px;
}

.highcharts-contextbutton.highcharts-button-hover:hover .highcharts-button-box {
  fill: transparent !important;
}

.category-content {
  margin-left: 4px;
}

.collapsible:hover {
  cursor: pointer;
}

#news-page-list.news-category-selected > a {
  display: none;
}
#news-page-list.news-category-selected.bitcoin-category-selected > a.bitcoin-category {
  display: contents;
}
#news-page-list.news-category-selected.crypto-category-selected > a.crypto-category {
  display: contents;
}
#news-page-list.news-category-selected.macro-category-selected > a.macro-category {
  display: contents;
}

.research-select {
  position: relative;
  display: inline-block;
}

.research-select ion-icon {
  position: absolute;
  top: 40%;
  right: 11px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 11px;
}

.chart-main-view-hidden-title {
  color: #000;
  font-size: 16px !important;
  font-weight: 500;
}

.widget-code-snippet {
  background: #f4f4f4;
  color: #666;
  font-size: 11px;
  line-height: 1rem;
  padding: 0.7rem 0.8rem;
  overflow: hidden;
  outline: 0 !important;
  resize: none;
  word-break: break-all;
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  font-family: monospace;
}

.chart-footer-component a {
  color: #999;
}
.chart-footer-component a:hover {
  color: #fff;
}

.text-overflow-navbar {
  max-width: 130px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#sidebar-charts {
  min-height: 60vh;
}

#tradingView {
  display: none;
  transition: opacity 0.5s ease-in-out;
}

#newhedgeView {
  transition: opacity 0.5s ease-in-out;
  background: #FBFBFC;
}

#tvToggle {
  margin: 4px;
  cursor: pointer;
}

#td-sandbox {
  height: 92vh !important;
  width: 100% !important;
}

#alert-sparkline .highcharts-container {
  background: none !important;
}

#monthly-returns-heatmap .highcharts-text-outline {
  display: none;
}
#monthly-returns-heatmap path.highcharts-point {
  stroke: #fff;
  stroke-width: 1;
}
#monthly-returns-heatmap .highcharts-data-label-color-undefined text {
  fill: #282c33 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}
#monthly-returns-heatmap .highcharts-plot-border, #monthly-returns-heatmap .highcharts-axis-line, #monthly-returns-heatmap .highcharts-grid-line {
  stroke-width: 0px !important;
}

.widget-table {
  width: 100%;
}
.widget-table td {
  padding: 8px 16px;
  vertical-align: middle !important;
}

.clickable-td {
  cursor: pointer;
}
.clickable-td:hover {
  text-decoration: underline;
}

.selected-tr {
  transition: background-color 1000ms linear;
  background-color: rgba(28, 166, 76, 0.5019607843) !important;
}

.groups-clickable:hover {
  border-radius: 4px !important;
}

.selected-group {
  background: #181A1F;
  color: #fff !important;
  font-weight: 500;
  border-radius: 4px !important;
}
.selected-group:hover {
  background: #282c33 !important;
  color: #fff !important;
}
.selected-group .newhedge-logo {
  filter: invert(1);
}

.sidebar-chart-group {
  padding-top: 8px;
}

[data-sidebar-target=group]:hover .ion-icon {
  display: contents;
}

[data-sidebar-target=group] .ion-icon {
  display: none;
}

@keyframes fadeIn {
  from {
    color: rgba(0, 0, 0, 0.25);
  }
  to {
    color: rgba(0, 0, 0, 0.87);
  }
}
.broadcasted-etf-trackers .broadcastable-td {
  animation: fadeIn 2.5s linear;
}

.etf-span {
  position: relative;
  top: 1px;
  margin-right: 1px;
  margin-left: 3px;
}

.etf-table {
  position: relative;
}
.etf-table .etf-header {
  text-align: right;
  position: absolute;
  top: 8px;
  right: 8px;
}
.etf-table.spot-etf-selected .futures-row {
  display: none;
}
.etf-table.futures-etf-selected .spot-row {
  display: none;
}

a:not([class]) {
  color: #000;
  font-weight: 500;
}
a:not([class]):hover {
  text-decoration: underline;
  text-decoration-color: rgba(62, 90, 253, 0.8);
}

a {
  color: inherit;
  text-decoration: inherit;
}

progress {
  vertical-align: baseline;
}

*, :after, :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59,130,246,.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-y-0 {
  bottom: 0;
  top: 0;
}

.-bottom-0 {
  bottom: 0;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-left-16 {
  left: -4rem;
}

.-left-2 {
  left: -0.5rem;
}

.-left-4 {
  left: -1rem;
}

.-left-px {
  left: -1px;
}

.-top-0 {
  top: 0;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-10 {
  top: -2.5rem;
}

.-top-36 {
  top: -9rem;
}

.-top-px {
  top: -1px;
}

.bottom-0 {
  bottom: 0;
}

.bottom-10 {
  bottom: 2.5rem;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.left-10 {
  left: 2.5rem;
}

.left-20 {
  left: 5rem;
}

.left-6 {
  left: 1.5rem;
}

.left-\[1\.125rem\] {
  left: 1.125rem;
}

.left-\[calc\(50\%\+3rem\)\] {
  left: calc(50% + 3rem);
}

.right-0 {
  right: 0;
}

.right-12 {
  right: 3rem;
}

.right-20 {
  right: 5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: 0.25rem;
}

.top-1\.5 {
  top: 0.375rem;
}

.top-10 {
  top: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.top-16 {
  top: 4rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[5px\] {
  top: 5px;
}

.top-\[calc\(100\%-13rem\)\] {
  top: calc(100% - 13rem);
}

.isolate {
  isolation: isolate;
}

.-z-10 {
  z-index: -10;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.col-span-full {
  grid-column: 1/-1;
}

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

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

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

.my-20 {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.-me-\[190rem\] {
  margin-inline-end: -190rem;
}

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

.-ml-2\.5 {
  margin-left: -0.625rem;
}

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

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

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

.-ms-\[190rem\] {
  margin-inline-start: -190rem;
}

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

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

.ml-7 {
  margin-left: 1.75rem;
}

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

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[1108\/632\] {
  aspect-ratio: 1108/632;
}

.aspect-\[1155\/678\] {
  aspect-ratio: 1155/678;
}

.aspect-\[1200\/630\] {
  aspect-ratio: 1200/630;
}

.aspect-\[508\/712\] {
  aspect-ratio: 508/712;
}

.h-0 {
  height: 0;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[234px\] {
  height: 234px;
}

.h-\[243px\] {
  height: 243px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[32rem\] {
  height: 32rem;
}

.h-\[480px\] {
  height: 560px;
}

.h-\[calc\(100vh-4rem\)\] {
  height: calc(100vh - 4rem);
}

.h-\[calc\(100vh-6rem\)\] {
  height: calc(100vh - 6rem);
}

.h-\[var\(--nested-list-expanded-height\)\] {
  height: var(--nested-list-expanded-height);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-\[300px\] {
  max-height: 300px;
}

.max-h-\[75vh\] {
  max-height: 75vh;
}

.min-h-\[5rem\] {
  min-height: 5rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\/5 {
  width: 60%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[230px\] {
  width: 230px;
}

.w-\[314px\] {
  width: 314px;
}

.w-\[36\.125rem\] {
  width: 36.125rem;
}

.w-\[40rem\] {
  width: 40rem;
}

.w-\[69\.25rem\] {
  width: 69.25rem;
}

.w-\[891px\] {
  width: 891px;
}

.w-\[calc\(100\%-2\.25rem\)\] {
  width: calc(100% - 2.25rem);
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-\[1024px\] {
  min-width: 1024px;
}

.min-w-\[352px\] {
  min-width: 352px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-7xl {
  max-width: 88rem;
}

.max-w-\[12rem\] {
  max-width: 12rem;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% ;
}

.-translate-x-1\/2, .-translate-y-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% ;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem ;
}

.transform, .translate-y-1 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.animate-fade-in {
  animation: fade-in 0.2s ease;
}

@keyframes slide-fade-in {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-slide-fade-in {
  animation: slide-fade-in 1s ease;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes starlight-left {
  0% {
    transform: translate(100%);
  }
  50%, to {
    transform: translate(-100%);
  }
}
.animate-starlight-left {
  animation: starlight-left 4s cubic-bezier(0.6, 0.6, 0, 1) 2s infinite;
}

@keyframes starlight-right {
  0% {
    transform: translate(-100%);
  }
  50%, to {
    transform: translate(100%);
  }
}
.animate-starlight-right {
  animation: starlight-right 4s cubic-bezier(0.6, 0.6, 0, 1) infinite;
}

.cursor-default {
  cursor: default;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.content-start {
  align-content: flex-start;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

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

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

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

.justify-items-start {
  justify-items: start;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(1rem * var(--tw-space-x-reverse));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212/var(--tw-border-opacity));
}

.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105/var(--tw-border-opacity));
}

.border-white\/10 {
  border-color: hsla(0, 0%, 100%, 0.1);
}

.border-zinc-100\/10 {
  border-color: hsla(240, 5%, 96%, 0.1);
}

.border-zinc-100\/5 {
  border-color: hsla(240, 5%, 96%, 0.05);
}

.border-zinc-900\/10 {
  border-color: rgba(24, 24, 27, 0.1);
}

.border-zinc-900\/20 {
  border-color: rgba(24, 24, 27, 0.2);
}

.bg-cyan-400\/10 {
  background-color: rgba(34, 211, 238, 0.1);
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212/var(--tw-bg-opacity));
}

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178/var(--tw-bg-opacity));
}

.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144/var(--tw-bg-opacity));
}

.bg-white\/5 {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245/var(--tw-bg-opacity));
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231/var(--tw-bg-opacity));
}

.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122/var(--tw-bg-opacity));
}

.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70/var(--tw-bg-opacity));
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42/var(--tw-bg-opacity));
}

.bg-zinc-800\/10 {
  background-color: rgba(39, 39, 42, 0.1);
}

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27/var(--tw-bg-opacity));
}

.bg-zinc-900\/30 {
  background-color: rgba(24, 24, 27, 0.3);
}

.bg-zinc-900\/60 {
  background-color: rgba(24, 24, 27, 0.6);
}

.bg-zinc-900\/50 {
  background: #fff;
  border: 1px solid rgba(24, 24, 27, 0.6);
}

.bg-\[image\:radial-gradient\(75\%_100\%_at_50\%_0\%\,rgba\(56\,189\,248\,0\.6\)_0\%\,rgba\(56\,189\,248\,0\)_75\%\)\] {
  background-image: radial-gradient(75% 100% at 50% 0, rgba(56, 189, 248, 0.6) 0, rgba(56, 189, 248, 0) 75%);
}

.bg-\[image\:radial-gradient\(80\%_50\%_at_50\%_-20\%\,hsl\(206\,81\.9\%\,65\.3\%\,0\.5\)\,rgba\(255\,255\,255\,0\)\)\] {
  background-image: radial-gradient(80% 50% at 50% -20%, rgb(36, 55, 73), hsla(0, 0%, 100%, 0));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-\[\#ff80b5\] {
  --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255,128,181,0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to) ;
}

.from-cyan-400\/0 {
  --tw-gradient-from: rgba(34,211,238,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(34,211,238,0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to) ;
}

.from-cyan-500 {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(6,182,212,0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to) ;
}

.from-cyan-600 {
  --tw-gradient-from: #0891b2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(8,145,178,0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to) ;
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0,0%,100%,0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to) ;
}

.from-zinc-100 {
  --tw-gradient-from: #f4f4f5 var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(240,5%,96%,0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to) ;
}

.via-cyan-400 {
  --tw-gradient-to: rgba(34,211,238,0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),#22d3ee var(--tw-gradient-via-position),var(--tw-gradient-to) ;
}

.via-cyan-400\/90 {
  --tw-gradient-to: rgba(34,211,238,0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),rgba(34,211,238,.9) var(--tw-gradient-via-position),var(--tw-gradient-to) ;
}

.via-sky-500 {
  --tw-gradient-to: rgba(14,165,233,0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),#0ea5e9 var(--tw-gradient-via-position),var(--tw-gradient-to) ;
}

.to-\[\#9089fc\] {
  --tw-gradient-to: #9089fc var(--tw-gradient-to-position) ;
}

.to-blue-800 {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position) ;
}

.to-cyan-400\/0 {
  --tw-gradient-to: rgba(34,211,238,0) var(--tw-gradient-to-position) ;
}

.to-violet-600 {
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position) ;
}

.to-zinc-500 {
  --tw-gradient-to: #000 var(--tw-gradient-to-position) ;
}

.to-zinc-600 {
  --tw-gradient-to: #52525b var(--tw-gradient-to-position) ;
}

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

.stroke-cyan-500 {
  stroke: #06b6d4;
}

.stroke-white\/5 {
  stroke: hsla(0, 0%, 100%, 0.05);
}

.stroke-zinc-500 {
  stroke: #71717a;
}

.stroke-1 {
  stroke-width: 1;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-px {
  padding: 1px;
}

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

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.py-0\.5 {
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
}

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

.py-1\.5 {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}

.py-16 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

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

.py-24 {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

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

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

.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

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

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

.pb-8 {
  padding-bottom: 2rem;
}

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

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

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

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

.pr-12 {
  padding-right: 3rem;
}

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

.pr-8 {
  padding-right: 2rem;
}

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

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

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

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

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-4xl\/\[1\.07\] {
  font-size: 2rem;
  line-height: 1.07;
}

.text-5xl {
  font-size: 3rem;
  line-height: 3.5rem;
}

.text-5xl\/\[1\.07\] {
  font-size: 3rem;
  line-height: 1.07;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-lg\/none {
  font-size: 1.125rem;
  line-height: 1;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.text-sm\/5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 2rem;
}

.text-xl\/7 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xl\/\[1\.25\] {
  font-size: 1.25rem;
  line-height: 1.25;
}

.text-xs {
  font-size: 0.8125rem;
  line-height: 1.5rem;
}

.text-xs\/4 {
  font-size: 0.8125rem;
  line-height: 1rem;
}

.text-xs\/5 {
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-5 {
  line-height: 1.25rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60/var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

.text-zinc-200 {
  color: #000;
}

.text-zinc-200\/70 {
  color: hsla(240, 6%, 90%, 0.7);
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216/var(--tw-text-opacity));
}

.text-zinc-300\/10 {
  color: hsla(240, 5%, 84%, 0.1);
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170/var(--tw-text-opacity));
}

.text-zinc-400\/80 {
  color: 0;
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122/var(--tw-text-opacity));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70/var(--tw-text-opacity));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42/var(--tw-text-opacity));
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27/var(--tw-text-opacity));
}

.text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11/var(--tw-text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-20 {
  opacity: 0.2;
}

.shadow-\[inset_0px_1px_1px_theme\(colors\.white\/30\%\)\,0px_1px_3px_theme\(colors\.cyan\.500\/35\%\)\,0px_0px_0px_1px_theme\(colors\.cyan\.500\)\] {
  --tw-shadow: inset 0px 1px 1px hsla(0,0%,100%,.3),0px 1px 3px rgba(6,182,212,.35),0px 0px 0px 1px #06b6d4;
  --tw-shadow-colored: inset 0px 1px 1px var(--tw-shadow-color),0px 1px 3px var(--tw-shadow-color),0px 0px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color) ;
}

.shadow-lg, .shadow-md {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color) ;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) ;
}

.shadow-sm, .shadow-xl {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color) ;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) ;
}

.ring-1, .ring-2 {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) ;
}

.ring-inset {
  --tw-ring-inset: inset ;
}

.ring-white\/10 {
  --tw-ring-color: hsla(0,0%,100%,.1) ;
}

.ring-zinc-100\/10 {
  --tw-ring-color: hsla(240,5%,96%,.1) ;
}

.ring-zinc-100\/5 {
  --tw-ring-color: hsla(240,5%,96%,.05) ;
}

.ring-zinc-200\/10 {
  --tw-ring-color: hsla(240,6%,90%,.1) ;
}

.ring-zinc-400\/10 {
  --tw-ring-color: hsla(240,5%,65%,.1) ;
}

.ring-zinc-400\/20 {
  --tw-ring-color: hsla(240,5%,65%,.2) ;
}

.ring-zinc-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42/var(--tw-ring-opacity)) ;
}

.ring-zinc-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27/var(--tw-ring-opacity)) ;
}

.ring-zinc-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11/var(--tw-ring-opacity)) ;
}

.blur-3xl {
  --tw-blur: blur(64px) ;
}

.blur-3xl, .blur-\[1rem\] {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-\[1rem\] {
  --tw-blur: blur(1rem) ;
}

.blur-\[6rem\] {
  --tw-blur: blur(6rem) ;
}

.blur-\[6rem\], .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-\[height\] {
  transition-duration: 0.15s;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-colors {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-200 {
  transition-duration: 0.2s;
}

.duration-300 {
  transition-duration: 0.3s;
}

.\[background\:conic-gradient\(from_90deg_at_50\%_50\%\,\#00000000_50\%\,\#09090b_50\%\)\,radial-gradient\(rgba\(200\,200\,200\,0\.05\)_0\%\,transparent_70\%\)\] {
  background: conic-gradient(from 90deg at 50% 50%, rgba(0, 0, 0, 0) 50%, #09090b 50%), radial-gradient(hsla(0, 0%, 78%, 0.05) 0, transparent 70%);
}

.\[background\:linear-gradient\(90deg\,rgba\(0\,0\,0\,0\)_0\%\,rgba\(2\,132\,199\,0\.65\)_50\%\,rgba\(0\,0\,0\,0\)_100\%\)\] {
  background: linear-gradient(90deg, transparent, rgba(2, 132, 199, 0.65) 50%, transparent);
}

.\[mask-image\:linear-gradient\(to_right\,rgba\(217\,217\,217\,0\)_0\%\,\#d9d9d9_25\%\,\#d9d9d9_75\%\,rgba\(217\,217\,217\,0\)_100\%\)\] {
  -webkit-mask-image: linear-gradient(90deg, hsla(0, 0%, 85%, 0), #d9d9d9 25%, #d9d9d9 75%, hsla(0, 0%, 85%, 0));
  mask-image: linear-gradient(90deg, hsla(0, 0%, 85%, 0), #d9d9d9 25%, #d9d9d9 75%, hsla(0, 0%, 85%, 0));
}

.\[mask-image\:radial-gradient\(40\%_80\%_at_center\,black\,transparent\)\] {
  -webkit-mask-image: radial-gradient(40% 80% at center, #000, transparent);
  mask-image: radial-gradient(40% 80% at center, #000, transparent);
}

.\[mask-image\:radial-gradient\(75\%_50\%_at_top_center\,white\,transparent\)\] {
  -webkit-mask-image: radial-gradient(75% 50% at top center, #fff, transparent);
  mask-image: radial-gradient(75% 50% at top center, #fff, transparent);
}

.\[mask\:linear-gradient\(black\,black_60\%\,transparent\)\] {
  -webkit-mask: linear-gradient(#000, #000 60%, transparent);
  mask: linear-gradient(#000, #000 60%, transparent);
}

.\[mask\:linear-gradient\(black\,black_70\%\,transparent\)\] {
  -webkit-mask: linear-gradient(#000, #000 70%, transparent);
  mask: linear-gradient(#000, #000 70%, transparent);
}

.\[mask\:linear-gradient\(black\,black_75\%\,transparent\)\] {
  -webkit-mask: linear-gradient(#000, #000 75%, transparent);
  mask: linear-gradient(#000, #000 75%, transparent);
}

.\[mask\:linear-gradient\(black\,transparent\)\] {
  -webkit-mask: linear-gradient(#000, transparent);
  mask: linear-gradient(#000, transparent);
}

.\[mask\:linear-gradient\(black_70\%\,transparent\)\] {
  -webkit-mask: linear-gradient(#000 70%, transparent);
  mask: linear-gradient(#000 70%, transparent);
}

.\[mask\:linear-gradient\(to_left\,transparent\,black_150\%\)\] {
  -webkit-mask: linear-gradient(270deg, transparent, #000 150%);
  mask: linear-gradient(270deg, transparent, #000 150%);
}

.\[mask\:linear-gradient\(transparent\,black\,transparent\)\] {
  -webkit-mask: linear-gradient(transparent, #000, transparent);
  mask: linear-gradient(transparent, #000, transparent);
}

.\[mask\:radial-gradient\(50\%_50\%_at_50\%\,rgba\(0\,0\,0\,0\.7\)_35\%\,rgba\(0\,0\,0\,0\)_100\%\)\] {
  -webkit-mask: radial-gradient(50% 50% at 50%, rgba(0, 0, 0, 0.7) 35%, transparent 100%);
  mask: radial-gradient(50% 50% at 50%, rgba(0, 0, 0, 0.7) 35%, transparent 100%);
}

.\[mask\:radial-gradient\(60\%_60\%_at_50\%\,rgba\(0\,0\,0\,0\.9\)_35\%\,rgba\(0\,0\,0\,0\)_100\%\)\] {
  -webkit-mask: radial-gradient(60% 60% at 50%, rgba(0, 0, 0, 0.9) 35%, transparent 100%);
  mask: radial-gradient(60% 60% at 50%, rgba(0, 0, 0, 0.9) 35%, transparent 100%);
}

.\[mask\:radial-gradient\(65\%_65\%_at_50\%_40\%\,rgba\(0\,0\,0\,0\.9\)_35\%\,rgba\(0\,0\,0\,0\)_100\%\)\] {
  -webkit-mask: radial-gradient(65% 65% at 50% 40%, rgba(0, 0, 0, 0.9) 35%, transparent 100%);
  mask: radial-gradient(65% 65% at 50% 40%, rgba(0, 0, 0, 0.9) 35%, transparent 100%);
}

@keyframes accordion-up {
  0% {
    height: var(--radix-accordion-content-height);
  }
  to {
    height: 0;
  }
}
.data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
  animation: accordion-up 0.2s ease-out;
}

@keyframes close-scale-out-fade {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(10px) scale(0.95);
  }
}
.data-\[state\=closed\]\:animate-close-scale-out-fade[data-state=closed] {
  animation: close-scale-out-fade 0.2s ease-in-out;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.data-\[state\=closed\]\:animate-fade-out[data-state=closed] {
  animation: fade-out 0.2s ease;
}

@keyframes accordion-down {
  0% {
    height: 0;
  }
  to {
    height: var(--radix-accordion-content-height);
  }
}
.data-\[state\=open\]\:animate-accordion-down[data-state=open] {
  animation: accordion-down 0.2s ease-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.data-\[state\=open\]\:animate-fade-in[data-state=open] {
  animation: fade-in 0.2s ease;
}

@keyframes open-scale-in-fade {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.data-\[state\=open\]\:animate-open-scale-in-fade[data-state=open] {
  animation: open-scale-in-fade 0.2s ease-in-out;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes pulse {
    50% {
      opacity: 0.5;
    }
  }
  .motion-safe\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:mt-8 {
    margin-top: 2rem;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:hidden {
    display: none;
  }
  .max-md\:flex-col {
    flex-direction: column;
  }
  .max-md\:text-center {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .sm\:-left-12 {
    left: -3rem;
  }
  .sm\:left-\[calc\(50\%\+36rem\)\] {
    left: calc(50% + 36rem);
  }
  .sm\:right-44 {
    right: 11rem;
  }
  .sm\:right-6 {
    right: 1.5rem;
  }
  .sm\:top-\[calc\(100\%-30rem\)\] {
    top: calc(100% - 30rem);
  }
  .sm\:top-\[calc\(100vh-90\%\)\] {
    top: calc(100vh - 90%);
  }
  .sm\:ml-8 {
    margin-left: 2rem;
  }
  .sm\:mr-8 {
    margin-right: 2rem;
  }
  .sm\:w-\[72\.1875rem\] {
    width: 72.1875rem;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  }
  .sm\:p-3 {
    padding: 0.75rem;
  }
  .sm\:p-3\.5 {
    padding: 0.875rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-32 {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem;
  }
  .sm\:pr-8 {
    padding-right: 2rem;
  }
  .sm\:text-4xl {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl\/\[1\.07\] {
    font-size: 3rem;
    line-height: 1.07;
  }
}
@media (min-width: 768px) {
  .md\:right-16 {
    right: 4rem;
  }
  .md\:right-8 {
    right: 2rem;
  }
  .md\:top-8 {
    top: 2rem;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .md\:order-5 {
    order: 5;
  }
  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-32 {
    width: 8rem;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .md\:max-w-\[600px\] {
    max-width: 600px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-y-12 {
    row-gap: 3rem;
  }
  .md\:py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .md\:pr-12 {
    padding-right: 3rem;
  }
  .md\:pr-16 {
    padding-right: 4rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:text-5xl\/\[1\.07\] {
    font-size: 3rem;
    line-height: 1.07;
  }
  .md\:text-7xl\/\[1\.07\] {
    font-size: 4.5rem;
    line-height: 1.07;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .lg\:left-16 {
    left: 4rem;
  }
  .lg\:left-8 {
    left: 2rem;
  }
  .lg\:right-40 {
    right: 10rem;
  }
  .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .lg\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-64 {
    width: 16rem;
  }
  .lg\:w-\[60rem\] {
    width: 60rem;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }
  .lg\:gap-y-16 {
    row-gap: 4rem;
  }
  .lg\:rounded-2xl {
    border-radius: 1rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
}
@media (min-width: 1280px) {
  .xl\:right-0 {
    right: 0;
  }
  .xl\:order-3 {
    order: 3;
  }
  .xl\:order-4 {
    order: 4;
  }
  .xl\:order-5 {
    order: 5;
  }
  .xl\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .xl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xl\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .xl\:max-w-sm {
    max-width: 24rem;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
#moreDropdown .submenu {
  margin-left: 10px;
  list-style-type: none;
}

#moreDropdown .submenu a {
  padding-left: 10px;
  font-size: 0.9rem;
}

.nav-flex {
  display: flex;
}

@media (max-width: 768px) {
  .hero-body.hero-mobile {
    display: contents !important;
  }
  .livebtc-container {
    place-content: center;
  }
  .is-flex-etf-box {
    display: flex !important;
    padding: 10px !important;
    justify-content: space-around;
  }
  .text-align-center-mobile {
    text-align: center !important;
  }
  .category-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .etf-header {
    position: static !important;
  }
  .advanced-badge {
    right: 15% !important;
  }
  .nav-mobile-display {
    display: block;
  }
  .new-newhedge-home h3.text-lg\/none {
    font-size: 1.5rem !important;
    margin-top: 30px;
  }
  .p-6-mobile {
    padding: 1rem !important;
  }
  .nav-flex {
    display: block !important;
  }
  .nav-flex .navbar-burger {
    margin-top: 8px;
  }
  img.client {
    width: 50%;
  }
}
.bg-bitcoin {
  position: absolute;
  text-align: center;
  font-weight: bolder;
  top: 60px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-size: 160px;
  z-index: 0;
  opacity: 0.1;
  color: #999;
  width: 160px;
  height: 160px;
  line-height: 160px;
}

.chart-locked {
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: transparent;
}

.chart-locked:before {
  position: absolute;
  background-image: url(/assets/chart-block-a271c69fe7309c74d0f7e99a0a9b0fec69bc429001a9cace087508ca7bd38b4e.png);
  background-size: cover;
  filter: blur(12px);
  opacity: 1;
  z-index: 99;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.chart-locked-dynamic {
  position: absolute;
  top: 45px;
  bottom: 0;
}

.visitor-chart .chart-locked-dynamic {
  top: 75px;
}

.chart-locked-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 101;
}

.chart-locked-dynamic:after {
  position: absolute;
  background-color: #000;
  z-index: 98;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.yearly-plan-save-text {
  display: none;
}

.plan-type-month {
  display: table-cell;
}

.plan-type-year {
  display: none;
}
.plan-type-year .yearly-plan-save-text {
  display: block;
  font-size: 0.85rem;
  position: absolute;
  top: 8px;
  right: 12px;
  color: #ff642d;
  font-weight: 400;
}

.plan-type-year .yearly-plan-save-text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: -24px;
  right: -12px;
  width: 140px;
  height: 12px;
  margin: 0 auto;
  background-image: url(/brush.svg);
  background-repeat: no-repeat;
}

.display-yearly-plan .plan-type-month {
  display: none;
}
.display-yearly-plan .plan-type-year {
  display: table-cell;
}

.plan-toggle-wrapper > p:last-of-type {
  color: #7a7a7a;
}

.plan-toggle-wrapper > p:first-of-type {
  color: #ffffff;
}

.plan-toggle-wrapper:has(.plan-toggle:checked) > p:last-of-type {
  color: #ffffff !important;
}

.plan-toggle-wrapper:has(.plan-toggle:checked) > p:first-of-type {
  color: #7a7a7a !important;
}

.newhedge-dashboard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.dashboard-subcol {
  display: flex;
  justify-content: space-between;
  padding: 2px 0px 2px 0px;
  border-bottom: 1px solid #D8DFE6;
}

.dashboard-subcol p:first-child {
  color: rgba(0, 14, 24, 0.5921568627);
  font-size: 0.875rem;
}

#realTimeChangeContainer {
  font-family: "IBM Plex Sans", serif;
  font-size: 15px;
}

.dashboard-subcol p:last-child {
  font-weight: 500;
  font-size: 0.875rem;
  color: #000E18;
  font-family: "IBM Plex Sans", serif;
}

.dashboard-subcol > p {
  white-space: nowrap;
  color: #b5b5b5;
}

.dashboard-subtitle {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 700;
}
.dashboard-subtitle a {
  float: inline-end;
}

.card-header-title {
  font-weight: 400;
}

#pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1rem;
  width: max-content;
  max-width: 90%;
  background-color: white;
  border: 1px solid white;
  border-radius: 8px;
}
#pagination-container .pagination-group {
  display: flex;
  align-items: center;
}
#pagination-container .pagination-group a {
  text-decoration: none;
  color: #71717a !important;
  font-weight: 700 !important;
  padding: 6px 20px;
  border: 1px solid #71717a;
  border-radius: 2px;
  margin: 0 4px;
}
#pagination-container .pagination-group a:hover, #pagination-container .pagination-group a.current-page {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #000000;
  font-weight: 900 !important;
}

@media screen and (max-width: 900px) {
  .pagination-group {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.dashboard-news {
  color: #203240;
}

.has-text-dark-grey {
  color: #6785A0 !important;
}

.has-text-dark-blue {
  color: #10191F !important;
}

.dashboard-news-link {
  color: #1D4773;
}

.percent-up {
  color: #28BD98;
}

.percent-down {
  color: #ef5350;
}

#dashboard-force .tile.is-child.box {
  padding: 10px;
  z-index: 1;
}
#dashboard-force .tile.is-child.box .dashboard-subcol {
  padding: 1px 0px 1px 0px;
}
#dashboard-force .tile.is-child.box .dashboard-subtitle {
  font-size: 0.9rem;
}

#fullscreen-dashboard {
  padding: 8px;
}

#fullscreen-force .tile.is-child.box {
  padding: 10px;
  z-index: 1;
}
#fullscreen-force .tile.is-child.box .dashboard-subcol {
  padding: 1px 0px 1px 0px;
}
#fullscreen-force .tile.is-child.box .dashboard-subtitle {
  font-size: 0.8rem;
}
#fullscreen-force .tile.is-child.box .dashboard-subtitle img {
  display: none;
}

#fullscreen-force .newhedge-dashboard {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

#halving-page-container {
  padding-top: 5vh;
  padding-bottom: 10vh;
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
}
#halving-page-container .container, #halving-page-container .chart-component-wide {
  max-width: none !important;
}

.unlock-insights {
  text-align: center;
  font-size: 0.8rem;
  background: rgba(0, 255, 167, 0.1);
  color: #000;
}

.top-banner {
  border-bottom: 1px solid rgba(24, 28, 33, 0.06);
  display: block;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 400;
  padding: 4px 0;
  border-radius: 0px 0px 4px 4px;
  background: rgba(0, 255, 167, 0.1);
  color: #000;
}

@keyframes newsFlash {
  from {
    color: #FBA300;
  }
  to {
    color: #ffffff;
  }
}
.live-news-flash {
  animation: newsFlash 4s ease-in;
}

.resolution-selector {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  font-size: 11px !important;
}

.resolution-loading-gif {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(/assets/spinner-1c92714ded16ba9ba88a735efdfec5939fd2fdff676b7fdca57ec2edaef4f1d3.svg);
  background-size: 96px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
}

.chart-main-view .chart-main-view-hidden-title {
  display: none !important;
}

.live-charts-title {
  position: absolute;
  top: -2px;
  white-space: nowrap;
  left: 42%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 14px !important;
}

.chart-dashboard-view #sma-dropdown, .chart-dashboard-view .toggle-axis-group {
  display: none !important;
}

.large-trade-cell-text p {
  font-size: 12.5px;
}

#newhedge-advanced-text {
  background: linear-gradient(to right, #feac5e, #c779d0, #4bc0c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  text-align: center;
  font-style: italic;
}

.advanced-carousel img {
  width: 35%;
  border-radius: 50%;
}
.advanced-carousel .container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.advanced-carousel .items {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: carouselAnim 50s infinite alternate linear;
}
.advanced-carousel .entry {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 300px;
  background: #0C0C0E;
  margin: 1em;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .advanced-carousel .items {
    animation: carouselAnim 35s infinite alternate linear;
  }
  @keyframes carouselAnim {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: translate(calc(-100% + 600px));
    }
  }
}
.advanced-carousel .entry p {
  text-align: center;
  padding: 1em;
}
@keyframes carouselAnim {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(calc(-100% + 1500px));
  }
}

.advanced-badge {
  top: -13px;
  right: 20%;
  position: absolute;
  background: linear-gradient(to right, #feac5e, #c779d0, #4bc0c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 10px;
}

.notification-list > .dropdown-divider:last-of-type {
  display: none !important;
}

.newhedge-sidenav-logo {
  width: 15px !important;
  vertical-align: middle !important;
}

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

.btc-dashboard-logo {
  width: 16px !important;
  margin-top: 1px;
}

.monitor-type-top #live-large-trades-table, .monitor-type-top #live-liquidations-table {
  height: 70vh !important;
}

.news-logo-size-sm {
  width: 10px !important;
}

.news-logo-size-md {
  width: 12px !important;
}

.news-logo-size-lg {
  width: 15px !important;
}

#bitcoinliveprice {
  min-width: 132px;
  display: inline-block;
}

#currencySymbolChange {
  min-width: 32px;
  display: inline-block;
}

summary {
  display: inline-flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold;
  align-items: center;
  height: 1.25rem;
  white-space: nowrap;
  font-size: 0.625rem;
  border-bottom: 1px solid #dedfe1;
}

summary::-webkit-details-marker {
  display: none;
}

.download-buttons-container .button {
  min-width: 150px;
}

@media screen and (max-width: 768px) {
  .download-buttons-container {
    justify-content: center;
  }
  .download-buttons-container .button {
    width: 100%;
    margin: 0;
  }
  .card-content-mobile {
    padding: 0px !important;
  }
  .is-actions-cell {
    display: none !important;
  }
}
.pb-0-mobile {
  padding-bottom: 0px !important;
}

.inbox-message-timestamp {
  font-size: 9px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.msg-snippet {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.msg-preview {
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inbox-msg-image {
  object-fit: cover;
  border-radius: 50%;
  margin-right: 6px;
}

.inbox-messages:hover .msg-snippet {
  color: #000;
  transition: 0.2s;
}

@media (max-width: 768px) {
  .no-fulheight-mobile {
    min-height: 10px !important;
  }
}
#contact-page input {
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  color: hsla(0, 0%, 10%, 0.9);
  line-height: 1.4;
  padding: 8px 12px;
  position: relative;
  transition: box-shadow 0.08s ease-in, color 0.08s ease-in, filter 50000s;
  width: 100%;
  border-radius: 4px;
  border: none;
  font-size: 0.875rem;
}

#contact-page textarea {
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  color: hsla(0, 0%, 10%, 0.9);
  line-height: 1.4;
  padding: 8px 12px;
  position: relative;
  transition: box-shadow 0.08s ease-in, color 0.08s ease-in, filter 50000s;
  width: 100%;
  border-radius: 4px;
  border: none;
  font-size: 0.875rem;
}

#flash #recaptcha_error {
  display: none !important;
}

@media (max-width: 768px) {
  #contact-page {
    padding-top: 1px !important;
  }
}
#darkmode {
  background-color: #0A0A0B;
}
#darkmode a:not([class]) {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(62, 90, 253, 0.4);
}
#darkmode a:not([class]):hover {
  text-decoration: underline;
  text-decoration-color: rgba(62, 90, 253, 0.8);
}
#darkmode a.link:hover {
  color: #fff;
  transition-duration: 0.2s;
}
#darkmode body {
  color: #b5b5b5;
  background: #000000;
}
#darkmode hr {
  background-color: #242424;
}
#darkmode strong {
  color: #fff;
}
#darkmode pre {
  background-color: #242424;
  color: #b5b5b5;
}
#darkmode table th {
  color: #dbdbdb;
}
#darkmode .has-text-white-dark {
  color: white !important;
}
#darkmode a.has-text-white-dark:hover {
  color: white !important;
}
#darkmode a.has-text-white-dark:focus {
  color: white !important;
}
#darkmode .has-background-white-dark {
  background-color: white !important;
}
#darkmode .has-text-black-dark {
  color: #0a0a0a !important;
}
#darkmode a.has-text-black-dark:hover {
  color: #242424 !important;
}
#darkmode a.has-text-black-dark:focus {
  color: #242424 !important;
}
#darkmode .has-background-black-dark {
  background-color: #0a0a0a !important;
}
#darkmode .has-text-light-dark {
  color: whitesmoke !important;
}
#darkmode a.has-text-light-dark:hover {
  color: white !important;
}
#darkmode a.has-text-light-dark:focus {
  color: white !important;
}
#darkmode .has-background-light-dark {
  background-color: whitesmoke !important;
}
#darkmode .has-text-dark-dark {
  color: #363636 !important;
}
#darkmode a.has-text-dark-dark:hover {
  color: #4f4f4f !important;
}
#darkmode a.has-text-dark-dark:focus {
  color: #4f4f4f !important;
}
#darkmode .has-background-dark-dark {
  background-color: #363636 !important;
}
#darkmode .has-text-primary-dark {
  color: #00d1b2 !important;
}
#darkmode a.has-text-primary-dark:hover {
  color: #05ffda !important;
}
#darkmode a.has-text-primary-dark:focus {
  color: #05ffda !important;
}
#darkmode .has-background-primary-dark {
  background-color: #00d1b2 !important;
}
#darkmode .has-text-link-dark {
  color: #3273dc !important;
}
#darkmode a.has-text-link-dark:hover {
  color: #5e91e4 !important;
}
#darkmode a.has-text-link-dark:focus {
  color: #5e91e4 !important;
}
#darkmode .has-background-link-dark {
  background-color: #3273dc !important;
}
#darkmode .has-text-info-dark {
  color: #209cee !important;
}
#darkmode a.has-text-info-dark:hover {
  color: #50b1f2 !important;
}
#darkmode a.has-text-info-dark:focus {
  color: #50b1f2 !important;
}
#darkmode .has-background-info-dark {
  background-color: #209cee !important;
}
#darkmode .has-text-success-dark {
  color: #23d160 !important;
}
#darkmode a.has-text-success-dark:hover {
  color: #48e07d !important;
}
#darkmode a.has-text-success-dark:focus {
  color: #48e07d !important;
}
#darkmode .has-background-success-dark {
  background-color: #23d160 !important;
}
#darkmode .has-text-warning-dark {
  color: #ffdd57 !important;
}
#darkmode a.has-text-warning-dark:hover {
  color: #ffe88a !important;
}
#darkmode a.has-text-warning-dark:focus {
  color: #ffe88a !important;
}
#darkmode .has-background-warning-dark {
  background-color: #ffdd57 !important;
}
#darkmode .has-text-danger-dark {
  color: #ff3860 !important;
}
#darkmode a.has-text-danger-dark:hover {
  color: #ff6b89 !important;
}
#darkmode a.has-text-danger-dark:focus {
  color: #ff6b89 !important;
}
#darkmode .has-background-danger-dark {
  background-color: #ff3860 !important;
}
#darkmode .has-text-black-bis-dark {
  color: #121212 !important;
}
#darkmode .has-background-black-bis-dark {
  background-color: #121212 !important;
}
#darkmode .has-text-black-ter-dark {
  color: #242424 !important;
}
#darkmode .has-background-black-ter-dark {
  background-color: #242424 !important;
}
#darkmode .has-text-grey-darker-dark {
  color: #363636 !important;
}
#darkmode .has-background-grey-darker-dark {
  background-color: #363636 !important;
}
#darkmode .has-text-grey-dark-dark {
  color: #4a4a4a !important;
}
#darkmode .has-background-grey-dark-dark {
  background-color: #4a4a4a !important;
}
#darkmode .has-text-grey-dark {
  color: #7a7a7a !important;
}
#darkmode .has-background-grey-dark {
  background-color: #7a7a7a !important;
}
#darkmode .has-text-grey-light-dark {
  color: #b5b5b5 !important;
}
#darkmode .has-background-grey-light-dark {
  background-color: #b5b5b5 !important;
}
#darkmode .has-text-grey-lighter-dark {
  color: #dbdbdb !important;
}
#darkmode .has-background-grey-lighter-dark {
  background-color: #dbdbdb !important;
}
#darkmode .has-text-white-ter-dark {
  color: whitesmoke !important;
}
#darkmode .has-background-white-ter-dark {
  background-color: whitesmoke !important;
}
#darkmode .has-text-white-bis-dark {
  color: #fafafa !important;
}
#darkmode .has-background-white-bis-dark {
  background-color: #fafafa !important;
}
#darkmode .box {
  background-color: #000000;
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.1);
  color: #fff;
}
#darkmode a.box:hover {
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.1), 0 0 0 1px #5ea3e4;
}
#darkmode a.box:focus {
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.1), 0 0 0 1px #5ea3e4;
}
#darkmode a.box:active {
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2), 0 0 0 1px #5ea3e4;
}
#darkmode .infos-key-values h4 {
  color: #949494;
}
#darkmode .live-price-button {
  color: #fff !important;
}
#darkmode .live-price-button:hover {
  background: #000 !important;
}
#darkmode .has-background-info-light {
  background: #000 !important;
}
#darkmode .button.is-white:focus:not(:active) {
  box-shadow: none !important;
}
#darkmode .button {
  background-color: #0a0a0a;
  border-color: #262629;
  color: #dbdbdb;
}
#darkmode .button:hover {
  border-color: #4a4a4a;
  color: #dbdbdb;
}
#darkmode .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .button:active {
  border-color: #b5b5b5;
  color: #dbdbdb;
}
#darkmode .cta-icon:hover {
  color: #fff;
}
#darkmode .button.is-hovered {
  border-color: #4a4a4a;
  color: #dbdbdb;
}
#darkmode .button.is-focused {
  color: #dbdbdb;
}
#darkmode .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .button.is-active {
  border-color: #b5b5b5;
  color: #dbdbdb;
}
#darkmode .button.is-text {
  color: #b5b5b5;
}
#darkmode .button.is-text:hover {
  background-color: #242424;
  color: #dbdbdb;
}
#darkmode .button.is-text:focus {
  background-color: #242424;
  color: #dbdbdb;
}
#darkmode .button.is-text:active {
  background-color: #171717;
  color: #dbdbdb;
}
#darkmode .button.is-text.is-hovered {
  background-color: #242424;
  color: #dbdbdb;
}
#darkmode .button.is-text.is-focused {
  background-color: #242424;
  color: #dbdbdb;
}
#darkmode .button.is-text.is-active {
  background-color: #171717;
  color: #dbdbdb;
}
#darkmode .button.is-white {
  background-color: #181A1F;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-white:hover {
  background-color: #dfdfdf;
  border-color: transparent;
  color: #0a0a0a;
}
#darkmode .button.is-white:focus {
  border-color: transparent;
  color: #0a0a0a;
}
#darkmode .button.is-white:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .button.is-white:active {
  background-color: #d9d9d9;
  border-color: transparent;
  color: #0a0a0a;
}
#darkmode .button.is-white.is-hovered {
  background-color: #dfdfdf;
  border-color: transparent;
  color: #0a0a0a;
}
#darkmode .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}
#darkmode .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .button.is-black {
  background-color: black;
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black:hover {
  background-color: black;
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black:focus {
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .button.is-black:active {
  background-color: black;
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black.is-hovered {
  background-color: black;
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black[disabled] {
  background-color: black;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-black.is-inverted {
  background-color: white;
  color: black;
}
#darkmode .button.is-black.is-inverted:hover {
  background-color: #f2f2f2;
}
#darkmode .button.is-black.is-inverted[disabled] {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: black;
}
#darkmode .button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}
#darkmode .button.is-black.is-outlined {
  background-color: transparent;
  border-color: black;
  color: black;
}
#darkmode .button.is-black.is-outlined:hover {
  background-color: black;
  border-color: black;
  color: white;
}
#darkmode .button.is-black.is-outlined:focus {
  background-color: black;
  border-color: black;
  color: white;
}
#darkmode .button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent black black !important;
}
#darkmode .button.is-black.is-outlined[disabled] {
  background-color: transparent;
  border-color: black;
  box-shadow: none;
  color: black;
}
#darkmode .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
#darkmode .button.is-black.is-inverted.is-outlined:hover {
  background-color: white;
  color: black;
}
#darkmode .button.is-black.is-inverted.is-outlined:focus {
  background-color: white;
  color: black;
}
#darkmode .button.is-black.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
#darkmode .button.is-light {
  background-color: #dbdbdb;
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light:hover {
  background-color: #d5d5d5;
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light:focus {
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .button.is-light:active {
  background-color: #cfcfcf;
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light.is-hovered {
  background-color: #d5d5d5;
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light.is-focused {
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .button.is-light.is-active {
  background-color: #cfcfcf;
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light[disabled] {
  background-color: #dbdbdb;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-light.is-inverted {
  background-color: #363636;
  color: #dbdbdb;
}
#darkmode .button.is-light.is-inverted:hover {
  background-color: #292929;
}
#darkmode .button.is-light.is-inverted[disabled] {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
  color: #dbdbdb;
}
#darkmode .button.is-light.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}
#darkmode .button.is-light.is-outlined {
  background-color: transparent;
  border-color: #dbdbdb;
  color: #dbdbdb;
}
#darkmode .button.is-light.is-outlined:hover {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  color: #363636;
}
#darkmode .button.is-light.is-outlined:focus {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  color: #363636;
}
#darkmode .button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent #dbdbdb #dbdbdb !important;
}
#darkmode .button.is-light.is-outlined[disabled] {
  background-color: transparent;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #dbdbdb;
}
#darkmode .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}
#darkmode .button.is-light.is-inverted.is-outlined:hover {
  background-color: #363636;
  color: #dbdbdb;
}
#darkmode .button.is-light.is-inverted.is-outlined:focus {
  background-color: #363636;
  color: #dbdbdb;
}
#darkmode .button.is-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}
#darkmode .button.is-dark {
  background-color: #1c1c1c;
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark:hover {
  background-color: #161616;
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark:focus {
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .button.is-dark:active {
  background-color: #0f0f0f;
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark.is-hovered {
  background-color: #161616;
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark.is-focused {
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .button.is-dark.is-active {
  background-color: #0f0f0f;
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark[disabled] {
  background-color: #1c1c1c;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-dark.is-inverted {
  background-color: whitesmoke;
  color: #1c1c1c;
}
#darkmode .button.is-dark.is-inverted:hover {
  background-color: #e8e8e8;
}
#darkmode .button.is-dark.is-inverted[disabled] {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
  color: #1c1c1c;
}
#darkmode .button.is-dark.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
#darkmode .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #1c1c1c;
  color: #1c1c1c;
}
#darkmode .button.is-dark.is-outlined:hover {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: whitesmoke;
}
#darkmode .button.is-dark.is-outlined:focus {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: whitesmoke;
}
#darkmode .button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #1c1c1c #1c1c1c !important;
}
#darkmode .button.is-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #1c1c1c;
  box-shadow: none;
  color: #1c1c1c;
}
#darkmode .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
#darkmode .button.is-dark.is-inverted.is-outlined:hover {
  background-color: whitesmoke;
  color: #1c1c1c;
}
#darkmode .button.is-dark.is-inverted.is-outlined:focus {
  background-color: whitesmoke;
  color: #1c1c1c;
}
#darkmode .button.is-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}
#darkmode .button.is-primary {
  background-color: #009e86;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary:hover {
  background-color: #00917c;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary:focus {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .button.is-primary:active {
  background-color: #008571;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary.is-hovered {
  background-color: #00917c;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .button.is-primary.is-active {
  background-color: #008571;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary[disabled] {
  background-color: #009e86;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-primary.is-inverted {
  background-color: #fff;
  color: #009e86;
}
#darkmode .button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}
#darkmode .button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #009e86;
}
#darkmode .button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
#darkmode .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #009e86;
  color: #009e86;
}
#darkmode .button.is-primary.is-outlined:hover {
  background-color: #009e86;
  border-color: #009e86;
  color: #fff;
}
#darkmode .button.is-primary.is-outlined:focus {
  background-color: #009e86;
  border-color: #009e86;
  color: #fff;
}
#darkmode .button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #009e86 #009e86 !important;
}
#darkmode .button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #009e86;
  box-shadow: none;
  color: #009e86;
}
#darkmode .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#darkmode .button.is-primary.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #009e86;
}
#darkmode .button.is-primary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #009e86;
}
#darkmode .button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
#darkmode .button.is-link {
  background-color: #205bbc;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link:hover {
  background-color: #1e56b1;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link:focus {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .button.is-link:active {
  background-color: #1c51a6;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link.is-hovered {
  background-color: #1e56b1;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .button.is-link.is-active {
  background-color: #1c51a6;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link[disabled] {
  background-color: #205bbc;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-link.is-inverted {
  background-color: #fff;
  color: #205bbc;
}
#darkmode .button.is-link.is-inverted:hover {
  background-color: #f2f2f2;
}
#darkmode .button.is-link.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #205bbc;
}
#darkmode .button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
#darkmode .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #205bbc;
  color: #205bbc;
}
#darkmode .button.is-link.is-outlined:hover {
  background-color: #205bbc;
  border-color: #205bbc;
  color: #fff;
}
#darkmode .button.is-link.is-outlined:focus {
  background-color: #205bbc;
  border-color: #205bbc;
  color: #fff;
}
#darkmode .button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #205bbc #205bbc !important;
}
#darkmode .button.is-link.is-outlined[disabled] {
  background-color: transparent;
  border-color: #205bbc;
  box-shadow: none;
  color: #205bbc;
}
#darkmode .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#darkmode .button.is-link.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #205bbc;
}
#darkmode .button.is-link.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #205bbc;
}
#darkmode .button.is-link.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
#darkmode .button.is-info {
  background-color: #0f81cc;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info:hover {
  background-color: #0e79c0;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info:focus {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .button.is-info:active {
  background-color: #0e72b4;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info.is-hovered {
  background-color: #0e79c0;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .button.is-info.is-active {
  background-color: #0e72b4;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info[disabled] {
  background-color: #0f81cc;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-info.is-inverted {
  background-color: #fff;
  color: #0f81cc;
}
#darkmode .button.is-info.is-inverted:hover {
  background-color: #f2f2f2;
}
#darkmode .button.is-info.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #0f81cc;
}
#darkmode .button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
#darkmode .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #0f81cc;
  color: #0f81cc;
}
#darkmode .button.is-info.is-outlined:hover {
  background-color: #0f81cc;
  border-color: #0f81cc;
  color: #fff;
}
#darkmode .button.is-info.is-outlined:focus {
  background-color: #0f81cc;
  border-color: #0f81cc;
  color: #fff;
}
#darkmode .button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #0f81cc #0f81cc !important;
}
#darkmode .button.is-info.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0f81cc;
  box-shadow: none;
  color: #0f81cc;
}
#darkmode .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#darkmode .button.is-info.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #0f81cc;
}
#darkmode .button.is-info.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #0f81cc;
}
#darkmode .button.is-info.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
#darkmode .button.is-success {
  background-color: #1ca64c;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success:hover {
  background-color: #1a9b47;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success:focus {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .button.is-success:active {
  background-color: #189042;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success.is-hovered {
  background-color: #1a9b47;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .button.is-success.is-active {
  background-color: #189042;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success[disabled] {
  background-color: #1ca64c;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-success.is-inverted {
  background-color: #fff;
  color: #1ca64c;
}
#darkmode .button.is-success.is-inverted:hover {
  background-color: #f2f2f2;
}
#darkmode .button.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #1ca64c;
}
#darkmode .button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
#darkmode .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #1ca64c;
  color: #1ca64c;
}
#darkmode .button.is-success.is-outlined:hover {
  background-color: #1ca64c;
  border-color: #1ca64c;
  color: #fff;
}
#darkmode .button.is-success.is-outlined:focus {
  background-color: #1ca64c;
  border-color: #1ca64c;
  color: #fff;
}
#darkmode .button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #1ca64c #1ca64c !important;
}
#darkmode .button.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #1ca64c;
  box-shadow: none;
  color: #1ca64c;
}
#darkmode .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#darkmode .button.is-success.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #1ca64c;
}
#darkmode .button.is-success.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #1ca64c;
}
#darkmode .button.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
#darkmode .button.is-warning {
  background-color: #ffd324;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning:hover {
  background-color: #ffd117;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning:focus {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .button.is-warning:active {
  background-color: #ffce0a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning.is-hovered {
  background-color: #ffd117;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .button.is-warning.is-active {
  background-color: #ffce0a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning[disabled] {
  background-color: #ffd324;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffd324;
}
#darkmode .button.is-warning.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffd324;
}
#darkmode .button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
#darkmode .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffd324;
  color: #ffd324;
}
#darkmode .button.is-warning.is-outlined:hover {
  background-color: #ffd324;
  border-color: #ffd324;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning.is-outlined:focus {
  background-color: #ffd324;
  border-color: #ffd324;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffd324 #ffd324 !important;
}
#darkmode .button.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffd324;
  box-shadow: none;
  color: #ffd324;
}
#darkmode .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);
}
#darkmode .button.is-warning.is-inverted.is-outlined:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffd324;
}
#darkmode .button.is-warning.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffd324;
}
#darkmode .button.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-danger {
  background-color: #ff0537;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger:hover {
  background-color: #f70031;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger:focus {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .button.is-danger:active {
  background-color: #eb002f;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger.is-hovered {
  background-color: #f70031;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .button.is-danger.is-active {
  background-color: #eb002f;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger[disabled] {
  background-color: #ff0537;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-danger.is-inverted {
  background-color: #fff;
  color: #ff0537;
}
#darkmode .button.is-danger.is-inverted:hover {
  background-color: #f2f2f2;
}
#darkmode .button.is-danger.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff0537;
}
#darkmode .button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
#darkmode .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff0537;
  color: #ff0537;
}
#darkmode .button.is-danger.is-outlined:hover {
  background-color: #ff0537;
  border-color: #ff0537;
  color: #fff;
}
#darkmode .button.is-danger.is-outlined:focus {
  background-color: #ff0537;
  border-color: #ff0537;
  color: #fff;
}
#darkmode .button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #ff0537 #ff0537 !important;
}
#darkmode .button.is-danger.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ff0537;
  box-shadow: none;
  color: #ff0537;
}
#darkmode .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#darkmode .button.is-danger.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #ff0537;
}
#darkmode .button.is-danger.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #ff0537;
}
#darkmode .button.is-danger.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
#darkmode .button.is-white-dark {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
#darkmode .button.is-white-dark:hover {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
#darkmode .button.is-white-dark:focus {
  border-color: transparent;
  color: #0a0a0a;
}
#darkmode .button.is-white-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .button.is-white-dark:active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
#darkmode .button.is-white-dark.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
#darkmode .button.is-white-dark.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}
#darkmode .button.is-white-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .button.is-white-dark.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
#darkmode .button.is-white-dark[disabled] {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-white-dark.is-inverted {
  background-color: #0a0a0a;
  color: white;
}
#darkmode .button.is-white-dark.is-inverted:hover {
  background-color: black;
}
#darkmode .button.is-white-dark.is-inverted[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}
#darkmode .button.is-white-dark.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
#darkmode .button.is-white-dark.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
#darkmode .button.is-white-dark.is-outlined:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
#darkmode .button.is-white-dark.is-outlined:focus {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
#darkmode .button.is-white-dark.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}
#darkmode .button.is-white-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
#darkmode .button.is-white-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
#darkmode .button.is-white-dark.is-inverted.is-outlined:hover {
  background-color: #0a0a0a;
  color: white;
}
#darkmode .button.is-white-dark.is-inverted.is-outlined:focus {
  background-color: #0a0a0a;
  color: white;
}
#darkmode .button.is-white-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
#darkmode .button.is-black-dark {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black-dark:hover {
  background-color: #040404;
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black-dark:focus {
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .button.is-black-dark:active {
  background-color: black;
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black-dark.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black-dark.is-focused {
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .button.is-black-dark.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}
#darkmode .button.is-black-dark[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-black-dark.is-inverted {
  background-color: white;
  color: #0a0a0a;
}
#darkmode .button.is-black-dark.is-inverted:hover {
  background-color: #f2f2f2;
}
#darkmode .button.is-black-dark.is-inverted[disabled] {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}
#darkmode .button.is-black-dark.is-loading::after {
  border-color: transparent transparent white white !important;
}
#darkmode .button.is-black-dark.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
#darkmode .button.is-black-dark.is-outlined:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
#darkmode .button.is-black-dark.is-outlined:focus {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
#darkmode .button.is-black-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
#darkmode .button.is-black-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
#darkmode .button.is-black-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
#darkmode .button.is-black-dark.is-inverted.is-outlined:hover {
  background-color: white;
  color: #0a0a0a;
}
#darkmode .button.is-black-dark.is-inverted.is-outlined:focus {
  background-color: white;
  color: #0a0a0a;
}
#darkmode .button.is-black-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
#darkmode .button.is-light-dark {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light-dark:hover {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light-dark:focus {
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .button.is-light-dark:active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light-dark.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light-dark.is-focused {
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .button.is-light-dark.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}
#darkmode .button.is-light-dark[disabled] {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-light-dark.is-inverted {
  background-color: #363636;
  color: whitesmoke;
}
#darkmode .button.is-light-dark.is-inverted:hover {
  background-color: #292929;
}
#darkmode .button.is-light-dark.is-inverted[disabled] {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}
#darkmode .button.is-light-dark.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}
#darkmode .button.is-light-dark.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
#darkmode .button.is-light-dark.is-outlined:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}
#darkmode .button.is-light-dark.is-outlined:focus {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}
#darkmode .button.is-light-dark.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
#darkmode .button.is-light-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}
#darkmode .button.is-light-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}
#darkmode .button.is-light-dark.is-inverted.is-outlined:hover {
  background-color: #363636;
  color: whitesmoke;
}
#darkmode .button.is-light-dark.is-inverted.is-outlined:focus {
  background-color: #363636;
  color: whitesmoke;
}
#darkmode .button.is-light-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}
#darkmode .button.is-dark-dark {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark-dark:hover {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark-dark:focus {
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .button.is-dark-dark:active {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark-dark.is-focused {
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .button.is-dark-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}
#darkmode .button.is-dark-dark[disabled] {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-dark-dark.is-inverted {
  background-color: whitesmoke;
  color: #363636;
}
#darkmode .button.is-dark-dark.is-inverted:hover {
  background-color: #e8e8e8;
}
#darkmode .button.is-dark-dark.is-inverted[disabled] {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}
#darkmode .button.is-dark-dark.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
#darkmode .button.is-dark-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}
#darkmode .button.is-dark-dark.is-outlined:hover {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}
#darkmode .button.is-dark-dark.is-outlined:focus {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}
#darkmode .button.is-dark-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}
#darkmode .button.is-dark-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}
#darkmode .button.is-dark-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
#darkmode .button.is-dark-dark.is-inverted.is-outlined:hover {
  background-color: whitesmoke;
  color: #363636;
}
#darkmode .button.is-dark-dark.is-inverted.is-outlined:focus {
  background-color: whitesmoke;
  color: #363636;
}
#darkmode .button.is-dark-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}
#darkmode .button.is-primary-dark {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary-dark:hover {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary-dark:focus {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .button.is-primary-dark:active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary-dark.is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .button.is-primary-dark.is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-primary-dark[disabled] {
  background-color: #00d1b2;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-primary-dark.is-inverted {
  background-color: #fff;
  color: #00d1b2;
}
#darkmode .button.is-primary-dark.is-inverted:hover {
  background-color: #f2f2f2;
}
#darkmode .button.is-primary-dark.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00d1b2;
}
#darkmode .button.is-primary-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
#darkmode .button.is-primary-dark.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}
#darkmode .button.is-primary-dark.is-outlined:hover {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}
#darkmode .button.is-primary-dark.is-outlined:focus {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}
#darkmode .button.is-primary-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}
#darkmode .button.is-primary-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00d1b2;
  box-shadow: none;
  color: #00d1b2;
}
#darkmode .button.is-primary-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#darkmode .button.is-primary-dark.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #00d1b2;
}
#darkmode .button.is-primary-dark.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #00d1b2;
}
#darkmode .button.is-primary-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
#darkmode .button.is-link-dark {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link-dark:hover {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link-dark:focus {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
#darkmode .button.is-link-dark:active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link-dark.is-hovered {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
#darkmode .button.is-link-dark.is-active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-link-dark[disabled] {
  background-color: #3273dc;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-link-dark.is-inverted {
  background-color: #fff;
  color: #3273dc;
}
#darkmode .button.is-link-dark.is-inverted:hover {
  background-color: #f2f2f2;
}
#darkmode .button.is-link-dark.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3273dc;
}
#darkmode .button.is-link-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
#darkmode .button.is-link-dark.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  color: #3273dc;
}
#darkmode .button.is-link-dark.is-outlined:hover {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}
#darkmode .button.is-link-dark.is-outlined:focus {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}
#darkmode .button.is-link-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #3273dc #3273dc !important;
}
#darkmode .button.is-link-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #3273dc;
  box-shadow: none;
  color: #3273dc;
}
#darkmode .button.is-link-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#darkmode .button.is-link-dark.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #3273dc;
}
#darkmode .button.is-link-dark.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #3273dc;
}
#darkmode .button.is-link-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
#darkmode .button.is-info-dark {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info-dark:hover {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info-dark:focus {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
#darkmode .button.is-info-dark:active {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info-dark.is-hovered {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
#darkmode .button.is-info-dark.is-active {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-info-dark[disabled] {
  background-color: #209cee;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-info-dark.is-inverted {
  background-color: #fff;
  color: #209cee;
}
#darkmode .button.is-info-dark.is-inverted:hover {
  background-color: #f2f2f2;
}
#darkmode .button.is-info-dark.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #209cee;
}
#darkmode .button.is-info-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
#darkmode .button.is-info-dark.is-outlined {
  background-color: transparent;
  border-color: #209cee;
  color: #209cee;
}
#darkmode .button.is-info-dark.is-outlined:hover {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}
#darkmode .button.is-info-dark.is-outlined:focus {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}
#darkmode .button.is-info-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #209cee #209cee !important;
}
#darkmode .button.is-info-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #209cee;
  box-shadow: none;
  color: #209cee;
}
#darkmode .button.is-info-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#darkmode .button.is-info-dark.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #209cee;
}
#darkmode .button.is-info-dark.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #209cee;
}
#darkmode .button.is-info-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
#darkmode .button.is-success-dark {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success-dark:hover {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success-dark:focus {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
#darkmode .button.is-success-dark:active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success-dark.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
#darkmode .button.is-success-dark.is-active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-success-dark[disabled] {
  background-color: #23d160;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-success-dark.is-inverted {
  background-color: #fff;
  color: #23d160;
}
#darkmode .button.is-success-dark.is-inverted:hover {
  background-color: #f2f2f2;
}
#darkmode .button.is-success-dark.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #23d160;
}
#darkmode .button.is-success-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
#darkmode .button.is-success-dark.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}
#darkmode .button.is-success-dark.is-outlined:hover {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}
#darkmode .button.is-success-dark.is-outlined:focus {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}
#darkmode .button.is-success-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #23d160 #23d160 !important;
}
#darkmode .button.is-success-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #23d160;
  box-shadow: none;
  color: #23d160;
}
#darkmode .button.is-success-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#darkmode .button.is-success-dark.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #23d160;
}
#darkmode .button.is-success-dark.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #23d160;
}
#darkmode .button.is-success-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
#darkmode .button.is-warning-dark {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning-dark:hover {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning-dark:focus {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
#darkmode .button.is-warning-dark:active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning-dark.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning-dark.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
#darkmode .button.is-warning-dark.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning-dark[disabled] {
  background-color: #ffdd57;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-warning-dark.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}
#darkmode .button.is-warning-dark.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning-dark.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffdd57;
}
#darkmode .button.is-warning-dark.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
#darkmode .button.is-warning-dark.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}
#darkmode .button.is-warning-dark.is-outlined:hover {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning-dark.is-outlined:focus {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}
#darkmode .button.is-warning-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffdd57;
  box-shadow: none;
  color: #ffdd57;
}
#darkmode .button.is-warning-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-warning-dark.is-inverted.is-outlined:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}
#darkmode .button.is-warning-dark.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}
#darkmode .button.is-warning-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .button.is-danger-dark {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger-dark:hover {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger-dark:focus {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
#darkmode .button.is-danger-dark:active {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger-dark.is-hovered {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
#darkmode .button.is-danger-dark.is-active {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}
#darkmode .button.is-danger-dark[disabled] {
  background-color: #ff3860;
  border-color: transparent;
  box-shadow: none;
}
#darkmode .button.is-danger-dark.is-inverted {
  background-color: #fff;
  color: #ff3860;
}
#darkmode .button.is-danger-dark.is-inverted:hover {
  background-color: #f2f2f2;
}
#darkmode .button.is-danger-dark.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff3860;
}
#darkmode .button.is-danger-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
#darkmode .button.is-danger-dark.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  color: #ff3860;
}
#darkmode .button.is-danger-dark.is-outlined:hover {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}
#darkmode .button.is-danger-dark.is-outlined:focus {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}
#darkmode .button.is-danger-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}
#darkmode .button.is-danger-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ff3860;
  box-shadow: none;
  color: #ff3860;
}
#darkmode .button.is-danger-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#darkmode .button.is-danger-dark.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #ff3860;
}
#darkmode .button.is-danger-dark.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #ff3860;
}
#darkmode .button.is-danger-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
#darkmode .button[disabled] {
  background-color: #0a0a0a;
  border-color: #363636;
}
#darkmode .button.is-static {
  background-color: whitesmoke;
  border-color: #363636;
  color: #7a7a7a;
}
#darkmode .content h1 {
  color: #dbdbdb;
}
#darkmode .content h2 {
  color: #dbdbdb;
}
#darkmode .content h3 {
  color: #dbdbdb;
}
#darkmode .content h4 {
  color: #dbdbdb;
}
#darkmode .content h5 {
  color: #dbdbdb;
}
#darkmode .content h6 {
  color: #dbdbdb;
}
#darkmode .content blockquote {
  background-color: #242424;
  border-left: 5px solid #363636;
}
#darkmode .content table td {
  border: 1px solid #363636;
}
#darkmode .content table th {
  border: 1px solid #363636;
  color: #dbdbdb;
}
#darkmode .content table thead td {
  color: #dbdbdb;
}
#darkmode .content table thead th {
  color: #dbdbdb;
}
#darkmode .content table tfoot td {
  color: #dbdbdb;
}
#darkmode .content table tfoot th {
  color: #dbdbdb;
}
#darkmode .input {
  background-color: #0a0a0a;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .input::-moz-placeholder {
  color: rgba(219, 219, 219, 0.3);
}
#darkmode .input::-webkit-input-placeholder {
  color: rgba(219, 219, 219, 0.3);
}
#darkmode .input:-moz-placeholder {
  color: rgba(219, 219, 219, 0.3);
}
#darkmode .input:-ms-input-placeholder {
  color: rgba(219, 219, 219, 0.3);
}
#darkmode .input:hover {
  border-color: #4a4a4a;
}
#darkmode .input:focus {
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .input:active {
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode #contact-page input {
  background-color: #0a0a0a;
  border-color: #363636;
  color: #dbdbdb;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05) !important;
}
#darkmode #contact-page textarea {
  background-color: #0a0a0a;
  border-color: #363636;
  color: #dbdbdb;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05) !important;
}
#darkmode .chat-join-button-container:hover {
  background: rgba(12, 12, 12, 0.5);
}
#darkmode .textarea {
  background-color: #0a0a0a;
  border-color: #363636;
  color: #dbdbdb;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
}
#darkmode .textarea::-moz-placeholder {
  color: rgba(219, 219, 219, 0.3);
}
#darkmode .textarea::-webkit-input-placeholder {
  color: rgba(219, 219, 219, 0.3);
}
#darkmode .textarea:-moz-placeholder {
  color: rgba(219, 219, 219, 0.3);
}
#darkmode .textarea:-ms-input-placeholder {
  color: rgba(219, 219, 219, 0.3);
}
#darkmode .textarea:hover {
  border-color: #4a4a4a;
}
#darkmode .textarea:focus {
  border-color: #5ea3e4;
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .textarea:active {
  border-color: #5ea3e4;
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .input.is-hovered {
  border-color: #4a4a4a;
}
#darkmode .textarea.is-hovered {
  border-color: #4a4a4a;
}
#darkmode .input.is-focused {
  border-color: #5ea3e4;
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .input.is-active {
  border-color: #5ea3e4;
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .textarea.is-focused {
  border-color: #5ea3e4;
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .textarea.is-active {
  border-color: #5ea3e4;
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .input[disabled] {
  background-color: #242424;
  border-color: #242424;
  color: #b5b5b5;
}
#darkmode .input[disabled]::-moz-placeholder {
  color: rgba(181, 181, 181, 0.3);
}
#darkmode .input[disabled]::-webkit-input-placeholder {
  color: rgba(181, 181, 181, 0.3);
}
#darkmode .input[disabled]:-moz-placeholder {
  color: rgba(181, 181, 181, 0.3);
}
#darkmode .input[disabled]:-ms-input-placeholder {
  color: rgba(181, 181, 181, 0.3);
}
#darkmode .textarea[disabled] {
  background-color: #242424;
  border-color: #242424;
  color: #b5b5b5;
}
#darkmode .textarea[disabled]::-moz-placeholder {
  color: rgba(181, 181, 181, 0.3);
}
#darkmode .textarea[disabled]::-webkit-input-placeholder {
  color: rgba(181, 181, 181, 0.3);
}
#darkmode .textarea[disabled]:-moz-placeholder {
  color: rgba(181, 181, 181, 0.3);
}
#darkmode .textarea[disabled]:-ms-input-placeholder {
  color: rgba(181, 181, 181, 0.3);
}
#darkmode .input.is-white {
  border-color: #e6e6e6;
}
#darkmode .input.is-white:focus {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .input.is-white:active {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .textarea.is-white {
  border-color: #e6e6e6;
}
#darkmode .textarea.is-white:focus {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .textarea.is-white:active {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .input.is-white.is-focused {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .input.is-white.is-active {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .textarea.is-white.is-focused {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .textarea.is-white.is-active {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .input.is-black {
  border-color: black;
}
#darkmode .input.is-black:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .input.is-black:active {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .textarea.is-black {
  border-color: black;
}
#darkmode .textarea.is-black:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .textarea.is-black:active {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .input.is-black.is-focused {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .input.is-black.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .textarea.is-black.is-focused {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .textarea.is-black.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .input.is-light {
  border-color: #dbdbdb;
}
#darkmode .input.is-light:focus {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .input.is-light:active {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .textarea.is-light {
  border-color: #dbdbdb;
}
#darkmode .textarea.is-light:focus {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .textarea.is-light:active {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .input.is-light.is-focused {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .input.is-light.is-active {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .textarea.is-light.is-focused {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .textarea.is-light.is-active {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .input.is-dark {
  border-color: #1c1c1c;
}
#darkmode .input.is-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .input.is-dark:active {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .textarea.is-dark {
  border-color: #1c1c1c;
}
#darkmode .textarea.is-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .textarea.is-dark:active {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .input.is-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .input.is-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .textarea.is-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .textarea.is-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .input.is-primary {
  border-color: #009e86;
}
#darkmode .input.is-primary:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .input.is-primary:active {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .textarea.is-primary {
  border-color: #009e86;
}
#darkmode .textarea.is-primary:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .textarea.is-primary:active {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .input.is-primary.is-focused {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .input.is-primary.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .textarea.is-primary.is-focused {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .textarea.is-primary.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .input.is-link {
  border-color: #205bbc;
}
#darkmode .input.is-link:focus {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .input.is-link:active {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .textarea.is-link {
  border-color: #205bbc;
}
#darkmode .textarea.is-link:focus {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .textarea.is-link:active {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .input.is-link.is-focused {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .input.is-link.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .textarea.is-link.is-focused {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .textarea.is-link.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .input.is-info {
  border-color: #0f81cc;
}
#darkmode .input.is-info:focus {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .input.is-info:active {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .textarea.is-info {
  border-color: #0f81cc;
}
#darkmode .textarea.is-info:focus {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .textarea.is-info:active {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .input.is-info.is-focused {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .input.is-info.is-active {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .textarea.is-info.is-focused {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .textarea.is-info.is-active {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .input.is-success {
  border-color: #1ca64c;
}
#darkmode .input.is-success:focus {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .input.is-success:active {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .textarea.is-success {
  border-color: #1ca64c;
}
#darkmode .textarea.is-success:focus {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .textarea.is-success:active {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .input.is-success.is-focused {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .input.is-success.is-active {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .textarea.is-success.is-focused {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .textarea.is-success.is-active {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .input.is-warning {
  border-color: #ffd324;
}
#darkmode .input.is-warning:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .input.is-warning:active {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .textarea.is-warning {
  border-color: #ffd324;
}
#darkmode .textarea.is-warning:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .textarea.is-warning:active {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .input.is-warning.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .input.is-warning.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .textarea.is-warning.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .textarea.is-warning.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .input.is-danger {
  border-color: #ff0537;
}
#darkmode .input.is-danger:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .input.is-danger:active {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .textarea.is-danger {
  border-color: #ff0537;
}
#darkmode .textarea.is-danger:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .textarea.is-danger:active {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .input.is-danger.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .input.is-danger.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .textarea.is-danger.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .textarea.is-danger.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .input.is-white-dark {
  border-color: white;
}
#darkmode .input.is-white-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .input.is-white-dark:active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .textarea.is-white-dark {
  border-color: white;
}
#darkmode .textarea.is-white-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .textarea.is-white-dark:active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .input.is-white-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .input.is-white-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .textarea.is-white-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .textarea.is-white-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .input.is-black-dark {
  border-color: #0a0a0a;
}
#darkmode .input.is-black-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .input.is-black-dark:active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .textarea.is-black-dark {
  border-color: #0a0a0a;
}
#darkmode .textarea.is-black-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .textarea.is-black-dark:active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .input.is-black-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .input.is-black-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .textarea.is-black-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .textarea.is-black-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .input.is-light-dark {
  border-color: whitesmoke;
}
#darkmode .input.is-light-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .input.is-light-dark:active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .textarea.is-light-dark {
  border-color: whitesmoke;
}
#darkmode .textarea.is-light-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .textarea.is-light-dark:active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .input.is-light-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .input.is-light-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .textarea.is-light-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .textarea.is-light-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .input.is-dark-dark {
  border-color: #363636;
}
#darkmode .input.is-dark-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .input.is-dark-dark:active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .textarea.is-dark-dark {
  border-color: #363636;
}
#darkmode .textarea.is-dark-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .textarea.is-dark-dark:active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .input.is-dark-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .input.is-dark-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .textarea.is-dark-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .textarea.is-dark-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .input.is-primary-dark {
  border-color: #00d1b2;
}
#darkmode .input.is-primary-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .input.is-primary-dark:active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .textarea.is-primary-dark {
  border-color: #00d1b2;
}
#darkmode .textarea.is-primary-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .textarea.is-primary-dark:active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .input.is-primary-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .input.is-primary-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .textarea.is-primary-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .textarea.is-primary-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .input.is-link-dark {
  border-color: #3273dc;
}
#darkmode .input.is-link-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
#darkmode .input.is-link-dark:active {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
#darkmode .textarea.is-link-dark {
  border-color: #3273dc;
}
#darkmode .textarea.is-link-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
#darkmode .textarea.is-link-dark:active {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
#darkmode .input.is-link-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
#darkmode .input.is-link-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
#darkmode .textarea.is-link-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
#darkmode .textarea.is-link-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
#darkmode .input.is-info-dark {
  border-color: #209cee;
}
#darkmode .input.is-info-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
#darkmode .input.is-info-dark:active {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
#darkmode .textarea.is-info-dark {
  border-color: #209cee;
}
#darkmode .textarea.is-info-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
#darkmode .textarea.is-info-dark:active {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
#darkmode .input.is-info-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
#darkmode .input.is-info-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
#darkmode .textarea.is-info-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
#darkmode .textarea.is-info-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}
#darkmode .input.is-success-dark {
  border-color: #23d160;
}
#darkmode .input.is-success-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
#darkmode .input.is-success-dark:active {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
#darkmode .textarea.is-success-dark {
  border-color: #23d160;
}
#darkmode .textarea.is-success-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
#darkmode .textarea.is-success-dark:active {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
#darkmode .input.is-success-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
#darkmode .input.is-success-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
#darkmode .textarea.is-success-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
#darkmode .textarea.is-success-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}
#darkmode .input.is-warning-dark {
  border-color: #ffdd57;
}
#darkmode .input.is-warning-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
#darkmode .input.is-warning-dark:active {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
#darkmode .textarea.is-warning-dark {
  border-color: #ffdd57;
}
#darkmode .textarea.is-warning-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
#darkmode .textarea.is-warning-dark:active {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
#darkmode .input.is-warning-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
#darkmode .input.is-warning-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
#darkmode .textarea.is-warning-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
#darkmode .textarea.is-warning-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}
#darkmode .input.is-danger-dark {
  border-color: #ff3860;
}
#darkmode .input.is-danger-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
#darkmode .input.is-danger-dark:active {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
#darkmode .textarea.is-danger-dark {
  border-color: #ff3860;
}
#darkmode .textarea.is-danger-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
#darkmode .textarea.is-danger-dark:active {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
#darkmode .input.is-danger-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
#darkmode .input.is-danger-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
#darkmode .textarea.is-danger-dark.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
#darkmode .textarea.is-danger-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}
#darkmode .checkbox:hover {
  color: #dbdbdb;
}
#darkmode .radio:hover {
  color: #dbdbdb;
}
#darkmode .checkbox[disabled] {
  color: #b5b5b5;
}
#darkmode .radio[disabled] {
  color: #b5b5b5;
}
#darkmode .select:not(.is-multiple):not(.is-loading)::after {
  border-color: #5ea3e4;
}
#darkmode .select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #dbdbdb;
}
#darkmode .select select {
  background-color: #0a0a0a;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .select select::-moz-placeholder {
  color: rgba(219, 219, 219, 0.3);
}
#darkmode .select select::-webkit-input-placeholder {
  color: rgba(219, 219, 219, 0.3);
}
#darkmode .select select:-moz-placeholder {
  color: rgba(219, 219, 219, 0.3);
}
#darkmode .select select:-ms-input-placeholder {
  color: rgba(219, 219, 219, 0.3);
}
#darkmode .select select:hover {
  border-color: #4a4a4a;
}
#darkmode .select select:focus {
  border-color: #5ea3e4;
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .select select:active {
  border-color: #5ea3e4;
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .select select option {
  color: #dbdbdb;
}
#darkmode .select select.is-hovered {
  border-color: #4a4a4a;
}
#darkmode .select select.is-focused {
  border-color: #5ea3e4;
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .select select.is-active {
  border-color: #5ea3e4;
  box-shadow: 0 0 0 0.125em rgba(94, 163, 228, 0.25);
}
#darkmode .select select[disabled] {
  background-color: #242424;
  border-color: #242424;
  color: #b5b5b5;
}
#darkmode .select select[disabled]::-moz-placeholder {
  color: rgba(181, 181, 181, 0.3);
}
#darkmode .select select[disabled]::-webkit-input-placeholder {
  color: rgba(181, 181, 181, 0.3);
}
#darkmode .select select[disabled]:-moz-placeholder {
  color: rgba(181, 181, 181, 0.3);
}
#darkmode .select select[disabled]:-ms-input-placeholder {
  color: rgba(181, 181, 181, 0.3);
}
#darkmode .select select[disabled]:hover {
  border-color: #242424;
}
#darkmode .select.is-white:not(:hover)::after {
  border-color: #e6e6e6;
}
#darkmode .select.is-white select {
  border-color: #e6e6e6;
}
#darkmode .select.is-white select:hover {
  border-color: #d9d9d9;
}
#darkmode .select.is-white select:focus {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .select.is-white select:active {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .select.is-white select.is-hovered {
  border-color: #d9d9d9;
}
#darkmode .select.is-white select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(230, 230, 230, 0.25);
}
#darkmode .select.is-black:not(:hover)::after {
  border-color: black;
}
#darkmode .select.is-black select {
  border-color: black;
}
#darkmode .select.is-black select:hover {
  border-color: black;
}
#darkmode .select.is-black select:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .select.is-black select:active {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .select.is-black select.is-hovered {
  border-color: black;
}
#darkmode .select.is-black select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
#darkmode .select.is-light:not(:hover)::after {
  border-color: #dbdbdb;
}
#darkmode .select.is-light select {
  border-color: #dbdbdb;
}
#darkmode .select.is-light select:hover {
  border-color: #cfcfcf;
}
#darkmode .select.is-light select:focus {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .select.is-light select:active {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .select.is-light select.is-hovered {
  border-color: #cfcfcf;
}
#darkmode .select.is-light select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(219, 219, 219, 0.25);
}
#darkmode .select.is-dark:not(:hover)::after {
  border-color: #1c1c1c;
}
#darkmode .select.is-dark select {
  border-color: #1c1c1c;
}
#darkmode .select.is-dark select:hover {
  border-color: #0f0f0f;
}
#darkmode .select.is-dark select:focus {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .select.is-dark select:active {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .select.is-dark select.is-hovered {
  border-color: #0f0f0f;
}
#darkmode .select.is-dark select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(28, 28, 28, 0.25);
}
#darkmode .select.is-primary:not(:hover)::after {
  border-color: #009e86;
}
#darkmode .select.is-primary select {
  border-color: #009e86;
}
#darkmode .select.is-primary select:hover {
  border-color: #008571;
}
#darkmode .select.is-primary select:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .select.is-primary select:active {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .select.is-primary select.is-hovered {
  border-color: #008571;
}
#darkmode .select.is-primary select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 158, 134, 0.25);
}
#darkmode .select.is-link:not(:hover)::after {
  border-color: #205bbc;
}
#darkmode .select.is-link select {
  border-color: #205bbc;
}
#darkmode .select.is-link select:hover {
  border-color: #1c51a6;
}
#darkmode .select.is-link select:focus {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .select.is-link select:active {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .select.is-link select.is-hovered {
  border-color: #1c51a6;
}
#darkmode .select.is-link select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 91, 188, 0.25);
}
#darkmode .select.is-info:not(:hover)::after {
  border-color: #0f81cc;
}
#darkmode .select.is-info select {
  border-color: #0f81cc;
}
#darkmode .select.is-info select:hover {
  border-color: #0e72b4;
}
#darkmode .select.is-info select:focus {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .select.is-info select:active {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .select.is-info select.is-hovered {
  border-color: #0e72b4;
}
#darkmode .select.is-info select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(15, 129, 204, 0.25);
}
#darkmode .select.is-success:not(:hover)::after {
  border-color: #1ca64c;
}
#darkmode .select.is-success select {
  border-color: #1ca64c;
}
#darkmode .select.is-success select:hover {
  border-color: #189042;
}
#darkmode .select.is-success select:focus {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .select.is-success select:active {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .select.is-success select.is-hovered {
  border-color: #189042;
}
#darkmode .select.is-success select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(28, 166, 76, 0.25);
}
#darkmode .select.is-warning:not(:hover)::after {
  border-color: #ffd324;
}
#darkmode .select.is-warning select {
  border-color: #ffd324;
}
#darkmode .select.is-warning select:hover {
  border-color: #ffce0a;
}
#darkmode .select.is-warning select:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .select.is-warning select:active {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .select.is-warning select.is-hovered {
  border-color: #ffce0a;
}
#darkmode .select.is-warning select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 211, 36, 0.25);
}
#darkmode .select.is-danger:not(:hover)::after {
  border-color: #ff0537;
}
#darkmode .select.is-danger select {
  border-color: #ff0537;
}
#darkmode .select.is-danger select:hover {
  border-color: #eb002f;
}
#darkmode .select.is-danger select:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .select.is-danger select:active {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .select.is-danger select.is-hovered {
  border-color: #eb002f;
}
#darkmode .select.is-danger select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 5, 55, 0.25);
}
#darkmode .select.is-white-dark:not(:hover)::after {
  border-color: white;
}
#darkmode .select.is-white-dark select {
  border-color: white;
}
#darkmode .select.is-white-dark select:hover {
  border-color: #f2f2f2;
}
#darkmode .select.is-white-dark select:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .select.is-white-dark select:active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .select.is-white-dark select.is-hovered {
  border-color: #f2f2f2;
}
#darkmode .select.is-white-dark select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .select.is-white-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
#darkmode .select.is-black-dark:not(:hover)::after {
  border-color: #0a0a0a;
}
#darkmode .select.is-black-dark select {
  border-color: #0a0a0a;
}
#darkmode .select.is-black-dark select:hover {
  border-color: black;
}
#darkmode .select.is-black-dark select:focus {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .select.is-black-dark select:active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .select.is-black-dark select.is-hovered {
  border-color: black;
}
#darkmode .select.is-black-dark select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .select.is-black-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
#darkmode .select.is-light-dark:not(:hover)::after {
  border-color: whitesmoke;
}
#darkmode .select.is-light-dark select {
  border-color: whitesmoke;
}
#darkmode .select.is-light-dark select:hover {
  border-color: #e8e8e8;
}
#darkmode .select.is-light-dark select:focus {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .select.is-light-dark select:active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .select.is-light-dark select.is-hovered {
  border-color: #e8e8e8;
}
#darkmode .select.is-light-dark select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .select.is-light-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
#darkmode .select.is-dark-dark:not(:hover)::after {
  border-color: #363636;
}
#darkmode .select.is-dark-dark select {
  border-color: #363636;
}
#darkmode .select.is-dark-dark select:hover {
  border-color: #292929;
}
#darkmode .select.is-dark-dark select:focus {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .select.is-dark-dark select:active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .select.is-dark-dark select.is-hovered {
  border-color: #292929;
}
#darkmode .select.is-dark-dark select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .select.is-dark-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
#darkmode .select.is-primary-dark:not(:hover)::after {
  border-color: #00d1b2;
}
#darkmode .select.is-primary-dark select {
  border-color: #00d1b2;
}
#darkmode .select.is-primary-dark select:hover {
  border-color: #00b89c;
}
#darkmode .select.is-primary-dark select:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .select.is-primary-dark select:active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .select.is-primary-dark select.is-hovered {
  border-color: #00b89c;
}
#darkmode .select.is-primary-dark select.is-focused {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .select.is-primary-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}
#darkmode .label {
  color: #dbdbdb;
}
#darkmode .help.is-white {
  color: #e6e6e6;
}
#darkmode .help.is-black {
  color: black;
}
#darkmode .help.is-light {
  color: #dbdbdb;
}
#darkmode .help.is-dark {
  color: #1c1c1c;
}
#darkmode .help.is-primary {
  color: #009e86;
}
#darkmode .help.is-link {
  color: #205bbc;
}
#darkmode .help.is-info {
  color: #0f81cc;
}
#darkmode .help.is-success {
  color: #1ca64c;
}
#darkmode .help.is-warning {
  color: #ffd324;
}
#darkmode .help.is-danger {
  color: #ff0537;
}
#darkmode .help.is-white-dark {
  color: white;
}
#darkmode .help.is-black-dark {
  color: #0a0a0a;
}
#darkmode .help.is-light-dark {
  color: whitesmoke;
}
#darkmode .help.is-dark-dark {
  color: #363636;
}
#darkmode .help.is-primary-dark {
  color: #00d1b2;
}
#darkmode .help.is-link-dark {
  color: #3273dc;
}
#darkmode .help.is-info-dark {
  color: #209cee;
}
#darkmode .help.is-success-dark {
  color: #23d160;
}
#darkmode .help.is-warning-dark {
  color: #ffdd57;
}
#darkmode .help.is-danger-dark {
  color: #ff3860;
}
#darkmode .control.has-icons-left .icon {
  color: #363636;
}
#darkmode .control.has-icons-right .icon {
  color: #363636;
}
#darkmode .notification {
  background-color: #242424;
}
#darkmode .notification code {
  background: #0a0a0a;
}
#darkmode .notification pre {
  background: #0a0a0a;
}
#darkmode .notification.is-white {
  background-color: #e6e6e6;
  color: #0a0a0a;
}
#darkmode .notification.is-black {
  background-color: black;
  color: white;
}
#darkmode .notification.is-light {
  background-color: #dbdbdb;
  color: #363636;
}
#darkmode .notification.is-dark {
  background-color: #1c1c1c;
  color: whitesmoke;
}
#darkmode .notification.is-primary {
  background-color: #009e86;
  color: #fff;
}
#darkmode .notification.is-link {
  background-color: #205bbc;
  color: #fff;
}
#darkmode .notification.is-info {
  background-color: #0f81cc;
  color: #fff;
}
#darkmode .notification.is-success {
  background-color: #1ca64c;
  color: #fff;
}
#darkmode .notification.is-warning {
  background-color: #ffd324;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .notification.is-danger {
  background-color: #ff0537;
  color: #fff;
}
#darkmode .notification.is-white-dark {
  background-color: white;
  color: #0a0a0a;
}
#darkmode .notification.is-black-dark {
  background-color: #0a0a0a;
  color: white;
}
#darkmode .notification.is-light-dark {
  background-color: whitesmoke;
  color: #363636;
}
#darkmode .notification.is-dark-dark {
  background-color: #363636;
  color: whitesmoke;
}
#darkmode .notification.is-primary-dark {
  background-color: #00d1b2;
  color: #fff;
}
#darkmode .notification.is-link-dark {
  background-color: #3273dc;
  color: #fff;
}
#darkmode .notification.is-info-dark {
  background-color: #209cee;
  color: #fff;
}
#darkmode .notification.is-success-dark {
  background-color: #23d160;
  color: #fff;
}
#darkmode .notification.is-warning-dark {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .notification.is-danger-dark {
  background-color: #ff3860;
  color: #fff;
}
#darkmode .progress::-webkit-progress-bar {
  background-color: #363636;
}
#darkmode .progress::-webkit-progress-value {
  background-color: #b5b5b5;
}
#darkmode .progress::-moz-progress-bar {
  background-color: #b5b5b5;
}
#darkmode .progress::-ms-fill {
  background-color: #b5b5b5;
}
#darkmode .progress:indeterminate {
  background-color: #363636;
  background-image: linear-gradient(to right, #4a4a4a 30%, #363636 30%);
}
#darkmode .progress.is-white::-webkit-progress-value {
  background-color: #e6e6e6;
}
#darkmode .progress.is-white::-moz-progress-bar {
  background-color: #e6e6e6;
}
#darkmode .progress.is-white::-ms-fill {
  background-color: #e6e6e6;
}
#darkmode .progress.is-white:indeterminate {
  background-image: linear-gradient(to right, #e6e6e6 30%, #363636 30%);
}
#darkmode .progress.is-black::-webkit-progress-value {
  background-color: black;
}
#darkmode .progress.is-black::-moz-progress-bar {
  background-color: black;
}
#darkmode .progress.is-black::-ms-fill {
  background-color: black;
}
#darkmode .progress.is-black:indeterminate {
  background-image: linear-gradient(to right, black 30%, #363636 30%);
}
#darkmode .progress.is-light::-webkit-progress-value {
  background-color: #dbdbdb;
}
#darkmode .progress.is-light::-moz-progress-bar {
  background-color: #dbdbdb;
}
#darkmode .progress.is-light::-ms-fill {
  background-color: #dbdbdb;
}
#darkmode .progress.is-light:indeterminate {
  background-image: linear-gradient(to right, #dbdbdb 30%, #363636 30%);
}
#darkmode .progress.is-dark::-webkit-progress-value {
  background-color: #1c1c1c;
}
#darkmode .progress.is-dark::-moz-progress-bar {
  background-color: #1c1c1c;
}
#darkmode .progress.is-dark::-ms-fill {
  background-color: #1c1c1c;
}
#darkmode .progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #1c1c1c 30%, #363636 30%);
}
#darkmode .progress.is-primary::-webkit-progress-value {
  background-color: #009e86;
}
#darkmode .progress.is-primary::-moz-progress-bar {
  background-color: #009e86;
}
#darkmode .progress.is-primary::-ms-fill {
  background-color: #009e86;
}
#darkmode .progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #009e86 30%, #363636 30%);
}
#darkmode .progress.is-link::-webkit-progress-value {
  background-color: #205bbc;
}
#darkmode .progress.is-link::-moz-progress-bar {
  background-color: #205bbc;
}
#darkmode .progress.is-link::-ms-fill {
  background-color: #205bbc;
}
#darkmode .progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #205bbc 30%, #363636 30%);
}
#darkmode .progress.is-info::-webkit-progress-value {
  background-color: #0f81cc;
}
#darkmode .progress.is-info::-moz-progress-bar {
  background-color: #0f81cc;
}
#darkmode .progress.is-info::-ms-fill {
  background-color: #0f81cc;
}
#darkmode .progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #0f81cc 30%, #363636 30%);
}
#darkmode .progress.is-success::-webkit-progress-value {
  background-color: #1ca64c;
}
#darkmode .progress.is-success::-moz-progress-bar {
  background-color: #1ca64c;
}
#darkmode .progress.is-success::-ms-fill {
  background-color: #1ca64c;
}
#darkmode .progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #1ca64c 30%, #363636 30%);
}
#darkmode .progress.is-warning::-webkit-progress-value {
  background-color: #ffd324;
}
#darkmode .progress.is-warning::-moz-progress-bar {
  background-color: #ffd324;
}
#darkmode .progress.is-warning::-ms-fill {
  background-color: #ffd324;
}
#darkmode .progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #ffd324 30%, #363636 30%);
}
#darkmode .progress.is-danger::-webkit-progress-value {
  background-color: #ff0537;
}
#darkmode .progress.is-danger::-moz-progress-bar {
  background-color: #ff0537;
}
#darkmode .progress.is-danger::-ms-fill {
  background-color: #ff0537;
}
#darkmode .progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #ff0537 30%, #363636 30%);
}
#darkmode .progress.is-white-dark::-webkit-progress-value {
  background-color: white;
}
#darkmode .progress.is-white-dark::-moz-progress-bar {
  background-color: white;
}
#darkmode .progress.is-white-dark::-ms-fill {
  background-color: white;
}
#darkmode .progress.is-white-dark:indeterminate {
  background-image: linear-gradient(to right, white 30%, #363636 30%);
}
#darkmode .progress.is-black-dark::-webkit-progress-value {
  background-color: #0a0a0a;
}
#darkmode .progress.is-black-dark::-moz-progress-bar {
  background-color: #0a0a0a;
}
#darkmode .progress.is-black-dark::-ms-fill {
  background-color: #0a0a0a;
}
#darkmode .progress.is-black-dark:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #363636 30%);
}
#darkmode .progress.is-light-dark::-webkit-progress-value {
  background-color: whitesmoke;
}
#darkmode .progress.is-light-dark::-moz-progress-bar {
  background-color: whitesmoke;
}
#darkmode .progress.is-light-dark::-ms-fill {
  background-color: whitesmoke;
}
#darkmode .progress.is-light-dark:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #363636 30%);
}
#darkmode .progress.is-dark-dark::-webkit-progress-value {
  background-color: #363636;
}
#darkmode .progress.is-dark-dark::-moz-progress-bar {
  background-color: #363636;
}
#darkmode .progress.is-dark-dark::-ms-fill {
  background-color: #363636;
}
#darkmode .progress.is-dark-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #363636 30%);
}
#darkmode .progress.is-primary-dark::-webkit-progress-value {
  background-color: #00d1b2;
}
#darkmode .progress.is-primary-dark::-moz-progress-bar {
  background-color: #00d1b2;
}
#darkmode .progress.is-primary-dark::-ms-fill {
  background-color: #00d1b2;
}
#darkmode .progress.is-primary-dark:indeterminate {
  background-image: linear-gradient(to right, #00d1b2 30%, #363636 30%);
}
#darkmode .progress.is-link-dark::-webkit-progress-value {
  background-color: #3273dc;
}
#darkmode .progress.is-link-dark::-moz-progress-bar {
  background-color: #3273dc;
}
#darkmode .progress.is-link-dark::-ms-fill {
  background-color: #3273dc;
}
#darkmode .progress.is-link-dark:indeterminate {
  background-image: linear-gradient(to right, #3273dc 30%, #363636 30%);
}
#darkmode .progress.is-info-dark::-webkit-progress-value {
  background-color: #209cee;
}
#darkmode .progress.is-info-dark::-moz-progress-bar {
  background-color: #209cee;
}
#darkmode .progress.is-info-dark::-ms-fill {
  background-color: #209cee;
}
#darkmode .progress.is-info-dark:indeterminate {
  background-image: linear-gradient(to right, #209cee 30%, #363636 30%);
}
#darkmode .progress.is-success-dark::-webkit-progress-value {
  background-color: #23d160;
}
#darkmode .progress.is-success-dark::-moz-progress-bar {
  background-color: #23d160;
}
#darkmode .progress.is-success-dark::-ms-fill {
  background-color: #23d160;
}
#darkmode .progress.is-success-dark:indeterminate {
  background-image: linear-gradient(to right, #23d160 30%, #363636 30%);
}
#darkmode .progress.is-warning-dark::-webkit-progress-value {
  background-color: #ffdd57;
}
#darkmode .progress.is-warning-dark::-moz-progress-bar {
  background-color: #ffdd57;
}
#darkmode .progress.is-warning-dark::-ms-fill {
  background-color: #ffdd57;
}
#darkmode .progress.is-warning-dark:indeterminate {
  background-image: linear-gradient(to right, #ffdd57 30%, #363636 30%);
}
#darkmode .progress.is-danger-dark::-webkit-progress-value {
  background-color: #ff3860;
}
#darkmode .progress.is-danger-dark::-moz-progress-bar {
  background-color: #ff3860;
}
#darkmode .progress.is-danger-dark::-ms-fill {
  background-color: #ff3860;
}
#darkmode .progress.is-danger-dark:indeterminate {
  background-image: linear-gradient(to right, #ff3860 30%, #363636 30%);
}
#darkmode .table {
  background-color: transparent;
  color: #dbdbdb;
}
#darkmode .table th {
  border: 1px solid #363636;
  color: #dbdbdb;
}
#darkmode .table td.is-white {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #0a0a0a;
}
#darkmode .table th.is-white {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #0a0a0a;
}
#darkmode .table td.is-black {
  background-color: black;
  border-color: black;
  color: white;
}
#darkmode .table th.is-black {
  background-color: black;
  border-color: black;
  color: white;
}
#darkmode .table td.is-light {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  color: #363636;
}
#darkmode .table th.is-light {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  color: #363636;
}
#darkmode .table td.is-dark {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: whitesmoke;
}
#darkmode .table th.is-dark {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: whitesmoke;
}
#darkmode .table td.is-primary {
  background-color: #009e86;
  border-color: #009e86;
  color: #fff;
}
#darkmode .table th.is-primary {
  background-color: #009e86;
  border-color: #009e86;
  color: #fff;
}
#darkmode .table td.is-link {
  background-color: #205bbc;
  border-color: #205bbc;
  color: #fff;
}
#darkmode .table th.is-link {
  background-color: #205bbc;
  border-color: #205bbc;
  color: #fff;
}
#darkmode .table td.is-info {
  background-color: #0f81cc;
  border-color: #0f81cc;
  color: #fff;
}
#darkmode .table th.is-info {
  background-color: #0f81cc;
  border-color: #0f81cc;
  color: #fff;
}
#darkmode .table td.is-success {
  background-color: #1ca64c;
  border-color: #1ca64c;
  color: #fff;
}
#darkmode .table th.is-success {
  background-color: #1ca64c;
  border-color: #1ca64c;
  color: #fff;
}
#darkmode .table td.is-warning {
  background-color: #ffd324;
  border-color: #ffd324;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .table th.is-warning {
  background-color: #ffd324;
  border-color: #ffd324;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .table td.is-danger {
  background-color: #ff0537;
  border-color: #ff0537;
  color: #fff;
}
#darkmode .table th.is-danger {
  background-color: #ff0537;
  border-color: #ff0537;
  color: #fff;
}
#darkmode .table td.is-white-dark {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
#darkmode .table th.is-white-dark {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
#darkmode .table td.is-black-dark {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
#darkmode .table th.is-black-dark {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
#darkmode .table td.is-light-dark {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}
#darkmode .table th.is-light-dark {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}
#darkmode .table td.is-dark-dark {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}
#darkmode .table th.is-dark-dark {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}
#darkmode .table td.is-primary-dark {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}
#darkmode .table th.is-primary-dark {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}
#darkmode .table td.is-link-dark {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}
#darkmode .table th.is-link-dark {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}
#darkmode .table td.is-info-dark {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}
#darkmode .table th.is-info-dark {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}
#darkmode .table td.is-success-dark {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}
#darkmode .table th.is-success-dark {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}
#darkmode .table td.is-warning-dark {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .table th.is-warning-dark {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .table td.is-danger-dark {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}
#darkmode .table th.is-danger-dark {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}
#darkmode .table td.is-selected {
  background-color: #009e86;
  color: #e6e6e6;
}
#darkmode .table th.is-selected {
  background-color: #009e86;
  color: #e6e6e6;
}
#darkmode .table tr.is-selected {
  background-color: #009e86;
  color: #e6e6e6;
}
#darkmode .table tr.is-selected td {
  border-color: #e6e6e6;
}
#darkmode .table tr.is-selected th {
  border-color: #e6e6e6;
}
#darkmode .table thead td {
  color: #dbdbdb;
}
#darkmode .table thead th {
  color: #dbdbdb;
}
#darkmode .table tfoot td {
  color: #dbdbdb;
}
#darkmode .table tfoot th {
  color: #dbdbdb;
}
#darkmode .table.is-hoverable tbody tr:not(.is-selected):hover {
  background: rgba(110, 123, 129, 0.08);
}
#darkmode .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #0C0E14;
}
#darkmode .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: #242424;
}
#darkmode .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #0C0E14;
}
#darkmode .tag:not(body) {
  background-color: #242424;
  color: #b5b5b5;
}
#darkmode .tag:not(body).is-white {
  background-color: #1C1C1C;
  color: #ccc;
}
#darkmode .tag:not(body).is-black {
  background-color: black;
  color: white;
}
#darkmode .tag:not(body).is-light {
  background-color: #dbdbdb;
  color: #363636;
}
#darkmode .tag:not(body).is-dark {
  background-color: #1c1c1c;
  color: whitesmoke;
}
#darkmode .tag:not(body).is-primary {
  background-color: #009e86;
  color: #fff;
}
#darkmode .tag:not(body).is-link {
  background-color: #205bbc;
  color: #fff;
}
#darkmode .tag:not(body).is-info {
  background-color: #0f81cc;
  color: #fff;
}
#darkmode .tag:not(body).is-success {
  background-color: #1ca64c;
  color: #fff;
}
#darkmode .tag:not(body).is-warning {
  background-color: #ffd324;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .tag:not(body).is-danger {
  background-color: #ff0537;
  color: #fff;
}
#darkmode .tag:not(body).is-white-dark {
  background-color: white;
  color: #0a0a0a;
}
#darkmode .tag:not(body).is-black-dark {
  background-color: #0a0a0a;
  color: white;
}
#darkmode .tag:not(body).is-light-dark {
  background-color: whitesmoke;
  color: #363636;
}
#darkmode .tag:not(body).is-dark-dark {
  background-color: #363636;
  color: whitesmoke;
}
#darkmode .tag:not(body).is-primary-dark {
  background-color: #00d1b2;
  color: #fff;
}
#darkmode .tag:not(body).is-link-dark {
  background-color: #3273dc;
  color: #fff;
}
#darkmode .tag:not(body).is-info-dark {
  background-color: #209cee;
  color: #fff;
}
#darkmode .tag:not(body).is-success-dark {
  background-color: #23d160;
  color: #fff;
}
#darkmode .tag:not(body).is-warning-dark {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .tag:not(body).is-danger-dark {
  background-color: #ff3860;
  color: #fff;
}
#darkmode .tag:not(body).is-delete:hover {
  background-color: #171717;
}
#darkmode .tag:not(body).is-delete:focus {
  background-color: #171717;
}
#darkmode .tag:not(body).is-delete:active {
  background-color: #0a0a0a;
}
#darkmode .title {
  color: #dbdbdb;
}
#darkmode .subtitle {
  color: #b5b5b5;
}
#darkmode .subtitle strong {
  color: #dbdbdb;
}
#darkmode .number {
  background-color: #242424;
}
#darkmode .breadcrumb a {
  color: #5ea3e4;
}
#darkmode .breadcrumb a:hover {
  color: #dbdbdb;
}
#darkmode .breadcrumb li.is-active a {
  color: #dbdbdb;
}
#darkmode .breadcrumb li + li::before {
  color: #4a4a4a;
}
#darkmode .card {
  background-color: #000000;
  border: 1px solid rgba(45, 45, 45, 0.5);
  color: #b5b5b5;
}
#darkmode .card-header {
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
}
#darkmode .card-header-title {
  color: #fff;
}
#darkmode .card-footer {
  border-top: 1px solid #363636;
}
#darkmode .card-footer-item:not(:last-child) {
  border-right: 1px solid #363636;
}
#darkmode .dropdown-content {
  background-color: #000;
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.1);
}
#darkmode .dropdown-item {
  color: #b5b5b5;
}
#darkmode a.dropdown-item:hover {
  background-color: #242424;
  color: white;
}
#darkmode button.dropdown-item:hover {
  background-color: #242424;
  color: white;
}
#darkmode a.dropdown-item.is-active {
  background-color: #5ea3e4;
  color: #fff;
}
#darkmode button.dropdown-item.is-active {
  background-color: #5ea3e4;
  color: #fff;
}
#darkmode .dropdown-divider {
  background-color: #363636;
}
#darkmode .list {
  background-color: #0a0a0a;
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.1);
}
#darkmode .list-item:not(a) {
  color: #b5b5b5;
}
#darkmode .list-item:not(:last-child) {
  border-bottom: 1px solid #363636;
}
#darkmode .list-item.is-active {
  background-color: #5ea3e4;
  color: #fff;
}
#darkmode a.list-item {
  background-color: #242424;
}
#darkmode .media .media {
  border-top: 1px solid rgba(54, 54, 54, 0.5);
}
#darkmode .media + .media {
  border-top: 1px solid rgba(54, 54, 54, 0.5);
}
#darkmode .menu-list a {
  color: #b5b5b5;
}
#darkmode .menu-list a:hover {
  background-color: #1b1b1e;
  color: #dbdbdb;
}
#darkmode .menu-list a.is-active {
  background-color: #FEA127;
  color: #fff;
}
#darkmode .message {
  background-color: #242424;
}
#darkmode .message.is-white {
  background-color: #242424;
}
#darkmode .message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}
#darkmode .message.is-white .message-body {
  border-color: white;
  color: #b5b5b5;
}
#darkmode .message.is-black {
  background-color: #242424;
}
#darkmode .message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}
#darkmode .message.is-black .message-body {
  border-color: #0a0a0a;
  color: #b5b5b5;
}
#darkmode .message.is-light {
  background-color: #242424;
}
#darkmode .message.is-light .message-header {
  background-color: whitesmoke;
  color: #363636;
}
#darkmode .message.is-light .message-body {
  border-color: whitesmoke;
  color: #b5b5b5;
}
#darkmode .message.is-dark {
  background-color: #242424;
}
#darkmode .message.is-dark .message-header {
  background-color: #363636;
  color: whitesmoke;
}
#darkmode .message.is-dark .message-body {
  border-color: #363636;
  color: #b5b5b5;
}
#darkmode .message.is-primary {
  background-color: #242424;
}
#darkmode .message.is-primary .message-header {
  background-color: #00d1b2;
  color: #fff;
}
#darkmode .message.is-primary .message-body {
  border-color: #00d1b2;
  color: #b5b5b5;
}
#darkmode .message.is-link {
  background-color: #242424;
}
#darkmode .message.is-link .message-header {
  background-color: #3273dc;
  color: #fff;
}
#darkmode .message.is-link .message-body {
  border-color: #3273dc;
  color: #b5b5b5;
}
#darkmode .message.is-info {
  background-color: #242424;
}
#darkmode .message.is-info .message-header {
  background-color: #209cee;
  color: #fff;
}
#darkmode .message.is-info .message-body {
  border-color: #209cee;
  color: #b5b5b5;
}
#darkmode .message.is-success {
  background-color: #242424;
}
#darkmode .message.is-success .message-header {
  background-color: #23d160;
  color: #fff;
}
#darkmode .message.is-success .message-body {
  border-color: #23d160;
  color: #b5b5b5;
}
#darkmode .message.is-warning {
  background-color: #242424;
}
#darkmode .message.is-warning .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .message.is-warning .message-body {
  border-color: #ffdd57;
  color: #b5b5b5;
}
#darkmode .message.is-danger {
  background-color: #242424;
}
#darkmode .message.is-danger .message-header {
  background-color: #ff3860;
  color: #fff;
}
#darkmode .message.is-danger .message-body {
  border-color: #ff3860;
  color: #b5b5b5;
}
#darkmode .message.is-white-dark {
  background-color: #242424;
}
#darkmode .message.is-white-dark .message-header {
  background-color: white;
  color: #0a0a0a;
}
#darkmode .message.is-white-dark .message-body {
  border-color: white;
  color: #b5b5b5;
}
#darkmode .message.is-black-dark {
  background-color: #242424;
}
#darkmode .message.is-black-dark .message-header {
  background-color: #0a0a0a;
  color: white;
}
#darkmode .message.is-black-dark .message-body {
  border-color: #0a0a0a;
  color: #b5b5b5;
}
#darkmode .message.is-light-dark {
  background-color: #242424;
}
#darkmode .message.is-light-dark .message-header {
  background-color: whitesmoke;
  color: #363636;
}
#darkmode .message.is-light-dark .message-body {
  border-color: whitesmoke;
  color: #b5b5b5;
}
#darkmode .message.is-dark-dark {
  background-color: #242424;
}
#darkmode .message.is-dark-dark .message-header {
  background-color: #363636;
  color: whitesmoke;
}
#darkmode .message.is-dark-dark .message-body {
  border-color: #363636;
  color: #b5b5b5;
}
#darkmode .message.is-primary-dark {
  background-color: #242424;
}
#darkmode .message.is-primary-dark .message-header {
  background-color: #00d1b2;
  color: #fff;
}
#darkmode .message.is-primary-dark .message-body {
  border-color: #00d1b2;
  color: #b5b5b5;
}
#darkmode .message.is-link-dark {
  background-color: #242424;
}
#darkmode .message.is-link-dark .message-header {
  background-color: #3273dc;
  color: #fff;
}
#darkmode .message.is-link-dark .message-body {
  border-color: #3273dc;
  color: #b5b5b5;
}
#darkmode .message.is-info-dark {
  background-color: #242424;
}
#darkmode .message.is-info-dark .message-header {
  background-color: #209cee;
  color: #fff;
}
#darkmode .message.is-info-dark .message-body {
  border-color: #209cee;
  color: #b5b5b5;
}
#darkmode .message.is-success-dark {
  background-color: #242424;
}
#darkmode .message.is-success-dark .message-header {
  background-color: #23d160;
  color: #fff;
}
#darkmode .message.is-success-dark .message-body {
  border-color: #23d160;
  color: #b5b5b5;
}
#darkmode .message.is-warning-dark {
  background-color: #242424;
}
#darkmode .message.is-warning-dark .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .message.is-warning-dark .message-body {
  border-color: #ffdd57;
  color: #b5b5b5;
}
#darkmode .message.is-danger-dark {
  background-color: #242424;
}
#darkmode .message.is-danger-dark .message-header {
  background-color: #ff3860;
  color: #fff;
}
#darkmode .message.is-danger-dark .message-body {
  border-color: #ff3860;
  color: #b5b5b5;
}
#darkmode .message-header {
  background-color: #b5b5b5;
  color: #fff;
}
#darkmode .message-body {
  border-color: #363636;
  color: #b5b5b5;
}
#darkmode .message-body code {
  background-color: #0a0a0a;
}
#darkmode .message-body pre {
  background-color: #0a0a0a;
}
#darkmode .is-divider {
  border-top: 0.1rem solid #363636;
}
#darkmode .modal-card {
  border-radius: 8px;
  border: 1px solid #262629 !important;
  box-shadow: 0 8px 8px rgba(24, 24, 27, 0.9) !important;
  background: #000;
}
#darkmode .popup-modal .modal-card {
  background: #000;
}
#darkmode .modal-background {
  background-color: rgba(0, 0, 0, 0.86);
}
#darkmode .modal-card-head {
  background-color: #000 !important;
  border-bottom: 1px solid #363636 !important;
}
#darkmode .modal-card-foot {
  background-color: #242424;
  border-top: 1px solid #363636;
}
#darkmode .modal-card-title {
  color: #fff;
}
#darkmode .modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #000;
}
#darkmode .navbar.has-shadow {
  box-shadow: 0 2px 0 0 #242424;
}
#darkmode .navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 #242424;
}
#darkmode .navbarCharts {
  border-bottom: 1px solid #242424;
  background: #000000;
}
#darkmode .dashboard-news {
  color: #D8DFE6;
}
#darkmode .dashboard-news-link {
  color: #6785A0;
}
#darkmode .navbar-burger {
  color: #b5b5b5;
}
#darkmode .navbar-item {
  color: #b5b5b5;
}
#darkmode .navbar-link:hover {
  background-color: #0C0E14;
}
#darkmode a.navbar-item:hover {
  background-color: #0C0E14;
  color: #5ea3e4;
}
#darkmode a.navbar-item.is-active {
  background-color: #0C0E14;
  color: #5ea3e4;
}
#darkmode .navbar-link.is-active {
  background-color: #0C0E14;
  color: #5ea3e4;
}
#darkmode .navbar-item.is-active {
  border-bottom-color: #5ea3e4;
  color: #5ea3e4;
}
#darkmode .navbar-divider {
  background-color: #242424;
}
#darkmode .pagination-previous {
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .pagination-previous:hover {
  border-color: #4a4a4a;
  color: #dbdbdb;
}
#darkmode .pagination-previous:focus {
  border-color: #5ea3e4;
}
#darkmode .pagination-previous:active {
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2);
}
#darkmode .pagination-next {
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .pagination-next:hover {
  border-color: #4a4a4a;
  color: #dbdbdb;
}
#darkmode .pagination-next:focus {
  border-color: #5ea3e4;
}
#darkmode .pagination-next:active {
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2);
}
#darkmode .pagination-link {
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .pagination-link:hover {
  border-color: #4a4a4a;
  color: #dbdbdb;
}
#darkmode .pagination-link:focus {
  border-color: #5ea3e4;
}
#darkmode .pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2);
}
#darkmode .pagination-previous[disabled] {
  background-color: #363636;
  border-color: #363636;
  color: #7a7a7a;
}
#darkmode .pagination-next[disabled] {
  background-color: #363636;
  border-color: #363636;
  color: #7a7a7a;
}
#darkmode .pagination-link[disabled] {
  background-color: #363636;
  border-color: #363636;
  color: #7a7a7a;
}
#darkmode .pagination-link.is-current {
  background-color: #5ea3e4;
  border-color: #5ea3e4;
  color: #fff;
}
#darkmode .pagination-ellipsis {
  color: #4a4a4a;
}
#darkmode .panel-heading {
  border-bottom: 1px solid #363636;
  border-left: 1px solid #363636;
  border-right: 1px solid #363636;
  background-color: #242424;
  color: #dbdbdb;
}
#darkmode .panel-heading:first-child {
  border-top: 1px solid #363636;
}
#darkmode .panel-tabs {
  border-bottom: 1px solid #363636;
  border-left: 1px solid #363636;
  border-right: 1px solid #363636;
}
#darkmode .panel-tabs:first-child {
  border-top: 1px solid #363636;
}
#darkmode .panel-tabs a {
  border-bottom: 1px solid #363636;
}
#darkmode .panel-tabs a.is-active {
  border-bottom-color: #b5b5b5;
  color: #dbdbdb;
}
#darkmode .panel-block {
  border-bottom: 1px solid #363636;
  border-left: 1px solid #363636;
  border-right: 1px solid #363636;
  color: #dbdbdb;
}
#darkmode .panel-block:first-child {
  border-top: 1px solid #363636;
}
#darkmode .panel-list a {
  color: #b5b5b5;
}
#darkmode .panel-list a:hover {
  color: #5ea3e4;
}
#darkmode .panel-block.is-active {
  border-left-color: #5ea3e4;
  color: #dbdbdb;
}
#darkmode .panel-block.is-active .panel-icon {
  color: #5ea3e4;
}
#darkmode a.panel-block:hover {
  background-color: #242424;
}
#darkmode label.panel-block:hover {
  background-color: #242424;
}
#darkmode .tabs a {
  border-bottom-color: #363636;
  color: #b5b5b5;
}
#darkmode .tabs a:hover {
  border-bottom-color: #dbdbdb;
  color: #dbdbdb;
}
#darkmode .tabs li.is-active a {
  border-bottom-color: #5ea3e4;
  color: #5ea3e4;
}
#darkmode .tabs ul {
  border-bottom-color: #363636;
}
#darkmode .tabs.is-boxed a:hover {
  background-color: #242424;
  border-bottom-color: #363636;
}
#darkmode .tabs.is-boxed li.is-active a {
  background-color: #0a0a0a;
  border-color: #363636;
}
#darkmode .tabs.is-toggle a {
  border-color: #363636;
}
#darkmode .tabs.is-toggle a:hover {
  background-color: #242424;
  border-color: #4a4a4a;
}
#darkmode .tabs.is-toggle li.is-active a {
  background-color: #5ea3e4;
  border-color: #5ea3e4;
  color: #fff;
}
#darkmode .hero.is-white {
  background-color: #e6e6e6;
  color: #0a0a0a;
}
#darkmode .hero.is-white a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-white strong {
  color: inherit;
}
#darkmode .hero.is-white .title {
  color: #0a0a0a;
}
#darkmode .hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
#darkmode .hero.is-white .subtitle a:not(.button) {
  color: #0a0a0a;
}
#darkmode .hero.is-white .subtitle strong {
  color: #0a0a0a;
}
#darkmode .hero.is-white .navbar-item {
  color: rgba(10, 10, 10, 0.7);
}
#darkmode .hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
#darkmode .hero.is-white .navbar-link:hover {
  background-color: #d9d9d9;
  color: #0a0a0a;
}
#darkmode .hero.is-white a.navbar-item:hover {
  background-color: #d9d9d9;
  color: #0a0a0a;
}
#darkmode .hero.is-white a.navbar-item.is-active {
  background-color: #d9d9d9;
  color: #0a0a0a;
}
#darkmode .hero.is-white .navbar-link.is-active {
  background-color: #d9d9d9;
  color: #0a0a0a;
}
#darkmode .hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}
#darkmode .hero.is-white .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-white .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-white .tabs.is-boxed a {
  color: #0a0a0a;
}
#darkmode .hero.is-white .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-white .tabs.is-boxed li.is-active a {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #e6e6e6;
}
#darkmode .hero.is-white .tabs.is-boxed li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #e6e6e6;
}
#darkmode .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}
#darkmode .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-white .tabs.is-toggle li.is-active a {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #e6e6e6;
}
#darkmode .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #e6e6e6;
}
#darkmode .hero.is-white-dark {
  background-color: #e6e6e6;
  color: #0a0a0a;
}
#darkmode .hero.is-white-dark a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-white-dark strong {
  color: inherit;
}
#darkmode .hero.is-white-dark .title {
  color: #0a0a0a;
}
#darkmode .hero.is-white-dark .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
#darkmode .hero.is-white-dark .subtitle a:not(.button) {
  color: #0a0a0a;
}
#darkmode .hero.is-white-dark .subtitle strong {
  color: #0a0a0a;
}
#darkmode .hero.is-white-dark .navbar-item {
  color: rgba(10, 10, 10, 0.7);
}
#darkmode .hero.is-white-dark .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
#darkmode .hero.is-white-dark .navbar-link:hover {
  background-color: #d9d9d9;
  color: #0a0a0a;
}
#darkmode .hero.is-white-dark a.navbar-item:hover {
  background-color: #d9d9d9;
  color: #0a0a0a;
}
#darkmode .hero.is-white-dark a.navbar-item.is-active {
  background-color: #d9d9d9;
  color: #0a0a0a;
}
#darkmode .hero.is-white-dark .navbar-link.is-active {
  background-color: #d9d9d9;
  color: #0a0a0a;
}
#darkmode .hero.is-white-dark .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}
#darkmode .hero.is-white-dark .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-white-dark .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-white-dark .tabs.is-boxed a {
  color: #0a0a0a;
}
#darkmode .hero.is-white-dark .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-white-dark .tabs.is-boxed li.is-active a {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #e6e6e6;
}
#darkmode .hero.is-white-dark .tabs.is-boxed li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #e6e6e6;
}
#darkmode .hero.is-white-dark .tabs.is-toggle a {
  color: #0a0a0a;
}
#darkmode .hero.is-white-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-white-dark .tabs.is-toggle li.is-active a {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #e6e6e6;
}
#darkmode .hero.is-white-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #e6e6e6;
}
#darkmode .hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #d1c7c9 0%, #e6e6e6 71%, #f3f2f2 100%);
}
#darkmode .hero.is-white-dark.is-bold {
  background-image: linear-gradient(141deg, #d1c7c9 0%, #e6e6e6 71%, #f3f2f2 100%);
}
#darkmode .hero.is-black {
  background-color: black;
  color: white;
}
#darkmode .hero.is-black a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-black strong {
  color: inherit;
}
#darkmode .hero.is-black .title {
  color: white;
}
#darkmode .hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
#darkmode .hero.is-black .subtitle a:not(.button) {
  color: white;
}
#darkmode .hero.is-black .subtitle strong {
  color: white;
}
#darkmode .hero.is-black .navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-black .navbar-link:hover {
  background-color: black;
  color: white;
}
#darkmode .hero.is-black a.navbar-item:hover {
  background-color: black;
  color: white;
}
#darkmode .hero.is-black a.navbar-item.is-active {
  background-color: black;
  color: white;
}
#darkmode .hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}
#darkmode .hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}
#darkmode .hero.is-black .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-black .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-black .tabs.is-boxed a {
  color: white;
}
#darkmode .hero.is-black .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-black .tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: white;
  color: black;
}
#darkmode .hero.is-black .tabs.is-boxed li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: black;
}
#darkmode .hero.is-black .tabs.is-toggle a {
  color: white;
}
#darkmode .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-black .tabs.is-toggle li.is-active a {
  background-color: white;
  border-color: white;
  color: black;
}
#darkmode .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: black;
}
#darkmode .hero.is-black-dark {
  background-color: black;
  color: white;
}
#darkmode .hero.is-black-dark a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-black-dark strong {
  color: inherit;
}
#darkmode .hero.is-black-dark .title {
  color: white;
}
#darkmode .hero.is-black-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
#darkmode .hero.is-black-dark .subtitle a:not(.button) {
  color: white;
}
#darkmode .hero.is-black-dark .subtitle strong {
  color: white;
}
#darkmode .hero.is-black-dark .navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-black-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-black-dark .navbar-link:hover {
  background-color: black;
  color: white;
}
#darkmode .hero.is-black-dark a.navbar-item:hover {
  background-color: black;
  color: white;
}
#darkmode .hero.is-black-dark a.navbar-item.is-active {
  background-color: black;
  color: white;
}
#darkmode .hero.is-black-dark .navbar-link.is-active {
  background-color: black;
  color: white;
}
#darkmode .hero.is-black-dark .tabs a {
  color: white;
  opacity: 0.9;
}
#darkmode .hero.is-black-dark .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-black-dark .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-black-dark .tabs.is-boxed a {
  color: white;
}
#darkmode .hero.is-black-dark .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-black-dark .tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: white;
  color: black;
}
#darkmode .hero.is-black-dark .tabs.is-boxed li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: black;
}
#darkmode .hero.is-black-dark .tabs.is-toggle a {
  color: white;
  color: white;
}
#darkmode .hero.is-black-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-black-dark .tabs.is-toggle li.is-active a {
  background-color: white;
  border-color: white;
  color: black;
}
#darkmode .hero.is-black-dark .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: black;
}
#darkmode .hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, black 71%, #0d0d0d 100%);
}
#darkmode .hero.is-black-dark.is-bold {
  background-image: linear-gradient(141deg, black 0%, black 71%, #0d0d0d 100%);
}
#darkmode .hero.is-light {
  background-color: #dbdbdb;
  color: #363636;
}
#darkmode .hero.is-light a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-light strong {
  color: inherit;
}
#darkmode .hero.is-light .title {
  color: #363636;
}
#darkmode .hero.is-light .subtitle {
  color: rgba(54, 54, 54, 0.9);
}
#darkmode .hero.is-light .subtitle a:not(.button) {
  color: #363636;
}
#darkmode .hero.is-light .subtitle strong {
  color: #363636;
}
#darkmode .hero.is-light .navbar-item {
  color: rgba(54, 54, 54, 0.7);
}
#darkmode .hero.is-light .navbar-link {
  color: rgba(54, 54, 54, 0.7);
}
#darkmode .hero.is-light .navbar-link:hover {
  background-color: #cfcfcf;
  color: #363636;
}
#darkmode .hero.is-light a.navbar-item:hover {
  background-color: #cfcfcf;
  color: #363636;
}
#darkmode .hero.is-light a.navbar-item.is-active {
  background-color: #cfcfcf;
  color: #363636;
}
#darkmode .hero.is-light .navbar-link.is-active {
  background-color: #cfcfcf;
  color: #363636;
}
#darkmode .hero.is-light .tabs a {
  color: #363636;
  opacity: 0.9;
}
#darkmode .hero.is-light .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-light .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-light .tabs.is-boxed a {
  color: #363636;
}
#darkmode .hero.is-light .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-light .tabs.is-boxed li.is-active a {
  background-color: #363636;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .hero.is-light .tabs.is-boxed li.is-active a:hover {
  background-color: #363636;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .hero.is-light .tabs.is-toggle a {
  color: #363636;
}
#darkmode .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-light .tabs.is-toggle li.is-active a {
  background-color: #363636;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #363636;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .hero.is-light-dark {
  background-color: #dbdbdb;
  color: #363636;
}
#darkmode .hero.is-light-dark a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-light-dark strong {
  color: inherit;
}
#darkmode .hero.is-light-dark .title {
  color: #363636;
}
#darkmode .hero.is-light-dark .subtitle {
  color: rgba(54, 54, 54, 0.9);
}
#darkmode .hero.is-light-dark .subtitle a:not(.button) {
  color: #363636;
}
#darkmode .hero.is-light-dark .subtitle strong {
  color: #363636;
}
#darkmode .hero.is-light-dark .navbar-item {
  color: rgba(54, 54, 54, 0.7);
}
#darkmode .hero.is-light-dark .navbar-link {
  color: rgba(54, 54, 54, 0.7);
}
#darkmode .hero.is-light-dark .navbar-link:hover {
  background-color: #cfcfcf;
  color: #363636;
}
#darkmode .hero.is-light-dark a.navbar-item:hover {
  background-color: #cfcfcf;
  color: #363636;
}
#darkmode .hero.is-light-dark a.navbar-item.is-active {
  background-color: #cfcfcf;
  color: #363636;
}
#darkmode .hero.is-light-dark .navbar-link.is-active {
  background-color: #cfcfcf;
  color: #363636;
}
#darkmode .hero.is-light-dark .tabs a {
  color: #363636;
  opacity: 0.9;
  color: #363636;
  opacity: 0.9;
}
#darkmode .hero.is-light-dark .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-light-dark .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-light-dark .tabs.is-boxed a {
  color: #363636;
}
#darkmode .hero.is-light-dark .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-light-dark .tabs.is-boxed li.is-active a {
  background-color: #363636;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .hero.is-light-dark .tabs.is-boxed li.is-active a:hover {
  background-color: #363636;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .hero.is-light-dark .tabs.is-toggle a {
  color: #363636;
}
#darkmode .hero.is-light-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-light-dark .tabs.is-toggle li.is-active a {
  background-color: #363636;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .hero.is-light-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #363636;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231/var(--tw-text-opacity));
}
#darkmode .text-zinc-400\/80 {
  color: hsla(240, 5%, 65%, 0.8);
}
#darkmode .to-zinc-500 {
  --tw-gradient-to: #71717a var(--tw-gradient-to-position) ;
}
#darkmode .chart-locked:before {
  position: absolute;
  background-image: url(/assets/chart-block-a271c69fe7309c74d0f7e99a0a9b0fec69bc429001a9cace087508ca7bd38b4e.png);
  background-size: cover;
  filter: blur(6px) invert(1);
  opacity: 0.3;
  z-index: 99;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#darkmode .dashboard-subcol {
  border-bottom: 1px solid #242424;
}
#darkmode .dashboard-subcol p:first-child {
  color: #949494;
  font-size: 0.875rem;
}
#darkmode .dashboard-subcol p:last-child {
  color: #fff;
}
#darkmode .hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #c8bcbe 0%, #dbdbdb 71%, #e9e7e7 100%);
}
#darkmode .hero.is-light-dark.is-bold {
  background-image: linear-gradient(141deg, #c8bcbe 0%, #dbdbdb 71%, #e9e7e7 100%);
}
#darkmode .hero.is-dark {
  background-color: #1c1c1c;
  color: whitesmoke;
}
#darkmode .hero.is-dark strong {
  color: inherit;
}
#darkmode .hero.is-dark .title {
  color: whitesmoke;
}
#darkmode .hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}
#darkmode .hero.is-dark .subtitle a:not(.button) {
  color: whitesmoke;
}
#darkmode .hero.is-dark .subtitle strong {
  color: whitesmoke;
}
#darkmode .hero.is-dark .navbar-item {
  color: rgba(245, 245, 245, 0.7);
}
#darkmode .hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}
#darkmode .hero.is-dark .navbar-link:hover {
  background-color: #0f0f0f;
  color: whitesmoke;
}
#darkmode .hero.is-dark a.navbar-item:hover {
  background-color: #0f0f0f;
  color: whitesmoke;
}
#darkmode .hero.is-dark a.navbar-item.is-active {
  background-color: #0f0f0f;
  color: whitesmoke;
}
#darkmode .hero.is-dark .navbar-link.is-active {
  background-color: #0f0f0f;
  color: whitesmoke;
}
#darkmode .hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}
#darkmode .hero.is-dark .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-dark .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-dark .tabs.is-boxed a {
  color: whitesmoke;
}
#darkmode .hero.is-dark .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-dark .tabs.is-boxed li.is-active a {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #1c1c1c;
}
#darkmode .hero.is-dark .tabs.is-boxed li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #1c1c1c;
}
#darkmode .hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}
#darkmode .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-dark .tabs.is-toggle li.is-active a {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #1c1c1c;
}
#darkmode .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #1c1c1c;
}
#darkmode .hero.is-dark-dark {
  background-color: #1c1c1c;
  color: whitesmoke;
}
#darkmode .hero.is-dark-dark a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-dark-dark strong {
  color: inherit;
}
#darkmode .hero.is-dark-dark .title {
  color: whitesmoke;
}
#darkmode .hero.is-dark-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}
#darkmode .hero.is-dark-dark .subtitle a:not(.button) {
  color: whitesmoke;
}
#darkmode .hero.is-dark-dark .subtitle strong {
  color: whitesmoke;
}
#darkmode .hero.is-dark-dark .navbar-item {
  color: rgba(245, 245, 245, 0.7);
}
#darkmode .hero.is-dark-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}
#darkmode .hero.is-dark-dark .navbar-link:hover {
  background-color: #0f0f0f;
  color: whitesmoke;
}
#darkmode .hero.is-dark-dark a.navbar-item:hover {
  background-color: #0f0f0f;
  color: whitesmoke;
}
#darkmode .hero.is-dark-dark a.navbar-item.is-active {
  background-color: #0f0f0f;
  color: whitesmoke;
}
#darkmode .hero.is-dark-dark .navbar-link.is-active {
  background-color: #0f0f0f;
  color: whitesmoke;
}
#darkmode .hero.is-dark-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}
#darkmode .hero.is-dark-dark .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-dark-dark .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-dark-dark .tabs.is-boxed a {
  color: whitesmoke;
}
#darkmode .hero.is-dark-dark .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-dark-dark .tabs.is-boxed li.is-active a {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #1c1c1c;
}
#darkmode .hero.is-dark-dark .tabs.is-boxed li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #1c1c1c;
}
#darkmode .hero.is-dark-dark .tabs.is-toggle a {
  color: whitesmoke;
}
#darkmode .hero.is-dark-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-dark-dark .tabs.is-toggle li.is-active a {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #1c1c1c;
}
#darkmode .hero.is-dark-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #1c1c1c;
}
#darkmode .hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #030202 0%, #1c1c1c 71%, #2b2727 100%);
}
#darkmode .hero.is-dark-dark.is-bold {
  background-image: linear-gradient(141deg, #030202 0%, #1c1c1c 71%, #2b2727 100%);
}
#darkmode .hero.is-primary {
  background-color: #009e86;
  color: #fff;
}
#darkmode .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-primary strong {
  color: inherit;
}
#darkmode .hero.is-primary .title {
  color: #fff;
}
#darkmode .hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
#darkmode .hero.is-primary .subtitle a:not(.button) {
  color: #fff;
}
#darkmode .hero.is-primary .subtitle strong {
  color: #fff;
}
#darkmode .hero.is-primary .navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-primary .navbar-link:hover {
  background-color: #008571;
  color: #fff;
}
#darkmode .hero.is-primary a.navbar-item:hover {
  background-color: #008571;
  color: #fff;
}
#darkmode .hero.is-primary a.navbar-item.is-active {
  background-color: #008571;
  color: #fff;
}
#darkmode .hero.is-primary .navbar-link.is-active {
  background-color: #008571;
  color: #fff;
}
#darkmode .hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
#darkmode .hero.is-primary .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-primary .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-primary .tabs.is-boxed a {
  color: #fff;
}
#darkmode .hero.is-primary .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-primary .tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #009e86;
}
#darkmode .hero.is-primary .tabs.is-boxed li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #009e86;
}
#darkmode .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
#darkmode .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-primary .tabs.is-toggle li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #009e86;
}
#darkmode .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #009e86;
}
#darkmode .hero.is-primary-dark {
  background-color: #009e86;
  color: #fff;
}
#darkmode .hero.is-primary-dark a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-primary-dark strong {
  color: inherit;
}
#darkmode .hero.is-primary-dark .title {
  color: #fff;
}
#darkmode .hero.is-primary-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
#darkmode .hero.is-primary-dark .subtitle a:not(.button) {
  color: #fff;
}
#darkmode .hero.is-primary-dark .subtitle strong {
  color: #fff;
}
#darkmode .hero.is-primary-dark .navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-primary-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-primary-dark .navbar-link:hover {
  background-color: #008571;
  color: #fff;
}
#darkmode .hero.is-primary-dark a.navbar-item:hover {
  background-color: #008571;
  color: #fff;
}
#darkmode .hero.is-primary-dark a.navbar-item.is-active {
  background-color: #008571;
  color: #fff;
}
#darkmode .hero.is-primary-dark .navbar-link.is-active {
  background-color: #008571;
  color: #fff;
}
#darkmode .hero.is-primary-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
#darkmode .hero.is-primary-dark .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-primary-dark .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-primary-dark .tabs.is-boxed a {
  color: #fff;
}
#darkmode .hero.is-primary-dark .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-primary-dark .tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #009e86;
}
#darkmode .hero.is-primary-dark .tabs.is-boxed li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #009e86;
}
#darkmode .hero.is-primary-dark .tabs.is-toggle a {
  color: #fff;
}
#darkmode .hero.is-primary-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-primary-dark .tabs.is-toggle li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #009e86;
}
#darkmode .hero.is-primary-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #009e86;
}
#darkmode .hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #006b49 0%, #009e86 71%, #00b5b8 100%);
}
#darkmode .hero.is-primary-dark.is-bold {
  background-image: linear-gradient(141deg, #006b49 0%, #009e86 71%, #00b5b8 100%);
}
#darkmode .hero.is-link {
  background-color: #205bbc;
  color: #fff;
}
#darkmode .hero.is-link a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-link strong {
  color: inherit;
}
#darkmode .hero.is-link .title {
  color: #fff;
}
#darkmode .hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
#darkmode .hero.is-link .subtitle a:not(.button) {
  color: #fff;
}
#darkmode .hero.is-link .subtitle strong {
  color: #fff;
}
#darkmode .hero.is-link .navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-link .navbar-link:hover {
  background-color: #1c51a6;
  color: #fff;
}
#darkmode .hero.is-link a.navbar-item:hover {
  background-color: #1c51a6;
  color: #fff;
}
#darkmode .hero.is-link a.navbar-item.is-active {
  background-color: #1c51a6;
  color: #fff;
}
#darkmode .hero.is-link .navbar-link.is-active {
  background-color: #1c51a6;
  color: #fff;
}
#darkmode .hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
#darkmode .hero.is-link .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-link .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-link .tabs.is-boxed a {
  color: #fff;
}
#darkmode .hero.is-link .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-link .tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #205bbc;
}
#darkmode .hero.is-link .tabs.is-boxed li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #205bbc;
}
#darkmode .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
#darkmode .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-link .tabs.is-toggle li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #205bbc;
}
#darkmode .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #205bbc;
}
#darkmode .hero.is-link-dark {
  background-color: #205bbc;
  color: #fff;
}
#darkmode .hero.is-link-dark a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-link-dark strong {
  color: inherit;
}
#darkmode .hero.is-link-dark .title {
  color: #fff;
}
#darkmode .hero.is-link-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
#darkmode .hero.is-link-dark .subtitle a:not(.button) {
  color: #fff;
}
#darkmode .hero.is-link-dark .subtitle strong {
  color: #fff;
}
#darkmode .hero.is-link-dark .navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-link-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-link-dark .navbar-link:hover {
  background-color: #1c51a6;
  color: #fff;
}
#darkmode .hero.is-link-dark a.navbar-item:hover {
  background-color: #1c51a6;
  color: #fff;
}
#darkmode .hero.is-link-dark a.navbar-item.is-active {
  background-color: #1c51a6;
  color: #fff;
}
#darkmode .hero.is-link-dark .navbar-link.is-active {
  background-color: #1c51a6;
  color: #fff;
}
#darkmode .hero.is-link-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
#darkmode .hero.is-link-dark .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-link-dark .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-link-dark .tabs.is-boxed a {
  color: #fff;
}
#darkmode .hero.is-link-dark .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-link-dark .tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #205bbc;
}
#darkmode .hero.is-link-dark .tabs.is-boxed li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #205bbc;
}
#darkmode .hero.is-link-dark .tabs.is-toggle a {
  color: #fff;
}
#darkmode .hero.is-link-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-link-dark .tabs.is-toggle li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #205bbc;
}
#darkmode .hero.is-link-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #205bbc;
}
#darkmode .hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #105b98 0%, #205bbc 71%, #1d46d7 100%);
}
#darkmode .hero.is-link-dark.is-bold {
  background-image: linear-gradient(141deg, #105b98 0%, #205bbc 71%, #1d46d7 100%);
}
#darkmode .hero.is-info {
  background-color: #0f81cc;
  color: #fff;
}
#darkmode .hero.is-info a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-info strong {
  color: inherit;
}
#darkmode .hero.is-info .title {
  color: #fff;
}
#darkmode .hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
#darkmode .hero.is-info .subtitle a:not(.button) {
  color: #fff;
}
#darkmode .hero.is-info .subtitle strong {
  color: #fff;
}
#darkmode .hero.is-info .navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-info .navbar-link:hover {
  background-color: #0e72b4;
  color: #fff;
}
#darkmode .hero.is-info a.navbar-item:hover {
  background-color: #0e72b4;
  color: #fff;
}
#darkmode .hero.is-info a.navbar-item.is-active {
  background-color: #0e72b4;
  color: #fff;
}
#darkmode .hero.is-info .navbar-link.is-active {
  background-color: #0e72b4;
  color: #fff;
}
#darkmode .hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
#darkmode .hero.is-info .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-info .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-info .tabs.is-boxed a {
  color: #fff;
}
#darkmode .hero.is-info .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-info .tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #0f81cc;
}
#darkmode .hero.is-info .tabs.is-boxed li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0f81cc;
}
#darkmode .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
#darkmode .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-info .tabs.is-toggle li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #0f81cc;
}
#darkmode .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0f81cc;
}
#darkmode .hero.is-info-dark {
  background-color: #0f81cc;
  color: #fff;
}
#darkmode .hero.is-info-dark a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-info-dark strong {
  color: inherit;
}
#darkmode .hero.is-info-dark .title {
  color: #fff;
}
#darkmode .hero.is-info-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
#darkmode .hero.is-info-dark .subtitle a:not(.button) {
  color: #fff;
}
#darkmode .hero.is-info-dark .subtitle strong {
  color: #fff;
}
#darkmode .hero.is-info-dark .navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-info-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-info-dark .navbar-link:hover {
  background-color: #0e72b4;
  color: #fff;
}
#darkmode .hero.is-info-dark a.navbar-item:hover {
  background-color: #0e72b4;
  color: #fff;
}
#darkmode .hero.is-info-dark a.navbar-item.is-active {
  background-color: #0e72b4;
  color: #fff;
}
#darkmode .hero.is-info-dark .navbar-link.is-active {
  background-color: #0e72b4;
  color: #fff;
}
#darkmode .hero.is-info-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
#darkmode .hero.is-info-dark .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-info-dark .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-info-dark .tabs.is-boxed a {
  color: #fff;
}
#darkmode .hero.is-info-dark .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-info-dark .tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #0f81cc;
}
#darkmode .hero.is-info-dark .tabs.is-boxed li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0f81cc;
}
#darkmode .hero.is-info-dark .tabs.is-toggle a {
  color: #fff;
}
#darkmode .hero.is-info-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-info-dark .tabs.is-toggle li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #0f81cc;
}
#darkmode .hero.is-info-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0f81cc;
}
#darkmode .hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #037fa5 0%, #0f81cc 71%, #0b6cea 100%);
}
#darkmode .hero.is-info-dark.is-bold {
  background-image: linear-gradient(141deg, #037fa5 0%, #0f81cc 71%, #0b6cea 100%);
}
#darkmode .hero.is-success {
  background-color: #1ca64c;
  color: #fff;
}
#darkmode .hero.is-success a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-success strong {
  color: inherit;
}
#darkmode .hero.is-success .title {
  color: #fff;
}
#darkmode .hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
#darkmode .hero.is-success .subtitle a:not(.button) {
  color: #fff;
}
#darkmode .hero.is-success .subtitle strong {
  color: #fff;
}
#darkmode .hero.is-success .navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-success .navbar-link:hover {
  background-color: #189042;
  color: #fff;
}
#darkmode .hero.is-success a.navbar-item:hover {
  background-color: #189042;
  color: #fff;
}
#darkmode .hero.is-success a.navbar-item.is-active {
  background-color: #189042;
  color: #fff;
}
#darkmode .hero.is-success .navbar-link.is-active {
  background-color: #189042;
  color: #fff;
}
#darkmode .hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
#darkmode .hero.is-success .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-success .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-success .tabs.is-boxed a {
  color: #fff;
}
#darkmode .hero.is-success .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-success .tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #1ca64c;
}
#darkmode .hero.is-success .tabs.is-boxed li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1ca64c;
}
#darkmode .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
#darkmode .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-success .tabs.is-toggle li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #1ca64c;
}
#darkmode .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1ca64c;
}
#darkmode .hero.is-success-dark {
  background-color: #1ca64c;
  color: #fff;
}
#darkmode .hero.is-success-dark a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-success-dark strong {
  color: inherit;
}
#darkmode .hero.is-success-dark .title {
  color: #fff;
}
#darkmode .hero.is-success-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
#darkmode .hero.is-success-dark .subtitle a:not(.button) {
  color: #fff;
}
#darkmode .hero.is-success-dark .subtitle strong {
  color: #fff;
}
#darkmode .hero.is-success-dark .navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-success-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-success-dark .navbar-link:hover {
  background-color: #189042;
  color: #fff;
}
#darkmode .hero.is-success-dark a.navbar-item:hover {
  background-color: #189042;
  color: #fff;
}
#darkmode .hero.is-success-dark a.navbar-item.is-active {
  background-color: #189042;
  color: #fff;
}
#darkmode .hero.is-success-dark .navbar-link.is-active {
  background-color: #189042;
  color: #fff;
}
#darkmode .hero.is-success-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
#darkmode .hero.is-success-dark .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-success-dark .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-success-dark .tabs.is-boxed a {
  color: #fff;
}
#darkmode .hero.is-success-dark .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-success-dark .tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #1ca64c;
}
#darkmode .hero.is-success-dark .tabs.is-boxed li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1ca64c;
}
#darkmode .hero.is-success-dark .tabs.is-toggle a {
  color: #fff;
}
#darkmode .hero.is-success-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-success-dark .tabs.is-toggle li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #1ca64c;
}
#darkmode .hero.is-success-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1ca64c;
}
#darkmode .hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #0e8123 0%, #1ca64c 71%, #1ac170 100%);
}
#darkmode .hero.is-success-dark.is-bold {
  background-image: linear-gradient(141deg, #0e8123 0%, #1ca64c 71%, #1ac170 100%);
}
#darkmode .hero.is-warning {
  background-color: #ffd324;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-warning strong {
  color: inherit;
}
#darkmode .hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
#darkmode .hero.is-warning .subtitle a:not(.button) {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning .navbar-item {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning .navbar-link:hover {
  background-color: #ffce0a;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning a.navbar-item:hover {
  background-color: #ffce0a;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning a.navbar-item.is-active {
  background-color: #ffce0a;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning .navbar-link.is-active {
  background-color: #ffce0a;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
#darkmode .hero.is-warning .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-warning .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-warning .tabs.is-boxed a {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-warning .tabs.is-boxed li.is-active a {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffd324;
}
#darkmode .hero.is-warning .tabs.is-boxed li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffd324;
}
#darkmode .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-warning .tabs.is-toggle li.is-active a {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffd324;
}
#darkmode .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: #ffd324;
}
#darkmode .hero.is-warning-dark {
  background-color: #ffd324;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning-dark a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-warning-dark strong {
  color: inherit;
}
#darkmode .hero.is-warning-dark .title {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning-dark .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
#darkmode .hero.is-warning-dark .subtitle a:not(.button) {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning-dark .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning-dark .navbar-item {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning-dark .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning-dark .navbar-link:hover {
  background-color: #ffce0a;
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning-dark a.navbar-item:hover {
  background-color: #ffce0a;
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning-dark a.navbar-item.is-active {
  background-color: #ffce0a;
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning-dark .navbar-link.is-active {
  background-color: #ffce0a;
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning-dark .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
#darkmode .hero.is-warning-dark .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-warning-dark .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-warning-dark .tabs.is-boxed a {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning-dark .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-warning-dark .tabs.is-boxed li.is-active a {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffd324;
}
#darkmode .hero.is-warning-dark .tabs.is-boxed li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffd324;
}
#darkmode .hero.is-warning-dark .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
#darkmode .hero.is-warning-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-warning-dark .tabs.is-toggle li.is-active a {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffd324;
}
#darkmode .hero.is-warning-dark .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: #ffd324;
}
#darkmode .hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #f09800 0%, #ffd324 71%, #fff93d 100%);
}
#darkmode .hero.is-warning-dark.is-bold {
  background-image: linear-gradient(141deg, #f09800 0%, #ffd324 71%, #fff93d 100%);
}
#darkmode .hero.is-danger {
  background-color: #ff0537;
  color: #fff;
}
#darkmode .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag) {
  color: inherit;
}
#darkmode .hero.is-danger strong {
  color: inherit;
}
#darkmode .hero.is-danger .title {
  color: #fff;
}
#darkmode .hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
#darkmode .hero.is-danger .subtitle a:not(.button) {
  color: #fff;
}
#darkmode .hero.is-danger .subtitle strong {
  color: #fff;
}
#darkmode .hero.is-danger .navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
#darkmode .hero.is-danger .navbar-link:hover {
  background-color: #eb002f;
  color: #fff;
}
#darkmode .hero.is-danger a.navbar-item:hover {
  background-color: #eb002f;
  color: #fff;
}
#darkmode .hero.is-danger a.navbar-item.is-active {
  background-color: #eb002f;
  color: #fff;
}
#darkmode .hero.is-danger .navbar-link.is-active {
  background-color: #eb002f;
  color: #fff;
}
#darkmode .hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
#darkmode .hero.is-danger .tabs a:hover {
  opacity: 1;
}
#darkmode .hero.is-danger .tabs li.is-active a {
  opacity: 1;
}
#darkmode .hero.is-danger .tabs.is-boxed a {
  color: #fff;
}
#darkmode .hero.is-danger .tabs.is-boxed a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-danger .tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #ff0537;
}
#darkmode .hero.is-danger .tabs.is-boxed li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff0537;
}
#darkmode .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
#darkmode .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
#darkmode .hero.is-danger .tabs.is-toggle li.is-active a {
  background-color: #fff;
  border-color: #fff;
  color: #ff0537;
}
#darkmode .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff0537;
}
#darkmode .footer {
  background-color: #121212;
}
#darkmode .navbar-slash {
  background: rgba(24, 24, 27, 0.8);
}
@media screen and (min-width: 1088px) {
  #darkmode .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #363636;
    box-shadow: 0 -8px 8px rgba(255, 255, 255, 0.1);
  }
  #darkmode .navbar-dropdown {
    background-color: #000000;
    border: 1px solid #262629 !important;
    box-shadow: 0 8px 8px rgba(24, 24, 27, 0.9) !important;
  }
  #darkmode .navbar-dropdown a.navbar-item:hover {
    background-color: #242424;
    color: white;
  }
  #darkmode .navbar-dropdown a.navbar-item.is-active {
    background-color: #242424;
    color: #5ea3e4;
  }
  #darkmode .navbar.is-spaced .navbar-dropdown {
    box-shadow: 0 8px 8px rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.1);
  }
  #darkmode .navbar-dropdown.is-boxed {
    box-shadow: 0 8px 8px rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.1);
  }
  #darkmode .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(255, 255, 255, 0.1);
  }
  #darkmode a.navbar-item.is-active {
    color: white;
  }
  #darkmode .navbar-link.is-active {
    color: white;
  }
  #darkmode .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #121212;
  }
  #darkmode .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #121212;
  }
}
@media screen and (max-width: 1087px) {
  #darkmode .navbar-menu {
    background-color: #000000;
  }
  #darkmode .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(255, 255, 255, 0.1);
  }
}
#darkmode .navbar-link {
  color: #fff;
}
#darkmode .navbar-item {
  color: #fff;
}
#darkmode .navbar-item:hover {
  background: #181A1F !important;
  color: #fff !important;
  border-radius: 0.5rem !important;
}
#darkmode .button-main {
  background: #fff !important;
  color: #000 !important;
}
#darkmode .newhedge-logo {
  filter: invert(1);
}
#darkmode .navbar-link:not(.is-arrowless)::after {
  border-color: #fff !important;
}
#darkmode .navbar-item.has-dropdown.is-active .navbar-link, #darkmode .navbar-item.has-dropdown:focus .navbar-link, #darkmode .navbar-item.has-dropdown:hover .navbar-link {
  background-color: #181A1F !important;
  color: #fff !important;
}
#darkmode #navbar-user-dropdown {
  background: transparent !important;
}
#darkmode #no-hover {
  background: transparent !important;
  z-index: 5;
}
#darkmode .pricing-break {
  background: #181A1F;
  border: none;
}
#darkmode .chat {
  border-bottom: none;
}
#darkmode .has-text-dark-grey {
  color: #6785A0 !important;
}
#darkmode .has-text-dark-blue {
  color: #FFFFFF !important;
}
#darkmode .rainbow .highcharts-container {
  background-position-y: 10% !important;
}
#darkmode #hodl-waves .highcharts-legend-item text {
  fill: #fff !important;
}
#darkmode #hodl-waves .highcharts-button-box {
  fill: #1b1b1e;
}
#darkmode #hodl-waves .highcharts-button-normal text {
  fill: grey !important;
}
#darkmode :not(#node-map):not(#legality-map):not(#monthly-returns-heatmap):not(#btcPriceContainer):not(#hodl-waves) > .highcharts-container,
#darkmode :not(#node-map):not(#legality-map):not(#monthly-returns-heatmap):not(#btcPriceContainer):not(#hodl-waves) > .highcharts-plot-line-label,
#darkmode :not(#node-map):not(#legality-map):not(#monthly-returns-heatmap):not(#btcPriceContainer):not(#hodl-waves) > .highcharts-tooltip {
  filter: invert(1) hue-rotate(-180deg) saturate(2);
}
#darkmode #liquidations .highcharts-tooltip {
  filter: invert(1) hue-rotate(-180deg) saturate(1) !important;
}
#darkmode #dca-calculator .highcharts-tooltip {
  filter: invert(0) !important;
}
#darkmode #dca-calculator .highcharts-tooltip path {
  fill: #fff !important;
}
#darkmode .dca-calculator-component input[data-dca-calculator-target=startDate],
#darkmode .dca-calculator-component input[data-dca-calculator-target=endDate] {
  background: #323238 !important;
}
#darkmode #dca-calculator .highcharts-tooltip text {
  fill: #000 !important;
}
#darkmode #liquidations .highcharts-point {
  filter: invert(1) hue-rotate(-180deg) saturate(1) !important;
}
#darkmode #mainChartContainer #dca-calculator .highcharts-container .highcharts-tooltip-box {
  fill: #000 !important;
}
#darkmode #mainChartContainer #node-map .highcharts-container .highcharts-tooltip-box {
  fill: #000 !important;
}
#darkmode #mainChartContainer #node-map .highcharts-container .highcharts-tooltip-box {
  fill: #000 !important;
}
#darkmode #mainChartContainer .highcharts-container .highcharts-tooltip-box {
  filter: invert(1) !important;
}
#darkmode :not(#node-map):not(#legality-map):not(#monthly-returns-heatmap):not(#btcPriceContainer) > .highcharts-container {
  background: url(/assets/newhedge_logo_lightmode-83b2f8f1e7691b1bbc5169fed048df48c757de172b90ee587c8e8a3fc20139ca.png) center center no-repeat;
  background-size: 60%;
}
#darkmode #hodl-waves > .highcharts-container {
  background: url(/assets/newhedge_logo_darkmode-9eb36702c2fcdf84815e59461c3672abcd6339254710b53f74527b9613b8d823.png) center center no-repeat !important;
  background-size: 60% !important;
}
#darkmode #btcPriceContainer > .highcharts-container {
  background: url(/assets/newhedge_logo_darkmode-9eb36702c2fcdf84815e59461c3672abcd6339254710b53f74527b9613b8d823.png) center center no-repeat;
  background-size: 32%;
}
#darkmode #btcPriceContainer > .highcharts-container .highcharts-yaxis-grid path {
  stroke: rgb(34, 37, 49) !important;
}
#darkmode .sparkline-alert .highcharts-container {
  background: none;
  background-size: 60%;
}
#darkmode #account-edit input {
  background: #0C0E14;
  color: #fff;
}
#darkmode .newhedge-border {
  border: 1px solid #35394a;
}
#darkmode .newhedge-border:hover {
  background: #181A1F;
}
#darkmode .inbox-messages-border {
  background-color: #0C0E14;
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.1);
}
#darkmode .inbox-messages-border:hover {
  background: #181A1F;
}
#darkmode .alert-dropdown-area:hover {
  background: #000 !important;
}
#darkmode .alerts-chart-rows {
  white-space: nowrap;
}
#darkmode .alerts-chart-rows tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#darkmode .aside {
  border-right: 1px solid #242424;
  background: #000000;
}
#darkmode .pricing-table.pricing-colors th:nth-child(3) {
  background: linear-gradient(rgb(34, 37, 49) 0%, rgba(34, 37, 49, 0) 413px);
}
#darkmode .pricing-table.pricing-colors th:nth-child(4) {
  background: linear-gradient(rgb(34, 37, 49) 0%, rgba(34, 37, 49, 0) 413px);
}
#darkmode .pricing-table.pricing-colors td:nth-child(3) {
  background: linear-gradient(rgb(34, 37, 49) 0%, rgba(34, 37, 49, 0) 413px);
}
#darkmode .dashboard-card-border {
  color: #fff;
}
#darkmode .dashboard-card-border:hover {
  background: #181A1F;
}
#darkmode .news-top-bar .menu-item {
  background: #0C0E15;
}
#darkmode .news-top-bar .menu-item:hover,
#darkmode .news-top-bar .menu-item:focus-within {
  background-color: #23262e;
}
#darkmode footer a:hover {
  color: #fff !important;
}
#darkmode .checkbox-inner {
  border: 2px solid #363636;
}
#darkmode trix-toolbar .trix-button {
  background: #fff;
}
#darkmode .navbar-burger:hover {
  background-color: #181A1F !important;
}
#darkmode .switch[type=checkbox]:checked + label::before, #darkmode .switch[type=checkbox]:checked + label:before {
  background: #23262e;
}
#darkmode .node-map-container .node-map-country-list .country-container:hover {
  background-color: #23262e;
}
#darkmode .country-container {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#darkmode .search-user-input {
  background-color: #0a0a0a;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .country-search {
  background-color: #0a0a0a;
  border-color: #363636;
  color: #dbdbdb;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05) !important;
}
#darkmode .newhedgeNews .tabs.is-boxed li.is-active a {
  background-color: #181A1F !important;
  border-color: transparent !important;
  color: #fff !important;
  font-weight: 500 !important;
}
#darkmode .chart-content {
  background: #000000;
  border-radius: 20px 0px 0px 0px;
}
#darkmode .main-table-content tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#darkmode .header-gradient {
  background: linear-gradient(rgb(34, 37, 49) -20%, rgba(34, 37, 49, 0) 103px);
  border-radius: 20px 0px 0px 0px;
}
#darkmode .private-message-content {
  background: #181A1F;
}
#darkmode .hourly-stats-border {
  border-bottom: 1px solid #242424;
}
#darkmode .chart-search-input {
  background: #1b1b1e;
  color: #fff;
  box-shadow: none;
}
#darkmode .non-chart-content-gradient {
  background: #000000;
  border-radius: 20px 0px 0px 0px;
}
#darkmode #etf-trackers-table span.tag.is-success.is-light {
  color: #F7F7F7;
}
#darkmode .news-left-card article {
  border-bottom: 1px solid rgba(48, 52, 60, 0.75);
}
#darkmode .news-left-card > a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#darkmode .news-left-card > a:hover article {
  background-color: #181A1F;
}
#darkmode .news-left-card .selected-news {
  background-color: #181A1F;
  color: orange;
}
#darkmode .alert-hoverable:hover {
  background: rgba(110, 123, 129, 0.08);
}
#darkmode .alert-hoverable {
  background: rgba(110, 123, 129, 0.04);
  border-radius: 10px;
}
#darkmode .highcharts-button-hover text {
  fill: #ccc !important;
}
#darkmode .highcharts-button-pressed text {
  fill: #ccc !important;
}
#darkmode .highcharts-button-normal text {
  fill: #000 !important;
}
#darkmode .highcharts-button-box {
  fill: #fff;
}
#darkmode .highcharts-legend .highcharts-legend-item-hidden {
  text-decoration: line-through !important;
  fill: #FFF !important;
}
#darkmode .highcharts-tooltip path {
  fill: #fff !important;
}
#darkmode .coin-metrics-grid .highcharts-tooltip path {
  fill: #000 !important;
}
#darkmode #btcPriceContainer .highcharts-tooltip text {
  fill: #000 !important;
}
#darkmode body:has(#btcPriceContainer) .highcharts-tooltip path {
  fill: transparent !important;
}
#darkmode .inbox-messages:hover .msg-snippet {
  color: #fff;
}
#darkmode .newhedge-fave button {
  background-color: transparent;
}
#darkmode .textarea-message {
  box-shadow: none;
  background: #000;
}
#darkmode .msgFullboxGlobal .sendmsg {
  border: 1px solid #000 !important;
  box-shadow: none !important;
}
#darkmode .border-bottom {
  border-bottom: 1px solid rgba(48, 52, 60, 0.75);
}
#darkmode .sendmsg {
  box-shadow: 0 0 0 1px #272727, 0 2px 4px 0 rgba(0, 0, 0, 0.01), 0 1px 1.5px 0 rgba(0, 0, 0, 0.01);
}
#darkmode .msgFullbox.msgFullboxGlobal {
  background-color: rgba(16, 16, 18, 0.8);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
}
#darkmode .mining-calc-container .select_box {
  background-color: #0a0a0a;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .mining-calc-container .half-section-calc input {
  background-color: #0a0a0a;
  border-color: #363636;
  color: #dbdbdb;
}
#darkmode .beta-bubble {
  background-color: #363636;
  color: white;
  border: none;
}
#darkmode .main-table-content .data-table-content .data-table-row td {
  border-top: 1px solid rgb(55, 65, 81);
}
#darkmode .navbar-link.is-active, #darkmode .navbar-link:focus, #darkmode .navbar-link:focus-within, #darkmode .navbar-link:hover, #darkmode a.navbar-item.is-active, #darkmode a.navbar-item:focus, #darkmode a.navbar-item:focus-within, #darkmode a.navbar-item:hover {
  color: #fff !important;
}
#darkmode .trix-content p {
  color: rgba(255, 255, 255, 0.7490196078);
}
#darkmode .trix-content h3 {
  color: #fff;
}
#darkmode .new-newhedge-home {
  background: #0A0A0B;
}
#darkmode .navbar-global-search-container .navbar-global-search {
  background: #1b1b1e;
  color: #fff;
  border: 1px solid #1b1b1e;
}
#darkmode .navbar-global-search-container .global-search-results-container {
  border-right: 1px solid #1b1b1e;
  border-left: 1px solid #1b1b1e;
  border-bottom: 1px solid #1b1b1e;
}
#darkmode .bg-zinc-900\/50 {
  background-color: rgba(24, 24, 27, 0.5);
}
#darkmode #global-search-results {
  background: #000;
}
#darkmode .navbar-global-search-container .global-search-results-container #global-search-results .global-search-result-row:hover {
  background: #12151E;
}
#darkmode .global-search-nav-container {
  background: #000;
}
#darkmode .data-table-row td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#darkmode .admin-is-sticky {
  background: #13151E;
}
#darkmode .navigator-icon {
  background-color: #12151E;
}
#darkmode .widget-code-snippet {
  background: #000;
  color: #b5b5b5;
  border: 1px solid black;
}
@media only screen and (max-width: 670px) {
  #darkmode .diff-contain tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 619px) {
  #darkmode .rainbow .highcharts-container {
    background: url(/assets/newhedge_logo_lightmode-83b2f8f1e7691b1bbc5169fed048df48c757de172b90ee587c8e8a3fc20139ca.png) center 70% no-repeat;
    background-size: 60%;
  }
}
@media (max-width: 442px) {
  #darkmode .rainbow .highcharts-container {
    background: url(/assets/newhedge_logo_lightmode-83b2f8f1e7691b1bbc5169fed048df48c757de172b90ee587c8e8a3fc20139ca.png) center 80% no-repeat;
    background-size: 60%;
  }
}
#darkmode #newhedgeView {
  background: #000;
}
#darkmode #bottom-content #input-msg-styling:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
#darkmode .chart-info-columns-dark p {
  color: #ffffff;
}
#darkmode .highlight {
  background: #12151E;
}
#darkmode .highcharts-contextbutton .highcharts-button-box {
  fill: transparent !important;
}
#darkmode #monthly-returns-heatmap .highcharts-axis-labels text {
  fill: white !important;
}
#darkmode #legality-map .highcharts-legend-item text {
  fill: #fff !important;
}
#darkmode #rainbow .highcharts-tooltip-box {
  filter: invert(1);
}
#darkmode #monthly-returns-heatmap path.highcharts-point {
  stroke: #000;
  stroke-width: 1;
}
#darkmode summary {
  border-bottom: 1px solid #1F2023;
}
#darkmode .top-banner {
  color: rgb(0, 255, 167);
}
#darkmode .unlock-insights {
  color: rgb(0, 255, 167);
}
#darkmode #add-dashboard-chart-link .generic-chart-container:hover {
  border: 1px solid #fff;
}
#darkmode div.dashboard-item a:hover {
  color: #fff !important;
}
#darkmode #add-dashboard-chart-link:hover p,
#darkmode #add-dashboard-chart-link:hover ion-icon {
  color: #fff;
}
#darkmode #add-dashboard-chart-link p,
#darkmode #add-dashboard-chart-link ion-icon {
  transition: color 0.1s ease;
}
@media (max-width: 768px) {
  #darkmode .mobile-selected-news {
    background: #000;
  }
  #darkmode #mainChartContainer:not(#node-map):not(#legality-map):not(#monthly-returns-heatmap):not(#treasuries):not(#government-treasuries) .highcharts-container .highcharts-tooltip-box {
    filter: invert(0) !important;
  }
  #darkmode #mainChartContainer:not(#node-map):not(#legality-map):not(#monthly-returns-heatmap):not(#treasuries):not(#government-treasuries) .highcharts-container .highcharts-color-undefined text {
    color: #000 !important;
    fill: #000 !important;
  }
}

html {
  --white: #f0f0f0;
  --black: #101010;
  --gray: #808080;
  --green: #008900;
  --red: #ff0000;
  --blue: #33ccff;
  --dblue: #0099cc;
  --ddblue: #007ca5;
  --teal: #29abb5;
  --fg: #101010;
  --bg: #f0f0f0;
  --green-diff: #17C089;
  --red-diff: #ff6363 ;
}

.icon-moon-o {
  font-size: 44px;
}

.icon-moon-o {
  font-size: 44px;
  text-align: center;
}

#status img.loading {
  margin: 94px 10px;
  max-width: 80%;
  width: 200px;
}

#btc-diff {
  width: 18px;
  margin-right: 4px;
  vertical-align: text-bottom;
}

#controls {
  position: relative;
  text-align: center;
  top: 5px;
  left: 5px;
  z-index: 1;
}

.diff-contain {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 90vw !important;
}

#status table {
  margin: 0 auto;
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

#status td {
  padding: 5px 10px;
  text-align: left;
}

.green {
  color: var(--green-diff);
  background-color: rgba(127, 240, 204, 0.145);
  font-size: 0.9rem;
  font-weight: 600;
}

.red {
  color: var(--red-diff);
  background-color: rgba(255, 197, 198, 0.1450980392);
  font-size: 0.9rem;
  font-weight: 600;
}

#status {
  margin-top: 5px;
  min-height: 264px;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  font-size: 14px;
  line-height: 21px;
  color: #000;
}

#status * {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

#copystats {
  margin-top: 10px;
}

#blocks {
  position: relative;
  width: 100%;
  margin: 5px auto 0;
  padding: 10px;
  text-align: left;
  line-height: 10px;
  max-width: 1400px;
}

#blocks img.loading {
  position: absolute;
  left: 0;
  right: 0;
  margin: 40px auto;
  width: 200px;
  max-width: 80%;
}

.b {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 2px;
  border: 1px solid #777;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  z-index: 5;
}

#blocks .b:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.s {
  border-color: var(--red);
  background: -o-linear-gradient(315deg, var(--red) 0%, var(--red) 29%, transparent 30%, transparent 100%);
  background: linear-gradient(135deg, var(--red) 0%, var(--red) 29%, transparent 30%, transparent 100%);
}

.f {
  background-color: var(--blue);
}

.c {
  -webkit-animation: block-pulse 2s ease-in-out infinite;
  animation: block-pulse 2s ease-in-out infinite;
}

.MuiSvgIcon-root {
  color: #fff;
  cursor: pointer;
}

.sundial {
  color: #fff;
}

/** Switch
 -------------------------------------*/
.switch input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  opacity: 0;
}

.toggledark {
  background-color: #2c2c2c;
}

/**
 * 1. Adjust this to size
 */
.switch {
  display: inline-block;
  font-size: 20px;
  /* 1 */
  height: 1em;
  width: 2em;
  background: #BDB9A6;
  border-radius: 1em;
  cursor: pointer;
}

.switch div {
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: #FFF;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.switch input:checked + div {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@-webkit-keyframes block-pulse {
  0%, 100% {
    background-color: var(--blue);
  }
  50% {
    background-color: transparent;
  }
}
@-moz-keyframes block-pulse {
  0%, 100% {
    background-color: var(--blue);
  }
  50% {
    background-color: transparent;
  }
}
@-o-keyframes block-pulse {
  0%, 100% {
    background-color: var(--blue);
  }
  50% {
    background-color: transparent;
  }
}
@keyframes block-pulse {
  0%, 100% {
    background-color: var(--blue);
  }
  50% {
    background-color: transparent;
  }
}
#extra-blocks {
  display: none;
  vertical-align: middle;
  line-height: 10px;
  font-size: 12px;
  white-space: nowrap;
  color: var(--red);
}

#legend {
  width: 90%;
  margin: 0 auto;
}

.diff-small {
  color: #000;
  opacity: 0.6;
}

.legend-item {
  display: inline-block;
  margin: 8px;
}

.legend-text {
  vertical-align: middle;
  line-height: 10px;
  font-size: 10px;
}

#footer {
  width: 100%;
  margin-top: 15px;
  font-size: 1.1em;
  font-weight: bold;
}

#footer #about {
  color: var(--gray);
  font-size: 14px;
}

@media (max-width: 992px) {
  .diff-contain {
    max-width: 100vw !important;
  }
}
@media (max-width: 670px) {
  #status {
    min-height: 592px;
  }
}
@media (max-width: 768px) {
  #controls {
    position: relative;
  }
  .diff-header {
    margin-top: 10px !important;
  }
  .diff-header img {
    width: 21px !important;
    margin-bottom: 5px !important;
  }
  #status td {
    padding: 0px 10px;
  }
  .header-estimator {
    padding-top: 2rem;
  }
}
@media (max-width: 480px) {
  .diff-header img {
    width: 21px !important;
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 670px) {
  .diff-contain table, .diff-contain tbody, .diff-contain td, .diff-contain td.extracol, .diff-contain thead, .diff-contain tr {
    display: block;
  }
  .diff-contain #status {
    min-height: 592px;
  }
  .diff-contain table {
    border-bottom: none;
  }
  .diff-contain td, .diff-contain td.extracol {
    border: none;
    padding: 0.25rem 0;
    text-align: left !important;
    width: 100% !important;
  }
  .diff-contain table, .diff-contain tbody, .diff-contain td, .diff-contain td.extracol, .diff-contain thead, .diff-contain tr {
    display: block;
  }
  .diff-contain td {
    font-size: 0.8rem;
    padding: 0.5rem;
  }
  .diff-contain table, .diff-contain tbody, .diff-contain td, .diff-contain td.extracol, .diff-contain thead, .diff-contain tr {
    display: block;
  }
  .diff-contain tr {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(24, 28, 33, 0.06);
  }
  .diff-contain tbody:first-child tr:first-child {
    border-top: 2px solid #9292a6;
  }
  .diff-contain table, .diff-contain tbody, .diff-contain td, .diff-contain td.extracol, .diff-contain thead, .diff-contain tr {
    display: block;
  }
  .diff-contain table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 2px solid #9292a6;
    position: relative;
    border-collapse: collapse;
  }
  .diff-contain tbody:first-child tr:first-child {
    border-top: none;
  }
}
#halving-countdown .bitcoin-halving-clock .container {
  color: #333;
  margin: 0 auto;
  text-align: center;
}
#halving-countdown .bitcoin-halving-clock ul {
  margin: 3rem 0;
  padding: 2rem 3rem;
  background-color: white;
  border: 1px solid #edeff1;
  color: #000;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
#halving-countdown .bitcoin-halving-clock li {
  display: inline-block;
  width: 200px;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  display: inline-block;
  border-radius: 5px;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
}
#halving-countdown .bitcoin-halving-clock li span {
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.88;
  padding-top: 32px;
  padding-bottom: 32px;
}
#halving-countdown .bitcoin-halving-clock #content {
  display: none;
  padding: 1rem;
}
#halving-countdown .bitcoin-halving-clock .progress {
  margin: 20px auto;
  padding: 0;
  width: 100%;
  height: 24px;
  overflow: visible;
  background: #38324B;
  margin-top: 95px;
  border-radius: 10px !important;
}
#halving-countdown .bitcoin-halving-clock .label-area {
  margin-top: 70px;
  color: rgba(255, 255, 255, 0.58);
}
#halving-countdown .bitcoin-halving-clock .bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #8057D7;
}
#halving-countdown .bitcoin-halving-clock .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}
@media all and (max-width: 768px) {
  #halving-countdown .bitcoin-halving-clock h1 {
    font-size: 1.5rem;
  }
  #halving-countdown .bitcoin-halving-clock li {
    font-size: 1.125rem;
    padding: 0.75rem;
  }
  #halving-countdown .bitcoin-halving-clock li span {
    font-size: 3.375rem;
  }
}
#halving-countdown .end-bar {
  width: 7px;
  height: 150%;
  margin-right: 0px;
  position: relative;
  bottom: 7px;
  left: 100%;
  background: #8057D7;
  overflow: visible;
  border-radius: 6px;
}
#halving-countdown .progress-bar-tooltip {
  position: absolute;
  top: -55px;
  left: -58px;
  color: rgb(255, 255, 255);
  height: 48px;
  width: 120px;
  line-height: 1;
  text-align: center;
  padding: 7px 0px;
  background: rgb(24, 24, 27);
  border-radius: 8px;
}
#halving-countdown .progress-tooltip-title {
  color: rgb(207, 214, 228);
  font-size: 14px;
}
#halving-countdown #progress-tooltip-value {
  line-height: 1.7;
  font-size: 14px;
  font-weight: 500;
}
#halving-countdown .progress-tooltip-triangle {
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg) translateY(3px);
  left: 49%;
  bottom: 0px;
  background: rgb(24, 24, 27);
}
#halving-countdown #progress-bar {
  position: relative;
  min-width: 24%;
}
@media screen and (max-width: 767px) {
  #halving-countdown .row.label-area div {
    margin-bottom: 10px;
  }
}

.mining-calc-container {
  margin: 0px auto;
  margin-top: 25px;
  width: 96%;
}
.mining-calc-container .half-section-calc {
  margin-bottom: 15px;
  float: left;
  width: 50%;
  font-weight: bold;
}
.mining-calc-container .half-section-calc i {
  min-width: 26px;
  text-align: center;
  line-height: 38px;
  color: rgb(206, 205, 205);
}
.mining-calc-container .select_box {
  cursor: pointer;
  vertical-align: top;
  height: 45px !important;
  padding: 5px 10px;
  width: 132px !important;
  font-size: 12px !important;
  background-size: 14px;
  color: #5D7185;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
}
.mining-calc-container .new-calc-break {
  clear: both;
}
.mining-calc-container .half-section-calc input {
  width: 98%;
  height: 45px;
  margin: 0;
  border: 0;
  padding: 2px 10px 4px;
  resize: none;
  outline: none;
  color: #5D7185;
  font-size: 14px;
  border-radius: 4px 0px 0px 4px !important;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
}
.mining-calc-container .half-section-calc #hash_rate {
  width: 70%;
}
.mining-calc-container .half-section-calc #unit_select {
  font-size: 15px;
  height: 33px;
  width: 75px;
}
.mining-calc-container .negative-earning,
.mining-calc-container .positive-earning {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-top: -1px;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}
.mining-calc-container .negative-earning .profit,
.mining-calc-container .positive-earning .profit {
  color: #fff !important;
  text-align: center !important;
}
.mining-calc-container .negative-earning .profit .data-label,
.mining-calc-container .positive-earning .profit .data-label {
  color: #fff !important;
}
.mining-calc-container .earnings {
  border-right: 1px solid #ccc;
}
.mining-calc-container .earnings,
.mining-calc-container .electricity,
.mining-calc-container .profit {
  float: left;
  font-size: 22px;
  padding: 25px 10px;
  width: 25%;
  text-align: center !important;
}
.mining-calc-container .negative-earning .electricity,
.mining-calc-container .negative-earning .profit,
.mining-calc-container .negative-earning .earnings {
  color: #d9534f;
  text-align: center !important;
}
.mining-calc-container .positive-earning .electricity,
.mining-calc-container .positive-earning .profit,
.mining-calc-container .positive-earning .earnings {
  color: #5cb85c;
}
.mining-calc-container .positive-earning .profit {
  background: #5cb85c none repeat scroll 0 0;
}
.mining-calc-container .negative-earning .profit {
  background: #d9534f none repeat scroll 0 0;
}
.mining-calc-container .earned_btc_month::after,
.mining-calc-container .earned_btc_day::after,
.mining-calc-container .earned_btc_year::after {
  content: "BTC";
}
.mining-calc-container .data-label {
  color: #b9b9b9;
  display: block;
  font-size: 12px;
  margin-top: -3px;
}
.mining-calc-container .calc-explain {
  float: left;
}
.mining-calc-container .coinmenu {
  background: #fff !important;
  border-bottom: 1px solid #eee;
}
.mining-calc-container .coinmenu .navbar-nav {
  background: #fff !important;
  border-bottom: #ccc;
  padding-bottom: 13px;
}
.mining-calc-container .coinmenu .navbar-nav li a:hover {
  color: #fff !important;
}
@media (max-width: 760px) {
  .mining-calc-container #calc-content-div .negative-earning .profit,
  .mining-calc-container #calc-content-div .positive-earning .profit {
    width: 100% !important;
  }
  .mining-calc-container #calc-content-div .negative-earning .earnings,
  .mining-calc-container #calc-content-div .positive-earning .earnings,
  .mining-calc-container #calc-content-div .negative-earning .electricity,
  .mining-calc-container #calc-content-div .positive-earning .electricity {
    width: 33% !important;
  }
  .mining-calc-container #calc-content-div .half-section-calc {
    display: block !important;
    width: 94% !important;
  }
  .mining-calc-container #calc-content-div .negative-earning,
  .mining-calc-container #calc-content-div .positive-earning {
    padding-top: 35px !important;
  }
}
@media (max-width: 540px) {
  .mining-calc-container .bw-row #calc-content-div .negative-earning .earnings,
  .mining-calc-container .bw-row #calc-content-div .positive-earning .earnings,
  .mining-calc-container .bw-row #calc-content-div .negative-earning .electricity,
  .mining-calc-container .bw-row #calc-content-div .positive-earning .electricity {
    width: 100% !important;
    border-right: 0px solid #ccc !important;
  }
}

@media (max-width: 480px) {
  .mining-calc-container {
    width: 95vw;
  }
  #hash_rate {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .mining-calc-container {
    width: 90vw;
  }
  #hash_rate {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .mining-calc-container {
    width: 90vw;
  }
}
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
  .trix-content h3 {
    font-size: 25px !important;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection {
  background: highlight;
}

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

.trix-content h1, .trix-content h3 {
  font-size: 1.4em;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 20px;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content p {
  margin-bottom: 10px;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

.news-left-card {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 8rem);
}
.news-left-card article {
  border-bottom: 1px solid rgba(24, 28, 33, 0.04);
}
.news-left-card > a {
  display: contents;
  color: #4a4a4a;
  border-bottom: 1px solid rgba(24, 28, 33, 0.04);
}
.news-left-card > a:hover article {
  background-color: #F5F8FA;
}
.news-left-card .selected-news {
  color: orange;
}

.news-top-bar {
  margin-top: 0.5rem;
}
.news-top-bar .navbar-link {
  color: rgb(181, 181, 181) !important;
}
.news-top-bar ul {
  list-style: none;
  width: fit-content;
}
.news-top-bar li, .news-top-bar a {
  width: 8rem;
}
.news-top-bar ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.5em 0;
  list-style: none;
}
.news-top-bar .menu-item {
  background: #fff;
  padding: 1em;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-width: 1px;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  padding-left: 0px;
}
.news-top-bar .menu-item:hover,
.news-top-bar .menu-item:focus-within {
  background-color: #f8fafd;
}
.news-top-bar .menu-item:hover .sub-menu,
.news-top-bar .menu-item:focus-within .sub-menu {
  visibility: visible;
  opacity: 1;
  display: flex;
}
.news-top-bar .sub-menu {
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 11px;
  margin-top: -5px !important;
  visibility: hidden;
  display: none;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 16px 32px, rgba(0, 0, 0, 0.05) 0px 3px 8px !important;
}
.news-top-bar .sub-menu .menu-item {
  margin: 0;
  padding: 1em 0.5em;
  text-align: center;
  z-index: 2;
  padding-left: 20px;
}
.news-top-bar a {
  color: #fff;
  text-decoration: none;
}
.news-top-bar a:focus {
  outline: none;
}

.news-drop {
  border-color: hsl(0, 0%, 86%) !important;
  border-width: 1px !important;
  cursor: pointer !important;
  justify-content: center !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
  padding-top: calc(0.5em - 1px) !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.link-outline-news {
  transform: rotate(130deg);
  vertical-align: middle;
  width: 10px;
  margin-bottom: 1px;
  margin-right: 1px;
  margin-left: 2px;
}

.news-level {
  min-width: 60px;
}

@media (max-width: 768px) {
  .news-level {
    min-width: 30px;
  }
  .news-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
  }
  .mobile-selected-news {
    position: fixed;
    top: 37px;
    right: -100%;
    bottom: 0;
    z-index: 10000;
    overflow-y: scroll;
    transition: right 0.25s ease-in-out, left 0.25s ease-in-out;
    width: 100%;
    background: #fff;
  }
  .slide-in {
    height: inherit;
    transform: translateX(0);
    right: 0 !important;
  }
}
.card-min-height {
  min-height: 320px;
}

.is-sticky-bottom {
  position: sticky;
  bottom: -1.5rem;
  z-index: 10;
  padding-top: 10px;
}

.price-suffix {
  align-self: center;
  font-size: 22px;
  margin-left: 3px;
}

.native-symbol {
  align-self: center;
  font-size: 22px;
  width: 16px;
  margin-right: 18px;
}

#add-dashboard-chart-link .generic-chart-container:hover {
  border: 1px solid #000;
  transition: border 0.5s ease-in-out;
}

#add-dashboard-chart-link:hover p,
#add-dashboard-chart-link:hover ion-icon {
  color: #000;
}

#add-dashboard-chart-link p,
#add-dashboard-chart-link ion-icon {
  transition: color 0.1s ease;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}

.dashboard-item {
  padding: 15px;
  border: 1px solid #ddd;
}

div.dashboard-item a:hover {
  color: #000 !important;
}

.dashboard-icons {
  position: absolute;
  top: 10px;
  right: 16px;
}

.edit-dashboard-button ion-icon {
  color: #007bff;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

.edit-dashboard-button:hover ion-icon {
  color: #0056b3;
}

.delete-dashboard-button {
  text-decoration: none;
  color: #ff4d4d;
  font-size: 24px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

.delete-dashboard-button:hover {
  color: #ff0000;
}

.dashboard-chart-group-content {
  display: none;
  padding-left: 0;
  background-color: transparent !important;
  margin: 0 0 0.75rem;
}
.dashboard-chart-group-content .is-active a {
  border-radius: 4px !important;
  padding: 0.2rem 0.5rem 0.4rem !important;
}
.dashboard-chart-group-content .is-active a.is-active {
  background-color: #282c33 !important;
}
.dashboard-chart-group-content .is-active a.is-active img:not(.newhedge-badge-svg) {
  filter: invert(1);
}
