.file-cta, .file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

.file-cta:focus, .file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.file-cta, .is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .file-cta:active, .file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.file-cta, .is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}

[disabled].file-cta, [disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .file-cta, fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

.file, .button, .is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select:not(.is-multiple):not(.is-loading)::after {
  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;
}

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

.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::before, .delete::after {
  background-color: #FFFFFF;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.delete::before {
  height: 2px;
  width: 50%;
}

.delete::after {
  height: 50%;
  width: 2px;
}

.delete:hover, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

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

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

@font-face {
  font-family: "Fresh Sans";
  font-style: normal;
  font-weight: normal;
  src: url('FreshSans-Regular_1_350.197242f621df04d975e3.otf') format("opentype");
}

@font-face {
  font-family: "Fresh Sans";
  font-style: italic;
  font-weight: normal;
  src: url('FreshSans-Italic.a6f0771fdb36cce96686.otf') format("opentype");
}

@font-face {
  font-family: "Fresh Sans";
  font-style: normal;
  font-weight: 300;
  src: url('FreshSans-Light_1_350.724d451bddc4edfc99dd.otf') format("opentype");
}

@font-face {
  font-family: "Fresh Sans";
  font-style: normal;
  font-weight: 500;
  src: url('FreshSans-Medium_1_350.7ce0fcb332932dd4f317.otf') format("opentype");
}

@font-face {
  font-family: "Fresh Sans";
  font-style: normal;
  font-weight: bold;
  src: url('FreshSans-Bold_1_350.96efb00171f2358a77c2.otf') format("opentype");
}

@font-face {
  font-family: "Fresh Script";
  font-style: normal;
  font-weight: 500;
  src: url('FreshScript-Regular.93cb688ff50271324ee1.otf') format("opentype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url('Roboto-Light.88823c2015ffd5fa89d5.ttf') format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url('Roboto-LightItalic.a3ce4440f2abf76f4a1b.ttf') format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url('Roboto-Regular.11eabca2251325cfc558.ttf') format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url('Roboto-Italic.a720f17aa773e493a7eb.ttf') format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url('Roboto-Medium.58aef543c97bbaf6a989.ttf') format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url('Roboto-MediumItalic.cf23e1bb619029496260.ttf') format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url('Roboto-Bold.e07df86cef2e72111558.ttf') format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url('Roboto-BoldItalic.5b44818d2b9eda3e23cd.ttf') format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url('Roboto-Black.5ebb24ee1112dd956262.ttf') format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url('Roboto-BlackItalic.99682a78fa4fe61e1177.ttf') format("truetype");
}

@font-face {
  font-family: "password";
  font-style: normal;
  font-weight: 400;
  src: url('password.7c30111ed087ad868bab.otf') format("opentype");
}

@media screen and (min-width: 1024px) {
  .container.is-fluid.is-flush {
    margin-left: 0;
    margin-right: 0;
  }
}

.file-cta, .file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

.file-cta:focus, .file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.file-cta, .is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .file-cta:active, .file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.file-cta, .is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}

[disabled].file-cta, [disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .file-cta, fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

.file, .button, .is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select:not(.is-multiple):not(.is-loading)::after {
  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;
}

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

.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::before, .delete::after {
  background-color: #FFFFFF;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.delete::before {
  height: 2px;
  width: 50%;
}

.delete::after {
  height: 50%;
  width: 2px;
}

.delete:hover, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

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

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

/*! 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: #FFFFFF;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

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

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

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

a {
  color: #FD6400;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

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

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

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

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

small {
  font-size: 0.875em;
}

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

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

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #3A474E;
  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: #363636;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-text-info {
  color: #3e8ed0 !important;
}

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

.has-background-info {
  background-color: #3e8ed0 !important;
}

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

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

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

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

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

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

.has-text-success {
  color: #1e7b49 !important;
}

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

.has-background-success {
  background-color: #1e7b49 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.has-text-warning-dark {
  color: #8e7306 !important;
}

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

.has-background-warning-dark {
  background-color: #8e7306 !important;
}

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

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

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

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

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

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

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

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

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

.has-text-accessible-primary {
  color: #D44500 !important;
}

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

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

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

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

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

.has-text-accessible-primary-dark {
  color: #eb4c00 !important;
}

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

.has-background-accessible-primary-dark {
  background-color: #eb4c00 !important;
}

.has-text-charcoal {
  color: #3A474E !important;
}

a.has-text-charcoal:hover, a.has-text-charcoal:focus {
  color: #242c31 !important;
}

.has-background-charcoal {
  background-color: #3A474E !important;
}

.has-text-charcoal-light {
  color: #f3f5f6 !important;
}

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

.has-background-charcoal-light {
  background-color: #f3f5f6 !important;
}

.has-text-charcoal-dark {
  color: #738a97 !important;
}

a.has-text-charcoal-dark:hover, a.has-text-charcoal-dark:focus {
  color: #90a2ac !important;
}

.has-background-charcoal-dark {
  background-color: #738a97 !important;
}

.has-text-accessible-orange {
  color: #D44500 !important;
}

a.has-text-accessible-orange:hover, a.has-text-accessible-orange:focus {
  color: #a13400 !important;
}

.has-background-accessible-orange {
  background-color: #D44500 !important;
}

.has-text-accessible-orange-light {
  color: #fff1eb !important;
}

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

.has-background-accessible-orange-light {
  background-color: #fff1eb !important;
}

.has-text-accessible-orange-dark {
  color: #eb4c00 !important;
}

a.has-text-accessible-orange-dark:hover, a.has-text-accessible-orange-dark:focus {
  color: #ff681f !important;
}

.has-background-accessible-orange-dark {
  background-color: #eb4c00 !important;
}

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

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

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

.has-text-dark-orange-light {
  color: #fff1eb !important;
}

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

.has-background-dark-orange-light {
  background-color: #fff1eb !important;
}

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

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

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

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

a.has-text-mid-grey:hover, a.has-text-mid-grey:focus {
  color: #c9c9c9 !important;
}

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

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

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

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

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

a.has-text-mid-grey-dark:hover, a.has-text-mid-grey-dark:focus {
  color: #636363 !important;
}

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

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

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

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

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

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

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

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

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

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

.has-text-brand-woolworths {
  color: #125430 !important;
}

a.has-text-brand-woolworths:hover, a.has-text-brand-woolworths:focus {
  color: #092a18 !important;
}

.has-background-brand-woolworths {
  background-color: #125430 !important;
}

.has-text-brand-woolworths-light {
  color: #eefbf4 !important;
}

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

.has-background-brand-woolworths-light {
  background-color: #eefbf4 !important;
}

.has-text-brand-woolworths-dark {
  color: #35d47d !important;
}

a.has-text-brand-woolworths-dark:hover, a.has-text-brand-woolworths-dark:focus {
  color: #5fdd98 !important;
}

.has-background-brand-woolworths-dark {
  background-color: #35d47d !important;
}

.has-text-brand-rewards {
  color: #FD6400 !important;
}

a.has-text-brand-rewards:hover, a.has-text-brand-rewards:focus {
  color: #ca5000 !important;
}

.has-background-brand-rewards {
  background-color: #FD6400 !important;
}

.has-text-brand-rewards-light {
  color: #fff3eb !important;
}

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

.has-background-brand-rewards-light {
  background-color: #fff3eb !important;
}

.has-text-brand-rewards-dark {
  color: #c74f00 !important;
}

a.has-text-brand-rewards-dark:hover, a.has-text-brand-rewards-dark:focus {
  color: #fa6300 !important;
}

.has-background-brand-rewards-dark {
  background-color: #c74f00 !important;
}

.has-text-brand-bigw {
  color: #2339e1 !important;
}

a.has-text-brand-bigw:hover, a.has-text-brand-bigw:focus {
  color: #192cb8 !important;
}

.has-background-brand-bigw {
  background-color: #2339e1 !important;
}

.has-text-brand-bigw-light {
  color: #edeffd !important;
}

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

.has-background-brand-bigw-light {
  background-color: #edeffd !important;
}

.has-text-brand-bigw-dark {
  color: #2339e1 !important;
}

a.has-text-brand-bigw-dark:hover, a.has-text-brand-bigw-dark:focus {
  color: #5062e7 !important;
}

.has-background-brand-bigw-dark {
  background-color: #2339e1 !important;
}

.has-text-brand-bws {
  color: #ed732c !important;
}

a.has-text-brand-bws:hover, a.has-text-brand-bws:focus {
  color: #d35912 !important;
}

.has-background-brand-bws {
  background-color: #ed732c !important;
}

.has-text-brand-bws-light {
  color: #fdf3ec !important;
}

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

.has-background-brand-bws-light {
  background-color: #fdf3ec !important;
}

.has-text-brand-bws-dark {
  color: #b24b10 !important;
}

a.has-text-brand-bws-dark:hover, a.has-text-brand-bws-dark:focus {
  color: #e15f14 !important;
}

.has-background-brand-bws-dark {
  background-color: #b24b10 !important;
}

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

a.has-text-grey:hover, a.has-text-grey:focus {
  color: #4c5054 !important;
}

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

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

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

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

.has-text-grey-dark {
  color: #72787e !important;
}

a.has-text-grey-dark:hover, a.has-text-grey-dark:focus {
  color: #8c9297 !important;
}

.has-background-grey-dark {
  background-color: #72787e !important;
}

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

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

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

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

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

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

.has-text-grey-light-90-dark {
  color: #454f4f !important;
}

a.has-text-grey-light-90-dark:hover, a.has-text-grey-light-90-dark:focus {
  color: #5d6a6a !important;
}

.has-background-grey-light-90-dark {
  background-color: #454f4f !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-size-8 {
  font-size: 1.1rem !important;
}

.is-size-9 {
  font-size: 0.9rem !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;
  }

  .is-size-8-mobile {
    font-size: 1.1rem !important;
  }

  .is-size-9-mobile {
    font-size: 0.9rem !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;
  }

  .is-size-8-tablet {
    font-size: 1.1rem !important;
  }

  .is-size-9-tablet {
    font-size: 0.9rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

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

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

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

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

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

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

  .is-size-8-touch {
    font-size: 1.1rem !important;
  }

  .is-size-9-touch {
    font-size: 0.9rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

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

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

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

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

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

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

  .is-size-8-desktop {
    font-size: 1.1rem !important;
  }

  .is-size-9-desktop {
    font-size: 0.9rem !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

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

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

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

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

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

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

  .is-size-8-widescreen {
    font-size: 1.1rem !important;
  }

  .is-size-9-widescreen {
    font-size: 0.9rem !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

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

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

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

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

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

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

  .is-size-8-fullhd {
    font-size: 1.1rem !important;
  }

  .is-size-9-fullhd {
    font-size: 0.9rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
* animate.css -https://daneden.github.io/animate.css/
* Version - 3.7.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2019 Daniel Eden
*/

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

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

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-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;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-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;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 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);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -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 zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 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);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -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);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 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);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -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 zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 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);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -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);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 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);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -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 zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 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);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -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);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 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);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -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 zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 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);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -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);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    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;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    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 zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    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 zoomOutUp {
  40% {
    opacity: 1;
    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;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    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);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.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: 500ms;
  animation-duration: 500ms;
}

.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;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

.box {
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #3A474E;
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #FD6400;
}

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

.button {
  background-color: #FFFFFF;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: 0.32em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.32em;
  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: #b5b5b5;
  color: #363636;
}

.button:focus, .button.is-focused {
  border-color: #3273dc;
  color: #363636;
}

.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(253, 100, 0, 0.25);
}

.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #3A474E;
  text-decoration: underline;
}

.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #FD6400;
  text-decoration: none;
}

.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #FD6400;
  text-decoration: underline;
}

.button.is-white {
  background-color: #FFFFFF;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: none;
}

.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: #FFFFFF;
}

.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}

.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: #FFFFFF;
}

.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent #FFFFFF #FFFFFF !important;
}

.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: #FFFFFF;
  box-shadow: none;
  color: #FFFFFF;
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: #FFFFFF;
}

.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #FFFFFF #FFFFFF !important;
}

.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #FFFFFF;
}

.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: #FFFFFF;
}

.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: #FFFFFF;
}

.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: #FFFFFF;
}

.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  box-shadow: none;
}

.button.is-black.is-inverted {
  background-color: #FFFFFF;
  color: #0a0a0a;
}

.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: #FFFFFF;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-loading::after {
  border-color: transparent transparent #FFFFFF #FFFFFF !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #FFFFFF;
}

.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #FFFFFF #FFFFFF !important;
}

.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: #FFFFFF;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #FFFFFF;
  box-shadow: none;
  color: #FFFFFF;
}

.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
}

.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

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

.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: whitesmoke;
  color: whitesmoke;
}

.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: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !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: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

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

.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 whitesmoke whitesmoke !important;
}

.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: #363636;
  box-shadow: none;
}

.button.is-dark.is-inverted {
  background-color: #fff;
  color: #363636;
}

.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-primary {
  background-color: #FD6400;
  border-color: transparent;
  color: #FFFFFF;
}

.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #f05f00;
  border-color: transparent;
  color: #FFFFFF;
}

.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #FFFFFF;
}

.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(253, 100, 0, 0.25);
}

.button.is-primary:active, .button.is-primary.is-active {
  background-color: #e45a00;
  border-color: transparent;
  color: #FFFFFF;
}

.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #FD6400;
  border-color: #FD6400;
  box-shadow: none;
}

.button.is-primary.is-inverted {
  background-color: #FFFFFF;
  color: #FD6400;
}

.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #FFFFFF;
  border-color: transparent;
  box-shadow: none;
  color: #FD6400;
}

.button.is-primary.is-loading::after {
  border-color: transparent transparent #FFFFFF #FFFFFF !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #FD6400;
  color: #FD6400;
}

.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: #FD6400;
  border-color: #FD6400;
  color: #FFFFFF;
}

.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #FD6400 #FD6400 !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 #FFFFFF #FFFFFF !important;
}

.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #FD6400;
  box-shadow: none;
  color: #FD6400;
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.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: #FFFFFF;
  color: #FD6400;
}

.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 #FD6400 #FD6400 !important;
}

.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #FFFFFF;
  box-shadow: none;
  color: #FFFFFF;
}

.button.is-primary.is-light {
  background-color: #fff3eb;
  color: #c74f00;
}

.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #ffebde;
  border-color: transparent;
  color: #c74f00;
}

.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #ffe3d1;
  border-color: transparent;
  color: #c74f00;
}

.button.is-link {
  background-color: #FD6400;
  border-color: transparent;
  color: #fff;
}

.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #f05f00;
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(253, 100, 0, 0.25);
}

.button.is-link:active, .button.is-link.is-active {
  background-color: #e45a00;
  border-color: transparent;
  color: #fff;
}

.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #FD6400;
  border-color: #FD6400;
  box-shadow: none;
}

.button.is-link.is-inverted {
  background-color: #fff;
  color: #FD6400;
}

.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #FD6400;
}

.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #FD6400;
  color: #FD6400;
}

.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #FD6400;
  border-color: #FD6400;
  color: #fff;
}

.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #FD6400 #FD6400 !important;
}

.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #FD6400;
  box-shadow: none;
  color: #FD6400;
}

.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #FD6400;
}

.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #FD6400 #FD6400 !important;
}

.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-link.is-light {
  background-color: #fff3eb;
  color: #c74f00;
}

.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #ffebde;
  border-color: transparent;
  color: #c74f00;
}

.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #ffe3d1;
  border-color: transparent;
  color: #c74f00;
}

.button.is-info {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}

.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

.button.is-info:active, .button.is-info.is-active {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}

.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  box-shadow: none;
}

.button.is-info.is-inverted {
  background-color: #fff;
  color: #3e8ed0;
}

.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3e8ed0;
}

.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  color: #3e8ed0;
}

.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}

.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}

.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  box-shadow: none;
  color: #3e8ed0;
}

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #3e8ed0;
}

.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}

.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e4eff9;
  border-color: transparent;
  color: #296fa8;
}

.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #dae9f6;
  border-color: transparent;
  color: #296fa8;
}

.button.is-success {
  background-color: #1e7b49;
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #1c7143;
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(30, 123, 73, 0.25);
}

.button.is-success:active, .button.is-success.is-active {
  background-color: #19673d;
  border-color: transparent;
  color: #fff;
}

.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #1e7b49;
  border-color: #1e7b49;
  box-shadow: none;
}

.button.is-success.is-inverted {
  background-color: #fff;
  color: #1e7b49;
}

.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #1e7b49;
}

.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #1e7b49;
  color: #1e7b49;
}

.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: #1e7b49;
  border-color: #1e7b49;
  color: #fff;
}

.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #1e7b49 #1e7b49 !important;
}

.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #1e7b49;
  box-shadow: none;
  color: #1e7b49;
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #1e7b49;
}

.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 #1e7b49 #1e7b49 !important;
}

.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-success.is-light {
  background-color: #effbf4;
  color: #2fc172;
}

.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e4f9ee;
  border-color: transparent;
  color: #2fc172;
}

.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #daf6e7;
  border-color: transparent;
  color: #2fc172;
}

.button.is-warning {
  background-color: #f5c919;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #f5c60d;
  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(245, 201, 25, 0.25);
}

.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ebbe0a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #f5c919;
  border-color: #f5c919;
  box-shadow: none;
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f5c919;
}

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

.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: #f5c919;
  color: #f5c919;
}

.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: #f5c919;
  border-color: #f5c919;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #f5c919 #f5c919 !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: #f5c919;
  box-shadow: none;
  color: #f5c919;
}

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

.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 #f5c919 #f5c919 !important;
}

.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-light {
  background-color: #fefaeb;
  color: #8e7306;
}

.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fef8df;
  border-color: transparent;
  color: #8e7306;
}

.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fdf5d3;
  border-color: transparent;
  color: #8e7306;
}

.button.is-danger {
  background-color: #ed1d23;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #ea131a;
  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(237, 29, 35, 0.25);
}

.button.is-danger:active, .button.is-danger.is-active {
  background-color: #de1219;
  border-color: transparent;
  color: #fff;
}

.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #ed1d23;
  border-color: #ed1d23;
  box-shadow: none;
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ed1d23;
}

.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ed1d23;
}

.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ed1d23;
  color: #ed1d23;
}

.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: #ed1d23;
  border-color: #ed1d23;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #ed1d23 #ed1d23 !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: #ed1d23;
  box-shadow: none;
  color: #ed1d23;
}

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

.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 #ed1d23 #ed1d23 !important;
}

.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-danger.is-light {
  background-color: #fdeced;
  color: #d91218;
}

.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fde0e1;
  border-color: transparent;
  color: #d91218;
}

.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fcd5d6;
  border-color: transparent;
  color: #d91218;
}

.button.is-accessible-primary {
  background-color: #D44500;
  border-color: transparent;
  color: #fff;
}

.button.is-accessible-primary:hover, .button.is-accessible-primary.is-hovered {
  background-color: #c74100;
  border-color: transparent;
  color: #fff;
}

.button.is-accessible-primary:focus, .button.is-accessible-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-accessible-primary:focus:not(:active), .button.is-accessible-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(212, 69, 0, 0.25);
}

.button.is-accessible-primary:active, .button.is-accessible-primary.is-active {
  background-color: #bb3d00;
  border-color: transparent;
  color: #fff;
}

.button.is-accessible-primary[disabled], fieldset[disabled] .button.is-accessible-primary {
  background-color: #D44500;
  border-color: #D44500;
  box-shadow: none;
}

.button.is-accessible-primary.is-inverted {
  background-color: #fff;
  color: #D44500;
}

.button.is-accessible-primary.is-inverted:hover, .button.is-accessible-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-accessible-primary.is-inverted[disabled], fieldset[disabled] .button.is-accessible-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #D44500;
}

.button.is-accessible-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-accessible-primary.is-outlined {
  background-color: transparent;
  border-color: #D44500;
  color: #D44500;
}

.button.is-accessible-primary.is-outlined:hover, .button.is-accessible-primary.is-outlined.is-hovered, .button.is-accessible-primary.is-outlined:focus, .button.is-accessible-primary.is-outlined.is-focused {
  background-color: #D44500;
  border-color: #D44500;
  color: #fff;
}

.button.is-accessible-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #D44500 #D44500 !important;
}

.button.is-accessible-primary.is-outlined.is-loading:hover::after, .button.is-accessible-primary.is-outlined.is-loading.is-hovered::after, .button.is-accessible-primary.is-outlined.is-loading:focus::after, .button.is-accessible-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-accessible-primary.is-outlined[disabled], fieldset[disabled] .button.is-accessible-primary.is-outlined {
  background-color: transparent;
  border-color: #D44500;
  box-shadow: none;
  color: #D44500;
}

.button.is-accessible-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-accessible-primary.is-inverted.is-outlined:hover, .button.is-accessible-primary.is-inverted.is-outlined.is-hovered, .button.is-accessible-primary.is-inverted.is-outlined:focus, .button.is-accessible-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #D44500;
}

.button.is-accessible-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-accessible-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-accessible-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-accessible-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #D44500 #D44500 !important;
}

.button.is-accessible-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-accessible-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-accessible-primary.is-light {
  background-color: #fff1eb;
  color: #eb4c00;
}

.button.is-accessible-primary.is-light:hover, .button.is-accessible-primary.is-light.is-hovered {
  background-color: #ffe9de;
  border-color: transparent;
  color: #eb4c00;
}

.button.is-accessible-primary.is-light:active, .button.is-accessible-primary.is-light.is-active {
  background-color: #ffe0d1;
  border-color: transparent;
  color: #eb4c00;
}

.button.is-charcoal {
  background-color: #3A474E;
  border-color: transparent;
  color: #fff;
}

.button.is-charcoal:hover, .button.is-charcoal.is-hovered {
  background-color: #354047;
  border-color: transparent;
  color: #fff;
}

.button.is-charcoal:focus, .button.is-charcoal.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-charcoal:focus:not(:active), .button.is-charcoal.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(58, 71, 78, 0.25);
}

.button.is-charcoal:active, .button.is-charcoal.is-active {
  background-color: #2f3a3f;
  border-color: transparent;
  color: #fff;
}

.button.is-charcoal[disabled], fieldset[disabled] .button.is-charcoal {
  background-color: #3A474E;
  border-color: #3A474E;
  box-shadow: none;
}

.button.is-charcoal.is-inverted {
  background-color: #fff;
  color: #3A474E;
}

.button.is-charcoal.is-inverted:hover, .button.is-charcoal.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-charcoal.is-inverted[disabled], fieldset[disabled] .button.is-charcoal.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3A474E;
}

.button.is-charcoal.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-charcoal.is-outlined {
  background-color: transparent;
  border-color: #3A474E;
  color: #3A474E;
}

.button.is-charcoal.is-outlined:hover, .button.is-charcoal.is-outlined.is-hovered, .button.is-charcoal.is-outlined:focus, .button.is-charcoal.is-outlined.is-focused {
  background-color: #3A474E;
  border-color: #3A474E;
  color: #fff;
}

.button.is-charcoal.is-outlined.is-loading::after {
  border-color: transparent transparent #3A474E #3A474E !important;
}

.button.is-charcoal.is-outlined.is-loading:hover::after, .button.is-charcoal.is-outlined.is-loading.is-hovered::after, .button.is-charcoal.is-outlined.is-loading:focus::after, .button.is-charcoal.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-charcoal.is-outlined[disabled], fieldset[disabled] .button.is-charcoal.is-outlined {
  background-color: transparent;
  border-color: #3A474E;
  box-shadow: none;
  color: #3A474E;
}

.button.is-charcoal.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-charcoal.is-inverted.is-outlined:hover, .button.is-charcoal.is-inverted.is-outlined.is-hovered, .button.is-charcoal.is-inverted.is-outlined:focus, .button.is-charcoal.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #3A474E;
}

.button.is-charcoal.is-inverted.is-outlined.is-loading:hover::after, .button.is-charcoal.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-charcoal.is-inverted.is-outlined.is-loading:focus::after, .button.is-charcoal.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #3A474E #3A474E !important;
}

.button.is-charcoal.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-charcoal.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-charcoal.is-light {
  background-color: #f3f5f6;
  color: #738a97;
}

.button.is-charcoal.is-light:hover, .button.is-charcoal.is-light.is-hovered {
  background-color: #eceff1;
  border-color: transparent;
  color: #738a97;
}

.button.is-charcoal.is-light:active, .button.is-charcoal.is-light.is-active {
  background-color: #e5e9eb;
  border-color: transparent;
  color: #738a97;
}

.button.is-accessible-orange {
  background-color: #D44500;
  border-color: transparent;
  color: #fff;
}

.button.is-accessible-orange:hover, .button.is-accessible-orange.is-hovered {
  background-color: #c74100;
  border-color: transparent;
  color: #fff;
}

.button.is-accessible-orange:focus, .button.is-accessible-orange.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-accessible-orange:focus:not(:active), .button.is-accessible-orange.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(212, 69, 0, 0.25);
}

.button.is-accessible-orange:active, .button.is-accessible-orange.is-active {
  background-color: #bb3d00;
  border-color: transparent;
  color: #fff;
}

.button.is-accessible-orange[disabled], fieldset[disabled] .button.is-accessible-orange {
  background-color: #D44500;
  border-color: #D44500;
  box-shadow: none;
}

.button.is-accessible-orange.is-inverted {
  background-color: #fff;
  color: #D44500;
}

.button.is-accessible-orange.is-inverted:hover, .button.is-accessible-orange.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-accessible-orange.is-inverted[disabled], fieldset[disabled] .button.is-accessible-orange.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #D44500;
}

.button.is-accessible-orange.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-accessible-orange.is-outlined {
  background-color: transparent;
  border-color: #D44500;
  color: #D44500;
}

.button.is-accessible-orange.is-outlined:hover, .button.is-accessible-orange.is-outlined.is-hovered, .button.is-accessible-orange.is-outlined:focus, .button.is-accessible-orange.is-outlined.is-focused {
  background-color: #D44500;
  border-color: #D44500;
  color: #fff;
}

.button.is-accessible-orange.is-outlined.is-loading::after {
  border-color: transparent transparent #D44500 #D44500 !important;
}

.button.is-accessible-orange.is-outlined.is-loading:hover::after, .button.is-accessible-orange.is-outlined.is-loading.is-hovered::after, .button.is-accessible-orange.is-outlined.is-loading:focus::after, .button.is-accessible-orange.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-accessible-orange.is-outlined[disabled], fieldset[disabled] .button.is-accessible-orange.is-outlined {
  background-color: transparent;
  border-color: #D44500;
  box-shadow: none;
  color: #D44500;
}

.button.is-accessible-orange.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-accessible-orange.is-inverted.is-outlined:hover, .button.is-accessible-orange.is-inverted.is-outlined.is-hovered, .button.is-accessible-orange.is-inverted.is-outlined:focus, .button.is-accessible-orange.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #D44500;
}

.button.is-accessible-orange.is-inverted.is-outlined.is-loading:hover::after, .button.is-accessible-orange.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-accessible-orange.is-inverted.is-outlined.is-loading:focus::after, .button.is-accessible-orange.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #D44500 #D44500 !important;
}

.button.is-accessible-orange.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-accessible-orange.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-accessible-orange.is-light {
  background-color: #fff1eb;
  color: #eb4c00;
}

.button.is-accessible-orange.is-light:hover, .button.is-accessible-orange.is-light.is-hovered {
  background-color: #ffe9de;
  border-color: transparent;
  color: #eb4c00;
}

