@charset "UTF-8";
.footer a, .is-inverted a {
  color: #e0e0e0;
}

.footer a:hover, .footer a:active, .is-inverted a:hover, .is-inverted a:active {
  color: hsl(0, 0%, 98%);
}

@font-face {
  font-family: "Bro";
  font-style: normal;
  font-weight: 300;
  src: url(/ui/ffont/worksans-l.woff2) format("woff2"), url("/ui/ffont/worksans-l.woff") format("woff");
}
@font-face {
  font-family: "Bro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/ui/ffont/3/tcd-r.woff2) format("woff2"), url("/ui/ffont/3/tcd-r.woff") format("woff");
}
@font-face {
  font-family: "Bro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/ui/ffont/3/tcd-sb.woff2) format("woff2"), url("/ui/ffont/3/tcd-sb.woff") format("woff");
}
@font-face {
  font-family: "Bro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/ui/ffont/tcd-i.woff2) format("woff2"), url("/ui/ffont/tcd-i.woff") format("woff");
}
@font-face {
  font-family: "Bro";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/ui/ffont/tcd-sbi.woff2) format("woff2"), url("/ui/ffont/tcd-sbi.woff") format("woff");
}
/* @font-face {
	font-family: 'Bro';
	font-style: normal;
	font-weight: 300;
	src: url(/ui/ffont/worksans-l.woff2) format('woff2'), url('/ui/ffont/worksans-l.woff') format('woff');
} */
span.is-bluesky {
  color: #0085ff;
}

span.is-facebook {
  color: rgb(59, 89, 152);
}

span.is-twitter {
  color: rgb(29, 161, 242);
}

span.is-whatsapp {
  color: rgb(37, 211, 102);
}

.is-dark {
  background: hsl(212, 45%, 31%);
}

.is-inverse {
  color: #fff;
}

.is-inverse a {
  color: rgb(228.5614035088, 248.4385964912, 246.1228070175);
}

.is-disabled {
  color: inherit !important;
  opacity: 0.5;
}

/* BULMA */
/* Bulma Utilities */
.file-cta,
.file-name, .select select, .textarea, .input, .button, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  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;
}
.file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}
[disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, [disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[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, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis {
  cursor: not-allowed;
}

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

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

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

.delete, .modal-close {
  -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.2, 10.2, 10.2, 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;
}
.delete::before, .modal-close::before, .delete::after, .modal-close::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;
}
.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}
.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}
.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10.2, 10.2, 10.2, 0.3);
}
.delete:active, .modal-close:active {
  background-color: rgba(10.2, 10.2, 10.2, 0.4);
}
.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.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, .modal-background, .modal, .is-overlay {
  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: Bro, Helvetica, Arial, sans-serif;
}

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

body {
  color: #584b4f;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

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

code {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 100%, 49%);
  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: 2px;
  margin: 1.5rem 0;
}

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

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

small {
  font-size: 0.875em;
}

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

strong {
  color: #584b4f;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 96%);
  color: #584b4f;
  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: #584b4f;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Helpers */
.has-text-primary {
  color: #bf0d3c !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: rgb(143.25, 9.75, 45) !important;
}

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

.has-text-success {
  color: hsl(75, 65%, 54%) !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: hsl(75, 65%, 44%) !important;
}

.has-background-success {
  background-color: hsl(75, 65%, 54%) !important;
}

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

a.has-text-warning:hover, a.has-text-warning:focus {
  color: hsl(48, 100%, 54%) !important;
}

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

.has-text-danger {
  color: hsl(0, 100%, 64%) !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: hsl(0, 100%, 54%) !important;
}

.has-background-danger {
  background-color: hsl(0, 100%, 64%) !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: 1019px) {
  .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: 1020px) {
  .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: 1352px) {
  .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;
  }
}
.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: 1019px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1019px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1020px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1352px) {
  .has-text-centered-widescreen {
    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: 1019px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1019px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1020px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1352px) {
  .has-text-justified-widescreen {
    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: 1019px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1019px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1020px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1352px) {
  .has-text-left-widescreen {
    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: 1019px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1019px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1020px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1352px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

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

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

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

.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: Bro, Helvetica, Arial, sans-serif !important;
}

.is-family-secondary {
  font-family: Bro, Helvetica, Arial, sans-serif !important;
}

.is-family-sans-serif {
  font-family: Bro, 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: 1019px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1352px) {
  .is-block-widescreen {
    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: 1019px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1352px) {
  .is-flex-widescreen {
    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: 1019px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1352px) {
  .is-inline-widescreen {
    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: 1019px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1352px) {
  .is-inline-block-widescreen {
    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: 1019px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1352px) {
  .is-inline-flex-widescreen {
    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: 1019px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1352px) {
  .is-hidden-widescreen {
    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: 1019px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1019px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1020px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1352px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
.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: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #584b4f;
  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: #8f0a2d;
  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: 6px;
}
.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.3, 219.3, 219.3, 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.3, 219.3, 219.3, 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: 3px;
  color: #584b4f;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: hsl(0, 0%, 96%);
  color: #584b4f;
}
.menu-list a.is-active {
  background-color: #8f0a2d;
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid hsl(0, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: hsl(0, 0%, 48%);
  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;
}

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

.modal-background {
  background-color: rgba(10.2, 10.2, 10.2, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 0;
  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: calc(640px + 2.5rem);
  }
}

.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: 12px;
  border-top-right-radius: 12px;
}

.modal-card-title {
  color: #584b4f;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top: 1px solid 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-primary {
  background-color: #bf0d3c;
  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: rgb(167.125, 11.375, 52.5);
  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: 769px) {
  .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: rgb(167.125, 11.375, 52.5);
    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: rgb(167.125, 11.375, 52.5);
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #bf0d3c;
    color: #fff;
  }
}
.navbar.is-success {
  background-color: hsl(75, 65%, 54%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.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: hsl(75, 65%, 49%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-success .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) {
  .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: rgba(0, 0, 0, 0.7);
  }
  .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: hsl(75, 65%, 49%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .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: hsl(75, 65%, 49%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(75, 65%, 54%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-warning {
  background-color: hsl(48, 100%, 64%);
  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: hsl(48, 100%, 59%);
  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: 769px) {
  .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: hsl(48, 100%, 59%);
    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: hsl(48, 100%, 59%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(48, 100%, 64%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: hsl(0, 100%, 64%);
  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: hsl(0, 100%, 59%);
  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: 769px) {
  .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: hsl(0, 100%, 59%);
    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: hsl(0, 100%, 59%);
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 100%, 64%);
    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: #584b4f;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
}
.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-burger {
  margin-left: auto;
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #584b4f;
  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: #8f0a2d;
}

.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: #8f0a2d;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #8f0a2d;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #8f0a2d;
  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: #8f0a2d;
  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: 768px) {
  .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.2, 10.2, 10.2, 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.2, 10.2, 10.2, 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: 769px) {
  .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: 6px;
  }
  .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: #8f0a2d;
  }
  .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: 12px 12px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10.2, 10.2, 10.2, 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: 12px;
    border-bottom-right-radius: 12px;
    border-top: 2px solid hsl(0, 0%, 86%);
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 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: #8f0a2d;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 12px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 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.2, 10.2, 10.2, 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: #584b4f;
  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.2, 10.2, 10.2, 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: #8f0a2d;
  border-color: #8f0a2d;
  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;
  }
}
.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: #584b4f;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #584b4f;
  color: #584b4f;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #8f0a2d;
  color: #8f0a2d;
}
.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: 6px 6px 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: 6px;
  border-bottom-left-radius: 6px;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.tabs.is-toggle li.is-active a {
  background-color: #8f0a2d;
  border-color: #8f0a2d;
  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;
}

.panel {
  border-radius: 12px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  font-size: 1rem;
}
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}
.panel.is-primary .panel-heading {
  background-color: #bf0d3c;
  color: #fff;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #bf0d3c;
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #bf0d3c;
}
.panel.is-success .panel-heading {
  background-color: hsl(75, 65%, 54%);
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: hsl(75, 65%, 54%);
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: hsl(75, 65%, 54%);
}
.panel.is-warning .panel-heading {
  background-color: hsl(48, 100%, 64%);
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: hsl(48, 100%, 64%);
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: hsl(48, 100%, 64%);
}
.panel.is-danger .panel-heading {
  background-color: hsl(0, 100%, 64%);
  color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: hsl(0, 100%, 64%);
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: hsl(0, 100%, 64%);
}

.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: 12px 12px 0 0;
  color: #584b4f;
  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: #584b4f;
}
.panel-list a:hover {
  color: #8f0a2d;
}

.panel-block {
  align-items: center;
  color: #584b4f;
  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: #8f0a2d;
  color: hsl(0, 0%, 21%);
}
.panel-block.is-active .panel-icon {
  color: #8f0a2d;
}
.panel-block:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

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

.box {
  background-color: hsl(0, 0%, 100%);
  border-radius: 12px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
  color: #584b4f;
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px #8f0a2d;
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2), 0 0 0 1px #8f0a2d;
}

.button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: #584b4f;
  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(143, 10, 45, 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: #584b4f;
  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: #584b4f;
}
.button.is-text:active, .button.is-text.is-active {
  background-color: hsl(0, 0%, 91%);
  color: #584b4f;
}
.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: #8f0a2d;
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #8f0a2d;
  text-decoration: underline;
}
.button.is-primary {
  background-color: #bf0d3c;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: rgb(179.0625, 12.1875, 56.25);
  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(191, 13, 60, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: rgb(167.125, 11.375, 52.5);
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #bf0d3c;
  border-color: #bf0d3c;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #bf0d3c;
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #bf0d3c;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #bf0d3c;
  color: #bf0d3c;
}
.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: #bf0d3c;
  border-color: #bf0d3c;
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #bf0d3c #bf0d3c !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: #bf0d3c;
  box-shadow: none;
  color: #bf0d3c;
}
.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: #bf0d3c;
}
.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 #bf0d3c #bf0d3c !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-success {
  background-color: hsl(75, 65%, 54%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: hsl(75, 65%, 51.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(175.8225, 213.945, 61.455, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: hsl(75, 65%, 49%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: hsl(75, 65%, 54%);
  border-color: hsl(75, 65%, 54%);
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(75, 65%, 54%);
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(75, 65%, 54%);
}
.button.is-success.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(75, 65%, 54%);
  color: hsl(75, 65%, 54%);
}
.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(75, 65%, 54%);
  border-color: hsl(75, 65%, 54%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(75, 65%, 54%) hsl(75, 65%, 54%) !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 rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(75, 65%, 54%);
  box-shadow: none;
  color: hsl(75, 65%, 54%);
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.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: rgba(0, 0, 0, 0.7);
  color: hsl(75, 65%, 54%);
}
.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(75, 65%, 54%) hsl(75, 65%, 54%) !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.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 {
  background-color: hsl(48, 100%, 64%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: hsl(48, 100%, 61.5%);
  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, 218.28, 71.4, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: hsl(48, 100%, 59%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: hsl(48, 100%, 64%);
  border-color: hsl(48, 100%, 64%);
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(48, 100%, 64%);
}
.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(48, 100%, 64%);
}
.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(48, 100%, 64%);
  color: hsl(48, 100%, 64%);
}
.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(48, 100%, 64%);
  border-color: hsl(48, 100%, 64%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(48, 100%, 64%) hsl(48, 100%, 64%) !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(48, 100%, 64%);
  box-shadow: none;
  color: hsl(48, 100%, 64%);
}
.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(48, 100%, 64%);
}
.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(48, 100%, 64%) hsl(48, 100%, 64%) !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-danger {
  background-color: hsl(0, 100%, 64%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: hsl(0, 100%, 61.5%);
  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(255, 71.4, 71.4, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: hsl(0, 100%, 59%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: hsl(0, 100%, 64%);
  border-color: hsl(0, 100%, 64%);
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: hsl(0, 100%, 64%);
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 100%, 64%);
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 100%, 64%);
  color: hsl(0, 100%, 64%);
}
.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(0, 100%, 64%);
  border-color: hsl(0, 100%, 64%);
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 100%, 64%) hsl(0, 100%, 64%) !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(0, 100%, 64%);
  box-shadow: none;
  color: hsl(0, 100%, 64%);
}
.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(0, 100%, 64%);
}
.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(0, 100%, 64%) hsl(0, 100%, 64%) !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-small:not(.is-rounded) {
  border-radius: 3px;
}
.button.is-small {
  font-size: 0.75rem;
}
.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):not(.is-rounded) {
  border-radius: 3px;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}
.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: 24px;
  padding-right: 24px;
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .container {
    max-width: 972px;
  }
}
@media screen and (max-width: 1351px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1304px;
  }
}
@media screen and (min-width: 1352px) {
  .container:not(.is-max-desktop) {
    max-width: 1304px;
  }
}

.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: #584b4f;
  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: #584b4f;
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #584b4f;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #584b4f;
}
.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;
}