.button.is-accessible-orange.is-light:active, .button.is-accessible-orange.is-light.is-active {
  background-color: #ffe0d1;
  border-color: transparent;
  color: #eb4c00;
}

.button.is-dark-orange {
  background-color: #D44500;
  border-color: transparent;
  color: #fff;
}

.button.is-dark-orange:hover, .button.is-dark-orange.is-hovered {
  background-color: #c74100;
  border-color: transparent;
  color: #fff;
}

.button.is-dark-orange:focus, .button.is-dark-orange.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-dark-orange:focus:not(:active), .button.is-dark-orange.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(212, 69, 0, 0.25);
}

.button.is-dark-orange:active, .button.is-dark-orange.is-active {
  background-color: #bb3d00;
  border-color: transparent;
  color: #fff;
}

.button.is-dark-orange[disabled], fieldset[disabled] .button.is-dark-orange {
  background-color: #D44500;
  border-color: #D44500;
  box-shadow: none;
}

.button.is-dark-orange.is-inverted {
  background-color: #fff;
  color: #D44500;
}

.button.is-dark-orange.is-inverted:hover, .button.is-dark-orange.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-dark-orange.is-inverted[disabled], fieldset[disabled] .button.is-dark-orange.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #D44500;
}

.button.is-dark-orange.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-dark-orange.is-outlined {
  background-color: transparent;
  border-color: #D44500;
  color: #D44500;
}

.button.is-dark-orange.is-outlined:hover, .button.is-dark-orange.is-outlined.is-hovered, .button.is-dark-orange.is-outlined:focus, .button.is-dark-orange.is-outlined.is-focused {
  background-color: #D44500;
  border-color: #D44500;
  color: #fff;
}

.button.is-dark-orange.is-outlined.is-loading::after {
  border-color: transparent transparent #D44500 #D44500 !important;
}

.button.is-dark-orange.is-outlined.is-loading:hover::after, .button.is-dark-orange.is-outlined.is-loading.is-hovered::after, .button.is-dark-orange.is-outlined.is-loading:focus::after, .button.is-dark-orange.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-dark-orange.is-outlined[disabled], fieldset[disabled] .button.is-dark-orange.is-outlined {
  background-color: transparent;
  border-color: #D44500;
  box-shadow: none;
  color: #D44500;
}

.button.is-dark-orange.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-dark-orange.is-inverted.is-outlined:hover, .button.is-dark-orange.is-inverted.is-outlined.is-hovered, .button.is-dark-orange.is-inverted.is-outlined:focus, .button.is-dark-orange.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #D44500;
}

.button.is-dark-orange.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark-orange.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark-orange.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark-orange.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #D44500 #D44500 !important;
}

.button.is-dark-orange.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark-orange.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-dark-orange.is-light {
  background-color: #fff1eb;
  color: #eb4c00;
}

.button.is-dark-orange.is-light:hover, .button.is-dark-orange.is-light.is-hovered {
  background-color: #ffe9de;
  border-color: transparent;
  color: #eb4c00;
}

.button.is-dark-orange.is-light:active, .button.is-dark-orange.is-light.is-active {
  background-color: #ffe0d1;
  border-color: transparent;
  color: #eb4c00;
}

.button.is-mid-grey {
  background-color: #E2E2E2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-mid-grey:hover, .button.is-mid-grey.is-hovered {
  background-color: gainsboro;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-mid-grey:focus, .button.is-mid-grey.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-mid-grey:focus:not(:active), .button.is-mid-grey.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(226, 226, 226, 0.25);
}

.button.is-mid-grey:active, .button.is-mid-grey.is-active {
  background-color: #d5d5d5;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-mid-grey[disabled], fieldset[disabled] .button.is-mid-grey {
  background-color: #E2E2E2;
  border-color: #E2E2E2;
  box-shadow: none;
}

.button.is-mid-grey.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #E2E2E2;
}

.button.is-mid-grey.is-inverted:hover, .button.is-mid-grey.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-mid-grey.is-inverted[disabled], fieldset[disabled] .button.is-mid-grey.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #E2E2E2;
}

.button.is-mid-grey.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-mid-grey.is-outlined {
  background-color: transparent;
  border-color: #E2E2E2;
  color: #E2E2E2;
}

.button.is-mid-grey.is-outlined:hover, .button.is-mid-grey.is-outlined.is-hovered, .button.is-mid-grey.is-outlined:focus, .button.is-mid-grey.is-outlined.is-focused {
  background-color: #E2E2E2;
  border-color: #E2E2E2;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-mid-grey.is-outlined.is-loading::after {
  border-color: transparent transparent #E2E2E2 #E2E2E2 !important;
}

.button.is-mid-grey.is-outlined.is-loading:hover::after, .button.is-mid-grey.is-outlined.is-loading.is-hovered::after, .button.is-mid-grey.is-outlined.is-loading:focus::after, .button.is-mid-grey.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-mid-grey.is-outlined[disabled], fieldset[disabled] .button.is-mid-grey.is-outlined {
  background-color: transparent;
  border-color: #E2E2E2;
  box-shadow: none;
  color: #E2E2E2;
}

.button.is-mid-grey.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-mid-grey.is-inverted.is-outlined:hover, .button.is-mid-grey.is-inverted.is-outlined.is-hovered, .button.is-mid-grey.is-inverted.is-outlined:focus, .button.is-mid-grey.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #E2E2E2;
}

.button.is-mid-grey.is-inverted.is-outlined.is-loading:hover::after, .button.is-mid-grey.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-mid-grey.is-inverted.is-outlined.is-loading:focus::after, .button.is-mid-grey.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #E2E2E2 #E2E2E2 !important;
}

.button.is-mid-grey.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-mid-grey.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-mid-grey.is-light {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.button.is-mid-grey.is-light:hover, .button.is-mid-grey.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #4a4a4a;
}

.button.is-mid-grey.is-light:active, .button.is-mid-grey.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #4a4a4a;
}

.button.is-light-grey {
  background-color: #F2F2F2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-grey:hover, .button.is-light-grey.is-hovered {
  background-color: #ececec;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-grey:focus, .button.is-light-grey.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-grey:focus:not(:active), .button.is-light-grey.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(242, 242, 242, 0.25);
}

.button.is-light-grey:active, .button.is-light-grey.is-active {
  background-color: #e5e5e5;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-grey[disabled], fieldset[disabled] .button.is-light-grey {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  box-shadow: none;
}

.button.is-light-grey.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #F2F2F2;
}

.button.is-light-grey.is-inverted:hover, .button.is-light-grey.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-light-grey.is-inverted[disabled], fieldset[disabled] .button.is-light-grey.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #F2F2F2;
}

.button.is-light-grey.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-light-grey.is-outlined {
  background-color: transparent;
  border-color: #F2F2F2;
  color: #F2F2F2;
}

.button.is-light-grey.is-outlined:hover, .button.is-light-grey.is-outlined.is-hovered, .button.is-light-grey.is-outlined:focus, .button.is-light-grey.is-outlined.is-focused {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light-grey.is-outlined.is-loading::after {
  border-color: transparent transparent #F2F2F2 #F2F2F2 !important;
}

.button.is-light-grey.is-outlined.is-loading:hover::after, .button.is-light-grey.is-outlined.is-loading.is-hovered::after, .button.is-light-grey.is-outlined.is-loading:focus::after, .button.is-light-grey.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-grey.is-outlined[disabled], fieldset[disabled] .button.is-light-grey.is-outlined {
  background-color: transparent;
  border-color: #F2F2F2;
  box-shadow: none;
  color: #F2F2F2;
}

.button.is-light-grey.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-grey.is-inverted.is-outlined:hover, .button.is-light-grey.is-inverted.is-outlined.is-hovered, .button.is-light-grey.is-inverted.is-outlined:focus, .button.is-light-grey.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #F2F2F2;
}

.button.is-light-grey.is-inverted.is-outlined.is-loading:hover::after, .button.is-light-grey.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light-grey.is-inverted.is-outlined.is-loading:focus::after, .button.is-light-grey.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #F2F2F2 #F2F2F2 !important;
}

.button.is-light-grey.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light-grey.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-light-grey.is-light {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.button.is-light-grey.is-light:hover, .button.is-light-grey.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #4a4a4a;
}

.button.is-light-grey.is-light:active, .button.is-light-grey.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #4a4a4a;
}

.button.is-brand-woolworths {
  background-color: #125430;
  border-color: transparent;
  color: #fff;
}

.button.is-brand-woolworths:hover, .button.is-brand-woolworths.is-hovered {
  background-color: #104a2a;
  border-color: transparent;
  color: #fff;
}

.button.is-brand-woolworths:focus, .button.is-brand-woolworths.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-brand-woolworths:focus:not(:active), .button.is-brand-woolworths.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(18, 84, 48, 0.25);
}

.button.is-brand-woolworths:active, .button.is-brand-woolworths.is-active {
  background-color: #0d3f24;
  border-color: transparent;
  color: #fff;
}

.button.is-brand-woolworths[disabled], fieldset[disabled] .button.is-brand-woolworths {
  background-color: #125430;
  border-color: #125430;
  box-shadow: none;
}

.button.is-brand-woolworths.is-inverted {
  background-color: #fff;
  color: #125430;
}

.button.is-brand-woolworths.is-inverted:hover, .button.is-brand-woolworths.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-brand-woolworths.is-inverted[disabled], fieldset[disabled] .button.is-brand-woolworths.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #125430;
}

.button.is-brand-woolworths.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-brand-woolworths.is-outlined {
  background-color: transparent;
  border-color: #125430;
  color: #125430;
}

.button.is-brand-woolworths.is-outlined:hover, .button.is-brand-woolworths.is-outlined.is-hovered, .button.is-brand-woolworths.is-outlined:focus, .button.is-brand-woolworths.is-outlined.is-focused {
  background-color: #125430;
  border-color: #125430;
  color: #fff;
}

.button.is-brand-woolworths.is-outlined.is-loading::after {
  border-color: transparent transparent #125430 #125430 !important;
}

.button.is-brand-woolworths.is-outlined.is-loading:hover::after, .button.is-brand-woolworths.is-outlined.is-loading.is-hovered::after, .button.is-brand-woolworths.is-outlined.is-loading:focus::after, .button.is-brand-woolworths.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-brand-woolworths.is-outlined[disabled], fieldset[disabled] .button.is-brand-woolworths.is-outlined {
  background-color: transparent;
  border-color: #125430;
  box-shadow: none;
  color: #125430;
}

.button.is-brand-woolworths.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-brand-woolworths.is-inverted.is-outlined:hover, .button.is-brand-woolworths.is-inverted.is-outlined.is-hovered, .button.is-brand-woolworths.is-inverted.is-outlined:focus, .button.is-brand-woolworths.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #125430;
}

.button.is-brand-woolworths.is-inverted.is-outlined.is-loading:hover::after, .button.is-brand-woolworths.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-brand-woolworths.is-inverted.is-outlined.is-loading:focus::after, .button.is-brand-woolworths.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #125430 #125430 !important;
}

.button.is-brand-woolworths.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-brand-woolworths.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-brand-woolworths.is-light {
  background-color: #eefbf4;
  color: #35d47d;
}

.button.is-brand-woolworths.is-light:hover, .button.is-brand-woolworths.is-light.is-hovered {
  background-color: #e4f9ed;
  border-color: transparent;
  color: #35d47d;
}

.button.is-brand-woolworths.is-light:active, .button.is-brand-woolworths.is-light.is-active {
  background-color: #d9f7e7;
  border-color: transparent;
  color: #35d47d;
}

.button.is-brand-rewards {
  background-color: #FD6400;
  border-color: transparent;
  color: #fff;
}

.button.is-brand-rewards:hover, .button.is-brand-rewards.is-hovered {
  background-color: #f05f00;
  border-color: transparent;
  color: #fff;
}

.button.is-brand-rewards:focus, .button.is-brand-rewards.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-brand-rewards:focus:not(:active), .button.is-brand-rewards.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(253, 100, 0, 0.25);
}

.button.is-brand-rewards:active, .button.is-brand-rewards.is-active {
  background-color: #e45a00;
  border-color: transparent;
  color: #fff;
}

.button.is-brand-rewards[disabled], fieldset[disabled] .button.is-brand-rewards {
  background-color: #FD6400;
  border-color: #FD6400;
  box-shadow: none;
}

.button.is-brand-rewards.is-inverted {
  background-color: #fff;
  color: #FD6400;
}

.button.is-brand-rewards.is-inverted:hover, .button.is-brand-rewards.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-brand-rewards.is-inverted[disabled], fieldset[disabled] .button.is-brand-rewards.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #FD6400;
}

.button.is-brand-rewards.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-brand-rewards.is-outlined {
  background-color: transparent;
  border-color: #FD6400;
  color: #FD6400;
}

.button.is-brand-rewards.is-outlined:hover, .button.is-brand-rewards.is-outlined.is-hovered, .button.is-brand-rewards.is-outlined:focus, .button.is-brand-rewards.is-outlined.is-focused {
  background-color: #FD6400;
  border-color: #FD6400;
  color: #fff;
}

.button.is-brand-rewards.is-outlined.is-loading::after {
  border-color: transparent transparent #FD6400 #FD6400 !important;
}

.button.is-brand-rewards.is-outlined.is-loading:hover::after, .button.is-brand-rewards.is-outlined.is-loading.is-hovered::after, .button.is-brand-rewards.is-outlined.is-loading:focus::after, .button.is-brand-rewards.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-brand-rewards.is-outlined[disabled], fieldset[disabled] .button.is-brand-rewards.is-outlined {
  background-color: transparent;
  border-color: #FD6400;
  box-shadow: none;
  color: #FD6400;
}

.button.is-brand-rewards.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-brand-rewards.is-inverted.is-outlined:hover, .button.is-brand-rewards.is-inverted.is-outlined.is-hovered, .button.is-brand-rewards.is-inverted.is-outlined:focus, .button.is-brand-rewards.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #FD6400;
}

.button.is-brand-rewards.is-inverted.is-outlined.is-loading:hover::after, .button.is-brand-rewards.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-brand-rewards.is-inverted.is-outlined.is-loading:focus::after, .button.is-brand-rewards.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #FD6400 #FD6400 !important;
}

.button.is-brand-rewards.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-brand-rewards.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-brand-rewards.is-light {
  background-color: #fff3eb;
  color: #c74f00;
}

.button.is-brand-rewards.is-light:hover, .button.is-brand-rewards.is-light.is-hovered {
  background-color: #ffebde;
  border-color: transparent;
  color: #c74f00;
}

.button.is-brand-rewards.is-light:active, .button.is-brand-rewards.is-light.is-active {
  background-color: #ffe3d1;
  border-color: transparent;
  color: #c74f00;
}

.button.is-brand-bigw {
  background-color: #2339e1;
  border-color: transparent;
  color: #fff;
}

.button.is-brand-bigw:hover, .button.is-brand-bigw.is-hovered {
  background-color: #1e34da;
  border-color: transparent;
  color: #fff;
}

.button.is-brand-bigw:focus, .button.is-brand-bigw.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-brand-bigw:focus:not(:active), .button.is-brand-bigw.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(35, 57, 225, 0.25);
}

.button.is-brand-bigw:active, .button.is-brand-bigw.is-active {
  background-color: #1c31ce;
  border-color: transparent;
  color: #fff;
}

.button.is-brand-bigw[disabled], fieldset[disabled] .button.is-brand-bigw {
  background-color: #2339e1;
  border-color: #2339e1;
  box-shadow: none;
}

.button.is-brand-bigw.is-inverted {
  background-color: #fff;
  color: #2339e1;
}

.button.is-brand-bigw.is-inverted:hover, .button.is-brand-bigw.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-brand-bigw.is-inverted[disabled], fieldset[disabled] .button.is-brand-bigw.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2339e1;
}

.button.is-brand-bigw.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-brand-bigw.is-outlined {
  background-color: transparent;
  border-color: #2339e1;
  color: #2339e1;
}

.button.is-brand-bigw.is-outlined:hover, .button.is-brand-bigw.is-outlined.is-hovered, .button.is-brand-bigw.is-outlined:focus, .button.is-brand-bigw.is-outlined.is-focused {
  background-color: #2339e1;
  border-color: #2339e1;
  color: #fff;
}

.button.is-brand-bigw.is-outlined.is-loading::after {
  border-color: transparent transparent #2339e1 #2339e1 !important;
}

.button.is-brand-bigw.is-outlined.is-loading:hover::after, .button.is-brand-bigw.is-outlined.is-loading.is-hovered::after, .button.is-brand-bigw.is-outlined.is-loading:focus::after, .button.is-brand-bigw.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-brand-bigw.is-outlined[disabled], fieldset[disabled] .button.is-brand-bigw.is-outlined {
  background-color: transparent;
  border-color: #2339e1;
  box-shadow: none;
  color: #2339e1;
}

.button.is-brand-bigw.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-brand-bigw.is-inverted.is-outlined:hover, .button.is-brand-bigw.is-inverted.is-outlined.is-hovered, .button.is-brand-bigw.is-inverted.is-outlined:focus, .button.is-brand-bigw.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #2339e1;
}

.button.is-brand-bigw.is-inverted.is-outlined.is-loading:hover::after, .button.is-brand-bigw.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-brand-bigw.is-inverted.is-outlined.is-loading:focus::after, .button.is-brand-bigw.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #2339e1 #2339e1 !important;
}

.button.is-brand-bigw.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-brand-bigw.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-brand-bigw.is-light {
  background-color: #edeffd;
  color: #2339e1;
}

.button.is-brand-bigw.is-light:hover, .button.is-brand-bigw.is-light.is-hovered {
  background-color: #e2e5fb;
  border-color: transparent;
  color: #2339e1;
}

.button.is-brand-bigw.is-light:active, .button.is-brand-bigw.is-light.is-active {
  background-color: #d7dbf9;
  border-color: transparent;
  color: #2339e1;
}

.button.is-brand-bws {
  background-color: #ed732c;
  border-color: transparent;
  color: #fff;
}

.button.is-brand-bws:hover, .button.is-brand-bws.is-hovered {
  background-color: #ec6b20;
  border-color: transparent;
  color: #fff;
}

.button.is-brand-bws:focus, .button.is-brand-bws.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-brand-bws:focus:not(:active), .button.is-brand-bws.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(237, 115, 44, 0.25);
}

.button.is-brand-bws:active, .button.is-brand-bws.is-active {
  background-color: #eb6314;
  border-color: transparent;
  color: #fff;
}

.button.is-brand-bws[disabled], fieldset[disabled] .button.is-brand-bws {
  background-color: #ed732c;
  border-color: #ed732c;
  box-shadow: none;
}

.button.is-brand-bws.is-inverted {
  background-color: #fff;
  color: #ed732c;
}

.button.is-brand-bws.is-inverted:hover, .button.is-brand-bws.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-brand-bws.is-inverted[disabled], fieldset[disabled] .button.is-brand-bws.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ed732c;
}

.button.is-brand-bws.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-brand-bws.is-outlined {
  background-color: transparent;
  border-color: #ed732c;
  color: #ed732c;
}

.button.is-brand-bws.is-outlined:hover, .button.is-brand-bws.is-outlined.is-hovered, .button.is-brand-bws.is-outlined:focus, .button.is-brand-bws.is-outlined.is-focused {
  background-color: #ed732c;
  border-color: #ed732c;
  color: #fff;
}

.button.is-brand-bws.is-outlined.is-loading::after {
  border-color: transparent transparent #ed732c #ed732c !important;
}

.button.is-brand-bws.is-outlined.is-loading:hover::after, .button.is-brand-bws.is-outlined.is-loading.is-hovered::after, .button.is-brand-bws.is-outlined.is-loading:focus::after, .button.is-brand-bws.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-brand-bws.is-outlined[disabled], fieldset[disabled] .button.is-brand-bws.is-outlined {
  background-color: transparent;
  border-color: #ed732c;
  box-shadow: none;
  color: #ed732c;
}

.button.is-brand-bws.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-brand-bws.is-inverted.is-outlined:hover, .button.is-brand-bws.is-inverted.is-outlined.is-hovered, .button.is-brand-bws.is-inverted.is-outlined:focus, .button.is-brand-bws.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ed732c;
}

.button.is-brand-bws.is-inverted.is-outlined.is-loading:hover::after, .button.is-brand-bws.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-brand-bws.is-inverted.is-outlined.is-loading:focus::after, .button.is-brand-bws.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ed732c #ed732c !important;
}

.button.is-brand-bws.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-brand-bws.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-brand-bws.is-light {
  background-color: #fdf3ec;
  color: #b24b10;
}

.button.is-brand-bws.is-light:hover, .button.is-brand-bws.is-light.is-hovered {
  background-color: #fcebe1;
  border-color: transparent;
  color: #b24b10;
}

.button.is-brand-bws.is-light:active, .button.is-brand-bws.is-light.is-active {
  background-color: #fbe3d5;
  border-color: transparent;
  color: #b24b10;
}

.button.is-grey {
  background-color: #646a6f;
  border-color: transparent;
  color: #fff;
}

.button.is-grey:hover, .button.is-grey.is-hovered {
  background-color: #5e6468;
  border-color: transparent;
  color: #fff;
}

.button.is-grey:focus, .button.is-grey.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-grey:focus:not(:active), .button.is-grey.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(100, 106, 111, 0.25);
}

.button.is-grey:active, .button.is-grey.is-active {
  background-color: #585d62;
  border-color: transparent;
  color: #fff;
}

.button.is-grey[disabled], fieldset[disabled] .button.is-grey {
  background-color: #646a6f;
  border-color: #646a6f;
  box-shadow: none;
}

.button.is-grey.is-inverted {
  background-color: #fff;
  color: #646a6f;
}

.button.is-grey.is-inverted:hover, .button.is-grey.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-grey.is-inverted[disabled], fieldset[disabled] .button.is-grey.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #646a6f;
}

.button.is-grey.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-grey.is-outlined {
  background-color: transparent;
  border-color: #646a6f;
  color: #646a6f;
}

.button.is-grey.is-outlined:hover, .button.is-grey.is-outlined.is-hovered, .button.is-grey.is-outlined:focus, .button.is-grey.is-outlined.is-focused {
  background-color: #646a6f;
  border-color: #646a6f;
  color: #fff;
}

.button.is-grey.is-outlined.is-loading::after {
  border-color: transparent transparent #646a6f #646a6f !important;
}

.button.is-grey.is-outlined.is-loading:hover::after, .button.is-grey.is-outlined.is-loading.is-hovered::after, .button.is-grey.is-outlined.is-loading:focus::after, .button.is-grey.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-grey.is-outlined[disabled], fieldset[disabled] .button.is-grey.is-outlined {
  background-color: transparent;
  border-color: #646a6f;
  box-shadow: none;
  color: #646a6f;
}

.button.is-grey.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-grey.is-inverted.is-outlined:hover, .button.is-grey.is-inverted.is-outlined.is-hovered, .button.is-grey.is-inverted.is-outlined:focus, .button.is-grey.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #646a6f;
}

.button.is-grey.is-inverted.is-outlined.is-loading:hover::after, .button.is-grey.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-grey.is-inverted.is-outlined.is-loading:focus::after, .button.is-grey.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #646a6f #646a6f !important;
}

.button.is-grey.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-grey.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-grey.is-light {
  background-color: #f4f5f5;
  color: #72787e;
}

.button.is-grey.is-light:hover, .button.is-grey.is-light.is-hovered {
  background-color: #eeefef;
  border-color: transparent;
  color: #72787e;
}

.button.is-grey.is-light:active, .button.is-grey.is-light.is-active {
  background-color: #e7e8e9;
  border-color: transparent;
  color: #72787e;
}

.button.is-grey-light-90 {
  background-color: #f7f8f8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-light-90:hover, .button.is-grey-light-90.is-hovered {
  background-color: #f0f2f2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-light-90:focus, .button.is-grey-light-90.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-light-90:focus:not(:active), .button.is-grey-light-90.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(247, 248, 248, 0.25);
}

.button.is-grey-light-90:active, .button.is-grey-light-90.is-active {
  background-color: #e9ecec;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-light-90[disabled], fieldset[disabled] .button.is-grey-light-90 {
  background-color: #f7f8f8;
  border-color: #f7f8f8;
  box-shadow: none;
}

.button.is-grey-light-90.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f7f8f8;
}

.button.is-grey-light-90.is-inverted:hover, .button.is-grey-light-90.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-light-90.is-inverted[disabled], fieldset[disabled] .button.is-grey-light-90.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #f7f8f8;
}

.button.is-grey-light-90.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-grey-light-90.is-outlined {
  background-color: transparent;
  border-color: #f7f8f8;
  color: #f7f8f8;
}

.button.is-grey-light-90.is-outlined:hover, .button.is-grey-light-90.is-outlined.is-hovered, .button.is-grey-light-90.is-outlined:focus, .button.is-grey-light-90.is-outlined.is-focused {
  background-color: #f7f8f8;
  border-color: #f7f8f8;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-light-90.is-outlined.is-loading::after {
  border-color: transparent transparent #f7f8f8 #f7f8f8 !important;
}

.button.is-grey-light-90.is-outlined.is-loading:hover::after, .button.is-grey-light-90.is-outlined.is-loading.is-hovered::after, .button.is-grey-light-90.is-outlined.is-loading:focus::after, .button.is-grey-light-90.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-grey-light-90.is-outlined[disabled], fieldset[disabled] .button.is-grey-light-90.is-outlined {
  background-color: transparent;
  border-color: #f7f8f8;
  box-shadow: none;
  color: #f7f8f8;
}

.button.is-grey-light-90.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-grey-light-90.is-inverted.is-outlined:hover, .button.is-grey-light-90.is-inverted.is-outlined.is-hovered, .button.is-grey-light-90.is-inverted.is-outlined:focus, .button.is-grey-light-90.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f7f8f8;
}

.button.is-grey-light-90.is-inverted.is-outlined.is-loading:hover::after, .button.is-grey-light-90.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-grey-light-90.is-inverted.is-outlined.is-loading:focus::after, .button.is-grey-light-90.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f7f8f8 #f7f8f8 !important;
}

.button.is-grey-light-90.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-grey-light-90.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-grey-light-90.is-light {
  background-color: #f7f8f8;
  color: #454f4f;
}

.button.is-grey-light-90.is-light:hover, .button.is-grey-light-90.is-light.is-hovered {
  background-color: #f0f2f2;
  border-color: transparent;
  color: #454f4f;
}

.button.is-grey-light-90.is-light:active, .button.is-grey-light-90.is-light.is-active {
  background-color: #e9ecec;
  border-color: transparent;
  color: #454f4f;
}

.button.is-small {
  font-size: 0.75rem;
}

.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}

.button.is-normal {
  font-size: 1rem;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-large {
  font-size: 1.5rem;
}

.button[disabled], fieldset[disabled] .button {
  background-color: #FFFFFF;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth {
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}

.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #646a6f;
  box-shadow: none;
  pointer-events: none;
}

.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.buttons .button {
  margin-bottom: 0.5rem;
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

.buttons:last-child {
  margin-bottom: -0.5rem;
}

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .button:last-child {
  margin-right: 0;
}

.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}

.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.buttons.is-centered {
  justify-content: center;
}

.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media screen and (max-width: 768px) {
  .button.is-responsive.is-small {
    font-size: 0.5625rem;
  }

  .button.is-responsive, .button.is-responsive.is-normal {
    font-size: 0.65625rem;
  }

  .button.is-responsive.is-medium {
    font-size: 0.75rem;
  }

  .button.is-responsive.is-large {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .button.is-responsive.is-small {
    font-size: 0.65625rem;
  }

  .button.is-responsive, .button.is-responsive.is-normal {
    font-size: 0.75rem;
  }

  .button.is-responsive.is-medium {
    font-size: 1rem;
  }

  .button.is-responsive.is-large {
    font-size: 1.25rem;
  }
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}

.content p:not(:last-child), .content dl:not(:last-child), .content ol:not(:last-child), .content ul:not(:last-child), .content blockquote:not(:last-child), .content pre:not(:last-child), .content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #363636;
  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: whitesmoke;
  border-left: 5px solid #dbdbdb;
  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 #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: #363636;
}

.content table th:not([align]) {
  text-align: inherit;
}

.content table thead td, .content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.content table tfoot td, .content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.content table tbody tr:last-child td, .content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content .tabs li + li {
  margin-top: 0;
}

.content.is-small {
  font-size: 0.75rem;
}

.content.is-normal {
  font-size: 1rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

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

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}

.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}

.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}

.icon-text .icon:not(:first-child) {
  margin-left: 0.25em;
}

div.icon-text {
  display: flex;
}

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

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image img.is-rounded {
  border-radius: 9999px;
}

.image.is-fullwidth {
  width: 100%;
}

.image.is-square img, .image.is-square .has-ratio, .image.is-1by1 img, .image.is-1by1 .has-ratio, .image.is-5by4 img, .image.is-5by4 .has-ratio, .image.is-4by3 img, .image.is-4by3 .has-ratio, .image.is-3by2 img, .image.is-3by2 .has-ratio, .image.is-5by3 img, .image.is-5by3 .has-ratio, .image.is-16by9 img, .image.is-16by9 .has-ratio, .image.is-2by1 img, .image.is-2by1 .has-ratio, .image.is-3by1 img, .image.is-3by1 .has-ratio, .image.is-4by5 img, .image.is-4by5 .has-ratio, .image.is-3by4 img, .image.is-3by4 .has-ratio, .image.is-2by3 img, .image.is-2by3 .has-ratio, .image.is-3by5 img, .image.is-3by5 .has-ratio, .image.is-9by16 img, .image.is-9by16 .has-ratio, .image.is-1by2 img, .image.is-1by2 .has-ratio, .image.is-1by3 img, .image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}

.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

.image.is-5by4 {
  padding-top: 80%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-5by3 {
  padding-top: 60%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-3by1 {
  padding-top: 33.3333%;
}

.image.is-4by5 {
  padding-top: 125%;
}

.image.is-3by4 {
  padding-top: 133.3333%;
}

.image.is-2by3 {
  padding-top: 150%;
}

.image.is-3by5 {
  padding-top: 166.6666%;
}

.image.is-9by16 {
  padding-top: 177.7777%;
}

.image.is-1by2 {
  padding-top: 200%;
}

.image.is-1by3 {
  padding-top: 300%;
}

.image.is-16x16 {
  height: 16px;
  width: 16px;
}

.image.is-24x24 {
  height: 24px;
  width: 24px;
}

.image.is-32x32 {
  height: 32px;
  width: 32px;
}

.image.is-48x48 {
  height: 48px;
  width: 48px;
}

.image.is-64x64 {
  height: 64px;
  width: 64px;
}

.image.is-96x96 {
  height: 96px;
  width: 96px;
}

.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code, .notification pre {
  background: #FFFFFF;
}

.notification pre code {
  background: transparent;
}

.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}

.notification .title, .notification .subtitle, .notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: #FFFFFF;
  color: #0a0a0a;
}

.notification.is-black {
  background-color: #0a0a0a;
  color: #FFFFFF;
}

.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-dark {
  background-color: #363636;
  color: #fff;
}

.notification.is-primary {
  background-color: #FD6400;
  color: #FFFFFF;
}

.notification.is-primary.is-light {
  background-color: #fff3eb;
  color: #c74f00;
}

.notification.is-link {
  background-color: #FD6400;
  color: #fff;
}

.notification.is-link.is-light {
  background-color: #fff3eb;
  color: #c74f00;
}

.notification.is-info {
  background-color: #3e8ed0;
  color: #fff;
}

.notification.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

.notification.is-success {
  background-color: #1e7b49;
  color: #fff;
}

.notification.is-success.is-light {
  background-color: #effbf4;
  color: #2fc172;
}

.notification.is-warning {
  background-color: #f5c919;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-warning.is-light {
  background-color: #fefaeb;
  color: #8e7306;
}

.notification.is-danger {
  background-color: #ed1d23;
  color: #fff;
}

.notification.is-danger.is-light {
  background-color: #fdeced;
  color: #d91218;
}

.notification.is-accessible-primary {
  background-color: #D44500;
  color: #fff;
}

.notification.is-accessible-primary.is-light {
  background-color: #fff1eb;
  color: #eb4c00;
}

.notification.is-charcoal {
  background-color: #3A474E;
  color: #fff;
}

.notification.is-charcoal.is-light {
  background-color: #f3f5f6;
  color: #738a97;
}

.notification.is-accessible-orange {
  background-color: #D44500;
  color: #fff;
}

.notification.is-accessible-orange.is-light {
  background-color: #fff1eb;
  color: #eb4c00;
}

.notification.is-dark-orange {
  background-color: #D44500;
  color: #fff;
}

.notification.is-dark-orange.is-light {
  background-color: #fff1eb;
  color: #eb4c00;
}

.notification.is-mid-grey {
  background-color: #E2E2E2;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-mid-grey.is-light {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.notification.is-light-grey {
  background-color: #F2F2F2;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-light-grey.is-light {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.notification.is-brand-woolworths {
  background-color: #125430;
  color: #fff;
}

.notification.is-brand-woolworths.is-light {
  background-color: #eefbf4;
  color: #35d47d;
}

.notification.is-brand-rewards {
  background-color: #FD6400;
  color: #fff;
}

.notification.is-brand-rewards.is-light {
  background-color: #fff3eb;
  color: #c74f00;
}

.notification.is-brand-bigw {
  background-color: #2339e1;
  color: #fff;
}

.notification.is-brand-bigw.is-light {
  background-color: #edeffd;
  color: #2339e1;
}

.notification.is-brand-bws {
  background-color: #ed732c;
  color: #fff;
}

.notification.is-brand-bws.is-light {
  background-color: #fdf3ec;
  color: #b24b10;
}

.notification.is-grey {
  background-color: #646a6f;
  color: #fff;
}

.notification.is-grey.is-light {
  background-color: #f4f5f5;
  color: #72787e;
}

.notification.is-grey-light-90 {
  background-color: #f7f8f8;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-grey-light-90.is-light {
  background-color: #f7f8f8;
  color: #454f4f;
}

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

.progress::-webkit-progress-value {
  background-color: #3A474E;
}

.progress::-moz-progress-bar {
  background-color: #3A474E;
}

.progress::-ms-fill {
  background-color: #3A474E;
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: #FFFFFF;
}

.progress.is-white::-moz-progress-bar {
  background-color: #FFFFFF;
}

.progress.is-white::-ms-fill {
  background-color: #FFFFFF;
}

.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, #FFFFFF 30%, #ededed 30%);
}

.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}

.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}

.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

.progress.is-dark::-ms-fill {
  background-color: #363636;
}

.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}

.progress.is-primary::-webkit-progress-value {
  background-color: #FD6400;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #FD6400;
}

.progress.is-primary::-ms-fill {
  background-color: #FD6400;
}

.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #FD6400 30%, #ededed 30%);
}

.progress.is-link::-webkit-progress-value {
  background-color: #FD6400;
}

.progress.is-link::-moz-progress-bar {
  background-color: #FD6400;
}

.progress.is-link::-ms-fill {
  background-color: #FD6400;
}

.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #FD6400 30%, #ededed 30%);
}

.progress.is-info::-webkit-progress-value {
  background-color: #3e8ed0;
}

.progress.is-info::-moz-progress-bar {
  background-color: #3e8ed0;
}

.progress.is-info::-ms-fill {
  background-color: #3e8ed0;
}

.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%);
}

.progress.is-success::-webkit-progress-value {
  background-color: #1e7b49;
}

.progress.is-success::-moz-progress-bar {
  background-color: #1e7b49;
}

.progress.is-success::-ms-fill {
  background-color: #1e7b49;
}

.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #1e7b49 30%, #ededed 30%);
}

.progress.is-warning::-webkit-progress-value {
  background-color: #f5c919;
}

.progress.is-warning::-moz-progress-bar {
  background-color: #f5c919;
}

.progress.is-warning::-ms-fill {
  background-color: #f5c919;
}

.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #f5c919 30%, #ededed 30%);
}

.progress.is-danger::-webkit-progress-value {
  background-color: #ed1d23;
}

.progress.is-danger::-moz-progress-bar {
  background-color: #ed1d23;
}

.progress.is-danger::-ms-fill {
  background-color: #ed1d23;
}

.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #ed1d23 30%, #ededed 30%);
}

.progress.is-accessible-primary::-webkit-progress-value {
  background-color: #D44500;
}

.progress.is-accessible-primary::-moz-progress-bar {
  background-color: #D44500;
}

.progress.is-accessible-primary::-ms-fill {
  background-color: #D44500;
}

.progress.is-accessible-primary:indeterminate {
  background-image: linear-gradient(to right, #D44500 30%, #ededed 30%);
}

.progress.is-charcoal::-webkit-progress-value {
  background-color: #3A474E;
}

.progress.is-charcoal::-moz-progress-bar {
  background-color: #3A474E;
}

.progress.is-charcoal::-ms-fill {
  background-color: #3A474E;
}

.progress.is-charcoal:indeterminate {
  background-image: linear-gradient(to right, #3A474E 30%, #ededed 30%);
}

.progress.is-accessible-orange::-webkit-progress-value {
  background-color: #D44500;
}

.progress.is-accessible-orange::-moz-progress-bar {
  background-color: #D44500;
}

.progress.is-accessible-orange::-ms-fill {
  background-color: #D44500;
}

.progress.is-accessible-orange:indeterminate {
  background-image: linear-gradient(to right, #D44500 30%, #ededed 30%);
}

.progress.is-dark-orange::-webkit-progress-value {
  background-color: #D44500;
}

.progress.is-dark-orange::-moz-progress-bar {
  background-color: #D44500;
}

.progress.is-dark-orange::-ms-fill {
  background-color: #D44500;
}

.progress.is-dark-orange:indeterminate {
  background-image: linear-gradient(to right, #D44500 30%, #ededed 30%);
}

.progress.is-mid-grey::-webkit-progress-value {
  background-color: #E2E2E2;
}

.progress.is-mid-grey::-moz-progress-bar {
  background-color: #E2E2E2;
}

.progress.is-mid-grey::-ms-fill {
  background-color: #E2E2E2;
}

.progress.is-mid-grey:indeterminate {
  background-image: linear-gradient(to right, #E2E2E2 30%, #ededed 30%);
}

.progress.is-light-grey::-webkit-progress-value {
  background-color: #F2F2F2;
}

.progress.is-light-grey::-moz-progress-bar {
  background-color: #F2F2F2;
}

.progress.is-light-grey::-ms-fill {
  background-color: #F2F2F2;
}

.progress.is-light-grey:indeterminate {
  background-image: linear-gradient(to right, #F2F2F2 30%, #ededed 30%);
}

.progress.is-brand-woolworths::-webkit-progress-value {
  background-color: #125430;
}

.progress.is-brand-woolworths::-moz-progress-bar {
  background-color: #125430;
}

.progress.is-brand-woolworths::-ms-fill {
  background-color: #125430;
}

.progress.is-brand-woolworths:indeterminate {
  background-image: linear-gradient(to right, #125430 30%, #ededed 30%);
}

.progress.is-brand-rewards::-webkit-progress-value {
  background-color: #FD6400;
}

.progress.is-brand-rewards::-moz-progress-bar {
  background-color: #FD6400;
}

.progress.is-brand-rewards::-ms-fill {
  background-color: #FD6400;
}

.progress.is-brand-rewards:indeterminate {
  background-image: linear-gradient(to right, #FD6400 30%, #ededed 30%);
}

.progress.is-brand-bigw::-webkit-progress-value {
  background-color: #2339e1;
}

.progress.is-brand-bigw::-moz-progress-bar {
  background-color: #2339e1;
}

.progress.is-brand-bigw::-ms-fill {
  background-color: #2339e1;
}

.progress.is-brand-bigw:indeterminate {
  background-image: linear-gradient(to right, #2339e1 30%, #ededed 30%);
}

.progress.is-brand-bws::-webkit-progress-value {
  background-color: #ed732c;
}

.progress.is-brand-bws::-moz-progress-bar {
  background-color: #ed732c;
}

.progress.is-brand-bws::-ms-fill {
  background-color: #ed732c;
}

.progress.is-brand-bws:indeterminate {
  background-image: linear-gradient(to right, #ed732c 30%, #ededed 30%);
}

.progress.is-grey::-webkit-progress-value {
  background-color: #646a6f;
}

.progress.is-grey::-moz-progress-bar {
  background-color: #646a6f;
}

.progress.is-grey::-ms-fill {
  background-color: #646a6f;
}

.progress.is-grey:indeterminate {
  background-image: linear-gradient(to right, #646a6f 30%, #ededed 30%);
}

.progress.is-grey-light-90::-webkit-progress-value {
  background-color: #f7f8f8;
}

.progress.is-grey-light-90::-moz-progress-bar {
  background-color: #f7f8f8;
}

.progress.is-grey-light-90::-ms-fill {
  background-color: #f7f8f8;
}

.progress.is-grey-light-90:indeterminate {
  background-image: linear-gradient(to right, #f7f8f8 30%, #ededed 30%);
}

.progress:indeterminate {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: moveIndeterminate;
          animation-name: moveIndeterminate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background-color: #ededed;
  background-image: linear-gradient(to right, #3A474E 30%, #ededed 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;
}

@-webkit-keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

.table {
  background-color: #FFFFFF;
  color: #363636;
}

.table td, .table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-white, .table th.is-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #0a0a0a;
}

.table td.is-black, .table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #FFFFFF;
}

.table td.is-light, .table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-dark, .table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.table td.is-primary, .table th.is-primary {
  background-color: #FD6400;
  border-color: #FD6400;
  color: #FFFFFF;
}

.table td.is-link, .table th.is-link {
  background-color: #FD6400;
  border-color: #FD6400;
  color: #fff;
}

.table td.is-info, .table th.is-info {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}

.table td.is-success, .table th.is-success {
  background-color: #1e7b49;
  border-color: #1e7b49;
  color: #fff;
}

.table td.is-warning, .table th.is-warning {
  background-color: #f5c919;
  border-color: #f5c919;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger, .table th.is-danger {
  background-color: #ed1d23;
  border-color: #ed1d23;
  color: #fff;
}

.table td.is-accessible-primary, .table th.is-accessible-primary {
  background-color: #D44500;
  border-color: #D44500;
  color: #fff;
}

.table td.is-charcoal, .table th.is-charcoal {
  background-color: #3A474E;
  border-color: #3A474E;
  color: #fff;
}

.table td.is-accessible-orange, .table th.is-accessible-orange {
  background-color: #D44500;
  border-color: #D44500;
  color: #fff;
}

.table td.is-dark-orange, .table th.is-dark-orange {
  background-color: #D44500;
  border-color: #D44500;
  color: #fff;
}

.table td.is-mid-grey, .table th.is-mid-grey {
  background-color: #E2E2E2;
  border-color: #E2E2E2;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-light-grey, .table th.is-light-grey {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-brand-woolworths, .table th.is-brand-woolworths {
  background-color: #125430;
  border-color: #125430;
  color: #fff;
}

.table td.is-brand-rewards, .table th.is-brand-rewards {
  background-color: #FD6400;
  border-color: #FD6400;
  color: #fff;
}

.table td.is-brand-bigw, .table th.is-brand-bigw {
  background-color: #2339e1;
  border-color: #2339e1;
  color: #fff;
}

.table td.is-brand-bws, .table th.is-brand-bws {
  background-color: #ed732c;
  border-color: #ed732c;
  color: #fff;
}

.table td.is-grey, .table th.is-grey {
  background-color: #646a6f;
  border-color: #646a6f;
  color: #fff;
}

.table td.is-grey-light-90, .table th.is-grey-light-90 {
  background-color: #f7f8f8;
  border-color: #f7f8f8;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-narrow, .table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table td.is-selected, .table th.is-selected {
  background-color: #FD6400;
  color: #FFFFFF;
}

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

.table th:not([align]) {
  text-align: left;
}

.table tr.is-selected {
  background-color: #FD6400;
  color: #FFFFFF;
}

.table tr.is-selected a, .table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td, .table tr.is-selected th {
  border-color: #FFFFFF;
  color: currentColor;
}

.table thead {
  background-color: transparent;
}

.table thead td, .table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.table tfoot {
  background-color: transparent;
}

.table tfoot td, .table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

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

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

.table.is-narrow td, .table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

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

.tags {
  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: whitesmoke;
  border-radius: 4px;
  color: #3A474E;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

.tag:not(body).is-white {
  background-color: #FFFFFF;
  color: #0a0a0a;
}

.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: #FFFFFF;
}

.tag:not(body).is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-dark {
  background-color: #363636;
  color: #fff;
}

.tag:not(body).is-primary {
  background-color: #FD6400;
  color: #FFFFFF;
}

.tag:not(body).is-primary.is-light {
  background-color: #fff3eb;
  color: #c74f00;
}

.tag:not(body).is-link {
  background-color: #FD6400;
  color: #fff;
}

.tag:not(body).is-link.is-light {
  background-color: #fff3eb;
  color: #c74f00;
}

.tag:not(body).is-info {
  background-color: #3e8ed0;
  color: #fff;
}

.tag:not(body).is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

.tag:not(body).is-success {
  background-color: #1e7b49;
  color: #fff;
}

.tag:not(body).is-success.is-light {
  background-color: #effbf4;
  color: #2fc172;
}

.tag:not(body).is-warning {
  background-color: #f5c919;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-warning.is-light {
  background-color: #fefaeb;
  color: #8e7306;
}

.tag:not(body).is-danger {
  background-color: #ed1d23;
  color: #fff;
}

.tag:not(body).is-danger.is-light {
  background-color: #fdeced;
  color: #d91218;
}

.tag:not(body).is-accessible-primary {
  background-color: #D44500;
  color: #fff;
}

.tag:not(body).is-accessible-primary.is-light {
  background-color: #fff1eb;
  color: #eb4c00;
}

.tag:not(body).is-charcoal {
  background-color: #3A474E;
  color: #fff;
}

.tag:not(body).is-charcoal.is-light {
  background-color: #f3f5f6;
  color: #738a97;
}

.tag:not(body).is-accessible-orange {
  background-color: #D44500;
  color: #fff;
}

.tag:not(body).is-accessible-orange.is-light {
  background-color: #fff1eb;
  color: #eb4c00;
}

.tag:not(body).is-dark-orange {
  background-color: #D44500;
  color: #fff;
}

.tag:not(body).is-dark-orange.is-light {
  background-color: #fff1eb;
  color: #eb4c00;
}

.tag:not(body).is-mid-grey {
  background-color: #E2E2E2;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-mid-grey.is-light {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.tag:not(body).is-light-grey {
  background-color: #F2F2F2;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-light-grey.is-light {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.tag:not(body).is-brand-woolworths {
  background-color: #125430;
  color: #fff;
}

.tag:not(body).is-brand-woolworths.is-light {
  background-color: #eefbf4;
  color: #35d47d;
}

.tag:not(body).is-brand-rewards {
  background-color: #FD6400;
  color: #fff;
}

.tag:not(body).is-brand-rewards.is-light {
  background-color: #fff3eb;
  color: #c74f00;
}

.tag:not(body).is-brand-bigw {
  background-color: #2339e1;
  color: #fff;
}

.tag:not(body).is-brand-bigw.is-light {
  background-color: #edeffd;
  color: #2339e1;
}

.tag:not(body).is-brand-bws {
  background-color: #ed732c;
  color: #fff;
}

.tag:not(body).is-brand-bws.is-light {
  background-color: #fdf3ec;
  color: #b24b10;
}

.tag:not(body).is-grey {
  background-color: #646a6f;
  color: #fff;
}

.tag:not(body).is-grey.is-light {
  background-color: #f4f5f5;
  color: #72787e;
}

.tag:not(body).is-grey-light-90 {
  background-color: #f7f8f8;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-grey-light-90.is-light {
  background-color: #f7f8f8;
  color: #454f4f;
}

.tag:not(body).is-normal {
  font-size: 0.75rem;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 9999px;
}

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

.title, .subtitle {
  word-break: break-word;
}

.title em, .title span, .subtitle em, .subtitle span {
  font-weight: inherit;
}

.title sub, .subtitle sub {
  font-size: 0.75em;
}

.title sup, .subtitle sup {
  font-size: 0.75em;
}

.title .tag, .subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

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

.title.is-8 {
  font-size: 1.1rem;
}

.title.is-9 {
  font-size: 0.9rem;
}

.subtitle {
  color: #3A474E;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: #363636;
  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;
}

.subtitle.is-8 {
  font-size: 1.1rem;
}

.subtitle.is-9 {
  font-size: 0.9rem;
}

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

.number {
  align-items: center;
  background-color: whitesmoke;
  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;
}

.card {
  background-color: #FFFFFF;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #3A474E;
  max-width: 100%;
  position: relative;
}

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

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

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.card-header-title.is-centered {
  justify-content: center;
}

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

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

.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

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

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }

  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0%;
  }

  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }

  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }

  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }

  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }

  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }

  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }

  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }

  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }

  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }

  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }

  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }

  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }

  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }

  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }

  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }

  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }

  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }

  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }

  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }

  .column.is-full-touch {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0%;
  }

  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }

  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }

  .column.is-3-touch {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }

  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }

  .column.is-6-touch {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }

  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }

  .column.is-9-touch {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }

  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }

  .column.is-12-touch {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }

  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0%;
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }

  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }

  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }

  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }

  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }

  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }

  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }

  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }

  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }

  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }

  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }

  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }

  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

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

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

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

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

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

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  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%;
  }
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero .navbar {
  background: none;
}

.hero .tabs ul {
  border-bottom: none;
}

.hero.is-white {
  background-color: #FFFFFF;
  color: #0a0a0a;
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-white strong {
  color: inherit;
}

.hero.is-white .title {
  color: #0a0a0a;
}

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

.hero.is-white .subtitle a:not(.button), .hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: #FFFFFF;
  }
}

.hero.is-white .navbar-item, .hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active, .hero.is-white .navbar-link:hover, .hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

.hero.is-white .tabs a:hover {
  opacity: 1;
}

.hero.is-white .tabs li.is-active a {
  color: #FFFFFF !important;
  opacity: 1;
}

.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #FFFFFF;
}

.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, #FFFFFF 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, #FFFFFF 71%, white 100%);
  }
}

.hero.is-black {
  background-color: #0a0a0a;
  color: #FFFFFF;
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-black strong {
  color: inherit;
}

.hero.is-black .title {
  color: #FFFFFF;
}

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-black .subtitle a:not(.button), .hero.is-black .subtitle strong {
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

.hero.is-black .navbar-item, .hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active, .hero.is-black .navbar-link:hover, .hero.is-black .navbar-link.is-active {
  background-color: black;
  color: #FFFFFF;
}

.hero.is-black .tabs a {
  color: #FFFFFF;
  opacity: 0.9;
}

.hero.is-black .tabs a:hover {
  opacity: 1;
}

.hero.is-black .tabs li.is-active a {
  color: #0a0a0a !important;
  opacity: 1;
}

.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: #FFFFFF;
}

.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #0a0a0a;
}

.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-light strong {
  color: inherit;
}

.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-light .subtitle a:not(.button), .hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

.hero.is-light .navbar-item, .hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, .hero.is-light .navbar-link:hover, .hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-light .tabs a:hover {
  opacity: 1;
}

.hero.is-light .tabs li.is-active a {
  color: whitesmoke !important;
  opacity: 1;
}

.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

.hero.is-dark {
  background-color: #363636;
  color: #fff;
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-dark strong {
  color: inherit;
}

.hero.is-dark .title {
  color: #fff;
}

.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-dark .subtitle a:not(.button), .hero.is-dark .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}

.hero.is-dark .navbar-item, .hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active, .hero.is-dark .navbar-link:hover, .hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}

.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-dark .tabs li.is-active a {
  color: #363636 !important;
  opacity: 1;
}

.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}

.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #363636;
}

.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}

.hero.is-primary {
  background-color: #FD6400;
  color: #FFFFFF;
}

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

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary .subtitle a:not(.button), .hero.is-primary .subtitle strong {
  color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #FD6400;
  }
}

.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: #e45a00;
  color: #FFFFFF;
}

.hero.is-primary .tabs a {
  color: #FFFFFF;
  opacity: 0.9;
}

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

.hero.is-primary .tabs li.is-active a {
  color: #FD6400 !important;
  opacity: 1;
}

.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #FFFFFF;
}

.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #FD6400;
}

.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #ca2e00 0%, #FD6400 71%, #ff9a18 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ca2e00 0%, #FD6400 71%, #ff9a18 100%);
  }
}

.hero.is-link {
  background-color: #FD6400;
  color: #fff;
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-link strong {
  color: inherit;
}

.hero.is-link .title {
  color: #fff;
}

.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-link .subtitle a:not(.button), .hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #FD6400;
  }
}

.hero.is-link .navbar-item, .hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, .hero.is-link .navbar-link:hover, .hero.is-link .navbar-link.is-active {
  background-color: #e45a00;
  color: #fff;
}

.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-link .tabs a:hover {
  opacity: 1;
}

.hero.is-link .tabs li.is-active a {
  color: #FD6400 !important;
  opacity: 1;
}

.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}

.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #FD6400;
}

.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #ca2e00 0%, #FD6400 71%, #ff9a18 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ca2e00 0%, #FD6400 71%, #ff9a18 100%);
  }
}

.hero.is-info {
  background-color: #3e8ed0;
  color: #fff;
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-info strong {
  color: inherit;
}

.hero.is-info .title {
  color: #fff;
}

.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-info .subtitle a:not(.button), .hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: #3e8ed0;
  }
}

.hero.is-info .navbar-item, .hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, .hero.is-info .navbar-link:hover, .hero.is-info .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}

.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-info .tabs a:hover {
  opacity: 1;
}

.hero.is-info .tabs li.is-active a {
  color: #3e8ed0 !important;
  opacity: 1;
}

.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3e8ed0;
}

.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
  }
}

.hero.is-success {
  background-color: #1e7b49;
  color: #fff;
}

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-success strong {
  color: inherit;
}

.hero.is-success .title {
  color: #fff;
}

.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-success .subtitle a:not(.button), .hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #1e7b49;
  }
}

.hero.is-success .navbar-item, .hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, .hero.is-success .navbar-link:hover, .hero.is-success .navbar-link.is-active {
  background-color: #19673d;
  color: #fff;
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-success .tabs a:hover {
  opacity: 1;
}

.hero.is-success .tabs li.is-active a {
  color: #1e7b49 !important;
  opacity: 1;
}

.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1e7b49;
}

.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #0f5724 0%, #1e7b49 71%, #1f9468 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0f5724 0%, #1e7b49 71%, #1f9468 100%);
  }
}