.notification {
  background-color: hsl(0, 0%, 96%);
  border-radius: 6px;
  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-primary {
  background-color: #bf0d3c;
  color: #fff;
}
.notification.is-success {
  background-color: hsl(75, 65%, 54%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-warning {
  background-color: hsl(48, 100%, 64%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-danger {
  background-color: hsl(0, 100%, 64%);
  color: #fff;
}

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

.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: #584b4f;
}
.progress::-moz-progress-bar {
  background-color: #584b4f;
}
.progress::-ms-fill {
  background-color: #584b4f;
  border: none;
}
.progress.is-primary::-webkit-progress-value {
  background-color: #bf0d3c;
}
.progress.is-primary::-moz-progress-bar {
  background-color: #bf0d3c;
}
.progress.is-primary::-ms-fill {
  background-color: #bf0d3c;
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #bf0d3c 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: hsl(75, 65%, 54%);
}
.progress.is-success::-moz-progress-bar {
  background-color: hsl(75, 65%, 54%);
}
.progress.is-success::-ms-fill {
  background-color: hsl(75, 65%, 54%);
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, hsl(75, 65%, 54%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: hsl(48, 100%, 64%);
}
.progress.is-warning::-moz-progress-bar {
  background-color: hsl(48, 100%, 64%);
}
.progress.is-warning::-ms-fill {
  background-color: hsl(48, 100%, 64%);
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, hsl(48, 100%, 64%) 30%, hsl(0, 0%, 93%) 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: hsl(0, 100%, 64%);
}
.progress.is-danger::-moz-progress-bar {
  background-color: hsl(0, 100%, 64%);
}
.progress.is-danger::-ms-fill {
  background-color: hsl(0, 100%, 64%);
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, hsl(0, 100%, 64%) 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, #584b4f 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: #584b4f;
}
.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-primary,
.table th.is-primary {
  background-color: #bf0d3c;
  border-color: #bf0d3c;
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: hsl(75, 65%, 54%);
  border-color: hsl(75, 65%, 54%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-warning,
.table th.is-warning {
  background-color: hsl(48, 100%, 64%);
  border-color: hsl(48, 100%, 64%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
  background-color: hsl(0, 100%, 64%);
  border-color: hsl(0, 100%, 64%);
  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: #bf0d3c;
  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: #584b4f;
}
.table th:not([align]) {
  text-align: left;
}
.table tr.is-selected {
  background-color: #bf0d3c;
  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: #584b4f;
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #584b4f;
}
.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: rgb(239, 194.5, 206.25);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: rgb(239, 194.5, 206.25);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: rgb(242.2, 206.6, 216);
}
.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: 6px;
  color: #584b4f;
  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-primary {
  background-color: #bf0d3c;
  color: #fff;
}
.tag:not(body).is-success {
  background-color: hsl(75, 65%, 54%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning {
  background-color: hsl(48, 100%, 64%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-danger {
  background-color: hsl(0, 100%, 64%);
  color: #fff;
}
.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: hsl(0, 0%, 91%);
}
.tag:not(body).is-delete:active {
  background-color: hsl(0, 0%, 86%);
}
.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: #584b4f;
  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: #584b4f;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: #584b4f;
  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;
}

.select select, .textarea, .input {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-radius: 6px;
  color: #584b4f;
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(88, 75, 79, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(88, 75, 79, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(88, 75, 79, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(88, 75, 79, 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: #8f0a2d;
  box-shadow: 0 0 0 0.125em rgba(143, 10, 45, 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.4, 122.4, 122.4, 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.4, 122.4, 122.4, 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.4, 122.4, 122.4, 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.4, 122.4, 122.4, 0.3);
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-primary .file-cta {
  background-color: #bf0d3c;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: rgb(179.0625, 12.1875, 56.25);
  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(191, 13, 60, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: rgb(167.125, 11.375, 52.5);
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: hsl(75, 65%, 54%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: hsl(75, 65%, 51.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(175.8225, 213.945, 61.455, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: hsl(75, 65%, 49%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning .file-cta {
  background-color: hsl(48, 100%, 64%);
  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: hsl(48, 100%, 61.5%);
  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, 218.28, 71.4, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: hsl(48, 100%, 59%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: hsl(0, 100%, 64%);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: hsl(0, 100%, 61.5%);
  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(255, 71.4, 71.4, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: hsl(0, 100%, 59%);
  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: 6px;
}
.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: 6px 6px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 6px 6px;
  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 6px 6px 0;
}
.file.is-right .file-name {
  border-radius: 6px 0 0 6px;
  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: hsl(0, 0%, 93.5%);
  color: #584b4f;
}
.file-label:hover .file-name {
  border-color: hsl(0, 0%, 83.5%);
}
.file-label:active .file-cta {
  background-color: hsl(0, 0%, 91%);
  color: #584b4f;
}
.file-label:active .file-name {
  border-color: hsl(0, 0%, 81%);
}

.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: 6px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

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

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

.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10.2, 10.2, 10.2, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-primary.textarea, .is-primary.input {
  border-color: #bf0d3c;
}
.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(191, 13, 60, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: hsl(75, 65%, 54%);
}
.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(175.8225, 213.945, 61.455, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: hsl(48, 100%, 64%);
}
.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, 218.28, 71.4, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: hsl(0, 100%, 64%);
}
.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(255, 71.4, 71.4, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 3px;
  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;
}

.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: #8f0a2d;
  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: #584b4f;
}
.select.is-primary:not(:hover)::after {
  border-color: #bf0d3c;
}
.select.is-primary select {
  border-color: #bf0d3c;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: rgb(167.125, 11.375, 52.5);
}
.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(191, 13, 60, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: hsl(75, 65%, 54%);
}
.select.is-success select {
  border-color: hsl(75, 65%, 54%);
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: hsl(75, 65%, 49%);
}
.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(175.8225, 213.945, 61.455, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: hsl(48, 100%, 64%);
}
.select.is-warning select {
  border-color: hsl(48, 100%, 64%);
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: hsl(48, 100%, 59%);
}
.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, 218.28, 71.4, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: hsl(0, 100%, 64%);
}
.select.is-danger select {
  border-color: hsl(0, 100%, 64%);
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: hsl(0, 100%, 59%);
}
.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(255, 71.4, 71.4, 0.25);
}
.select.is-small {
  border-radius: 3px;
  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;
}

.label {
  color: "inherit";
  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-primary {
  color: #bf0d3c;
}
.help.is-success {
  color: hsl(75, 65%, 54%);
}
.help.is-warning {
  color: hsl(48, 100%, 64%);
}
.help.is-danger {
  color: hsl(0, 100%, 64%);
}

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

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1.5rem;
}
.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: 1019px) {
  .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: 1020px) {
  .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: 1352px) {
  .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%;
  }
}

.columns {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem;
}
.columns:last-child {
  margin-bottom: -1.5rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 1.5rem);
}
.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: 1020px) {
  .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: 1019px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1352px) {
  .columns.is-variable.is-0-widescreen {
    --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: 1019px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1352px) {
  .columns.is-variable.is-1-widescreen {
    --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: 1019px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1352px) {
  .columns.is-variable.is-2-widescreen {
    --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: 1019px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1352px) {
  .columns.is-variable.is-3-widescreen {
    --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: 1019px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1352px) {
  .columns.is-variable.is-4-widescreen {
    --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: 1019px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1352px) {
  .columns.is-variable.is-5-widescreen {
    --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: 1019px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1352px) {
  .columns.is-variable.is-6-widescreen {
    --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: 1019px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1352px) {
  .columns.is-variable.is-7-widescreen {
    --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: 1019px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1019px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1020px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1351px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1352px) {
  .columns.is-variable.is-8-widescreen {
    --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%;
  }
}

.footer {
  background-color: rgb(109.875, 43.125, 60.75);
  padding: 3rem 1.5rem 6rem;
  color: rgb(229.4, 158.2, 177);
}

.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-primary {
  background-color: #bf0d3c;
  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: 1019px) {
  .hero.is-primary .navbar-menu {
    background-color: #bf0d3c;
  }
}
.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: rgb(167.125, 11.375, 52.5);
  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: #bf0d3c !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.2, 10.2, 10.2, 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: #bf0d3c;
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, rgb(150.9, 2.1, 66.1898876404) 0%, #bf0d3c 71%, rgb(220.6125, 8.8875, 29.5049157303) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(150.9, 2.1, 66.1898876404) 0%, #bf0d3c 71%, rgb(220.6125, 8.8875, 29.5049157303) 100%);
  }
}
.hero.is-success {
  background-color: hsl(75, 65%, 54%);
  color: rgba(0, 0, 0, 0.7);
}
.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: rgba(0, 0, 0, 0.7);
}
.hero.is-success .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1019px) {
  .hero.is-success .navbar-menu {
    background-color: hsl(75, 65%, 54%);
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(0, 0, 0, 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: hsl(75, 65%, 49%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-success .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  color: hsl(75, 65%, 54%) !important;
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 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: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(75, 65%, 54%);
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, hsl(65, 75%, 44%) 0%, hsl(75, 65%, 54%) 71%, hsl(85, 70%, 59%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(65, 75%, 44%) 0%, hsl(75, 65%, 54%) 71%, hsl(85, 70%, 59%) 100%);
  }
}
.hero.is-warning {
  background-color: hsl(48, 100%, 64%);
  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: 1019px) {
  .hero.is-warning .navbar-menu {
    background-color: hsl(48, 100%, 64%);
  }
}
.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: hsl(48, 100%, 59%);
  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(48, 100%, 64%) !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.2, 10.2, 10.2, 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(48, 100%, 64%);
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, hsl(38, 100%, 54%) 0%, hsl(48, 100%, 64%) 71%, hsl(58, 100%, 69%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(38, 100%, 54%) 0%, hsl(48, 100%, 64%) 71%, hsl(58, 100%, 69%) 100%);
  }
}
.hero.is-danger {
  background-color: hsl(0, 100%, 64%);
  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: 1019px) {
  .hero.is-danger .navbar-menu {
    background-color: hsl(0, 100%, 64%);
  }
}
.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: hsl(0, 100%, 59%);
  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(0, 100%, 64%) !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.2, 10.2, 10.2, 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(0, 100%, 64%);
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 100%, 54%) 0%, hsl(0, 100%, 64%) 71%, hsl(10, 100%, 69%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 100%, 54%) 0%, hsl(0, 100%, 64%) 71%, hsl(10, 100%, 69%) 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: 1020px) {
  .section {
    padding: 3rem 3rem;
  }
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  .section.is-large {
    padding: 18rem 6rem;
  }
}

/* BULMA YCHWANEGOL */
.checkradio > [type=radio],
.checkradio > [type=checkbox] {
  outline: 0;
  user-select: none;
  display: none;
  position: absolute;
  opacity: 0;
}
.checkradio > [type=radio] + span,
.checkradio > [type=checkbox] + span {
  position: relative;
  display: initial;
  cursor: pointer;
  vertical-align: middle;
  margin: 0.5em;
  padding: 0.2rem 0.5rem 0.2rem 0;
  border-radius: 6px;
}
.checkradio > [type=radio] + span:first-of-type,
.checkradio > [type=checkbox] + span:first-of-type {
  margin-left: 0;
}
.checkradio > [type=radio] + span:hover::before, .checkradio > [type=radio] + span:hover:before,
.checkradio > [type=checkbox] + span:hover::before,
.checkradio > [type=checkbox] + span:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
.checkradio > [type=radio] + span::before, .checkradio > [type=radio] + span:before,
.checkradio > [type=checkbox] + span::before,
.checkradio > [type=checkbox] + span:before {
  position: absolute;
  left: 0;
  top: 0rem;
  content: "";
  border: 0.1rem solid hsl(0, 0%, 86%);
}
.checkradio > [type=radio] + span::after, .checkradio > [type=radio] + span:after,
.checkradio > [type=checkbox] + span::after,
.checkradio > [type=checkbox] + span:after {
  position: absolute;
  display: none;
  content: "";
  top: 0rem;
}
.checkradio > [type=radio].is-rtl + span,
.checkradio > [type=checkbox].is-rtl + span {
  margin-right: 0rem;
  margin-left: 0.5rem;
}
.checkradio > [type=radio].is-rtl + span::before, .checkradio > [type=radio].is-rtl + span:before,
.checkradio > [type=checkbox].is-rtl + span::before,
.checkradio > [type=checkbox].is-rtl + span:before {
  left: auto;
  right: 0;
}
.checkradio > [type=radio]:focus + span::before, .checkradio > [type=radio]:focus + span:before,
.checkradio > [type=checkbox]:focus + span::before,
.checkradio > [type=checkbox]:focus + span:before {
  outline: 1px dotted hsl(0, 0%, 71%);
}
.checkradio > [type=radio]:hover:not([disabled]) + span::before, .checkradio > [type=radio]:hover:not([disabled]) + span:before,
.checkradio > [type=checkbox]:hover:not([disabled]) + span::before,
.checkradio > [type=checkbox]:hover:not([disabled]) + span:before {
  border-color: #bf0d3c !important;
}
.checkradio > [type=radio]:checked + span::before, .checkradio > [type=radio]:checked + span:before,
.checkradio > [type=checkbox]:checked + span::before,
.checkradio > [type=checkbox]:checked + span:before {
  border: 0.1rem solid hsl(0, 0%, 86%);
}
.checkradio > [type=radio]:checked[disabled],
.checkradio > [type=checkbox]:checked[disabled] {
  cursor: not-allowed;
}
.checkradio > [type=radio]:checked[disabled] + span,
.checkradio > [type=checkbox]:checked[disabled] + span {
  opacity: 0.5;
}
.checkradio > [type=radio]:checked + span::before, .checkradio > [type=radio]:checked + span:before,
.checkradio > [type=checkbox]:checked + span::before,
.checkradio > [type=checkbox]:checked + span:before {
  animation-name: none;
}
.checkradio > [type=radio]:checked + span::after, .checkradio > [type=radio]:checked + span:after,
.checkradio > [type=checkbox]:checked + span::after,
.checkradio > [type=checkbox]:checked + span:after {
  display: inline-block;
}
.checkradio > [type=radio][disabled],
.checkradio > [type=checkbox][disabled] {
  cursor: not-allowed;
}
.checkradio > [type=radio][disabled] + span,
.checkradio > [type=checkbox][disabled] + span {
  opacity: 0.5;
  cursor: not-allowed;
}
.checkradio > [type=radio][disabled] + span:hover, .checkradio > [type=radio][disabled] + span:before, .checkradio > [type=radio][disabled] + span::before, .checkradio > [type=radio][disabled] + span::after, .checkradio > [type=radio][disabled] + span:after,
.checkradio > [type=checkbox][disabled] + span:hover,
.checkradio > [type=checkbox][disabled] + span:before,
.checkradio > [type=checkbox][disabled] + span::before,
.checkradio > [type=checkbox][disabled] + span::after,
.checkradio > [type=checkbox][disabled] + span:after {
  cursor: not-allowed;
}
.checkradio > [type=radio][disabled]:hover,
.checkradio > [type=checkbox][disabled]:hover {
  cursor: not-allowed;
}
.checkradio > [type=radio][disabled]:hover::before, .checkradio > [type=radio][disabled]:hover:before,
.checkradio > [type=checkbox][disabled]:hover::before,
.checkradio > [type=checkbox][disabled]:hover:before {
  animation-name: none;
}
.checkradio > [type=radio][disabled]::before, .checkradio > [type=radio][disabled]:before,
.checkradio > [type=checkbox][disabled]::before,
.checkradio > [type=checkbox][disabled]:before {
  cursor: not-allowed;
}
.checkradio > [type=radio][disabled]::after, .checkradio > [type=radio][disabled]:after,
.checkradio > [type=checkbox][disabled]::after,
.checkradio > [type=checkbox][disabled]:after {
  cursor: not-allowed;
}
.checkradio > [type=radio].has-no-border + span::before, .checkradio > [type=radio].has-no-border + span:before,
.checkradio > [type=checkbox].has-no-border + span::before,
.checkradio > [type=checkbox].has-no-border + span:before {
  border: none !important;
}
.checkradio > [type=radio].is-block,
.checkradio > [type=checkbox].is-block {
  display: none !important;
}
.checkradio > [type=radio].is-block + span,
.checkradio > [type=checkbox].is-block + span {
  width: 100% !important;
  background: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
  padding-right: 0.75em;
}
.checkradio > [type=radio].is-block:hover:not([disabled]) + span,
.checkradio > [type=checkbox].is-block:hover:not([disabled]) + span {
  background: hsl(0, 0%, 91%);
}

.checkradio [type=checkbox] + span {
  font-size: 1rem;
  padding-left: 2rem;
}
.checkradio [type=checkbox] + span::before {
  width: 1.5rem;
  height: 1.5rem;
}
.checkradio [type=checkbox] + span::after {
  width: 0.375rem;
  height: 0.6rem;
  top: 0.405rem;
  left: 0.6rem;
}
.checkradio [type=radio] + span {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 2rem;
}
.checkradio [type=radio] + span::before, .checkradio [type=radio] + span::after {
  width: 1.5rem;
  height: 1.5rem;
}
.checkradio.is-block [type=checkbox] + span::before, .checkradio.is-block [type=checkbox] + span:before {
  width: 1.25rem;
  height: 1.25rem;
  left: 0.175rem;
  top: 0.175rem;
}
.checkradio.is-block [type=checkbox] + span::after, .checkradio.is-block [type=checkbox] + span:after {
  top: 0.325rem;
  left: 0.65rem;
}
.checkradio.is-rtl [type=checkbox] + span {
  padding-left: 0;
  padding-right: 2rem;
}
.checkradio.is-rtl [type=checkbox] + span::after, .checkradio.is-rtl [type=checkbox] + span:after {
  left: auto;
  right: 0.6rem;
}
.checkradio.is-rtl [type=radio] + span {
  padding-right: 2rem;
}
.checkradio [type=radio] + span + .help {
  margin-left: 2rem;
}
.checkradio .help:not(:last-child) {
  margin-bottom: 0.75rem;
}
.checkradio.is-small [type=checkbox] + span {
  font-size: 0.75rem;
  padding-left: 1.5rem;
}
.checkradio.is-small [type=checkbox] + span::before {
  width: 1.125rem;
  height: 1.125rem;
}
.checkradio.is-small [type=checkbox] + span::after {
  width: 0.28125rem;
  height: 0.45rem;
  top: 0.30375rem;
  left: 0.45rem;
}
.checkradio.is-small [type=radio] + span {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-left: 1.5rem;
}
.checkradio.is-small [type=radio] + span::before, .checkradio.is-small [type=radio] + span::after {
  width: 1.125rem;
  height: 1.125rem;
}
.checkradio.is-small.is-block [type=checkbox] + span::before, .checkradio.is-small.is-block [type=checkbox] + span:before {
  width: 0.9375rem;
  height: 0.9375rem;
  left: 0.175rem;
  top: 0.175rem;
}
.checkradio.is-small.is-block [type=checkbox] + span::after, .checkradio.is-small.is-block [type=checkbox] + span:after {
  top: 0.29375rem;
  left: 0.5375rem;
}
.checkradio.is-small.is-rtl [type=checkbox] + span {
  padding-left: 0;
  padding-right: 1.5rem;
}
.checkradio.is-small.is-rtl [type=checkbox] + span::after, .checkradio.is-small.is-rtl [type=checkbox] + span:after {
  left: auto;
  right: 0.45rem;
}
.checkradio.is-small.is-rtl [type=radio] + span {
  padding-right: 1.5rem;
}
.checkradio.is-small [type=radio] + span + .help {
  margin-left: 1.5rem;
}
.checkradio.is-small .help:not(:last-child) {
  margin-bottom: 0.75rem;
}
.checkradio.is-medium [type=checkbox] + span {
  font-size: 1.25rem;
  padding-left: 2.5rem;
}
.checkradio.is-medium [type=checkbox] + span::before {
  width: 1.875rem;
  height: 1.875rem;
}
.checkradio.is-medium [type=checkbox] + span::after {
  width: 0.46875rem;
  height: 0.75rem;
  top: 0.50625rem;
  left: 0.75rem;
}
.checkradio.is-medium [type=radio] + span {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-left: 2.5rem;
}
.checkradio.is-medium [type=radio] + span::before, .checkradio.is-medium [type=radio] + span::after {
  width: 1.875rem;
  height: 1.875rem;
}
.checkradio.is-medium.is-block [type=checkbox] + span::before, .checkradio.is-medium.is-block [type=checkbox] + span:before {
  width: 1.5625rem;
  height: 1.5625rem;
  left: 0.175rem;
  top: 0.175rem;
}
.checkradio.is-medium.is-block [type=checkbox] + span::after, .checkradio.is-medium.is-block [type=checkbox] + span:after {
  top: 0.35625rem;
  left: 0.7625rem;
}
.checkradio.is-medium.is-rtl [type=checkbox] + span {
  padding-left: 0;
  padding-right: 2.5rem;
}
.checkradio.is-medium.is-rtl [type=checkbox] + span::after, .checkradio.is-medium.is-rtl [type=checkbox] + span:after {
  left: auto;
  right: 0.75rem;
}
.checkradio.is-medium.is-rtl [type=radio] + span {
  padding-right: 2.5rem;
}
.checkradio.is-medium [type=radio] + span + .help {
  margin-left: 2.5rem;
}
.checkradio.is-medium .help:not(:last-child) {
  margin-bottom: 0.75rem;
}
.checkradio.is-large [type=checkbox] + span {
  font-size: 1.5rem;
  padding-left: 3rem;
}
.checkradio.is-large [type=checkbox] + span::before {
  width: 2.25rem;
  height: 2.25rem;
}
.checkradio.is-large [type=checkbox] + span::after {
  width: 0.5625rem;
  height: 0.9rem;
  top: 0.6075rem;
  left: 0.9rem;
}
.checkradio.is-large [type=radio] + span {
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding-left: 3rem;
}
.checkradio.is-large [type=radio] + span::before, .checkradio.is-large [type=radio] + span::after {
  width: 2.25rem;
  height: 2.25rem;
}
.checkradio.is-large.is-block [type=checkbox] + span::before, .checkradio.is-large.is-block [type=checkbox] + span:before {
  width: 1.875rem;
  height: 1.875rem;
  left: 0.175rem;
  top: 0.175rem;
}
.checkradio.is-large.is-block [type=checkbox] + span::after, .checkradio.is-large.is-block [type=checkbox] + span:after {
  top: 0.3875rem;
  left: 0.875rem;
}
.checkradio.is-large.is-rtl [type=checkbox] + span {
  padding-left: 0;
  padding-right: 3rem;
}
.checkradio.is-large.is-rtl [type=checkbox] + span::after, .checkradio.is-large.is-rtl [type=checkbox] + span:after {
  left: auto;
  right: 0.9rem;
}
.checkradio.is-large.is-rtl [type=radio] + span {
  padding-right: 3rem;
}
.checkradio.is-large [type=radio] + span + .help {
  margin-left: 3rem;
}
.checkradio.is-large .help:not(:last-child) {
  margin-bottom: 0.75rem;
}

.checkradio > [type=checkbox] + span::before, .checkradio > [type=checkbox] + span:before {
  border-radius: 6px;
}
.checkradio > [type=checkbox] + span::after, .checkradio > [type=checkbox] + span:after {
  box-sizing: border-box;
  transform: translateY(0rem) rotate(45deg);
  border-width: 0.1rem;
  border-style: solid;
  border-color: #bf0d3c;
  border-top: 0;
  border-left: 0;
}
.checkradio > [type=checkbox].is-circle + span::before, .checkradio > [type=checkbox].is-circle + span:before {
  border-radius: 50%;
}
.checkradio > [type=checkbox].is-primary.has-background-color + span::before, .checkradio > [type=checkbox].is-primary.has-background-color + span:before {
  border-color: transparent !important;
  background-color: #bf0d3c !important;
}
.checkradio > [type=checkbox].is-primary:hover:not([disabled]) + span::before, .checkradio > [type=checkbox].is-primary:hover:not([disabled]) + span:before {
  border-color: #bf0d3c !important;
}
.checkradio > [type=checkbox].is-primary:checked + span::after, .checkradio > [type=checkbox].is-primary:checked + span:after {
  border-color: #bf0d3c !important;
}
.checkradio > [type=checkbox].is-primary:checked.has-background-color + span::before, .checkradio > [type=checkbox].is-primary:checked.has-background-color + span:before {
  border-color: transparent !important;
  background-color: #bf0d3c !important;
}
.checkradio > [type=checkbox].is-primary:checked.has-background-color + span::after, .checkradio > [type=checkbox].is-primary:checked.has-background-color + span:after {
  border-color: #fff !important;
  background-color: #bf0d3c !important;
}
.checkradio > [type=checkbox].is-primary.is-block:hover:not([disabled]) + span::after, .checkradio > [type=checkbox].is-primary.is-block:hover:not([disabled]) + span:after, .checkradio > [type=checkbox].is-primary.is-block:hover:not([disabled]) + span::before, .checkradio > [type=checkbox].is-primary.is-block:hover:not([disabled]) + span:before {
  border-color: #bf0d3c !important;
}
.checkradio > [type=checkbox].is-primary.is-block:checked + span {
  color: #fff;
  border-color: #bf0d3c !important;
  background: #bf0d3c;
}
.checkradio > [type=checkbox].is-primary.is-block:checked + span::after, .checkradio > [type=checkbox].is-primary.is-block:checked + span:after {
  border-color: #fff !important;
}
.checkradio > [type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + span {
  background: rgb(167.125, 11.375, 52.5);
}
.checkradio > [type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + span::after, .checkradio > [type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + span:after, .checkradio > [type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + span::before, .checkradio > [type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + span:before {
  border-color: rgb(242.25, 242.25, 242.25) !important;
}
.checkradio > [type=checkbox].is-success.has-background-color + span::before, .checkradio > [type=checkbox].is-success.has-background-color + span:before {
  border-color: transparent !important;
  background-color: hsl(75, 65%, 54%) !important;
}
.checkradio > [type=checkbox].is-success:hover:not([disabled]) + span::before, .checkradio > [type=checkbox].is-success:hover:not([disabled]) + span:before {
  border-color: hsl(75, 65%, 54%) !important;
}
.checkradio > [type=checkbox].is-success:checked + span::after, .checkradio > [type=checkbox].is-success:checked + span:after {
  border-color: hsl(75, 65%, 54%) !important;
}
.checkradio > [type=checkbox].is-success:checked.has-background-color + span::before, .checkradio > [type=checkbox].is-success:checked.has-background-color + span:before {
  border-color: transparent !important;
  background-color: hsl(75, 65%, 54%) !important;
}
.checkradio > [type=checkbox].is-success:checked.has-background-color + span::after, .checkradio > [type=checkbox].is-success:checked.has-background-color + span:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: hsl(75, 65%, 54%) !important;
}
.checkradio > [type=checkbox].is-success.is-block:hover:not([disabled]) + span::after, .checkradio > [type=checkbox].is-success.is-block:hover:not([disabled]) + span:after, .checkradio > [type=checkbox].is-success.is-block:hover:not([disabled]) + span::before, .checkradio > [type=checkbox].is-success.is-block:hover:not([disabled]) + span:before {
  border-color: hsl(75, 65%, 54%) !important;
}
.checkradio > [type=checkbox].is-success.is-block:checked + span {
  color: rgba(0, 0, 0, 0.7);
  border-color: hsl(75, 65%, 54%) !important;
  background: hsl(75, 65%, 54%);
}
.checkradio > [type=checkbox].is-success.is-block:checked + span::after, .checkradio > [type=checkbox].is-success.is-block:checked + span:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.checkradio > [type=checkbox].is-success.is-block:checked:hover:not([disabled]) + span {
  background: hsl(75, 65%, 49%);
}
.checkradio > [type=checkbox].is-success.is-block:checked:hover:not([disabled]) + span::after, .checkradio > [type=checkbox].is-success.is-block:checked:hover:not([disabled]) + span:after, .checkradio > [type=checkbox].is-success.is-block:checked:hover:not([disabled]) + span::before, .checkradio > [type=checkbox].is-success.is-block:checked:hover:not([disabled]) + span:before {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.checkradio > [type=checkbox].is-warning.has-background-color + span::before, .checkradio > [type=checkbox].is-warning.has-background-color + span:before {
  border-color: transparent !important;
  background-color: hsl(48, 100%, 64%) !important;
}
.checkradio > [type=checkbox].is-warning:hover:not([disabled]) + span::before, .checkradio > [type=checkbox].is-warning:hover:not([disabled]) + span:before {
  border-color: hsl(48, 100%, 64%) !important;
}
.checkradio > [type=checkbox].is-warning:checked + span::after, .checkradio > [type=checkbox].is-warning:checked + span:after {
  border-color: hsl(48, 100%, 64%) !important;
}
.checkradio > [type=checkbox].is-warning:checked.has-background-color + span::before, .checkradio > [type=checkbox].is-warning:checked.has-background-color + span:before {
  border-color: transparent !important;
  background-color: hsl(48, 100%, 64%) !important;
}
.checkradio > [type=checkbox].is-warning:checked.has-background-color + span::after, .checkradio > [type=checkbox].is-warning:checked.has-background-color + span:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: hsl(48, 100%, 64%) !important;
}
.checkradio > [type=checkbox].is-warning.is-block:hover:not([disabled]) + span::after, .checkradio > [type=checkbox].is-warning.is-block:hover:not([disabled]) + span:after, .checkradio > [type=checkbox].is-warning.is-block:hover:not([disabled]) + span::before, .checkradio > [type=checkbox].is-warning.is-block:hover:not([disabled]) + span:before {
  border-color: hsl(48, 100%, 64%) !important;
}
.checkradio > [type=checkbox].is-warning.is-block:checked + span {
  color: rgba(0, 0, 0, 0.7);
  border-color: hsl(48, 100%, 64%) !important;
  background: hsl(48, 100%, 64%);
}
.checkradio > [type=checkbox].is-warning.is-block:checked + span::after, .checkradio > [type=checkbox].is-warning.is-block:checked + span:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.checkradio > [type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + span {
  background: hsl(48, 100%, 59%);
}
.checkradio > [type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + span::after, .checkradio > [type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + span:after, .checkradio > [type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + span::before, .checkradio > [type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + span:before {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.checkradio > [type=checkbox].is-danger.has-background-color + span::before, .checkradio > [type=checkbox].is-danger.has-background-color + span:before {
  border-color: transparent !important;
  background-color: hsl(0, 100%, 64%) !important;
}
.checkradio > [type=checkbox].is-danger:hover:not([disabled]) + span::before, .checkradio > [type=checkbox].is-danger:hover:not([disabled]) + span:before {
  border-color: hsl(0, 100%, 64%) !important;
}
.checkradio > [type=checkbox].is-danger:checked + span::after, .checkradio > [type=checkbox].is-danger:checked + span:after {
  border-color: hsl(0, 100%, 64%) !important;
}
.checkradio > [type=checkbox].is-danger:checked.has-background-color + span::before, .checkradio > [type=checkbox].is-danger:checked.has-background-color + span:before {
  border-color: transparent !important;
  background-color: hsl(0, 100%, 64%) !important;
}
.checkradio > [type=checkbox].is-danger:checked.has-background-color + span::after, .checkradio > [type=checkbox].is-danger:checked.has-background-color + span:after {
  border-color: #fff !important;
  background-color: hsl(0, 100%, 64%) !important;
}
.checkradio > [type=checkbox].is-danger.is-block:hover:not([disabled]) + span::after, .checkradio > [type=checkbox].is-danger.is-block:hover:not([disabled]) + span:after, .checkradio > [type=checkbox].is-danger.is-block:hover:not([disabled]) + span::before, .checkradio > [type=checkbox].is-danger.is-block:hover:not([disabled]) + span:before {
  border-color: hsl(0, 100%, 64%) !important;
}
.checkradio > [type=checkbox].is-danger.is-block:checked + span {
  color: #fff;
  border-color: hsl(0, 100%, 64%) !important;
  background: hsl(0, 100%, 64%);
}
.checkradio > [type=checkbox].is-danger.is-block:checked + span::after, .checkradio > [type=checkbox].is-danger.is-block:checked + span:after {
  border-color: #fff !important;
}
.checkradio > [type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + span {
  background: hsl(0, 100%, 59%);
}
.checkradio > [type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + span::after, .checkradio > [type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + span:after, .checkradio > [type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + span::before, .checkradio > [type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + span:before {
  border-color: rgb(242.25, 242.25, 242.25) !important;
}
.checkradio > [type=checkbox]:indeterminate + span::after, .checkradio > [type=checkbox]:indeterminate + span:after {
  display: inline-block;
  transform: rotate(90deg);
  border-bottom: none;
}
.checkradio > [type=checkbox]:indeterminate.is-primary + span::after, .checkradio > [type=checkbox]:indeterminate.is-primary + span:after {
  border-color: #bf0d3c;
}
.checkradio > [type=checkbox]:indeterminate.is-success + span::after, .checkradio > [type=checkbox]:indeterminate.is-success + span:after {
  border-color: hsl(75, 65%, 54%);
}
.checkradio > [type=checkbox]:indeterminate.is-warning + span::after, .checkradio > [type=checkbox]:indeterminate.is-warning + span:after {
  border-color: hsl(48, 100%, 64%);
}
.checkradio > [type=checkbox]:indeterminate.is-danger + span::after, .checkradio > [type=checkbox]:indeterminate.is-danger + span:after {
  border-color: hsl(0, 100%, 64%);
}

.checkradio > [type=radio] + span::before, .checkradio > [type=radio] + span:before {
  border-radius: 50%;
}
.checkradio > [type=radio] + span::after, .checkradio > [type=radio] + span:after {
  border-radius: 50%;
  background: #bf0d3c;
  left: 0;
  transform: scale(0.5);
}
.checkradio > [type=radio]:checked.has-background-color + span::before, .checkradio > [type=radio]:checked.has-background-color + span:before {
  border-color: #584b4f !important;
  background-color: #584b4f !important;
}
.checkradio > [type=radio]:checked.has-background-color + span::after, .checkradio > [type=radio]:checked.has-background-color + span:after {
  border-color: #584b4f !important;
  background-color: #584b4f !important;
}
.checkradio > [type=radio].is-rtl + span {
  padding-left: 0;
}
.checkradio > [type=radio].is-rtl + span::after, .checkradio > [type=radio].is-rtl + span:after {
  left: auto;
  right: 0;
}
.checkradio > [type=radio].is-primary.has-background-color + span::before, .checkradio > [type=radio].is-primary.has-background-color + span:before {
  border-color: #bf0d3c !important;
  background-color: #bf0d3c !important;
}
.checkradio > [type=radio].is-primary:hover:not([disabled]) + span::before, .checkradio > [type=radio].is-primary:hover:not([disabled]) + span:before {
  border-color: #bf0d3c !important;
}
.checkradio > [type=radio].is-primary:checked + span::after, .checkradio > [type=radio].is-primary:checked + span:after {
  border-color: #bf0d3c !important;
  background-color: #bf0d3c !important;
}
.checkradio > [type=radio].is-primary:checked.has-background-color + span::before, .checkradio > [type=radio].is-primary:checked.has-background-color + span:before {
  border-color: #bf0d3c !important;
  background-color: #bf0d3c !important;
}
.checkradio > [type=radio].is-primary:checked.has-background-color + span::after, .checkradio > [type=radio].is-primary:checked.has-background-color + span:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.checkradio > [type=radio].is-success.has-background-color + span::before, .checkradio > [type=radio].is-success.has-background-color + span:before {
  border-color: hsl(75, 65%, 54%) !important;
  background-color: hsl(75, 65%, 54%) !important;
}
.checkradio > [type=radio].is-success:hover:not([disabled]) + span::before, .checkradio > [type=radio].is-success:hover:not([disabled]) + span:before {
  border-color: hsl(75, 65%, 54%) !important;
}
.checkradio > [type=radio].is-success:checked + span::after, .checkradio > [type=radio].is-success:checked + span:after {
  border-color: hsl(75, 65%, 54%) !important;
  background-color: hsl(75, 65%, 54%) !important;
}
.checkradio > [type=radio].is-success:checked.has-background-color + span::before, .checkradio > [type=radio].is-success:checked.has-background-color + span:before {
  border-color: hsl(75, 65%, 54%) !important;
  background-color: hsl(75, 65%, 54%) !important;
}
.checkradio > [type=radio].is-success:checked.has-background-color + span::after, .checkradio > [type=radio].is-success:checked.has-background-color + span:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.checkradio > [type=radio].is-warning.has-background-color + span::before, .checkradio > [type=radio].is-warning.has-background-color + span:before {
  border-color: hsl(48, 100%, 64%) !important;
  background-color: hsl(48, 100%, 64%) !important;
}
.checkradio > [type=radio].is-warning:hover:not([disabled]) + span::before, .checkradio > [type=radio].is-warning:hover:not([disabled]) + span:before {
  border-color: hsl(48, 100%, 64%) !important;
}
.checkradio > [type=radio].is-warning:checked + span::after, .checkradio > [type=radio].is-warning:checked + span:after {
  border-color: hsl(48, 100%, 64%) !important;
  background-color: hsl(48, 100%, 64%) !important;
}
.checkradio > [type=radio].is-warning:checked.has-background-color + span::before, .checkradio > [type=radio].is-warning:checked.has-background-color + span:before {
  border-color: hsl(48, 100%, 64%) !important;
  background-color: hsl(48, 100%, 64%) !important;
}
.checkradio > [type=radio].is-warning:checked.has-background-color + span::after, .checkradio > [type=radio].is-warning:checked.has-background-color + span:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.checkradio > [type=radio].is-danger.has-background-color + span::before, .checkradio > [type=radio].is-danger.has-background-color + span:before {
  border-color: hsl(0, 100%, 64%) !important;
  background-color: hsl(0, 100%, 64%) !important;
}
.checkradio > [type=radio].is-danger:hover:not([disabled]) + span::before, .checkradio > [type=radio].is-danger:hover:not([disabled]) + span:before {
  border-color: hsl(0, 100%, 64%) !important;
}
.checkradio > [type=radio].is-danger:checked + span::after, .checkradio > [type=radio].is-danger:checked + span:after {
  border-color: hsl(0, 100%, 64%) !important;
  background-color: hsl(0, 100%, 64%) !important;
}
.checkradio > [type=radio].is-danger:checked.has-background-color + span::before, .checkradio > [type=radio].is-danger:checked.has-background-color + span:before {
  border-color: hsl(0, 100%, 64%) !important;
  background-color: hsl(0, 100%, 64%) !important;
}
.checkradio > [type=radio].is-danger:checked.has-background-color + span::after, .checkradio > [type=radio].is-danger:checked.has-background-color + span:after {
  border-color: #fff !important;
  background-color: #fff !important;
}

.steps:not(:last-child) {
  margin-bottom: 1.5rem;
}
.steps .steps-segment {
  position: relative;
}
.steps .steps-segment:not(:last-child):after {
  content: " ";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .steps:not(.is-horizontal) .steps-segment {
    display: block;
  }
  .steps:not(.is-horizontal) .steps-segment:not(:last-child) {
    min-height: 4em;
  }
  .steps:not(.is-horizontal).is-short .steps-segment {
    flex-grow: 0;
  }
  .steps:not(.is-horizontal).is-short.is-centered {
    justify-content: center;
  }
  .steps:not(.is-horizontal).is-short.is-bottom {
    justify-content: flex-end;
  }
  .steps:not(.is-horizontal):not(.is-short) {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .steps:not(.is-horizontal):not(.is-short) .steps-segment:not(:last-child) {
    flex-grow: 1;
  }
}
.steps.is-vertical .steps-segment {
  display: block;
}
.steps.is-vertical .steps-segment:not(:last-child) {
  min-height: 4em;
}
.steps.is-vertical.is-short .steps-segment {
  flex-grow: 0;
}
.steps.is-vertical.is-short.is-centered {
  justify-content: center;
}
.steps.is-vertical.is-short.is-bottom {
  justify-content: flex-end;
}
.steps.is-vertical:not(.is-short) {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.steps.is-vertical:not(.is-short) .steps-segment:not(:last-child) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .steps:not(.is-vertical) {
    display: flex;
  }
  .steps:not(.is-vertical) .steps-segment:not(:last-child) {
    flex-basis: 1rem;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .steps:not(.is-vertical).is-narrow .steps-segment {
    flex-grow: 0;
  }
  .steps:not(.is-vertical).is-narrow .steps-segment:not(:last-child) {
    min-width: 10em;
  }
  .steps:not(.is-vertical).is-narrow.is-centered {
    justify-content: center;
  }
  .steps:not(.is-vertical).is-narrow.is-right {
    justify-content: flex-end;
  }
  .steps:not(.is-vertical).has-content-centered {
    text-align: center;
  }
  .steps:not(.is-vertical).is-balanced .steps-segment:last-child, .steps:not(.is-vertical).has-content-centered .steps-segment:last-child {
    flex-basis: 1rem;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .steps:not(.is-vertical).is-narrow.has-content-centered .steps-segment:last-child {
    flex-grow: 0;
    min-width: 10em;
  }
  .steps:not(.is-vertical) .steps-content.is-divider-content {
    text-align: center;
  }
}
.steps.is-horizontal {
  display: flex;
}
.steps.is-horizontal .steps-segment:not(:last-child) {
  flex-basis: 1rem;
  flex-grow: 1;
  flex-shrink: 1;
}
.steps.is-horizontal.is-narrow .steps-segment {
  flex-grow: 0;
}
.steps.is-horizontal.is-narrow .steps-segment:not(:last-child) {
  min-width: 10em;
}
.steps.is-horizontal.is-narrow.is-centered {
  justify-content: center;
}
.steps.is-horizontal.is-narrow.is-right {
  justify-content: flex-end;
}
.steps.is-horizontal.has-content-centered {
  text-align: center;
}
.steps.is-horizontal.is-balanced .steps-segment:last-child, .steps.is-horizontal.has-content-centered .steps-segment:last-child {
  flex-basis: 1rem;
  flex-grow: 1;
  flex-shrink: 1;
}
.steps.is-horizontal.is-narrow.has-content-centered .steps-segment:last-child {
  flex-grow: 0;
  min-width: 10em;
}
.steps.is-horizontal .steps-content.is-divider-content {
  text-align: center;
}
.steps .steps-marker {
  align-items: center;
  display: flex;
  border-radius: 50%;
  font-weight: 700;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.steps {
  font-size: 1rem;
}
.steps .steps-marker {
  height: 2rem;
  width: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .steps:not(.is-horizontal) {
    display: flex;
    flex-direction: column;
  }
  .steps:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -0.24rem;
    left: calc(1rem - 0.2em);
    top: 1.76rem;
    width: 0.4em;
  }
  .steps:not(.is-horizontal) .steps-content {
    margin-left: calc(1rem + 0.5em);
    margin-top: -2rem;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  .steps:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0;
  }
  .steps:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: calc(1rem - 0.5em);
  }
  .steps:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 2.3rem;
    bottom: 0.3rem;
  }
}
.steps.is-vertical {
  display: flex;
  flex-direction: column;
}
.steps.is-vertical .steps-segment:not(:last-child):after {
  bottom: -0.24rem;
  left: calc(1rem - 0.2em);
  top: 1.76rem;
  width: 0.4em;
}
.steps.is-vertical .steps-content {
  margin-left: calc(1rem + 0.5em);
  margin-top: -2rem;
  padding-left: 1em;
  padding-bottom: 1em;
}
.steps.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0;
}
.steps.is-vertical.has-content-centered .steps-content {
  padding-top: calc(1rem - 0.5em);
}
.steps.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 2.3rem;
  bottom: 0.3rem;
}
@media screen and (min-width: 769px), print {
  .steps:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 0.4em;
    left: 1.76rem;
    right: -0.24rem;
    top: calc(1rem - 0.2em);
  }
  .steps:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(1rem - 0.2em);
    top: auto;
  }
  .steps:not(.is-vertical) .extra-data {
    left: calc(50% + 1.3rem);
    right: calc(-50% + 1.3rem);
    bottom: 100%;
    position: absolute;
  }
  .steps:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 1rem - 0.2em);
  }
  .steps:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1rem - 0.2em);
  }
  .steps:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1rem - 0.2em);
  }
  .steps:not(.is-vertical).has-content-above .extra-data {
    top: 100%;
    bottom: auto;
  }
  .steps:not(.is-vertical) .steps-content {
    margin-left: 1rem;
  }
  .steps:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -1rem;
  }
  .steps:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -1rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  .steps:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%;
  }
  .steps:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 1rem);
  }
  .steps:not(.is-vertical).has-content-centered .steps-content {
    margin-top: 2rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-top: 0.2em;
  }
  .steps:not(.is-vertical).has-content-above.has-content-centered .steps-content {
    margin-bottom: 2rem;
    padding-bottom: 0.2em;
  }
  .steps:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 2.3rem;
    right: 0.3rem;
  }
  .steps:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.3rem);
    right: calc(-50% + 1.3rem);
  }
}
.steps.is-horizontal .steps-segment:not(:last-child):after {
  height: 0.4em;
  left: 1.76rem;
  right: -0.24rem;
  top: calc(1rem - 0.2em);
}
.steps.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(1rem - 0.2em);
  top: auto;
}
.steps.is-horizontal .extra-data {
  left: calc(50% + 1.3rem);
  right: calc(-50% + 1.3rem);
  bottom: 100%;
  position: absolute;
}
.steps.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 1rem - 0.2em);
}
.steps.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1rem - 0.2em);
}
.steps.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1rem - 0.2em);
}
.steps.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto;
}
.steps.is-horizontal .steps-content {
  margin-left: 1rem;
}
.steps.is-horizontal .steps-content:not(:last-child) {
  margin-right: -1rem;
}
.steps.is-horizontal .steps-content.is-divider-content {
  margin-right: -1rem;
  padding-left: 2em;
  padding-right: 2em;
}
.steps.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%;
}
.steps.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 1rem);
}
.steps.is-horizontal.has-content-centered .steps-content {
  margin-top: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 2rem;
  padding-bottom: 0.2em;
}
.steps.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 2.3rem;
  right: 0.3rem;
}
.steps.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.3rem);
  right: calc(-50% + 1.3rem);
}

.steps.is-small {
  font-size: 0.75rem;
}
.steps.is-small .steps-marker {
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .steps.is-small:not(.is-horizontal) {
    display: flex;
    flex-direction: column;
  }
  .steps.is-small:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -0.24rem;
    left: calc(0.75rem - 0.2em);
    top: 1.26rem;
    width: 0.4em;
  }
  .steps.is-small:not(.is-horizontal) .steps-content {
    margin-left: calc(0.75rem + 0.5em);
    margin-top: -1.5rem;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  .steps.is-small:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0;
  }
  .steps.is-small:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: calc(0.75rem - 0.5em);
  }
  .steps.is-small:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-small:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 1.8rem;
    bottom: 0.3rem;
  }
}
.steps.is-small.is-vertical {
  display: flex;
  flex-direction: column;
}
.steps.is-small.is-vertical .steps-segment:not(:last-child):after {
  bottom: -0.24rem;
  left: calc(0.75rem - 0.2em);
  top: 1.26rem;
  width: 0.4em;
}
.steps.is-small.is-vertical .steps-content {
  margin-left: calc(0.75rem + 0.5em);
  margin-top: -1.5rem;
  padding-left: 1em;
  padding-bottom: 1em;
}
.steps.is-small.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0;
}
.steps.is-small.is-vertical.has-content-centered .steps-content {
  padding-top: calc(0.75rem - 0.5em);
}
.steps.is-small.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-small.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 1.8rem;
  bottom: 0.3rem;
}
@media screen and (min-width: 769px), print {
  .steps.is-small:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 0.4em;
    left: 1.26rem;
    right: -0.24rem;
    top: calc(0.75rem - 0.2em);
  }
  .steps.is-small:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(0.75rem - 0.2em);
    top: auto;
  }
  .steps.is-small:not(.is-vertical) .extra-data {
    left: calc(50% + 1.05rem);
    right: calc(-50% + 1.05rem);
    bottom: 100%;
    position: absolute;
  }
  .steps.is-small:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 0.75rem - 0.2em);
  }
  .steps.is-small:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 0.75rem - 0.2em);
  }
  .steps.is-small:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 0.75rem - 0.2em);
  }
  .steps.is-small:not(.is-vertical).has-content-above .extra-data {
    top: 100%;
    bottom: auto;
  }
  .steps.is-small:not(.is-vertical) .steps-content {
    margin-left: 0.75rem;
  }
  .steps.is-small:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -0.75rem;
  }
  .steps.is-small:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -0.75rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  .steps.is-small:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%;
  }
  .steps.is-small:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 0.75rem);
  }
  .steps.is-small:not(.is-vertical).has-content-centered .steps-content {
    margin-top: 1.5rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-top: 0.2em;
  }
  .steps.is-small:not(.is-vertical).has-content-above.has-content-centered .steps-content {
    margin-bottom: 1.5rem;
    padding-bottom: 0.2em;
  }
  .steps.is-small:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-small:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 1.8rem;
    right: 0.3rem;
  }
  .steps.is-small:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-small:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.05rem);
    right: calc(-50% + 1.05rem);
  }
}
.steps.is-small.is-horizontal .steps-segment:not(:last-child):after {
  height: 0.4em;
  left: 1.26rem;
  right: -0.24rem;
  top: calc(0.75rem - 0.2em);
}
.steps.is-small.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(0.75rem - 0.2em);
  top: auto;
}
.steps.is-small.is-horizontal .extra-data {
  left: calc(50% + 1.05rem);
  right: calc(-50% + 1.05rem);
  bottom: 100%;
  position: absolute;
}
.steps.is-small.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 0.75rem - 0.2em);
}
.steps.is-small.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 0.75rem - 0.2em);
}
.steps.is-small.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 0.75rem - 0.2em);
}
.steps.is-small.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto;
}
.steps.is-small.is-horizontal .steps-content {
  margin-left: 0.75rem;
}
.steps.is-small.is-horizontal .steps-content:not(:last-child) {
  margin-right: -0.75rem;
}
.steps.is-small.is-horizontal .steps-content.is-divider-content {
  margin-right: -0.75rem;
  padding-left: 2em;
  padding-right: 2em;
}
.steps.is-small.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%;
}
.steps.is-small.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 0.75rem);
}
.steps.is-small.is-horizontal.has-content-centered .steps-content {
  margin-top: 1.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-small.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 1.5rem;
  padding-bottom: 0.2em;
}
.steps.is-small.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-small.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 1.8rem;
  right: 0.3rem;
}
.steps.is-small.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-small.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.05rem);
  right: calc(-50% + 1.05rem);
}

.steps.is-medium {
  font-size: 1.25rem;
}
.steps.is-medium .steps-marker {
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .steps.is-medium:not(.is-horizontal) {
    display: flex;
    flex-direction: column;
  }
  .steps.is-medium:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -0.24rem;
    left: calc(1.25rem - 0.2em);
    top: 2.26rem;
    width: 0.4em;
  }
  .steps.is-medium:not(.is-horizontal) .steps-content {
    margin-left: calc(1.25rem + 0.5em);
    margin-top: -2.5rem;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  .steps.is-medium:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0;
  }
  .steps.is-medium:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: calc(1.25rem - 0.5em);
  }
  .steps.is-medium:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-medium:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 2.8rem;
    bottom: 0.3rem;
  }
}
.steps.is-medium.is-vertical {
  display: flex;
  flex-direction: column;
}
.steps.is-medium.is-vertical .steps-segment:not(:last-child):after {
  bottom: -0.24rem;
  left: calc(1.25rem - 0.2em);
  top: 2.26rem;
  width: 0.4em;
}
.steps.is-medium.is-vertical .steps-content {
  margin-left: calc(1.25rem + 0.5em);
  margin-top: -2.5rem;
  padding-left: 1em;
  padding-bottom: 1em;
}
.steps.is-medium.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0;
}
.steps.is-medium.is-vertical.has-content-centered .steps-content {
  padding-top: calc(1.25rem - 0.5em);
}
.steps.is-medium.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-medium.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 2.8rem;
  bottom: 0.3rem;
}
@media screen and (min-width: 769px), print {
  .steps.is-medium:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 0.4em;
    left: 2.26rem;
    right: -0.24rem;
    top: calc(1.25rem - 0.2em);
  }
  .steps.is-medium:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(1.25rem - 0.2em);
    top: auto;
  }
  .steps.is-medium:not(.is-vertical) .extra-data {
    left: calc(50% + 1.55rem);
    right: calc(-50% + 1.55rem);
    bottom: 100%;
    position: absolute;
  }
  .steps.is-medium:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.25rem - 0.2em);
  }
  .steps.is-medium:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.25rem - 0.2em);
  }
  .steps.is-medium:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.25rem - 0.2em);
  }
  .steps.is-medium:not(.is-vertical).has-content-above .extra-data {
    top: 100%;
    bottom: auto;
  }
  .steps.is-medium:not(.is-vertical) .steps-content {
    margin-left: 1.25rem;
  }
  .steps.is-medium:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -1.25rem;
  }
  .steps.is-medium:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -1.25rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  .steps.is-medium:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%;
  }
  .steps.is-medium:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 1.25rem);
  }
  .steps.is-medium:not(.is-vertical).has-content-centered .steps-content {
    margin-top: 2.5rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-top: 0.2em;
  }
  .steps.is-medium:not(.is-vertical).has-content-above.has-content-centered .steps-content {
    margin-bottom: 2.5rem;
    padding-bottom: 0.2em;
  }
  .steps.is-medium:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-medium:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 2.8rem;
    right: 0.3rem;
  }
  .steps.is-medium:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-medium:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.55rem);
    right: calc(-50% + 1.55rem);
  }
}
.steps.is-medium.is-horizontal .steps-segment:not(:last-child):after {
  height: 0.4em;
  left: 2.26rem;
  right: -0.24rem;
  top: calc(1.25rem - 0.2em);
}
.steps.is-medium.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(1.25rem - 0.2em);
  top: auto;
}
.steps.is-medium.is-horizontal .extra-data {
  left: calc(50% + 1.55rem);
  right: calc(-50% + 1.55rem);
  bottom: 100%;
  position: absolute;
}
.steps.is-medium.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.25rem - 0.2em);
}
.steps.is-medium.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.25rem - 0.2em);
}
.steps.is-medium.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.25rem - 0.2em);
}
.steps.is-medium.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto;
}
.steps.is-medium.is-horizontal .steps-content {
  margin-left: 1.25rem;
}
.steps.is-medium.is-horizontal .steps-content:not(:last-child) {
  margin-right: -1.25rem;
}
.steps.is-medium.is-horizontal .steps-content.is-divider-content {
  margin-right: -1.25rem;
  padding-left: 2em;
  padding-right: 2em;
}
.steps.is-medium.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%;
}
.steps.is-medium.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 1.25rem);
}
.steps.is-medium.is-horizontal.has-content-centered .steps-content {
  margin-top: 2.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-medium.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 2.5rem;
  padding-bottom: 0.2em;
}
.steps.is-medium.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-medium.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 2.8rem;
  right: 0.3rem;
}
.steps.is-medium.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-medium.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.55rem);
  right: calc(-50% + 1.55rem);
}

.steps.is-large {
  font-size: 1.5rem;
}
.steps.is-large .steps-marker {
  height: 3rem;
  width: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .steps.is-large:not(.is-horizontal) {
    display: flex;
    flex-direction: column;
  }
  .steps.is-large:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -0.24rem;
    left: calc(1.5rem - 0.2em);
    top: 2.76rem;
    width: 0.4em;
  }
  .steps.is-large:not(.is-horizontal) .steps-content {
    margin-left: calc(1.5rem + 0.5em);
    margin-top: -3rem;
    padding-left: 1em;
    padding-bottom: 1em;
  }
  .steps.is-large:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0;
  }
  .steps.is-large:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: calc(1.5rem - 0.5em);
  }
  .steps.is-large:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-large:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 3.3rem;
    bottom: 0.3rem;
  }
}
.steps.is-large.is-vertical {
  display: flex;
  flex-direction: column;
}
.steps.is-large.is-vertical .steps-segment:not(:last-child):after {
  bottom: -0.24rem;
  left: calc(1.5rem - 0.2em);
  top: 2.76rem;
  width: 0.4em;
}
.steps.is-large.is-vertical .steps-content {
  margin-left: calc(1.5rem + 0.5em);
  margin-top: -3rem;
  padding-left: 1em;
  padding-bottom: 1em;
}
.steps.is-large.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0;
}
.steps.is-large.is-vertical.has-content-centered .steps-content {
  padding-top: calc(1.5rem - 0.5em);
}
.steps.is-large.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-large.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 3.3rem;
  bottom: 0.3rem;
}
@media screen and (min-width: 769px), print {
  .steps.is-large:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 0.4em;
    left: 2.76rem;
    right: -0.24rem;
    top: calc(1.5rem - 0.2em);
  }
  .steps.is-large:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(1.5rem - 0.2em);
    top: auto;
  }
  .steps.is-large:not(.is-vertical) .extra-data {
    left: calc(50% + 1.8rem);
    right: calc(-50% + 1.8rem);
    bottom: 100%;
    position: absolute;
  }
  .steps.is-large:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.5rem - 0.2em);
  }
  .steps.is-large:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.5rem - 0.2em);
  }
  .steps.is-large:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.5rem - 0.2em);
  }
  .steps.is-large:not(.is-vertical).has-content-above .extra-data {
    top: 100%;
    bottom: auto;
  }
  .steps.is-large:not(.is-vertical) .steps-content {
    margin-left: 1.5rem;
  }
  .steps.is-large:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -1.5rem;
  }
  .steps.is-large:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -1.5rem;
    padding-left: 2em;
    padding-right: 2em;
  }
  .steps.is-large:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%;
  }
  .steps.is-large:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 1.5rem);
  }
  .steps.is-large:not(.is-vertical).has-content-centered .steps-content {
    margin-top: 3rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-top: 0.2em;
  }
  .steps.is-large:not(.is-vertical).has-content-above.has-content-centered .steps-content {
    margin-bottom: 3rem;
    padding-bottom: 0.2em;
  }
  .steps.is-large:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-large:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 3.3rem;
    right: 0.3rem;
  }
  .steps.is-large:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-large:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.8rem);
    right: calc(-50% + 1.8rem);
  }
}
.steps.is-large.is-horizontal .steps-segment:not(:last-child):after {
  height: 0.4em;
  left: 2.76rem;
  right: -0.24rem;
  top: calc(1.5rem - 0.2em);
}
.steps.is-large.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(1.5rem - 0.2em);
  top: auto;
}
.steps.is-large.is-horizontal .extra-data {
  left: calc(50% + 1.8rem);
  right: calc(-50% + 1.8rem);
  bottom: 100%;
  position: absolute;
}
.steps.is-large.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.5rem - 0.2em);
}
.steps.is-large.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.5rem - 0.2em);
}
.steps.is-large.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.5rem - 0.2em);
}
.steps.is-large.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto;
}
.steps.is-large.is-horizontal .steps-content {
  margin-left: 1.5rem;
}
.steps.is-large.is-horizontal .steps-content:not(:last-child) {
  margin-right: -1.5rem;
}
.steps.is-large.is-horizontal .steps-content.is-divider-content {
  margin-right: -1.5rem;
  padding-left: 2em;
  padding-right: 2em;
}
.steps.is-large.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%;
}
.steps.is-large.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 1.5rem);
}
.steps.is-large.is-horizontal.has-content-centered .steps-content {
  margin-top: 3rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.steps.is-large.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 3rem;
  padding-bottom: 0.2em;
}
.steps.is-large.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .steps.is-large.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 3.3rem;
  right: 0.3rem;
}
.steps.is-large.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-large.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.8rem);
  right: calc(-50% + 1.8rem);
}