.hero.is-warning {
  background-color: #f5c919;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-warning strong {
  color: inherit;
}

.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-warning .subtitle a:not(.button), .hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #f5c919;
  }
}

.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: #ebbe0a;
  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: #f5c919 !important;
  opacity: 1;
}

.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #f5c919;
}

.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #db8b00 0%, #f5c919 71%, #fcf52c 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #db8b00 0%, #f5c919 71%, #fcf52c 100%);
  }
}

.hero.is-danger {
  background-color: #ed1d23;
  color: #fff;
}

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-danger strong {
  color: inherit;
}

.hero.is-danger .title {
  color: #fff;
}

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-danger .subtitle a:not(.button), .hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #ed1d23;
  }
}

.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: #de1219;
  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: #ed1d23 !important;
  opacity: 1;
}

.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ed1d23;
}

.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #d1052e 0%, #ed1d23 71%, #f4492f 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #d1052e 0%, #ed1d23 71%, #f4492f 100%);
  }
}

.hero.is-accessible-primary {
  background-color: #D44500;
  color: #fff;
}

.hero.is-accessible-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-accessible-primary strong {
  color: inherit;
}

.hero.is-accessible-primary .title {
  color: #fff;
}

.hero.is-accessible-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-accessible-primary .subtitle a:not(.button), .hero.is-accessible-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-accessible-primary .navbar-menu {
    background-color: #D44500;
  }
}

.hero.is-accessible-primary .navbar-item, .hero.is-accessible-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-accessible-primary a.navbar-item:hover, .hero.is-accessible-primary a.navbar-item.is-active, .hero.is-accessible-primary .navbar-link:hover, .hero.is-accessible-primary .navbar-link.is-active {
  background-color: #bb3d00;
  color: #fff;
}

.hero.is-accessible-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-accessible-primary .tabs a:hover {
  opacity: 1;
}

.hero.is-accessible-primary .tabs li.is-active a {
  color: #D44500 !important;
  opacity: 1;
}

.hero.is-accessible-primary .tabs.is-boxed a, .hero.is-accessible-primary .tabs.is-toggle a {
  color: #fff;
}

.hero.is-accessible-primary .tabs.is-boxed a:hover, .hero.is-accessible-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-accessible-primary .tabs.is-boxed li.is-active a, .hero.is-accessible-primary .tabs.is-boxed li.is-active a:hover, .hero.is-accessible-primary .tabs.is-toggle li.is-active a, .hero.is-accessible-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #D44500;
}

.hero.is-accessible-primary.is-bold {
  background-image: linear-gradient(141deg, #a11a00 0%, #D44500 71%, #ee7500 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-accessible-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #a11a00 0%, #D44500 71%, #ee7500 100%);
  }
}

.hero.is-charcoal {
  background-color: #3A474E;
  color: #fff;
}

.hero.is-charcoal a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-charcoal strong {
  color: inherit;
}

.hero.is-charcoal .title {
  color: #fff;
}

.hero.is-charcoal .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-charcoal .subtitle a:not(.button), .hero.is-charcoal .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-charcoal .navbar-menu {
    background-color: #3A474E;
  }
}

.hero.is-charcoal .navbar-item, .hero.is-charcoal .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-charcoal a.navbar-item:hover, .hero.is-charcoal a.navbar-item.is-active, .hero.is-charcoal .navbar-link:hover, .hero.is-charcoal .navbar-link.is-active {
  background-color: #2f3a3f;
  color: #fff;
}

.hero.is-charcoal .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-charcoal .tabs a:hover {
  opacity: 1;
}

.hero.is-charcoal .tabs li.is-active a {
  color: #3A474E !important;
  opacity: 1;
}

.hero.is-charcoal .tabs.is-boxed a, .hero.is-charcoal .tabs.is-toggle a {
  color: #fff;
}

.hero.is-charcoal .tabs.is-boxed a:hover, .hero.is-charcoal .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-charcoal .tabs.is-boxed li.is-active a, .hero.is-charcoal .tabs.is-boxed li.is-active a:hover, .hero.is-charcoal .tabs.is-toggle li.is-active a, .hero.is-charcoal .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3A474E;
}

.hero.is-charcoal.is-bold {
  background-image: linear-gradient(141deg, #203135 0%, #3A474E 71%, #415061 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-charcoal.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #203135 0%, #3A474E 71%, #415061 100%);
  }
}

.hero.is-accessible-orange {
  background-color: #D44500;
  color: #fff;
}

.hero.is-accessible-orange a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-accessible-orange strong {
  color: inherit;
}

.hero.is-accessible-orange .title {
  color: #fff;
}

.hero.is-accessible-orange .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-accessible-orange .subtitle a:not(.button), .hero.is-accessible-orange .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-accessible-orange .navbar-menu {
    background-color: #D44500;
  }
}

.hero.is-accessible-orange .navbar-item, .hero.is-accessible-orange .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-accessible-orange a.navbar-item:hover, .hero.is-accessible-orange a.navbar-item.is-active, .hero.is-accessible-orange .navbar-link:hover, .hero.is-accessible-orange .navbar-link.is-active {
  background-color: #bb3d00;
  color: #fff;
}

.hero.is-accessible-orange .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-accessible-orange .tabs a:hover {
  opacity: 1;
}

.hero.is-accessible-orange .tabs li.is-active a {
  color: #D44500 !important;
  opacity: 1;
}

.hero.is-accessible-orange .tabs.is-boxed a, .hero.is-accessible-orange .tabs.is-toggle a {
  color: #fff;
}

.hero.is-accessible-orange .tabs.is-boxed a:hover, .hero.is-accessible-orange .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-accessible-orange .tabs.is-boxed li.is-active a, .hero.is-accessible-orange .tabs.is-boxed li.is-active a:hover, .hero.is-accessible-orange .tabs.is-toggle li.is-active a, .hero.is-accessible-orange .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #D44500;
}

.hero.is-accessible-orange.is-bold {
  background-image: linear-gradient(141deg, #a11a00 0%, #D44500 71%, #ee7500 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-accessible-orange.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #a11a00 0%, #D44500 71%, #ee7500 100%);
  }
}

.hero.is-dark-orange {
  background-color: #D44500;
  color: #fff;
}

.hero.is-dark-orange a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-dark-orange strong {
  color: inherit;
}

.hero.is-dark-orange .title {
  color: #fff;
}

.hero.is-dark-orange .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-dark-orange .subtitle a:not(.button), .hero.is-dark-orange .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-dark-orange .navbar-menu {
    background-color: #D44500;
  }
}

.hero.is-dark-orange .navbar-item, .hero.is-dark-orange .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-dark-orange a.navbar-item:hover, .hero.is-dark-orange a.navbar-item.is-active, .hero.is-dark-orange .navbar-link:hover, .hero.is-dark-orange .navbar-link.is-active {
  background-color: #bb3d00;
  color: #fff;
}

.hero.is-dark-orange .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-dark-orange .tabs a:hover {
  opacity: 1;
}

.hero.is-dark-orange .tabs li.is-active a {
  color: #D44500 !important;
  opacity: 1;
}

.hero.is-dark-orange .tabs.is-boxed a, .hero.is-dark-orange .tabs.is-toggle a {
  color: #fff;
}

.hero.is-dark-orange .tabs.is-boxed a:hover, .hero.is-dark-orange .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-dark-orange .tabs.is-boxed li.is-active a, .hero.is-dark-orange .tabs.is-boxed li.is-active a:hover, .hero.is-dark-orange .tabs.is-toggle li.is-active a, .hero.is-dark-orange .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #D44500;
}

.hero.is-dark-orange.is-bold {
  background-image: linear-gradient(141deg, #a11a00 0%, #D44500 71%, #ee7500 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-dark-orange.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #a11a00 0%, #D44500 71%, #ee7500 100%);
  }
}

.hero.is-mid-grey {
  background-color: #E2E2E2;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-mid-grey a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-mid-grey strong {
  color: inherit;
}

.hero.is-mid-grey .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-mid-grey .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-mid-grey .subtitle a:not(.button), .hero.is-mid-grey .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-mid-grey .navbar-menu {
    background-color: #E2E2E2;
  }
}

.hero.is-mid-grey .navbar-item, .hero.is-mid-grey .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-mid-grey a.navbar-item:hover, .hero.is-mid-grey a.navbar-item.is-active, .hero.is-mid-grey .navbar-link:hover, .hero.is-mid-grey .navbar-link.is-active {
  background-color: #d5d5d5;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-mid-grey .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-mid-grey .tabs a:hover {
  opacity: 1;
}

.hero.is-mid-grey .tabs li.is-active a {
  color: #E2E2E2 !important;
  opacity: 1;
}

.hero.is-mid-grey .tabs.is-boxed a, .hero.is-mid-grey .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-mid-grey .tabs.is-boxed a:hover, .hero.is-mid-grey .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-mid-grey .tabs.is-boxed li.is-active a, .hero.is-mid-grey .tabs.is-boxed li.is-active a:hover, .hero.is-mid-grey .tabs.is-toggle li.is-active a, .hero.is-mid-grey .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: #E2E2E2;
}

.hero.is-mid-grey.is-bold {
  background-image: linear-gradient(141deg, #cec3c5 0%, #E2E2E2 71%, #f0eeee 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-mid-grey.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #cec3c5 0%, #E2E2E2 71%, #f0eeee 100%);
  }
}

.hero.is-light-grey {
  background-color: #F2F2F2;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-grey a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-light-grey strong {
  color: inherit;
}

.hero.is-light-grey .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-grey .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-light-grey .subtitle a:not(.button), .hero.is-light-grey .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-light-grey .navbar-menu {
    background-color: #F2F2F2;
  }
}

.hero.is-light-grey .navbar-item, .hero.is-light-grey .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-grey a.navbar-item:hover, .hero.is-light-grey a.navbar-item.is-active, .hero.is-light-grey .navbar-link:hover, .hero.is-light-grey .navbar-link.is-active {
  background-color: #e5e5e5;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-grey .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-light-grey .tabs a:hover {
  opacity: 1;
}

.hero.is-light-grey .tabs li.is-active a {
  color: #F2F2F2 !important;
  opacity: 1;
}

.hero.is-light-grey .tabs.is-boxed a, .hero.is-light-grey .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-light-grey .tabs.is-boxed a:hover, .hero.is-light-grey .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-light-grey .tabs.is-boxed li.is-active a, .hero.is-light-grey .tabs.is-boxed li.is-active a:hover, .hero.is-light-grey .tabs.is-toggle li.is-active a, .hero.is-light-grey .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: #F2F2F2;
}

.hero.is-light-grey.is-bold {
  background-image: linear-gradient(141deg, #dcd5d6 0%, #F2F2F2 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-light-grey.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dcd5d6 0%, #F2F2F2 71%, white 100%);
  }
}

.hero.is-brand-woolworths {
  background-color: #125430;
  color: #fff;
}

.hero.is-brand-woolworths a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-brand-woolworths strong {
  color: inherit;
}

.hero.is-brand-woolworths .title {
  color: #fff;
}

.hero.is-brand-woolworths .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-brand-woolworths .subtitle a:not(.button), .hero.is-brand-woolworths .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-brand-woolworths .navbar-menu {
    background-color: #125430;
  }
}

.hero.is-brand-woolworths .navbar-item, .hero.is-brand-woolworths .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-brand-woolworths a.navbar-item:hover, .hero.is-brand-woolworths a.navbar-item.is-active, .hero.is-brand-woolworths .navbar-link:hover, .hero.is-brand-woolworths .navbar-link.is-active {
  background-color: #0d3f24;
  color: #fff;
}

.hero.is-brand-woolworths .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-brand-woolworths .tabs a:hover {
  opacity: 1;
}

.hero.is-brand-woolworths .tabs li.is-active a {
  color: #125430 !important;
  opacity: 1;
}

.hero.is-brand-woolworths .tabs.is-boxed a, .hero.is-brand-woolworths .tabs.is-toggle a {
  color: #fff;
}

.hero.is-brand-woolworths .tabs.is-boxed a:hover, .hero.is-brand-woolworths .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-brand-woolworths .tabs.is-boxed li.is-active a, .hero.is-brand-woolworths .tabs.is-boxed li.is-active a:hover, .hero.is-brand-woolworths .tabs.is-toggle li.is-active a, .hero.is-brand-woolworths .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #125430;
}

.hero.is-brand-woolworths.is-bold {
  background-image: linear-gradient(141deg, #062d11 0%, #125430 71%, #136c4a 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-brand-woolworths.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #062d11 0%, #125430 71%, #136c4a 100%);
  }
}

.hero.is-brand-rewards {
  background-color: #FD6400;
  color: #fff;
}

.hero.is-brand-rewards a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-brand-rewards strong {
  color: inherit;
}

.hero.is-brand-rewards .title {
  color: #fff;
}

.hero.is-brand-rewards .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-brand-rewards .subtitle a:not(.button), .hero.is-brand-rewards .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-brand-rewards .navbar-menu {
    background-color: #FD6400;
  }
}

.hero.is-brand-rewards .navbar-item, .hero.is-brand-rewards .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-brand-rewards a.navbar-item:hover, .hero.is-brand-rewards a.navbar-item.is-active, .hero.is-brand-rewards .navbar-link:hover, .hero.is-brand-rewards .navbar-link.is-active {
  background-color: #e45a00;
  color: #fff;
}

.hero.is-brand-rewards .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-brand-rewards .tabs a:hover {
  opacity: 1;
}

.hero.is-brand-rewards .tabs li.is-active a {
  color: #FD6400 !important;
  opacity: 1;
}

.hero.is-brand-rewards .tabs.is-boxed a, .hero.is-brand-rewards .tabs.is-toggle a {
  color: #fff;
}

.hero.is-brand-rewards .tabs.is-boxed a:hover, .hero.is-brand-rewards .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-brand-rewards .tabs.is-boxed li.is-active a, .hero.is-brand-rewards .tabs.is-boxed li.is-active a:hover, .hero.is-brand-rewards .tabs.is-toggle li.is-active a, .hero.is-brand-rewards .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #FD6400;
}

.hero.is-brand-rewards.is-bold {
  background-image: linear-gradient(141deg, #ca2e00 0%, #FD6400 71%, #ff9a18 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-brand-rewards.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ca2e00 0%, #FD6400 71%, #ff9a18 100%);
  }
}

.hero.is-brand-bigw {
  background-color: #2339e1;
  color: #fff;
}

.hero.is-brand-bigw a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-brand-bigw strong {
  color: inherit;
}

.hero.is-brand-bigw .title {
  color: #fff;
}

.hero.is-brand-bigw .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-brand-bigw .subtitle a:not(.button), .hero.is-brand-bigw .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-brand-bigw .navbar-menu {
    background-color: #2339e1;
  }
}

.hero.is-brand-bigw .navbar-item, .hero.is-brand-bigw .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-brand-bigw a.navbar-item:hover, .hero.is-brand-bigw a.navbar-item.is-active, .hero.is-brand-bigw .navbar-link:hover, .hero.is-brand-bigw .navbar-link.is-active {
  background-color: #1c31ce;
  color: #fff;
}

.hero.is-brand-bigw .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-brand-bigw .tabs a:hover {
  opacity: 1;
}

.hero.is-brand-bigw .tabs li.is-active a {
  color: #2339e1 !important;
  opacity: 1;
}

.hero.is-brand-bigw .tabs.is-boxed a, .hero.is-brand-bigw .tabs.is-toggle a {
  color: #fff;
}

.hero.is-brand-bigw .tabs.is-boxed a:hover, .hero.is-brand-bigw .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-brand-bigw .tabs.is-boxed li.is-active a, .hero.is-brand-bigw .tabs.is-boxed li.is-active a:hover, .hero.is-brand-bigw .tabs.is-toggle li.is-active a, .hero.is-brand-bigw .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2339e1;
}

.hero.is-brand-bigw.is-bold {
  background-image: linear-gradient(141deg, #0f42c2 0%, #2339e1 71%, #3d34ea 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-brand-bigw.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0f42c2 0%, #2339e1 71%, #3d34ea 100%);
  }
}

.hero.is-brand-bws {
  background-color: #ed732c;
  color: #fff;
}

.hero.is-brand-bws a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-brand-bws strong {
  color: inherit;
}

.hero.is-brand-bws .title {
  color: #fff;
}

.hero.is-brand-bws .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-brand-bws .subtitle a:not(.button), .hero.is-brand-bws .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-brand-bws .navbar-menu {
    background-color: #ed732c;
  }
}

.hero.is-brand-bws .navbar-item, .hero.is-brand-bws .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-brand-bws a.navbar-item:hover, .hero.is-brand-bws a.navbar-item.is-active, .hero.is-brand-bws .navbar-link:hover, .hero.is-brand-bws .navbar-link.is-active {
  background-color: #eb6314;
  color: #fff;
}

.hero.is-brand-bws .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-brand-bws .tabs a:hover {
  opacity: 1;
}

.hero.is-brand-bws .tabs li.is-active a {
  color: #ed732c !important;
  opacity: 1;
}

.hero.is-brand-bws .tabs.is-boxed a, .hero.is-brand-bws .tabs.is-toggle a {
  color: #fff;
}

.hero.is-brand-bws .tabs.is-boxed a:hover, .hero.is-brand-bws .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-brand-bws .tabs.is-boxed li.is-active a, .hero.is-brand-bws .tabs.is-boxed li.is-active a:hover, .hero.is-brand-bws .tabs.is-toggle li.is-active a, .hero.is-brand-bws .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ed732c;
}

.hero.is-brand-bws.is-bold {
  background-image: linear-gradient(141deg, #df3207 0%, #ed732c 71%, #f49f3e 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-brand-bws.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #df3207 0%, #ed732c 71%, #f49f3e 100%);
  }
}

.hero.is-grey {
  background-color: #646a6f;
  color: #fff;
}

.hero.is-grey a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-grey strong {
  color: inherit;
}

.hero.is-grey .title {
  color: #fff;
}

.hero.is-grey .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-grey .subtitle a:not(.button), .hero.is-grey .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-grey .navbar-menu {
    background-color: #646a6f;
  }
}

.hero.is-grey .navbar-item, .hero.is-grey .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-grey a.navbar-item:hover, .hero.is-grey a.navbar-item.is-active, .hero.is-grey .navbar-link:hover, .hero.is-grey .navbar-link.is-active {
  background-color: #585d62;
  color: #fff;
}

.hero.is-grey .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-grey .tabs a:hover {
  opacity: 1;
}

.hero.is-grey .tabs li.is-active a {
  color: #646a6f !important;
  opacity: 1;
}

.hero.is-grey .tabs.is-boxed a, .hero.is-grey .tabs.is-toggle a {
  color: #fff;
}

.hero.is-grey .tabs.is-boxed a:hover, .hero.is-grey .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-grey .tabs.is-boxed li.is-active a, .hero.is-grey .tabs.is-boxed li.is-active a:hover, .hero.is-grey .tabs.is-toggle li.is-active a, .hero.is-grey .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #646a6f;
}

.hero.is-grey.is-bold {
  background-image: linear-gradient(141deg, #44555c 0%, #646a6f 71%, #6a7382 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-grey.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #44555c 0%, #646a6f 71%, #6a7382 100%);
  }
}

.hero.is-grey-light-90 {
  background-color: #f7f8f8;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-grey-light-90 a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-grey-light-90 strong {
  color: inherit;
}

.hero.is-grey-light-90 .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-grey-light-90 .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-grey-light-90 .subtitle a:not(.button), .hero.is-grey-light-90 .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-grey-light-90 .navbar-menu {
    background-color: #f7f8f8;
  }
}

.hero.is-grey-light-90 .navbar-item, .hero.is-grey-light-90 .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-grey-light-90 a.navbar-item:hover, .hero.is-grey-light-90 a.navbar-item.is-active, .hero.is-grey-light-90 .navbar-link:hover, .hero.is-grey-light-90 .navbar-link.is-active {
  background-color: #e9ecec;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-grey-light-90 .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-grey-light-90 .tabs a:hover {
  opacity: 1;
}

.hero.is-grey-light-90 .tabs li.is-active a {
  color: #f7f8f8 !important;
  opacity: 1;
}

.hero.is-grey-light-90 .tabs.is-boxed a, .hero.is-grey-light-90 .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-grey-light-90 .tabs.is-boxed a:hover, .hero.is-grey-light-90 .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-grey-light-90 .tabs.is-boxed li.is-active a, .hero.is-grey-light-90 .tabs.is-boxed li.is-active a:hover, .hero.is-grey-light-90 .tabs.is-toggle li.is-active a, .hero.is-grey-light-90 .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: #f7f8f8;
}

.hero.is-grey-light-90.is-bold {
  background-image: linear-gradient(141deg, #d9e4e2 0%, #f7f8f8 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-grey-light-90.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #d9e4e2 0%, #f7f8f8 71%, white 100%);
  }
}

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

@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}

.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}

.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}

.hero.is-halfheight {
  min-height: 50vh;
}

.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }

  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }

  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

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

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 769px), print {
  .hero-body {
    padding: 3rem 3rem;
  }
}

.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  .section {
    padding: 3rem 3rem;
  }

  .section.is-medium {
    padding: 9rem 4.5rem;
  }

  .section.is-large {
    padding: 18rem 6rem;
  }
}

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

.select select, .textarea, .input {
  background-color: #FFFFFF;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #b5b5b5;
}

.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: #FD6400;
  box-shadow: 0 0 0 0.125em rgba(253, 100, 0, 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: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #646a6f;
}

.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(100, 106, 111, 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(100, 106, 111, 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(100, 106, 111, 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(100, 106, 111, 0.3);
}

.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}

[readonly].textarea, [readonly].input {
  box-shadow: none;
}

.is-white.textarea, .is-white.input {
  border-color: #FFFFFF;
}

.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}

.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.is-light.textarea, .is-light.input {
  border-color: whitesmoke;
}

.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.is-dark.textarea, .is-dark.input {
  border-color: #363636;
}

.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.is-primary.textarea, .is-primary.input {
  border-color: #FD6400;
}

.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(253, 100, 0, 0.25);
}

.is-link.textarea, .is-link.input {
  border-color: #FD6400;
}

.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(253, 100, 0, 0.25);
}

.is-info.textarea, .is-info.input {
  border-color: #3e8ed0;
}

.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

.is-success.textarea, .is-success.input {
  border-color: #1e7b49;
}

.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(30, 123, 73, 0.25);
}

.is-warning.textarea, .is-warning.input {
  border-color: #f5c919;
}

.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(245, 201, 25, 0.25);
}

.is-danger.textarea, .is-danger.input {
  border-color: #ed1d23;
}

.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(237, 29, 35, 0.25);
}

.is-accessible-primary.textarea, .is-accessible-primary.input {
  border-color: #D44500;
}

.is-accessible-primary.textarea:focus, .is-accessible-primary.input:focus, .is-accessible-primary.is-focused.textarea, .is-accessible-primary.is-focused.input, .is-accessible-primary.textarea:active, .is-accessible-primary.input:active, .is-accessible-primary.is-active.textarea, .is-accessible-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(212, 69, 0, 0.25);
}

.is-charcoal.textarea, .is-charcoal.input {
  border-color: #3A474E;
}

.is-charcoal.textarea:focus, .is-charcoal.input:focus, .is-charcoal.is-focused.textarea, .is-charcoal.is-focused.input, .is-charcoal.textarea:active, .is-charcoal.input:active, .is-charcoal.is-active.textarea, .is-charcoal.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(58, 71, 78, 0.25);
}

.is-accessible-orange.textarea, .is-accessible-orange.input {
  border-color: #D44500;
}

.is-accessible-orange.textarea:focus, .is-accessible-orange.input:focus, .is-accessible-orange.is-focused.textarea, .is-accessible-orange.is-focused.input, .is-accessible-orange.textarea:active, .is-accessible-orange.input:active, .is-accessible-orange.is-active.textarea, .is-accessible-orange.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(212, 69, 0, 0.25);
}

.is-dark-orange.textarea, .is-dark-orange.input {
  border-color: #D44500;
}

.is-dark-orange.textarea:focus, .is-dark-orange.input:focus, .is-dark-orange.is-focused.textarea, .is-dark-orange.is-focused.input, .is-dark-orange.textarea:active, .is-dark-orange.input:active, .is-dark-orange.is-active.textarea, .is-dark-orange.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(212, 69, 0, 0.25);
}

.is-mid-grey.textarea, .is-mid-grey.input {
  border-color: #E2E2E2;
}

.is-mid-grey.textarea:focus, .is-mid-grey.input:focus, .is-mid-grey.is-focused.textarea, .is-mid-grey.is-focused.input, .is-mid-grey.textarea:active, .is-mid-grey.input:active, .is-mid-grey.is-active.textarea, .is-mid-grey.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(226, 226, 226, 0.25);
}

.is-light-grey.textarea, .is-light-grey.input {
  border-color: #F2F2F2;
}

.is-light-grey.textarea:focus, .is-light-grey.input:focus, .is-light-grey.is-focused.textarea, .is-light-grey.is-focused.input, .is-light-grey.textarea:active, .is-light-grey.input:active, .is-light-grey.is-active.textarea, .is-light-grey.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(242, 242, 242, 0.25);
}

.is-brand-woolworths.textarea, .is-brand-woolworths.input {
  border-color: #125430;
}

.is-brand-woolworths.textarea:focus, .is-brand-woolworths.input:focus, .is-brand-woolworths.is-focused.textarea, .is-brand-woolworths.is-focused.input, .is-brand-woolworths.textarea:active, .is-brand-woolworths.input:active, .is-brand-woolworths.is-active.textarea, .is-brand-woolworths.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(18, 84, 48, 0.25);
}

.is-brand-rewards.textarea, .is-brand-rewards.input {
  border-color: #FD6400;
}

.is-brand-rewards.textarea:focus, .is-brand-rewards.input:focus, .is-brand-rewards.is-focused.textarea, .is-brand-rewards.is-focused.input, .is-brand-rewards.textarea:active, .is-brand-rewards.input:active, .is-brand-rewards.is-active.textarea, .is-brand-rewards.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(253, 100, 0, 0.25);
}

.is-brand-bigw.textarea, .is-brand-bigw.input {
  border-color: #2339e1;
}

.is-brand-bigw.textarea:focus, .is-brand-bigw.input:focus, .is-brand-bigw.is-focused.textarea, .is-brand-bigw.is-focused.input, .is-brand-bigw.textarea:active, .is-brand-bigw.input:active, .is-brand-bigw.is-active.textarea, .is-brand-bigw.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(35, 57, 225, 0.25);
}

.is-brand-bws.textarea, .is-brand-bws.input {
  border-color: #ed732c;
}

.is-brand-bws.textarea:focus, .is-brand-bws.input:focus, .is-brand-bws.is-focused.textarea, .is-brand-bws.is-focused.input, .is-brand-bws.textarea:active, .is-brand-bws.input:active, .is-brand-bws.is-active.textarea, .is-brand-bws.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(237, 115, 44, 0.25);
}

.is-grey.textarea, .is-grey.input {
  border-color: #646a6f;
}

.is-grey.textarea:focus, .is-grey.input:focus, .is-grey.is-focused.textarea, .is-grey.is-focused.input, .is-grey.textarea:active, .is-grey.input:active, .is-grey.is-active.textarea, .is-grey.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(100, 106, 111, 0.25);
}