.steps-segment:after {
  background-color: #bf0d3c;
}
.steps-segment.is-active:after {
  background-color: hsl(0, 0%, 86%);
}
.steps-segment.is-active ~ .steps-segment:after {
  background-color: hsl(0, 0%, 86%);
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow) {
  background-color: #bf0d3c;
  color: #fff;
}
.steps:not(.is-hollow) .steps-segment.is-active .steps-marker:not(.is-hollow) {
  background-color: #bf0d3c;
  color: #fff;
}
.steps:not(.is-hollow) .steps-segment.is-active ~ .steps-segment .steps-marker:not(.is-hollow) {
  background-color: hsl(0, 0%, 86%);
  color: rgba(0, 0, 0, 0.7);
}

.steps.is-hollow .steps-marker,
.steps-marker.is-hollow {
  border: 0.3em solid #bf0d3c;
}

.steps.is-hollow .is-active .steps-marker,
.steps .is-active .steps-marker.is-hollow {
  border-color: #bf0d3c;
}

.steps.is-hollow .steps-segment.is-active ~ .steps-segment .steps-marker,
.steps-segment.is-active ~ .steps-segment .steps-marker.is-hollow {
  border-color: hsl(0, 0%, 86%);
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-primary {
  background-color: #bf0d3c !important;
  color: #fff !important;
}

.steps.is-hollow .steps-marker.is-primary,
.steps .steps-marker.is-hollow.is-primary {
  border-color: #bf0d3c !important;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-success {
  background-color: hsl(75, 65%, 54%) !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.steps.is-hollow .steps-marker.is-success,
.steps .steps-marker.is-hollow.is-success {
  border-color: hsl(75, 65%, 54%) !important;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-warning {
  background-color: hsl(48, 100%, 64%) !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.steps.is-hollow .steps-marker.is-warning,
.steps .steps-marker.is-hollow.is-warning {
  border-color: hsl(48, 100%, 64%) !important;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-danger {
  background-color: hsl(0, 100%, 64%) !important;
  color: #fff !important;
}

.steps.is-hollow .steps-marker.is-danger,
.steps .steps-marker.is-hollow.is-danger {
  border-color: hsl(0, 100%, 64%) !important;
}

@media screen and (max-width: 768px) {
  .steps:not(.is-horizontal).is-dashed .steps-segment:after, .steps:not(.is-horizontal) .steps-segment.is-dashed:after {
    background: repeating-linear-gradient(0deg, #bf0d3c, #bf0d3c 5px, transparent 5px, transparent 10px);
  }
  .steps:not(.is-horizontal).is-dashed .steps-segment.is-active:after, .steps:not(.is-horizontal).is-dashed .steps-segment.is-active ~ .steps-segment:after,
  .steps:not(.is-horizontal) .steps-segment.is-active.is-dashed:after,
  .steps:not(.is-horizontal) .steps-segment.is-active ~ .steps-segment.is-dashed:after {
    background: repeating-linear-gradient(0deg, hsl(0, 0%, 86%), hsl(0, 0%, 86%) 5px, transparent 5px, transparent 10px);
  }
}
.steps.is-vertical.is-dashed .steps-segment:after, .steps.is-vertical .steps-segment.is-dashed:after {
  background: repeating-linear-gradient(0deg, #bf0d3c, #bf0d3c 5px, transparent 5px, transparent 10px);
}
.steps.is-vertical.is-dashed .steps-segment.is-active:after, .steps.is-vertical.is-dashed .steps-segment.is-active ~ .steps-segment:after,
.steps.is-vertical .steps-segment.is-active.is-dashed:after,
.steps.is-vertical .steps-segment.is-active ~ .steps-segment.is-dashed:after {
  background: repeating-linear-gradient(0deg, hsl(0, 0%, 86%), hsl(0, 0%, 86%) 5px, transparent 5px, transparent 10px);
}
@media screen and (min-width: 769px), print {
  .steps:not(.is-vertical).is-dashed .steps-segment:after,
  .steps:not(.is-vertical) .steps-segment.is-dashed:after {
    background: repeating-linear-gradient(90deg, #bf0d3c, #bf0d3c 10px, transparent 10px, transparent 20px);
  }
  .steps:not(.is-vertical).is-dashed .steps-segment.is-active:after, .steps:not(.is-vertical).is-dashed .steps-segment.is-active ~ .steps-segment:after,
  .steps:not(.is-vertical) .steps-segment.is-active.is-dashed:after,
  .steps:not(.is-vertical) .steps-segment.is-active ~ .steps-segment.is-dashed:after {
    background: repeating-linear-gradient(90deg, hsl(0, 0%, 86%), hsl(0, 0%, 86%) 10px, transparent 10px, transparent 20px);
  }
}
.steps.is-horizontal.is-dashed .steps-segment:after,
.steps.is-horizontal .steps-segment.is-dashed:after {
  background: repeating-linear-gradient(90deg, #bf0d3c, #bf0d3c 10px, transparent 10px, transparent 20px);
}
.steps.is-horizontal.is-dashed .steps-segment.is-active:after, .steps.is-horizontal.is-dashed .steps-segment.is-active ~ .steps-segment:after,
.steps.is-horizontal .steps-segment.is-active.is-dashed:after,
.steps.is-horizontal .steps-segment.is-active ~ .steps-segment.is-dashed:after {
  background: repeating-linear-gradient(90deg, hsl(0, 0%, 86%), hsl(0, 0%, 86%) 10px, transparent 10px, transparent 20px);
}

.steps.is-thin .steps-marker {
  width: 0.8em;
  height: 0.8em;
}
.steps.is-thin.is-hollow .steps-marker,
.steps.is-thin .steps-marker.is-hollow {
  border-width: 1px;
  height: calc(0.8em + 1px);
  width: calc(0.8em + 1px);
}
@media screen and (max-width: 768px) {
  .steps.is-thin:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: 0;
    left: calc(0.4em - 0.5px);
    top: 0.8em;
    width: 1px;
  }
  .steps.is-thin:not(.is-horizontal) .steps-content {
    margin-top: -1.2em;
    margin-left: 0.8em;
  }
  .steps.is-thin:not(.is-horizontal).has-gaps .steps-segment:not(:last-child):after, .steps.is-thin:not(.is-horizontal) .steps-segment.has-gaps:not(:last-child):after {
    bottom: 0.4em;
    top: 1.2em;
  }
  .steps.is-thin:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: 1.6em;
  }
}
.steps.is-thin.is-vertical .steps-segment:not(:last-child):after {
  bottom: 0;
  left: calc(0.4em - 0.5px);
  top: 0.8em;
  width: 1px;
}
.steps.is-thin.is-vertical .steps-content {
  margin-top: -1.2em;
  margin-left: 0.8em;
}
.steps.is-thin.is-vertical.has-gaps .steps-segment:not(:last-child):after, .steps.is-thin.is-vertical .steps-segment.has-gaps:not(:last-child):after {
  bottom: 0.4em;
  top: 1.2em;
}
.steps.is-thin.is-vertical.has-content-centered .steps-content {
  padding-top: 1.6em;
}
@media screen and (min-width: 769px), print {
  .steps.is-thin:not(.is-vertical) .steps-segment:not(:last-child):after {
    left: 0.8em;
    right: 0;
    top: calc(0.4em - 0.5px);
    height: 1px;
  }
  .steps.is-thin:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(0.4em - 0.5px);
    top: auto;
  }
  .steps.is-thin:not(.is-vertical) .steps-content {
    margin-top: 0.8em;
  }
  .steps.is-thin:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: calc(50% + 0.4em);
    right: calc(-50% + 0.4em);
  }
  .steps.is-thin:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 0.4em);
  }
  .steps.is-thin:not(.is-vertical).has-gaps .steps-segment:not(:last-child):after, .steps.is-thin:not(.is-vertical) .steps-segment.has-gaps:not(:last-child):after {
    left: 1.2em;
    right: 0.4em;
  }
  .steps.is-thin:not(.is-vertical).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-thin:not(.is-vertical).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 0.8em);
    right: calc(-50% + 0.8em);
  }
}
.steps.is-thin.is-horizontal .steps-segment:not(:last-child):after {
  left: 0.8em;
  right: 0;
  top: calc(0.4em - 0.5px);
  height: 1px;
}
.steps.is-thin.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(0.4em - 0.5px);
  top: auto;
}
.steps.is-thin.is-horizontal .steps-content {
  margin-top: 0.8em;
}
.steps.is-thin.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: calc(50% + 0.4em);
  right: calc(-50% + 0.4em);
}
.steps.is-thin.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 0.4em);
}
.steps.is-thin.is-horizontal.has-gaps .steps-segment:not(:last-child):after, .steps.is-thin.is-horizontal .steps-segment.has-gaps:not(:last-child):after {
  left: 1.2em;
  right: 0.4em;
}
.steps.is-thin.is-horizontal.has-content-centered.has-gaps .steps-segment:not(:last-child):after, .steps.is-thin.is-horizontal.has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 0.8em);
  right: calc(-50% + 0.8em);
}

.steps:not(.is-vertical).has-content-above .steps-segment {
  display: flex;
  flex-direction: column-reverse;
}
.steps:not(.is-vertical).has-content-above .steps-segment .steps-content {
  margin-top: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column-reverse;
}

.button.is-cylchgrawn {
  background-color: hsl(195, 44%, 21%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-cylchgrawn:hover, .button.is-cylchgrawn.is-hovered {
  background-color: hsl(195, 44%, 18.5%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-cylchgrawn:focus, .button.is-cylchgrawn.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-cylchgrawn:focus:not(:active), .button.is-cylchgrawn.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(29.988, 65.331, 77.112, 0.25);
}
.button.is-cylchgrawn:active, .button.is-cylchgrawn.is-active {
  background-color: hsl(195, 44%, 16%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-cylchgrawn[disabled], fieldset[disabled] .button.is-cylchgrawn {
  background-color: hsl(195, 44%, 21%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-cylchgrawn.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: hsl(195, 44%, 21%);
}
.button.is-cylchgrawn.is-inverted:hover, .button.is-cylchgrawn.is-inverted.is-hovered {
  background-color: hsl(0, 0%, 95%);
}
.button.is-cylchgrawn.is-inverted[disabled], fieldset[disabled] .button.is-cylchgrawn.is-inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(195, 44%, 21%);
}
.button.is-cylchgrawn.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-cylchgrawn.is-outlined {
  background-color: transparent;
  border-color: hsl(195, 44%, 21%);
  color: hsl(195, 44%, 21%);
}
.button.is-cylchgrawn.is-outlined:hover, .button.is-cylchgrawn.is-outlined.is-hovered, .button.is-cylchgrawn.is-outlined:focus, .button.is-cylchgrawn.is-outlined.is-focused {
  background-color: hsl(195, 44%, 21%);
  border-color: hsl(195, 44%, 21%);
  color: hsl(0, 0%, 100%);
}
.button.is-cylchgrawn.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(195, 44%, 21%) hsl(195, 44%, 21%) !important;
}
.button.is-cylchgrawn.is-outlined.is-loading:hover::after, .button.is-cylchgrawn.is-outlined.is-loading.is-hovered::after, .button.is-cylchgrawn.is-outlined.is-loading:focus::after, .button.is-cylchgrawn.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-cylchgrawn.is-outlined[disabled], fieldset[disabled] .button.is-cylchgrawn.is-outlined {
  background-color: transparent;
  border-color: hsl(195, 44%, 21%);
  box-shadow: none;
  color: hsl(195, 44%, 21%);
}
.button.is-cylchgrawn.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-cylchgrawn.is-inverted.is-outlined:hover, .button.is-cylchgrawn.is-inverted.is-outlined.is-hovered, .button.is-cylchgrawn.is-inverted.is-outlined:focus, .button.is-cylchgrawn.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  color: hsl(195, 44%, 21%);
}
.button.is-cylchgrawn.is-inverted.is-outlined.is-loading:hover::after, .button.is-cylchgrawn.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-cylchgrawn.is-inverted.is-outlined.is-loading:focus::after, .button.is-cylchgrawn.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(195, 44%, 21%) hsl(195, 44%, 21%) !important;
}
.button.is-cylchgrawn.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-cylchgrawn.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: hsl(0, 0%, 93.5%);
  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(244.8, 244.8, 244.8, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: hsl(0, 0%, 91%);
  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: transparent;
  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-apple {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-apple:hover, .button.is-apple.is-hovered {
  background-color: hsl(0, 0%, 1.5%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-apple:focus, .button.is-apple.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-apple:focus:not(:active), .button.is-apple.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}
.button.is-apple:active, .button.is-apple.is-active {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-apple[disabled], fieldset[disabled] .button.is-apple {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
}
.button.is-apple.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-apple.is-inverted:hover, .button.is-apple.is-inverted.is-hovered {
  background-color: hsl(0, 0%, 95%);
}
.button.is-apple.is-inverted[disabled], fieldset[disabled] .button.is-apple.is-inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-apple.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-apple.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}
.button.is-apple.is-outlined:hover, .button.is-apple.is-outlined.is-hovered, .button.is-apple.is-outlined:focus, .button.is-apple.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.button.is-apple.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-apple.is-outlined.is-loading:hover::after, .button.is-apple.is-outlined.is-loading.is-hovered::after, .button.is-apple.is-outlined.is-loading:focus::after, .button.is-apple.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-apple.is-outlined[disabled], fieldset[disabled] .button.is-apple.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}
.button.is-apple.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-apple.is-inverted.is-outlined:hover, .button.is-apple.is-inverted.is-outlined.is-hovered, .button.is-apple.is-inverted.is-outlined:focus, .button.is-apple.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.button.is-apple.is-inverted.is-outlined.is-loading:hover::after, .button.is-apple.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-apple.is-inverted.is-outlined.is-loading:focus::after, .button.is-apple.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}
.button.is-apple.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-apple.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-facebook {
  background-color: rgb(59, 89, 152);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-facebook:hover, .button.is-facebook.is-hovered {
  background-color: rgb(55.4348341232, 83.6220379147, 142.8151658768);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-facebook:focus, .button.is-facebook.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-facebook:focus:not(:active), .button.is-facebook.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(59, 89, 152, 0.25);
}
.button.is-facebook:active, .button.is-facebook.is-active {
  background-color: rgb(51.8696682464, 78.2440758294, 133.6303317536);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-facebook[disabled], fieldset[disabled] .button.is-facebook {
  background-color: rgb(59, 89, 152);
  border-color: transparent;
  box-shadow: none;
}
.button.is-facebook.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: rgb(59, 89, 152);
}
.button.is-facebook.is-inverted:hover, .button.is-facebook.is-inverted.is-hovered {
  background-color: hsl(0, 0%, 95%);
}
.button.is-facebook.is-inverted[disabled], fieldset[disabled] .button.is-facebook.is-inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: rgb(59, 89, 152);
}
.button.is-facebook.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-facebook.is-outlined {
  background-color: transparent;
  border-color: rgb(59, 89, 152);
  color: rgb(59, 89, 152);
}
.button.is-facebook.is-outlined:hover, .button.is-facebook.is-outlined.is-hovered, .button.is-facebook.is-outlined:focus, .button.is-facebook.is-outlined.is-focused {
  background-color: rgb(59, 89, 152);
  border-color: rgb(59, 89, 152);
  color: hsl(0, 0%, 100%);
}
.button.is-facebook.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(59, 89, 152) rgb(59, 89, 152) !important;
}
.button.is-facebook.is-outlined.is-loading:hover::after, .button.is-facebook.is-outlined.is-loading.is-hovered::after, .button.is-facebook.is-outlined.is-loading:focus::after, .button.is-facebook.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-facebook.is-outlined[disabled], fieldset[disabled] .button.is-facebook.is-outlined {
  background-color: transparent;
  border-color: rgb(59, 89, 152);
  box-shadow: none;
  color: rgb(59, 89, 152);
}
.button.is-facebook.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-facebook.is-inverted.is-outlined:hover, .button.is-facebook.is-inverted.is-outlined.is-hovered, .button.is-facebook.is-inverted.is-outlined:focus, .button.is-facebook.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  color: rgb(59, 89, 152);
}
.button.is-facebook.is-inverted.is-outlined.is-loading:hover::after, .button.is-facebook.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-facebook.is-inverted.is-outlined.is-loading:focus::after, .button.is-facebook.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgb(59, 89, 152) rgb(59, 89, 152) !important;
}
.button.is-facebook.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-facebook.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-twitter {
  background-color: rgb(29, 161, 242);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-twitter:hover, .button.is-twitter.is-hovered {
  background-color: rgb(16.9435146444, 155.9853556485, 241.3064853556);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-twitter:focus, .button.is-twitter.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-twitter:focus:not(:active), .button.is-twitter.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(29, 161, 242, 0.25);
}
.button.is-twitter:active, .button.is-twitter.is-active {
  background-color: rgb(13.3535564854, 148.9435146444, 232.1464435146);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-twitter[disabled], fieldset[disabled] .button.is-twitter {
  background-color: rgb(29, 161, 242);
  border-color: transparent;
  box-shadow: none;
}
.button.is-twitter.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: rgb(29, 161, 242);
}
.button.is-twitter.is-inverted:hover, .button.is-twitter.is-inverted.is-hovered {
  background-color: hsl(0, 0%, 95%);
}
.button.is-twitter.is-inverted[disabled], fieldset[disabled] .button.is-twitter.is-inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: rgb(29, 161, 242);
}
.button.is-twitter.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-twitter.is-outlined {
  background-color: transparent;
  border-color: rgb(29, 161, 242);
  color: rgb(29, 161, 242);
}
.button.is-twitter.is-outlined:hover, .button.is-twitter.is-outlined.is-hovered, .button.is-twitter.is-outlined:focus, .button.is-twitter.is-outlined.is-focused {
  background-color: rgb(29, 161, 242);
  border-color: rgb(29, 161, 242);
  color: hsl(0, 0%, 100%);
}
.button.is-twitter.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(29, 161, 242) rgb(29, 161, 242) !important;
}
.button.is-twitter.is-outlined.is-loading:hover::after, .button.is-twitter.is-outlined.is-loading.is-hovered::after, .button.is-twitter.is-outlined.is-loading:focus::after, .button.is-twitter.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-twitter.is-outlined[disabled], fieldset[disabled] .button.is-twitter.is-outlined {
  background-color: transparent;
  border-color: rgb(29, 161, 242);
  box-shadow: none;
  color: rgb(29, 161, 242);
}
.button.is-twitter.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-twitter.is-inverted.is-outlined:hover, .button.is-twitter.is-inverted.is-outlined.is-hovered, .button.is-twitter.is-inverted.is-outlined:focus, .button.is-twitter.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  color: rgb(29, 161, 242);
}
.button.is-twitter.is-inverted.is-outlined.is-loading:hover::after, .button.is-twitter.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-twitter.is-inverted.is-outlined.is-loading:focus::after, .button.is-twitter.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgb(29, 161, 242) rgb(29, 161, 242) !important;
}
.button.is-twitter.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-twitter.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-whatsapp {
  background-color: rgb(37, 211, 102);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-whatsapp:hover, .button.is-whatsapp.is-hovered {
  background-color: rgb(35.0977822581, 200.1522177419, 96.7560483871);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-whatsapp:focus, .button.is-whatsapp.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-whatsapp:focus:not(:active), .button.is-whatsapp.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(37, 211, 102, 0.25);
}
.button.is-whatsapp:active, .button.is-whatsapp.is-active {
  background-color: rgb(33.1955645161, 189.3044354839, 91.5120967742);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-whatsapp[disabled], fieldset[disabled] .button.is-whatsapp {
  background-color: rgb(37, 211, 102);
  border-color: transparent;
  box-shadow: none;
}
.button.is-whatsapp.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: rgb(37, 211, 102);
}
.button.is-whatsapp.is-inverted:hover, .button.is-whatsapp.is-inverted.is-hovered {
  background-color: hsl(0, 0%, 95%);
}
.button.is-whatsapp.is-inverted[disabled], fieldset[disabled] .button.is-whatsapp.is-inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: rgb(37, 211, 102);
}
.button.is-whatsapp.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-whatsapp.is-outlined {
  background-color: transparent;
  border-color: rgb(37, 211, 102);
  color: rgb(37, 211, 102);
}
.button.is-whatsapp.is-outlined:hover, .button.is-whatsapp.is-outlined.is-hovered, .button.is-whatsapp.is-outlined:focus, .button.is-whatsapp.is-outlined.is-focused {
  background-color: rgb(37, 211, 102);
  border-color: rgb(37, 211, 102);
  color: hsl(0, 0%, 100%);
}
.button.is-whatsapp.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(37, 211, 102) rgb(37, 211, 102) !important;
}
.button.is-whatsapp.is-outlined.is-loading:hover::after, .button.is-whatsapp.is-outlined.is-loading.is-hovered::after, .button.is-whatsapp.is-outlined.is-loading:focus::after, .button.is-whatsapp.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-whatsapp.is-outlined[disabled], fieldset[disabled] .button.is-whatsapp.is-outlined {
  background-color: transparent;
  border-color: rgb(37, 211, 102);
  box-shadow: none;
  color: rgb(37, 211, 102);
}
.button.is-whatsapp.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-whatsapp.is-inverted.is-outlined:hover, .button.is-whatsapp.is-inverted.is-outlined.is-hovered, .button.is-whatsapp.is-inverted.is-outlined:focus, .button.is-whatsapp.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  color: rgb(37, 211, 102);
}
.button.is-whatsapp.is-inverted.is-outlined.is-loading:hover::after, .button.is-whatsapp.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-whatsapp.is-inverted.is-outlined.is-loading:focus::after, .button.is-whatsapp.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgb(37, 211, 102) rgb(37, 211, 102) !important;
}
.button.is-whatsapp.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-whatsapp.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}

.switch[type=checkbox] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}
.switch[type=checkbox]:focus + label::before, .switch[type=checkbox]:focus + label:before, .switch[type=checkbox]:focus + label::after, .switch[type=checkbox]:focus + label:after {
  outline: 1px dotted hsl(0, 0%, 71%);
}
.switch[type=checkbox][disabled] {
  cursor: not-allowed;
}
.switch[type=checkbox][disabled] + label {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label::before, .switch[type=checkbox][disabled] + label:before {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label::after, .switch[type=checkbox][disabled] + label:after {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label:hover {
  cursor: not-allowed;
}
.switch[type=checkbox] + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 3.5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox] + label::before, .switch[type=checkbox] + label:before {
  position: absolute;
  display: block;
  top: calc(50% - 1.5rem * 0.5);
  left: 0;
  width: 3rem;
  height: 1.5rem;
  border: 0.1rem solid transparent;
  border-radius: 6px;
  background: hsl(0, 0%, 71%);
  content: "";
}
.switch[type=checkbox] + label::after, .switch[type=checkbox] + label:after {
  display: block;
  position: absolute;
  top: calc(50% - 1rem * 0.5);
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  transform: translate3d(0, 0, 0);
  border-radius: 6px;
  background: hsl(0, 0%, 100%);
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox] + label .switch-active, .switch[type=checkbox] + label .switch-inactive {
  font-size: 0.9rem;
  z-index: 1;
  margin-top: -4px;
}
.switch[type=checkbox] + label.has-text-inside .switch-inactive {
  margin-left: -1.925rem;
}
.switch[type=checkbox] + label.has-text-inside .switch-active {
  margin-left: -3.25rem;
}
.switch[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 3.5rem;
}
.switch[type=checkbox].is-rtl + label::before, .switch[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-rtl + label::after, .switch[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 1.625rem;
}
.switch[type=checkbox]:checked + label::before, .switch[type=checkbox]:checked + label:before {
  background: #bf0d3c;
}
.switch[type=checkbox]:checked + label::after {
  left: 1.625rem;
}
.switch[type=checkbox]:checked.is-rtl + label::after, .switch[type=checkbox]:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-outlined + label::before, .switch[type=checkbox].is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-outlined + label::after, .switch[type=checkbox].is-outlined + label:after {
  background: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-outlined:checked + label::before, .switch[type=checkbox].is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #bf0d3c;
}
.switch[type=checkbox].is-outlined:checked + label::after, .switch[type=checkbox].is-outlined:checked + label:after {
  background: #bf0d3c;
}
.switch[type=checkbox].is-thin + label::before, .switch[type=checkbox].is-thin + label:before {
  top: 0.5454545456rem;
  height: 0.375rem;
}
.switch[type=checkbox].is-thin + label::after, .switch[type=checkbox].is-thin + label:after {
  box-shadow: 0px 0px 3px hsl(0, 0%, 48%);
}
.switch[type=checkbox].is-rounded + label::before, .switch[type=checkbox].is-rounded + label:before {
  border-radius: 48px;
}
.switch[type=checkbox].is-rounded + label::after, .switch[type=checkbox].is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-small + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.75rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 2.75rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-small + label::before, .switch[type=checkbox].is-small + label:before {
  position: absolute;
  display: block;
  top: calc(50% - 1.125rem * 0.5);
  left: 0;
  width: 2.25rem;
  height: 1.125rem;
  border: 0.1rem solid transparent;
  border-radius: 6px;
  background: hsl(0, 0%, 71%);
  content: "";
}
.switch[type=checkbox].is-small + label::after, .switch[type=checkbox].is-small + label:after {
  display: block;
  position: absolute;
  top: calc(50% - 0.625rem * 0.5);
  left: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  transform: translate3d(0, 0, 0);
  border-radius: 6px;
  background: hsl(0, 0%, 100%);
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-small + label .switch-active, .switch[type=checkbox].is-small + label .switch-inactive {
  font-size: 0.65rem;
  z-index: 1;
  margin-top: -4px;
}
.switch[type=checkbox].is-small + label.has-text-inside .switch-inactive {
  margin-left: -1.55rem;
}
.switch[type=checkbox].is-small + label.has-text-inside .switch-active {
  margin-left: -2.5rem;
}
.switch[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 2.75rem;
}
.switch[type=checkbox].is-small.is-rtl + label::before, .switch[type=checkbox].is-small.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-small.is-rtl + label::after, .switch[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 1.25rem;
}
.switch[type=checkbox].is-small:checked + label::before, .switch[type=checkbox].is-small:checked + label:before {
  background: #bf0d3c;
}
.switch[type=checkbox].is-small:checked + label::after {
  left: 1.25rem;
}
.switch[type=checkbox].is-small:checked.is-rtl + label::after, .switch[type=checkbox].is-small:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-small.is-outlined + label::before, .switch[type=checkbox].is-small.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-small.is-outlined + label::after, .switch[type=checkbox].is-small.is-outlined + label:after {
  background: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-small.is-outlined:checked + label::before, .switch[type=checkbox].is-small.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #bf0d3c;
}
.switch[type=checkbox].is-small.is-outlined:checked + label::after, .switch[type=checkbox].is-small.is-outlined:checked + label:after {
  background: #bf0d3c;
}
.switch[type=checkbox].is-small.is-thin + label::before, .switch[type=checkbox].is-small.is-thin + label:before {
  top: 0.4090909093rem;
  height: 0.28125rem;
}
.switch[type=checkbox].is-small.is-thin + label::after, .switch[type=checkbox].is-small.is-thin + label:after {
  box-shadow: 0px 0px 3px hsl(0, 0%, 48%);
}
.switch[type=checkbox].is-small.is-rounded + label::before, .switch[type=checkbox].is-small.is-rounded + label:before {
  border-radius: 48px;
}
.switch[type=checkbox].is-small.is-rounded + label::after, .switch[type=checkbox].is-small.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-medium + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 4.25rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-medium + label::before, .switch[type=checkbox].is-medium + label:before {
  position: absolute;
  display: block;
  top: calc(50% - 1.875rem * 0.5);
  left: 0;
  width: 3.75rem;
  height: 1.875rem;
  border: 0.1rem solid transparent;
  border-radius: 6px;
  background: hsl(0, 0%, 71%);
  content: "";
}
.switch[type=checkbox].is-medium + label::after, .switch[type=checkbox].is-medium + label:after {
  display: block;
  position: absolute;
  top: calc(50% - 1.375rem * 0.5);
  left: 0.25rem;
  width: 1.375rem;
  height: 1.375rem;
  transform: translate3d(0, 0, 0);
  border-radius: 6px;
  background: hsl(0, 0%, 100%);
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-medium + label .switch-active, .switch[type=checkbox].is-medium + label .switch-inactive {
  font-size: 1.15rem;
  z-index: 1;
  margin-top: -4px;
}
.switch[type=checkbox].is-medium + label.has-text-inside .switch-inactive {
  margin-left: -2.3rem;
}
.switch[type=checkbox].is-medium + label.has-text-inside .switch-active {
  margin-left: -4rem;
}
.switch[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 4.25rem;
}
.switch[type=checkbox].is-medium.is-rtl + label::before, .switch[type=checkbox].is-medium.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-medium.is-rtl + label::after, .switch[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 2rem;
}
.switch[type=checkbox].is-medium:checked + label::before, .switch[type=checkbox].is-medium:checked + label:before {
  background: #bf0d3c;
}
.switch[type=checkbox].is-medium:checked + label::after {
  left: 2rem;
}
.switch[type=checkbox].is-medium:checked.is-rtl + label::after, .switch[type=checkbox].is-medium:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-medium.is-outlined + label::before, .switch[type=checkbox].is-medium.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-medium.is-outlined + label::after, .switch[type=checkbox].is-medium.is-outlined + label:after {
  background: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-medium.is-outlined:checked + label::before, .switch[type=checkbox].is-medium.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #bf0d3c;
}
.switch[type=checkbox].is-medium.is-outlined:checked + label::after, .switch[type=checkbox].is-medium.is-outlined:checked + label:after {
  background: #bf0d3c;
}
.switch[type=checkbox].is-medium.is-thin + label::before, .switch[type=checkbox].is-medium.is-thin + label:before {
  top: 0.6818181819rem;
  height: 0.46875rem;
}
.switch[type=checkbox].is-medium.is-thin + label::after, .switch[type=checkbox].is-medium.is-thin + label:after {
  box-shadow: 0px 0px 3px hsl(0, 0%, 48%);
}
.switch[type=checkbox].is-medium.is-rounded + label::before, .switch[type=checkbox].is-medium.is-rounded + label:before {
  border-radius: 48px;
}
.switch[type=checkbox].is-medium.is-rounded + label::after, .switch[type=checkbox].is-medium.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-large + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-large + label::before, .switch[type=checkbox].is-large + label:before {
  position: absolute;
  display: block;
  top: calc(50% - 2.25rem * 0.5);
  left: 0;
  width: 4.5rem;
  height: 2.25rem;
  border: 0.1rem solid transparent;
  border-radius: 6px;
  background: hsl(0, 0%, 71%);
  content: "";
}
.switch[type=checkbox].is-large + label::after, .switch[type=checkbox].is-large + label:after {
  display: block;
  position: absolute;
  top: calc(50% - 1.75rem * 0.5);
  left: 0.25rem;
  width: 1.75rem;
  height: 1.75rem;
  transform: translate3d(0, 0, 0);
  border-radius: 6px;
  background: hsl(0, 0%, 100%);
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-large + label .switch-active, .switch[type=checkbox].is-large + label .switch-inactive {
  font-size: 1.4rem;
  z-index: 1;
  margin-top: -4px;
}
.switch[type=checkbox].is-large + label.has-text-inside .switch-inactive {
  margin-left: -2.675rem;
}
.switch[type=checkbox].is-large + label.has-text-inside .switch-active {
  margin-left: -4.75rem;
}
.switch[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 5rem;
}
.switch[type=checkbox].is-large.is-rtl + label::before, .switch[type=checkbox].is-large.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-large.is-rtl + label::after, .switch[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 2.375rem;
}
.switch[type=checkbox].is-large:checked + label::before, .switch[type=checkbox].is-large:checked + label:before {
  background: #bf0d3c;
}
.switch[type=checkbox].is-large:checked + label::after {
  left: 2.375rem;
}
.switch[type=checkbox].is-large:checked.is-rtl + label::after, .switch[type=checkbox].is-large:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-large.is-outlined + label::before, .switch[type=checkbox].is-large.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-large.is-outlined + label::after, .switch[type=checkbox].is-large.is-outlined + label:after {
  background: hsl(0, 0%, 71%);
}
.switch[type=checkbox].is-large.is-outlined:checked + label::before, .switch[type=checkbox].is-large.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #bf0d3c;
}
.switch[type=checkbox].is-large.is-outlined:checked + label::after, .switch[type=checkbox].is-large.is-outlined:checked + label:after {
  background: #bf0d3c;
}
.switch[type=checkbox].is-large.is-thin + label::before, .switch[type=checkbox].is-large.is-thin + label:before {
  top: 0.8181818183rem;
  height: 0.5625rem;
}
.switch[type=checkbox].is-large.is-thin + label::after, .switch[type=checkbox].is-large.is-thin + label:after {
  box-shadow: 0px 0px 3px hsl(0, 0%, 48%);
}
.switch[type=checkbox].is-large.is-rounded + label::before, .switch[type=checkbox].is-large.is-rounded + label:before {
  border-radius: 48px;
}
.switch[type=checkbox].is-large.is-rounded + label::after, .switch[type=checkbox].is-large.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-primary + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-primary + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-primary:checked + label::before, .switch[type=checkbox].is-primary:checked + label:before {
  background: #bf0d3c;
}
.switch[type=checkbox].is-primary:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-primary:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-primary.is-outlined:checked + label::before, .switch[type=checkbox].is-primary.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #bf0d3c !important;
}
.switch[type=checkbox].is-primary.is-outlined:checked + label::after, .switch[type=checkbox].is-primary.is-outlined:checked + label:after {
  background: #bf0d3c;
}
.switch[type=checkbox].is-primary.is-thin.is-outlined + label::after, .switch[type=checkbox].is-primary.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-primary + label::before, .switch[type=checkbox].is-unchecked-primary + label:before {
  background: #bf0d3c;
}
.switch[type=checkbox].is-unchecked-primary.is-outlined + label::before, .switch[type=checkbox].is-unchecked-primary.is-outlined + label:before {
  background-color: transparent;
  border-color: #bf0d3c !important;
}
.switch[type=checkbox].is-unchecked-primary.is-outlined + label::after, .switch[type=checkbox].is-unchecked-primary.is-outlined + label:after {
  background: #bf0d3c;
}
.switch[type=checkbox].is-success + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-success + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-success:checked + label::before, .switch[type=checkbox].is-success:checked + label:before {
  background: hsl(75, 65%, 54%);
}
.switch[type=checkbox].is-success:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-success:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-success.is-outlined:checked + label::before, .switch[type=checkbox].is-success.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(75, 65%, 54%) !important;
}
.switch[type=checkbox].is-success.is-outlined:checked + label::after, .switch[type=checkbox].is-success.is-outlined:checked + label:after {
  background: hsl(75, 65%, 54%);
}
.switch[type=checkbox].is-success.is-thin.is-outlined + label::after, .switch[type=checkbox].is-success.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-success + label::before, .switch[type=checkbox].is-unchecked-success + label:before {
  background: hsl(75, 65%, 54%);
}
.switch[type=checkbox].is-unchecked-success.is-outlined + label::before, .switch[type=checkbox].is-unchecked-success.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(75, 65%, 54%) !important;
}
.switch[type=checkbox].is-unchecked-success.is-outlined + label::after, .switch[type=checkbox].is-unchecked-success.is-outlined + label:after {
  background: hsl(75, 65%, 54%);
}
.switch[type=checkbox].is-warning + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-warning + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-warning:checked + label::before, .switch[type=checkbox].is-warning:checked + label:before {
  background: hsl(48, 100%, 64%);
}
.switch[type=checkbox].is-warning:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-warning:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-warning.is-outlined:checked + label::before, .switch[type=checkbox].is-warning.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(48, 100%, 64%) !important;
}
.switch[type=checkbox].is-warning.is-outlined:checked + label::after, .switch[type=checkbox].is-warning.is-outlined:checked + label:after {
  background: hsl(48, 100%, 64%);
}
.switch[type=checkbox].is-warning.is-thin.is-outlined + label::after, .switch[type=checkbox].is-warning.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-warning + label::before, .switch[type=checkbox].is-unchecked-warning + label:before {
  background: hsl(48, 100%, 64%);
}
.switch[type=checkbox].is-unchecked-warning.is-outlined + label::before, .switch[type=checkbox].is-unchecked-warning.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(48, 100%, 64%) !important;
}
.switch[type=checkbox].is-unchecked-warning.is-outlined + label::after, .switch[type=checkbox].is-unchecked-warning.is-outlined + label:after {
  background: hsl(48, 100%, 64%);
}
.switch[type=checkbox].is-danger + label .switch-active {
  display: none;
}
.switch[type=checkbox].is-danger + label .switch-inactive {
  display: inline-block;
}
.switch[type=checkbox].is-danger:checked + label::before, .switch[type=checkbox].is-danger:checked + label:before {
  background: hsl(0, 100%, 64%);
}
.switch[type=checkbox].is-danger:checked + label .switch-active {
  display: inline-block;
}
.switch[type=checkbox].is-danger:checked + label .switch-inactive {
  display: none;
}
.switch[type=checkbox].is-danger.is-outlined:checked + label::before, .switch[type=checkbox].is-danger.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: hsl(0, 100%, 64%) !important;
}
.switch[type=checkbox].is-danger.is-outlined:checked + label::after, .switch[type=checkbox].is-danger.is-outlined:checked + label:after {
  background: hsl(0, 100%, 64%);
}
.switch[type=checkbox].is-danger.is-thin.is-outlined + label::after, .switch[type=checkbox].is-danger.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-danger + label::before, .switch[type=checkbox].is-unchecked-danger + label:before {
  background: hsl(0, 100%, 64%);
}
.switch[type=checkbox].is-unchecked-danger.is-outlined + label::before, .switch[type=checkbox].is-unchecked-danger.is-outlined + label:before {
  background-color: transparent;
  border-color: hsl(0, 100%, 64%) !important;
}
.switch[type=checkbox].is-unchecked-danger.is-outlined + label::after, .switch[type=checkbox].is-unchecked-danger.is-outlined + label:after {
  background: hsl(0, 100%, 64%);
}

.field-body .switch[type=checkbox] + label {
  margin-top: 0.375em;
}

.safle-bro .tywyll {
  color: hsl(0, 0%, 96%);
  background-color: hsl(212, 45%, 31%);
}

.safle-bro .tywyll .is-faded {
  color: rgba(255, 255, 255, 0.5);
}

.safle-bro .tywyll a {
  color: rgba(255, 255, 255, 0.6);
}
.safle-bro .tywyll a:visited {
  color: rgb(159.29238, 182.46882, 181.4703734733);
}
.safle-bro .tywyll a:hover, .safle-bro .tywyll a:focus, .safle-bro .tywyll a:active {
  color: rgb(74.9496, 165.86832, 161.95152);
}

.safle-bro .tywyll .stori:hover a.stori-dolen {
  color: rgb(74.9496, 165.86832, 161.95152);
}

.safle-bro .tywyll .slider-navigation-previous,
.safle-bro .tywyll .slider-navigation-next {
  color: hsl(212, 45%, 31%);
}

/* cywiro bulma */
.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.w-auto {
  width: auto !important;
}

.content .is-size-0 {
  font-size: 4rem;
}

.is-tight {
  letter-spacing: -0.05em;
}

.is-vcentered {
  align-items: center;
}

.is-valign-top {
  vertical-align: top;
}

.is-nowrap {
  white-space: nowrap;
}

.field.is-spaced {
  justify-content: space-between;
}

.field.is-spaced .buttons {
  margin-bottom: 0;
}

.buttons.is-right {
  justify-content: flex-end;
  margin-left: auto;
}

.button {
  max-width: 100%;
}

.button .button-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

fieldset:not(:last-child) {
  margin-bottom: 1.5rem;
}

.button.is-rounded .icon:first-child:last-child {
  margin-left: calc(-0.75em - 1px);
  margin-right: calc(-0.75em - 1px);
}

.button.is-round {
  border-radius: 100% !important;
}

.button.is-primary[disabled] {
  border-color: rgba(0, 0, 0, 0.01) !important;
}

@media screen and (max-width: 768px) {
  .button.is-icon-mobile {
    padding-left: 1em;
    padding-right: 1em;
  }
  .button.is-icon-mobile .icon {
    margin-left: calc(-0.5em - 1px) !important;
    margin-right: calc(-0.5em - 1px) !important;
  }
  .button.is-icon-mobile span:not(.icon) {
    display: none;
  }
  .button.is-normal-mobile {
    font-size: 1em;
  }
  .is-full-mobile {
    flex: none;
    width: 100%;
    flex-basis: initial !important;
    margin-right: 0 !important;
  }
  .is-justify-content-center-mobile {
    justify-content: center !important;
  }
}
@media screen and (max-width: 600px) {
  .column.is-half-small, .control.is-half-small {
    flex: none;
    width: 50%;
  }
  .column.is-full-small, .control.is-full-small {
    flex: none;
    width: 100%;
    flex-basis: initial !important;
    margin-right: 0 !important;
  }
}
.hero.is-primary a:not(.button):not(.dropdown-item) {
  color: rgb(235.8, 182.4, 196.5);
}

.hero p a {
  border-bottom: 1px solid;
}

.hero-body.is-small {
  padding: 1.5rem 1.5rem;
}

.hero-body.is-tiny {
  padding: 0.5rem 0.75rem;
}

.hero-cymdeithasol {
  margin-bottom: -1rem;
}

.hero-cymdeithasol a {
  color: inherit;
}

#negesCaniatad .navbar-item {
  color: rgba(0, 0, 0, 0.7);
}

#negesCaniatad .is-outlined {
  border-color: hsla(195, 44%, 21%, 0.2);
}

#negesCaniatad .button {
  display: flex;
}

#negesArolwg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

body:not(.js) .if-js,
body.js .hide-if-js,
body:not(.yn-aelod) .os-aelod,
body:not(.dim-aelod) .heb-aelod,
body:not(.yn-symudol) .os-symudol,
body:not(.dim-symudol) .heb-symudol,
body:not(.yn-rhannu) .os-rhannu,
body:not(.yn-danysgrifiwr) .os-tanysgrifiad,
body:not(.dim-tanysgrifiwr) .heb-danysgrifiad,
body:not(.yn-cyffwrdd) .os-cyffwrdd,
body:not(.dim-cyffwrdd) .heb-gyffwrdd,
body:not(.yn-diolch) .os-diolch,
body.yn-diolch .heb-diolch,
body:not(.dim-cylchlythyr):not(.dim-aelod) .heb-gylchlythyr,
body:not(.dim-tanysgrifiwr):not(.dim-aelod) .heb-aelod-tanysgrifiad {
  display: none !important;
}

:root:not(.is-nomodule) .if-nomodule {
  display: none !important;
}

.is-active.hide-if-active {
  display: none;
}

img, embed, iframe, object, video {
  max-width: 100%;
}

.column .box {
  height: 100%;
}

.js [data-botwm=dolen] {
  cursor: pointer;
}

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

/* arlliwiau */
.shade-1, .button.shade1 {
  background-color: rgb(191, 13, 74.8333333333);
}

.shade-2, .button.shade2 {
  background-color: #bf0d3c;
}

.shade-3, .button.shade3 {
  background-color: rgb(191, 13, 45.1666666667);
}

.glas-tywyll {
  background-color: hsl(212, 45%, 31%);
}

.is-faded {
  color: rgba(88, 75, 79, 0.5);
}

.is-muted {
  opacity: 0.67;
}

/* footer i’r gwaelod */
@supports (display: grid) {
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
}
.section.fideos {
  overflow-x: hidden;
}

body > section:last-of-type {
  flex: 1;
}

.footer {
  padding-bottom: 5rem;
}

.footer .column {
  margin-top: auto;
}

.footer .coloffon {
  text-align: right;
  text-wrap: balance;
}

.footer #hawlfraint {
  margin-bottom: -5rem;
}

.coloffon img {
  vertical-align: middle;
  display: inline-block;
  width: auto;
}

#logo-llc, #logo-cll {
  max-height: 8vw;
}

.modal-card {
  max-height: 100vh;
  overflow-y: auto;
}

.modal-card-body .tabs.is-medium {
  margin-top: -10px;
}

.modal-card-body:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.modal-card-body:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.modal-card-foot {
  flex-direction: column;
}

.modal-card-foot .button.is-fullwidth:not(:last-child) {
  margin-right: 0;
  margin-bottom: 0.75rem;
}

.image.is-inline {
  vertical-align: middle;
  display: inline-block !important;
}

.icon.is-inline {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  display: inline-block !important;
  margin-top: -0.1em;
  margin-right: 0.2em;
}

.is-inline ion-icon {
  font-size: inherit;
  display: block;
}

.is-medium ion-icon {
  font-size: 24px;
}

.is-large ion-icon {
  font-size: 32px;
}

.is-huge ion-icon {
  font-size: 64px;
}

.icon.is-huge {
  width: 4rem;
  height: 4rem;
}

.icon.is-block {
  margin: 0 !important;
}

.button .is-medium ion-icon {
  font-size: 20px;
}

.links li span {
  vertical-align: middle;
}

.input-dropdown {
  display: block;
}

.dropdown-trigger .button:not(.is-arrowless) {
  padding-right: 2.5em;
}
.dropdown-trigger .button:not(.is-arrowless)::after {
  border-color: #8f0a2d;
  margin-top: -0.375em;
  right: 1.125em;
}

/* PWNC */
.llinell-pwnc {
  display: inline-flex;
  margin-bottom: 1rem;
}

.cell .llinell-pwnc {
  margin-bottom: 0.5rem;
}

.pwnc {
  font-weight: bold;
  padding: 0.125em 0.5em;
  display: inline-block;
  margin-right: auto;
  color: hsl(0, 0%, 98%) !important;
  background: #bf0d3c;
  position: relative;
}

.bwlch-pwnc {
  margin: 0 0.5rem;
  opacity: 0.2;
}