.is-grey-light-90.textarea, .is-grey-light-90.input {
  border-color: #f7f8f8;
}

.is-grey-light-90.textarea:focus, .is-grey-light-90.input:focus, .is-grey-light-90.is-focused.textarea, .is-grey-light-90.is-focused.input, .is-grey-light-90.textarea:active, .is-grey-light-90.input:active, .is-grey-light-90.is-active.textarea, .is-grey-light-90.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(247, 248, 248, 0.25);
}

.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}

.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}

.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}

.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}

.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}

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

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

.textarea[rows] {
  height: initial;
}

.textarea.has-fixed-size {
  resize: none;
}

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.radio input, .checkbox input {
  cursor: pointer;
}

.radio:hover, .checkbox:hover {
  color: #363636;
}

[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox, .radio input[disabled], .checkbox input[disabled] {
  color: #646a6f;
  cursor: not-allowed;
}

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

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.5em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #FD6400;
  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: whitesmoke;
}

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

.select.is-white:not(:hover)::after {
  border-color: #FFFFFF;
}

.select.is-white select {
  border-color: #FFFFFF;
}

.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

.select.is-black select {
  border-color: #0a0a0a;
}

.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}

.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

.select.is-light select {
  border-color: whitesmoke;
}

.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

.select.is-dark select {
  border-color: #363636;
}

.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}

.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.select.is-primary:not(:hover)::after {
  border-color: #FD6400;
}

.select.is-primary select {
  border-color: #FD6400;
}

.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #e45a00;
}

.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(253, 100, 0, 0.25);
}

.select.is-link:not(:hover)::after {
  border-color: #FD6400;
}

.select.is-link select {
  border-color: #FD6400;
}

.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #e45a00;
}

.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(253, 100, 0, 0.25);
}

.select.is-info:not(:hover)::after {
  border-color: #3e8ed0;
}

.select.is-info select {
  border-color: #3e8ed0;
}

.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #3082c5;
}

.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

.select.is-success:not(:hover)::after {
  border-color: #1e7b49;
}

.select.is-success select {
  border-color: #1e7b49;
}

.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #19673d;
}

.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(30, 123, 73, 0.25);
}

.select.is-warning:not(:hover)::after {
  border-color: #f5c919;
}

.select.is-warning select {
  border-color: #f5c919;
}

.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ebbe0a;
}

.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(245, 201, 25, 0.25);
}

.select.is-danger:not(:hover)::after {
  border-color: #ed1d23;
}

.select.is-danger select {
  border-color: #ed1d23;
}

.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #de1219;
}

.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(237, 29, 35, 0.25);
}

.select.is-accessible-primary:not(:hover)::after {
  border-color: #D44500;
}

.select.is-accessible-primary select {
  border-color: #D44500;
}

.select.is-accessible-primary select:hover, .select.is-accessible-primary select.is-hovered {
  border-color: #bb3d00;
}

.select.is-accessible-primary select:focus, .select.is-accessible-primary select.is-focused, .select.is-accessible-primary select:active, .select.is-accessible-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(212, 69, 0, 0.25);
}

.select.is-charcoal:not(:hover)::after {
  border-color: #3A474E;
}

.select.is-charcoal select {
  border-color: #3A474E;
}

.select.is-charcoal select:hover, .select.is-charcoal select.is-hovered {
  border-color: #2f3a3f;
}

.select.is-charcoal select:focus, .select.is-charcoal select.is-focused, .select.is-charcoal select:active, .select.is-charcoal select.is-active {
  box-shadow: 0 0 0 0.125em rgba(58, 71, 78, 0.25);
}

.select.is-accessible-orange:not(:hover)::after {
  border-color: #D44500;
}

.select.is-accessible-orange select {
  border-color: #D44500;
}

.select.is-accessible-orange select:hover, .select.is-accessible-orange select.is-hovered {
  border-color: #bb3d00;
}

.select.is-accessible-orange select:focus, .select.is-accessible-orange select.is-focused, .select.is-accessible-orange select:active, .select.is-accessible-orange select.is-active {
  box-shadow: 0 0 0 0.125em rgba(212, 69, 0, 0.25);
}

.select.is-dark-orange:not(:hover)::after {
  border-color: #D44500;
}

.select.is-dark-orange select {
  border-color: #D44500;
}

.select.is-dark-orange select:hover, .select.is-dark-orange select.is-hovered {
  border-color: #bb3d00;
}

.select.is-dark-orange select:focus, .select.is-dark-orange select.is-focused, .select.is-dark-orange select:active, .select.is-dark-orange select.is-active {
  box-shadow: 0 0 0 0.125em rgba(212, 69, 0, 0.25);
}

.select.is-mid-grey:not(:hover)::after {
  border-color: #E2E2E2;
}

.select.is-mid-grey select {
  border-color: #E2E2E2;
}

.select.is-mid-grey select:hover, .select.is-mid-grey select.is-hovered {
  border-color: #d5d5d5;
}

.select.is-mid-grey select:focus, .select.is-mid-grey select.is-focused, .select.is-mid-grey select:active, .select.is-mid-grey select.is-active {
  box-shadow: 0 0 0 0.125em rgba(226, 226, 226, 0.25);
}

.select.is-light-grey:not(:hover)::after {
  border-color: #F2F2F2;
}

.select.is-light-grey select {
  border-color: #F2F2F2;
}

.select.is-light-grey select:hover, .select.is-light-grey select.is-hovered {
  border-color: #e5e5e5;
}

.select.is-light-grey select:focus, .select.is-light-grey select.is-focused, .select.is-light-grey select:active, .select.is-light-grey select.is-active {
  box-shadow: 0 0 0 0.125em rgba(242, 242, 242, 0.25);
}

.select.is-brand-woolworths:not(:hover)::after {
  border-color: #125430;
}

.select.is-brand-woolworths select {
  border-color: #125430;
}

.select.is-brand-woolworths select:hover, .select.is-brand-woolworths select.is-hovered {
  border-color: #0d3f24;
}

.select.is-brand-woolworths select:focus, .select.is-brand-woolworths select.is-focused, .select.is-brand-woolworths select:active, .select.is-brand-woolworths select.is-active {
  box-shadow: 0 0 0 0.125em rgba(18, 84, 48, 0.25);
}

.select.is-brand-rewards:not(:hover)::after {
  border-color: #FD6400;
}

.select.is-brand-rewards select {
  border-color: #FD6400;
}

.select.is-brand-rewards select:hover, .select.is-brand-rewards select.is-hovered {
  border-color: #e45a00;
}

.select.is-brand-rewards select:focus, .select.is-brand-rewards select.is-focused, .select.is-brand-rewards select:active, .select.is-brand-rewards select.is-active {
  box-shadow: 0 0 0 0.125em rgba(253, 100, 0, 0.25);
}

.select.is-brand-bigw:not(:hover)::after {
  border-color: #2339e1;
}

.select.is-brand-bigw select {
  border-color: #2339e1;
}

.select.is-brand-bigw select:hover, .select.is-brand-bigw select.is-hovered {
  border-color: #1c31ce;
}

.select.is-brand-bigw select:focus, .select.is-brand-bigw select.is-focused, .select.is-brand-bigw select:active, .select.is-brand-bigw select.is-active {
  box-shadow: 0 0 0 0.125em rgba(35, 57, 225, 0.25);
}

.select.is-brand-bws:not(:hover)::after {
  border-color: #ed732c;
}

.select.is-brand-bws select {
  border-color: #ed732c;
}

.select.is-brand-bws select:hover, .select.is-brand-bws select.is-hovered {
  border-color: #eb6314;
}

.select.is-brand-bws select:focus, .select.is-brand-bws select.is-focused, .select.is-brand-bws select:active, .select.is-brand-bws select.is-active {
  box-shadow: 0 0 0 0.125em rgba(237, 115, 44, 0.25);
}

.select.is-grey:not(:hover)::after {
  border-color: #646a6f;
}

.select.is-grey select {
  border-color: #646a6f;
}

.select.is-grey select:hover, .select.is-grey select.is-hovered {
  border-color: #585d62;
}

.select.is-grey select:focus, .select.is-grey select.is-focused, .select.is-grey select:active, .select.is-grey select.is-active {
  box-shadow: 0 0 0 0.125em rgba(100, 106, 111, 0.25);
}

.select.is-grey-light-90:not(:hover)::after {
  border-color: #f7f8f8;
}

.select.is-grey-light-90 select {
  border-color: #f7f8f8;
}

.select.is-grey-light-90 select:hover, .select.is-grey-light-90 select.is-hovered {
  border-color: #e9ecec;
}

.select.is-grey-light-90 select:focus, .select.is-grey-light-90 select.is-focused, .select.is-grey-light-90 select:active, .select.is-grey-light-90 select.is-active {
  box-shadow: 0 0 0 0.125em rgba(247, 248, 248, 0.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after {
  border-color: #646a6f !important;
  opacity: 0.5;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: #FFFFFF;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #FFFFFF;
}

.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: #FFFFFF;
}

.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: #FFFFFF;
}

.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: #FFFFFF;
}

.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}

.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

.file.is-primary .file-cta {
  background-color: #FD6400;
  border-color: transparent;
  color: #FFFFFF;
}

.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #f05f00;
  border-color: transparent;
  color: #FFFFFF;
}

.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(253, 100, 0, 0.25);
  color: #FFFFFF;
}

.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #e45a00;
  border-color: transparent;
  color: #FFFFFF;
}

.file.is-link .file-cta {
  background-color: #FD6400;
  border-color: transparent;
  color: #fff;
}

.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #f05f00;
  border-color: transparent;
  color: #fff;
}

.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(253, 100, 0, 0.25);
  color: #fff;
}

.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #e45a00;
  border-color: transparent;
  color: #fff;
}

.file.is-info .file-cta {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}

.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}

.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
  color: #fff;
}

.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}

.file.is-success .file-cta {
  background-color: #1e7b49;
  border-color: transparent;
  color: #fff;
}

.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #1c7143;
  border-color: transparent;
  color: #fff;
}

.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(30, 123, 73, 0.25);
  color: #fff;
}

.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #19673d;
  border-color: transparent;
  color: #fff;
}

.file.is-warning .file-cta {
  background-color: #f5c919;
  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: #f5c60d;
  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(245, 201, 25, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ebbe0a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-danger .file-cta {
  background-color: #ed1d23;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #ea131a;
  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(237, 29, 35, 0.25);
  color: #fff;
}

.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #de1219;
  border-color: transparent;
  color: #fff;
}

.file.is-accessible-primary .file-cta {
  background-color: #D44500;
  border-color: transparent;
  color: #fff;
}

.file.is-accessible-primary:hover .file-cta, .file.is-accessible-primary.is-hovered .file-cta {
  background-color: #c74100;
  border-color: transparent;
  color: #fff;
}

.file.is-accessible-primary:focus .file-cta, .file.is-accessible-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(212, 69, 0, 0.25);
  color: #fff;
}

.file.is-accessible-primary:active .file-cta, .file.is-accessible-primary.is-active .file-cta {
  background-color: #bb3d00;
  border-color: transparent;
  color: #fff;
}

.file.is-charcoal .file-cta {
  background-color: #3A474E;
  border-color: transparent;
  color: #fff;
}

.file.is-charcoal:hover .file-cta, .file.is-charcoal.is-hovered .file-cta {
  background-color: #354047;
  border-color: transparent;
  color: #fff;
}

.file.is-charcoal:focus .file-cta, .file.is-charcoal.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(58, 71, 78, 0.25);
  color: #fff;
}

.file.is-charcoal:active .file-cta, .file.is-charcoal.is-active .file-cta {
  background-color: #2f3a3f;
  border-color: transparent;
  color: #fff;
}

.file.is-accessible-orange .file-cta {
  background-color: #D44500;
  border-color: transparent;
  color: #fff;
}

.file.is-accessible-orange:hover .file-cta, .file.is-accessible-orange.is-hovered .file-cta {
  background-color: #c74100;
  border-color: transparent;
  color: #fff;
}

.file.is-accessible-orange:focus .file-cta, .file.is-accessible-orange.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(212, 69, 0, 0.25);
  color: #fff;
}

.file.is-accessible-orange:active .file-cta, .file.is-accessible-orange.is-active .file-cta {
  background-color: #bb3d00;
  border-color: transparent;
  color: #fff;
}

.file.is-dark-orange .file-cta {
  background-color: #D44500;
  border-color: transparent;
  color: #fff;
}

.file.is-dark-orange:hover .file-cta, .file.is-dark-orange.is-hovered .file-cta {
  background-color: #c74100;
  border-color: transparent;
  color: #fff;
}

.file.is-dark-orange:focus .file-cta, .file.is-dark-orange.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(212, 69, 0, 0.25);
  color: #fff;
}

.file.is-dark-orange:active .file-cta, .file.is-dark-orange.is-active .file-cta {
  background-color: #bb3d00;
  border-color: transparent;
  color: #fff;
}

.file.is-mid-grey .file-cta {
  background-color: #E2E2E2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-mid-grey:hover .file-cta, .file.is-mid-grey.is-hovered .file-cta {
  background-color: gainsboro;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-mid-grey:focus .file-cta, .file.is-mid-grey.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(226, 226, 226, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-mid-grey:active .file-cta, .file.is-mid-grey.is-active .file-cta {
  background-color: #d5d5d5;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light-grey .file-cta {
  background-color: #F2F2F2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light-grey:hover .file-cta, .file.is-light-grey.is-hovered .file-cta {
  background-color: #ececec;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light-grey:focus .file-cta, .file.is-light-grey.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(242, 242, 242, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-light-grey:active .file-cta, .file.is-light-grey.is-active .file-cta {
  background-color: #e5e5e5;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-brand-woolworths .file-cta {
  background-color: #125430;
  border-color: transparent;
  color: #fff;
}

.file.is-brand-woolworths:hover .file-cta, .file.is-brand-woolworths.is-hovered .file-cta {
  background-color: #104a2a;
  border-color: transparent;
  color: #fff;
}

.file.is-brand-woolworths:focus .file-cta, .file.is-brand-woolworths.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(18, 84, 48, 0.25);
  color: #fff;
}

.file.is-brand-woolworths:active .file-cta, .file.is-brand-woolworths.is-active .file-cta {
  background-color: #0d3f24;
  border-color: transparent;
  color: #fff;
}

.file.is-brand-rewards .file-cta {
  background-color: #FD6400;
  border-color: transparent;
  color: #fff;
}

.file.is-brand-rewards:hover .file-cta, .file.is-brand-rewards.is-hovered .file-cta {
  background-color: #f05f00;
  border-color: transparent;
  color: #fff;
}

.file.is-brand-rewards:focus .file-cta, .file.is-brand-rewards.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(253, 100, 0, 0.25);
  color: #fff;
}

.file.is-brand-rewards:active .file-cta, .file.is-brand-rewards.is-active .file-cta {
  background-color: #e45a00;
  border-color: transparent;
  color: #fff;
}

.file.is-brand-bigw .file-cta {
  background-color: #2339e1;
  border-color: transparent;
  color: #fff;
}

.file.is-brand-bigw:hover .file-cta, .file.is-brand-bigw.is-hovered .file-cta {
  background-color: #1e34da;
  border-color: transparent;
  color: #fff;
}

.file.is-brand-bigw:focus .file-cta, .file.is-brand-bigw.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(35, 57, 225, 0.25);
  color: #fff;
}

.file.is-brand-bigw:active .file-cta, .file.is-brand-bigw.is-active .file-cta {
  background-color: #1c31ce;
  border-color: transparent;
  color: #fff;
}

.file.is-brand-bws .file-cta {
  background-color: #ed732c;
  border-color: transparent;
  color: #fff;
}

.file.is-brand-bws:hover .file-cta, .file.is-brand-bws.is-hovered .file-cta {
  background-color: #ec6b20;
  border-color: transparent;
  color: #fff;
}

.file.is-brand-bws:focus .file-cta, .file.is-brand-bws.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(237, 115, 44, 0.25);
  color: #fff;
}

.file.is-brand-bws:active .file-cta, .file.is-brand-bws.is-active .file-cta {
  background-color: #eb6314;
  border-color: transparent;
  color: #fff;
}

.file.is-grey .file-cta {
  background-color: #646a6f;
  border-color: transparent;
  color: #fff;
}

.file.is-grey:hover .file-cta, .file.is-grey.is-hovered .file-cta {
  background-color: #5e6468;
  border-color: transparent;
  color: #fff;
}

.file.is-grey:focus .file-cta, .file.is-grey.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(100, 106, 111, 0.25);
  color: #fff;
}

.file.is-grey:active .file-cta, .file.is-grey.is-active .file-cta {
  background-color: #585d62;
  border-color: transparent;
  color: #fff;
}

.file.is-grey-light-90 .file-cta {
  background-color: #f7f8f8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-grey-light-90:hover .file-cta, .file.is-grey-light-90.is-hovered .file-cta {
  background-color: #f0f2f2;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-grey-light-90:focus .file-cta, .file.is-grey-light-90.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(247, 248, 248, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-grey-light-90:active .file-cta, .file.is-grey-light-90.is-active .file-cta {
  background-color: #e9ecec;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-small {
  font-size: 0.75rem;
}

.file.is-normal {
  font-size: 1rem;
}

.file.is-medium {
  font-size: 1.25rem;
}

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

.file.is-large {
  font-size: 1.5rem;
}

.file.is-large .file-icon .fa {
  font-size: 28px;
}

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

.file.has-name.is-empty .file-name {
  display: none;
}

.file.is-boxed .file-label {
  flex-direction: column;
}

.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

.file.is-centered {
  justify-content: center;
}

.file.is-fullwidth .file-label {
  width: 100%;
}

.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

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

.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

.file-label:hover .file-name {
  border-color: #d5d5d5;
}

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

.file-label:active .file-name {
  border-color: #cfcfcf;
}

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

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

.file-cta {
  background-color: whitesmoke;
  color: #3A474E;
}

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

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

.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small {
  font-size: 0.75rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.help.is-white {
  color: #FFFFFF;
}

.help.is-black {
  color: #0a0a0a;
}

.help.is-light {
  color: whitesmoke;
}

.help.is-dark {
  color: #363636;
}

.help.is-primary {
  color: #FD6400;
}

.help.is-link {
  color: #FD6400;
}

.help.is-info {
  color: #3e8ed0;
}

.help.is-success {
  color: #1e7b49;
}

.help.is-warning {
  color: #f5c919;
}

.help.is-danger {
  color: #ed1d23;
}

.help.is-accessible-primary {
  color: #D44500;
}

.help.is-charcoal {
  color: #3A474E;
}

.help.is-accessible-orange {
  color: #D44500;
}

.help.is-dark-orange {
  color: #D44500;
}

.help.is-mid-grey {
  color: #E2E2E2;
}

.help.is-light-grey {
  color: #F2F2F2;
}

.help.is-brand-woolworths {
  color: #125430;
}

.help.is-brand-rewards {
  color: #FD6400;
}

.help.is-brand-bigw {
  color: #2339e1;
}

.help.is-brand-bws {
  color: #ed732c;
}

.help.is-grey {
  color: #646a6f;
}

.help.is-grey-light-90 {
  color: #f7f8f8;
}

.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: #3A474E;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Fresh Sans", Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #3A474E;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.h7 {
  font-size: 0.75rem;
  line-height: 0.825rem;
}

a {
  color: var(--rds-theme-brand__color--primary, #FD6400);
}

.is-script {
  font-family: "Fresh Script";
}

.title, .subtitle {
  color: #3A474E;
}

.title.is-5:not(:last-child), .subtitle.is-5:not(:last-child) {
  margin-bottom: 1.25rem;
}

.title.is-6:not(:last-child), .subtitle.is-6:not(:last-child) {
  margin-bottom: 1rem;
}

.title.is-7:not(:last-child), .subtitle.is-7:not(:last-child) {
  margin-bottom: 0.75rem;
}

.title.is-8:not(:last-child), .subtitle.is-8:not(:last-child) {
  margin-bottom: 1.1rem;
}

.title.is-9:not(:last-child), .subtitle.is-9:not(:last-child) {
  margin-bottom: 0.9rem;
}

.is-size-normal-larger {
  font-size: 1.1rem;
}

.is-size-normal-smaller {
  font-size: 0.9rem;
}

ol {
  margin-left: 1rem;
}

.is-family-fresh {
  font-family: "Fresh Sans", Helvetica, Arial, sans-serif;
}

label.material {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}

label.material > .material-icon {
  position: absolute;
  top: 1.5rem;
  right: 0.5rem;
}

label.material > .material-help {
  font-size: 85%;
  margin-left: 0.85rem;
}

label.material > input, label.material > textarea {
  box-sizing: border-box;
  margin: 0;
  border: solid 1px;
  border-color: #93979a;
  border-top-color: transparent;
  border-radius: 4px;
  padding: 15px 28px 15px 13px;
  width: 100%;
  height: inherit;
  color: #1e2021;
  background-color: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: #2196f3;
  transition: border 0.2s, box-shadow 0.2s;
}

label.material > input + span, label.material > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-color: #93979a;
  width: 100%;
  max-height: 100%;
  color: #93979a;
  font-size: 85%;
  line-height: 15px;
  cursor: text;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

label.material > input + span::before, label.material > input + span::after, label.material > textarea + span::before, label.material > textarea + span::after {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: #93979a;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}

label.material > input + span::before, label.material > textarea + span::before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}

label.material > input + span::after, label.material > textarea + span::after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}

label.material > input:not(:focus):placeholder-shown, label.material > textarea:not(:focus):placeholder-shown {
  border-top-color: #93979a;
}

label.material > input:not(:focus):placeholder-shown + span, label.material > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 68px;
}

label.material > input:not(:focus):placeholder-shown + span::before, label.material > textarea:not(:focus):placeholder-shown + span::before {
  border-top-color: transparent;
}

label.material > input:disabled, label.material > input:disabled + span, label.material > textarea:disabled, label.material > textarea:disabled + span {
  border-color: #b2b5b7 !important;
  border-top-color: transparent !important;
  color: #b2b5b7;
  pointer-events: none;
}

label.material > input:disabled::before, label.material > input:disabled::after, label.material > input:disabled + span::before, label.material > input:disabled + span::after, label.material > textarea:disabled::before, label.material > textarea:disabled::after, label.material > textarea:disabled + span::before, label.material > textarea:disabled + span::after {
  border-top-color: #b2b5b7 !important;
}

label.material > input:disabled:placeholder-shown, label.material > input:disabled:placeholder-shown + span, label.material > input:disabled + span:placeholder-shown, label.material > input:disabled + span:placeholder-shown + span, label.material > textarea:disabled:placeholder-shown, label.material > textarea:disabled:placeholder-shown + span, label.material > textarea:disabled + span:placeholder-shown, label.material > textarea:disabled + span:placeholder-shown + span {
  border-top-color: #b2b5b7 !important;
}

label.material > input:disabled:placeholder-shown::before, label.material > input:disabled:placeholder-shown::after, label.material > input:disabled:placeholder-shown + span::before, label.material > input:disabled:placeholder-shown + span::after, label.material > input:disabled + span:placeholder-shown::before, label.material > input:disabled + span:placeholder-shown::after, label.material > input:disabled + span:placeholder-shown + span::before, label.material > input:disabled + span:placeholder-shown + span::after, label.material > textarea:disabled:placeholder-shown::before, label.material > textarea:disabled:placeholder-shown::after, label.material > textarea:disabled:placeholder-shown + span::before, label.material > textarea:disabled:placeholder-shown + span::after, label.material > textarea:disabled + span:placeholder-shown::before, label.material > textarea:disabled + span:placeholder-shown::after, label.material > textarea:disabled + span:placeholder-shown + span::before, label.material > textarea:disabled + span:placeholder-shown + span::after {
  border-top-color: transparent !important;
}

label.material:hover > input, label.material:hover > textarea {
  border-color: #1e2021;
  border-top-color: transparent;
}

label.material:hover > input:not(:focus):placeholder-shown, label.material:hover > textarea:not(:focus):placeholder-shown {
  border-color: #1e2021;
}

label.material:hover > input + span::before, label.material:hover > input + span::after, label.material:hover > textarea + span::before, label.material:hover > textarea + span::after {
  border-top-color: #1e2021;
}

label.material.is-danger > input, label.material.is-danger textarea {
  border-color: #ed1d23;
  border-top-color: transparent;
  box-shadow: inset 1px 0px #ed1d23, inset -1px 0 #ed1d23, inset 0 -1px #ed1d23;
  outline: none;
  color: #ed1d23;
}

label.material.is-danger > input + span, label.material.is-danger textarea + span {
  color: #ed1d23;
}

label.material.is-danger > input + span::before, label.material.is-danger > input + span::after, label.material.is-danger textarea + span::before, label.material.is-danger textarea + span::after {
  border-top-color: #ed1d23 !important;
  box-shadow: inset 0 1px #ed1d23;
}

label.material.is-danger > input:not(:focus):placeholder-shown, label.material.is-danger textarea:not(:focus):placeholder-shown {
  border-top-color: #ed1d23 !important;
  box-shadow: inset 1px 0px #ed1d23, inset -1px 0 #ed1d23, inset 0 1px #ed1d23, inset 0 -1px #ed1d23;
}

label.material.is-danger > .material-help {
  color: #ed1d23;
}

label.material.is-danger:hover > input:not(:focus):placeholder-shown, label.material.is-danger:hover > textarea:not(:focus):placeholder-shown {
  border-color: #ed1d23;
}

label.material.is-success > input, label.material.is-success textarea {
  border-color: #1e7b49;
  border-top-color: transparent;
  box-shadow: inset 1px 0px #1e7b49, inset -1px 0 #1e7b49, inset 0 -1px #1e7b49;
  outline: none;
  color: #1e7b49;
}

label.material.is-success > input + span, label.material.is-success textarea + span {
  color: #1e7b49;
}

label.material.is-success > input + span::before, label.material.is-success > input + span::after, label.material.is-success textarea + span::before, label.material.is-success textarea + span::after {
  border-top-color: #1e7b49 !important;
  box-shadow: inset 0 1px #1e7b49;
}

label.material.is-success > input:not(:focus):placeholder-shown, label.material.is-success textarea:not(:focus):placeholder-shown {
  border-top-color: #1e7b49 !important;
  box-shadow: inset 1px 0px #1e7b49, inset -1px 0 #1e7b49, inset 0 1px #1e7b49, inset 0 -1px #1e7b49;
}

label.material.is-success > .material-help {
  color: #1e7b49;
}

label.material.is-success:hover > input:not(:focus):placeholder-shown, label.material.is-success:hover > textarea:not(:focus):placeholder-shown {
  border-color: #1e7b49;
}

label.material:not(.is-danger):not(.is-success) > input:focus, label.material:not(.is-danger):not(.is-success) textarea:focus {
  border-color: #FD6400;
  border-top-color: transparent;
  box-shadow: inset 1px 0 #FD6400, inset -1px 0 #FD6400, inset 0 -1px #FD6400;
  outline: none;
}

label.material:not(.is-danger):not(.is-success) > input:focus + span, label.material:not(.is-danger):not(.is-success) textarea:focus + span {
  color: #FD6400;
}

label.material:not(.is-danger):not(.is-success) > input:focus + span::before, label.material:not(.is-danger):not(.is-success) > input:focus + span::after, label.material:not(.is-danger):not(.is-success) textarea:focus + span::before, label.material:not(.is-danger):not(.is-success) textarea:focus + span::after {
  border-top-color: #FD6400 !important;
  box-shadow: inset 0 1px #FD6400;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .material > input, .material > input + span, .material > textarea, .material > textarea + span, .material > input + span::before, .material > input + span::after, .material > textarea + span::before, .material > textarea + span::after {
      transition-duration: 0.1s;
    }
  }
}