.cell .pwnc {
  font-size: 0.875em;
  padding: 0.0625em 0.5em;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.adran-aelod .subtitle {
  margin: 0;
}

.adran-aelod .eiconau {
  margin-top: 1rem;
}

.adran-aelod .cyswllt {
  margin-top: 0.5rem;
}

.gwobr {
  text-transform: uppercase;
  font-variant: all-small-caps;
  line-height: 1;
}

.gwobr-rhif {
  font-size: 2.5em;
  font-variant: normal;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 521px) {
  .gwobr .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .gwobr-rhif {
    font-size: 1.5em;
  }
}
/* LLUNIAU */
img.is-fullwidth {
  width: 100%;
  height: auto;
}

img.is-100 {
  width: 100%;
  height: auto;
}

/* llun 1.618:1 */
.llun, .map {
  padding-bottom: 61.8%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 6px;
  z-index: 0;
}

.llun-fideo {
  padding-bottom: 56.25%; /* 16:9 */
}

.llun-rhifyn {
  aspect-ratio: 0.707; /* Golwg .7058 240x340; A4 .7070 */
  background: no-repeat center/contain url(/ui/img/clawr.svg) #F5F5F5;
  border-radius: 6px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}

.llun-rhifyn img {
  display: block;
  aspect-ratio: 0.707;
  object-fit: cover;
}

.llun-rhannu {
  padding-bottom: 52.36%; /* fformat Facebook */
}

.llun-sgwar, .llun-thumbnail, .llun-tcd3s, .llun-tcd6s {
  padding-bottom: 100%;
}

.llun img, .map > div {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.llun img {
  top: 0\9 ;
  left: 0\9 ;
}

.llun-llawn {
  padding: 0;
}

.llun-llawn img {
  position: initial;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.llun-pennyn img {
  display: block;
  width: 100%;
  height: auto;
}

.dim-ffitio .llun img,
.dim-ffitio .llun-pennyn img {
  height: auto !important;
}

.llun-capsiwn {
  background: rgb(229.74, 219.06, 221.88);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  width: 100%;
  clear: both;
  position: relative;
}

.content .llun-capsiwn:not(:first-child) {
  margin-top: 1.5em;
}

.content .llun-capsiwn:not(:last-child) {
  margin-bottom: 1.5em;
}

.llun a:not(.fflach)::before, .llun-capsiwn ::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.llun-capsiwn ::before {
  border-radius: 12px;
}

.llun-capsiwn :last-child {
  margin-bottom: 0;
}

.llun-capsiwn .llun {
  border-radius: 0;
}

.llun-capsiwn .llun::before {
  display: none;
}

.llun-capsiwn img {
  width: 100% !important;
  height: auto;
}

.capsiwn {
  padding: 0.3rem 0.5rem 0.325rem;
  font-size: 0.875rem;
}

.content figure {
  margin-left: 0;
  margin-right: 0;
}

.size-tcd4, .size-medium, .size-tcd8, .size-medium_large {
  width: 100%;
}

.content figure img {
  display: block;
}

.rhithffurf {
  border-radius: 100%;
  background: #fff;
  display: block;
}

.rhithffurf.sefydliad {
  border-radius: 0.5rem;
}

.yn-gylch {
  position: relative;
  padding-bottom: 100%;
  border-radius: 100%;
}

.yn-gylch img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.llun-tadogiad {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px 4px;
  white-space: nowrap;
  color: #bbb;
  color: rgba(255, 255, 255, 0.7);
  background: #444;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-top-left-radius: 3px;
  border-bottom-right-radius: 12px;
}

.llun-tadogiad a {
  color: inherit !important;
  border-bottom: none !important;
  font-weight: normal !important;
}

.llun-tadogiad a::before {
  content: initial !important;
}

.content img.alignnone, .content img.alignleft, .content img.alignright {
  border-radius: 12px;
}

.fflach {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  padding: 0.05em 0.5em 0.1em;
  border-bottom-right-radius: 6px;
}

.cell.safle-golwg .fflach {
  background: hsla(212, 45%, 31%, 0.8);
  color: #fff !important;
}

.cell.safle-bro .fflach {
  background: hsla(168, 80%, 41%, 0.8);
  color: #fff !important;
}

.fflach-cylchgrawn {
  background: hsla(195, 44%, 21%, 0.8) !important;
  color: #fff !important;
}

.digwyddiad .fflach {
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  opacity: 0.8;
}

@media screen and (min-width: 522px), print {
  .content .size-tcd4, .content .size-medium, .content .size-thumbnail {
    width: calc(50% - 12px) !important;
    clear: both;
  }
  .content .size-tcd3s {
    width: calc(37.03125% - 12px) !important;
    clear: both;
  }
  .content .llun-capsiwn img {
    width: 100% !important;
  }
  .size-tcd4.alignleft, .size-medium.alignleft, .size-thumbnail.alignleft {
    float: left;
    margin-right: 24px;
  }
  .aligncenter, .size-tcd4.aligncenter, .size-medium.aligncenter {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .size-tcd4.alignright, .size-medium.alignright, .size-tcd3s.alignright, .size-thumbnail.alignright {
    float: right;
    margin-left: 24px;
  }
  .fflach {
    font-size: 1.25rem;
  }
  .digwyddiad .fflach {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  figure.tcd2 .capsiwn, figure.tcd2 .llun-tadogiad {
    display: none;
  }
}
@media screen and (min-width: 1020px) {
  .content .size-tcd4, .content .size-medium {
    width: 308px !important;
  }
}
figure.chwyddo:hover {
  cursor: zoom-in;
}

.modal-large .modal-content {
  width: auto;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: absolute;
}

.modal-large .llun-capsiwn {
  margin: 0 auto;
  width: auto;
}

.modal-large .llun-capsiwn .capsiwn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(229.74, 219.06, 221.88, 0.5);
}

.modal-large .llun-llawn img {
  width: auto !important;
  height: auto;
  max-width: 100vw;
  max-height: 90vh;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.modal-large .llun-llawn.llun-portread img {
  height: 100%;
  width: auto !important;
}

/* Sgrîn lydan */
@media screen and (min-aspect-ratio: 1.5) {
  .modal-large .llun-capsiwn {
    max-width: 67vw;
  }
}
/* Sgrîn lydan iawn */
@media screen and (min-aspect-ratio: 2) {
  .modal-large .llun-capsiwn {
    max-width: 50vw;
  }
}
.modal-large .llun-tadogiad {
  top: 0;
  bottom: unset;
}

.botwm-chwyddo {
  position: relative;
}

.botwm-chwyddo::after, figure.chwyddo::after {
  background: rgba(10.2, 10.2, 10.2, 0.2) center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M112.4 92h77.7c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9H77.9C70.2 64 64 70.2 64 77.9v112.2c0 7.7 6.2 13.9 13.9 13.9h.2c7.7 0 13.9-6.2 13.9-13.9v-77.7l117.1 116.3c2.6 2.6 6.1 4 9.8 4 3.7 0 7.2-1.4 9.8-4.1 5.4-5.4 5.4-14.2 0-19.6L112.4 92zm321.7-28H321.9c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h77.7L283.3 209.1c-5.4 5.4-5.4 14.2 0 19.6 2.6 2.6 6.1 4.1 9.8 4.1 3.7 0 7.2-1.4 9.8-4L420 112.4v77.7c0 7.7 6.2 13.9 13.9 13.9h.2c7.7 0 13.9-6.2 13.9-13.9V77.9c0-7.7-6.2-13.9-13.9-13.9zM218.9 279.2c-3.7 0-7.2 1.4-9.8 4L92 399.6v-77.7c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7 0-13.9 6.2-13.9 13.9v112.2c0 7.7 6.2 13.9 13.9 13.9h112.2c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9h-77.7l116.3-117.1c5.4-5.4 5.4-14.2 0-19.6-2.6-2.6-6.1-4.1-9.8-4.1zM434.1 308h-.2c-7.7 0-13.9 6.2-13.9 13.9v77.7L302.9 283.3c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.4-9.8 4.1-5.4 5.4-5.4 14.2 0 19.6l116.3 117h-77.7c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h112.2c7.7 0 13.9-6.2 13.9-13.9V321.9c0-7.7-6.2-13.9-13.9-13.9z'/%3E%3C/svg%3E");
  background-size: 1.5rem;
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 2rem;
  width: 2rem;
  border-radius: 0.5rem;
  opacity: 0;
  transition: opacity 400ms;
}

.botwm-chwyddo::after,
figure.chwyddo:hover::after,
.yn-cyffwrdd figure.chwyddo::after {
  opacity: 1;
}

.modal-large .modal-close {
  background: rgba(10.2, 10.2, 10.2, 0.2);
  z-index: 5;
}

.modal-left, .modal-right {
  background: rgba(10.2, 10.2, 10.2, 0.2) center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M8 16h16m-8-8l-8 8 8 8'/%3E%3C/svg%3E");
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  height: 32px;
  width: 32px;
  outline: none;
  position: fixed;
  top: 50%;
  margin-top: -16px;
  z-index: 5;
}

.modal-left {
  left: 20px;
}

.modal-right {
  right: 20px;
  transform: rotate(180deg);
}

.modal-left:hover, .modal-right:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.3);
}

.modal-left:active, .modal-right:active {
  background-color: rgba(10.2, 10.2, 10.2, 0.4);
}

.modal figure .capsiwn, .modal figure .llun-tadogiad {
  display: block;
}

.atodiad {
  background-color: rgb(248.6, 230.8, 235.5);
  border-radius: 12px;
  position: relative;
}

.atodiad a {
  padding: 1.25rem 1.5rem;
}

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

.fideo {
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
  overflow: hidden;
  display: block;
}

.fideo > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.llun-cefndir,
.llun-baner #baner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6), -2px -2px 10px rgba(0, 0, 0, 0.6);
}

.llun-cefndir #baner {
  background: none;
}

.icon.is-medium {
  font-size: 24px;
}

.icon.is-large {
  font-size: 32px;
}

.icon.is-huge {
  font-size: 64px;
}

.icon > svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: block;
}

.icon.eicon-safle {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}

.icon.eicon-safle.is-small {
  width: 1.5rem;
  height: 1.5rem;
}

.icon.eicon-safle > svg {
  width: 100%;
  height: 100%;
}

/* GRID */
/*
$colofn: 59px;
$gap: 24px;
gap bach 21
*/
/* Grid sylfaenol i hen borwyr > 768w */
.grid {
  display: block;
  margin: -0.75rem;
}

.grid .cell {
  width: 25%;
  padding: 0.75rem;
  display: inline-block;
  vertical-align: top;
}

.grid .lefel2 {
  width: 50%;
}

.grid .lefel3, .grid-3-stori .cell {
  width: 33%;
}

/* Grid sylfaenol i hen borwyr < 769w */
@media screen and (max-width: 768px) {
  .grid .cell {
    width: 50%;
  }
  .grid .lefel2, .grid .lefel3, .grid-3-stori .cell {
    width: 100%;
  }
}
/* Grid go iawn */
@supports (display: grid) {
  .grid {
    display: grid;
    grid-gap: 1.5rem;
    margin: 0;
  }
  .grid .cell {
    width: auto !important;
    padding: 0;
  }
  .grid .stori:not(.stori-wag) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: -1px;
  }
  .grid .cell.stori {
    display: flex;
  }
}
/*
mobile1
mobile2 522+
tablet 769+
desktop 1020+
wide 1352+

G720
20 640 20 310 20 = 20 970 20 = 1010.	1/3 = 310	1/6 = 145	1/12 = 62.5.

B360
24 640 24 308 24 = 24 972 24 = 1020.	1/3 = 308	1/6 = 142	1/12 = 59	1/4 = 225.

B360 llydan
24 972 24 224 24 = 1244

Bulma
24 632 24 304 24 = 24 960 24 = 1008. 	1/3 = 304	1/6 = 140	1/12 = 58.

*/
.grid:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.grid > div {
  zoverflow: hidden;
} /* ??? */
.grid-colofn {
  grid-auto-flow: column;
}

.grid .lefel2 {
  grid-column: span 2;
  grid-row: span 4;
}

.grid .lefel3 {
  grid-column: span 1;
  grid-row: span 2;
}

.grid .lefel4 {
  grid-column: span 1;
  grid-row: span 3;
}

.stori .llun {
  margin-bottom: 0.75rem;
}

.lefel3 .stori-crynodeb,
.lefel4 .stori-crynodeb {
  font-size: 0.9375rem;
}

.grid .lefel6 {
  grid-column: span 2;
}

.lefel6 {
  display: flex;
}

.lefel6 .stori-llun {
  flex-shrink: 0;
  width: 50%;
  padding-right: 0.75rem;
  box-sizing: border-box;
}

.lefel6 .stori-brig {
  flex-shrink: 0;
  width: 50%;
  padding-left: 0.75rem;
  box-sizing: border-box;
}

.lefel6 .llun {
  margin-bottom: 0;
}

.grid .lefel8 {
  grid-column: span 2;
}

.lefel8 {
  display: flex;
}

.lefel8 .stori-llun {
  flex-shrink: 0;
  width: 31.65%;
  padding-right: 0.75rem;
  box-sizing: border-box;
}

.lefel8 .stori-brig {
  flex-shrink: 0;
  width: 68.35%;
  padding-left: 0.75rem;
  box-sizing: border-box;
}

.lefel8 .llun {
  margin-bottom: 0;
}

.rhestr .lefel6 .stori-llun {
  width: 37.5%;
}

.rhestr .lefel6 .stori-brig {
  width: 62.5%;
}

.rhestr .stori {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
  padding-bottom: calc(1.5rem - 1px);
}

.isbost .stori {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rhestr-straeon {
  font-size: 0.9375rem;
}

.grid-12 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media screen and (min-width: 769px) {
  /* 	.grid{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)} */
  .grid-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  } /* dim defnydd? */
  .grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .grid-hafan {
    grid-template-rows: auto auto auto 1fr;
  }
  .grid-12 .lefel2 {
    grid-column: span 6;
    grid-row: span 4;
  }
  .grid-12 .lefel3 {
    grid-column: span 4;
    grid-row: span 2;
  }
  .grid-12 .lefel4 {
    grid-column: span 3;
    grid-row: span 3;
  }
  .grid-12 .lefel3-tablet {
    grid-column: span 4;
    grid-row: span 2;
  }
  .grid-hafan .stori {
    order: 50;
  }
  .grid-hafan .stori:nth-of-type(1) {
    order: 11;
  }
  .grid-hafan .stori:nth-of-type(3) {
    order: 20;
  }
  .grid-hafan .stori:nth-of-type(4) {
    order: 24;
  }
  .grid-hafan .stori:nth-of-type(5) {
    order: 25;
  }
  .grid-hafan .stori:nth-of-type(6) {
    order: 26;
  }
  .grid-hafan .stori:nth-of-type(7) {
    order: 37;
  }
  .grid-hafan .stori:nth-of-type(8) {
    order: 38;
  }
  .grid-hafan .stori:nth-of-type(2) {
    order: 42;
  }
  .grid-10-stori {
    grid-template-rows: auto auto auto 1fr;
  }
  .grid-10-stori .stori {
    order: 50;
  }
  .grid-10-stori .stori:nth-of-type(1) {
    order: 11;
  }
  .grid-10-stori .stori:nth-of-type(3) {
    order: 20;
  }
  .grid-10-stori .stori:nth-of-type(4) {
    order: 24;
  }
  .grid-10-stori .stori:nth-of-type(5) {
    order: 25;
  }
  .grid-10-stori .stori:nth-of-type(6) {
    order: 26;
  }
  .grid-10-stori .stori:nth-of-type(7) {
    order: 37;
  }
  .grid-10-stori .stori:nth-of-type(8) {
    order: 38;
  }
  .grid-10-stori .stori:nth-of-type(2) {
    order: 42;
  }
  .grid-10-stori.grid-diweddaraf .stori:nth-of-type(8) {
    order: 48;
  }
  .grid-cryno {
    grid-template-rows: auto auto auto 1fr;
  }
  .grid-cryno .stori {
    order: 60;
  }
  .grid-cryno .stori:nth-of-type(1) {
    order: 11;
  }
  .grid-cryno .stori:nth-of-type(3) {
    order: 20;
  }
  .grid-cryno .stori:nth-of-type(4) {
    order: 24;
  }
  .grid-cryno .stori:nth-of-type(5) {
    order: 25;
  }
  .grid-cryno .stori:nth-of-type(6) {
    order: 26;
  }
  .grid-cryno .grid-cell-cryno {
    order: 27;
  }
  .grid-cryno .stori:nth-of-type(7) {
    order: 37;
  }
  .grid-cryno .stori:nth-of-type(8) {
    order: 38;
  }
  .grid-cryno .stori:nth-of-type(2) {
    order: 42;
  }
  .grid-poblogaidd.grid-2 {
    grid-auto-flow: column;
    grid-template-rows: repeat(5, 1fr);
  }
  .mewnblaniad:not(.mewnblaniad-mawr) .stori-teitl {
    font-size: 1.25rem !important;
    line-height: 1.25;
  }
  .ardal-ochr .section {
    background: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ardal-ochr .section {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 1.5rem !important;
  }
}
.lefel2 h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2rem;
}

.lefel4 h4 {
  font-size: 1.125rem;
} /* 18px */
.stori-crynodeb {
  margin-top: 0.5rem;
  line-height: 1.25;
}

.stori-crynodeb + .button {
  margin-top: 0.75rem;
  margin-left: -0.2rem;
}

.stori {
  display: flex;
  flex-direction: column;
}