.field.has-addons.has-input-button .control:first-child:not(:only-child) .input, .field.has-addons.has-input-button .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.field.has-addons label ~ .is-input-button {
  top: 35px !important;
}

.field.has-addons .button.is-input-button {
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #FD6400;
  position: absolute;
  right: 0;
  border: none;
  top: 0;
  background: transparent;
  margin-top: -1px;
  padding: 1px;
  padding-left: 5px;
  z-index: 5;
  border-radius: 0;
  font-weight: 400;
  --svg-icon-bg-white:transparent;
  --svg-icon-fill-default: #fd6400;
}

.field.has-addons .button.is-input-button:hover, .field.has-addons .button.is-input-button:active, .field.has-addons .button.is-input-button:focus {
  background-color: transparent;
  border: none;
  color: #363636;
  transition: all 0.1s ease-in;
  --svg-icon-fill-default: #363636;
}

.field.has-addons .button.is-input-button .svg {
  padding-right: 0.3rem;
  padding-top: 0.3rem;
}

.floating-label {
  padding-top: 1.5rem !important;
}

.floating-label .input, .floating-label .select, .floating-label select {
  background-color: transparent;
  border-color: #c1c3c5;
  border-radius: 0px;
  color: #363636;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  z-index: 2;
  padding-left: 0;
}

.floating-label .input:-internal-autofill-selected, .floating-label .select:-internal-autofill-selected, .floating-label select:-internal-autofill-selected {
  background-color: transparent !important;
}

.floating-label .input::-webkit-input-placeholder, .floating-label .select::-webkit-input-placeholder, .floating-label select::-webkit-input-placeholder {
  color: transparent;
}

.floating-label .input::-moz-placeholder, .floating-label .select::-moz-placeholder, .floating-label select::-moz-placeholder {
  color: transparent;
}

.floating-label .input::-ms-input-placeholder, .floating-label .select::-ms-input-placeholder, .floating-label select::-ms-input-placeholder {
  color: transparent;
}

.floating-label .input::placeholder, .floating-label .select::placeholder, .floating-label select::placeholder {
  color: transparent;
}

.floating-label .input:focus, .floating-label .select:focus, .floating-label select:focus {
  border-color: #1e2021;
}

.floating-label .input[disabled], .floating-label .select[disabled], .floating-label select[disabled] {
  border-bottom: none;
  opacity: 1;
}

.floating-label .input.is-primary:focus, .floating-label .select.is-primary:focus, .floating-label select.is-primary:focus {
  border-color: #FD6400;
}

.floating-label .input.is-success:focus, .floating-label .select.is-success:focus, .floating-label select.is-success:focus {
  border-color: #1e7b49;
}

.floating-label .input.is-info:focus, .floating-label .select.is-info:focus, .floating-label select.is-info:focus {
  border-color: #3e8ed0;
}

.floating-label .input.is-warning:focus, .floating-label .select.is-warning:focus, .floating-label select.is-warning:focus {
  border-color: #f5c919;
}

.floating-label .input.is-danger:focus, .floating-label .select.is-danger:focus, .floating-label select.is-danger:focus {
  border-color: #ed1d23;
}

.floating-label .input:focus, .floating-label .input.is-success:focus, .floating-label .input.is-warning:focus, .floating-label .input.is-danger:focus, .floating-label .input.is-primary:focus, .floating-label .input.is-info:focus, .floating-label .select:focus, .floating-label .select.is-success:focus, .floating-label .select.is-warning:focus, .floating-label .select.is-danger:focus, .floating-label .select.is-primary:focus, .floating-label .select.is-info:focus, .floating-label select:focus, .floating-label select.is-success:focus, .floating-label select.is-warning:focus, .floating-label select.is-danger:focus, .floating-label select.is-primary:focus, .floating-label select.is-info:focus {
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
}

.floating-label .input:-webkit-autofill, .floating-label .select:-webkit-autofill, .floating-label select:-webkit-autofill {
  background: transparent !important;
}

.floating-label .input.is-primary:valid, .floating-label .select.is-primary:valid, .floating-label select.is-primary:valid {
  border-color: #FD6400;
}

.floating-label .input.is-success:valid, .floating-label .select.is-success:valid, .floating-label select.is-success:valid {
  border-color: #1e7b49;
}

.floating-label .input.is-info:valid, .floating-label .select.is-info:valid, .floating-label select.is-info:valid {
  border-color: #3e8ed0;
}

.floating-label .input.is-warning:valid, .floating-label .select.is-warning:valid, .floating-label select.is-warning:valid {
  border-color: #f5c919;
}

.floating-label .input.is-danger:valid, .floating-label .select.is-danger:valid, .floating-label select.is-danger:valid {
  border-color: #ed1d23;
}

.floating-label .textarea:focus, .floating-label textarea:focus {
  border-color: #FD6400;
  box-shadow: 0 0 0 0.125em rgba(246, 121, 0, 0.25);
}

.floating-label .textarea.is-success:focus, .floating-label textarea.is-success:focus {
  border-color: #1e7b49;
}

.floating-label .textarea.is-info:focus, .floating-label textarea.is-info:focus {
  border-color: #3e8ed0;
}

.floating-label .textarea.is-warning:focus, .floating-label textarea.is-warning:focus {
  border-color: #f5c919;
}

.floating-label .textarea.is-danger:focus, .floating-label textarea.is-danger:focus {
  border-color: #ed1d23;
}

.floating-label .field {
  position: relative;
}

.floating-label .label, .floating-label label {
  color: #74797d;
  font-size: 1.1rem;
  display: block;
  font-weight: 400 !important;
  position: absolute;
  top: 6px;
  left: 0;
  opacity: 1;
  transition: all 200ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}

.floating-label .select, .floating-label select {
  min-width: 100%;
}

.floating-label .select:not(.is-multiple):not(.is-loading)::after {
  border-color: #FD6400;
  right: 0.8rem;
}

.floating-label .is-small.input, .floating-label .is-small.textarea {
  border-radius: 0px;
}

.floating-label .input:focus + .label, .floating-label .input:valid + .label, .floating-label .input:not(:placeholder-shown) + .label {
  font-size: 0.9rem;
  color: #74797d;
  transform: translate3d(0, -125%, 0);
  opacity: 1;
}

.button.is-link.is-primary:active:not([disabled]), .button.is-link:active, .button.is-link.is-primary:focus:not([disabled]), .button.is-link:focus, .button.is-link.is-primary:hover:not([disabled]), .button.is-link:hover, .is-active.button.is-link.is-primary:not([disabled]), .is-active.button.is-link, .is-focused.button.is-link.is-primary:not([disabled]), .is-focused.button.is-link, .is-hovered.button.is-link.is-primary:not([disabled]), .is-hovered.button.is-link {
  color: var(--rds-theme-brand__color--primary, #FD6400);
  background-color: transparent;
  text-decoration: underline;
}

.is-woolworths.button {
  background-color: #125430;
  border-color: #125430;
  color: #FFFFFF;
}

.is-woolworths.button:hover {
  background-color: #092a18;
  border-color: #092a18;
}

.is-woolworths.is-link.button {
  background-color: transparent;
  border-color: transparent;
  color: #125430;
}

.is-woolworths.is-link.button:hover, .is-woolworths.is-link.button:active, .is-woolworths.is-link.button:focus {
  background-color: transparent;
  border-color: transparent;
  color: #092a18;
}

.is-woolworths.is-outlined.button {
  background-color: #FFFFFF;
  border-color: #125430;
  color: #125430;
}

.is-woolworths.is-outlined.button:hover, .is-woolworths.is-outlined.button:active, .is-woolworths.is-outlined.button:focus {
  background-color: #125430;
  border-color: #125430;
  color: #FFFFFF;
}

.is-woolworths.is-inverted.button {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #125430;
}

.is-woolworths.is-inverted.button:active, .is-woolworths.is-inverted.button:focus, .is-woolworths.is-inverted.button:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.is-woolworths.is-inverted.is-outlined.button {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.is-woolworths.is-inverted.is-outlined.button:hover, .is-woolworths.is-inverted.is-outlined.button:active, .is-woolworths.is-inverted.is-outlined.button:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #125430;
}

.is-bws.button {
  background-color: #ed732c;
  border-color: #ed732c;
  color: #FFFFFF;
}

.is-bws.button:hover {
  background-color: #d35912;
  border-color: #d35912;
}

.is-bws.is-link.button {
  background-color: transparent;
  border-color: transparent;
  color: #ed732c;
}

.is-bws.is-link.button:hover, .is-bws.is-link.button:active, .is-bws.is-link.button:focus {
  background-color: transparent;
  border-color: transparent;
  color: #d35912;
}

.is-bws.is-outlined.button {
  background-color: #FFFFFF;
  border-color: #ed732c;
  color: #ed732c;
}

.is-bws.is-outlined.button:hover, .is-bws.is-outlined.button:active, .is-bws.is-outlined.button:focus {
  background-color: #ed732c;
  border-color: #ed732c;
  color: #FFFFFF;
}

.is-bws.is-inverted.button {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #ed732c;
}

.is-bws.is-inverted.button:active, .is-bws.is-inverted.button:focus, .is-bws.is-inverted.button:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.is-bws.is-inverted.is-outlined.button {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.is-bws.is-inverted.is-outlined.button:hover, .is-bws.is-inverted.is-outlined.button:active, .is-bws.is-inverted.is-outlined.button:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #ed732c;
}

.is-rewards.button {
  background-color: #FD6400;
  border-color: #FD6400;
  color: #FFFFFF;
}

.is-rewards.button:hover {
  background-color: #ca5000;
  border-color: #ca5000;
}

.is-rewards.is-link.button {
  background-color: transparent;
  border-color: transparent;
  color: #FD6400;
}

.is-rewards.is-link.button:hover, .is-rewards.is-link.button:active, .is-rewards.is-link.button:focus {
  background-color: transparent;
  border-color: transparent;
  color: #ca5000;
}

.is-rewards.is-outlined.button {
  background-color: #FFFFFF;
  border-color: #FD6400;
  color: #FD6400;
}

.is-rewards.is-outlined.button:hover, .is-rewards.is-outlined.button:active, .is-rewards.is-outlined.button:focus {
  background-color: #FD6400;
  border-color: #FD6400;
  color: #FFFFFF;
}

.is-rewards.is-inverted.button {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #FD6400;
}

.is-rewards.is-inverted.button:active, .is-rewards.is-inverted.button:focus, .is-rewards.is-inverted.button:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.is-rewards.is-inverted.is-outlined.button {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.is-rewards.is-inverted.is-outlined.button:hover, .is-rewards.is-inverted.is-outlined.button:active, .is-rewards.is-inverted.is-outlined.button:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #FD6400;
}

.is-bigw.button {
  background-color: #2339e1;
  border-color: #2339e1;
  color: #FFFFFF;
}

.is-bigw.button:hover {
  background-color: #192cb8;
  border-color: #192cb8;
}

.is-bigw.is-link.button {
  background-color: transparent;
  border-color: transparent;
  color: #2339e1;
}

.is-bigw.is-link.button:hover, .is-bigw.is-link.button:active, .is-bigw.is-link.button:focus {
  background-color: transparent;
  border-color: transparent;
  color: #192cb8;
}

.is-bigw.is-outlined.button {
  background-color: #FFFFFF;
  border-color: #2339e1;
  color: #2339e1;
}

.is-bigw.is-outlined.button:hover, .is-bigw.is-outlined.button:active, .is-bigw.is-outlined.button:focus {
  background-color: #2339e1;
  border-color: #2339e1;
  color: #FFFFFF;
}

.is-bigw.is-inverted.button {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #2339e1;
}

.is-bigw.is-inverted.button:active, .is-bigw.is-inverted.button:focus, .is-bigw.is-inverted.button:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.is-bigw.is-inverted.is-outlined.button {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.is-bigw.is-inverted.is-outlined.button:hover, .is-bigw.is-inverted.is-outlined.button:active, .is-bigw.is-inverted.is-outlined.button:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #2339e1;
}

.button {
  border-radius: 3.125rem;
  font-weight: 500;
  font-family: "Fresh Sans", Helvetica, Arial, sans-serif;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: none;
  outline: var(--rds-theme-buttons__button_focused--outline, var(--rds-theme-buttons__focus--outline, 1px auto -webkit-focus-ring-color));
  outline-offset: 0.1875rem;
}

@media screen and (max-width: 768px) {
  .button.is-fullwidth-mobile {
    display: flex;
    width: 100%;
  }
}

.button.is-link {
  background-color: transparent;
  border: none;
  color: var(--rds-theme-brand__color--accessible-primary, #D44500);
  height: auto;
  padding: 0;
  text-decoration: underline;
}

.button.is-link.is-primary:not([disabled]) {
  background-color: transparent;
  box-shadow: none;
  color: var(--rds-theme-brand__color--accessible-primary, #D44500);
}

.button.is-link.is-primary:not([disabled]).is-inverted, .button.is-link.is-primary:not([disabled]).is-inverted.is-outlined {
  background-color: transparent;
  border-color: transparent;
  color: #FFFFFF;
}

.button.is-link.is-primary:not([disabled]).is-inverted:active, .button.is-link.is-primary:not([disabled]).is-inverted:focus, .button.is-link.is-primary:not([disabled]).is-inverted:hover, .button.is-link.is-primary:not([disabled]).is-inverted.is-outlined:active, .button.is-link.is-primary:not([disabled]).is-inverted.is-outlined:focus, .button.is-link.is-primary:not([disabled]).is-inverted.is-outlined:hover {
  background-color: transparent;
  color: #e6e6e6;
}

.button.is-link.is-loading:after {
  border-color: transparent transparent var(--rds-theme-brand__color--primary, #FD6400) var(--rds-theme-brand__color--primary, #FD6400) !important;
  content: "";
}

@media screen and (max-width: 768px) {
  .button.is-link.ellipsis-on-xs {
    display: block;
    justify-content: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 3.125rem;
  }
}

.button.is-primary:not([disabled]) {
  background-color: var(--rds-theme-brand__color--accessible-primary, #D44500);
  color: #FFFFFF;
}

.button.is-primary:not([disabled]):hover, .button.is-primary:not([disabled]):focus, .button.is-primary:not([disabled]):active {
  background-color: var(--rds-theme-brand__color--primary, #FD6400);
}

.button.is-primary:not([disabled]).is-outlined {
  background-color: #FFFFFF;
  border-color: var(--rds-theme-brand__color--accessible-primary, #D44500);
  color: var(--rds-theme-brand__color--accessible-primary, #D44500);
}

.button.is-primary:not([disabled]).is-outlined:hover, .button.is-primary:not([disabled]).is-outlined:active, .button.is-primary:not([disabled]).is-outlined:focus {
  background-color: var(--rds-theme-brand__color--primary, #FD6400);
  border-color: var(--rds-theme-brand__color--primary, #FD6400);
  color: #FFFFFF;
}

.button.is-primary:not([disabled]).is-inverted {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: var(--rds-theme-brand__color--accessible-primary, #D44500);
}

.button.is-primary:not([disabled]).is-inverted:active, .button.is-primary:not([disabled]).is-inverted:focus, .button.is-primary:not([disabled]).is-inverted:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.button.is-primary:not([disabled]).is-inverted.is-outlined {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.button.is-primary:not([disabled]).is-inverted.is-outlined:hover, .button.is-primary:not([disabled]).is-inverted.is-outlined:active, .button.is-primary:not([disabled]).is-inverted.is-outlined:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: var(--rds-theme-brand__color--primary, #FD6400);
}

.button.is-primary[disabled] {
  background-color: #e0e1e2;
  color: #74797d;
}

.button.is-small {
  border-radius: 1rem;
  font-size: 0.875rem;
}

.button.is-small:not(.is-rounded) {
  border-radius: 1rem;
}

.button.is-normal {
  font-size: 1rem;
}

.button.is-medium {
  font-size: 1.125rem;
}

.button.is-large {
  font-size: 1.125rem;
}

.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active), .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active), .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active), .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active), .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active), .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: none;
}

.button.is-icon-only {
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.delete {
  background: white;
  height: 28px;
  max-height: 28px;
  width: 28px;
  max-width: 28px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.delete::before, .delete::after {
  background: #3A474E;
  border-radius: 1px;
}

.delete:hover, .delete:active, .delete:focus {
  background: #F2F2F2;
}

.delete.is-right {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.delete.is-left {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}

.delete.is-small {
  height: 24px;
  max-height: 24px;
  width: 24px;
  max-width: 24px;
}

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

.is-checkradio[type=checkbox], .is-checkradio[type=radio] {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}

.is-checkradio[type=checkbox] + label, .is-checkradio[type=radio] + label {
  position: relative;
  display: initial;
  cursor: pointer;
  vertical-align: middle;
  margin: 0.5em;
  padding: 0.2rem 0.5rem 0.2rem 0;
  border-radius: 4px;
}

.is-checkradio[type=checkbox] + label:first-of-type, .is-checkradio[type=radio] + label:first-of-type {
  margin-left: 0;
}

.is-checkradio[type=checkbox] + label:hover::before, .is-checkradio[type=checkbox] + label:hover:before {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: hover-color;
  animation-name: hover-color;
}

.is-checkradio[type=radio] + label:hover::before, .is-checkradio[type=radio] + label:hover:before {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: hover-color;
  animation-name: hover-color;
}

.is-checkradio[type=checkbox] + label::before, .is-checkradio[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border: 0.1rem solid #c1c3c5;
}

.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border: 0.1rem solid #c1c3c5;
}

.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  position: absolute;
  display: none;
  content: "";
  top: 0;
}

.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  position: absolute;
  display: none;
  content: "";
  top: 0;
}

.is-checkradio[type=checkbox].is-rtl + label, .is-checkradio[type=radio].is-rtl + label {
  margin-right: 0;
  margin-left: 0.5rem;
}

.is-checkradio[type=checkbox].is-rtl + label::before, .is-checkradio[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}

.is-checkradio[type=radio].is-rtl + label::before, .is-checkradio[type=radio].is-rtl + label:before {
  left: auto;
  right: 0;
}

.is-checkradio[type=checkbox]:focus + label::before, .is-checkradio[type=checkbox]:focus + label:before {
  outline: 1px dotted #b5b5b5;
}

.is-checkradio[type=radio]:focus + label::before, .is-checkradio[type=radio]:focus + label:before {
  outline: 1px dotted #b5b5b5;
}

.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox]:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox]:checked + label::before, .is-checkradio[type=checkbox]:checked + label:before {
  border: 0.1rem solid #c1c3c5;
}

.is-checkradio[type=radio]:checked + label::before, .is-checkradio[type=radio]:checked + label:before {
  border: 0.1rem solid #c1c3c5;
}

.is-checkradio[type=checkbox]:checked[disabled], .is-checkradio[type=radio]:checked[disabled] {
  cursor: not-allowed;
}

.is-checkradio[type=checkbox]:checked[disabled] + label, .is-checkradio[type=radio]:checked[disabled] + label {
  opacity: 0.5;
}

.is-checkradio[type=checkbox]:checked + label::before, .is-checkradio[type=checkbox]:checked + label:before {
  -webkit-animation-name: none;
  animation-name: none;
}

.is-checkradio[type=radio]:checked + label::before, .is-checkradio[type=radio]:checked + label:before {
  -webkit-animation-name: none;
  animation-name: none;
}

.is-checkradio[type=checkbox]:checked + label::after, .is-checkradio[type=checkbox]:checked + label:after {
  display: inline-block;
}

.is-checkradio[type=radio]:checked + label::after, .is-checkradio[type=radio]:checked + label:after {
  display: inline-block;
}

.is-checkradio[type=checkbox][disabled], .is-checkradio[type=radio][disabled] {
  cursor: not-allowed;
}

.is-checkradio[type=checkbox][disabled] + label, .is-checkradio[type=radio][disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.is-checkradio[type=checkbox][disabled] + label::after, .is-checkradio[type=checkbox][disabled] + label::before, .is-checkradio[type=checkbox][disabled] + label:after, .is-checkradio[type=checkbox][disabled] + label:before, .is-checkradio[type=checkbox][disabled] + label:hover {
  cursor: not-allowed;
}

.is-checkradio[type=radio][disabled] + label::after, .is-checkradio[type=radio][disabled] + label::before, .is-checkradio[type=radio][disabled] + label:after, .is-checkradio[type=radio][disabled] + label:before, .is-checkradio[type=radio][disabled] + label:hover {
  cursor: not-allowed;
}

.is-checkradio[type=checkbox][disabled]:hover, .is-checkradio[type=radio][disabled]:hover {
  cursor: not-allowed;
}

.is-checkradio[type=checkbox][disabled]:hover::before, .is-checkradio[type=checkbox][disabled]:hover:before {
  -webkit-animation-name: none;
  animation-name: none;
}

.is-checkradio[type=radio][disabled]:hover::before, .is-checkradio[type=radio][disabled]:hover:before {
  -webkit-animation-name: none;
  animation-name: none;
}

.is-checkradio[type=checkbox][disabled]::before, .is-checkradio[type=checkbox][disabled]:before {
  cursor: not-allowed;
}

.is-checkradio[type=radio][disabled]::before, .is-checkradio[type=radio][disabled]:before {
  cursor: not-allowed;
}

.is-checkradio[type=checkbox][disabled]::after, .is-checkradio[type=checkbox][disabled]:after {
  cursor: not-allowed;
}

.is-checkradio[type=radio][disabled]::after, .is-checkradio[type=radio][disabled]:after {
  cursor: not-allowed;
}

.is-checkradio[type=checkbox].has-no-border + label::before, .is-checkradio[type=checkbox].has-no-border + label:before {
  border: none !important;
}

.is-checkradio[type=radio].has-no-border + label::before, .is-checkradio[type=radio].has-no-border + label:before {
  border: none !important;
}

.is-checkradio[type=checkbox].is-block, .is-checkradio[type=radio].is-block {
  display: none !important;
}

.is-checkradio[type=checkbox].is-block + label, .is-checkradio[type=radio].is-block + label {
  width: 100% !important;
  background: #f7f8f8;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 0.75em;
}

.is-checkradio[type=checkbox].is-block:hover:not([disabled]) + label, .is-checkradio[type=radio].is-block:hover:not([disabled]) + label {
  background: #e0e1e2;
}

.is-checkradio[type=checkbox] + label::before, .is-checkradio[type=checkbox] + label:before {
  border-radius: 4px;
}

.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  box-sizing: border-box;
  transform: translateY(0) rotate(45deg);
  border-width: 0.1rem;
  border-style: solid;
  border-color: #FD6400;
  border-top: 0;
  border-left: 0;
}

.is-checkradio[type=checkbox].is-circle + label::before, .is-checkradio[type=checkbox].is-circle + label:before {
  border-radius: 50%;
}

.is-checkradio[type=checkbox] + label {
  font-size: 1rem;
  padding-left: 2rem;
}

.is-checkradio[type=checkbox] + label::before, .is-checkradio[type=checkbox] + label:before {
  width: 1.5rem;
  height: 1.5rem;
}

.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  width: 0.375rem;
  height: 0.6rem;
  top: 0.405rem;
  left: 0.6rem;
}

.is-checkradio[type=checkbox].is-block + label::before, .is-checkradio[type=checkbox].is-block + label:before {
  width: 1.25rem;
  height: 1.25rem;
  left: 0.175rem;
  top: 0.175rem;
}

.is-checkradio[type=checkbox].is-block + label::after, .is-checkradio[type=checkbox].is-block + label:after {
  top: 0.325rem;
  left: 0.65rem;
}

.is-checkradio[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 2rem;
}

.is-checkradio[type=checkbox].is-rtl + label::after, .is-checkradio[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 0.6rem;
}

.is-checkradio[type=checkbox].is-small + label {
  font-size: 0.75rem;
  padding-left: 1.5rem;
}

.is-checkradio[type=checkbox].is-small + label::before, .is-checkradio[type=checkbox].is-small + label:before {
  width: 1.125rem;
  height: 1.125rem;
}

.is-checkradio[type=checkbox].is-small + label::after, .is-checkradio[type=checkbox].is-small + label:after {
  width: 0.28125rem;
  height: 0.45rem;
  top: 0.30375rem;
  left: 0.45rem;
}

.is-checkradio[type=checkbox].is-small.is-block + label::before, .is-checkradio[type=checkbox].is-small.is-block + label:before {
  width: 0.9375rem;
  height: 0.9375rem;
  left: 0.175rem;
  top: 0.175rem;
}

.is-checkradio[type=checkbox].is-small.is-block + label::after, .is-checkradio[type=checkbox].is-small.is-block + label:after {
  top: 0.29375rem;
  left: 0.5375rem;
}

.is-checkradio[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 1.5rem;
}

.is-checkradio[type=checkbox].is-small.is-rtl + label::after, .is-checkradio[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 0.45rem;
}

.is-checkradio[type=checkbox].is-medium + label {
  font-size: 1.25rem;
  padding-left: 2.5rem;
}

.is-checkradio[type=checkbox].is-medium + label::before, .is-checkradio[type=checkbox].is-medium + label:before {
  width: 1.875rem;
  height: 1.875rem;
}

.is-checkradio[type=checkbox].is-medium + label::after, .is-checkradio[type=checkbox].is-medium + label:after {
  width: 0.46875rem;
  height: 0.75rem;
  top: 0.50625rem;
  left: 0.75rem;
}

.is-checkradio[type=checkbox].is-medium.is-block + label::before, .is-checkradio[type=checkbox].is-medium.is-block + label:before {
  width: 1.5625rem;
  height: 1.5625rem;
  left: 0.175rem;
  top: 0.175rem;
}

.is-checkradio[type=checkbox].is-medium.is-block + label::after, .is-checkradio[type=checkbox].is-medium.is-block + label:after {
  top: 0.35625rem;
  left: 0.7625rem;
}

.is-checkradio[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 2.5rem;
}

.is-checkradio[type=checkbox].is-medium.is-rtl + label::after, .is-checkradio[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 0.75rem;
}

.is-checkradio[type=checkbox].is-large + label {
  font-size: 1.5rem;
  padding-left: 3rem;
}

.is-checkradio[type=checkbox].is-large + label::before, .is-checkradio[type=checkbox].is-large + label:before {
  width: 2.25rem;
  height: 2.25rem;
}

.is-checkradio[type=checkbox].is-large + label::after, .is-checkradio[type=checkbox].is-large + label:after {
  width: 0.5625rem;
  height: 0.9rem;
  top: 0.6075rem;
  left: 0.9rem;
}

.is-checkradio[type=checkbox].is-large.is-block + label::before, .is-checkradio[type=checkbox].is-large.is-block + label:before {
  width: 1.875rem;
  height: 1.875rem;
  left: 0.175rem;
  top: 0.175rem;
}

.is-checkradio[type=checkbox].is-large.is-block + label::after, .is-checkradio[type=checkbox].is-large.is-block + label:after {
  top: 0.3875rem;
  left: 0.875rem;
}

.is-checkradio[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 3rem;
}

.is-checkradio[type=checkbox].is-large.is-rtl + label::after, .is-checkradio[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 0.9rem;
}

.is-checkradio[type=checkbox].is-white.has-background-color + label::before, .is-checkradio[type=checkbox].is-white.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label:before {
  border-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-white:checked + label::after, .is-checkradio[type=checkbox].is-white:checked + label:after {
  border-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-white:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-white:checked.has-background-color + label:after {
  border-color: #0a0b0b !important;
  background-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label:before {
  border-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-white.is-block:checked + label {
  color: #0a0b0b;
  border-color: #FFFFFF !important;
  background: #FFFFFF;
}

.is-checkradio[type=checkbox].is-white.is-block:checked + label::after, .is-checkradio[type=checkbox].is-white.is-block:checked + label:after {
  border-color: #0a0b0b !important;
}

.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label {
  background: #f7f8f8;
}

.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #0a0a0a !important;
}

.is-checkradio[type=checkbox].is-black.has-background-color + label::before, .is-checkradio[type=checkbox].is-black.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0a0b0b !important;
}

.is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label:before {
  border-color: #0a0b0b !important;
}

.is-checkradio[type=checkbox].is-black:checked + label::after, .is-checkradio[type=checkbox].is-black:checked + label:after {
  border-color: #0a0b0b !important;
}

.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-black:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0a0b0b !important;
}

.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-black:checked.has-background-color + label:after {
  border-color: #FFFFFF !important;
  background-color: #0a0b0b !important;
}

.is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label:before {
  border-color: #0a0b0b !important;
}

.is-checkradio[type=checkbox].is-black.is-block:checked + label {
  color: #FFFFFF;
  border-color: #0a0b0b !important;
  background: #0a0b0b;
}

.is-checkradio[type=checkbox].is-black.is-block:checked + label::after, .is-checkradio[type=checkbox].is-black.is-block:checked + label:after {
  border-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label {
  background: #0a0a0a;
}

.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox].is-light.has-background-color + label::before, .is-checkradio[type=checkbox].is-light.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label:before {
  border-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox].is-light:checked + label::after, .is-checkradio[type=checkbox].is-light:checked + label:after {
  border-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-light:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-light:checked.has-background-color + label:after {
  border-color: #363636 !important;
  background-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label:before {
  border-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox].is-light.is-block:checked + label {
  color: #363636;
  border-color: #f7f8f8 !important;
  background: #f7f8f8;
}

.is-checkradio[type=checkbox].is-light.is-block:checked + label::after, .is-checkradio[type=checkbox].is-light.is-block:checked + label:after {
  border-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label {
  background: #e0e1e2;
}

.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #1e2021 !important;
}

.is-checkradio[type=checkbox].is-dark.has-background-color + label::before, .is-checkradio[type=checkbox].is-dark.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label:before {
  border-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-dark:checked + label::after, .is-checkradio[type=checkbox].is-dark:checked + label:after {
  border-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-dark:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-dark:checked.has-background-color + label:after {
  border-color: #f7f8f8 !important;
  background-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label:before {
  border-color: #363636 !important;
}

.is-checkradio[type=checkbox].is-dark.is-block:checked + label {
  color: #f7f8f8;
  border-color: #363636 !important;
  background: #363636;
}

.is-checkradio[type=checkbox].is-dark.is-block:checked + label::after, .is-checkradio[type=checkbox].is-dark.is-block:checked + label:after {
  border-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label {
  background: #1e2021;
}

.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #e0e1e2 !important;
}

.is-checkradio[type=checkbox].is-primary.has-background-color + label::before, .is-checkradio[type=checkbox].is-primary.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-primary:checked + label::after, .is-checkradio[type=checkbox].is-primary:checked + label:after {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:after {
  border-color: #FFFFFF !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-primary.is-block:checked + label {
  color: #FFFFFF;
  border-color: #FD6400 !important;
  background: #FD6400;
}

.is-checkradio[type=checkbox].is-primary.is-block:checked + label::after, .is-checkradio[type=checkbox].is-primary.is-block:checked + label:after {
  border-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label {
  background: #e45a00;
}

.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox].is-link.has-background-color + label::before, .is-checkradio[type=checkbox].is-link.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-link:checked + label::after, .is-checkradio[type=checkbox].is-link:checked + label:after {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-link:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-link:checked.has-background-color + label:after {
  border-color: #FFFFFF !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-link.is-block:checked + label {
  color: #FFFFFF;
  border-color: #FD6400 !important;
  background: #FD6400;
}

.is-checkradio[type=checkbox].is-link.is-block:checked + label::after, .is-checkradio[type=checkbox].is-link.is-block:checked + label:after {
  border-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label {
  background: #e45a00;
}

.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox].is-info.has-background-color + label::before, .is-checkradio[type=checkbox].is-info.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #3e8ed0 !important;
}

.is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label:before {
  border-color: #3e8ed0 !important;
}

.is-checkradio[type=checkbox].is-info:checked + label::after, .is-checkradio[type=checkbox].is-info:checked + label:after {
  border-color: #3e8ed0 !important;
}

.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-info:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #3e8ed0 !important;
}

.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-info:checked.has-background-color + label:after {
  border-color: #FFFFFF !important;
  background-color: #3e8ed0 !important;
}

.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label:before {
  border-color: #3e8ed0 !important;
}

.is-checkradio[type=checkbox].is-info.is-block:checked + label {
  color: #FFFFFF;
  border-color: #3e8ed0 !important;
  background: #3e8ed0;
}

.is-checkradio[type=checkbox].is-info.is-block:checked + label::after, .is-checkradio[type=checkbox].is-info.is-block:checked + label:after {
  border-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label {
  background: #3880bb;
}

.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox].is-success.has-background-color + label::before, .is-checkradio[type=checkbox].is-success.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #1e7b49 !important;
}

.is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label:before {
  border-color: #1e7b49 !important;
}

.is-checkradio[type=checkbox].is-success:checked + label::after, .is-checkradio[type=checkbox].is-success:checked + label:after {
  border-color: #1e7b49 !important;
}

.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-success:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #1e7b49 !important;
}

.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-success:checked.has-background-color + label:after {
  border-color: #FFFFFF !important;
  background-color: #1e7b49 !important;
}

.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label:before {
  border-color: #1e7b49 !important;
}

.is-checkradio[type=checkbox].is-success.is-block:checked + label {
  color: #FFFFFF;
  border-color: #1e7b49 !important;
  background: #1e7b49;
}

.is-checkradio[type=checkbox].is-success.is-block:checked + label::after, .is-checkradio[type=checkbox].is-success.is-block:checked + label:after {
  border-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label {
  background: #1b6f42;
}

.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox].is-warning.has-background-color + label::before, .is-checkradio[type=checkbox].is-warning.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #f5c919 !important;
}

.is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label:before {
  border-color: #f5c919 !important;
}

.is-checkradio[type=checkbox].is-warning:checked + label::after, .is-checkradio[type=checkbox].is-warning:checked + label:after {
  border-color: #f5c919 !important;
}

.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #f5c919 !important;
}

.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: #f5c919 !important;
}

.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label:before {
  border-color: #f5c919 !important;
}

.is-checkradio[type=checkbox].is-warning.is-block:checked + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: #f5c919 !important;
  background: #f5c919;
}

.is-checkradio[type=checkbox].is-warning.is-block:checked + label::after, .is-checkradio[type=checkbox].is-warning.is-block:checked + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}

.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label {
  background: #ddb517;
}

.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgba(0, 0, 0, 0.7) !important;
}

.is-checkradio[type=checkbox].is-danger.has-background-color + label::before, .is-checkradio[type=checkbox].is-danger.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ed1d23 !important;
}