.stori:not(.llorweddol) .stori-brig {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.stori footer {
  font-size: 0.875rem;
  margin: auto 0 0;
  padding-top: 0.625rem;
}

.stori .stori-rhithffurf {
  width: 27px;
  display: inline-block;
  height: 1em;
}

.stori .rhithffurf {
  vertical-align: middle;
  position: absolute;
}

.stori .stori-meta time {
  display: inline-block;
}

.is-inverse .grid .stori {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.grid .stori footer,
.grid .stori-teitl:last-child,
.grid .stori-crynodeb:last-child,
.bar .stori footer,
.bar .stori-teitl:last-child,
.bar .stori-crynodeb:last-child {
  margin-bottom: 0.5rem;
}

.stori.llorweddol, .stori.lefel6, .stori.lefel8 {
  display: flex;
  flex-direction: row;
}

.stori.llorweddol .stori-llun {
  width: 33%;
}

.stori.lefel8 .stori-llun {
  margin-bottom: 1.5rem;
}

.stori.lefel8 footer {
  display: none;
}

.lefel4 .stori-meta, .lefel6 .stori-meta {
  padding-left: 0;
}

.lefel4 .stori-meta time, .lefel6 .stori-meta time {
  margin-left: 0 !important;
}

.lefel4 .stori-rhithffurf, .lefel6 .stori-rhithffurf {
  display: none;
}

.stori-gryno.llorweddol .stori-llun {
  width: auto;
}

.stori-gryno.llorweddol .stori-brig {
  width: auto;
  flex-shrink: 1;
  padding-left: 0;
}

.grid .enw-adran {
  color: hsl(0, 0%, 71%);
  font-weight: 400;
}

.grid .enw-adran a {
  color: inherit;
}

.pen-adran, .container > .enw-adran, .adran .enw-adran, .stori > .enw-adran {
  margin: -3rem 0 2rem 0;
}

.ardal-ochr .pen-adran, .ardal-ochr .enw-adran {
  margin-top: -1.5rem;
}

.cyflwyniad-adran {
  position: relative;
  top: -2rem;
}

.cylch {
  margin-right: 0.75rem;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: normal;
}

.sgwar {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.cylch.is-inline, .sgwar.is-inline {
  margin-right: 0.5rem;
}

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

.is-flex-col {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: auto;
}

.stori.poblogaidd {
  order: 25;
  grid-column: span 2;
  grid-row: span 1;
  justify-content: end;
}

.stori.gwybodaeth {
  order: 55;
  grid-column: span 2;
  grid-row: span 1;
  justify-content: end;
  padding-bottom: 0.75rem;
}

.ardal-boblogaidd ol {
  list-style: none;
}

.ardal-boblogaidd li {
  margin-bottom: -0.75rem;
}

.ardal-ochr .ardal-boblogaidd li {
  margin-bottom: 0;
}

.ardal-boblogaidd a {
  border-top: 1px dotted hsl(0, 0%, 86%);
  padding-top: 0.75rem;
  margin-bottom: -1px;
  height: 100%;
}

.ardal-boblogaidd .rhif {
  background: hsl(212, 45%, 31%);
  color: hsl(0, 0%, 100%);
}

.ardal-boblogaidd span:not(.rhif) {
  flex: 1;
}

.mewnblaniad {
  border-radius: 12px;
  background: rgb(242.2, 206.6, 216);
  margin-bottom: 1em;
  overflow: hidden;
}

.mewnblaniad .llun {
  border-radius: 12px 0 0 12px;
  margin-bottom: 0;
  height: 100%;
}

.mewnblaniad-mawr .llun {
  border-radius: 12px 12px 0 0;
}

.mewnblaniad .stori-brig {
  padding: 0.75rem;
}

.mewnblaniad.safle-golwg {
  background: rgb(231.4635, 234.1376, 238.7565);
}

.mewnblaniad .stori-teitl {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.content .mewnblaniad .llun img {
  width: auto !important;
}

.mewnblaniad .llun a:not(.fflach)::before {
  content: initial !important;
}

.mewnblaniad .table {
  background: none;
}

.mewnblaniad.etholiad {
  background: #f2f2f2;
}

.mewnblaniad-pennyn {
  background: #bf0d3c;
  padding: 1.5rem;
}

.mewnblaniad.safle-golwg .mewnblaniad-pennyn {
  background: hsl(218, 65%, 22%);
  color: #fff;
  border-bottom: 3px solid hsl(75, 100%, 50%);
}

.mewnblaniad.safle-golwg .mewnblaniad-pennyn h3 {
  color: #fff;
  margin: 0;
}

.mewnblaniad.safle-golwg .mewnblaniad-pennyn p {
  margin: 0.5rem 0 0;
  font-size: 0.875em;
}

.mewnblaniad.safle-golwg .mewnblaniad-pennyn a {
  color: #fff;
  margin: 0;
}

.mewnblaniad-cynnwys {
  padding: 0.25rem 0.75rem;
}

.slider {
  outline: none;
}

.column.stori {
  height: 100%;
}

.fideos .stori-teitl {
  font-size: 1rem;
  line-height: 1.25;
}

.slider-pagination {
  bottom: -1rem;
}

.grid-cell-diweddaraf {
  order: 22;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: -1px;
}

.grid-cell-diweddaraf .enw-adran {
  margin-bottom: 0.875rem;
  border-top: 2px solid hsl(0, 0%, 71%);
  padding-top: 0.25rem;
}

.grid-cell-diweddaraf ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.grid-cell-diweddaraf li::before {
  content: "● ";
  color: #bf0d3c;
}

.grid-cell-diweddaraf li {
  border-top: 1px dotted hsl(0, 0%, 86%);
  padding: 0.5rem 0;
  margin-bottom: -1px;
}

.inline-meta {
  font-size: 0.875rem;
}

.inline-meta time {
  display: inline-block;
}

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

.is-vflex-grow {
  flex-grow: 1;
}

.is-vflex-top {
  margin-top: auto;
}

/* NEWYDD 2022 */
.lefel2 h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.lefel4 h4,
.lefel4 .lleoliad,
.lefel4 .digwyddiad-manylion {
  font-size: 1rem;
  line-height: 1.25;
}

.lefel4 .digwyddiad-manylion {
  margin-top: 0.5rem;
}

.lefel3 .stori-crynodeb,
.lefel4 .stori-crynodeb {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.stori .stori-awdur {
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stori .awdur-enw {
  font-weight: bold;
  color: inherit;
  letter-spacing: 0.02em;
  font-size: 0.9em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cell .llinell-pwnc {
  margin-bottom: 0.5rem;
}

.cell .pwnc {
  font-size: 0.875em;
  padding: 0 0.4em;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* BAR */
.adran.llorweddol .pen-adran {
  padding-right: 5rem;
}

.troed-adran {
  margin-top: 1.5rem;
}

.llywio-adran {
  position: absolute;
  right: 0;
  top: 0.25rem;
}

.bar-allanol {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.bar-allanol::-webkit-scrollbar {
  display: none;
}

.bar {
  margin-right: -1.5rem;
  display: flex;
  width: auto;
}

.bar .stori,
.bar .digwyddiad {
  margin-right: 1.5rem;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.bar .stori:not(.stori-wag) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bar-4 .stori,
.bar-4 .digwyddiad {
  width: calc(50vw - 1.75rem);
}

@media screen and (min-width: 522px) {
  .bar-4 .stori,
  .bar-4 .digwyddiad {
    width: 225px;
  }
}
@media screen and (min-width: 1352px) {
  .bar-4 .stori,
  .bar-4 .digwyddiad {
    width: 242px;
  }
}
.calendr-diwrnod {
  margin-bottom: 24px;
}

.calendr-eitem {
  margin-bottom: 24px;
}

.section.adran-calendr:not(:first-of-type) {
  border-top: 2px solid rgba(88, 75, 79, 0.5) !important;
}

/* .section.adran-calendr{
	background: transparentize($calendr, 0.9);
} */
.safle-calendr .hero.is-primary {
  background: #aec080;
  border-bottom: none;
}

.bar .digwyddiad,
.grid .digwyddiad {
  padding: 0.75rem 1rem 0.25rem;
  background: rgb(248.6, 230.8, 235.5);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.bar .digwyddiad.lefel4 {
  padding-bottom: 0.75rem;
}

.grid .eicon-digwyddiad {
  float: right;
}

.grid .digwyddiad footer {
  margin: auto 0 0;
}

.grid .event-links {
  font-size: 1.25rem;
  padding-top: 0.75rem;
}

.adran-calendr .pwnc {
  background: none;
  color: #8f0a2d !important;
  padding: 0;
  border-bottom: 1px solid rgba(143, 10, 45, 0.3);
}

.adran-calendr .hero .pwnc {
  background: none;
  color: #fff !important;
  padding: 0;
  border-bottom: 2px solid rgba(174, 192, 128, 0.8);
}

.adran-calendr .llinell-pwnc, .adran-calendr .hero .llinell-pwnc {
  margin-bottom: 0.5rem;
}

.digwyddiad-troed a span {
  display: none;
}

/* LLIW CALENDR F1
.safle-calendr .section.adran-calendr:not(:first-of-type) {
	border-top:2px solid $calendr !important;
}
.safle-calendr .section.adran-calendr .enw-adran{
	color: $calendr; //scale-color($calendr-tywyll, $lightness: 10%);
}
.safle-calendr .section.adran-calendr .enw-adran .is-faded{
	color: scale-color($calendr, $lightness: 20%);
}
.adran-calendr .grid .digwyddiad,
.safle-calendr .grid .digwyddiad{
	background: scale-color($calendr, $lightness: 80%);
}
.safle-calendr .adran-calendr .pwnc{
	color:$calendr-tywyll!important;
}
.safle-calendr .grid .digwyddiad a:link{
	color: $calendr-tywyll;
}
*/
/* LLIW CALENDR F2 */
.safle-calendr.adran-hafan .hero.is-primary {
  border-bottom: none;
}

.section.adran-calendr:not(:first-of-type) {
  border-top: 2px solid #aec080 !important;
}

.section.adran-calendr .enw-adran, .section.adran-calendr .enw-adran a {
  color: #aec080;
}

.section.adran-calendr .enw-adran .is-faded {
  color: rgb(190.2, 204.6, 153.4);
}

.section.adran-calendr {
  background: rgb(246.9, 248.7, 242.3);
}

.section.adran-calendr .bar .digwyddiad,
.section.adran-calendr .grid .digwyddiad {
  color: rgba(0, 0, 0, 0.5);
  background: rgb(234.75, 239.25, 223.25);
}

.section.adran-calendr .pwnc {
  color: #576040 !important;
}

.adran-calendr .bar .digwyddiad a:link,
.adran-calendr .bar .digwyddiad a:visited,
.adran-calendr .grid .digwyddiad a:link,
.adran-calendr .grid .digwyddiad a:visited {
  color: #576040;
}

.safle-calendr #cychwyn {
  background: rgb(246.9, 248.7, 242.3);
}

.golygu .hero-body {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.maes-testun {
  outline: 2px dotted rgba(191, 13, 60, 0.5);
  outline-offset: 3px;
  position: relative;
  left: 5px;
  margin-right: 10px;
}

.maes-testun:focus {
  outline-color: rgba(191, 13, 60, 0.8);
}

.is-primary .maes-testun {
  outline-color: rgba(255, 255, 255, 0.4);
}

.is-primary .maes-testun:focus {
  outline-color: rgba(255, 255, 255, 0.7);
}

.maes-testun:empty::before {
  content: attr(data-daliwr);
  opacity: 0.5;
}

/*
.golygu #cychwyn{overflow-x:visible} // sticky
.golygu-bar{display:none;position:sticky;top:0;width:100%;background:$white;padding:.5rem 0;margin-top:-2rem}

.zzmaes-testun{background:rgba(0,0,255,.1)}
*/
#golygu #cychwyn {
  padding-top: 2rem;
}

#golygu .select {
  margin-bottom: 1rem;
}

#golygu #post_content {
  min-height: 4rem;
}

.control.maes-ffeil img {
  transition: opacity 200ms;
  opacity: 1;
  -webkit-touch-callout: none;
}

.control.maes-ffeil.is-loading img {
  opacity: 0.5;
}

.control.maes-ffeil.is-loading::after {
  left: 50%;
  top: 50%;
  position: absolute !important;
  width: 20%;
  padding-bottom: 20%;
  height: 0;
  box-sizing: content-box;
  border-color: transparent transparent #584b4f #584b4f !important;
  border-width: 4px;
  margin-top: calc(-10% - 4px);
  margin-left: calc(-10% - 4px);
}

.maes-ffeil .progress {
  position: absolute;
  bottom: 0;
  margin: 0.5rem;
  width: calc(100% - 1rem);
  display: none;
}

.maes-ffeil.has-progress .progress {
  display: block;
}

.maes-ffeil.has-progress.is-loading::after {
  display: none;
}

.trefnu .colofn-ffeil-newydd, .llawn .colofn-ffeil-newydd {
  display: none;
}

.maes-ffeiliau > .column {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*progress-ring{
	display:none
}
.maes-ffeil .progress{
	display:none
}
.has-progress progress-ring{
	left: calc(50% - 1em);
	top: calc(50% - 1em);
	position: absolute !important;
	width: 2em;
	height: 2em;
	stroke: $text;
	display:block
}*/
.ffeil:not(.ffeil-llun) {
  background: #ebecee;
}

.maes-ffeil[data-url=""] img {
  display: none;
}

.ffeil:not(.ffeil-llun)::after {
  content: "";
  width: 25%;
  padding-bottom: 25%;
  top: 50%;
  left: 50%;
  margin-top: -12.5%;
  margin-left: -12.5%;
  position: absolute;
  background: no-repeat center/75% #bf0d3c;
  border-radius: 999px;
}

.ffeil.ffeil-sain::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fafafa' d='M215.4 145.5c-2.2-1.1-4.6-1.6-6.9-1.6-3.6 0-7.1 1.2-10 3.5L133.3 200H80.5c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16h52.8l65.2 52.5c2.9 2.3 6.5 3.5 10 3.5 2.3 0 4.7-.5 6.9-1.6 5.6-2.7 9.1-8.3 9.1-14.4V160c0-6.2-3.5-11.8-9.1-14.5zM447.5 256c0-59.3-23.2-114.8-65.4-156.5-4.7-4.7-12.3-4.6-17 .1s-4.6 12.3.1 17c37.6 37.1 58.2 86.6 58.2 139.4s-20.7 102.3-58.2 139.4c-4.7 4.7-4.8 12.3-.1 17 2.3 2.4 5.4 3.6 8.5 3.6 3 0 6.1-1.2 8.4-3.5 42.3-41.6 65.5-97.2 65.5-156.5zm-62.6 0c0-43.5-16.6-84.3-46.8-114.9-4.7-4.7-12.3-4.8-17-.1s-4.8 12.3-.1 17c25.7 26.1 39.9 60.9 39.9 98.1s-14.2 72-39.9 98.1c-4.7 4.7-4.6 12.3.1 17 2.3 2.3 5.4 3.5 8.4 3.5 3.1 0 6.2-1.2 8.5-3.6 30.2-30.8 46.9-71.6 46.9-115.1zm-97.4-73.5c-4.7-4.7-12.3-4.8-17-.1s-4.8 12.3-.1 17c14.8 15 23 35.1 23 56.6 0 21.4-8.2 41.5-23 56.6-4.7 4.7-4.6 12.3.1 17 2.3 2.3 5.4 3.5 8.4 3.5 3.1 0 6.2-1.2 8.5-3.6 19.3-19.6 29.9-45.6 29.9-73.4.1-27.9-10.5-54-29.8-73.6z'/%3E%3C/svg%3E");
}

.ffeil.ffeil-fideo::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fafafa' d='M450.6 153.6c-3.3 0-6.5.9-9.3 2.7l-86.5 54.6c-2.5 1.6-4 4.3-4 7.2v76c0 2.9 1.5 5.6 4 7.2l86.5 54.6c2.8 1.7 6 2.7 9.3 2.7h20.8c4.8 0 8.6-3.8 8.6-8.5v-188c0-4.7-3.9-8.5-8.6-8.5h-20.8zM273.5 384h-190C55.2 384 32 360.8 32 332.6V179.4c0-28.3 23.2-51.4 51.4-51.4h190c28.3 0 51.4 23.2 51.4 51.4v153.1c.1 28.3-23 51.5-51.3 51.5z'/%3E%3C/svg%3E");
}

.ffeil.ffeil-dogfen::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fafafa' d='M312 155h91c2.8 0 5-2.2 5-5 0-8.9-3.9-17.3-10.7-22.9L321 63.5c-5.8-4.8-13-7.4-20.6-7.4-4.1 0-7.4 3.3-7.4 7.4V136c0 10.5 8.5 19 19 19zm-45-19V56H136c-17.6 0-32 14.4-32 32v336c0 17.6 14.4 32 32 32h240c17.6 0 32-14.4 32-32V181h-96c-24.8 0-45-20.2-45-45z'/%3E%3C/svg%3E");
}

.ffeil.ffeil-newydd::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fafafa' d='M368.5 240H272v-96.5c0-8.8-7.2-16-16-16s-16 7.2-16 16V240h-96.5c-8.8 0-16 7.2-16 16 0 4.4 1.8 8.4 4.7 11.3 2.9 2.9 6.9 4.7 11.3 4.7H240v96.5c0 4.4 1.8 8.4 4.7 11.3 2.9 2.9 6.9 4.7 11.3 4.7 8.8 0 16-7.2 16-16V272h96.5c8.8 0 16-7.2 16-16s-7.2-16-16-16z'/%3E%3C/svg%3E");
}

.ffeil.ffeil-gwag {
  background: hsl(0, 0%, 98%);
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.ffeil.ffeil-gwag:hover {
  background: hsl(0, 0%, 93%);
}

.ffeil.ffeil-gwag:active {
  background: hsl(0, 0%, 88%);
}

.ffeil.ffeil-gwag label {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#ffenestAtodiad .modal-content {
  max-height: 100vh;
}

/*
.golygu::after{
	content:'';
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(10,10,10,.24);
	z-index:100;
}
.golygu .maes{
	z-index:101;
	position:relative;
	display:block;
	background:$background;
	box-shadow:0 0 2px 5px $background;
}
.golygu .is-primary .maes{
	background:$primary;
	box-shadow:0 0 2px 5px $primary;
}
*/
.plaid::before {
  content: "● ";
  color: grey;
}

#map-etholiad .plaidcymru {
  fill: #018243;
}

.plaid.plaidcymru::before {
  color: #018243;
}

#map-etholiad .llafur {
  fill: #E24536;
}

.plaid.llafur::before {
  color: #E24536;
}

#map-etholiad .llafurcoop {
  fill: #e23658;
}

.plaid.llafurcoop::before {
  color: #e23658;
}

#map-etholiad .ceidwadwyr {
  fill: #3C71DD;
}

.plaid.ceidwadwyr::before {
  color: #3C71DD;
}

#map-etholiad .demrhydd {
  fill: #FAA61A;
}

.plaid.demrhydd::before {
  color: #FAA61A;
}

#map-etholiad .diddymu {
  fill: #993245;
}

.plaid.diddymu::before {
  color: #993245;
}

#map-etholiad .reform {
  fill: #12B6CF;
}

.plaid.reform::before {
  color: #12B6CF;
}

#map-etholiad .gwyrdd {
  fill: #a1c035;
}

.plaid.gwyrdd::before {
  color: #a1c035;
}

#map-etholiad .annibynnol {
  fill: #606060;
}

.plaid.annibynnol::before {
  color: #606060;
}

#map-etholiad .arall {
  fill: #808080;
}

.plaid.arall::before {
  color: #808080;
}

#map-etholiad .snp {
  fill: #DEDC12;
}

.plaid.snp::before {
  color: #DEDC12;
}

#map-etholiad .ukip {
  fill: #9F53AC;
}

.plaid.ukip::before {
  color: #9F53AC;
}

#map-etholiad .rhyddid {
  fill: #c8418e;
}

.plaid.rhyddid::before {
  color: #c8418e;
}

#map-etholiad .comiwnyddol {
  fill: #80192a;
}

.plaid.comiwnyddol::before {
  color: #80192a;
}

#map-etholiad .propel {
  fill: #2a8a87;
}

.plaid.propel::before {
  color: #2a8a87;
}

.ffurflen-canran fieldset {
  min-width: 0;
}

.ffurflen-canran .field {
  align-items: center;
}

.ffurflen-canran .label {
  flex-grow: 1;
  margin: 0 0.75rem 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ffurflen-canran .range {
  max-width: 6rem;
}

.ffurflen-canran .input {
  width: 4rem;
  margin-left: 0.75rem;
}

.columns.etholiad {
  border-bottom: #dbdbdb 1px solid;
}

.etholiad-prif {
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
}

.etholiad-map {
  flex-grow: 1;
}

.etholiad-bar .field {
  margin: 0 0.75rem 0.75rem;
}

#map-etholiad {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#map-etholiad.cynt image {
  display: none;
}

#map-etholiad .ffin {
  fill: none;
  stroke: #3e4f69;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5px;
}

#etholaethau path, #etholaethau circle, #senedd circle {
  fill: #a1abbd;
  transition: 100ms fill;
}

#map-etholiad .plaid-enw {
  font-size: 24px;
  font-weight: bold;
  fill: #3e4f69;
}

#map-etholiad .plaid-nifer {
  font-size: 48px;
  fill: #3e4f69;
}

/* LLYWIO */
.pagination {
  padding-top: 3rem;
}

.section .section {
  padding: 1.5rem 0;
}

.section .section .grid {
  grid-gap: 0.75rem;
}

/* TAIP */
h1 {
  font-size: 1.5rem;
} /* stori unigol */
h2 {
  font-size: 1.5rem;
} /* enw adran */
h3 {
  font-size: 1.25rem;
  font-weight: bold;
} /* stori mawr */
h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
} /* stori rhestr */
h5 {
  font-size: 1rem;
} /* awdur, blwch */
dt {
  font-weight: bold;
}

ul.paragraphs {
  margin: 0;
}

ul.paragraphs:not(:last-child) {
  margin-bottom: 1em;
}

ul.paragraphs li {
  list-style-position: inside;
}

ul.paragraphs li:not(:last-child) {
  margin-bottom: 1em;
}

.rhifau {
  font-variant-numeric: tabular-nums;
}

/* EICON */
.eicon {
  fill: currentcolor;
  vertical-align: baseline;
  width: 0.89em;
  height: 0.89em;
  margin: 0 0.22em -2px 0;
}

.eicon-fideo {
  fill: #1F2D43;
}

.eicon-blog {
  fill: #CD1E00;
}

@keyframes byw {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  75% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ffug {
  to {
    opacity: 0.999;
  }
}
#g-byw .masg {
  animation: 4s linear infinite byw;
}

#g-byw .masg1 {
  animation-delay: -3s;
}

#g-byw .masg2 {
  animation-delay: -2s;
}

#g-byw .masg3 {
  animation-delay: -1s;
}

#g-byw .masg4 {
  animation-delay: 0;
}

.eicon-byw use {
  animation: 1s ffug infinite;
}

/* LOGO */
.enw-safle {
  font-weight: bold;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.enw-safle-golwg, .enw-safle-swyddi, .enw-safle-tywydd, .enw-safle-calendr, .enw-safle-marchnad, .enw-safle-lingo {
  text-transform: lowercase;
  font-feature-settings: "ss01";
}

.enw-safle .tcd {
  font-size: 0.75em;
  font-weight: normal;
  opacity: 0.75;
  letter-spacing: 0;
  font-feature-settings: "ss02";
}

.enw-safle-bach .tcd {
  font-feature-settings: "ss01";
}

.enw-safle .plws {
  font-weight: normal;
  opacity: 0.75;
  font-feature-settings: "ss02";
}

.enw-safle-bach .plws {
  font-feature-settings: "ss01";
}

.enw-safle .ap {
  font-weight: normal;
  letter-spacing: -0.07em;
  opacity: 0.6;
}

.fflach .plws {
  margin-right: -0.2em;
}

.enw-safle.tcd {
  letter-spacing: 0;
  font-feature-settings: "ss02";
}

.enw-safle-bach.tcd {
  font-feature-settings: "ss01";
}

.enw-safle-lliw .plws {
  color: #fed01b;
  opacity: 1;
}

.enw-safle-lliw.enw-safle-golwg .tcd {
  color: #C0FF00;
}

.enw-safle-lliw.enw-safle-bro .tcd {
  color: inherit !important;
}

h1.enw-safle-mawr {
  letter-spacing: -0.05em;
  font-size: 4rem !important;
  margin: 0 0 0.75rem !important;
}

h1.enw-safle-mawr.enw-safle-golwg {
  font-size: 5rem !important;
  margin-top: -0.75rem !important;
}

.enw-safle-mawr.enw-safle-bro {
  text-transform: uppercase;
}

.enw-safle-mawr.enw-safle-bro .tcd {
  font-size: 0.98em;
}

/* LLYWIO 360 */
.ardal {
  border-top: 2px solid rgb(229.74, 219.06, 221.88);
}

.hero + .ardal, .nav + .ardal, .hero + .cynnwys-rhagor > .ardal, .nav + .cynnwys-rhagor > .ardal {
  border-top: none;
}

.adran-tcd {
  background: rgb(242.2, 206.6, 216);
  border-top-color: hsl(212, 45%, 31%) !important;
}

.adran-tcd .enw-adran {
  color: rgb(64.62975, 94.51065, 128.66025) !important;
  margin-bottom: 1.5rem;
}

.adran-tcd a {
  color: rgb(64.62975, 94.51065, 128.66025);
  font-size: 0.875rem;
  line-height: 1.2;
  display: block;
  font-weight: bold;
}

/* DOLENNI */
.prif .content a:not(.button):not(.graffeg),
.notification a:not(.button) {
  font-weight: bold;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(143, 10, 45, 0.5);
}

.mewnblaniad a {
  border-bottom: none !important;
}

a.plws::after {
  content: " ";
  background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M64 32A32 32 0 1132 0a32 32 0 0132 32m-12-4H36V12h-8v16H12v8h16v16h8V36h16z' fill='%23ddd567'/%3E%3C/svg%3E");
  background-size: contain;
  margin-left: 0.2em;
  vertical-align: baseline;
  margin-bottom: -0.05em;
  font-family: system-ui, Arial;
  font-size: 0.75em;
}

/*
WEDI NEWID I DDEFNYDDIO TAGS BULMA
.tags {
	text-align: center;
}
.tag {
	font-size: .875rem;
	display: inline-block;
	padding: .25rem .75rem;
	border-radius: 1rem;
	background: $background;
	color: $text;
}
.tag.is-warning{
	background:$warning;
	color:$black;
}
.tags .tag {
	margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
	margin-right: 0.5rem;
}
*/
.tag:not(body) {
  font-size: 0.875rem;
}

.tags.are-small, .tag.is-small {
  font-size: 0.75rem;
}

a.tag:hover {
  background: hsl(0, 0%, 91%);
}

.tag.is-active {
  background: hsl(0, 0%, 86%);
}

.bathodyn {
  display: inline-block;
  border-radius: 1rem;
  background: hsl(0, 100%, 64%);
  color: hsl(0, 0%, 100%);
  font-weight: bold;
  padding: 0.125rem 0.625rem;
}

.navbar-item .bathodyn { /* nifer drafftiau */
  margin: -0.125rem 0 -0.125rem auto;
}

/* HYSBYSBIAD */
.notification-header {
  color: inherit !important;
  opacity: 0.8;
}

.toast .notification {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.toast-center {
  padding: 1.5rem !important;
}

.toast-center .notification {
  min-width: 308px;
  max-width: 972px;
}

@media screen and (max-width: 768px) {
  .toast-centered .notification {
    width: 100% !important;
  }
}
/* BLOG BYW */
.isbost {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: -1px;
  padding: 0.75rem 0 1.5rem 0;
  animation: fadein 1s;
  clear: both;
}

.blog-byw .isbost {
  border-top: 2px solid #bf0d3c;
  margin-top: -2px;
}

.isbost .meta::before {
  content: "● ";
  color: #bf0d3c;
}

.isbost .amser:link {
  color: inherit;
  text-decoration: none;
}

.isbost .brig {
  float: right;
  text-decoration: none !important;
}

.inline {
  display: inline;
}

.inline button {
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 1em;
  line-height: inherit;
}

.isbost.ystyried {
  background: url("data: image/svg+xml,%3Csvg xmlns='http: //www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath opacity='.05' d='M0 16L16 0v8l-8 8H0zm0-8l8-8H0v8z'/%3E%3C/svg%3E");
}

.isbost.ystyried .testun {
  opacity: 0.6;
}

.isbost .awdur {
  margin-bottom: 1.5rem;
}

.blog-byw > footer {
  text-align: center;
}

.buttons.botymau-rhannu {
  margin-bottom: -0.5rem;
}

/* CYFEIRIADUR */
.cyswllt > a:not(:first-child) {
  margin-left: 1em;
}

/* SYLWADAU */
.comment .media {
  border-top: none;
  padding-top: 0;
}

.comment .level {
  margin-bottom: 0;
}

.comment:first-child {
  margin-top: 1.5rem;
}

.comment:not(:first-child), .comment .comment {
  border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

.sylwadau-teitl {
  margin-bottom: 1.5rem;
}

.comment-unapproved > .media > .media-left {
  visibility: hidden;
  height: 0;
}

.comment-unapproved > .media > .media-content > .comment-header,
.comment-unapproved > .media > .media-content > .comment-content,
.comment-unapproved:not(.comment-show) > .media > .media-content > .comment-footer {
  display: none;
}

.comment-show > .media > .media-left {
  visibility: visible;
  opacity: 0.5;
}

.comment-show > .media > .media-content > .comment-header,
.comment-show > .media > .media-content > .comment-content {
  display: block;
  opacity: 0.5;
}

.cryno-newydd #sylw-newydd {
  margin-bottom: 1.5rem;
}

/* HYSBYSEB */
.section.ardal-hysbyseb {
  padding: 0;
}

.ardal-hysbyseb ins {
  text-align: center;
  display: block;
}

.ardal-hysbyseb ins > a, .ardal-hysbyseb ins > img, .ardal-hysbyseb ins > iframe {
  margin: 1.5rem auto;
  display: inline-block;
}

.ardal-ochr > .ardal-hysbyseb ins > a, .ardal-ochr > .ardal-hysbyseb ins > img, .ardal-ochr > .ardal-hysbyseb ins > iframe {
  margin-top: 0;
}

.hysbyseb {
  max-width: 100%;
  margin: 0 auto;
}

.hysbyseb img, .hysbyseb iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.hysbyseb-leaderboard > ins > img,
.hysbyseb-leaderboard > ins > a > img {
  width: 728px;
}

.hysbyseb-billboard {
  background: hsl(0, 0%, 96%);
  width: 100%;
}

.hysbyseb-billboard a {
  display: block;
  max-height: 282px;
  animation: bilfwrdd 1s;
  border-bottom: 1px solid hsl(0, 0%, 86%);
  overflow: hidden;
}

@media screen and (min-width: 970px) {
  .hysbyseb-billboard > ins > a > img, .hysbyseb-billboard > ins > img {
    padding: 1rem 0;
  }
  .hysbyseb-billboard > ins > iframe {
    margin: 1rem auto;
  }
}
@media screen and (max-width: 969px) {
  .hysbyseb-billboard > ins {
    position: relative;
    display: block;
    padding-bottom: 25.77%;
  }
  .hysbyseb-billboard > ins > * {
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .ardal-ochr {
    top: 1.5rem;
    position: -webkit-sticky;
    position: sticky;
  }
  .navbar-item .bathodyn {
    position: relative;
    left: 2rem;
  }
}
.hysbyseb-daliwr {
  background: #fafafa;
}

.hysbyseb-daliwr.hysbyseb-mpu {
  width: 300px;
  height: 250px;
}

.hysbyseb-daliwr.hysbyseb-leaderboard {
  width: 728px;
  height: 90px;
}

.hysbyseb-neges {
  z-index: 999;
  overflow: hidden;
  animation: bilfwrddvh 1s;
}

/* OCHR */
.ardal-ochr .section:first-child {
  padding-top: 0;
}

.ardal-ochr .ardal-cylchlythyr .is-grouped {
  display: block;
}

.ardal-ochr .ardal-cylchlythyr .is-grouped .control {
  margin: 0;
}

.ardal-ochr .ardal-cylchlythyr .is-grouped .control:last-child .button {
  margin-top: 0.75rem;
  width: 100%;
}

@media screen and (max-width: 521px) {
  html {
    font-size: 14px;
  }
  .section {
    padding: 2rem 1rem;
  }
  .grid {
    grid-gap: 1rem;
  }
  .pen-adran, .container > .enw-adran, .adran .enw-adran {
    margin-top: -2rem;
  }
  .stori > .enw-adran {
    display: none;
  }
  .toast-center {
    padding: 1rem !important;
  }
  .is-hidden-phone {
    display: none !important;
  }
  h1.enw-safle-mawr {
    font-size: 3rem !important;
  }
  h1.enw-safle-mawr.enw-safle-golwg {
    font-size: 4rem !important;
  }
}
@media screen and (min-width: 522px) {
  .is-phone-only {
    display: none !important;
  }
}
@media screen and (min-width: 1020px) {
  .title {
    font-size: 2.5rem;
  }
}
.pop {
  transform: none;
  transition: 150ms;
}

.pop:hover {
  transform: scale(1.05);
}

main .post-header {
  margin-bottom: 1.5rem;
}

.has-pullquote::before {
  border: none;
  content: attr(data-pullquote);
  float: right;
  width: 50%;
  margin: 0 0 0.75rem 0.75rem;
  padding: 0 0 0 0.75rem;
  position: relative;
  font-size: 1.75rem;
  line-height: 2rem;
  color: rgb(223, 134, 157.5);
}

.has-pullquote.is-quoted::before {
  text-indent: -0.3em;
}

.pullquote-left::before {
  float: left;
  margin: 0 0.75rem 0.75rem 0;
  padding: 0 0.75rem 0 0;
}

.dyddiad-cyhoeddi::before {
  content: "● ";
  opacity: 0.5;
}

/*
glas tywyll #0f2345
glas #142e5d
#golwg-cefn:hsl(221, 50%, 24%);
*/
/*
					Golwg
$dewislen			#142e5d
$dewislen-tywyll	#0f2345
*/
/* BAR360 */
.navbar-brand .navbar-item {
  padding-right: 0;
}

.navbar-brand .navbar-item img {
  max-height: 2.25rem;
}

.navbar-brand .enw-safle {
  position: relative;
}

.navbar-brand .enw-safle {
  padding: 0 0.5rem;
}

#tcd {
  min-height: 3.25rem;
  align-items: stretch;
  display: flex;
  max-width: 100vw;
}

.tcd .navbar-start {
  justify-content: flex-start;
  margin-right: auto;
  align-items: stretch;
  display: flex;
}

.tcd .navbar-end {
  justify-content: flex-end;
  margin-left: auto;
  align-items: stretch;
  display: flex;
}

.tcd .navbar-item, .tcd .navbar-link {
  align-items: center;
  display: flex;
}

.tcd .navbar-dropdown {
  background-color: white;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top: 2px solid #dbdbdb;
  box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
  display: none;
  font-size: 0.875rem;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 100%;
  z-index: 100;
}

.tcd .navbar-item.is-active .navbar-dropdown,
.dim-cyffwrdd .navbar-item:hover .navbar-dropdown {
  display: block;
}

@media screen and (max-width: 768px) {
  .navbar-item {
    position: initial;
  }
  .navbar-dropdown {
    width: 100vw;
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 521px) { /* 521? */
  .navbar-end .navbar-item:not(.has-dropdown), .navbar-end .navbar-link {
    padding: 0.5rem;
  }
  .is-arrowless-mobile.navbar-link {
    padding-right: 0.75rem;
  }
  .is-arrowless-mobile.navbar-link::after {
    display: none;
  }
}
/* DEWISLEN */
#dewis {
  color: #f0f0f0;
  position: relative;
  background: #bf0d3c;
  overflow: hidden;
  transition: height 200ms;
}

#dewis:not(.agored) .llyw-un {
  background: rgb(163.89, 19.71, 57.78);
}

#dewis .tabs {
  margin-bottom: 0;
}