.is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label:before {
  border-color: #ed1d23 !important;
}

.is-checkradio[type=checkbox].is-danger:checked + label::after, .is-checkradio[type=checkbox].is-danger:checked + label:after {
  border-color: #ed1d23 !important;
}

.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ed1d23 !important;
}

.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:after {
  border-color: #FFFFFF !important;
  background-color: #ed1d23 !important;
}

.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label:before {
  border-color: #ed1d23 !important;
}

.is-checkradio[type=checkbox].is-danger.is-block:checked + label {
  color: #FFFFFF;
  border-color: #ed1d23 !important;
  background: #ed1d23;
}

.is-checkradio[type=checkbox].is-danger.is-block:checked + label::after, .is-checkradio[type=checkbox].is-danger.is-block:checked + label:after {
  border-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label {
  background: #d51a20;
}

.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f7f8f8 !important;
}

.is-checkradio[type=checkbox]:indeterminate + label::after, .is-checkradio[type=checkbox]:indeterminate + label:after {
  display: inline-block;
  transform: rotate(90deg);
  border-bottom: none;
}

.is-checkradio[type=checkbox]:indeterminate.is-white + label::after, .is-checkradio[type=checkbox]:indeterminate.is-white + label:after {
  border-color: #FFFFFF;
}

.is-checkradio[type=checkbox]:indeterminate.is-black + label::after, .is-checkradio[type=checkbox]:indeterminate.is-black + label:after {
  border-color: #0a0b0b;
}

.is-checkradio[type=checkbox]:indeterminate.is-light + label::after, .is-checkradio[type=checkbox]:indeterminate.is-light + label:after {
  border-color: #f7f8f8;
}

.is-checkradio[type=checkbox]:indeterminate.is-dark + label::after, .is-checkradio[type=checkbox]:indeterminate.is-dark + label:after {
  border-color: #363636;
}

.is-checkradio[type=checkbox]:indeterminate.is-primary + label::after, .is-checkradio[type=checkbox]:indeterminate.is-primary + label:after {
  border-color: #FD6400;
}

.is-checkradio[type=checkbox]:indeterminate.is-link + label::after, .is-checkradio[type=checkbox]:indeterminate.is-link + label:after {
  border-color: #FD6400;
}

.is-checkradio[type=checkbox]:indeterminate.is-info + label::after, .is-checkradio[type=checkbox]:indeterminate.is-info + label:after {
  border-color: #3e8ed0;
}

.is-checkradio[type=checkbox]:indeterminate.is-success + label::after, .is-checkradio[type=checkbox]:indeterminate.is-success + label:after {
  border-color: #1e7b49;
}

.is-checkradio[type=checkbox]:indeterminate.is-warning + label::after, .is-checkradio[type=checkbox]:indeterminate.is-warning + label:after {
  border-color: #f5c919;
}

.is-checkradio[type=checkbox]:indeterminate.is-danger + label::after, .is-checkradio[type=checkbox]:indeterminate.is-danger + label:after {
  border-color: #ed1d23;
}

.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before {
  border-radius: 50%;
}

.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  border-radius: 50%;
  background: #FD6400;
  left: 0;
  transform: scale(0.5);
}

.is-checkradio[type=radio]:checked.has-background-color + label::before, .is-checkradio[type=radio]:checked.has-background-color + label:before, .is-checkradio[type=radio]:checked.has-background-color + label::after, .is-checkradio[type=radio]:checked.has-background-color + label:after {
  border-color: #4a4a4a !important;
  background-color: #4a4a4a !important;
}

.is-checkradio[type=radio].is-rtl + label {
  padding-left: 0;
}

.is-checkradio[type=radio].is-rtl + label::after, .is-checkradio[type=radio].is-rtl + label:after {
  left: auto;
  right: 0;
}

.is-checkradio[type=radio].is-rtl + label {
  padding-right: 2rem;
}

.is-checkradio[type=radio] + label {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 2rem;
}

.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:after, .is-checkradio[type=radio] + label:before {
  width: 1.5rem;
  height: 1.5rem;
}

.is-checkradio[type=radio].is-small + label {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-left: 1.5rem;
}

.is-checkradio[type=radio].is-small + label::after, .is-checkradio[type=radio].is-small + label::before, .is-checkradio[type=radio].is-small + label:after, .is-checkradio[type=radio].is-small + label:before {
  width: 1.125rem;
  height: 1.125rem;
}

.is-checkradio[type=radio].is-small.is-rtl + label {
  padding-right: 1.5rem;
}

.is-checkradio[type=radio].is-medium + label {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-left: 2.5rem;
}

.is-checkradio[type=radio].is-medium + label::after, .is-checkradio[type=radio].is-medium + label::before, .is-checkradio[type=radio].is-medium + label:after, .is-checkradio[type=radio].is-medium + label:before {
  width: 1.875rem;
  height: 1.875rem;
}

.is-checkradio[type=radio].is-medium.is-rtl + label {
  padding-right: 2.5rem;
}

.is-checkradio[type=radio].is-large + label {
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding-left: 3rem;
}

.is-checkradio[type=radio].is-large + label::after, .is-checkradio[type=radio].is-large + label::before, .is-checkradio[type=radio].is-large + label:after, .is-checkradio[type=radio].is-large + label:before {
  width: 2.25rem;
  height: 2.25rem;
}

.is-checkradio[type=radio].is-large.is-rtl + label {
  padding-right: 3rem;
}

.is-checkradio[type=radio].is-white.has-background-color + label::before, .is-checkradio[type=radio].is-white.has-background-color + label:before {
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

.is-checkradio[type=radio].is-white:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-white:hover:not([disabled]) + label:before {
  border-color: #FFFFFF !important;
}

.is-checkradio[type=radio].is-white:checked + label::after, .is-checkradio[type=radio].is-white:checked + label:after {
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

.is-checkradio[type=radio].is-white:checked.has-background-color + label::before, .is-checkradio[type=radio].is-white:checked.has-background-color + label:before {
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

.is-checkradio[type=radio].is-white:checked.has-background-color + label::after, .is-checkradio[type=radio].is-white:checked.has-background-color + label:after {
  border-color: #0a0b0b !important;
  background-color: #0a0b0b !important;
}

.is-checkradio[type=radio].is-black.has-background-color + label::before, .is-checkradio[type=radio].is-black.has-background-color + label:before {
  border-color: #0a0b0b !important;
  background-color: #0a0b0b !important;
}

.is-checkradio[type=radio].is-black:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-black:hover:not([disabled]) + label:before {
  border-color: #0a0b0b !important;
}

.is-checkradio[type=radio].is-black:checked + label::after, .is-checkradio[type=radio].is-black:checked + label:after {
  border-color: #0a0b0b !important;
  background-color: #0a0b0b !important;
}

.is-checkradio[type=radio].is-black:checked.has-background-color + label::before, .is-checkradio[type=radio].is-black:checked.has-background-color + label:before {
  border-color: #0a0b0b !important;
  background-color: #0a0b0b !important;
}

.is-checkradio[type=radio].is-black:checked.has-background-color + label::after, .is-checkradio[type=radio].is-black:checked.has-background-color + label:after {
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

.is-checkradio[type=radio].is-light.has-background-color + label::before, .is-checkradio[type=radio].is-light.has-background-color + label:before {
  border-color: #f7f8f8 !important;
  background-color: #f7f8f8 !important;
}

.is-checkradio[type=radio].is-light:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-light:hover:not([disabled]) + label:before {
  border-color: #f7f8f8 !important;
}

.is-checkradio[type=radio].is-light:checked + label::after, .is-checkradio[type=radio].is-light:checked + label:after {
  border-color: #f7f8f8 !important;
  background-color: #f7f8f8 !important;
}

.is-checkradio[type=radio].is-light:checked.has-background-color + label::before, .is-checkradio[type=radio].is-light:checked.has-background-color + label:before {
  border-color: #f7f8f8 !important;
  background-color: #f7f8f8 !important;
}

.is-checkradio[type=radio].is-light:checked.has-background-color + label::after, .is-checkradio[type=radio].is-light:checked.has-background-color + label:after {
  border-color: #363636 !important;
  background-color: #363636 !important;
}

.is-checkradio[type=radio].is-dark.has-background-color + label::before, .is-checkradio[type=radio].is-dark.has-background-color + label:before {
  border-color: #363636 !important;
  background-color: #363636 !important;
}

.is-checkradio[type=radio].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-dark:hover:not([disabled]) + label:before {
  border-color: #363636 !important;
}

.is-checkradio[type=radio].is-dark:checked + label::after, .is-checkradio[type=radio].is-dark:checked + label:after {
  border-color: #363636 !important;
  background-color: #363636 !important;
}

.is-checkradio[type=radio].is-dark:checked.has-background-color + label::before, .is-checkradio[type=radio].is-dark:checked.has-background-color + label:before {
  border-color: #363636 !important;
  background-color: #363636 !important;
}

.is-checkradio[type=radio].is-dark:checked.has-background-color + label::after, .is-checkradio[type=radio].is-dark:checked.has-background-color + label:after {
  border-color: #f7f8f8 !important;
  background-color: #f7f8f8 !important;
}

.is-checkradio[type=radio].is-primary.has-background-color + label::before, .is-checkradio[type=radio].is-primary.has-background-color + label:before {
  border-color: #FD6400 !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-primary:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-primary:checked + label::after, .is-checkradio[type=radio].is-primary:checked + label:after {
  border-color: #FD6400 !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-primary:checked.has-background-color + label::before, .is-checkradio[type=radio].is-primary:checked.has-background-color + label:before {
  border-color: #FD6400 !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-primary:checked.has-background-color + label::after, .is-checkradio[type=radio].is-primary:checked.has-background-color + label:after {
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

.is-checkradio[type=radio].is-link.has-background-color + label::before, .is-checkradio[type=radio].is-link.has-background-color + label:before {
  border-color: #FD6400 !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-link:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-link:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-link:checked + label::after, .is-checkradio[type=radio].is-link:checked + label:after {
  border-color: #FD6400 !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-link:checked.has-background-color + label::before, .is-checkradio[type=radio].is-link:checked.has-background-color + label:before {
  border-color: #FD6400 !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-link:checked.has-background-color + label::after, .is-checkradio[type=radio].is-link:checked.has-background-color + label:after {
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

.is-checkradio[type=radio].is-info.has-background-color + label::before, .is-checkradio[type=radio].is-info.has-background-color + label:before {
  border-color: #3e8ed0 !important;
  background-color: #3e8ed0 !important;
}

.is-checkradio[type=radio].is-info:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-info:hover:not([disabled]) + label:before {
  border-color: #3e8ed0 !important;
}

.is-checkradio[type=radio].is-info:checked + label::after, .is-checkradio[type=radio].is-info:checked + label:after {
  border-color: #3e8ed0 !important;
  background-color: #3e8ed0 !important;
}

.is-checkradio[type=radio].is-info:checked.has-background-color + label::before, .is-checkradio[type=radio].is-info:checked.has-background-color + label:before {
  border-color: #3e8ed0 !important;
  background-color: #3e8ed0 !important;
}

.is-checkradio[type=radio].is-info:checked.has-background-color + label::after, .is-checkradio[type=radio].is-info:checked.has-background-color + label:after {
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

.is-checkradio[type=radio].is-success.has-background-color + label::before, .is-checkradio[type=radio].is-success.has-background-color + label:before {
  border-color: #1e7b49 !important;
  background-color: #1e7b49 !important;
}

.is-checkradio[type=radio].is-success:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-success:hover:not([disabled]) + label:before {
  border-color: #1e7b49 !important;
}

.is-checkradio[type=radio].is-success:checked + label::after, .is-checkradio[type=radio].is-success:checked + label:after {
  border-color: #1e7b49 !important;
  background-color: #1e7b49 !important;
}

.is-checkradio[type=radio].is-success:checked.has-background-color + label::before, .is-checkradio[type=radio].is-success:checked.has-background-color + label:before {
  border-color: #1e7b49 !important;
  background-color: #1e7b49 !important;
}

.is-checkradio[type=radio].is-success:checked.has-background-color + label::after, .is-checkradio[type=radio].is-success:checked.has-background-color + label:after {
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

.is-checkradio[type=radio].is-warning.has-background-color + label::before, .is-checkradio[type=radio].is-warning.has-background-color + label:before {
  border-color: #f5c919 !important;
  background-color: #f5c919 !important;
}

.is-checkradio[type=radio].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-warning:hover:not([disabled]) + label:before {
  border-color: #f5c919 !important;
}

.is-checkradio[type=radio].is-warning:checked + label::after, .is-checkradio[type=radio].is-warning:checked + label:after {
  border-color: #f5c919 !important;
  background-color: #f5c919 !important;
}

.is-checkradio[type=radio].is-warning:checked.has-background-color + label::before, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:before {
  border-color: #f5c919 !important;
  background-color: #f5c919 !important;
}

.is-checkradio[type=radio].is-warning:checked.has-background-color + label::after, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.is-checkradio[type=radio].is-danger.has-background-color + label::before, .is-checkradio[type=radio].is-danger.has-background-color + label:before {
  border-color: #ed1d23 !important;
  background-color: #ed1d23 !important;
}

.is-checkradio[type=radio].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-danger:hover:not([disabled]) + label:before {
  border-color: #ed1d23 !important;
}

.is-checkradio[type=radio].is-danger:checked + label::after, .is-checkradio[type=radio].is-danger:checked + label:after {
  border-color: #ed1d23 !important;
  background-color: #ed1d23 !important;
}

.is-checkradio[type=radio].is-danger:checked.has-background-color + label::before, .is-checkradio[type=radio].is-danger:checked.has-background-color + label:before {
  border-color: #ed1d23 !important;
  background-color: #ed1d23 !important;
}

.is-checkradio[type=radio].is-danger:checked.has-background-color + label::after, .is-checkradio[type=radio].is-danger:checked.has-background-color + label:after {
  border-color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox]:hover:not([disabled]) + label:before, .is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-primary:checked + label::after, .is-checkradio[type=checkbox].is-primary:checked + label:after {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-primary.has-background-color + label::before, .is-checkradio[type=checkbox].is-primary.has-background-color + label:before {
  border-color: #c1c3c5 !important;
  background-color: transparent !important;
}

.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:after {
  background-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:before {
  border-color: #FD6400 !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label:before {
  border-color: #3e8ed0 !important;
}

.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox]:hover:not([disabled]) + label:before, .is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #3e8ed0 !important;
}

.is-checkradio[type=checkbox].is-info:checked + label::after, .is-checkradio[type=checkbox].is-info:checked + label:after {
  border-color: #3e8ed0 !important;
}

.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  border-color: #3e8ed0 !important;
}

.is-checkradio[type=checkbox].is-info.has-background-color + label::before, .is-checkradio[type=checkbox].is-info.has-background-color + label:before {
  border-color: #c1c3c5 !important;
  background-color: transparent !important;
}

.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-info:checked.has-background-color + label:after {
  background-color: #3e8ed0 !important;
}

.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-info:checked.has-background-color + label:before {
  border-color: #3e8ed0 !important;
  background-color: #3e8ed0 !important;
}

.is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label:before {
  border-color: #1e7b49 !important;
}

.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox]:hover:not([disabled]) + label:before, .is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #1e7b49 !important;
}

.is-checkradio[type=checkbox].is-success:checked + label::after, .is-checkradio[type=checkbox].is-success:checked + label:after {
  border-color: #1e7b49 !important;
}

.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  border-color: #1e7b49 !important;
}

.is-checkradio[type=checkbox].is-success.has-background-color + label::before, .is-checkradio[type=checkbox].is-success.has-background-color + label:before {
  border-color: #c1c3c5 !important;
  background-color: transparent !important;
}

.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-success:checked.has-background-color + label:after {
  background-color: #1e7b49 !important;
}

.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-success:checked.has-background-color + label:before {
  border-color: #1e7b49 !important;
  background-color: #1e7b49 !important;
}

.is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label:before {
  border-color: #f5c919 !important;
}

.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox]:hover:not([disabled]) + label:before, .is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #f5c919 !important;
}

.is-checkradio[type=checkbox].is-warning:checked + label::after, .is-checkradio[type=checkbox].is-warning:checked + label:after {
  border-color: #f5c919 !important;
}

.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  border-color: #f5c919 !important;
}

.is-checkradio[type=checkbox].is-warning.has-background-color + label::before, .is-checkradio[type=checkbox].is-warning.has-background-color + label:before {
  border-color: #c1c3c5 !important;
  background-color: transparent !important;
}

.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:after {
  background-color: #f5c919 !important;
}

.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:before {
  border-color: #f5c919 !important;
  background-color: #f5c919 !important;
}

.is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label:before {
  border-color: #ed1d23 !important;
}

.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox]:hover:not([disabled]) + label:before, .is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #ed1d23 !important;
}

.is-checkradio[type=checkbox].is-danger:checked + label::after, .is-checkradio[type=checkbox].is-danger:checked + label:after {
  border-color: #ed1d23 !important;
}

.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  border-color: #ed1d23 !important;
}

.is-checkradio[type=checkbox].is-danger.has-background-color + label::before, .is-checkradio[type=checkbox].is-danger.has-background-color + label:before {
  border-color: #c1c3c5 !important;
  background-color: transparent !important;
}

.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:after {
  background-color: #ed1d23 !important;
}

.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:before {
  border-color: #ed1d23 !important;
  background-color: #ed1d23 !important;
}

.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox]:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox]:hover:not([disabled]) + label:before, .is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox]:checked + label::after, .is-checkradio[type=checkbox]:checked + label:after {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  border-color: #FD6400 !important;
}

.is-checkradio[type=checkbox].has-background-color + label::before, .is-checkradio[type=checkbox].has-background-color + label:before {
  border-color: #c1c3c5 !important;
  background-color: transparent !important;
}

.is-checkradio[type=checkbox]:checked.has-background-color + label::after, .is-checkradio[type=checkbox]:checked.has-background-color + label:after {
  background-color: #FD6400 !important;
  border-color: #FFFFFF !important;
}

.is-checkradio[type=checkbox]:checked.has-background-color + label::before, .is-checkradio[type=checkbox]:checked.has-background-color + label:before {
  border-color: #FD6400 !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-primary:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-primary:checked + label::after, .is-checkradio[type=radio].is-primary:checked + label:after {
  border-color: #FD6400 !important;
}

.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  border-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-primary.has-background-color + label::before, .is-checkradio[type=radio].is-primary.has-background-color + label:before {
  border-color: #c1c3c5 !important;
  background-color: transparent !important;
}

.is-checkradio[type=radio].is-primary:checked.has-background-color + label::after, .is-checkradio[type=radio].is-primary:checked.has-background-color + label:after {
  background-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-primary:checked.has-background-color + label::before, .is-checkradio[type=radio].is-primary:checked.has-background-color + label:before {
  border-color: #FD6400 !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-info:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-info:hover:not([disabled]) + label:before {
  border-color: #3e8ed0 !important;
}

.is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #3e8ed0 !important;
}

.is-checkradio[type=radio].is-info:checked + label::after, .is-checkradio[type=radio].is-info:checked + label:after {
  border-color: #3e8ed0 !important;
}

.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  border-color: #3e8ed0 !important;
}

.is-checkradio[type=radio].is-info.has-background-color + label::before, .is-checkradio[type=radio].is-info.has-background-color + label:before {
  border-color: #c1c3c5 !important;
  background-color: transparent !important;
}

.is-checkradio[type=radio].is-info:checked.has-background-color + label::after, .is-checkradio[type=radio].is-info:checked.has-background-color + label:after {
  background-color: #3e8ed0 !important;
}

.is-checkradio[type=radio].is-info:checked.has-background-color + label::before, .is-checkradio[type=radio].is-info:checked.has-background-color + label:before {
  border-color: #3e8ed0 !important;
  background-color: #3e8ed0 !important;
}

.is-checkradio[type=radio].is-success:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-success:hover:not([disabled]) + label:before {
  border-color: #1e7b49 !important;
}

.is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #1e7b49 !important;
}