#dewis:not(.agored):not(.unigol):not(.chwilio) .llyw-dau-lefel {
  padding-bottom: 2.5em;
}

#dewis .tabs ul {
  border: none;
}

#dewis a {
  border-bottom: none;
  margin: 0;
  color: #f0f0f0;
}

.tabs li.is-right {
  margin-left: auto;
}

/* UWCHOLAU */
#dewis li.is-active, .dim-cyffwrdd #dewis li:hover {
  background: #bf0d3c;
}

#dewis li.is-active a, #dewis a:active, .dim-cyffwrdd #dewis a:hover {
  color: #fafafa;
}

#dewis .llyw-un > li {
  border-top-width: 2px;
  border-top-style: solid;
}

#dewis .llyw-un > li > a {
  margin-top: -2px;
}

#dewis li {
  border-color: rgba(255, 255, 255, 0.5);
}

#dewis:not(.agored) .llyw-un > li:not(.is-active):not(:hover) {
  border-color: transparent;
}

#dewis .llyw-dau {
  display: none;
}

#dewis:not(.unigol) .is-active .llyw-dau {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  background: #bf0d3c;
}

#dewis .llyw-dau .is-active {
  font-weight: bold;
}

/* CHWILIO */
#dewis .llyw-bar-chwilio {
  padding: 1rem;
  display: none;
}

#dewis .llyw-bar-chwilio .field:last-child {
  margin: 0;
}

#dewis.chwilio .llyw-bar-chwilio {
  display: block;
  background: #bf0d3c;
}

#dewis.chwilio .tabs {
  padding-bottom: 0;
}

#dewis.chwilio .llyw-dau {
  display: none;
}

/* AGORED */
#dewis.agored {
  background: #bf0d3c;
}

#dewis.agored li {
  background: none;
}

#dewis.agored .llyw-un {
  flex-direction: column;
  align-items: start;
  width: 100%;
}

#dewis.agored .llyw-dau {
  display: flex;
  position: initial !important;
  margin-left: 1rem;
  font-weight: normal;
  background: none;
  flex-wrap: wrap;
}

#dewis.agored .tabs a {
  justify-content: start;
}

#dewis.agored .is-active a {
  background: none;
}

#dewis.agored .llyw-chwilio {
  display: none;
}

#dewis.agored .llyw-un > li {
  border-top: none;
}

#dewis.agored .llyw-un > li > a {
  margin-top: 0;
  font-weight: bold;
}

#dewis.agored .llyw-rhagor {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#dewis.agored .llyw-un > .llyw-rhagor > a {
  font-weight: normal;
}

#dewis.agored .chwilio {
  display: block !important;
}

#dewis.agored .llyw-bar-chwilio {
  display: block;
}

#dewis.agored .llyw-argau {
  display: none;
}

#dewis:not(.agored) .llyw-agored {
  display: none;
}

/* TOGL */
.agored .llyw-rhagor {
  font-weight: normal;
}

.byrgyr, .byrgyr::before, .byrgyr::after {
  height: 1.5px;
  margin-bottom: 0.5px;
  background: currentColor;
  display: inline-block;
  content: "";
  width: 1em;
  transition: all 100ms ease-in-out;
}

.byrgyr {
  position: relative;
  margin-right: 0.5em;
}

.byrgyr::before {
  top: -5px;
  position: absolute;
}

.byrgyr::after {
  top: 5px;
  position: absolute;
}

.agored .byrgyr {
  background-color: transparent !important;
}

.agored .byrgyr::before, .agored .byrgyr::after {
  top: 0;
}

.agored .byrgyr::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.agored .byrgyr::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.llyw-cymdeithasol, #dewis .coloffon {
  padding: 1rem;
}

.adran-fi .llyw-rhagor {
  display: none;
}

@media screen and (max-width: 1023px) {
  #dewis:not(.agored) .llyw-eitem:not(:first-child):not(.is-active):not(.llyw-symudol) {
    display: none;
  }
  .adran-fi .llyw-rhagor {
    display: block;
    margin-left: auto;
  }
}
@media screen and (max-width: 521px) {
  body:not(.adran-hafan):not(.adran-cyffredinol) .llyw-chwilio {
    display: none !important;
  }
  body:not(.adran-hafan):not(.adran-cyffredinol) .llyw-rhagor {
    margin-left: auto;
  }
  #dewis:not(.agored) .llyw-eitem:not(:first-child):not(.is-active):not(.llyw-cylchgrawn) {
    display: none;
  }
  .safle-golwg .llyw-chwilio {
    display: none !important;
  }
  .safle-golwg .llyw-rhagor {
    margin-left: auto;
  }
}
/* TWDW */
.adran-cylchgrawn #dewis:not(.agored):not(.unigol):not(.chwilio) .tabs {
  padding-bottom: 0;
}

.button .icon.is-square {
  margin-left: calc(-0.5em - 1px) !important;
  margin-right: calc(-0.5em - 1px) !important;
}

.button .icon.is-medium:not(:last-child) {
  margin-right: 0.125em;
}

.safle-bwrlwmarfor #dewis li.is-active {
  background: #56b9a7;
  border-top-color: #e2191b;
}

.safle-bwrlwmarfor #dewis .is-active > a {
  font-weight: bold;
  color: #142e5d;
}

/* canlyniadau chwilio cyflym + hero bro */
.ardal-safleoedd .hero-body {
  padding: 3rem 3rem 4rem;
}

.ardal-safleoedd .column {
  align-items: flex-start;
}

.ardal-safleoedd .eicon-safle {
  margin-top: -0.1em;
  margin-right: 0.4em;
}

#cynigion-chwilio {
  margin-top: 0;
}

#cynigion-chwilio .eicon-safle {
  margin-top: 0.3em;
  margin-right: 0.5em;
  border-radius: 90px;
  align-self: start;
  flex-shrink: 0;
}

/* FFURFLEN */
.is-invalid input, .is-invalid input:hover {
  border-color: hsl(0, 100%, 64%);
  z-index: 1;
}

.is-invalid input:focus, .is-invalid input.is-focused, .is-invalid input:active, .is-invalid input.is-active {
  border-color: hsl(0, 100%, 64%);
  box-shadow: 0 0 0 0.125em rgba(255, 71.4, 71.4, 0.25);
}

.if-invalid.icon, .if-invalid .icon, .is-invalid .help.if-invalid {
  color: hsl(0, 100%, 64%) !important;
}

.if-valid.icon, .if-valid .icon {
  color: hsl(75, 65%, 54%) !important;
}

.label > .field, .label > .control {
  margin-top: 0.5rem;
}

.field:not(.ffug):not(.is-invalid) .if-invalid {
  display: none;
}

.field:not(.ffug):not(.is-valid) .if-valid {
  display: none;
}

.field.is-valid .if-not-valid {
  display: none;
}

.button:not(:disabled) .if-disabled {
  display: none;
}

:disabled .if-enabled {
  display: none;
}

.fynylwythwr {
  position: relative;
}

.fynylwythwr.llusgo::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  border: 4px dashed #fff;
  background: rgba(0, 0, 0, 0.2);
}

.tile input[type=radio].is-sr-only + label {
  background: rgb(248.6, 230.8, 235.5);
  transition: transform 150ms;
}

.tile input[type=radio].is-sr-only:checked + label {
  background: #bf0d3c;
  color: hsl(0, 0%, 100%);
  transform: scale(1.05);
}

.tile input[type=radio].is-sr-only:checked + label > * {
  color: hsl(0, 0%, 100%);
}

.tile label.a-thic {
  position: relative;
  padding-bottom: 2.5rem;
}

.tile input[type=radio].is-sr-only:checked + label.a-thic::after {
  background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M64 32A32 32 0 1132 0a32 32 0 0132 32m-39.1 5.7l-8.5-8.5-5.6 5.6L24.9 49l28.3-28.3-5.6-5.7z' fill='%23fed01b'/%3E%3C/svg%3E");
  background-size: contain;
  width: 2rem;
  height: 2rem;
  content: "";
  display: block;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}

#card-element {
  display: block;
  padding-top: calc(0.7em - 1px);
}

.field.is-grouped > .control.is-expanded {
  flex-basis: 0;
}

.is-boxed {
  border: 1px solid hsl(0, 0%, 86%);
  padding: calc(0.75rem - 1px);
  border-radius: 6px;
  display: block;
}

.has-tint {
  background-color: rgb(248.6, 230.8, 235.5);
}

.has-tint.checkradio > [type=radio] + span::before {
  background: hsl(0, 0%, 100%);
}

.checkradio + .help {
  padding-left: 2rem;
}

.field.notification {
  padding: 0.8125em;
}

.tip {
  z-index: 99999;
  position: absolute;
  padding: 1rem;
}

.tip-top {
  transform: translate(-50%, -100%);
}

.tip-right {
  transform: translate(0, -50%);
}

.tip-bottom {
  transform: translate(-50%, 0);
}

.tip-left {
  transform: translate(100%, -50%);
}

.tip.tip-top.arrow-left {
  transform: translate(-3.5rem, -100%);
}

.tip.tip-bottom.arrow-left {
  transform: translate(-3.5rem, 0);
}

.tip.arrow-right {
  transform: translate(-100%, 0);
}

.tip .notification::after {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 30;
  content: "";
  border: 1rem solid transparent;
  height: 0;
  opacity: 1;
  visibility: visible;
}

.tip-top .notification::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.tip-right .notification::after {
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}

.tip-bottom .notification::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}

.tip-left .notification::after {
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}

.tip.arrow-left .notification::after {
  left: 2.5rem;
}

.tip.arrow-right .notification::after {
  left: unset;
  right: 2.5rem;
}

.tip-top .notification.is-primary::after {
  border-top-color: #bf0d3c;
}

.tip-right .notification.is-primary::after {
  border-right-color: #bf0d3c;
}

.tip-bottom .notification.is-primary::after {
  border-bottom-color: #bf0d3c;
}

.tip-left .notification.is-primary::after {
  border-left-color: #bf0d3c;
}

.notification.is-primary a:not(.button) {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.tip-top .notification.is-success::after {
  border-top-color: hsl(75, 65%, 54%);
}

.tip-right .notification.is-success::after {
  border-right-color: hsl(75, 65%, 54%);
}

.tip-bottom .notification.is-success::after {
  border-bottom-color: hsl(75, 65%, 54%);
}

.tip-left .notification.is-success::after {
  border-left-color: hsl(75, 65%, 54%);
}

.notification.is-success a:not(.button) {
  border-bottom-color: rgba(0, 0, 0, 0.35);
}

.tip-top .notification.is-warning::after {
  border-top-color: hsl(48, 100%, 64%);
}

.tip-right .notification.is-warning::after {
  border-right-color: hsl(48, 100%, 64%);
}

.tip-bottom .notification.is-warning::after {
  border-bottom-color: hsl(48, 100%, 64%);
}

.tip-left .notification.is-warning::after {
  border-left-color: hsl(48, 100%, 64%);
}

.notification.is-warning a:not(.button) {
  border-bottom-color: rgba(0, 0, 0, 0.35);
}

.tip-top .notification.is-danger::after {
  border-top-color: hsl(0, 100%, 64%);
}

.tip-right .notification.is-danger::after {
  border-right-color: hsl(0, 100%, 64%);
}

.tip-bottom .notification.is-danger::after {
  border-bottom-color: hsl(0, 100%, 64%);
}

.tip-left .notification.is-danger::after {
  border-left-color: hsl(0, 100%, 64%);
}

.notification.is-danger a:not(.button) {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

input[type=radio].is-sr-only:checked + label.button {
  color: hsl(0, 0%, 100%);
  background: rgb(182.9013, 122.0787, 138.1386);
  border-color: #bf0d3c;
}

.buttons > input[type=radio].is-sr-only:first-child + label.button {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

@keyframes bilfwrdd {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    max-height: 282px;
    opacity: 1;
  }
}
@keyframes bilfwrddvh {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    max-height: 100vh;
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin {
  -webkit-animation: 1s linear infinite spin;
  animation: 1s linear infinite spin;
}

/* animate.style */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}

.animated.fastest {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.is-relative {
  position: relative;
}

.is-relative .botwm-gwrando {
  position: absolute;
  top: -1.25rem;
  right: 1.25rem;
}

.botwm-gwrando {
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1333333333);
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

#chwaraeydd {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  border-top: 1px solid rgba(39, 88, 60, 0.2509803922);
}

#chwaraeydd.yn-chwarae .botwm-chwarae,
#chwaraeydd:not(.yn-chwarae) .botwm-oedi {
  display: none;
}

.navbar-item.has-dropdown-up .navbar-dropdown {
  border-bottom: 2px solid hsl(0, 0%, 86%);
  border-radius: 12px 12px 0 0;
  border-top: none;
  bottom: 100%;
  box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
  top: auto;
}

.range:focus {
  outline: none;
}

.range {
  --played-width: calc(.5rem + (var(--played, 0) * (100% - 1rem)));
  --buffered-width: calc(var(--buffered, 0) * 100%);
  -webkit-appearance: none;
  width: 100%;
  /* 	min-width: 100px; */
  height: 1rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  background: linear-gradient(to right, rgba(20, 149, 76, 0.6) var(--played-width), rgba(20, 149, 76, 0.3) var(--played-width), rgba(20, 149, 76, 0.3) var(--buffered-width), rgb(237, 237, 237) var(--buffered-width));
  background-repeat: no-repeat;
}

/* Input Thumb */
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background: rgb(20, 149, 76);
  cursor: ew-resize;
  transition: background 0.3s ease-in-out;
}

.range::-moz-range-thumb {
  -moz-appearance: none;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: none;
  background: rgb(20, 149, 76);
  cursor: ew-resize;
  transition: background 0.3s ease-in-out;
}

.range::-ms-thumb {
  -webkit-appearance: none;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: none;
  background: rgb(20, 149, 76);
  cursor: ew-resize;
  transition: background 0.3s ease-in-out;
}

.range::-webkit-slider-thumb:hover {
  background: rgb(16, 117, 60);
}

.range::-moz-range-thumb:hover {
  background: rgb(16, 117, 60);
}

.range::-ms-thumb:hover {
  background: rgb(16, 117, 60);
}

/* Input Track */
.range::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.range::-moz-range-track {
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.range::-ms-track {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

/* VOCAB */
.vocab_button {
  z-index: 10;
}

.vocab_button img {
  display: block;
}

.vocab_textbutton {
  padding: 5px 0 !important;
  width: 148px;
  float: left;
  display: none;
}

.vocab_button_manualsearch {
  width: auto !important;
}

/* POT MÊL */
.cuddio-gweledol {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -10;
}

/* CWIS */
.togl {
  transition: all 200ms;
  height: initial;
  white-space: normal;
  text-align: left;
  display: flex;
  align-items: center;
  user-select: none;
}

.togl span:not(.icon) {
  flex-grow: 1;
}

.togl .icon.is-medium {
  width: 1.5rem;
  height: 1.5rem;
}

input[type=radio]:focus + .togl,
input[type=radio]:not(:disabled):not(:checked) + .togl:hover {
  background: rgb(239, 194.5, 206.25);
  border-color: #bf0d3c;
  color: #bf0d3c;
  cursor: pointer;
}

input[type=radio]:checked + .togl {
  background: #bf0d3c;
  border-color: transparent;
  color: #fff;
}

.togl.is-success {
  border-color: transparent;
  background: hsl(75, 65%, 54%) !important;
}

.togl.is-danger {
  border-color: transparent;
  background: hsl(0, 100%, 64%) !important;
}

.togl:not(.cwis-ateb) .os-ateb {
  display: none;
}

.togl:not(.is-danger) .if-danger {
  display: none;
}

.cwis-ateb:not(.is-success) {
  border-color: hsl(75, 65%, 54%);
}

.cwis-ateb:not(.is-success) .icon {
  color: hsl(75, 65%, 54%);
}

.cwis-ateb {
  font-weight: bold;
}

.blwch {
  border-radius: 6px;
  border: 1px solid hsl(0, 0%, 86%);
}

.blwch > .eitem-blwch {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.blwch > .eitem-blwch:last-child {
  border-bottom: none;
}

@media print {
  html {
    font-size: 14px;
  }
  body {
    display: block !important;
    min-height: unset;
  }
  .is-hidden-print {
    display: none !important;
  }
  .hero-body,
  .section {
    padding: 0.75rem !important;
    margin: 0 0 0.75rem 0 !important;
  }
  .navbar-link:not(.is-arrowless)::after {
    display: none;
  }
  .title:not(:last-child), .subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .block:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child), .tabs:not(:last-child), .pagination:not(:last-child), .level:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .cymharol::before {
    content: attr(data-gwreiddiol);
  }
  .cymharol > span {
    display: none;
  }
}
.navbar-start .navbar-item .navbar-link {
  filter: grayscale(1) opacity(0.4);
  transition: filter 400ms;
}

.navbar-start .navbar-item.is-active .navbar-link,
.navbar-start .navbar-item:hover .navbar-link {
  filter: grayscale(0) opacity(1);
}

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

h1.title {
  font-weight: 300;
  font-size: 3rem;
}

h3.title {
  font-weight: 400;
  font-size: 1.5rem;
}

h2.subtitle {
  font-weight: 400;
  font-size: 1rem;
  color: #90878a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h4.subtitle {
  font-weight: 400;
  font-size: 0.875rem;
  color: #90878a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-title {
  font-weight: 400;
  font-size: 1.5rem;
  color: rgb(143.11, 134.4, 137.08);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: -0.5rem 0 2rem;
}

.is-muted {
  color: #90878a !important;
  opacity: unset;
}

.llun-capsiwn {
  border-radius: 0;
}

.llun-capsiwn ::before {
  content: none;
  box-shadow: unset;
}

.llun {
  border-radius: 0;
  padding-bottom: 0;
}

.llun img {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
}

.llun-cwmni img {
  width: 100%;
  height: auto;
  display: block;
}

.llun-3x4:not(.llun-llawn) img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.columns.is-1 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns.is-1:last-child {
  margin-bottom: -0.75rem;
}

.columns.is-1 > .column {
  padding: 0.75rem;
}

.adran-lliw:nth-of-type(1) {
  background: #f2edee;
}

.adran-lliw:nth-of-type(2) {
  background: #eee3e6;
}

.adran-lliw:nth-of-type(3) {
  background: #e3d0d5;
}

.adran-tcd {
  background-color: rgb(225.09375, 208.40625, 212.8125);
}

.adran-tcd a {
  color: #8f0a2d;
}

/*# sourceMappingURL=cwmni.css.map */