.is-checkradio[type=radio].is-success:checked + label::after, .is-checkradio[type=radio].is-success:checked + label:after {
  border-color: #1e7b49 !important;
}

.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  border-color: #1e7b49 !important;
}

.is-checkradio[type=radio].is-success.has-background-color + label::before, .is-checkradio[type=radio].is-success.has-background-color + label:before {
  border-color: #c1c3c5 !important;
  background-color: transparent !important;
}

.is-checkradio[type=radio].is-success:checked.has-background-color + label::after, .is-checkradio[type=radio].is-success:checked.has-background-color + label:after {
  background-color: #1e7b49 !important;
}

.is-checkradio[type=radio].is-success:checked.has-background-color + label::before, .is-checkradio[type=radio].is-success:checked.has-background-color + label:before {
  border-color: #1e7b49 !important;
  background-color: #1e7b49 !important;
}

.is-checkradio[type=radio].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-warning:hover:not([disabled]) + label:before {
  border-color: #f5c919 !important;
}

.is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #f5c919 !important;
}

.is-checkradio[type=radio].is-warning:checked + label::after, .is-checkradio[type=radio].is-warning:checked + label:after {
  border-color: #f5c919 !important;
}

.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  border-color: #f5c919 !important;
}

.is-checkradio[type=radio].is-warning.has-background-color + label::before, .is-checkradio[type=radio].is-warning.has-background-color + label:before {
  border-color: #c1c3c5 !important;
  background-color: transparent !important;
}

.is-checkradio[type=radio].is-warning:checked.has-background-color + label::after, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:after {
  background-color: #f5c919 !important;
}

.is-checkradio[type=radio].is-warning:checked.has-background-color + label::before, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:before {
  border-color: #f5c919 !important;
  background-color: #f5c919 !important;
}

.is-checkradio[type=radio].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-danger:hover:not([disabled]) + label:before {
  border-color: #ed1d23 !important;
}

.is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #ed1d23 !important;
}

.is-checkradio[type=radio].is-danger:checked + label::after, .is-checkradio[type=radio].is-danger:checked + label:after {
  border-color: #ed1d23 !important;
}

.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  border-color: #ed1d23 !important;
}

.is-checkradio[type=radio].is-danger.has-background-color + label::before, .is-checkradio[type=radio].is-danger.has-background-color + label:before {
  border-color: #c1c3c5 !important;
  background-color: transparent !important;
}

.is-checkradio[type=radio].is-danger:checked.has-background-color + label::after, .is-checkradio[type=radio].is-danger:checked.has-background-color + label:after {
  background-color: #ed1d23 !important;
}

.is-checkradio[type=radio].is-danger:checked.has-background-color + label::before, .is-checkradio[type=radio].is-danger:checked.has-background-color + label:before {
  border-color: #ed1d23 !important;
  background-color: #ed1d23 !important;
}

.is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before {
  border-color: #FD6400 !important;
}

.is-checkradio[type=radio]:checked + label::after, .is-checkradio[type=radio]:checked + label:after {
  border-color: #FD6400 !important;
}

.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  border-color: #FD6400 !important;
}

.is-checkradio[type=radio].has-background-color + label::before, .is-checkradio[type=radio].has-background-color + label:before {
  border-color: #c1c3c5 !important;
  background-color: transparent !important;
}

.is-checkradio[type=radio]:checked.has-background-color + label::after, .is-checkradio[type=radio]:checked.has-background-color + label:after {
  background-color: #FD6400 !important;
  border-color: #FFFFFF !important;
}

.is-checkradio[type=radio]:checked.has-background-color + label::before, .is-checkradio[type=radio]:checked.has-background-color + label:before {
  border-color: #FD6400 !important;
  background-color: #FD6400 !important;
}

.is-checkradio[type=radio].is-warning:checked.has-background-color + label::after, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:after {
  border-color: #f5c919 !important;
  background-color: #f5c919 !important;
}

input#temporarycard:checked ~ .temporarycardinput {
  display: block;
  transition: all 0.3s;
}

.temporarycardinput {
  display: none;
}

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

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

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

.is-divider-vertical[data-content]::after {
  background: #FFFFFF;
  color: #b5b5b5;
  content: attr(data-content);
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  transform: translateY(-1.1rem);
  text-align: center;
}

.is-divider[data-content]::after {
  background: #FFFFFF;
  color: #5a5f64;
  content: attr(data-content);
  display: inline-block;
  font-size: 1rem;
  padding: 0.2rem 0.8rem;
  transform: translateY(-1.1rem);
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .is-divider-vertical {
    display: block;
    flex: none;
    width: auto;
    height: auto;
    padding: 2rem;
    margin: 0;
    position: relative;
    border-top: none;
    min-height: 2rem;
  }

  .is-divider-vertical::before {
    border-left: 0.1rem solid #c1c3c5;
    bottom: 1rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 1rem;
    transform: translateX(-50%);
  }

  .is-divider-vertical[data-content]::after {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0.1rem;
    transform: translateY(-50%) translateX(-50%);
  }
}

.is-divider-vertical.is-white, .is-divider.is-white {
  border-top-color: #FFFFFF;
}

.is-divider-vertical.is-white[data-content]::after, .is-divider.is-white[data-content]::after {
  background: #0a0b0b;
  color: #FFFFFF;
}

.is-divider-vertical.is-white::before, .is-divider.is-white::before {
  border-left-color: #FFFFFF;
}

.is-divider-vertical.is-black, .is-divider.is-black {
  border-top-color: #0a0b0b;
}

.is-divider-vertical.is-black[data-content]::after, .is-divider.is-black[data-content]::after {
  background: #FFFFFF;
  color: #0a0b0b;
}

.is-divider-vertical.is-black::before, .is-divider.is-black::before {
  border-left-color: #0a0b0b;
}

.is-divider-vertical.is-light, .is-divider.is-light {
  border-top-color: #f7f8f8;
}

.is-divider-vertical.is-light[data-content]::after, .is-divider.is-light[data-content]::after {
  background: #363636;
  color: #f7f8f8;
}

.is-divider-vertical.is-light::before, .is-divider.is-light::before {
  border-left-color: #f7f8f8;
}

.is-divider-vertical.is-dark, .is-divider.is-dark {
  border-top-color: #363636;
}

.is-divider-vertical.is-dark[data-content]::after, .is-divider.is-dark[data-content]::after {
  background: #f7f8f8;
  color: #363636;
}

.is-divider-vertical.is-dark::before, .is-divider.is-dark::before {
  border-left-color: #363636;
}

.is-divider-vertical.is-primary, .is-divider.is-primary {
  border-top-color: #FD6400;
}

.is-divider-vertical.is-primary[data-content]::after, .is-divider.is-primary[data-content]::after {
  background: #FFFFFF;
  color: #FD6400;
}

.is-divider-vertical.is-primary::before, .is-divider.is-primary::before {
  border-left-color: #FD6400;
}

.is-divider-vertical.is-link, .is-divider.is-link {
  border-top-color: #FD6400;
}

.is-divider-vertical.is-link[data-content]::after, .is-divider.is-link[data-content]::after {
  background: #FFFFFF;
  color: #FD6400;
}

.is-divider-vertical.is-link::before, .is-divider.is-link::before {
  border-left-color: #FD6400;
}

.is-divider-vertical.is-info, .is-divider.is-info {
  border-top-color: #3e8ed0;
}

.is-divider-vertical.is-info[data-content]::after, .is-divider.is-info[data-content]::after {
  background: #FFFFFF;
  color: #3e8ed0;
}

.is-divider-vertical.is-info::before, .is-divider.is-info::before {
  border-left-color: #3e8ed0;
}

.is-divider-vertical.is-success, .is-divider.is-success {
  border-top-color: #1e7b49;
}

.is-divider-vertical.is-success[data-content]::after, .is-divider.is-success[data-content]::after {
  background: #FFFFFF;
  color: #1e7b49;
}

.is-divider-vertical.is-success::before, .is-divider.is-success::before {
  border-left-color: #1e7b49;
}

.is-divider-vertical.is-warning, .is-divider.is-warning {
  border-top-color: #f5c919;
}

.is-divider-vertical.is-warning[data-content]::after, .is-divider.is-warning[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: #f5c919;
}

.is-divider-vertical.is-warning::before, .is-divider.is-warning::before {
  border-left-color: #f5c919;
}

.is-divider-vertical.is-danger, .is-divider.is-danger {
  border-top-color: #ed1d23;
}

.is-divider-vertical.is-danger[data-content]::after, .is-divider.is-danger[data-content]::after {
  background: #FFFFFF;
  color: #ed1d23;
}

.is-divider-vertical.is-danger::before, .is-divider.is-danger::before {
  border-left-color: #ed1d23;
}

.is-divider-vertical.is-black-bis, .is-divider.is-black-bis {
  border-top-color: #1e2021;
}

.is-divider-vertical.is-black-bis[data-content]::after, .is-divider.is-black-bis[data-content]::after {
  background: #FFFFFF;
  color: #1e2021;
}

.is-divider-vertical.is-black-bis::before, .is-divider.is-black-bis::before {
  border-left-color: #1e2021;
}

.is-divider-vertical.is-black-ter, .is-divider.is-black-ter {
  border-top-color: #1e2021;
}

.is-divider-vertical.is-black-ter[data-content]::after, .is-divider.is-black-ter[data-content]::after {
  background: #FFFFFF;
  color: #1e2021;
}

.is-divider-vertical.is-black-ter::before, .is-divider.is-black-ter::before {
  border-left-color: #1e2021;
}

.is-divider-vertical.is-grey-darker, .is-divider.is-grey-darker {
  border-top-color: #363636;
}

.is-divider-vertical.is-grey-darker[data-content]::after, .is-divider.is-grey-darker[data-content]::after {
  background: #FFFFFF;
  color: #363636;
}

.is-divider-vertical.is-grey-darker::before, .is-divider.is-grey-darker::before {
  border-left-color: #363636;
}

.is-divider-vertical.is-grey-dark, .is-divider.is-grey-dark {
  border-top-color: #4a4a4a;
}

.is-divider-vertical.is-grey-dark[data-content]::after, .is-divider.is-grey-dark[data-content]::after {
  background: #FFFFFF;
  color: #4a4a4a;
}

.is-divider-vertical.is-grey-dark::before, .is-divider.is-grey-dark::before {
  border-left-color: #4a4a4a;
}

.is-divider-vertical.is-grey, .is-divider.is-grey {
  border-top-color: #646a6f;
}

.is-divider-vertical.is-grey[data-content]::after, .is-divider.is-grey[data-content]::after {
  background: #FFFFFF;
  color: #646a6f;
}

.is-divider-vertical.is-grey::before, .is-divider.is-grey::before {
  border-left-color: #646a6f;
}

.is-divider-vertical.is-grey-light, .is-divider.is-grey-light {
  border-top-color: #b5b5b5;
}

.is-divider-vertical.is-grey-light[data-content]::after, .is-divider.is-grey-light[data-content]::after {
  background: #FFFFFF;
  color: #b5b5b5;
}

.is-divider-vertical.is-grey-light::before, .is-divider.is-grey-light::before {
  border-left-color: #b5b5b5;
}

.is-divider-vertical.is-grey-lighter, .is-divider.is-grey-lighter {
  border-top-color: #c1c3c5;
}

.is-divider-vertical.is-grey-lighter[data-content]::after, .is-divider.is-grey-lighter[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: #c1c3c5;
}

.is-divider-vertical.is-grey-lighter::before, .is-divider.is-grey-lighter::before {
  border-left-color: #c1c3c5;
}

.is-divider-vertical.is-white-ter, .is-divider.is-white-ter {
  border-top-color: #f7f8f8;
}

.is-divider-vertical.is-white-ter[data-content]::after, .is-divider.is-white-ter[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: #f7f8f8;
}

.is-divider-vertical.is-white-ter::before, .is-divider.is-white-ter::before {
  border-left-color: #f7f8f8;
}

.is-divider-vertical.is-white-bis, .is-divider.is-white-bis {
  border-top-color: #f7f8f8;
}

.is-divider-vertical.is-white-bis[data-content]::after, .is-divider.is-white-bis[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: #f7f8f8;
}

.is-divider-vertical.is-white-bis::before, .is-divider.is-white-bis::before {
  border-left-color: #f7f8f8;
}

.image.is-144x144 {
  width: 144px;
  height: 144px;
}

.m-0 {
  margin: 0;
}

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

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

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

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

.m-1 {
  margin: 0.25rem;
}

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

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

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

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

.m-2 {
  margin: 0.5rem;
}

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

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

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

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

.m-3 {
  margin: 0.75rem;
}

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

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

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

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

.m-4 {
  margin: 1rem;
}

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

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

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

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

.m-5 {
  margin: 1.25rem;
}

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

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

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

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

.m-6 {
  margin: 1.5rem;
}

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

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

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

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

.m-7 {
  margin: 2rem;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .m-sm-0 {
    margin: 0;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .m-md-0 {
    margin: 0;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .m-lg-0 {
    margin: 0;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .m-sm-1 {
    margin: 0.25rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .m-md-1 {
    margin: 0.25rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .m-lg-1 {
    margin: 0.25rem;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .m-sm-2 {
    margin: 0.5rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .m-md-2 {
    margin: 0.5rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .m-lg-2 {
    margin: 0.5rem;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .m-sm-3 {
    margin: 0.75rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .m-md-3 {
    margin: 0.75rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .m-lg-3 {
    margin: 0.75rem;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .m-sm-4 {
    margin: 1rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .m-md-4 {
    margin: 1rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .m-lg-4 {
    margin: 1rem;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .m-sm-5 {
    margin: 1.25rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .m-md-5 {
    margin: 1.25rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .m-lg-5 {
    margin: 1.25rem;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .m-sm-6 {
    margin: 1.5rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .m-md-6 {
    margin: 1.5rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .m-lg-6 {
    margin: 1.5rem;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .m-sm-7 {
    margin: 2rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .m-md-7 {
    margin: 2rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .m-lg-7 {
    margin: 2rem;
  }

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

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

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

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

.p-0 {
  padding: 0;
}

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

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

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

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

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

.p-3 {
  padding: 0.75rem;
}

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

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

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

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

.p-4 {
  padding: 1rem;
}

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

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

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

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

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

.p-7 {
  padding: 2rem;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .p-sm-0 {
    padding: 0;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .p-md-0 {
    padding: 0;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .p-lg-0 {
    padding: 0;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .p-sm-1 {
    padding: 0.25rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .p-md-1 {
    padding: 0.25rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .p-lg-1 {
    padding: 0.25rem;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .p-sm-2 {
    padding: 0.5rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .p-md-2 {
    padding: 0.5rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .p-lg-2 {
    padding: 0.5rem;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .p-sm-3 {
    padding: 0.75rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .p-md-3 {
    padding: 0.75rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .p-lg-3 {
    padding: 0.75rem;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .p-sm-4 {
    padding: 1rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .p-md-4 {
    padding: 1rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .p-lg-4 {
    padding: 1rem;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .p-sm-5 {
    padding: 1.25rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .p-md-5 {
    padding: 1.25rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .p-lg-5 {
    padding: 1.25rem;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .p-sm-6 {
    padding: 1.5rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .p-md-6 {
    padding: 1.5rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .p-lg-6 {
    padding: 1.5rem;
  }

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

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

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

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

@media screen and (max-width: 768px) {
  .p-sm-7 {
    padding: 2rem;
  }

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

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

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

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

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .p-md-7 {
    padding: 2rem;
  }

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

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

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

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

@media screen and (min-width: 1024px) {
  .p-lg-7 {
    padding: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

.has-text-primary-dark-10 {
  color: #e45a00 !important;
}

.has-background-primary-dark-10 {
  background-color: #e45a00 !important;
}

.has-text-primary-dark-30 {
  color: #b14600 !important;
}

.has-background-primary-dark-30 {
  background-color: #b14600 !important;
}

.has-text-primary-dark-50 {
  color: #7f3200 !important;
}

.has-background-primary-dark-50 {
  background-color: #7f3200 !important;
}

.has-text-secondary {
  color: #CCE9DC !important;
}

.has-background-secondary {
  background-color: #CCE9DC !important;
}

.has-text-secondary-light-30 {
  color: #dbf0e7 !important;
}

.has-background-secondary-light-30 {
  background-color: #dbf0e7 !important;
}

.has-text-secondary-light-50 {
  color: #e6f4ee !important;
}

.has-background-secondary-light-50 {
  background-color: #e6f4ee !important;
}

.has-text-secondary-light-60 {
  color: #ebf6f1 !important;
}

.has-background-secondary-light-60 {
  background-color: #ebf6f1 !important;
}

.has-text-secondary-light-90 {
  color: #fafdfc !important;
}

.has-background-secondary-light-90 {
  background-color: #fafdfc !important;
}

.has-text-secondary-dark-10 {
  color: #b8d2c6 !important;
}

.has-background-secondary-dark-10 {
  background-color: #b8d2c6 !important;
}

.has-text-secondary-dark-30 {
  color: #8fa39a !important;
}

.has-background-secondary-dark-30 {
  background-color: #8fa39a !important;
}

.has-text-secondary-dark-50 {
  color: #66756e !important;
}

.has-background-secondary-dark-50 {
  background-color: #66756e !important;
}

.has-text-grey-dark-90 {
  color: #0a0b0b !important;
}

.has-background-grey-dark-90 {
  background-color: #0a0b0b !important;
}

.has-text-grey-dark-70 {
  color: #1e2021 !important;
}

.has-background-grey-dark-70 {
  background-color: #1e2021 !important;
}

.has-text-grey-dark-50 {
  color: #323538 !important;
}

.has-background-grey-dark-50 {
  background-color: #323538 !important;
}

.has-text-grey-dark-30 {
  color: #464a4e !important;
}

.has-background-grey-dark-30 {
  background-color: #464a4e !important;
}

.has-text-grey-dark-10 {
  color: #5a5f64 !important;
}

.has-background-grey-dark-10 {
  background-color: #5a5f64 !important;
}

.has-text-grey-light-10 {
  color: #74797d !important;
}

.has-background-grey-light-10 {
  background-color: #74797d !important;
}

.has-text-grey-light-20 {
  color: #83888c !important;
}

.has-background-grey-light-20 {
  background-color: #83888c !important;
}

.has-text-grey-light-30 {
  color: #93979a !important;
}

.has-background-grey-light-30 {
  background-color: #93979a !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-text-red-light-30 {
  color: #f26165 !important;
}

.has-background-red-light-30 {
  background-color: #f26165 !important;
}

.has-text-red-light-60 {
  color: #f8a5a7 !important;
}

.has-background-red-light-60 {
  background-color: #f8a5a7 !important;
}

.has-text-red-light-90 {
  color: #fde8e9 !important;
}

.has-background-red-light-90 {
  background-color: #fde8e9 !important;
}

.has-text-red-dark-10 {
  color: #d51a20 !important;
}

.has-background-red-dark-10 {
  background-color: #d51a20 !important;
}

.has-text-red-dark-30 {
  color: #a61419 !important;
}

.has-background-red-dark-30 {
  background-color: #a61419 !important;
}

.has-text-red-dark-50 {
  color: #770f12 !important;
}

.has-background-red-dark-50 {
  background-color: #770f12 !important;
}

.has-text-blue-light-30 {
  color: #709de7 !important;
}

.has-background-blue-light-30 {
  background-color: #709de7 !important;
}

.has-text-blue-light-60 {
  color: #adc7f1 !important;
}

.has-background-blue-light-60 {
  background-color: #adc7f1 !important;
}

.has-text-blue-light-80 {
  color: #d6e3f8 !important;
}

.has-background-blue-light-80 {
  background-color: #d6e3f8 !important;
}

.has-text-blue-light-90 {
  color: #ebf1fc !important;
}

.has-background-blue-light-90 {
  background-color: #ebf1fc !important;
}

.has-text-blue-dark-10 {
  color: #2d68c6 !important;
}

.has-background-blue-dark-10 {
  background-color: #2d68c6 !important;
}

.has-text-blue-dark-30 {
  color: #23519a !important;
}

.has-background-blue-dark-30 {
  background-color: #23519a !important;
}

.has-text-blue-dark-50 {
  color: #193a6e !important;
}

.has-background-blue-dark-50 {
  background-color: #193a6e !important;
}

.has-text-green {
  color: #1e7b49 !important;
}

.has-background-green {
  background-color: #1e7b49 !important;
}

.has-text-green-light-30 {
  color: #62a380 !important;
}

.has-background-green-light-30 {
  background-color: #62a380 !important;
}

.has-text-green-light-60 {
  color: #a5cab6 !important;
}

.has-background-green-light-60 {
  background-color: #a5cab6 !important;
}

.has-text-green-light-80 {
  color: #d2e5db !important;
}

.has-background-green-light-80 {
  background-color: #d2e5db !important;
}

.has-text-green-light-90 {
  color: #e9f2ed !important;
}

.has-background-green-light-90 {
  background-color: #e9f2ed !important;
}

.has-text-green-dark-10 {
  color: #1b6f42 !important;
}

.has-background-green-dark-10 {
  background-color: #1b6f42 !important;
}

.has-text-green-dark-30 {
  color: #155633 !important;
}

.has-background-green-dark-30 {
  background-color: #155633 !important;
}

.has-text-green-dark-50 {
  color: #0f3e25 !important;
}

.has-background-green-dark-50 {
  background-color: #0f3e25 !important;
}

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

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

.has-text-yellow-light-30 {
  color: #f8d95e !important;
}

.has-background-yellow-light-30 {
  background-color: #f8d95e !important;
}

.has-text-yellow-light-60 {
  color: #fbe9a3 !important;
}

.has-background-yellow-light-60 {
  background-color: #fbe9a3 !important;
}

.has-text-yellow-light-80 {
  color: #fdf4d1 !important;
}

.has-background-yellow-light-80 {
  background-color: #fdf4d1 !important;
}

.has-text-yellow-light-90 {
  color: #fefae8 !important;
}

.has-background-yellow-light-90 {
  background-color: #fefae8 !important;
}

.has-text-yellow-dark-10 {
  color: #ddb517 !important;
}

.has-background-yellow-dark-10 {
  background-color: #ddb517 !important;
}

.has-text-yellow-dark-30 {
  color: #ac8d12 !important;
}

.has-background-yellow-dark-30 {
  background-color: #ac8d12 !important;
}

.has-text-yellow-dark-50 {
  color: #7b650d !important;
}

.has-background-yellow-dark-50 {
  background-color: #7b650d !important;
}

@media (max-width: 1023px) {
  .main-content-block {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 1023px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .main-content-block {
    padding-bottom: calc(50px + env(safe-area-inset-bottom));
  }
}

@media only screen and (max-width: 1023px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .main-content-block {
    padding-bottom: calc(50px + env(safe-area-inset-bottom));
  }
}

@media only screen and (max-width: 1023px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .main-content-block {
    padding-bottom: calc(50px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 1023px) {
  .main-content-block.has-notification-bottom {
    padding-bottom: 180px;
  }
}

@media only screen and (max-width: 1023px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .main-content-block.has-notification-bottom {
    padding-bottom: calc(180px + env(safe-area-inset-bottom));
  }
}

@media only screen and (max-width: 1023px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .main-content-block.has-notification-bottom {
    padding-bottom: calc(180px + env(safe-area-inset-bottom));
  }
}

@media only screen and (max-width: 1023px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .main-content-block.has-notification-bottom {
    padding-bottom: calc(180px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 1023px) {
  .main-content-block.has-notification-top {
    padding-top: 160px;
  }
}

@media only screen and (max-width: 1023px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .main-content-block.has-notification-top {
    padding-top: calc(160px + env(safe-area-inset-top));
  }
}

@media only screen and (max-width: 1023px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .main-content-block.has-notification-top {
    padding-bottom: calc(160px + env(safe-area-inset-top));
  }
}

@media only screen and (max-width: 1023px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .main-content-block.has-notification-top {
    padding-bottom: calc(160px + env(safe-area-inset-top));
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .main-content-block.has-tabbar {
    padding-bottom: calc(100px + env(safe-area-inset-bottom));
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .main-content-block.has-tabbar {
    padding-bottom: calc(100px + env(safe-area-inset-bottom));
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .main-content-block.has-tabbar {
    padding-bottom: calc(100px + env(safe-area-inset-bottom));
  }
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.noscroll {
  height: 100vh;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.noscroll::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1023px) {
  body.noscroll-touch {
    height: 100vh;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  body.noscroll-touch::-webkit-scrollbar {
    display: none;
  }
}

.body-wrapper.has-border-top {
  border-top: 8px solid #e0e1e2;
}

.body-wrapper.full-screen {
  min-height: 100vh;
}

.body-wrapper.is-white {
  background: #FFFFFF;
}

.body-wrapper.is-light {
  background: #f7f8f8;
}

.body-wrapper.no-scroll {
  overflow: hidden;
  height: 100vh;
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .body-wrapper.no-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: calc(40px - env(safe-area-inset-top));
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .body-wrapper.no-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: calc(40px - env(safe-area-inset-top));
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .body-wrapper.no-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: calc(40px - env(safe-area-inset-top));
  }
}

.body-wrapper.has-centered-content {
  display: flex;
  align-items: center;
}

.body-wrapper-inner {
  width: 100%;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .body-wrapper.has-top-padding {
    min-height: 100vh;
    padding-top: env(safe-area-inset-top);
    padding-bottom: calc(40px - env(safe-area-inset-top));
  }
}

@media (max-width: 1023px) {
  .position-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

.position-fixed {
  position: fixed;
  left: 0;
  right: 0;
}

.position-fixed.top {
  top: 0;
}

.position-fixed.bottom {
  bottom: 0;
}

code {
  color: #FD6400 !important;
}

.css-l8z9zc {
  max-width: 80%;
  margin-top: -5px;
  margin-bottom: 5px;
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .notch-padding {
    margin-top: 0 !important;
    padding-top: calc(10px + env(safe-area-inset-top)) !important;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .notch-padding {
    margin-top: 0 !important;
    padding-top: calc(10px + env(safe-area-inset-top)) !important;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .notch-padding {
    margin-top: 0 !important;
    padding-top: calc(10px + env(safe-area-inset-top)) !important;
  }
}

.sbdocs-h4 {
  font-weight: 400 !important;
  font-size: 1.5rem !important;
  line-height: 2rem;
  margin: 0.5rem auto;
  color: #74797d !important;
}

.sbdocs-h2 {
  border-bottom: 1px solid #74797d !important;
  color: #5a5f64 !important;
}

.sbdocs-title {
  font-size: 3rem !important;
  line-height: 3.4rem !important;
  margin-bottom: 1rem !important;
}

td .sbdocs-code {
  white-space: initial !important;
}

.sbdocs-table {
  min-width: 100% !important;
}

.sbdocs-table td, .sbdocs-table th {
  border-color: #c1c3c5 !important;
}

.sbdocs-table tr:nth-of-type(2n) {
  background-color: #FFFFFF !important;
}

.flockler-wall-item__content {
  border: 0 !important;
  border-radius: 12px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.simple-special-cards rds-specials-card .specials-title {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  rds-tabs .tabs {
    width: 100vw;
    margin-left: -1rem;
    padding-left: 1rem;
    padding-top: 18px;
    z-index: 20;
    background: #f5f6f6;
    border-bottom: 1px lightgray solid !important;
  }
  rds-tabs .tabs ul.left {
    border-bottom: none !important;
  }
}

/*# sourceMappingURL=styles.5f82c3df112b26a7cf1d.css.map*/