@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);@charset "UTF-8";

/** Import everything from autoload */

/**
 * Utilities dependency
 *  - Required before any import
 *  - can be commented only if you do not wish to use bulma at all
 */

@-o-keyframes spinAround {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

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

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

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

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

.delete::before,
.modal-close::before,
.delete::after,
.modal-close::after {
  background-color: hsl(0, 0%, 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
       -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}

.delete::before,
.modal-close::before {
  height: 2px;
  width: 50%;
}

.delete::after,
.modal-close::after {
  height: 50%;
  width: 2px;
}

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

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

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

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

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

.loader,
.button.is-loading::after,
.control.is-loading::after,
.select.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
       -o-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 290486px;
  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,
.modal-background,
.modal,
.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

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

/**
 * Customize Bulma's variables
 */

/** Define all scss variables here : override bulma's variables like you want **/

/** Colors - Fit-in-group */

/** Colors - Elements */

/** Additionnal Colors **/

/** Map new colors to Bulma **/

/* Hamburgers */

/* Reponsive breakpoints */

/** Box Model  */

/* Redefine Typography sizes */

/**
 * Base
 *  - generic : normalizer
 *  - helpers : class helpers
 *  - minireset : reset
 */

/*! minireset.css v0.0.4 | 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

audio {
  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: left;
}

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

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

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

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

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

a {
  color: rgb(46, 89, 163);
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: hsl(0, 0%, 21%);
}

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

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

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

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

small {
  font-size: 0.875em;
}

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

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

fieldset {
  border: none;
}

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

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

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

table td:not([align]),
table th:not([align]) {
  text-align: left;
}

table th {
  color: hsl(0, 0%, 21%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-text-primary {
  color: rgb(46, 89, 163) !important;
}

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

.has-background-primary {
  background-color: rgb(46, 89, 163) !important;
}

.has-text-link {
  color: rgb(46, 89, 163) !important;
}

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

.has-background-link {
  background-color: rgb(46, 89, 163) !important;
}

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

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

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

.has-text-success {
  color: hsl(141, 71%, 48%) !important;
}

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

.has-background-success {
  background-color: hsl(141, 71%, 48%) !important;
}

.has-text-warning {
  color: rgb(246, 182, 0) !important;
}

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

.has-background-warning {
  background-color: rgb(246, 182, 0) !important;
}

.has-text-danger {
  color: rgb(155, 35, 33) !important;
}

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

.has-background-danger {
  background-color: rgb(155, 35, 33) !important;
}

.has-text-blue {
  color: rgb(46, 89, 163) !important;
}

a.has-text-blue:hover,
a.has-text-blue:focus {
  color: #23437b !important;
}

.has-background-blue {
  background-color: rgb(46, 89, 163) !important;
}

.has-text-blue-light {
  color: rgb(84, 128, 185) !important;
}

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

.has-background-blue-light {
  background-color: rgb(84, 128, 185) !important;
}

.has-text-red {
  color: rgb(236, 90, 79) !important;
}

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

.has-background-red {
  background-color: rgb(236, 90, 79) !important;
}

.has-text-blue-dark {
  color: rgb(16, 14, 78) !important;
}

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

.has-background-blue-dark {
  background-color: rgb(16, 14, 78) !important;
}

.has-text-red-dark {
  color: rgb(155, 35, 33) !important;
}

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

.has-background-red-dark {
  background-color: rgb(155, 35, 33) !important;
}

.has-text-yellow {
  color: rgb(246, 182, 0) !important;
}

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

.has-background-yellow {
  background-color: rgb(246, 182, 0) !important;
}

.has-text-orange {
  color: rgb(226, 110, 14) !important;
}

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

.has-background-orange {
  background-color: rgb(226, 110, 14) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 1087px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

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

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

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

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

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

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

.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: 1087px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Forms
 */

.select select,
.textarea,
.input {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  color: hsl(0, 0%, 21%);
}

.select select::-moz-placeholder,
.textarea::-moz-placeholder,
.input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-moz-placeholder,
.textarea:-moz-placeholder,
.input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:hover,
.textarea:hover,
.input:hover,
.select select.is-hovered,
.is-hovered.textarea,
.is-hovered.input {
  border-color: hsl(0, 0%, 71%);
}

.select select:focus,
.textarea:focus,
.input:focus,
.select select.is-focused,
.is-focused.textarea,
.is-focused.input,
.select select:active,
.textarea:active,
.input:active,
.select select.is-active,
.is-active.textarea,
.is-active.input {
  border-color: rgb(46, 89, 163);
  -webkit-box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
}

.select select[disabled],
[disabled].textarea,
[disabled].input,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .textarea,
fieldset[disabled] .input {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 48%);
}

.select select[disabled]::-moz-placeholder,
[disabled].textarea::-moz-placeholder,
[disabled].input::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
.select fieldset[disabled] select::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]::-webkit-input-placeholder,
[disabled].textarea::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-moz-placeholder,
[disabled].textarea:-moz-placeholder,
[disabled].input:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
.select fieldset[disabled] select:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-ms-input-placeholder,
[disabled].textarea:-ms-input-placeholder,
[disabled].input:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
.select fieldset[disabled] select:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.textarea,
.input {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

[readonly].textarea,
[readonly].input {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.is-white.textarea,
.is-white.input {
  border-color: hsl(0, 0%, 100%);
}

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

.is-black.textarea,
.is-black.input {
  border-color: hsl(0, 0%, 4%);
}

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

.is-light.textarea,
.is-light.input {
  border-color: hsl(0, 0%, 96%);
}

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

.is-dark.textarea,
.is-dark.input {
  border-color: hsl(0, 0%, 21%);
}

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

.is-primary.textarea,
.is-primary.input {
  border-color: rgb(46, 89, 163);
}

.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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
}

.is-link.textarea,
.is-link.input {
  border-color: rgb(46, 89, 163);
}

.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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
}

.is-info.textarea,
.is-info.input {
  border-color: hsl(204, 86%, 53%);
}

.is-info.textarea:focus,
.is-info.input:focus,
.is-info.is-focused.textarea,
.is-info.is-focused.input,
.is-info.textarea:active,
.is-info.input:active,
.is-info.is-active.textarea,
.is-info.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.is-success.textarea,
.is-success.input {
  border-color: hsl(141, 71%, 48%);
}

.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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.is-warning.textarea,
.is-warning.input {
  border-color: rgb(246, 182, 0);
}

.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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(246, 182, 0, 0.25);
          box-shadow: 0 0 0 0.125em rgba(246, 182, 0, 0.25);
}

.is-danger.textarea,
.is-danger.input {
  border-color: rgb(155, 35, 33);
}

.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 {
  -webkit-box-shadow: 0 0 0 0.125em rgba(155, 35, 33, 0.25);
          box-shadow: 0 0 0 0.125em rgba(155, 35, 33, 0.25);
}

.is-blue.textarea,
.is-blue.input {
  border-color: rgb(46, 89, 163);
}

.is-blue.textarea:focus,
.is-blue.input:focus,
.is-blue.is-focused.textarea,
.is-blue.is-focused.input,
.is-blue.textarea:active,
.is-blue.input:active,
.is-blue.is-active.textarea,
.is-blue.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
}

.is-blue-light.textarea,
.is-blue-light.input {
  border-color: rgb(84, 128, 185);
}

.is-blue-light.textarea:focus,
.is-blue-light.input:focus,
.is-blue-light.is-focused.textarea,
.is-blue-light.is-focused.input,
.is-blue-light.textarea:active,
.is-blue-light.input:active,
.is-blue-light.is-active.textarea,
.is-blue-light.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(84, 128, 185, 0.25);
          box-shadow: 0 0 0 0.125em rgba(84, 128, 185, 0.25);
}

.is-red.textarea,
.is-red.input {
  border-color: rgb(236, 90, 79);
}

.is-red.textarea:focus,
.is-red.input:focus,
.is-red.is-focused.textarea,
.is-red.is-focused.input,
.is-red.textarea:active,
.is-red.input:active,
.is-red.is-active.textarea,
.is-red.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(236, 90, 79, 0.25);
          box-shadow: 0 0 0 0.125em rgba(236, 90, 79, 0.25);
}

.is-blue-dark.textarea,
.is-blue-dark.input {
  border-color: rgb(16, 14, 78);
}

.is-blue-dark.textarea:focus,
.is-blue-dark.input:focus,
.is-blue-dark.is-focused.textarea,
.is-blue-dark.is-focused.input,
.is-blue-dark.textarea:active,
.is-blue-dark.input:active,
.is-blue-dark.is-active.textarea,
.is-blue-dark.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(16, 14, 78, 0.25);
          box-shadow: 0 0 0 0.125em rgba(16, 14, 78, 0.25);
}

.is-red-dark.textarea,
.is-red-dark.input {
  border-color: rgb(155, 35, 33);
}

.is-red-dark.textarea:focus,
.is-red-dark.input:focus,
.is-red-dark.is-focused.textarea,
.is-red-dark.is-focused.input,
.is-red-dark.textarea:active,
.is-red-dark.input:active,
.is-red-dark.is-active.textarea,
.is-red-dark.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(155, 35, 33, 0.25);
          box-shadow: 0 0 0 0.125em rgba(155, 35, 33, 0.25);
}

.is-yellow.textarea,
.is-yellow.input {
  border-color: rgb(246, 182, 0);
}

.is-yellow.textarea:focus,
.is-yellow.input:focus,
.is-yellow.is-focused.textarea,
.is-yellow.is-focused.input,
.is-yellow.textarea:active,
.is-yellow.input:active,
.is-yellow.is-active.textarea,
.is-yellow.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(246, 182, 0, 0.25);
          box-shadow: 0 0 0 0.125em rgba(246, 182, 0, 0.25);
}

.is-orange.textarea,
.is-orange.input {
  border-color: rgb(226, 110, 14);
}

.is-orange.textarea:focus,
.is-orange.input:focus,
.is-orange.is-focused.textarea,
.is-orange.is-focused.input,
.is-orange.textarea:active,
.is-orange.input:active,
.is-orange.is-active.textarea,
.is-orange.is-active.input {
  -webkit-box-shadow: 0 0 0 0.125em rgba(226, 110, 14, 0.25);
          box-shadow: 0 0 0 0.125em rgba(226, 110, 14, 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: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

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

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.textarea[rows] {
  height: initial;
}

.textarea.has-fixed-size {
  resize: none;
}

.radio,
.checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.radio input,
.checkbox input {
  cursor: pointer;
}

.radio:hover,
.checkbox:hover {
  color: hsl(0, 0%, 21%);
}

[disabled].radio,
[disabled].checkbox,
fieldset[disabled] .radio,
fieldset[disabled] .checkbox {
  color: hsl(0, 0%, 48%);
  cursor: not-allowed;
}

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

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: rgb(46, 89, 163);
  right: 1.125em;
  z-index: 4;
}

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

.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select::-ms-expand {
  display: none;
}

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
  border-color: hsl(0, 0%, 96%);
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: auto;
  padding: 0;
}

.select select[multiple] option {
  padding: 0.5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: hsl(0, 0%, 21%);
}

.select.is-white:not(:hover)::after {
  border-color: hsl(0, 0%, 100%);
}

.select.is-white select {
  border-color: hsl(0, 0%, 100%);
}

.select.is-white select:hover,
.select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

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

.select.is-black:not(:hover)::after {
  border-color: hsl(0, 0%, 4%);
}

.select.is-black select {
  border-color: hsl(0, 0%, 4%);
}

.select.is-black select:hover,
.select.is-black select.is-hovered {
  border-color: black;
}

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

.select.is-light:not(:hover)::after {
  border-color: hsl(0, 0%, 96%);
}

.select.is-light select {
  border-color: hsl(0, 0%, 96%);
}

.select.is-light select:hover,
.select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

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

.select.is-dark:not(:hover)::after {
  border-color: hsl(0, 0%, 21%);
}

.select.is-dark select {
  border-color: hsl(0, 0%, 21%);
}

.select.is-dark select:hover,
.select.is-dark select.is-hovered {
  border-color: #292929;
}

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

.select.is-primary:not(:hover)::after {
  border-color: rgb(46, 89, 163);
}

.select.is-primary select {
  border-color: rgb(46, 89, 163);
}

.select.is-primary select:hover,
.select.is-primary select.is-hovered {
  border-color: #284e8f;
}

.select.is-primary select:focus,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
}

.select.is-link:not(:hover)::after {
  border-color: rgb(46, 89, 163);
}

.select.is-link select {
  border-color: rgb(46, 89, 163);
}

.select.is-link select:hover,
.select.is-link select.is-hovered {
  border-color: #284e8f;
}

.select.is-link select:focus,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
}

.select.is-info:not(:hover)::after {
  border-color: hsl(204, 86%, 53%);
}

.select.is-info select {
  border-color: hsl(204, 86%, 53%);
}

.select.is-info select:hover,
.select.is-info select.is-hovered {
  border-color: #118fe4;
}

.select.is-info select:focus,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.select.is-success:not(:hover)::after {
  border-color: hsl(141, 71%, 48%);
}

.select.is-success select {
  border-color: hsl(141, 71%, 48%);
}

.select.is-success select:hover,
.select.is-success select.is-hovered {
  border-color: #20bc56;
}

.select.is-success select:focus,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.select.is-warning:not(:hover)::after {
  border-color: rgb(246, 182, 0);
}

.select.is-warning select {
  border-color: rgb(246, 182, 0);
}

.select.is-warning select:hover,
.select.is-warning select.is-hovered {
  border-color: #dda300;
}

.select.is-warning select:focus,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(246, 182, 0, 0.25);
          box-shadow: 0 0 0 0.125em rgba(246, 182, 0, 0.25);
}

.select.is-danger:not(:hover)::after {
  border-color: rgb(155, 35, 33);
}

.select.is-danger select {
  border-color: rgb(155, 35, 33);
}

.select.is-danger select:hover,
.select.is-danger select.is-hovered {
  border-color: #861e1d;
}

.select.is-danger select:focus,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(155, 35, 33, 0.25);
          box-shadow: 0 0 0 0.125em rgba(155, 35, 33, 0.25);
}

.select.is-blue:not(:hover)::after {
  border-color: rgb(46, 89, 163);
}

.select.is-blue select {
  border-color: rgb(46, 89, 163);
}

.select.is-blue select:hover,
.select.is-blue select.is-hovered {
  border-color: #284e8f;
}

.select.is-blue select:focus,
.select.is-blue select.is-focused,
.select.is-blue select:active,
.select.is-blue select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
}

.select.is-blue-light:not(:hover)::after {
  border-color: rgb(84, 128, 185);
}

.select.is-blue-light select {
  border-color: rgb(84, 128, 185);
}

.select.is-blue-light select:hover,
.select.is-blue-light select.is-hovered {
  border-color: #4773ad;
}

.select.is-blue-light select:focus,
.select.is-blue-light select.is-focused,
.select.is-blue-light select:active,
.select.is-blue-light select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(84, 128, 185, 0.25);
          box-shadow: 0 0 0 0.125em rgba(84, 128, 185, 0.25);
}

.select.is-red:not(:hover)::after {
  border-color: rgb(236, 90, 79);
}

.select.is-red select {
  border-color: rgb(236, 90, 79);
}

.select.is-red select:hover,
.select.is-red select.is-hovered {
  border-color: #ea4438;
}

.select.is-red select:focus,
.select.is-red select.is-focused,
.select.is-red select:active,
.select.is-red select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(236, 90, 79, 0.25);
          box-shadow: 0 0 0 0.125em rgba(236, 90, 79, 0.25);
}

.select.is-blue-dark:not(:hover)::after {
  border-color: rgb(16, 14, 78);
}

.select.is-blue-dark select {
  border-color: rgb(16, 14, 78);
}

.select.is-blue-dark select:hover,
.select.is-blue-dark select.is-hovered {
  border-color: #0c0a38;
}

.select.is-blue-dark select:focus,
.select.is-blue-dark select.is-focused,
.select.is-blue-dark select:active,
.select.is-blue-dark select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(16, 14, 78, 0.25);
          box-shadow: 0 0 0 0.125em rgba(16, 14, 78, 0.25);
}

.select.is-red-dark:not(:hover)::after {
  border-color: rgb(155, 35, 33);
}

.select.is-red-dark select {
  border-color: rgb(155, 35, 33);
}

.select.is-red-dark select:hover,
.select.is-red-dark select.is-hovered {
  border-color: #861e1d;
}

.select.is-red-dark select:focus,
.select.is-red-dark select.is-focused,
.select.is-red-dark select:active,
.select.is-red-dark select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(155, 35, 33, 0.25);
          box-shadow: 0 0 0 0.125em rgba(155, 35, 33, 0.25);
}

.select.is-yellow:not(:hover)::after {
  border-color: rgb(246, 182, 0);
}

.select.is-yellow select {
  border-color: rgb(246, 182, 0);
}

.select.is-yellow select:hover,
.select.is-yellow select.is-hovered {
  border-color: #dda300;
}

.select.is-yellow select:focus,
.select.is-yellow select.is-focused,
.select.is-yellow select:active,
.select.is-yellow select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(246, 182, 0, 0.25);
          box-shadow: 0 0 0 0.125em rgba(246, 182, 0, 0.25);
}

.select.is-orange:not(:hover)::after {
  border-color: rgb(226, 110, 14);
}

.select.is-orange select {
  border-color: rgb(226, 110, 14);
}

.select.is-orange select:hover,
.select.is-orange select.is-hovered {
  border-color: #ca620d;
}

.select.is-orange select:focus,
.select.is-orange select.is-focused,
.select.is-orange select:active,
.select.is-orange select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(226, 110, 14, 0.25);
          box-shadow: 0 0 0 0.125em rgba(226, 110, 14, 0.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after {
  border-color: hsl(0, 0%, 48%);
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  -webkit-transform: none;
       -o-transform: none;
          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 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0, 0%, 4%);
}

.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.file.is-black .file-cta {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: hsl(0, 0%, 100%);
}

.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.file.is-light .file-cta {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: hsl(0, 0%, 21%);
}

.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.file.is-dark .file-cta {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: hsl(0, 0%, 96%);
}

.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.file.is-primary .file-cta {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  color: #fff;
}

.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
  background-color: #2b5499;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
  color: #fff;
}

.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
  background-color: #284e8f;
  border-color: transparent;
  color: #fff;
}

.file.is-link .file-cta {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  color: #fff;
}

.file.is-link:hover .file-cta,
.file.is-link.is-hovered .file-cta {
  background-color: #2b5499;
  border-color: transparent;
  color: #fff;
}

.file.is-link:focus .file-cta,
.file.is-link.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
  color: #fff;
}

.file.is-link:active .file-cta,
.file.is-link.is-active .file-cta {
  background-color: #284e8f;
  border-color: transparent;
  color: #fff;
}

.file.is-info .file-cta {
  background-color: hsl(204, 86%, 53%);
  border-color: transparent;
  color: #fff;
}

.file.is-info:hover .file-cta,
.file.is-info.is-hovered .file-cta {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

.file.is-info:focus .file-cta,
.file.is-info.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  color: #fff;
}

.file.is-info:active .file-cta,
.file.is-info.is-active .file-cta {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

.file.is-success .file-cta {
  background-color: hsl(141, 71%, 48%);
  border-color: transparent;
  color: #fff;
}

.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}

.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

.file.is-warning .file-cta {
  background-color: rgb(246, 182, 0);
  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: #e9ad00;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(246, 182, 0, 0.25);
          box-shadow: 0 0 0.5em rgba(246, 182, 0, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
  background-color: #dda300;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-danger .file-cta {
  background-color: rgb(155, 35, 33);
  border-color: transparent;
  color: #fff;
}

.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
  background-color: #90211f;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(155, 35, 33, 0.25);
          box-shadow: 0 0 0.5em rgba(155, 35, 33, 0.25);
  color: #fff;
}

.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
  background-color: #861e1d;
  border-color: transparent;
  color: #fff;
}

.file.is-blue .file-cta {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  color: #fff;
}

.file.is-blue:hover .file-cta,
.file.is-blue.is-hovered .file-cta {
  background-color: #2b5499;
  border-color: transparent;
  color: #fff;
}

.file.is-blue:focus .file-cta,
.file.is-blue.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
  color: #fff;
}

.file.is-blue:active .file-cta,
.file.is-blue.is-active .file-cta {
  background-color: #284e8f;
  border-color: transparent;
  color: #fff;
}

.file.is-blue-light .file-cta {
  background-color: rgb(84, 128, 185);
  border-color: transparent;
  color: #fff;
}

.file.is-blue-light:hover .file-cta,
.file.is-blue-light.is-hovered .file-cta {
  background-color: #4b79b5;
  border-color: transparent;
  color: #fff;
}

.file.is-blue-light:focus .file-cta,
.file.is-blue-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(84, 128, 185, 0.25);
          box-shadow: 0 0 0.5em rgba(84, 128, 185, 0.25);
  color: #fff;
}

.file.is-blue-light:active .file-cta,
.file.is-blue-light.is-active .file-cta {
  background-color: #4773ad;
  border-color: transparent;
  color: #fff;
}

.file.is-red .file-cta {
  background-color: rgb(236, 90, 79);
  border-color: transparent;
  color: #fff;
}

.file.is-red:hover .file-cta,
.file.is-red.is-hovered .file-cta {
  background-color: #eb4f43;
  border-color: transparent;
  color: #fff;
}

.file.is-red:focus .file-cta,
.file.is-red.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(236, 90, 79, 0.25);
          box-shadow: 0 0 0.5em rgba(236, 90, 79, 0.25);
  color: #fff;
}

.file.is-red:active .file-cta,
.file.is-red.is-active .file-cta {
  background-color: #ea4438;
  border-color: transparent;
  color: #fff;
}

.file.is-blue-dark .file-cta {
  background-color: rgb(16, 14, 78);
  border-color: transparent;
  color: #fff;
}

.file.is-blue-dark:hover .file-cta,
.file.is-blue-dark.is-hovered .file-cta {
  background-color: #0e0c43;
  border-color: transparent;
  color: #fff;
}

.file.is-blue-dark:focus .file-cta,
.file.is-blue-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(16, 14, 78, 0.25);
          box-shadow: 0 0 0.5em rgba(16, 14, 78, 0.25);
  color: #fff;
}

.file.is-blue-dark:active .file-cta,
.file.is-blue-dark.is-active .file-cta {
  background-color: #0c0a38;
  border-color: transparent;
  color: #fff;
}

.file.is-red-dark .file-cta {
  background-color: rgb(155, 35, 33);
  border-color: transparent;
  color: #fff;
}

.file.is-red-dark:hover .file-cta,
.file.is-red-dark.is-hovered .file-cta {
  background-color: #90211f;
  border-color: transparent;
  color: #fff;
}

.file.is-red-dark:focus .file-cta,
.file.is-red-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(155, 35, 33, 0.25);
          box-shadow: 0 0 0.5em rgba(155, 35, 33, 0.25);
  color: #fff;
}

.file.is-red-dark:active .file-cta,
.file.is-red-dark.is-active .file-cta {
  background-color: #861e1d;
  border-color: transparent;
  color: #fff;
}

.file.is-yellow .file-cta {
  background-color: rgb(246, 182, 0);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-yellow:hover .file-cta,
.file.is-yellow.is-hovered .file-cta {
  background-color: #e9ad00;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-yellow:focus .file-cta,
.file.is-yellow.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(246, 182, 0, 0.25);
          box-shadow: 0 0 0.5em rgba(246, 182, 0, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-yellow:active .file-cta,
.file.is-yellow.is-active .file-cta {
  background-color: #dda300;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-orange .file-cta {
  background-color: rgb(226, 110, 14);
  border-color: transparent;
  color: #fff;
}

.file.is-orange:hover .file-cta,
.file.is-orange.is-hovered .file-cta {
  background-color: #d6680d;
  border-color: transparent;
  color: #fff;
}

.file.is-orange:focus .file-cta,
.file.is-orange.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(226, 110, 14, 0.25);
          box-shadow: 0 0 0.5em rgba(226, 110, 14, 0.25);
  color: #fff;
}

.file.is-orange:active .file-cta,
.file.is-orange.is-active .file-cta {
  background-color: #ca620d;
  border-color: transparent;
  color: #fff;
}

.file.is-small {
  font-size: 0.75rem;
}

.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

.file.is-boxed.has-name .file-cta {
  border-radius: 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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.file.is-fullwidth .file-label {
  width: 100%;
}

.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}

.file.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: hsl(0, 0%, 21%);
}

.file-label:hover .file-name {
  border-color: #d5d5d5;
}

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: hsl(0, 0%, 21%);
}

.file-label:active .file-name {
  border-color: #cfcfcf;
}

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

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

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

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

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

.file-icon .fa {
  font-size: 14px;
}

.label {
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small {
  font-size: 0.75rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.help.is-white {
  color: hsl(0, 0%, 100%);
}

.help.is-black {
  color: hsl(0, 0%, 4%);
}

.help.is-light {
  color: hsl(0, 0%, 96%);
}

.help.is-dark {
  color: hsl(0, 0%, 21%);
}

.help.is-primary {
  color: rgb(46, 89, 163);
}

.help.is-link {
  color: rgb(46, 89, 163);
}

.help.is-info {
  color: hsl(204, 86%, 53%);
}

.help.is-success {
  color: hsl(141, 71%, 48%);
}

.help.is-warning {
  color: rgb(246, 182, 0);
}

.help.is-danger {
  color: rgb(155, 35, 33);
}

.help.is-blue {
  color: rgb(46, 89, 163);
}

.help.is-blue-light {
  color: rgb(84, 128, 185);
}

.help.is-red {
  color: rgb(236, 90, 79);
}

.help.is-blue-dark {
  color: rgb(16, 14, 78);
}

.help.is-red-dark {
  color: rgb(155, 35, 33);
}

.help.is-yellow {
  color: rgb(246, 182, 0);
}

.help.is-orange {
  color: rgb(226, 110, 14);
}

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

.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.field.is-grouped > .control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.field.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline > .control:last-child,
.field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }

  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }

  .field-label.is-normal {
    padding-top: 0.375em;
  }

  .field-label.is-medium {
    font-size: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

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

  .field-body > .field {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: hsl(0, 0%, 48%);
}

.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}

.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color: hsl(0, 0%, 86%);
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/**
 * Components
 */

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

.breadcrumb a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(46, 89, 163);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.75em;
}

.breadcrumb a:hover {
  color: hsl(0, 0%, 21%);
}

.breadcrumb li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.is-active a {
  color: hsl(0, 0%, 21%);
  cursor: default;
  pointer-events: none;
}

.breadcrumb li + li::before {
  color: hsl(0, 0%, 71%);
  content: "/";
}

.breadcrumb ul,
.breadcrumb ol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.breadcrumb.is-small {
  font-size: 0.75rem;
}

.breadcrumb.is-medium {
  font-size: 1.25rem;
}

.breadcrumb.is-large {
  font-size: 1.5rem;
}

.breadcrumb.has-arrow-separator li + li::before {
  content: "\2192";
}

.breadcrumb.has-bullet-separator li + li::before {
  content: "\2022";
}

.breadcrumb.has-dot-separator li + li::before {
  content: "\B7";
}

.breadcrumb.has-succeeds-separator li + li::before {
  content: "\227B";
}

.card {
  background-color: hsl(0, 0%, 100%);
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: hsl(0, 0%, 29%);
  max-width: 100%;
  position: relative;
}

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

.card-header-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: hsl(0, 0%, 21%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}

.card-header-title.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

.card-footer-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid hsl(0, 0%, 86%);
}

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

.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

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

.dropdown-content {
  background-color: hsl(0, 0%, 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

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

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 4%);
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

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

.level {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.level code {
  border-radius: 4px;
}

.level img {
  display: inline-block;
  vertical-align: top;
}

.level.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(.is-narrow) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .level > .level-item:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.level-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

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

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .level-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.level-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  .level-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.list {
  background-color: hsl(0, 0%, 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.list-item {
  display: block;
  padding: 0.5em 1em;
}

.list-item:not(a) {
  color: hsl(0, 0%, 29%);
}

.list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-item:not(:last-child) {
  border-bottom: 1px solid hsl(0, 0%, 86%);
}

.list-item.is-active {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

a.list-item {
  background-color: hsl(0, 0%, 96%);
  cursor: pointer;
}

.media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

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

.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.media .media .media {
  padding-top: 0.5rem;
}

.media .media .media + .media {
  margin-top: 0.5rem;
}

.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}

.menu {
  font-size: 1rem;
}

.menu.is-small {
  font-size: 0.75rem;
}

.menu.is-medium {
  font-size: 1.25rem;
}

.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 0.5em 0.75em;
}

.menu-list a:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.menu-list a.is-active {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid hsl(0, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: hsl(0, 0%, 48%);
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  font-size: 1rem;
}

.message strong {
  color: currentColor;
}

.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.message.is-small {
  font-size: 0.75rem;
}

.message.is-medium {
  font-size: 1.25rem;
}

.message.is-large {
  font-size: 1.5rem;
}

.message.is-white {
  background-color: white;
}

.message.is-white .message-header {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.message.is-white .message-body {
  border-color: hsl(0, 0%, 100%);
  color: #4d4d4d;
}

.message.is-black {
  background-color: #fafafa;
}

.message.is-black .message-header {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.message.is-black .message-body {
  border-color: hsl(0, 0%, 4%);
  color: #0a0a0a;
}

.message.is-light {
  background-color: #fafafa;
}

.message.is-light .message-header {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.message.is-light .message-body {
  border-color: hsl(0, 0%, 96%);
  color: #4f4f4f;
}

.message.is-dark {
  background-color: #fafafa;
}

.message.is-dark .message-header {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.message.is-dark .message-body {
  border-color: hsl(0, 0%, 21%);
  color: #2a2a2a;
}

.message.is-primary {
  background-color: #f7f9fd;
}

.message.is-primary .message-header {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.message.is-primary .message-body {
  border-color: rgb(46, 89, 163);
  color: #264477;
}

.message.is-link {
  background-color: #f7f9fd;
}

.message.is-link .message-header {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.message.is-link .message-body {
  border-color: rgb(46, 89, 163);
  color: #264477;
}

.message.is-info {
  background-color: #f6fbfe;
}

.message.is-info .message-header {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}

.message.is-info .message-body {
  border-color: hsl(204, 86%, 53%);
  color: #12537e;
}

.message.is-success {
  background-color: #f6fef9;
}

.message.is-success .message-header {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}

.message.is-success .message-body {
  border-color: hsl(141, 71%, 48%);
  color: #0e311a;
}

.message.is-warning {
  background-color: #fffcf5;
}

.message.is-warning .message-header {
  background-color: rgb(246, 182, 0);
  color: rgba(0, 0, 0, 0.7);
}

.message.is-warning .message-body {
  border-color: rgb(246, 182, 0);
  color: #241c03;
}

.message.is-danger {
  background-color: #fdf7f7;
}

.message.is-danger .message-header {
  background-color: rgb(155, 35, 33);
  color: #fff;
}

.message.is-danger .message-body {
  border-color: rgb(155, 35, 33);
  color: #781e1d;
}

.message.is-blue {
  background-color: #f7f9fd;
}

.message.is-blue .message-header {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.message.is-blue .message-body {
  border-color: rgb(46, 89, 163);
  color: #264477;
}

.message.is-blue-light {
  background-color: #f8fafc;
}

.message.is-blue-light .message-header {
  background-color: rgb(84, 128, 185);
  color: #fff;
}

.message.is-blue-light .message-body {
  border-color: rgb(84, 128, 185);
  color: #395374;
}

.message.is-red {
  background-color: #fef6f6;
}

.message.is-red .message-header {
  background-color: rgb(236, 90, 79);
  color: #fff;
}

.message.is-red .message-body {
  border-color: rgb(236, 90, 79);
  color: #b3281e;
}

.message.is-blue-dark {
  background-color: #f7f6fd;
}

.message.is-blue-dark .message-header {
  background-color: rgb(16, 14, 78);
  color: #fff;
}

.message.is-blue-dark .message-body {
  border-color: rgb(16, 14, 78);
  color: #0f0d48;
}

.message.is-red-dark {
  background-color: #fdf7f7;
}

.message.is-red-dark .message-header {
  background-color: rgb(155, 35, 33);
  color: #fff;
}

.message.is-red-dark .message-body {
  border-color: rgb(155, 35, 33);
  color: #781e1d;
}

.message.is-yellow {
  background-color: #fffcf5;
}

.message.is-yellow .message-header {
  background-color: rgb(246, 182, 0);
  color: rgba(0, 0, 0, 0.7);
}

.message.is-yellow .message-body {
  border-color: rgb(246, 182, 0);
  color: #241c03;
}

.message.is-orange {
  background-color: #fef9f5;
}

.message.is-orange .message-header {
  background-color: rgb(226, 110, 14);
  color: #fff;
}

.message.is-orange .message-body {
  border-color: rgb(226, 110, 14);
  color: #703a0d;
}

.message-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: hsl(0, 0%, 29%);
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

.message-header .delete {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.75em;
}

.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.message-body code,
.message-body pre {
  background-color: hsl(0, 0%, 100%);
}

.message-body pre code {
  background-color: transparent;
}

.modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

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

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

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

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

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

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

.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

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

.navbar {
  background-color: hsl(0, 0%, 100%);
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.navbar.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: hsl(0, 0%, 4%);
}

.navbar.is-white .navbar-brand > a.navbar-item:focus,
.navbar.is-white .navbar-brand > a.navbar-item:hover,
.navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: hsl(0, 0%, 4%);
}

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 4%);
}

.navbar.is-white .navbar-burger {
  color: hsl(0, 0%, 4%);
}

@media screen and (min-width: 1088px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: hsl(0, 0%, 4%);
  }

  .navbar.is-white .navbar-start > a.navbar-item:focus,
  .navbar.is-white .navbar-start > a.navbar-item:hover,
  .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: hsl(0, 0%, 4%);
  }

  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 4%);
  }

  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: hsl(0, 0%, 4%);
  }

  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 4%);
  }
}

.navbar.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: hsl(0, 0%, 100%);
}

.navbar.is-black .navbar-brand > a.navbar-item:focus,
.navbar.is-black .navbar-brand > a.navbar-item:hover,
.navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: hsl(0, 0%, 100%);
}

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 100%);
}

.navbar.is-black .navbar-burger {
  color: hsl(0, 0%, 100%);
}

@media screen and (min-width: 1088px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: hsl(0, 0%, 100%);
  }

  .navbar.is-black .navbar-start > a.navbar-item:focus,
  .navbar.is-black .navbar-start > a.navbar-item:hover,
  .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: hsl(0, 0%, 100%);
  }

  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 100%);
  }

  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: hsl(0, 0%, 100%);
  }

  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 4%);
    color: hsl(0, 0%, 100%);
  }
}

.navbar.is-light {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: hsl(0, 0%, 21%);
}

.navbar.is-light .navbar-brand > a.navbar-item:focus,
.navbar.is-light .navbar-brand > a.navbar-item:hover,
.navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: hsl(0, 0%, 21%);
}

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 21%);
}

.navbar.is-light .navbar-burger {
  color: hsl(0, 0%, 21%);
}

@media screen and (min-width: 1088px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: hsl(0, 0%, 21%);
  }

  .navbar.is-light .navbar-start > a.navbar-item:focus,
  .navbar.is-light .navbar-start > a.navbar-item:hover,
  .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: hsl(0, 0%, 21%);
  }

  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 21%);
  }

  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: hsl(0, 0%, 21%);
  }

  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 21%);
  }
}

.navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: hsl(0, 0%, 96%);
}

.navbar.is-dark .navbar-brand > a.navbar-item:focus,
.navbar.is-dark .navbar-brand > a.navbar-item:hover,
.navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: hsl(0, 0%, 96%);
}

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 96%);
}

.navbar.is-dark .navbar-burger {
  color: hsl(0, 0%, 96%);
}

@media screen and (min-width: 1088px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: hsl(0, 0%, 96%);
  }

  .navbar.is-dark .navbar-start > a.navbar-item:focus,
  .navbar.is-dark .navbar-start > a.navbar-item:hover,
  .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: hsl(0, 0%, 96%);
  }

  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 96%);
  }

  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: hsl(0, 0%, 96%);
  }

  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 21%);
    color: hsl(0, 0%, 96%);
  }
}

.navbar.is-primary {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-primary .navbar-brand > a.navbar-item:focus,
.navbar.is-primary .navbar-brand > a.navbar-item:hover,
.navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #284e8f;
  color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-primary .navbar-start > a.navbar-item:focus,
  .navbar.is-primary .navbar-start > a.navbar-item:hover,
  .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #284e8f;
    color: #fff;
  }

  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #284e8f;
    color: #fff;
  }

  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: rgb(46, 89, 163);
    color: #fff;
  }
}

.navbar.is-link {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-link .navbar-brand > a.navbar-item:focus,
.navbar.is-link .navbar-brand > a.navbar-item:hover,
.navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #284e8f;
  color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-link .navbar-start > a.navbar-item:focus,
  .navbar.is-link .navbar-start > a.navbar-item:hover,
  .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #284e8f;
    color: #fff;
  }

  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #284e8f;
    color: #fff;
  }

  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: rgb(46, 89, 163);
    color: #fff;
  }
}

.navbar.is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}

.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-info .navbar-brand > a.navbar-item:focus,
.navbar.is-info .navbar-brand > a.navbar-item:hover,
.navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-info .navbar-start > a.navbar-item:focus,
  .navbar.is-info .navbar-start > a.navbar-item:hover,
  .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #118fe4;
    color: #fff;
  }

  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #118fe4;
    color: #fff;
  }

  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(204, 86%, 53%);
    color: #fff;
  }
}

.navbar.is-success {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-success .navbar-brand > a.navbar-item:focus,
.navbar.is-success .navbar-brand > a.navbar-item:hover,
.navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-success .navbar-start > a.navbar-item:focus,
  .navbar.is-success .navbar-start > a.navbar-item:hover,
  .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
  }

  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #20bc56;
    color: #fff;
  }

  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(141, 71%, 48%);
    color: #fff;
  }
}

.navbar.is-warning {
  background-color: rgb(246, 182, 0);
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > a.navbar-item:focus,
.navbar.is-warning .navbar-brand > a.navbar-item:hover,
.navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #dda300;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1088px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-start > a.navbar-item:focus,
  .navbar.is-warning .navbar-start > a.navbar-item:hover,
  .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #dda300;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #dda300;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: rgb(246, 182, 0);
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-danger {
  background-color: rgb(155, 35, 33);
  color: #fff;
}

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-danger .navbar-brand > a.navbar-item:focus,
.navbar.is-danger .navbar-brand > a.navbar-item:hover,
.navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #861e1d;
  color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-danger .navbar-start > a.navbar-item:focus,
  .navbar.is-danger .navbar-start > a.navbar-item:hover,
  .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #861e1d;
    color: #fff;
  }

  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #861e1d;
    color: #fff;
  }

  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: rgb(155, 35, 33);
    color: #fff;
  }
}

.navbar.is-blue {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.navbar.is-blue .navbar-brand > .navbar-item,
.navbar.is-blue .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-blue .navbar-brand > a.navbar-item:focus,
.navbar.is-blue .navbar-brand > a.navbar-item:hover,
.navbar.is-blue .navbar-brand > a.navbar-item.is-active,
.navbar.is-blue .navbar-brand .navbar-link:focus,
.navbar.is-blue .navbar-brand .navbar-link:hover,
.navbar.is-blue .navbar-brand .navbar-link.is-active {
  background-color: #284e8f;
  color: #fff;
}

.navbar.is-blue .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-blue .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-blue .navbar-start > .navbar-item,
  .navbar.is-blue .navbar-start .navbar-link,
  .navbar.is-blue .navbar-end > .navbar-item,
  .navbar.is-blue .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-blue .navbar-start > a.navbar-item:focus,
  .navbar.is-blue .navbar-start > a.navbar-item:hover,
  .navbar.is-blue .navbar-start > a.navbar-item.is-active,
  .navbar.is-blue .navbar-start .navbar-link:focus,
  .navbar.is-blue .navbar-start .navbar-link:hover,
  .navbar.is-blue .navbar-start .navbar-link.is-active,
  .navbar.is-blue .navbar-end > a.navbar-item:focus,
  .navbar.is-blue .navbar-end > a.navbar-item:hover,
  .navbar.is-blue .navbar-end > a.navbar-item.is-active,
  .navbar.is-blue .navbar-end .navbar-link:focus,
  .navbar.is-blue .navbar-end .navbar-link:hover,
  .navbar.is-blue .navbar-end .navbar-link.is-active {
    background-color: #284e8f;
    color: #fff;
  }

  .navbar.is-blue .navbar-start .navbar-link::after,
  .navbar.is-blue .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-blue .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-blue .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-blue .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #284e8f;
    color: #fff;
  }

  .navbar.is-blue .navbar-dropdown a.navbar-item.is-active {
    background-color: rgb(46, 89, 163);
    color: #fff;
  }
}

.navbar.is-blue-light {
  background-color: rgb(84, 128, 185);
  color: #fff;
}

.navbar.is-blue-light .navbar-brand > .navbar-item,
.navbar.is-blue-light .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-blue-light .navbar-brand > a.navbar-item:focus,
.navbar.is-blue-light .navbar-brand > a.navbar-item:hover,
.navbar.is-blue-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-blue-light .navbar-brand .navbar-link:focus,
.navbar.is-blue-light .navbar-brand .navbar-link:hover,
.navbar.is-blue-light .navbar-brand .navbar-link.is-active {
  background-color: #4773ad;
  color: #fff;
}

.navbar.is-blue-light .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-blue-light .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-blue-light .navbar-start > .navbar-item,
  .navbar.is-blue-light .navbar-start .navbar-link,
  .navbar.is-blue-light .navbar-end > .navbar-item,
  .navbar.is-blue-light .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-blue-light .navbar-start > a.navbar-item:focus,
  .navbar.is-blue-light .navbar-start > a.navbar-item:hover,
  .navbar.is-blue-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-blue-light .navbar-start .navbar-link:focus,
  .navbar.is-blue-light .navbar-start .navbar-link:hover,
  .navbar.is-blue-light .navbar-start .navbar-link.is-active,
  .navbar.is-blue-light .navbar-end > a.navbar-item:focus,
  .navbar.is-blue-light .navbar-end > a.navbar-item:hover,
  .navbar.is-blue-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-blue-light .navbar-end .navbar-link:focus,
  .navbar.is-blue-light .navbar-end .navbar-link:hover,
  .navbar.is-blue-light .navbar-end .navbar-link.is-active {
    background-color: #4773ad;
    color: #fff;
  }

  .navbar.is-blue-light .navbar-start .navbar-link::after,
  .navbar.is-blue-light .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-blue-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-blue-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-blue-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #4773ad;
    color: #fff;
  }

  .navbar.is-blue-light .navbar-dropdown a.navbar-item.is-active {
    background-color: rgb(84, 128, 185);
    color: #fff;
  }
}

.navbar.is-red {
  background-color: rgb(236, 90, 79);
  color: #fff;
}

.navbar.is-red .navbar-brand > .navbar-item,
.navbar.is-red .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-red .navbar-brand > a.navbar-item:focus,
.navbar.is-red .navbar-brand > a.navbar-item:hover,
.navbar.is-red .navbar-brand > a.navbar-item.is-active,
.navbar.is-red .navbar-brand .navbar-link:focus,
.navbar.is-red .navbar-brand .navbar-link:hover,
.navbar.is-red .navbar-brand .navbar-link.is-active {
  background-color: #ea4438;
  color: #fff;
}

.navbar.is-red .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-red .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-red .navbar-start > .navbar-item,
  .navbar.is-red .navbar-start .navbar-link,
  .navbar.is-red .navbar-end > .navbar-item,
  .navbar.is-red .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-red .navbar-start > a.navbar-item:focus,
  .navbar.is-red .navbar-start > a.navbar-item:hover,
  .navbar.is-red .navbar-start > a.navbar-item.is-active,
  .navbar.is-red .navbar-start .navbar-link:focus,
  .navbar.is-red .navbar-start .navbar-link:hover,
  .navbar.is-red .navbar-start .navbar-link.is-active,
  .navbar.is-red .navbar-end > a.navbar-item:focus,
  .navbar.is-red .navbar-end > a.navbar-item:hover,
  .navbar.is-red .navbar-end > a.navbar-item.is-active,
  .navbar.is-red .navbar-end .navbar-link:focus,
  .navbar.is-red .navbar-end .navbar-link:hover,
  .navbar.is-red .navbar-end .navbar-link.is-active {
    background-color: #ea4438;
    color: #fff;
  }

  .navbar.is-red .navbar-start .navbar-link::after,
  .navbar.is-red .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-red .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-red .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-red .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ea4438;
    color: #fff;
  }

  .navbar.is-red .navbar-dropdown a.navbar-item.is-active {
    background-color: rgb(236, 90, 79);
    color: #fff;
  }
}

.navbar.is-blue-dark {
  background-color: rgb(16, 14, 78);
  color: #fff;
}

.navbar.is-blue-dark .navbar-brand > .navbar-item,
.navbar.is-blue-dark .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-blue-dark .navbar-brand > a.navbar-item:focus,
.navbar.is-blue-dark .navbar-brand > a.navbar-item:hover,
.navbar.is-blue-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-blue-dark .navbar-brand .navbar-link:focus,
.navbar.is-blue-dark .navbar-brand .navbar-link:hover,
.navbar.is-blue-dark .navbar-brand .navbar-link.is-active {
  background-color: #0c0a38;
  color: #fff;
}

.navbar.is-blue-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-blue-dark .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-blue-dark .navbar-start > .navbar-item,
  .navbar.is-blue-dark .navbar-start .navbar-link,
  .navbar.is-blue-dark .navbar-end > .navbar-item,
  .navbar.is-blue-dark .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-blue-dark .navbar-start > a.navbar-item:focus,
  .navbar.is-blue-dark .navbar-start > a.navbar-item:hover,
  .navbar.is-blue-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-blue-dark .navbar-start .navbar-link:focus,
  .navbar.is-blue-dark .navbar-start .navbar-link:hover,
  .navbar.is-blue-dark .navbar-start .navbar-link.is-active,
  .navbar.is-blue-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-blue-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-blue-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-blue-dark .navbar-end .navbar-link:focus,
  .navbar.is-blue-dark .navbar-end .navbar-link:hover,
  .navbar.is-blue-dark .navbar-end .navbar-link.is-active {
    background-color: #0c0a38;
    color: #fff;
  }

  .navbar.is-blue-dark .navbar-start .navbar-link::after,
  .navbar.is-blue-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-blue-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-blue-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-blue-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0c0a38;
    color: #fff;
  }

  .navbar.is-blue-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: rgb(16, 14, 78);
    color: #fff;
  }
}

.navbar.is-red-dark {
  background-color: rgb(155, 35, 33);
  color: #fff;
}

.navbar.is-red-dark .navbar-brand > .navbar-item,
.navbar.is-red-dark .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-red-dark .navbar-brand > a.navbar-item:focus,
.navbar.is-red-dark .navbar-brand > a.navbar-item:hover,
.navbar.is-red-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-red-dark .navbar-brand .navbar-link:focus,
.navbar.is-red-dark .navbar-brand .navbar-link:hover,
.navbar.is-red-dark .navbar-brand .navbar-link.is-active {
  background-color: #861e1d;
  color: #fff;
}

.navbar.is-red-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-red-dark .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-red-dark .navbar-start > .navbar-item,
  .navbar.is-red-dark .navbar-start .navbar-link,
  .navbar.is-red-dark .navbar-end > .navbar-item,
  .navbar.is-red-dark .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-red-dark .navbar-start > a.navbar-item:focus,
  .navbar.is-red-dark .navbar-start > a.navbar-item:hover,
  .navbar.is-red-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-red-dark .navbar-start .navbar-link:focus,
  .navbar.is-red-dark .navbar-start .navbar-link:hover,
  .navbar.is-red-dark .navbar-start .navbar-link.is-active,
  .navbar.is-red-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-red-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-red-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-red-dark .navbar-end .navbar-link:focus,
  .navbar.is-red-dark .navbar-end .navbar-link:hover,
  .navbar.is-red-dark .navbar-end .navbar-link.is-active {
    background-color: #861e1d;
    color: #fff;
  }

  .navbar.is-red-dark .navbar-start .navbar-link::after,
  .navbar.is-red-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-red-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-red-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-red-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #861e1d;
    color: #fff;
  }

  .navbar.is-red-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: rgb(155, 35, 33);
    color: #fff;
  }
}

.navbar.is-yellow {
  background-color: rgb(246, 182, 0);
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-yellow .navbar-brand > .navbar-item,
.navbar.is-yellow .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-yellow .navbar-brand > a.navbar-item:focus,
.navbar.is-yellow .navbar-brand > a.navbar-item:hover,
.navbar.is-yellow .navbar-brand > a.navbar-item.is-active,
.navbar.is-yellow .navbar-brand .navbar-link:focus,
.navbar.is-yellow .navbar-brand .navbar-link:hover,
.navbar.is-yellow .navbar-brand .navbar-link.is-active {
  background-color: #dda300;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-yellow .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-yellow .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1088px) {
  .navbar.is-yellow .navbar-start > .navbar-item,
  .navbar.is-yellow .navbar-start .navbar-link,
  .navbar.is-yellow .navbar-end > .navbar-item,
  .navbar.is-yellow .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-yellow .navbar-start > a.navbar-item:focus,
  .navbar.is-yellow .navbar-start > a.navbar-item:hover,
  .navbar.is-yellow .navbar-start > a.navbar-item.is-active,
  .navbar.is-yellow .navbar-start .navbar-link:focus,
  .navbar.is-yellow .navbar-start .navbar-link:hover,
  .navbar.is-yellow .navbar-start .navbar-link.is-active,
  .navbar.is-yellow .navbar-end > a.navbar-item:focus,
  .navbar.is-yellow .navbar-end > a.navbar-item:hover,
  .navbar.is-yellow .navbar-end > a.navbar-item.is-active,
  .navbar.is-yellow .navbar-end .navbar-link:focus,
  .navbar.is-yellow .navbar-end .navbar-link:hover,
  .navbar.is-yellow .navbar-end .navbar-link.is-active {
    background-color: #dda300;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-yellow .navbar-start .navbar-link::after,
  .navbar.is-yellow .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-yellow .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-yellow .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-yellow .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #dda300;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-yellow .navbar-dropdown a.navbar-item.is-active {
    background-color: rgb(246, 182, 0);
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-orange {
  background-color: rgb(226, 110, 14);
  color: #fff;
}

.navbar.is-orange .navbar-brand > .navbar-item,
.navbar.is-orange .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-orange .navbar-brand > a.navbar-item:focus,
.navbar.is-orange .navbar-brand > a.navbar-item:hover,
.navbar.is-orange .navbar-brand > a.navbar-item.is-active,
.navbar.is-orange .navbar-brand .navbar-link:focus,
.navbar.is-orange .navbar-brand .navbar-link:hover,
.navbar.is-orange .navbar-brand .navbar-link.is-active {
  background-color: #ca620d;
  color: #fff;
}

.navbar.is-orange .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-orange .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-orange .navbar-start > .navbar-item,
  .navbar.is-orange .navbar-start .navbar-link,
  .navbar.is-orange .navbar-end > .navbar-item,
  .navbar.is-orange .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-orange .navbar-start > a.navbar-item:focus,
  .navbar.is-orange .navbar-start > a.navbar-item:hover,
  .navbar.is-orange .navbar-start > a.navbar-item.is-active,
  .navbar.is-orange .navbar-start .navbar-link:focus,
  .navbar.is-orange .navbar-start .navbar-link:hover,
  .navbar.is-orange .navbar-start .navbar-link.is-active,
  .navbar.is-orange .navbar-end > a.navbar-item:focus,
  .navbar.is-orange .navbar-end > a.navbar-item:hover,
  .navbar.is-orange .navbar-end > a.navbar-item.is-active,
  .navbar.is-orange .navbar-end .navbar-link:focus,
  .navbar.is-orange .navbar-end .navbar-link:hover,
  .navbar.is-orange .navbar-end .navbar-link.is-active {
    background-color: #ca620d;
    color: #fff;
  }

  .navbar.is-orange .navbar-start .navbar-link::after,
  .navbar.is-orange .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-orange .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-orange .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-orange .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ca620d;
    color: #fff;
  }

  .navbar.is-orange .navbar-dropdown a.navbar-item.is-active {
    background-color: rgb(226, 110, 14);
    color: #fff;
  }
}

.navbar > .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  -webkit-box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
          box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
}

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.navbar.is-fixed-bottom {
  bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
  -webkit-box-shadow: 0 -2px 0 0 hsl(0, 0%, 96%);
          box-shadow: 0 -2px 0 0 hsl(0, 0%, 96%);
}

.navbar.is-fixed-top {
  top: 0;
}

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

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

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

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

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

.navbar-burger {
  color: hsl(0, 0%, 29%);
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 86ms;
       -o-transition-duration: 86ms;
          transition-duration: 86ms;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  -o-transition-property: background-color, opacity, -o-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 16px;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
       -o-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
       -o-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: hsl(0, 0%, 29%);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}

a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: hsl(0, 0%, 98%);
  color: rgb(46, 89, 163);
}

.navbar-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.navbar-item.has-dropdown {
  padding: 0;
}

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

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: rgb(46, 89, 163);
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: rgb(46, 89, 163);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: rgb(46, 89, 163);
  padding-bottom: calc(0.5rem - 3px);
}

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

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: rgb(46, 89, 163);
  margin-top: -0.375em;
  right: 1.125em;
}

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

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

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

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

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

  .navbar-menu {
    background-color: hsl(0, 0%, 100%);
    -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }

  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch,
  .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-touch.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }

  .navbar.is-fixed-top-touch {
    top: 0;
  }

  .navbar.is-fixed-top .navbar-menu,
  .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

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

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

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

  .navbar {
    min-height: 3.25rem;
  }

  .navbar.is-spaced {
    padding: 1rem 2rem;
  }

  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }

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

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

  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: rgb(46, 89, 163);
  }

  .navbar-burger {
    display: none;
  }

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

  .navbar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-item.has-dropdown {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .navbar-item.has-dropdown-up .navbar-link::after {
    -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
         -o-transform: rotate(135deg) translate(0.25em, -0.25em);
            transform: rotate(135deg) translate(0.25em, -0.25em);
  }

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

  .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }

  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-active .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
  .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
  .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

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

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

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

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

  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }

  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }

  .navbar-dropdown a.navbar-item:focus,
  .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }

  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: rgb(46, 89, 163);
  }

  .navbar.is-spaced .navbar-dropdown,
  .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    -webkit-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
         -o-transition-duration: 86ms;
            transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
  }

  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }

  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop,
  .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-desktop.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }

  .navbar.is-fixed-top-desktop {
    top: 0;
  }

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

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

  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }

  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: hsl(0, 0%, 4%);
  }

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

  .navbar-item.has-dropdown:focus .navbar-link,
  .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 98%);
  }
}

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.pagination.is-small {
  font-size: 0.75rem;
}

.pagination.is-medium {
  font-size: 1.25rem;
}

.pagination.is-large {
  font-size: 1.5rem;
}

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}

.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

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

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

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 21%);
  min-width: 2.25em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: hsl(217, 71%, 53%);
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: hsl(0, 0%, 86%);
  border-color: hsl(0, 0%, 86%);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 48%);
  opacity: 0.5;
}

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

.pagination-link.is-current {
  background-color: rgb(46, 89, 163);
  border-color: rgb(46, 89, 163);
  color: #fff;
}

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

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

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

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

  .pagination-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

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

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

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

  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

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

  .pagination.is-centered .pagination-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

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

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

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

  .pagination.is-right .pagination-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.panel {
  font-size: 1rem;
}

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

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  border-left: 1px solid hsl(0, 0%, 86%);
  border-right: 1px solid hsl(0, 0%, 86%);
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid hsl(0, 0%, 86%);
}

.panel-heading {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px 4px 0 0;
  color: hsl(0, 0%, 21%);
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

.panel-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  margin-bottom: -1px;
  padding: 0.5em;
}

.panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}

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

.panel-list a:hover {
  color: rgb(46, 89, 163);
}

.panel-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: hsl(0, 0%, 21%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}

.panel-block > .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}

.panel-block.is-wrapped {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.panel-block.is-active {
  border-left-color: rgb(46, 89, 163);
  color: hsl(0, 0%, 21%);
}

.panel-block.is-active .panel-icon {
  color: rgb(46, 89, 163);
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

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

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

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: hsl(0, 0%, 29%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: rgb(46, 89, 163);
  color: rgb(46, 89, 163);
}

.tabs ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tabs ul.is-left {
  padding-right: 0.75em;
}

.tabs ul.is-center {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.tabs ul.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0.75em;
}

.tabs .icon:first-child {
  margin-right: 0.5em;
}

.tabs .icon:last-child {
  margin-left: 0.5em;
}

.tabs.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: hsl(0, 0%, 96%);
  border-bottom-color: hsl(0, 0%, 86%);
}

.tabs.is-boxed li.is-active a {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tabs.is-toggle a {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 71%);
  z-index: 2;
}

.tabs.is-toggle li + li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}

.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}

.tabs.is-toggle li.is-active a {
  background-color: rgb(46, 89, 163);
  border-color: rgb(46, 89, 163);
  color: #fff;
  z-index: 1;
}

.tabs.is-toggle ul {
  border-bottom: none;
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

.tabs.is-small {
  font-size: 0.75rem;
}

.tabs.is-medium {
  font-size: 1.25rem;
}

.tabs.is-large {
  font-size: 1.5rem;
}

/**
 * Elements
 */

.box {
  background-color: hsl(0, 0%, 100%);
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 1.25rem;
}

a.box:hover,
a.box:focus {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgb(46, 89, 163);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgb(46, 89, 163);
}

a.box:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px rgb(46, 89, 163);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px rgb(46, 89, 163);
}

.button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button strong {
  color: inherit;
}

.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}

.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}

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

.button:hover,
.button.is-hovered {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}

.button:focus,
.button.is-focused {
  border-color: hsl(217, 71%, 53%);
  color: hsl(0, 0%, 21%);
}

.button:focus:not(:active),
.button.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
}

.button:active,
.button.is-active {
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: hsl(0, 0%, 29%);
  text-decoration: underline;
}

.button.is-text:hover,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text.is-focused {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.button.is-text:active,
.button.is-text.is-active {
  background-color: #e8e8e8;
  color: hsl(0, 0%, 21%);
}

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

.button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.button.is-white:hover,
.button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.button.is-white:focus,
.button.is-white.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

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

.button.is-white:active,
.button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.button.is-white[disabled],
fieldset[disabled] .button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

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

.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 100%);
}

.button.is-white.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined.is-hovered,
.button.is-white.is-outlined:focus,
.button.is-white.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}

.button.is-white.is-outlined.is-loading:hover::after,
.button.is-white.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-outlined.is-loading:focus::after,
.button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}

.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 100%);
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}

.button.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined.is-hovered,
.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.button.is-white.is-inverted.is-outlined.is-loading:hover::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-white.is-inverted.is-outlined.is-loading:focus::after,
.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}

.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 4%);
}

.button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.button.is-black:hover,
.button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.button.is-black:focus,
.button.is-black.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

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

.button.is-black:active,
.button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.button.is-black[disabled],
fieldset[disabled] .button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

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

.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 4%);
}

.button.is-black.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}

.button.is-black.is-outlined:hover,
.button.is-black.is-outlined.is-hovered,
.button.is-black.is-outlined:focus,
.button.is-black.is-outlined.is-focused {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}

.button.is-black.is-outlined.is-loading:hover::after,
.button.is-black.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-outlined.is-loading:focus::after,
.button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}

.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 4%);
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}

.button.is-black.is-inverted.is-outlined:hover,
.button.is-black.is-inverted.is-outlined.is-hovered,
.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.button.is-black.is-inverted.is-outlined.is-loading:hover::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-black.is-inverted.is-outlined.is-loading:focus::after,
.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}

.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 100%);
}

.button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

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

.button.is-light:focus,
.button.is-light.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

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

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

.button.is-light[disabled],
fieldset[disabled] .button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-light.is-inverted {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.button.is-light.is-inverted:hover,
.button.is-light.is-inverted.is-hovered {
  background-color: #292929;
}

.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 96%);
}

.button.is-light.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}

.button.is-light.is-outlined:hover,
.button.is-light.is-outlined.is-hovered,
.button.is-light.is-outlined:focus,
.button.is-light.is-outlined.is-focused {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}

.button.is-light.is-outlined.is-loading:hover::after,
.button.is-light.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-outlined.is-loading:focus::after,
.button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}

.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 96%);
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}

.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: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.button.is-light.is-inverted.is-outlined.is-loading:hover::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-light.is-inverted.is-outlined.is-loading:focus::after,
.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}

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

.button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.button.is-dark:hover,
.button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.button.is-dark:focus,
.button.is-dark.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

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

.button.is-dark:active,
.button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-dark.is-inverted {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

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

.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 21%);
}

.button.is-dark.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}

.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined.is-hovered,
.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined.is-focused {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}

.button.is-dark.is-outlined.is-loading:hover::after,
.button.is-dark.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-outlined.is-loading:focus::after,
.button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}

.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 21%);
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}

.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: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}

.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(0, 0%, 96%);
}

.button.is-primary {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  color: #fff;
}

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

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

.button.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
}

.button.is-primary:active,
.button.is-primary.is-active {
  background-color: #284e8f;
  border-color: transparent;
  color: #fff;
}

.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-primary.is-inverted {
  background-color: #fff;
  color: rgb(46, 89, 163);
}

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

.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(46, 89, 163);
}

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

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: rgb(46, 89, 163);
  color: rgb(46, 89, 163);
}

.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: rgb(46, 89, 163);
  border-color: rgb(46, 89, 163);
  color: #fff;
}

.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(46, 89, 163) rgb(46, 89, 163) !important;
}

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

.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: rgb(46, 89, 163);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(46, 89, 163);
}

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

.button.is-primary.is-inverted.is-outlined:hover,
.button.is-primary.is-inverted.is-outlined.is-hovered,
.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: rgb(46, 89, 163);
}

.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 rgb(46, 89, 163) rgb(46, 89, 163) !important;
}

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

.button.is-link {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  color: #fff;
}

.button.is-link:hover,
.button.is-link.is-hovered {
  background-color: #2b5499;
  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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
}

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

.button.is-link[disabled],
fieldset[disabled] .button.is-link {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-link.is-inverted {
  background-color: #fff;
  color: rgb(46, 89, 163);
}

.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(46, 89, 163);
}

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

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: rgb(46, 89, 163);
  color: rgb(46, 89, 163);
}

.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: rgb(46, 89, 163);
  border-color: rgb(46, 89, 163);
  color: #fff;
}

.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(46, 89, 163) rgb(46, 89, 163) !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: rgb(46, 89, 163);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(46, 89, 163);
}

.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: rgb(46, 89, 163);
}

.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 rgb(46, 89, 163) rgb(46, 89, 163) !important;
}

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

.button.is-info {
  background-color: hsl(204, 86%, 53%);
  border-color: transparent;
  color: #fff;
}

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

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

.button.is-info:focus:not(:active),
.button.is-info.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

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

.button.is-info[disabled],
fieldset[disabled] .button.is-info {
  background-color: hsl(204, 86%, 53%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-info.is-inverted {
  background-color: #fff;
  color: hsl(204, 86%, 53%);
}

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

.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(204, 86%, 53%);
}

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

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(204, 86%, 53%);
  color: hsl(204, 86%, 53%);
}

.button.is-info.is-outlined:hover,
.button.is-info.is-outlined.is-hovered,
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined.is-focused {
  background-color: hsl(204, 86%, 53%);
  border-color: hsl(204, 86%, 53%);
  color: #fff;
}

.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(204, 86%, 53%) hsl(204, 86%, 53%) !important;
}

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

.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(204, 86%, 53%);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(204, 86%, 53%);
}

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

.button.is-info.is-inverted.is-outlined:hover,
.button.is-info.is-inverted.is-outlined.is-hovered,
.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(204, 86%, 53%);
}

.button.is-info.is-inverted.is-outlined.is-loading:hover::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-info.is-inverted.is-outlined.is-loading:focus::after,
.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(204, 86%, 53%) hsl(204, 86%, 53%) !important;
}

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

.button.is-success {
  background-color: hsl(141, 71%, 48%);
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover,
.button.is-success.is-hovered {
  background-color: #22c65b;
  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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.button.is-success:active,
.button.is-success.is-active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

.button.is-success[disabled],
fieldset[disabled] .button.is-success {
  background-color: hsl(141, 71%, 48%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-success.is-inverted {
  background-color: #fff;
  color: hsl(141, 71%, 48%);
}

.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(141, 71%, 48%);
}

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

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(141, 71%, 48%);
  color: hsl(141, 71%, 48%);
}

.button.is-success.is-outlined:hover,
.button.is-success.is-outlined.is-hovered,
.button.is-success.is-outlined:focus,
.button.is-success.is-outlined.is-focused {
  background-color: hsl(141, 71%, 48%);
  border-color: hsl(141, 71%, 48%);
  color: #fff;
}

.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(141, 71%, 48%) hsl(141, 71%, 48%) !important;
}

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

.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(141, 71%, 48%);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(141, 71%, 48%);
}

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

.button.is-success.is-inverted.is-outlined:hover,
.button.is-success.is-inverted.is-outlined.is-hovered,
.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(141, 71%, 48%);
}

.button.is-success.is-inverted.is-outlined.is-loading:hover::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-success.is-inverted.is-outlined.is-loading:focus::after,
.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(141, 71%, 48%) hsl(141, 71%, 48%) !important;
}

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

.button.is-warning {
  background-color: rgb(246, 182, 0);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover,
.button.is-warning.is-hovered {
  background-color: #e9ad00;
  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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(246, 182, 0, 0.25);
          box-shadow: 0 0 0 0.125em rgba(246, 182, 0, 0.25);
}

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

.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
  background-color: rgb(246, 182, 0);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: rgb(246, 182, 0);
}

.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(246, 182, 0);
}

.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: rgb(246, 182, 0);
  color: rgb(246, 182, 0);
}

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

.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(246, 182, 0) rgb(246, 182, 0) !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: rgb(246, 182, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(246, 182, 0);
}

.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: rgb(246, 182, 0);
}

.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 rgb(246, 182, 0) rgb(246, 182, 0) !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);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-danger {
  background-color: rgb(155, 35, 33);
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover,
.button.is-danger.is-hovered {
  background-color: #90211f;
  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) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(155, 35, 33, 0.25);
          box-shadow: 0 0 0 0.125em rgba(155, 35, 33, 0.25);
}

.button.is-danger:active,
.button.is-danger.is-active {
  background-color: #861e1d;
  border-color: transparent;
  color: #fff;
}

.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
  background-color: rgb(155, 35, 33);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: rgb(155, 35, 33);
}

.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(155, 35, 33);
}

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

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: rgb(155, 35, 33);
  color: rgb(155, 35, 33);
}

.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: rgb(155, 35, 33);
  border-color: rgb(155, 35, 33);
  color: #fff;
}

.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(155, 35, 33) rgb(155, 35, 33) !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: rgb(155, 35, 33);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(155, 35, 33);
}

.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: rgb(155, 35, 33);
}

.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 rgb(155, 35, 33) rgb(155, 35, 33) !important;
}

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

.button.is-blue {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  color: #fff;
}

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

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

.button.is-blue:focus:not(:active),
.button.is-blue.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0 0.125em rgba(46, 89, 163, 0.25);
}

.button.is-blue:active,
.button.is-blue.is-active {
  background-color: #284e8f;
  border-color: transparent;
  color: #fff;
}

.button.is-blue[disabled],
fieldset[disabled] .button.is-blue {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-blue.is-inverted {
  background-color: #fff;
  color: rgb(46, 89, 163);
}

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

.button.is-blue.is-inverted[disabled],
fieldset[disabled] .button.is-blue.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(46, 89, 163);
}

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

.button.is-blue.is-outlined {
  background-color: transparent;
  border-color: rgb(46, 89, 163);
  color: rgb(46, 89, 163);
}

.button.is-blue.is-outlined:hover,
.button.is-blue.is-outlined.is-hovered,
.button.is-blue.is-outlined:focus,
.button.is-blue.is-outlined.is-focused {
  background-color: rgb(46, 89, 163);
  border-color: rgb(46, 89, 163);
  color: #fff;
}

.button.is-blue.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(46, 89, 163) rgb(46, 89, 163) !important;
}

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

.button.is-blue.is-outlined[disabled],
fieldset[disabled] .button.is-blue.is-outlined {
  background-color: transparent;
  border-color: rgb(46, 89, 163);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(46, 89, 163);
}

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

.button.is-blue.is-inverted.is-outlined:hover,
.button.is-blue.is-inverted.is-outlined.is-hovered,
.button.is-blue.is-inverted.is-outlined:focus,
.button.is-blue.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: rgb(46, 89, 163);
}

.button.is-blue.is-inverted.is-outlined.is-loading:hover::after,
.button.is-blue.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-blue.is-inverted.is-outlined.is-loading:focus::after,
.button.is-blue.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgb(46, 89, 163) rgb(46, 89, 163) !important;
}

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

.button.is-blue-light {
  background-color: rgb(84, 128, 185);
  border-color: transparent;
  color: #fff;
}

.button.is-blue-light:hover,
.button.is-blue-light.is-hovered {
  background-color: #4b79b5;
  border-color: transparent;
  color: #fff;
}

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

.button.is-blue-light:focus:not(:active),
.button.is-blue-light.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(84, 128, 185, 0.25);
          box-shadow: 0 0 0 0.125em rgba(84, 128, 185, 0.25);
}

.button.is-blue-light:active,
.button.is-blue-light.is-active {
  background-color: #4773ad;
  border-color: transparent;
  color: #fff;
}

.button.is-blue-light[disabled],
fieldset[disabled] .button.is-blue-light {
  background-color: rgb(84, 128, 185);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-blue-light.is-inverted {
  background-color: #fff;
  color: rgb(84, 128, 185);
}

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

.button.is-blue-light.is-inverted[disabled],
fieldset[disabled] .button.is-blue-light.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(84, 128, 185);
}

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

.button.is-blue-light.is-outlined {
  background-color: transparent;
  border-color: rgb(84, 128, 185);
  color: rgb(84, 128, 185);
}

.button.is-blue-light.is-outlined:hover,
.button.is-blue-light.is-outlined.is-hovered,
.button.is-blue-light.is-outlined:focus,
.button.is-blue-light.is-outlined.is-focused {
  background-color: rgb(84, 128, 185);
  border-color: rgb(84, 128, 185);
  color: #fff;
}

.button.is-blue-light.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(84, 128, 185) rgb(84, 128, 185) !important;
}

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

.button.is-blue-light.is-outlined[disabled],
fieldset[disabled] .button.is-blue-light.is-outlined {
  background-color: transparent;
  border-color: rgb(84, 128, 185);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(84, 128, 185);
}

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

.button.is-blue-light.is-inverted.is-outlined:hover,
.button.is-blue-light.is-inverted.is-outlined.is-hovered,
.button.is-blue-light.is-inverted.is-outlined:focus,
.button.is-blue-light.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: rgb(84, 128, 185);
}

.button.is-blue-light.is-inverted.is-outlined.is-loading:hover::after,
.button.is-blue-light.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-blue-light.is-inverted.is-outlined.is-loading:focus::after,
.button.is-blue-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgb(84, 128, 185) rgb(84, 128, 185) !important;
}

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

.button.is-red {
  background-color: rgb(236, 90, 79);
  border-color: transparent;
  color: #fff;
}

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

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

.button.is-red:focus:not(:active),
.button.is-red.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(236, 90, 79, 0.25);
          box-shadow: 0 0 0 0.125em rgba(236, 90, 79, 0.25);
}

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

.button.is-red[disabled],
fieldset[disabled] .button.is-red {
  background-color: rgb(236, 90, 79);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-red.is-inverted {
  background-color: #fff;
  color: rgb(236, 90, 79);
}

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

.button.is-red.is-inverted[disabled],
fieldset[disabled] .button.is-red.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(236, 90, 79);
}

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

.button.is-red.is-outlined {
  background-color: transparent;
  border-color: rgb(236, 90, 79);
  color: rgb(236, 90, 79);
}

.button.is-red.is-outlined:hover,
.button.is-red.is-outlined.is-hovered,
.button.is-red.is-outlined:focus,
.button.is-red.is-outlined.is-focused {
  background-color: rgb(236, 90, 79);
  border-color: rgb(236, 90, 79);
  color: #fff;
}

.button.is-red.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(236, 90, 79) rgb(236, 90, 79) !important;
}

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

.button.is-red.is-outlined[disabled],
fieldset[disabled] .button.is-red.is-outlined {
  background-color: transparent;
  border-color: rgb(236, 90, 79);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(236, 90, 79);
}

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

.button.is-red.is-inverted.is-outlined:hover,
.button.is-red.is-inverted.is-outlined.is-hovered,
.button.is-red.is-inverted.is-outlined:focus,
.button.is-red.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: rgb(236, 90, 79);
}

.button.is-red.is-inverted.is-outlined.is-loading:hover::after,
.button.is-red.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-red.is-inverted.is-outlined.is-loading:focus::after,
.button.is-red.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgb(236, 90, 79) rgb(236, 90, 79) !important;
}

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

.button.is-blue-dark {
  background-color: rgb(16, 14, 78);
  border-color: transparent;
  color: #fff;
}

.button.is-blue-dark:hover,
.button.is-blue-dark.is-hovered {
  background-color: #0e0c43;
  border-color: transparent;
  color: #fff;
}

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

.button.is-blue-dark:focus:not(:active),
.button.is-blue-dark.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(16, 14, 78, 0.25);
          box-shadow: 0 0 0 0.125em rgba(16, 14, 78, 0.25);
}

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

.button.is-blue-dark[disabled],
fieldset[disabled] .button.is-blue-dark {
  background-color: rgb(16, 14, 78);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-blue-dark.is-inverted {
  background-color: #fff;
  color: rgb(16, 14, 78);
}

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

.button.is-blue-dark.is-inverted[disabled],
fieldset[disabled] .button.is-blue-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(16, 14, 78);
}

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

.button.is-blue-dark.is-outlined {
  background-color: transparent;
  border-color: rgb(16, 14, 78);
  color: rgb(16, 14, 78);
}

.button.is-blue-dark.is-outlined:hover,
.button.is-blue-dark.is-outlined.is-hovered,
.button.is-blue-dark.is-outlined:focus,
.button.is-blue-dark.is-outlined.is-focused {
  background-color: rgb(16, 14, 78);
  border-color: rgb(16, 14, 78);
  color: #fff;
}

.button.is-blue-dark.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(16, 14, 78) rgb(16, 14, 78) !important;
}

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

.button.is-blue-dark.is-outlined[disabled],
fieldset[disabled] .button.is-blue-dark.is-outlined {
  background-color: transparent;
  border-color: rgb(16, 14, 78);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(16, 14, 78);
}

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

.button.is-blue-dark.is-inverted.is-outlined:hover,
.button.is-blue-dark.is-inverted.is-outlined.is-hovered,
.button.is-blue-dark.is-inverted.is-outlined:focus,
.button.is-blue-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: rgb(16, 14, 78);
}

.button.is-blue-dark.is-inverted.is-outlined.is-loading:hover::after,
.button.is-blue-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-blue-dark.is-inverted.is-outlined.is-loading:focus::after,
.button.is-blue-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgb(16, 14, 78) rgb(16, 14, 78) !important;
}

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

.button.is-red-dark {
  background-color: rgb(155, 35, 33);
  border-color: transparent;
  color: #fff;
}

.button.is-red-dark:hover,
.button.is-red-dark.is-hovered {
  background-color: #90211f;
  border-color: transparent;
  color: #fff;
}

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

.button.is-red-dark:focus:not(:active),
.button.is-red-dark.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(155, 35, 33, 0.25);
          box-shadow: 0 0 0 0.125em rgba(155, 35, 33, 0.25);
}

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

.button.is-red-dark[disabled],
fieldset[disabled] .button.is-red-dark {
  background-color: rgb(155, 35, 33);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-red-dark.is-inverted {
  background-color: #fff;
  color: rgb(155, 35, 33);
}

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

.button.is-red-dark.is-inverted[disabled],
fieldset[disabled] .button.is-red-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(155, 35, 33);
}

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

.button.is-red-dark.is-outlined {
  background-color: transparent;
  border-color: rgb(155, 35, 33);
  color: rgb(155, 35, 33);
}

.button.is-red-dark.is-outlined:hover,
.button.is-red-dark.is-outlined.is-hovered,
.button.is-red-dark.is-outlined:focus,
.button.is-red-dark.is-outlined.is-focused {
  background-color: rgb(155, 35, 33);
  border-color: rgb(155, 35, 33);
  color: #fff;
}

.button.is-red-dark.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(155, 35, 33) rgb(155, 35, 33) !important;
}

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

.button.is-red-dark.is-outlined[disabled],
fieldset[disabled] .button.is-red-dark.is-outlined {
  background-color: transparent;
  border-color: rgb(155, 35, 33);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(155, 35, 33);
}

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

.button.is-red-dark.is-inverted.is-outlined:hover,
.button.is-red-dark.is-inverted.is-outlined.is-hovered,
.button.is-red-dark.is-inverted.is-outlined:focus,
.button.is-red-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: rgb(155, 35, 33);
}

.button.is-red-dark.is-inverted.is-outlined.is-loading:hover::after,
.button.is-red-dark.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-red-dark.is-inverted.is-outlined.is-loading:focus::after,
.button.is-red-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgb(155, 35, 33) rgb(155, 35, 33) !important;
}

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

.button.is-yellow {
  background-color: rgb(246, 182, 0);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

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

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

.button.is-yellow:focus:not(:active),
.button.is-yellow.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(246, 182, 0, 0.25);
          box-shadow: 0 0 0 0.125em rgba(246, 182, 0, 0.25);
}

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

.button.is-yellow[disabled],
fieldset[disabled] .button.is-yellow {
  background-color: rgb(246, 182, 0);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-yellow.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: rgb(246, 182, 0);
}

.button.is-yellow.is-inverted:hover,
.button.is-yellow.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-yellow.is-inverted[disabled],
fieldset[disabled] .button.is-yellow.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(246, 182, 0);
}

.button.is-yellow.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-yellow.is-outlined {
  background-color: transparent;
  border-color: rgb(246, 182, 0);
  color: rgb(246, 182, 0);
}

.button.is-yellow.is-outlined:hover,
.button.is-yellow.is-outlined.is-hovered,
.button.is-yellow.is-outlined:focus,
.button.is-yellow.is-outlined.is-focused {
  background-color: rgb(246, 182, 0);
  border-color: rgb(246, 182, 0);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-yellow.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(246, 182, 0) rgb(246, 182, 0) !important;
}

.button.is-yellow.is-outlined.is-loading:hover::after,
.button.is-yellow.is-outlined.is-loading.is-hovered::after,
.button.is-yellow.is-outlined.is-loading:focus::after,
.button.is-yellow.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-yellow.is-outlined[disabled],
fieldset[disabled] .button.is-yellow.is-outlined {
  background-color: transparent;
  border-color: rgb(246, 182, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(246, 182, 0);
}

.button.is-yellow.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-yellow.is-inverted.is-outlined:hover,
.button.is-yellow.is-inverted.is-outlined.is-hovered,
.button.is-yellow.is-inverted.is-outlined:focus,
.button.is-yellow.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: rgb(246, 182, 0);
}

.button.is-yellow.is-inverted.is-outlined.is-loading:hover::after,
.button.is-yellow.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-yellow.is-inverted.is-outlined.is-loading:focus::after,
.button.is-yellow.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgb(246, 182, 0) rgb(246, 182, 0) !important;
}

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

.button.is-orange {
  background-color: rgb(226, 110, 14);
  border-color: transparent;
  color: #fff;
}

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

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

.button.is-orange:focus:not(:active),
.button.is-orange.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(226, 110, 14, 0.25);
          box-shadow: 0 0 0 0.125em rgba(226, 110, 14, 0.25);
}

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

.button.is-orange[disabled],
fieldset[disabled] .button.is-orange {
  background-color: rgb(226, 110, 14);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-orange.is-inverted {
  background-color: #fff;
  color: rgb(226, 110, 14);
}

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

.button.is-orange.is-inverted[disabled],
fieldset[disabled] .button.is-orange.is-inverted {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(226, 110, 14);
}

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

.button.is-orange.is-outlined {
  background-color: transparent;
  border-color: rgb(226, 110, 14);
  color: rgb(226, 110, 14);
}

.button.is-orange.is-outlined:hover,
.button.is-orange.is-outlined.is-hovered,
.button.is-orange.is-outlined:focus,
.button.is-orange.is-outlined.is-focused {
  background-color: rgb(226, 110, 14);
  border-color: rgb(226, 110, 14);
  color: #fff;
}

.button.is-orange.is-outlined.is-loading::after {
  border-color: transparent transparent rgb(226, 110, 14) rgb(226, 110, 14) !important;
}

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

.button.is-orange.is-outlined[disabled],
fieldset[disabled] .button.is-orange.is-outlined {
  background-color: transparent;
  border-color: rgb(226, 110, 14);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(226, 110, 14);
}

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

.button.is-orange.is-inverted.is-outlined:hover,
.button.is-orange.is-inverted.is-outlined.is-hovered,
.button.is-orange.is-inverted.is-outlined:focus,
.button.is-orange.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: rgb(226, 110, 14);
}

.button.is-orange.is-inverted.is-outlined.is-loading:hover::after,
.button.is-orange.is-inverted.is-outlined.is-loading.is-hovered::after,
.button.is-orange.is-inverted.is-outlined.is-loading:focus::after,
.button.is-orange.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgb(226, 110, 14) rgb(226, 110, 14) !important;
}

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

.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.button.is-normal {
  font-size: 1rem;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-large {
  font-size: 1.5rem;
}

.button[disabled],
fieldset[disabled] .button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading::after {
  position: absolute;
  left: calc(50% - 1em / 2);
  top: calc(50% - 1em / 2);
  position: absolute !important;
}

.button.is-static {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 48%);
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

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

.buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.buttons .button {
  margin-bottom: 0.5rem;
}

.buttons .button:not(:last-child):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) {
  border-radius: 2px;
  font-size: 0.75rem;
}

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .button:last-child {
  margin-right: 0;
}

.buttons.has-addons .button:hover,
.buttons.has-addons .button.is-hovered {
  z-index: 2;
}

.buttons.has-addons .button:focus,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button:active,
.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-selected {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

.buttons.has-addons .button.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.buttons.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.buttons.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

@media screen and (min-width: 1088px) {
  .container {
    max-width: 960px;
  }

  .container.is-fluid {
    margin-left: 64px;
    margin-right: 64px;
    max-width: none;
  }
}

@media screen and (max-width: 1279px) {
  .container.is-widescreen {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1471px) {
  .container.is-fullhd {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1472px) {
  .container {
    max-width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 5px solid hsl(0, 0%, 86%);
  padding: 1.25em 1.5em;
}

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ol:not([type]) {
  list-style-type: decimal;
}

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content dd {
  margin-left: 2em;
}

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.content figure:not(:first-child) {
  margin-top: 2em;
}

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.content sup,
.content sub {
  font-size: 75%;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: hsl(0, 0%, 21%);
}

.content table th:not([align]) {
  text-align: left;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content .tabs li + li {
  margin-top: 0;
}

.content.is-small {
  font-size: 0.75rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

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

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

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

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image img.is-rounded {
  border-radius: 290486px;
}

.image.is-square img,
.image.is-square .has-ratio,
.image.is-1by1 img,
.image.is-1by1 .has-ratio,
.image.is-5by4 img,
.image.is-5by4 .has-ratio,
.image.is-4by3 img,
.image.is-4by3 .has-ratio,
.image.is-3by2 img,
.image.is-3by2 .has-ratio,
.image.is-5by3 img,
.image.is-5by3 .has-ratio,
.image.is-16by9 img,
.image.is-16by9 .has-ratio,
.image.is-2by1 img,
.image.is-2by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by1 .has-ratio,
.image.is-4by5 img,
.image.is-4by5 .has-ratio,
.image.is-3by4 img,
.image.is-3by4 .has-ratio,
.image.is-2by3 img,
.image.is-2by3 .has-ratio,
.image.is-3by5 img,
.image.is-3by5 .has-ratio,
.image.is-9by16 img,
.image.is-9by16 .has-ratio,
.image.is-1by2 img,
.image.is-1by2 .has-ratio,
.image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}

.image.is-square,
.image.is-1by1 {
  padding-top: 100%;
}

.image.is-5by4 {
  padding-top: 80%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-5by3 {
  padding-top: 60%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-3by1 {
  padding-top: 33.3333%;
}

.image.is-4by5 {
  padding-top: 125%;
}

.image.is-3by4 {
  padding-top: 133.3333%;
}

.image.is-2by3 {
  padding-top: 150%;
}

.image.is-3by5 {
  padding-top: 166.6666%;
}

.image.is-9by16 {
  padding-top: 177.7777%;
}

.image.is-1by2 {
  padding-top: 200%;
}

.image.is-1by3 {
  padding-top: 300%;
}

.image.is-16x16 {
  height: 16px;
  width: 16px;
}

.image.is-24x24 {
  height: 24px;
  width: 24px;
}

.image.is-32x32 {
  height: 32px;
  width: 32px;
}

.image.is-48x48 {
  height: 48px;
  width: 48px;
}

.image.is-64x64 {
  height: 64px;
  width: 64px;
}

.image.is-96x96 {
  height: 96px;
  width: 96px;
}

.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: hsl(0, 0%, 100%);
}

.notification pre code {
  background: transparent;
}

.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.notification.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.notification.is-light {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.notification.is-primary {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.notification.is-link {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.notification.is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}

.notification.is-success {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}

.notification.is-warning {
  background-color: rgb(246, 182, 0);
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-danger {
  background-color: rgb(155, 35, 33);
  color: #fff;
}

.notification.is-blue {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.notification.is-blue-light {
  background-color: rgb(84, 128, 185);
  color: #fff;
}

.notification.is-red {
  background-color: rgb(236, 90, 79);
  color: #fff;
}

.notification.is-blue-dark {
  background-color: rgb(16, 14, 78);
  color: #fff;
}

.notification.is-red-dark {
  background-color: rgb(155, 35, 33);
  color: #fff;
}

.notification.is-yellow {
  background-color: rgb(246, 182, 0);
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-orange {
  background-color: rgb(226, 110, 14);
  color: #fff;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.progress::-webkit-progress-bar {
  background-color: hsl(0, 0%, 86%);
}

.progress::-webkit-progress-value {
  background-color: hsl(0, 0%, 29%);
}

.progress::-moz-progress-bar {
  background-color: hsl(0, 0%, 29%);
}

.progress::-ms-fill {
  background-color: hsl(0, 0%, 29%);
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: hsl(0, 0%, 100%);
}

.progress.is-white::-moz-progress-bar {
  background-color: hsl(0, 0%, 100%);
}

.progress.is-white::-ms-fill {
  background-color: hsl(0, 0%, 100%);
}

.progress.is-white:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, hsl(0, 0%, 100%)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, hsl(0, 0%, 100%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, hsl(0, 0%, 100%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, hsl(0, 0%, 100%) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-black::-webkit-progress-value {
  background-color: hsl(0, 0%, 4%);
}

.progress.is-black::-moz-progress-bar {
  background-color: hsl(0, 0%, 4%);
}

.progress.is-black::-ms-fill {
  background-color: hsl(0, 0%, 4%);
}

.progress.is-black:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, hsl(0, 0%, 4%)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, hsl(0, 0%, 4%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, hsl(0, 0%, 4%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, hsl(0, 0%, 4%) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-light::-webkit-progress-value {
  background-color: hsl(0, 0%, 96%);
}

.progress.is-light::-moz-progress-bar {
  background-color: hsl(0, 0%, 96%);
}

.progress.is-light::-ms-fill {
  background-color: hsl(0, 0%, 96%);
}

.progress.is-light:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, hsl(0, 0%, 96%)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, hsl(0, 0%, 96%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, hsl(0, 0%, 96%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, hsl(0, 0%, 96%) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-dark::-webkit-progress-value {
  background-color: hsl(0, 0%, 21%);
}

.progress.is-dark::-moz-progress-bar {
  background-color: hsl(0, 0%, 21%);
}

.progress.is-dark::-ms-fill {
  background-color: hsl(0, 0%, 21%);
}

.progress.is-dark:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, hsl(0, 0%, 21%)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, hsl(0, 0%, 21%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, hsl(0, 0%, 21%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, hsl(0, 0%, 21%) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-primary::-webkit-progress-value {
  background-color: rgb(46, 89, 163);
}

.progress.is-primary::-moz-progress-bar {
  background-color: rgb(46, 89, 163);
}

.progress.is-primary::-ms-fill {
  background-color: rgb(46, 89, 163);
}

.progress.is-primary:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(46, 89, 163)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, rgb(46, 89, 163) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, rgb(46, 89, 163) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, rgb(46, 89, 163) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-link::-webkit-progress-value {
  background-color: rgb(46, 89, 163);
}

.progress.is-link::-moz-progress-bar {
  background-color: rgb(46, 89, 163);
}

.progress.is-link::-ms-fill {
  background-color: rgb(46, 89, 163);
}

.progress.is-link:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(46, 89, 163)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, rgb(46, 89, 163) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, rgb(46, 89, 163) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, rgb(46, 89, 163) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-info::-webkit-progress-value {
  background-color: hsl(204, 86%, 53%);
}

.progress.is-info::-moz-progress-bar {
  background-color: hsl(204, 86%, 53%);
}

.progress.is-info::-ms-fill {
  background-color: hsl(204, 86%, 53%);
}

.progress.is-info:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, hsl(204, 86%, 53%)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, hsl(204, 86%, 53%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, hsl(204, 86%, 53%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, hsl(204, 86%, 53%) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-success::-webkit-progress-value {
  background-color: hsl(141, 71%, 48%);
}

.progress.is-success::-moz-progress-bar {
  background-color: hsl(141, 71%, 48%);
}

.progress.is-success::-ms-fill {
  background-color: hsl(141, 71%, 48%);
}

.progress.is-success:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, hsl(141, 71%, 48%)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, hsl(141, 71%, 48%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, hsl(141, 71%, 48%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, hsl(141, 71%, 48%) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-warning::-webkit-progress-value {
  background-color: rgb(246, 182, 0);
}

.progress.is-warning::-moz-progress-bar {
  background-color: rgb(246, 182, 0);
}

.progress.is-warning::-ms-fill {
  background-color: rgb(246, 182, 0);
}

.progress.is-warning:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(246, 182, 0)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, rgb(246, 182, 0) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, rgb(246, 182, 0) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, rgb(246, 182, 0) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-danger::-webkit-progress-value {
  background-color: rgb(155, 35, 33);
}

.progress.is-danger::-moz-progress-bar {
  background-color: rgb(155, 35, 33);
}

.progress.is-danger::-ms-fill {
  background-color: rgb(155, 35, 33);
}

.progress.is-danger:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(155, 35, 33)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, rgb(155, 35, 33) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, rgb(155, 35, 33) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, rgb(155, 35, 33) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-blue::-webkit-progress-value {
  background-color: rgb(46, 89, 163);
}

.progress.is-blue::-moz-progress-bar {
  background-color: rgb(46, 89, 163);
}

.progress.is-blue::-ms-fill {
  background-color: rgb(46, 89, 163);
}

.progress.is-blue:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(46, 89, 163)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, rgb(46, 89, 163) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, rgb(46, 89, 163) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, rgb(46, 89, 163) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-blue-light::-webkit-progress-value {
  background-color: rgb(84, 128, 185);
}

.progress.is-blue-light::-moz-progress-bar {
  background-color: rgb(84, 128, 185);
}

.progress.is-blue-light::-ms-fill {
  background-color: rgb(84, 128, 185);
}

.progress.is-blue-light:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(84, 128, 185)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, rgb(84, 128, 185) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, rgb(84, 128, 185) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, rgb(84, 128, 185) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-red::-webkit-progress-value {
  background-color: rgb(236, 90, 79);
}

.progress.is-red::-moz-progress-bar {
  background-color: rgb(236, 90, 79);
}

.progress.is-red::-ms-fill {
  background-color: rgb(236, 90, 79);
}

.progress.is-red:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(236, 90, 79)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, rgb(236, 90, 79) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, rgb(236, 90, 79) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, rgb(236, 90, 79) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-blue-dark::-webkit-progress-value {
  background-color: rgb(16, 14, 78);
}

.progress.is-blue-dark::-moz-progress-bar {
  background-color: rgb(16, 14, 78);
}

.progress.is-blue-dark::-ms-fill {
  background-color: rgb(16, 14, 78);
}

.progress.is-blue-dark:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(16, 14, 78)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, rgb(16, 14, 78) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, rgb(16, 14, 78) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, rgb(16, 14, 78) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-red-dark::-webkit-progress-value {
  background-color: rgb(155, 35, 33);
}

.progress.is-red-dark::-moz-progress-bar {
  background-color: rgb(155, 35, 33);
}

.progress.is-red-dark::-ms-fill {
  background-color: rgb(155, 35, 33);
}

.progress.is-red-dark:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(155, 35, 33)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, rgb(155, 35, 33) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, rgb(155, 35, 33) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, rgb(155, 35, 33) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-yellow::-webkit-progress-value {
  background-color: rgb(246, 182, 0);
}

.progress.is-yellow::-moz-progress-bar {
  background-color: rgb(246, 182, 0);
}

.progress.is-yellow::-ms-fill {
  background-color: rgb(246, 182, 0);
}

.progress.is-yellow:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(246, 182, 0)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, rgb(246, 182, 0) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, rgb(246, 182, 0) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, rgb(246, 182, 0) 30%, hsl(0, 0%, 86%) 30%);
}

.progress.is-orange::-webkit-progress-value {
  background-color: rgb(226, 110, 14);
}

.progress.is-orange::-moz-progress-bar {
  background-color: rgb(226, 110, 14);
}

.progress.is-orange::-ms-fill {
  background-color: rgb(226, 110, 14);
}

.progress.is-orange:indeterminate {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(226, 110, 14)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, rgb(226, 110, 14) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, rgb(226, 110, 14) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, rgb(226, 110, 14) 30%, hsl(0, 0%, 86%) 30%);
}

.progress:indeterminate {
  -webkit-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: moveIndeterminate;
       -o-animation-name: moveIndeterminate;
          animation-name: moveIndeterminate;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  background-color: hsl(0, 0%, 86%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, hsl(0, 0%, 29%)), color-stop(30%, hsl(0, 0%, 86%)));
  background-image: -webkit-linear-gradient(left, hsl(0, 0%, 29%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: -o-linear-gradient(left, hsl(0, 0%, 29%) 30%, hsl(0, 0%, 86%) 30%);
  background-image: linear-gradient(to right, hsl(0, 0%, 29%) 30%, hsl(0, 0%, 86%) 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.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;
  }
}

@-o-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: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 21%);
}

.table td,
.table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.table td.is-black,
.table th.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.table td.is-light,
.table th.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.table td.is-dark,
.table th.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.table td.is-primary,
.table th.is-primary {
  background-color: rgb(46, 89, 163);
  border-color: rgb(46, 89, 163);
  color: #fff;
}

.table td.is-link,
.table th.is-link {
  background-color: rgb(46, 89, 163);
  border-color: rgb(46, 89, 163);
  color: #fff;
}

.table td.is-info,
.table th.is-info {
  background-color: hsl(204, 86%, 53%);
  border-color: hsl(204, 86%, 53%);
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: hsl(141, 71%, 48%);
  border-color: hsl(141, 71%, 48%);
  color: #fff;
}

.table td.is-warning,
.table th.is-warning {
  background-color: rgb(246, 182, 0);
  border-color: rgb(246, 182, 0);
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: rgb(155, 35, 33);
  border-color: rgb(155, 35, 33);
  color: #fff;
}

.table td.is-blue,
.table th.is-blue {
  background-color: rgb(46, 89, 163);
  border-color: rgb(46, 89, 163);
  color: #fff;
}

.table td.is-blue-light,
.table th.is-blue-light {
  background-color: rgb(84, 128, 185);
  border-color: rgb(84, 128, 185);
  color: #fff;
}

.table td.is-red,
.table th.is-red {
  background-color: rgb(236, 90, 79);
  border-color: rgb(236, 90, 79);
  color: #fff;
}

.table td.is-blue-dark,
.table th.is-blue-dark {
  background-color: rgb(16, 14, 78);
  border-color: rgb(16, 14, 78);
  color: #fff;
}

.table td.is-red-dark,
.table th.is-red-dark {
  background-color: rgb(155, 35, 33);
  border-color: rgb(155, 35, 33);
  color: #fff;
}

.table td.is-yellow,
.table th.is-yellow {
  background-color: rgb(246, 182, 0);
  border-color: rgb(246, 182, 0);
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-orange,
.table th.is-orange {
  background-color: rgb(226, 110, 14);
  border-color: rgb(226, 110, 14);
  color: #fff;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table td.is-selected,
.table th.is-selected {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

.table th {
  color: hsl(0, 0%, 21%);
}

.table th:not([align]) {
  text-align: left;
}

.table tr.is-selected {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

.table thead {
  background-color: transparent;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}

.table tfoot {
  background-color: transparent;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}

.table tbody {
  background-color: transparent;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: hsl(0, 0%, 96%);
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: hsl(0, 0%, 98%);
}

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

.tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tag:not(body) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  color: hsl(0, 0%, 29%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

.tag:not(body).is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.tag:not(body).is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.tag:not(body).is-light {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.tag:not(body).is-dark {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.tag:not(body).is-primary {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.tag:not(body).is-link {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.tag:not(body).is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}

.tag:not(body).is-success {
  background-color: hsl(141, 71%, 48%);
  color: #fff;
}

.tag:not(body).is-warning {
  background-color: rgb(246, 182, 0);
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-danger {
  background-color: rgb(155, 35, 33);
  color: #fff;
}

.tag:not(body).is-blue {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.tag:not(body).is-blue-light {
  background-color: rgb(84, 128, 185);
  color: #fff;
}

.tag:not(body).is-red {
  background-color: rgb(236, 90, 79);
  color: #fff;
}

.tag:not(body).is-blue-dark {
  background-color: rgb(16, 14, 78);
  color: #fff;
}

.tag:not(body).is-red-dark {
  background-color: rgb(155, 35, 33);
  color: #fff;
}

.tag:not(body).is-yellow {
  background-color: rgb(246, 182, 0);
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-orange {
  background-color: rgb(226, 110, 14);
  color: #fff;
}

.tag:not(body).is-normal {
  font-size: 0.75rem;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete::before,
.tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
       -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}

.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:hover,
.tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 290486px;
}

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

.title,
.subtitle {
  word-break: break-word;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

.title sub,
.subtitle sub {
  font-size: 0.75em;
}

.title sup,
.subtitle sup {
  font-size: 0.75em;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: hsl(0, 0%, 21%);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title + .highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

.title.is-1 {
  font-size: 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: 1.125rem;
}

.title.is-7 {
  font-size: 1rem;
}

.title.is-8 {
  font-size: 0.875rem;
}

.title.is-9 {
  font-size: 0.75rem;
}

.subtitle {
  color: hsl(0, 0%, 29%);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

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

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

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

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

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

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

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

.subtitle.is-6 {
  font-size: 1.125rem;
}

.subtitle.is-7 {
  font-size: 1rem;
}

.subtitle.is-8 {
  font-size: 0.875rem;
}

.subtitle.is-9 {
  font-size: 0.75rem;
}

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

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

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

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

/**
 * Grid
 */

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.3333333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.6666666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.6666666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.3333333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.3333333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.6666666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0%;
  }

  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }

  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }

  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }

  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }

  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }

  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }

  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }

  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }

  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full,
  .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0,
  .column.is-0-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0%;
  }

  .column.is-1,
  .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1087px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0%;
  }

  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }

  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }

  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }

  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }

  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }

  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }

  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }

  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }

  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1088px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0%;
  }

  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }

  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }

  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }

  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }

  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }

  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }

  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }

  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }

  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-0-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }

  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }

  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }

  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }

  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }

  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }

  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }

  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }

  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }

  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1472px) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }

  .column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }

  .column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }

  .column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }

  .column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }

  .column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }

  .column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }

  .column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }

  .column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }

  .column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@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: 1087px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1472px) {
  .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: 1087px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1472px) {
  .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: 1087px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1472px) {
  .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: 1087px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1472px) {
  .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: 1087px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1472px) {
  .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: 1087px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1472px) {
  .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: 1087px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1472px) {
  .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: 1087px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1472px) {
  .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: 1087px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tile.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.3333333333%;
  }

  .tile.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.6666666667%;
  }

  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }

  .tile.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333333333%;
  }

  .tile.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.6666666667%;
  }

  .tile.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }

  .tile.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.3333333333%;
  }

  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666666667%;
  }

  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }

  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.3333333333%;
  }

  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.6666666667%;
  }

  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

/**
 * Layout
 */

.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero .navbar {
  background: none;
}

.hero .tabs ul {
  border-bottom: none;
}

.hero.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}

.hero.is-white .title {
  color: hsl(0, 0%, 4%);
}

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: hsl(0, 0%, 4%);
}

@media screen and (max-width: 1087px) {
  .hero.is-white .navbar-menu {
    background-color: hsl(0, 0%, 100%);
  }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

.hero.is-white a.navbar-item:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: hsl(0, 0%, 4%);
}

.hero.is-white .tabs a {
  color: hsl(0, 0%, 4%);
  opacity: 0.9;
}

.hero.is-white .tabs a:hover {
  opacity: 1;
}

.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
  color: hsl(0, 0%, 4%);
}

.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-white .tabs.is-boxed li.is-active a,
.hero.is-white .tabs.is-boxed li.is-active a:hover,
.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.hero.is-white.is-bold {
  background-image: -webkit-linear-gradient(309deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%);
  background-image: -o-linear-gradient(309deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%);
  background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%);
    background-image: -o-linear-gradient(309deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%);
    background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%);
  }
}

.hero.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}

.hero.is-black .title {
  color: hsl(0, 0%, 100%);
}

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: hsl(0, 0%, 100%);
}

@media screen and (max-width: 1087px) {
  .hero.is-black .navbar-menu {
    background-color: hsl(0, 0%, 4%);
  }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-black a.navbar-item:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: hsl(0, 0%, 100%);
}

.hero.is-black .tabs a {
  color: hsl(0, 0%, 100%);
  opacity: 0.9;
}

.hero.is-black .tabs a:hover {
  opacity: 1;
}

.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
  color: hsl(0, 0%, 100%);
}

.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-black .tabs.is-boxed li.is-active a,
.hero.is-black .tabs.is-boxed li.is-active a:hover,
.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.hero.is-black.is-bold {
  background-image: -webkit-linear-gradient(309deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
  background-image: -o-linear-gradient(309deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
  background-image: linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
    background-image: -o-linear-gradient(309deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
    background-image: linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
  }
}

.hero.is-light {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.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: hsl(0, 0%, 21%);
}

.hero.is-light .subtitle {
  color: rgba(54, 54, 54, 0.9);
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: hsl(0, 0%, 21%);
}

@media screen and (max-width: 1087px) {
  .hero.is-light .navbar-menu {
    background-color: hsl(0, 0%, 96%);
  }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(54, 54, 54, 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: hsl(0, 0%, 21%);
}

.hero.is-light .tabs a {
  color: hsl(0, 0%, 21%);
  opacity: 0.9;
}

.hero.is-light .tabs a:hover {
  opacity: 1;
}

.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
  color: hsl(0, 0%, 21%);
}

.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: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.hero.is-light.is-bold {
  background-image: -webkit-linear-gradient(309deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
  background-image: -o-linear-gradient(309deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
  background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
    background-image: -o-linear-gradient(309deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
    background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
  }
}

.hero.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.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: hsl(0, 0%, 96%);
}

.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: hsl(0, 0%, 96%);
}

@media screen and (max-width: 1087px) {
  .hero.is-dark .navbar-menu {
    background-color: hsl(0, 0%, 21%);
  }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}

.hero.is-dark a.navbar-item:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: hsl(0, 0%, 96%);
}

.hero.is-dark .tabs a {
  color: hsl(0, 0%, 96%);
  opacity: 0.9;
}

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
  color: hsl(0, 0%, 96%);
}

.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: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.hero.is-dark.is-bold {
  background-image: -webkit-linear-gradient(309deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
  background-image: -o-linear-gradient(309deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
  background-image: linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
    background-image: -o-linear-gradient(309deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
    background-image: linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
  }
}

.hero.is-primary {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}

.hero.is-primary .title {
  color: #fff;
}

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-primary .navbar-menu {
    background-color: rgb(46, 89, 163);
  }
}

.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: #284e8f;
  color: #fff;
}

.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

.hero.is-primary .tabs.is-boxed a,
.hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

.hero.is-primary .tabs.is-boxed a:hover,
.hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary .tabs.is-boxed li.is-active a,
.hero.is-primary .tabs.is-boxed li.is-active a:hover,
.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: rgb(46, 89, 163);
}

.hero.is-primary.is-bold {
  background-image: -webkit-linear-gradient(309deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
  background-image: -o-linear-gradient(309deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
  background-image: linear-gradient(141deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
    background-image: -o-linear-gradient(309deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
    background-image: linear-gradient(141deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
  }
}

.hero.is-link {
  background-color: rgb(46, 89, 163);
  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: 1087px) {
  .hero.is-link .navbar-menu {
    background-color: rgb(46, 89, 163);
  }
}

.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: #284e8f;
  color: #fff;
}

.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-link .tabs a:hover {
  opacity: 1;
}

.hero.is-link .tabs li.is-active a {
  opacity: 1;
}

.hero.is-link .tabs.is-boxed a,
.hero.is-link .tabs.is-toggle a {
  color: #fff;
}

.hero.is-link .tabs.is-boxed a:hover,
.hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(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: rgb(46, 89, 163);
}

.hero.is-link.is-bold {
  background-image: -webkit-linear-gradient(309deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
  background-image: -o-linear-gradient(309deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
  background-image: linear-gradient(141deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
    background-image: -o-linear-gradient(309deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
    background-image: linear-gradient(141deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
  }
}

.hero.is-info {
  background-color: hsl(204, 86%, 53%);
  color: #fff;
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}

.hero.is-info .title {
  color: #fff;
}

.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-info .navbar-menu {
    background-color: hsl(204, 86%, 53%);
  }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-info a.navbar-item:hover,
.hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-info .tabs a:hover {
  opacity: 1;
}

.hero.is-info .tabs li.is-active a {
  opacity: 1;
}

.hero.is-info .tabs.is-boxed a,
.hero.is-info .tabs.is-toggle a {
  color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover,
.hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-info .tabs.is-boxed li.is-active a,
.hero.is-info .tabs.is-boxed li.is-active a:hover,
.hero.is-info .tabs.is-toggle li.is-active a,
.hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(204, 86%, 53%);
}

.hero.is-info.is-bold {
  background-image: -webkit-linear-gradient(309deg, #04a6d7 0%, hsl(204, 86%, 53%) 71%, #3287f5 100%);
  background-image: -o-linear-gradient(309deg, #04a6d7 0%, hsl(204, 86%, 53%) 71%, #3287f5 100%);
  background-image: linear-gradient(141deg, #04a6d7 0%, hsl(204, 86%, 53%) 71%, #3287f5 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #04a6d7 0%, hsl(204, 86%, 53%) 71%, #3287f5 100%);
    background-image: -o-linear-gradient(309deg, #04a6d7 0%, hsl(204, 86%, 53%) 71%, #3287f5 100%);
    background-image: linear-gradient(141deg, #04a6d7 0%, hsl(204, 86%, 53%) 71%, #3287f5 100%);
  }
}

.hero.is-success {
  background-color: hsl(141, 71%, 48%);
  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: 1087px) {
  .hero.is-success .navbar-menu {
    background-color: hsl(141, 71%, 48%);
  }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-success a.navbar-item:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-success .tabs a:hover {
  opacity: 1;
}

.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

.hero.is-success .tabs.is-boxed a,
.hero.is-success .tabs.is-toggle a {
  color: #fff;
}

.hero.is-success .tabs.is-boxed a:hover,
.hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-success .tabs.is-boxed li.is-active a,
.hero.is-success .tabs.is-boxed li.is-active a:hover,
.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(141, 71%, 48%);
}

.hero.is-success.is-bold {
  background-image: -webkit-linear-gradient(309deg, #12af2f 0%, hsl(141, 71%, 48%) 71%, #2ce28a 100%);
  background-image: -o-linear-gradient(309deg, #12af2f 0%, hsl(141, 71%, 48%) 71%, #2ce28a 100%);
  background-image: linear-gradient(141deg, #12af2f 0%, hsl(141, 71%, 48%) 71%, #2ce28a 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #12af2f 0%, hsl(141, 71%, 48%) 71%, #2ce28a 100%);
    background-image: -o-linear-gradient(309deg, #12af2f 0%, hsl(141, 71%, 48%) 71%, #2ce28a 100%);
    background-image: linear-gradient(141deg, #12af2f 0%, hsl(141, 71%, 48%) 71%, #2ce28a 100%);
  }
}

.hero.is-warning {
  background-color: rgb(246, 182, 0);
  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: 1087px) {
  .hero.is-warning .navbar-menu {
    background-color: rgb(246, 182, 0);
  }
}

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

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(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: rgb(246, 182, 0);
}

.hero.is-warning.is-bold {
  background-image: -webkit-linear-gradient(309deg, #c37000 0%, rgb(246, 182, 0) 71%, #ffe911 100%);
  background-image: -o-linear-gradient(309deg, #c37000 0%, rgb(246, 182, 0) 71%, #ffe911 100%);
  background-image: linear-gradient(141deg, #c37000 0%, rgb(246, 182, 0) 71%, #ffe911 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #c37000 0%, rgb(246, 182, 0) 71%, #ffe911 100%);
    background-image: -o-linear-gradient(309deg, #c37000 0%, rgb(246, 182, 0) 71%, #ffe911 100%);
    background-image: linear-gradient(141deg, #c37000 0%, rgb(246, 182, 0) 71%, #ffe911 100%);
  }
}

.hero.is-danger {
  background-color: rgb(155, 35, 33);
  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: 1087px) {
  .hero.is-danger .navbar-menu {
    background-color: rgb(155, 35, 33);
  }
}

.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: #861e1d;
  color: #fff;
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

.hero.is-danger .tabs.is-boxed a,
.hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

.hero.is-danger .tabs.is-boxed a:hover,
.hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(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: rgb(155, 35, 33);
}

.hero.is-danger.is-bold {
  background-image: -webkit-linear-gradient(309deg, #781121 0%, rgb(155, 35, 33) 71%, #b53b20 100%);
  background-image: -o-linear-gradient(309deg, #781121 0%, rgb(155, 35, 33) 71%, #b53b20 100%);
  background-image: linear-gradient(141deg, #781121 0%, rgb(155, 35, 33) 71%, #b53b20 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #781121 0%, rgb(155, 35, 33) 71%, #b53b20 100%);
    background-image: -o-linear-gradient(309deg, #781121 0%, rgb(155, 35, 33) 71%, #b53b20 100%);
    background-image: linear-gradient(141deg, #781121 0%, rgb(155, 35, 33) 71%, #b53b20 100%);
  }
}

.hero.is-blue {
  background-color: rgb(46, 89, 163);
  color: #fff;
}

.hero.is-blue a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-blue strong {
  color: inherit;
}

.hero.is-blue .title {
  color: #fff;
}

.hero.is-blue .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-blue .subtitle a:not(.button),
.hero.is-blue .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-blue .navbar-menu {
    background-color: rgb(46, 89, 163);
  }
}

.hero.is-blue .navbar-item,
.hero.is-blue .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-blue a.navbar-item:hover,
.hero.is-blue a.navbar-item.is-active,
.hero.is-blue .navbar-link:hover,
.hero.is-blue .navbar-link.is-active {
  background-color: #284e8f;
  color: #fff;
}

.hero.is-blue .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-blue .tabs a:hover {
  opacity: 1;
}

.hero.is-blue .tabs li.is-active a {
  opacity: 1;
}

.hero.is-blue .tabs.is-boxed a,
.hero.is-blue .tabs.is-toggle a {
  color: #fff;
}

.hero.is-blue .tabs.is-boxed a:hover,
.hero.is-blue .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-blue .tabs.is-boxed li.is-active a,
.hero.is-blue .tabs.is-boxed li.is-active a:hover,
.hero.is-blue .tabs.is-toggle li.is-active a,
.hero.is-blue .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: rgb(46, 89, 163);
}

.hero.is-blue.is-bold {
  background-image: -webkit-linear-gradient(309deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
  background-image: -o-linear-gradient(309deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
  background-image: linear-gradient(141deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-blue.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
    background-image: -o-linear-gradient(309deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
    background-image: linear-gradient(141deg, #1b5383 0%, rgb(46, 89, 163) 71%, #2e4abd 100%);
  }
}

.hero.is-blue-light {
  background-color: rgb(84, 128, 185);
  color: #fff;
}

.hero.is-blue-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-blue-light strong {
  color: inherit;
}

.hero.is-blue-light .title {
  color: #fff;
}

.hero.is-blue-light .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-blue-light .subtitle a:not(.button),
.hero.is-blue-light .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-blue-light .navbar-menu {
    background-color: rgb(84, 128, 185);
  }
}

.hero.is-blue-light .navbar-item,
.hero.is-blue-light .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-blue-light a.navbar-item:hover,
.hero.is-blue-light a.navbar-item.is-active,
.hero.is-blue-light .navbar-link:hover,
.hero.is-blue-light .navbar-link.is-active {
  background-color: #4773ad;
  color: #fff;
}

.hero.is-blue-light .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-blue-light .tabs a:hover {
  opacity: 1;
}

.hero.is-blue-light .tabs li.is-active a {
  opacity: 1;
}

.hero.is-blue-light .tabs.is-boxed a,
.hero.is-blue-light .tabs.is-toggle a {
  color: #fff;
}

.hero.is-blue-light .tabs.is-boxed a:hover,
.hero.is-blue-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-blue-light .tabs.is-boxed li.is-active a,
.hero.is-blue-light .tabs.is-boxed li.is-active a:hover,
.hero.is-blue-light .tabs.is-toggle li.is-active a,
.hero.is-blue-light .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: rgb(84, 128, 185);
}

.hero.is-blue-light.is-bold {
  background-image: -webkit-linear-gradient(309deg, #3479a6 0%, rgb(84, 128, 185) 71%, #617cc6 100%);
  background-image: -o-linear-gradient(309deg, #3479a6 0%, rgb(84, 128, 185) 71%, #617cc6 100%);
  background-image: linear-gradient(141deg, #3479a6 0%, rgb(84, 128, 185) 71%, #617cc6 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-blue-light.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #3479a6 0%, rgb(84, 128, 185) 71%, #617cc6 100%);
    background-image: -o-linear-gradient(309deg, #3479a6 0%, rgb(84, 128, 185) 71%, #617cc6 100%);
    background-image: linear-gradient(141deg, #3479a6 0%, rgb(84, 128, 185) 71%, #617cc6 100%);
  }
}

.hero.is-red {
  background-color: rgb(236, 90, 79);
  color: #fff;
}

.hero.is-red a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-red strong {
  color: inherit;
}

.hero.is-red .title {
  color: #fff;
}

.hero.is-red .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-red .subtitle a:not(.button),
.hero.is-red .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-red .navbar-menu {
    background-color: rgb(236, 90, 79);
  }
}

.hero.is-red .navbar-item,
.hero.is-red .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-red a.navbar-item:hover,
.hero.is-red a.navbar-item.is-active,
.hero.is-red .navbar-link:hover,
.hero.is-red .navbar-link.is-active {
  background-color: #ea4438;
  color: #fff;
}

.hero.is-red .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-red .tabs a:hover {
  opacity: 1;
}

.hero.is-red .tabs li.is-active a {
  opacity: 1;
}

.hero.is-red .tabs.is-boxed a,
.hero.is-red .tabs.is-toggle a {
  color: #fff;
}

.hero.is-red .tabs.is-boxed a:hover,
.hero.is-red .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-red .tabs.is-boxed li.is-active a,
.hero.is-red .tabs.is-boxed li.is-active a:hover,
.hero.is-red .tabs.is-toggle li.is-active a,
.hero.is-red .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: rgb(236, 90, 79);
}

.hero.is-red.is-bold {
  background-image: -webkit-linear-gradient(309deg, #f3152a 0%, rgb(236, 90, 79) 71%, #f38462 100%);
  background-image: -o-linear-gradient(309deg, #f3152a 0%, rgb(236, 90, 79) 71%, #f38462 100%);
  background-image: linear-gradient(141deg, #f3152a 0%, rgb(236, 90, 79) 71%, #f38462 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-red.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #f3152a 0%, rgb(236, 90, 79) 71%, #f38462 100%);
    background-image: -o-linear-gradient(309deg, #f3152a 0%, rgb(236, 90, 79) 71%, #f38462 100%);
    background-image: linear-gradient(141deg, #f3152a 0%, rgb(236, 90, 79) 71%, #f38462 100%);
  }
}

.hero.is-blue-dark {
  background-color: rgb(16, 14, 78);
  color: #fff;
}

.hero.is-blue-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-blue-dark strong {
  color: inherit;
}

.hero.is-blue-dark .title {
  color: #fff;
}

.hero.is-blue-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-blue-dark .subtitle a:not(.button),
.hero.is-blue-dark .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-blue-dark .navbar-menu {
    background-color: rgb(16, 14, 78);
  }
}

.hero.is-blue-dark .navbar-item,
.hero.is-blue-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-blue-dark a.navbar-item:hover,
.hero.is-blue-dark a.navbar-item.is-active,
.hero.is-blue-dark .navbar-link:hover,
.hero.is-blue-dark .navbar-link.is-active {
  background-color: #0c0a38;
  color: #fff;
}

.hero.is-blue-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-blue-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-blue-dark .tabs li.is-active a {
  opacity: 1;
}

.hero.is-blue-dark .tabs.is-boxed a,
.hero.is-blue-dark .tabs.is-toggle a {
  color: #fff;
}

.hero.is-blue-dark .tabs.is-boxed a:hover,
.hero.is-blue-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-blue-dark .tabs.is-boxed li.is-active a,
.hero.is-blue-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-blue-dark .tabs.is-toggle li.is-active a,
.hero.is-blue-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: rgb(16, 14, 78);
}

.hero.is-blue-dark.is-bold {
  background-image: -webkit-linear-gradient(309deg, #040925 0%, rgb(16, 14, 78) 71%, #200f67 100%);
  background-image: -o-linear-gradient(309deg, #040925 0%, rgb(16, 14, 78) 71%, #200f67 100%);
  background-image: linear-gradient(141deg, #040925 0%, rgb(16, 14, 78) 71%, #200f67 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-blue-dark.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #040925 0%, rgb(16, 14, 78) 71%, #200f67 100%);
    background-image: -o-linear-gradient(309deg, #040925 0%, rgb(16, 14, 78) 71%, #200f67 100%);
    background-image: linear-gradient(141deg, #040925 0%, rgb(16, 14, 78) 71%, #200f67 100%);
  }
}

.hero.is-red-dark {
  background-color: rgb(155, 35, 33);
  color: #fff;
}

.hero.is-red-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-red-dark strong {
  color: inherit;
}

.hero.is-red-dark .title {
  color: #fff;
}

.hero.is-red-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-red-dark .subtitle a:not(.button),
.hero.is-red-dark .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-red-dark .navbar-menu {
    background-color: rgb(155, 35, 33);
  }
}

.hero.is-red-dark .navbar-item,
.hero.is-red-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-red-dark a.navbar-item:hover,
.hero.is-red-dark a.navbar-item.is-active,
.hero.is-red-dark .navbar-link:hover,
.hero.is-red-dark .navbar-link.is-active {
  background-color: #861e1d;
  color: #fff;
}

.hero.is-red-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-red-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-red-dark .tabs li.is-active a {
  opacity: 1;
}

.hero.is-red-dark .tabs.is-boxed a,
.hero.is-red-dark .tabs.is-toggle a {
  color: #fff;
}

.hero.is-red-dark .tabs.is-boxed a:hover,
.hero.is-red-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-red-dark .tabs.is-boxed li.is-active a,
.hero.is-red-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-red-dark .tabs.is-toggle li.is-active a,
.hero.is-red-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: rgb(155, 35, 33);
}

.hero.is-red-dark.is-bold {
  background-image: -webkit-linear-gradient(309deg, #781121 0%, rgb(155, 35, 33) 71%, #b53b20 100%);
  background-image: -o-linear-gradient(309deg, #781121 0%, rgb(155, 35, 33) 71%, #b53b20 100%);
  background-image: linear-gradient(141deg, #781121 0%, rgb(155, 35, 33) 71%, #b53b20 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-red-dark.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #781121 0%, rgb(155, 35, 33) 71%, #b53b20 100%);
    background-image: -o-linear-gradient(309deg, #781121 0%, rgb(155, 35, 33) 71%, #b53b20 100%);
    background-image: linear-gradient(141deg, #781121 0%, rgb(155, 35, 33) 71%, #b53b20 100%);
  }
}

.hero.is-yellow {
  background-color: rgb(246, 182, 0);
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-yellow a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-yellow strong {
  color: inherit;
}

.hero.is-yellow .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-yellow .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-yellow .subtitle a:not(.button),
.hero.is-yellow .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1087px) {
  .hero.is-yellow .navbar-menu {
    background-color: rgb(246, 182, 0);
  }
}

.hero.is-yellow .navbar-item,
.hero.is-yellow .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-yellow a.navbar-item:hover,
.hero.is-yellow a.navbar-item.is-active,
.hero.is-yellow .navbar-link:hover,
.hero.is-yellow .navbar-link.is-active {
  background-color: #dda300;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-yellow .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-yellow .tabs a:hover {
  opacity: 1;
}

.hero.is-yellow .tabs li.is-active a {
  opacity: 1;
}

.hero.is-yellow .tabs.is-boxed a,
.hero.is-yellow .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-yellow .tabs.is-boxed a:hover,
.hero.is-yellow .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-yellow .tabs.is-boxed li.is-active a,
.hero.is-yellow .tabs.is-boxed li.is-active a:hover,
.hero.is-yellow .tabs.is-toggle li.is-active a,
.hero.is-yellow .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: rgb(246, 182, 0);
}

.hero.is-yellow.is-bold {
  background-image: -webkit-linear-gradient(309deg, #c37000 0%, rgb(246, 182, 0) 71%, #ffe911 100%);
  background-image: -o-linear-gradient(309deg, #c37000 0%, rgb(246, 182, 0) 71%, #ffe911 100%);
  background-image: linear-gradient(141deg, #c37000 0%, rgb(246, 182, 0) 71%, #ffe911 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-yellow.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #c37000 0%, rgb(246, 182, 0) 71%, #ffe911 100%);
    background-image: -o-linear-gradient(309deg, #c37000 0%, rgb(246, 182, 0) 71%, #ffe911 100%);
    background-image: linear-gradient(141deg, #c37000 0%, rgb(246, 182, 0) 71%, #ffe911 100%);
  }
}

.hero.is-orange {
  background-color: rgb(226, 110, 14);
  color: #fff;
}

.hero.is-orange a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-orange strong {
  color: inherit;
}

.hero.is-orange .title {
  color: #fff;
}

.hero.is-orange .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-orange .subtitle a:not(.button),
.hero.is-orange .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-orange .navbar-menu {
    background-color: rgb(226, 110, 14);
  }
}

.hero.is-orange .navbar-item,
.hero.is-orange .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-orange a.navbar-item:hover,
.hero.is-orange a.navbar-item.is-active,
.hero.is-orange .navbar-link:hover,
.hero.is-orange .navbar-link.is-active {
  background-color: #ca620d;
  color: #fff;
}

.hero.is-orange .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-orange .tabs a:hover {
  opacity: 1;
}

.hero.is-orange .tabs li.is-active a {
  opacity: 1;
}

.hero.is-orange .tabs.is-boxed a,
.hero.is-orange .tabs.is-toggle a {
  color: #fff;
}

.hero.is-orange .tabs.is-boxed a:hover,
.hero.is-orange .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-orange .tabs.is-boxed li.is-active a,
.hero.is-orange .tabs.is-boxed li.is-active a:hover,
.hero.is-orange .tabs.is-toggle li.is-active a,
.hero.is-orange .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: rgb(226, 110, 14);
}

.hero.is-orange.is-bold {
  background-image: -webkit-linear-gradient(309deg, #bb3702 0%, rgb(226, 110, 14) 71%, #f7a013 100%);
  background-image: -o-linear-gradient(309deg, #bb3702 0%, rgb(226, 110, 14) 71%, #f7a013 100%);
  background-image: linear-gradient(141deg, #bb3702 0%, rgb(226, 110, 14) 71%, #f7a013 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-orange.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #bb3702 0%, rgb(226, 110, 14) 71%, #f7a013 100%);
    background-image: -o-linear-gradient(309deg, #bb3702 0%, rgb(226, 110, 14) 71%, #f7a013 100%);
    background-image: linear-gradient(141deg, #bb3702 0%, rgb(226, 110, 14) 71%, #f7a013 100%);
  }
}

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

@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero.is-halfheight .hero-body > .container,
.hero.is-fullheight .hero-body > .container,
.hero.is-fullheight-with-navbar .hero-body > .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.hero.is-halfheight {
  min-height: 50vh;
}

.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

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

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

.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1088px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }

  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

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

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

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

.is-divider-vertical[data-content]::after,
.is-divider[data-content]::after {
  background: #fff;
  color: #b5b5b5;
  content: attr(data-content);
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  -webkit-transform: translateY(-1.1rem);
  -o-transform: translateY(-1.1rem);
     transform: translateY(-1.1rem);
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .is-divider-vertical {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            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 #dbdbdb;
    bottom: 1rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 1rem;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  }

  .is-divider-vertical[data-content]::after {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0.1rem;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
       transform: translateY(-50%) translateX(-50%);
  }
}

.is-divider-vertical.is-white,
.is-divider.is-white {
  border-top-color: #fff;
}

.is-divider-vertical.is-white[data-content]::after,
.is-divider.is-white[data-content]::after {
  background: #0a0a0a;
  color: #fff;
}

.is-divider-vertical.is-white::before,
.is-divider.is-white::before {
  border-left-color: #fff;
}

.is-divider-vertical.is-black,
.is-divider.is-black {
  border-top-color: #0a0a0a;
}

.is-divider-vertical.is-black[data-content]::after,
.is-divider.is-black[data-content]::after {
  background: #fff;
  color: #0a0a0a;
}

.is-divider-vertical.is-black::before,
.is-divider.is-black::before {
  border-left-color: #0a0a0a;
}

.is-divider-vertical.is-light,
.is-divider.is-light {
  border-top-color: #f5f5f5;
}

.is-divider-vertical.is-light[data-content]::after,
.is-divider.is-light[data-content]::after {
  background: #363636;
  color: #f5f5f5;
}

.is-divider-vertical.is-light::before,
.is-divider.is-light::before {
  border-left-color: #f5f5f5;
}

.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: #f5f5f5;
  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: #00d1b2;
}

.is-divider-vertical.is-primary[data-content]::after,
.is-divider.is-primary[data-content]::after {
  background: #fff;
  color: #00d1b2;
}

.is-divider-vertical.is-primary::before,
.is-divider.is-primary::before {
  border-left-color: #00d1b2;
}

.is-divider-vertical.is-link,
.is-divider.is-link {
  border-top-color: #3273dc;
}

.is-divider-vertical.is-link[data-content]::after,
.is-divider.is-link[data-content]::after {
  background: #fff;
  color: #3273dc;
}

.is-divider-vertical.is-link::before,
.is-divider.is-link::before {
  border-left-color: #3273dc;
}

.is-divider-vertical.is-info,
.is-divider.is-info {
  border-top-color: #209cee;
}

.is-divider-vertical.is-info[data-content]::after,
.is-divider.is-info[data-content]::after {
  background: #fff;
  color: #209cee;
}

.is-divider-vertical.is-info::before,
.is-divider.is-info::before {
  border-left-color: #209cee;
}

.is-divider-vertical.is-success,
.is-divider.is-success {
  border-top-color: #23d160;
}

.is-divider-vertical.is-success[data-content]::after,
.is-divider.is-success[data-content]::after {
  background: #fff;
  color: #23d160;
}

.is-divider-vertical.is-success::before,
.is-divider.is-success::before {
  border-left-color: #23d160;
}

.is-divider-vertical.is-warning,
.is-divider.is-warning {
  border-top-color: #ffdd57;
}

.is-divider-vertical.is-warning[data-content]::after,
.is-divider.is-warning[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.is-divider-vertical.is-warning::before,
.is-divider.is-warning::before {
  border-left-color: #ffdd57;
}

.is-divider-vertical.is-danger,
.is-divider.is-danger {
  border-top-color: #ff3860;
}

.is-divider-vertical.is-danger[data-content]::after,
.is-divider.is-danger[data-content]::after {
  background: #fff;
  color: #ff3860;
}

.is-divider-vertical.is-danger::before,
.is-divider.is-danger::before {
  border-left-color: #ff3860;
}

.is-divider-vertical.is-black-bis,
.is-divider.is-black-bis {
  border-top-color: #121212;
}

.is-divider-vertical.is-black-bis[data-content]::after,
.is-divider.is-black-bis[data-content]::after {
  background: #fff;
  color: #121212;
}

.is-divider-vertical.is-black-bis::before,
.is-divider.is-black-bis::before {
  border-left-color: #121212;
}

.is-divider-vertical.is-black-ter,
.is-divider.is-black-ter {
  border-top-color: #242424;
}

.is-divider-vertical.is-black-ter[data-content]::after,
.is-divider.is-black-ter[data-content]::after {
  background: #fff;
  color: #242424;
}

.is-divider-vertical.is-black-ter::before,
.is-divider.is-black-ter::before {
  border-left-color: #242424;
}

.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: #fff;
  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: #fff;
  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: #7a7a7a;
}

.is-divider-vertical.is-grey[data-content]::after,
.is-divider.is-grey[data-content]::after {
  background: #fff;
  color: #7a7a7a;
}

.is-divider-vertical.is-grey::before,
.is-divider.is-grey::before {
  border-left-color: #7a7a7a;
}

.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: #fff;
  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: #dbdbdb;
}

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

.is-divider-vertical.is-grey-lighter::before,
.is-divider.is-grey-lighter::before {
  border-left-color: #dbdbdb;
}

.is-divider-vertical.is-white-ter,
.is-divider.is-white-ter {
  border-top-color: #f5f5f5;
}

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

.is-divider-vertical.is-white-ter::before,
.is-divider.is-white-ter::before {
  border-left-color: #f5f5f5;
}

.is-divider-vertical.is-white-bis,
.is-divider.is-white-bis {
  border-top-color: #fafafa;
}

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

.is-divider-vertical.is-white-bis::before,
.is-divider.is-white-bis::before {
  border-left-color: #fafafa;
}

.pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pricing-table.is-comparative .pricing-plan {
  border-radius: initial;
  margin: 0;
}

.pricing-table.is-comparative .pricing-plan:not(:last-child) {
  border-right: none;
}

.pricing-table.is-comparative .pricing-plan:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pricing-table.is-comparative .pricing-plan:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pricing-table.is-comparative .pricing-plan.is-active {
  border: 0.1rem solid hsl(0, 0%, 96%);
  border-radius: 4px;
}

.pricing-table .pricing-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: hsl(0, 0%, 100%);
  border: 0.1rem solid hsl(0, 0%, 96%);
  border-radius: 4px;
  list-style-type: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin: 0.5em;
}

.pricing-table .pricing-plan .plan-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 29%);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.75em;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

.pricing-table .pricing-plan .plan-item {
  background: hsl(0, 0%, 96%);
  border-bottom: 0.1rem solid hsl(0, 0%, 100%);
  padding: 0.75em;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  font-size: 0.9em;
  color: hsl(0, 0%, 48%);
}

.pricing-table .pricing-plan .plan-price {
  background-color: white;
  color: hsl(0, 0%, 29%);
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.75em;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

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

.pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
  vertical-align: super;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: hsl(0, 0%, 29%);
  margin-right: 0.25rem;
}

.pricing-table .pricing-plan .plan-footer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0.75em;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  margin-top: auto;
}

.pricing-table .pricing-plan.is-active {
  -webkit-box-shadow: 0 8px 12px 0 rgba(122, 122, 122, 0.2);
          box-shadow: 0 8px 12px 0 rgba(122, 122, 122, 0.2);
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.pricing-table .pricing-plan.is-active .plan-price .plan-price-amount {
  color: rgb(46, 89, 163);
}

.pricing-table .pricing-plan.is-active .plan-footer .button {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-active .plan-footer .button:hover,
.pricing-table .pricing-plan.is-active .plan-footer .button.is-hovered {
  background-color: #2b5499;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-active .plan-footer .button:focus,
.pricing-table .pricing-plan.is-active .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
  color: #fff;
}

.pricing-table .pricing-plan.is-active .plan-footer .button:active,
.pricing-table .pricing-plan.is-active .plan-footer .button.is-active {
  background-color: #284e8f;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-active .plan-footer .button[disabled] {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
}

.pricing-table .pricing-plan.is-white .plan-price .plan-price-amount {
  color: hsl(0, 0%, 100%);
}

.pricing-table .pricing-plan.is-white .plan-footer .button {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.pricing-table .pricing-plan.is-white .plan-footer .button:hover,
.pricing-table .pricing-plan.is-white .plan-footer .button.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.pricing-table .pricing-plan.is-white .plan-footer .button:focus,
.pricing-table .pricing-plan.is-white .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0, 0%, 4%);
}

.pricing-table .pricing-plan.is-white .plan-footer .button:active,
.pricing-table .pricing-plan.is-white .plan-footer .button.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.pricing-table .pricing-plan.is-white .plan-footer .button[disabled] {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-black .plan-price .plan-price-amount {
  color: hsl(0, 0%, 4%);
}

.pricing-table .pricing-plan.is-black .plan-footer .button {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.pricing-table .pricing-plan.is-black .plan-footer .button:hover,
.pricing-table .pricing-plan.is-black .plan-footer .button.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.pricing-table .pricing-plan.is-black .plan-footer .button:focus,
.pricing-table .pricing-plan.is-black .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: hsl(0, 0%, 100%);
}

.pricing-table .pricing-plan.is-black .plan-footer .button:active,
.pricing-table .pricing-plan.is-black .plan-footer .button.is-active {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.pricing-table .pricing-plan.is-black .plan-footer .button[disabled] {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-light .plan-price .plan-price-amount {
  color: hsl(0, 0%, 96%);
}

.pricing-table .pricing-plan.is-light .plan-footer .button {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.pricing-table .pricing-plan.is-light .plan-footer .button:hover,
.pricing-table .pricing-plan.is-light .plan-footer .button.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.pricing-table .pricing-plan.is-light .plan-footer .button:focus,
.pricing-table .pricing-plan.is-light .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: hsl(0, 0%, 21%);
}

.pricing-table .pricing-plan.is-light .plan-footer .button:active,
.pricing-table .pricing-plan.is-light .plan-footer .button.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.pricing-table .pricing-plan.is-light .plan-footer .button[disabled] {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-dark .plan-price .plan-price-amount {
  color: hsl(0, 0%, 21%);
}

.pricing-table .pricing-plan.is-dark .plan-footer .button {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.pricing-table .pricing-plan.is-dark .plan-footer .button:hover,
.pricing-table .pricing-plan.is-dark .plan-footer .button.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.pricing-table .pricing-plan.is-dark .plan-footer .button:focus,
.pricing-table .pricing-plan.is-dark .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: hsl(0, 0%, 96%);
}

.pricing-table .pricing-plan.is-dark .plan-footer .button:active,
.pricing-table .pricing-plan.is-dark .plan-footer .button.is-active {
  background-color: #292929;
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.pricing-table .pricing-plan.is-dark .plan-footer .button[disabled] {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-primary .plan-price .plan-price-amount {
  color: rgb(46, 89, 163);
}

.pricing-table .pricing-plan.is-primary .plan-footer .button {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-primary .plan-footer .button:hover,
.pricing-table .pricing-plan.is-primary .plan-footer .button.is-hovered {
  background-color: #2b5499;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-primary .plan-footer .button:focus,
.pricing-table .pricing-plan.is-primary .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
  color: #fff;
}

.pricing-table .pricing-plan.is-primary .plan-footer .button:active,
.pricing-table .pricing-plan.is-primary .plan-footer .button.is-active {
  background-color: #284e8f;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-primary .plan-footer .button[disabled] {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-link .plan-price .plan-price-amount {
  color: rgb(46, 89, 163);
}

.pricing-table .pricing-plan.is-link .plan-footer .button {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-link .plan-footer .button:hover,
.pricing-table .pricing-plan.is-link .plan-footer .button.is-hovered {
  background-color: #2b5499;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-link .plan-footer .button:focus,
.pricing-table .pricing-plan.is-link .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
  color: #fff;
}

.pricing-table .pricing-plan.is-link .plan-footer .button:active,
.pricing-table .pricing-plan.is-link .plan-footer .button.is-active {
  background-color: #284e8f;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-link .plan-footer .button[disabled] {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-info .plan-price .plan-price-amount {
  color: hsl(204, 86%, 53%);
}

.pricing-table .pricing-plan.is-info .plan-footer .button {
  background-color: hsl(204, 86%, 53%);
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-info .plan-footer .button:hover,
.pricing-table .pricing-plan.is-info .plan-footer .button.is-hovered {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-info .plan-footer .button:focus,
.pricing-table .pricing-plan.is-info .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  color: #fff;
}

.pricing-table .pricing-plan.is-info .plan-footer .button:active,
.pricing-table .pricing-plan.is-info .plan-footer .button.is-active {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-info .plan-footer .button[disabled] {
  background-color: hsl(204, 86%, 53%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-success .plan-price .plan-price-amount {
  color: hsl(141, 71%, 48%);
}

.pricing-table .pricing-plan.is-success .plan-footer .button {
  background-color: hsl(141, 71%, 48%);
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-success .plan-footer .button:hover,
.pricing-table .pricing-plan.is-success .plan-footer .button.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-success .plan-footer .button:focus,
.pricing-table .pricing-plan.is-success .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}

.pricing-table .pricing-plan.is-success .plan-footer .button:active,
.pricing-table .pricing-plan.is-success .plan-footer .button.is-active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-success .plan-footer .button[disabled] {
  background-color: hsl(141, 71%, 48%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-warning .plan-price .plan-price-amount {
  color: rgb(246, 182, 0);
}

.pricing-table .pricing-plan.is-warning .plan-footer .button {
  background-color: rgb(246, 182, 0);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pricing-table .pricing-plan.is-warning .plan-footer .button:hover,
.pricing-table .pricing-plan.is-warning .plan-footer .button.is-hovered {
  background-color: #e9ad00;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pricing-table .pricing-plan.is-warning .plan-footer .button:focus,
.pricing-table .pricing-plan.is-warning .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(246, 182, 0, 0.25);
          box-shadow: 0 0 0.5em rgba(246, 182, 0, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.pricing-table .pricing-plan.is-warning .plan-footer .button:active,
.pricing-table .pricing-plan.is-warning .plan-footer .button.is-active {
  background-color: #dda300;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pricing-table .pricing-plan.is-warning .plan-footer .button[disabled] {
  background-color: rgb(246, 182, 0);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-danger .plan-price .plan-price-amount {
  color: rgb(155, 35, 33);
}

.pricing-table .pricing-plan.is-danger .plan-footer .button {
  background-color: rgb(155, 35, 33);
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-danger .plan-footer .button:hover,
.pricing-table .pricing-plan.is-danger .plan-footer .button.is-hovered {
  background-color: #90211f;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-danger .plan-footer .button:focus,
.pricing-table .pricing-plan.is-danger .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(155, 35, 33, 0.25);
          box-shadow: 0 0 0.5em rgba(155, 35, 33, 0.25);
  color: #fff;
}

.pricing-table .pricing-plan.is-danger .plan-footer .button:active,
.pricing-table .pricing-plan.is-danger .plan-footer .button.is-active {
  background-color: #861e1d;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-danger .plan-footer .button[disabled] {
  background-color: rgb(155, 35, 33);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-blue .plan-price .plan-price-amount {
  color: rgb(46, 89, 163);
}

.pricing-table .pricing-plan.is-blue .plan-footer .button {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-blue .plan-footer .button:hover,
.pricing-table .pricing-plan.is-blue .plan-footer .button.is-hovered {
  background-color: #2b5499;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-blue .plan-footer .button:focus,
.pricing-table .pricing-plan.is-blue .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
          box-shadow: 0 0 0.5em rgba(46, 89, 163, 0.25);
  color: #fff;
}

.pricing-table .pricing-plan.is-blue .plan-footer .button:active,
.pricing-table .pricing-plan.is-blue .plan-footer .button.is-active {
  background-color: #284e8f;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-blue .plan-footer .button[disabled] {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-blue-light .plan-price .plan-price-amount {
  color: rgb(84, 128, 185);
}

.pricing-table .pricing-plan.is-blue-light .plan-footer .button {
  background-color: rgb(84, 128, 185);
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-blue-light .plan-footer .button:hover,
.pricing-table .pricing-plan.is-blue-light .plan-footer .button.is-hovered {
  background-color: #4b79b5;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-blue-light .plan-footer .button:focus,
.pricing-table .pricing-plan.is-blue-light .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(84, 128, 185, 0.25);
          box-shadow: 0 0 0.5em rgba(84, 128, 185, 0.25);
  color: #fff;
}

.pricing-table .pricing-plan.is-blue-light .plan-footer .button:active,
.pricing-table .pricing-plan.is-blue-light .plan-footer .button.is-active {
  background-color: #4773ad;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-blue-light .plan-footer .button[disabled] {
  background-color: rgb(84, 128, 185);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-red .plan-price .plan-price-amount {
  color: rgb(236, 90, 79);
}

.pricing-table .pricing-plan.is-red .plan-footer .button {
  background-color: rgb(236, 90, 79);
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-red .plan-footer .button:hover,
.pricing-table .pricing-plan.is-red .plan-footer .button.is-hovered {
  background-color: #eb4f43;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-red .plan-footer .button:focus,
.pricing-table .pricing-plan.is-red .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(236, 90, 79, 0.25);
          box-shadow: 0 0 0.5em rgba(236, 90, 79, 0.25);
  color: #fff;
}

.pricing-table .pricing-plan.is-red .plan-footer .button:active,
.pricing-table .pricing-plan.is-red .plan-footer .button.is-active {
  background-color: #ea4438;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-red .plan-footer .button[disabled] {
  background-color: rgb(236, 90, 79);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-blue-dark .plan-price .plan-price-amount {
  color: rgb(16, 14, 78);
}

.pricing-table .pricing-plan.is-blue-dark .plan-footer .button {
  background-color: rgb(16, 14, 78);
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-blue-dark .plan-footer .button:hover,
.pricing-table .pricing-plan.is-blue-dark .plan-footer .button.is-hovered {
  background-color: #0e0c43;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-blue-dark .plan-footer .button:focus,
.pricing-table .pricing-plan.is-blue-dark .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(16, 14, 78, 0.25);
          box-shadow: 0 0 0.5em rgba(16, 14, 78, 0.25);
  color: #fff;
}

.pricing-table .pricing-plan.is-blue-dark .plan-footer .button:active,
.pricing-table .pricing-plan.is-blue-dark .plan-footer .button.is-active {
  background-color: #0c0a38;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-blue-dark .plan-footer .button[disabled] {
  background-color: rgb(16, 14, 78);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-red-dark .plan-price .plan-price-amount {
  color: rgb(155, 35, 33);
}

.pricing-table .pricing-plan.is-red-dark .plan-footer .button {
  background-color: rgb(155, 35, 33);
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-red-dark .plan-footer .button:hover,
.pricing-table .pricing-plan.is-red-dark .plan-footer .button.is-hovered {
  background-color: #90211f;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-red-dark .plan-footer .button:focus,
.pricing-table .pricing-plan.is-red-dark .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(155, 35, 33, 0.25);
          box-shadow: 0 0 0.5em rgba(155, 35, 33, 0.25);
  color: #fff;
}

.pricing-table .pricing-plan.is-red-dark .plan-footer .button:active,
.pricing-table .pricing-plan.is-red-dark .plan-footer .button.is-active {
  background-color: #861e1d;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-red-dark .plan-footer .button[disabled] {
  background-color: rgb(155, 35, 33);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-yellow .plan-price .plan-price-amount {
  color: rgb(246, 182, 0);
}

.pricing-table .pricing-plan.is-yellow .plan-footer .button {
  background-color: rgb(246, 182, 0);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pricing-table .pricing-plan.is-yellow .plan-footer .button:hover,
.pricing-table .pricing-plan.is-yellow .plan-footer .button.is-hovered {
  background-color: #e9ad00;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pricing-table .pricing-plan.is-yellow .plan-footer .button:focus,
.pricing-table .pricing-plan.is-yellow .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(246, 182, 0, 0.25);
          box-shadow: 0 0 0.5em rgba(246, 182, 0, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.pricing-table .pricing-plan.is-yellow .plan-footer .button:active,
.pricing-table .pricing-plan.is-yellow .plan-footer .button.is-active {
  background-color: #dda300;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.pricing-table .pricing-plan.is-yellow .plan-footer .button[disabled] {
  background-color: rgb(246, 182, 0);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-table .pricing-plan.is-orange .plan-price .plan-price-amount {
  color: rgb(226, 110, 14);
}

.pricing-table .pricing-plan.is-orange .plan-footer .button {
  background-color: rgb(226, 110, 14);
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-orange .plan-footer .button:hover,
.pricing-table .pricing-plan.is-orange .plan-footer .button.is-hovered {
  background-color: #d6680d;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-orange .plan-footer .button:focus,
.pricing-table .pricing-plan.is-orange .plan-footer .button.is-focused {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(226, 110, 14, 0.25);
          box-shadow: 0 0 0.5em rgba(226, 110, 14, 0.25);
  color: #fff;
}

.pricing-table .pricing-plan.is-orange .plan-footer .button:active,
.pricing-table .pricing-plan.is-orange .plan-footer .button.is-active {
  background-color: #ca620d;
  border-color: transparent;
  color: #fff;
}

.pricing-table .pricing-plan.is-orange .plan-footer .button[disabled] {
  background-color: rgb(226, 110, 14);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 769px), print {
  .pricing-table.is-comparative {
    margin: 0.5rem;
  }

  .pricing-table.is-comparative.is-features {
    display: none;
  }

  .pricing-table.is-comparative .plan-item::before {
    content: attr("data-feature");
  }

  .pricing-table.is-horizontal .pricing-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .pricing-table.is-horizontal .pricing-plan .plan-header {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .pricing-table.is-horizontal .pricing-plan .plan-price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .pricing-table.is-horizontal .pricing-plan .plan-items {
    width: 100%;
    background-color: hsl(0, 0%, 96%);
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 0.1rem;
       -moz-column-gap: 0.1rem;
            column-gap: 0.1rem;
  }

  .pricing-table.is-horizontal .pricing-plan .plan-footer {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .pricing-table.is-comparative .pricing-plan {
    margin: 0.5rem;
  }

  .pricing-table.is-comparative .pricing-plan.is-plan-first-mobile {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .pricing-table.is-comparative .pricing-plan.is-features {
    display: none;
  }

  .pricing-table.is-comparative .pricing-plan .plan-item::before {
    content: attr(data-feature);
    display: block;
    font-weight: 600;
    font-size: 0.75rem;
    color: hsl(0, 0%, 71%);
  }
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

.tooltip {
  position: relative;
}

.tooltip.is-tooltip-active:not(.is-loading)::after,
.tooltip:hover:not(.is-loading)::after {
  z-index: 99999;
  position: absolute;
  display: inline-block;
  pointer-events: none;
}

.tooltip.is-tooltip-active::before,
.tooltip:hover::before {
  z-index: 99999;
  position: absolute;
  display: inline-block;
  pointer-events: none;
}

.tooltip.is-tooltip-active:not(.is-loading)::after,
.tooltip:hover:not(.is-loading)::after {
  content: "";
  border-style: solid;
  border-width: 0.5rem;
}

.tooltip.is-tooltip-active::before,
.tooltip:hover::before {
  opacity: 0;
  content: attr(data-tooltip);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  background: rgba(74, 74, 74, 0.9);
  border-radius: 4px;
  color: #fff;
  max-width: 24rem;
}

.tooltip.is-tooltip-active:not(.is-loading)::after,
.tooltip:focus:not(.is-loading)::after,
.tooltip:hover:not(.is-loading)::after {
  opacity: 1;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}

.tooltip.is-tooltip-active::before,
.tooltip:focus::before,
.tooltip:hover::before {
  opacity: 1;
}

.tooltip::before {
  top: auto;
  bottom: 100%;
  left: 50%;
  right: auto;
}

.tooltip.is-tooltip-active:not(.is-loading)::after,
.tooltip:focus:not(.is-loading)::after,
.tooltip:hover:not(.is-loading)::after {
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent;
}

.tooltip.is-tooltip-active::before,
.tooltip:focus::before,
.tooltip:hover::before {
  -webkit-transform: translate(-50%, -0.5rem);
  -o-transform: translate(-50%, -0.5rem);
     transform: translate(-50%, -0.5rem);
}

.tooltip.is-tooltip-right::before {
  top: auto;
  bottom: 50%;
  left: 100%;
  right: auto;
  -webkit-transform: translate(-1rem, 50%);
  -o-transform: translate(-1rem, 50%);
     transform: translate(-1rem, 50%);
}

.tooltip.is-tooltip-right.is-tooltip-active:not(.is-loading)::after,
.tooltip.is-tooltip-right:focus:not(.is-loading)::after,
.tooltip.is-tooltip-right:hover:not(.is-loading)::after {
  top: 50%;
  left: 100%;
  right: auto;
  border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent;
}

.tooltip.is-tooltip-right.is-tooltip-active::before,
.tooltip.is-tooltip-right:focus::before,
.tooltip.is-tooltip-right:hover::before {
  -webkit-transform: translate(0.5rem, 50%);
  -o-transform: translate(0.5rem, 50%);
     transform: translate(0.5rem, 50%);
}

.tooltip.is-tooltip-bottom::before {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -1rem);
  -o-transform: translate(-50%, -1rem);
     transform: translate(-50%, -1rem);
}

.tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading)::after,
.tooltip.is-tooltip-bottom:focus:not(.is-loading)::after,
.tooltip.is-tooltip-bottom:hover:not(.is-loading)::after {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent;
}

.tooltip.is-tooltip-bottom.is-tooltip-active::before,
.tooltip.is-tooltip-bottom:focus::before,
.tooltip.is-tooltip-bottom:hover::before {
  -webkit-transform: translate(-50%, 0.5rem);
  -o-transform: translate(-50%, 0.5rem);
     transform: translate(-50%, 0.5rem);
}

.tooltip.is-tooltip-left::before {
  top: auto;
  bottom: 50%;
  left: auto;
  right: 100%;
  -webkit-transform: translate(1rem, 50%);
  -o-transform: translate(1rem, 50%);
     transform: translate(1rem, 50%);
}

.tooltip.is-tooltip-left.is-tooltip-active:not(.is-loading)::after,
.tooltip.is-tooltip-left:focus:not(.is-loading)::after,
.tooltip.is-tooltip-left:hover:not(.is-loading)::after {
  top: 50%;
  bottom: auto;
  left: auto;
  right: calc(100% - 0.5rem);
  border-color: transparent transparent transparent rgba(74, 74, 74, 0.9);
}

.tooltip.is-tooltip-left.is-tooltip-active::before,
.tooltip.is-tooltip-left:focus::before,
.tooltip.is-tooltip-left:hover::before {
  -webkit-transform: translate(-0.5rem, 50%);
  -o-transform: translate(-0.5rem, 50%);
     transform: translate(-0.5rem, 50%);
}

.tooltip.is-tooltip-multiline::before {
  min-width: 24rem;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
}

.tooltip.is-tooltip-white:not(.is-loading)::after {
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
}

.tooltip.is-tooltip-white.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
}

.tooltip.is-tooltip-white.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
}

.tooltip.is-tooltip-white.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}

.tooltip.is-tooltip-white::before {
  background: rgba(255, 255, 255, 0.9);
  color: #0a0a0a;
}

.tooltip.is-tooltip-black:not(.is-loading)::after {
  border-color: rgba(10, 10, 10, 0.9) transparent transparent transparent;
}

.tooltip.is-tooltip-black.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(10, 10, 10, 0.9) transparent transparent;
}

.tooltip.is-tooltip-black.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(10, 10, 10, 0.9) transparent;
}

.tooltip.is-tooltip-black.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(10, 10, 10, 0.9);
}

.tooltip.is-tooltip-black::before {
  background: rgba(10, 10, 10, 0.9);
  color: #fff;
}

.tooltip.is-tooltip-light:not(.is-loading)::after {
  border-color: rgba(245, 245, 245, 0.9) transparent transparent transparent;
}

.tooltip.is-tooltip-light.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(245, 245, 245, 0.9) transparent transparent;
}

.tooltip.is-tooltip-light.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(245, 245, 245, 0.9) transparent;
}

.tooltip.is-tooltip-light.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(245, 245, 245, 0.9);
}

.tooltip.is-tooltip-light::before {
  background: rgba(245, 245, 245, 0.9);
  color: #363636;
}

.tooltip.is-tooltip-dark:not(.is-loading)::after {
  border-color: rgba(54, 54, 54, 0.9) transparent transparent transparent;
}

.tooltip.is-tooltip-dark.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(54, 54, 54, 0.9) transparent transparent;
}

.tooltip.is-tooltip-dark.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(54, 54, 54, 0.9) transparent;
}

.tooltip.is-tooltip-dark.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(54, 54, 54, 0.9);
}

.tooltip.is-tooltip-dark::before {
  background: rgba(54, 54, 54, 0.9);
  color: #f5f5f5;
}

.tooltip.is-tooltip-primary:not(.is-loading)::after {
  border-color: rgba(0, 209, 178, 0.9) transparent transparent transparent;
}

.tooltip.is-tooltip-primary.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(0, 209, 178, 0.9) transparent transparent;
}

.tooltip.is-tooltip-primary.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(0, 209, 178, 0.9) transparent;
}

.tooltip.is-tooltip-primary.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(0, 209, 178, 0.9);
}

.tooltip.is-tooltip-primary::before {
  background: rgba(0, 209, 178, 0.9);
  color: #fff;
}

.tooltip.is-tooltip-link:not(.is-loading)::after {
  border-color: rgba(50, 115, 220, 0.9) transparent transparent transparent;
}

.tooltip.is-tooltip-link.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(50, 115, 220, 0.9) transparent transparent;
}

.tooltip.is-tooltip-link.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(50, 115, 220, 0.9) transparent;
}

.tooltip.is-tooltip-link.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(50, 115, 220, 0.9);
}

.tooltip.is-tooltip-link::before {
  background: rgba(50, 115, 220, 0.9);
  color: #fff;
}

.tooltip.is-tooltip-info:not(.is-loading)::after {
  border-color: rgba(32, 156, 238, 0.9) transparent transparent transparent;
}

.tooltip.is-tooltip-info.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(32, 156, 238, 0.9) transparent transparent;
}

.tooltip.is-tooltip-info.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(32, 156, 238, 0.9) transparent;
}

.tooltip.is-tooltip-info.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(32, 156, 238, 0.9);
}

.tooltip.is-tooltip-info::before {
  background: rgba(32, 156, 238, 0.9);
  color: #fff;
}

.tooltip.is-tooltip-success:not(.is-loading)::after {
  border-color: rgba(35, 209, 96, 0.9) transparent transparent transparent;
}

.tooltip.is-tooltip-success.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(35, 209, 96, 0.9) transparent transparent;
}

.tooltip.is-tooltip-success.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(35, 209, 96, 0.9) transparent;
}

.tooltip.is-tooltip-success.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(35, 209, 96, 0.9);
}

.tooltip.is-tooltip-success::before {
  background: rgba(35, 209, 96, 0.9);
  color: #fff;
}

.tooltip.is-tooltip-warning:not(.is-loading)::after {
  border-color: rgba(255, 221, 87, 0.9) transparent transparent transparent;
}

.tooltip.is-tooltip-warning.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(255, 221, 87, 0.9) transparent transparent;
}

.tooltip.is-tooltip-warning.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(255, 221, 87, 0.9) transparent;
}

.tooltip.is-tooltip-warning.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(255, 221, 87, 0.9);
}

.tooltip.is-tooltip-warning::before {
  background: rgba(255, 221, 87, 0.9);
  color: rgba(0, 0, 0, 0.7);
}

.tooltip.is-tooltip-danger:not(.is-loading)::after {
  border-color: rgba(255, 56, 96, 0.9) transparent transparent transparent;
}

.tooltip.is-tooltip-danger.is-tooltip-right:not(.is-loading)::after {
  border-color: transparent rgba(255, 56, 96, 0.9) transparent transparent;
}

.tooltip.is-tooltip-danger.is-tooltip-bottom:not(.is-loading)::after {
  border-color: transparent transparent rgba(255, 56, 96, 0.9) transparent;
}

.tooltip.is-tooltip-danger.is-tooltip-left:not(.is-loading)::after {
  border-color: transparent transparent transparent rgba(255, 56, 96, 0.9);
}

.tooltip.is-tooltip-danger::before {
  background: rgba(255, 56, 96, 0.9);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .is-tooltip-top-mobile::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }

  .is-tooltip-top-mobile.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-top-mobile:focus:not(.is-loading)::after,
  .is-tooltip-top-mobile:hover:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }

  .is-tooltip-top-mobile.is-tooltip-active::before,
  .is-tooltip-top-mobile:focus::before,
  .is-tooltip-top-mobile:hover::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
    -o-transform: translate(-50%, -0.5rem) !important;
       transform: translate(-50%, -0.5rem) !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-tooltip-top-tablet::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }

  .is-tooltip-top-tablet.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-top-tablet:focus:not(.is-loading)::after,
  .is-tooltip-top-tablet:hover:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }

  .is-tooltip-top-tablet.is-tooltip-active::before,
  .is-tooltip-top-tablet:focus::before,
  .is-tooltip-top-tablet:hover::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
    -o-transform: translate(-50%, -0.5rem) !important;
       transform: translate(-50%, -0.5rem) !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-tooltip-top-tablet-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }

  .is-tooltip-top-tablet-only.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-top-tablet-only:focus:not(.is-loading)::after,
  .is-tooltip-top-tablet-only:hover:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }

  .is-tooltip-top-tablet-only.is-tooltip-active::before,
  .is-tooltip-top-tablet-only:focus::before,
  .is-tooltip-top-tablet-only:hover::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
    -o-transform: translate(-50%, -0.5rem) !important;
       transform: translate(-50%, -0.5rem) !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-tooltip-top-touch::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }

  .is-tooltip-top-touch.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-top-touch:focus:not(.is-loading)::after,
  .is-tooltip-top-touch:hover:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }

  .is-tooltip-top-touch.is-tooltip-active::before,
  .is-tooltip-top-touch:focus::before,
  .is-tooltip-top-touch:hover::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
    -o-transform: translate(-50%, -0.5rem) !important;
       transform: translate(-50%, -0.5rem) !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-tooltip-top-desktop::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }

  .is-tooltip-top-desktop.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-top-desktop:focus:not(.is-loading)::after,
  .is-tooltip-top-desktop:hover:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }

  .is-tooltip-top-desktop.is-tooltip-active::before,
  .is-tooltip-top-desktop:focus::before,
  .is-tooltip-top-desktop:hover::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
    -o-transform: translate(-50%, -0.5rem) !important;
       transform: translate(-50%, -0.5rem) !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-tooltip-top-desktop-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }

  .is-tooltip-top-desktop-only.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-top-desktop-only:focus:not(.is-loading)::after,
  .is-tooltip-top-desktop-only:hover:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }

  .is-tooltip-top-desktop-only.is-tooltip-active::before,
  .is-tooltip-top-desktop-only:focus::before,
  .is-tooltip-top-desktop-only:hover::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
    -o-transform: translate(-50%, -0.5rem) !important;
       transform: translate(-50%, -0.5rem) !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-tooltip-top-widescreen::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }

  .is-tooltip-top-widescreen.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-top-widescreen:focus:not(.is-loading)::after,
  .is-tooltip-top-widescreen:hover:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }

  .is-tooltip-top-widescreen.is-tooltip-active::before,
  .is-tooltip-top-widescreen:focus::before,
  .is-tooltip-top-widescreen:hover::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
    -o-transform: translate(-50%, -0.5rem) !important;
       transform: translate(-50%, -0.5rem) !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-tooltip-top-widescreen-only::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }

  .is-tooltip-top-widescreen-only.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-top-widescreen-only:focus:not(.is-loading)::after,
  .is-tooltip-top-widescreen-only:hover:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }

  .is-tooltip-top-widescreen-only.is-tooltip-active::before,
  .is-tooltip-top-widescreen-only:focus::before,
  .is-tooltip-top-widescreen-only:hover::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
    -o-transform: translate(-50%, -0.5rem) !important;
       transform: translate(-50%, -0.5rem) !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-tooltip-top-fullhd::before {
    top: auto !important;
    bottom: 100% !important;
    left: 50% !important;
    right: auto !important;
  }

  .is-tooltip-top-fullhd.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-top-fullhd:focus:not(.is-loading)::after,
  .is-tooltip-top-fullhd:hover:not(.is-loading)::after {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: rgba(74, 74, 74, 0.9) transparent transparent transparent !important;
  }

  .is-tooltip-top-fullhd.is-tooltip-active::before,
  .is-tooltip-top-fullhd:focus::before,
  .is-tooltip-top-fullhd:hover::before {
    -webkit-transform: translate(-50%, -0.5rem) !important;
    -o-transform: translate(-50%, -0.5rem) !important;
       transform: translate(-50%, -0.5rem) !important;
  }
}

@media screen and (max-width: 768px) {
  .is-tooltip-right-mobile::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
    -o-transform: translate(-1rem, 50%) !important;
       transform: translate(-1rem, 50%) !important;
  }

  .is-tooltip-right-mobile.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-right-mobile:focus:not(.is-loading)::after,
  .is-tooltip-right-mobile:hover:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }

  .is-tooltip-right-mobile.is-tooltip-active::before,
  .is-tooltip-right-mobile:focus::before,
  .is-tooltip-right-mobile:hover::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
    -o-transform: translate(0.5rem, 50%) !important;
       transform: translate(0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-tooltip-right-tablet::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
    -o-transform: translate(-1rem, 50%) !important;
       transform: translate(-1rem, 50%) !important;
  }

  .is-tooltip-right-tablet.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-right-tablet:focus:not(.is-loading)::after,
  .is-tooltip-right-tablet:hover:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }

  .is-tooltip-right-tablet.is-tooltip-active::before,
  .is-tooltip-right-tablet:focus::before,
  .is-tooltip-right-tablet:hover::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
    -o-transform: translate(0.5rem, 50%) !important;
       transform: translate(0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-tooltip-right-tablet-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
    -o-transform: translate(-1rem, 50%) !important;
       transform: translate(-1rem, 50%) !important;
  }

  .is-tooltip-right-tablet-only.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-right-tablet-only:focus:not(.is-loading)::after,
  .is-tooltip-right-tablet-only:hover:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }

  .is-tooltip-right-tablet-only.is-tooltip-active::before,
  .is-tooltip-right-tablet-only:focus::before,
  .is-tooltip-right-tablet-only:hover::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
    -o-transform: translate(0.5rem, 50%) !important;
       transform: translate(0.5rem, 50%) !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-tooltip-right-touch::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
    -o-transform: translate(-1rem, 50%) !important;
       transform: translate(-1rem, 50%) !important;
  }

  .is-tooltip-right-touch.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-right-touch:focus:not(.is-loading)::after,
  .is-tooltip-right-touch:hover:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }

  .is-tooltip-right-touch.is-tooltip-active::before,
  .is-tooltip-right-touch:focus::before,
  .is-tooltip-right-touch:hover::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
    -o-transform: translate(0.5rem, 50%) !important;
       transform: translate(0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-tooltip-right-desktop::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
    -o-transform: translate(-1rem, 50%) !important;
       transform: translate(-1rem, 50%) !important;
  }

  .is-tooltip-right-desktop.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-right-desktop:focus:not(.is-loading)::after,
  .is-tooltip-right-desktop:hover:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }

  .is-tooltip-right-desktop.is-tooltip-active::before,
  .is-tooltip-right-desktop:focus::before,
  .is-tooltip-right-desktop:hover::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
    -o-transform: translate(0.5rem, 50%) !important;
       transform: translate(0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-tooltip-right-desktop-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
    -o-transform: translate(-1rem, 50%) !important;
       transform: translate(-1rem, 50%) !important;
  }

  .is-tooltip-right-desktop-only.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-right-desktop-only:focus:not(.is-loading)::after,
  .is-tooltip-right-desktop-only:hover:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }

  .is-tooltip-right-desktop-only.is-tooltip-active::before,
  .is-tooltip-right-desktop-only:focus::before,
  .is-tooltip-right-desktop-only:hover::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
    -o-transform: translate(0.5rem, 50%) !important;
       transform: translate(0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-tooltip-right-widescreen::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
    -o-transform: translate(-1rem, 50%) !important;
       transform: translate(-1rem, 50%) !important;
  }

  .is-tooltip-right-widescreen.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-right-widescreen:focus:not(.is-loading)::after,
  .is-tooltip-right-widescreen:hover:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }

  .is-tooltip-right-widescreen.is-tooltip-active::before,
  .is-tooltip-right-widescreen:focus::before,
  .is-tooltip-right-widescreen:hover::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
    -o-transform: translate(0.5rem, 50%) !important;
       transform: translate(0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-tooltip-right-widescreen-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
    -o-transform: translate(-1rem, 50%) !important;
       transform: translate(-1rem, 50%) !important;
  }

  .is-tooltip-right-widescreen-only.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-right-widescreen-only:focus:not(.is-loading)::after,
  .is-tooltip-right-widescreen-only:hover:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }

  .is-tooltip-right-widescreen-only.is-tooltip-active::before,
  .is-tooltip-right-widescreen-only:focus::before,
  .is-tooltip-right-widescreen-only:hover::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
    -o-transform: translate(0.5rem, 50%) !important;
       transform: translate(0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-tooltip-right-fullhd::before {
    top: auto !important;
    bottom: 50% !important;
    left: 100% !important;
    right: auto !important;
    -webkit-transform: translate(-1rem, 50%) !important;
    -o-transform: translate(-1rem, 50%) !important;
       transform: translate(-1rem, 50%) !important;
  }

  .is-tooltip-right-fullhd.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-right-fullhd:focus:not(.is-loading)::after,
  .is-tooltip-right-fullhd:hover:not(.is-loading)::after {
    top: 50% !important;
    left: 100% !important;
    right: auto !important;
    border-color: transparent rgba(74, 74, 74, 0.9) transparent transparent !important;
  }

  .is-tooltip-right-fullhd.is-tooltip-active::before,
  .is-tooltip-right-fullhd:focus::before,
  .is-tooltip-right-fullhd:hover::before {
    -webkit-transform: translate(0.5rem, 50%) !important;
    -o-transform: translate(0.5rem, 50%) !important;
       transform: translate(0.5rem, 50%) !important;
  }
}

@media screen and (max-width: 768px) {
  .is-tooltip-bottom-mobile::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
    -o-transform: translate(-50%, -1rem) !important;
       transform: translate(-50%, -1rem) !important;
  }

  .is-tooltip-bottom-mobile.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-bottom-mobile:focus:not(.is-loading)::after,
  .is-tooltip-bottom-mobile:hover:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }

  .is-tooltip-bottom-mobile.is-tooltip-active::before,
  .is-tooltip-bottom-mobile:focus::before,
  .is-tooltip-bottom-mobile:hover::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
    -o-transform: translate(-50%, 0.5rem) !important;
       transform: translate(-50%, 0.5rem) !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-tooltip-bottom-tablet::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
    -o-transform: translate(-50%, -1rem) !important;
       transform: translate(-50%, -1rem) !important;
  }

  .is-tooltip-bottom-tablet.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-bottom-tablet:focus:not(.is-loading)::after,
  .is-tooltip-bottom-tablet:hover:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }

  .is-tooltip-bottom-tablet.is-tooltip-active::before,
  .is-tooltip-bottom-tablet:focus::before,
  .is-tooltip-bottom-tablet:hover::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
    -o-transform: translate(-50%, 0.5rem) !important;
       transform: translate(-50%, 0.5rem) !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-tooltip-bottom-tablet-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
    -o-transform: translate(-50%, -1rem) !important;
       transform: translate(-50%, -1rem) !important;
  }

  .is-tooltip-bottom-tablet-only.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-bottom-tablet-only:focus:not(.is-loading)::after,
  .is-tooltip-bottom-tablet-only:hover:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }

  .is-tooltip-bottom-tablet-only.is-tooltip-active::before,
  .is-tooltip-bottom-tablet-only:focus::before,
  .is-tooltip-bottom-tablet-only:hover::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
    -o-transform: translate(-50%, 0.5rem) !important;
       transform: translate(-50%, 0.5rem) !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-tooltip-bottom-touch::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
    -o-transform: translate(-50%, -1rem) !important;
       transform: translate(-50%, -1rem) !important;
  }

  .is-tooltip-bottom-touch.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-bottom-touch:focus:not(.is-loading)::after,
  .is-tooltip-bottom-touch:hover:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }

  .is-tooltip-bottom-touch.is-tooltip-active::before,
  .is-tooltip-bottom-touch:focus::before,
  .is-tooltip-bottom-touch:hover::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
    -o-transform: translate(-50%, 0.5rem) !important;
       transform: translate(-50%, 0.5rem) !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-tooltip-bottom-desktop::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
    -o-transform: translate(-50%, -1rem) !important;
       transform: translate(-50%, -1rem) !important;
  }

  .is-tooltip-bottom-desktop.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-bottom-desktop:focus:not(.is-loading)::after,
  .is-tooltip-bottom-desktop:hover:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }

  .is-tooltip-bottom-desktop.is-tooltip-active::before,
  .is-tooltip-bottom-desktop:focus::before,
  .is-tooltip-bottom-desktop:hover::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
    -o-transform: translate(-50%, 0.5rem) !important;
       transform: translate(-50%, 0.5rem) !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-tooltip-bottom-desktop-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
    -o-transform: translate(-50%, -1rem) !important;
       transform: translate(-50%, -1rem) !important;
  }

  .is-tooltip-bottom-desktop-only.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-bottom-desktop-only:focus:not(.is-loading)::after,
  .is-tooltip-bottom-desktop-only:hover:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }

  .is-tooltip-bottom-desktop-only.is-tooltip-active::before,
  .is-tooltip-bottom-desktop-only:focus::before,
  .is-tooltip-bottom-desktop-only:hover::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
    -o-transform: translate(-50%, 0.5rem) !important;
       transform: translate(-50%, 0.5rem) !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-tooltip-bottom-widescreen::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
    -o-transform: translate(-50%, -1rem) !important;
       transform: translate(-50%, -1rem) !important;
  }

  .is-tooltip-bottom-widescreen.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-bottom-widescreen:focus:not(.is-loading)::after,
  .is-tooltip-bottom-widescreen:hover:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }

  .is-tooltip-bottom-widescreen.is-tooltip-active::before,
  .is-tooltip-bottom-widescreen:focus::before,
  .is-tooltip-bottom-widescreen:hover::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
    -o-transform: translate(-50%, 0.5rem) !important;
       transform: translate(-50%, 0.5rem) !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-tooltip-bottom-widescreen-only::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
    -o-transform: translate(-50%, -1rem) !important;
       transform: translate(-50%, -1rem) !important;
  }

  .is-tooltip-bottom-widescreen-only.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-bottom-widescreen-only:focus:not(.is-loading)::after,
  .is-tooltip-bottom-widescreen-only:hover:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }

  .is-tooltip-bottom-widescreen-only.is-tooltip-active::before,
  .is-tooltip-bottom-widescreen-only:focus::before,
  .is-tooltip-bottom-widescreen-only:hover::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
    -o-transform: translate(-50%, 0.5rem) !important;
       transform: translate(-50%, 0.5rem) !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-tooltip-bottom-fullhd::before {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -1rem) !important;
    -o-transform: translate(-50%, -1rem) !important;
       transform: translate(-50%, -1rem) !important;
  }

  .is-tooltip-bottom-fullhd.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-bottom-fullhd:focus:not(.is-loading)::after,
  .is-tooltip-bottom-fullhd:hover:not(.is-loading)::after {
    top: 100% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    border-color: transparent transparent rgba(74, 74, 74, 0.9) transparent !important;
  }

  .is-tooltip-bottom-fullhd.is-tooltip-active::before,
  .is-tooltip-bottom-fullhd:focus::before,
  .is-tooltip-bottom-fullhd:hover::before {
    -webkit-transform: translate(-50%, 0.5rem) !important;
    -o-transform: translate(-50%, 0.5rem) !important;
       transform: translate(-50%, 0.5rem) !important;
  }
}

@media screen and (max-width: 768px) {
  .is-tooltip-left-mobile::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
    -o-transform: translate(1rem, 50%) !important;
       transform: translate(1rem, 50%) !important;
  }

  .is-tooltip-left-mobile.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-left-mobile:focus:not(.is-loading)::after,
  .is-tooltip-left-mobile:hover:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }

  .is-tooltip-left-mobile.is-tooltip-active::before,
  .is-tooltip-left-mobile:focus::before,
  .is-tooltip-left-mobile:hover::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
    -o-transform: translate(-0.5rem, 50%) !important;
       transform: translate(-0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-tooltip-left-tablet::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
    -o-transform: translate(1rem, 50%) !important;
       transform: translate(1rem, 50%) !important;
  }

  .is-tooltip-left-tablet.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-left-tablet:focus:not(.is-loading)::after,
  .is-tooltip-left-tablet:hover:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }

  .is-tooltip-left-tablet.is-tooltip-active::before,
  .is-tooltip-left-tablet:focus::before,
  .is-tooltip-left-tablet:hover::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
    -o-transform: translate(-0.5rem, 50%) !important;
       transform: translate(-0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-tooltip-left-tablet-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
    -o-transform: translate(1rem, 50%) !important;
       transform: translate(1rem, 50%) !important;
  }

  .is-tooltip-left-tablet-only.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-left-tablet-only:focus:not(.is-loading)::after,
  .is-tooltip-left-tablet-only:hover:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }

  .is-tooltip-left-tablet-only.is-tooltip-active::before,
  .is-tooltip-left-tablet-only:focus::before,
  .is-tooltip-left-tablet-only:hover::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
    -o-transform: translate(-0.5rem, 50%) !important;
       transform: translate(-0.5rem, 50%) !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-tooltip-left-touch::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
    -o-transform: translate(1rem, 50%) !important;
       transform: translate(1rem, 50%) !important;
  }

  .is-tooltip-left-touch.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-left-touch:focus:not(.is-loading)::after,
  .is-tooltip-left-touch:hover:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }

  .is-tooltip-left-touch.is-tooltip-active::before,
  .is-tooltip-left-touch:focus::before,
  .is-tooltip-left-touch:hover::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
    -o-transform: translate(-0.5rem, 50%) !important;
       transform: translate(-0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-tooltip-left-desktop::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
    -o-transform: translate(1rem, 50%) !important;
       transform: translate(1rem, 50%) !important;
  }

  .is-tooltip-left-desktop.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-left-desktop:focus:not(.is-loading)::after,
  .is-tooltip-left-desktop:hover:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }

  .is-tooltip-left-desktop.is-tooltip-active::before,
  .is-tooltip-left-desktop:focus::before,
  .is-tooltip-left-desktop:hover::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
    -o-transform: translate(-0.5rem, 50%) !important;
       transform: translate(-0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-tooltip-left-desktop-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
    -o-transform: translate(1rem, 50%) !important;
       transform: translate(1rem, 50%) !important;
  }

  .is-tooltip-left-desktop-only.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-left-desktop-only:focus:not(.is-loading)::after,
  .is-tooltip-left-desktop-only:hover:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }

  .is-tooltip-left-desktop-only.is-tooltip-active::before,
  .is-tooltip-left-desktop-only:focus::before,
  .is-tooltip-left-desktop-only:hover::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
    -o-transform: translate(-0.5rem, 50%) !important;
       transform: translate(-0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-tooltip-left-widescreen::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
    -o-transform: translate(1rem, 50%) !important;
       transform: translate(1rem, 50%) !important;
  }

  .is-tooltip-left-widescreen.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-left-widescreen:focus:not(.is-loading)::after,
  .is-tooltip-left-widescreen:hover:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }

  .is-tooltip-left-widescreen.is-tooltip-active::before,
  .is-tooltip-left-widescreen:focus::before,
  .is-tooltip-left-widescreen:hover::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
    -o-transform: translate(-0.5rem, 50%) !important;
       transform: translate(-0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-tooltip-left-widescreen-only::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
    -o-transform: translate(1rem, 50%) !important;
       transform: translate(1rem, 50%) !important;
  }

  .is-tooltip-left-widescreen-only.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-left-widescreen-only:focus:not(.is-loading)::after,
  .is-tooltip-left-widescreen-only:hover:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }

  .is-tooltip-left-widescreen-only.is-tooltip-active::before,
  .is-tooltip-left-widescreen-only:focus::before,
  .is-tooltip-left-widescreen-only:hover::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
    -o-transform: translate(-0.5rem, 50%) !important;
       transform: translate(-0.5rem, 50%) !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-tooltip-left-fullhd::before {
    top: auto !important;
    bottom: 50% !important;
    left: auto !important;
    right: 100% !important;
    -webkit-transform: translate(1rem, 50%) !important;
    -o-transform: translate(1rem, 50%) !important;
       transform: translate(1rem, 50%) !important;
  }

  .is-tooltip-left-fullhd.is-tooltip-active:not(.is-loading)::after,
  .is-tooltip-left-fullhd:focus:not(.is-loading)::after,
  .is-tooltip-left-fullhd:hover:not(.is-loading)::after {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    right: calc(100% - 0.5rem) !important;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.9) !important;
  }

  .is-tooltip-left-fullhd.is-tooltip-active::before,
  .is-tooltip-left-fullhd:focus::before,
  .is-tooltip-left-fullhd:hover::before {
    -webkit-transform: translate(-0.5rem, 50%) !important;
    -o-transform: translate(-0.5rem, 50%) !important;
       transform: translate(-0.5rem, 50%) !important;
  }
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
  min-height: 2rem;
}

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

.steps .step-item {
  margin-top: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.steps .step-item:not(:first-child) {
  -ms-flex-preferred-size: 1em;
      flex-basis: 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.steps .step-item:not(:first-child)::before {
  content: " ";
  display: block;
  position: absolute;
}

.steps .step-item::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, rgb(46, 89, 163)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(46, 89, 163) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(46, 89, 163) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(46, 89, 163) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item::before .step-marker {
  color: hsl(0, 0%, 100%);
}

.steps .step-item.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: rgb(46, 89, 163);
  color: rgb(46, 89, 163);
}

.steps .step-item.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-completed .step-marker {
  color: hsl(0, 0%, 100%);
  background-color: rgb(46, 89, 163);
}

.steps .step-item .step-marker {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 100%);
  border: 0.2em solid #fff;
  z-index: 1;
}

.steps .step-item .step-details {
  text-align: center;
}

.steps .step-item.is-white::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, hsl(0, 0%, 100%)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 100%) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 100%) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 100%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-white.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-white.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}

.steps .step-item.is-white.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-white.is-completed .step-marker {
  color: hsl(0, 0%, 4%);
  background-color: hsl(0, 0%, 100%);
}

.steps .step-item.is-black::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, hsl(0, 0%, 4%)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 4%) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 4%) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 4%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-black.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-black.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}

.steps .step-item.is-black.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-black.is-completed .step-marker {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 4%);
}

.steps .step-item.is-light::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, hsl(0, 0%, 96%)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 96%) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 96%) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 96%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-light.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-light.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}

.steps .step-item.is-light.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-light.is-completed .step-marker {
  color: hsl(0, 0%, 21%);
  background-color: hsl(0, 0%, 96%);
}

.steps .step-item.is-dark::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, hsl(0, 0%, 21%)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 21%) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 21%) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(0, 0%, 21%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-dark.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-dark.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}

.steps .step-item.is-dark.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-dark.is-completed .step-marker {
  color: hsl(0, 0%, 96%);
  background-color: hsl(0, 0%, 21%);
}

.steps .step-item.is-primary::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, rgb(46, 89, 163)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(46, 89, 163) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(46, 89, 163) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(46, 89, 163) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-primary.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-primary.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: rgb(46, 89, 163);
  color: rgb(46, 89, 163);
}

.steps .step-item.is-primary.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-primary.is-completed .step-marker {
  color: #fff;
  background-color: rgb(46, 89, 163);
}

.steps .step-item.is-link::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, rgb(46, 89, 163)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(46, 89, 163) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(46, 89, 163) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(46, 89, 163) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-link.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-link.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: rgb(46, 89, 163);
  color: rgb(46, 89, 163);
}

.steps .step-item.is-link.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-link.is-completed .step-marker {
  color: #fff;
  background-color: rgb(46, 89, 163);
}

.steps .step-item.is-info::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, hsl(204, 86%, 53%)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, hsl(204, 86%, 53%) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, hsl(204, 86%, 53%) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(204, 86%, 53%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-info.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-info.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(204, 86%, 53%);
  color: hsl(204, 86%, 53%);
}

.steps .step-item.is-info.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-info.is-completed .step-marker {
  color: #fff;
  background-color: hsl(204, 86%, 53%);
}

.steps .step-item.is-success::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, hsl(141, 71%, 48%)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, hsl(141, 71%, 48%) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, hsl(141, 71%, 48%) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, hsl(141, 71%, 48%) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-success.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-success.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(141, 71%, 48%);
  color: hsl(141, 71%, 48%);
}

.steps .step-item.is-success.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-success.is-completed .step-marker {
  color: #fff;
  background-color: hsl(141, 71%, 48%);
}

.steps .step-item.is-warning::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, rgb(246, 182, 0)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(246, 182, 0) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(246, 182, 0) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(246, 182, 0) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-warning.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-warning.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: rgb(246, 182, 0);
  color: rgb(246, 182, 0);
}

.steps .step-item.is-warning.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-warning.is-completed .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgb(246, 182, 0);
}

.steps .step-item.is-danger::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, rgb(155, 35, 33)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(155, 35, 33) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(155, 35, 33) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(155, 35, 33) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-danger.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-danger.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: rgb(155, 35, 33);
  color: rgb(155, 35, 33);
}

.steps .step-item.is-danger.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-danger.is-completed .step-marker {
  color: #fff;
  background-color: rgb(155, 35, 33);
}

.steps .step-item.is-blue::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, rgb(46, 89, 163)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(46, 89, 163) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(46, 89, 163) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(46, 89, 163) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-blue.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-blue.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: rgb(46, 89, 163);
  color: rgb(46, 89, 163);
}

.steps .step-item.is-blue.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-blue.is-completed .step-marker {
  color: #fff;
  background-color: rgb(46, 89, 163);
}

.steps .step-item.is-blue-light::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, rgb(84, 128, 185)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(84, 128, 185) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(84, 128, 185) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(84, 128, 185) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-blue-light.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-blue-light.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: rgb(84, 128, 185);
  color: rgb(84, 128, 185);
}

.steps .step-item.is-blue-light.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-blue-light.is-completed .step-marker {
  color: #fff;
  background-color: rgb(84, 128, 185);
}

.steps .step-item.is-red::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, rgb(236, 90, 79)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(236, 90, 79) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(236, 90, 79) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(236, 90, 79) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-red.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-red.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: rgb(236, 90, 79);
  color: rgb(236, 90, 79);
}

.steps .step-item.is-red.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-red.is-completed .step-marker {
  color: #fff;
  background-color: rgb(236, 90, 79);
}

.steps .step-item.is-blue-dark::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, rgb(16, 14, 78)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(16, 14, 78) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(16, 14, 78) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(16, 14, 78) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-blue-dark.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-blue-dark.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: rgb(16, 14, 78);
  color: rgb(16, 14, 78);
}

.steps .step-item.is-blue-dark.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-blue-dark.is-completed .step-marker {
  color: #fff;
  background-color: rgb(16, 14, 78);
}

.steps .step-item.is-red-dark::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, rgb(155, 35, 33)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(155, 35, 33) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(155, 35, 33) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(155, 35, 33) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-red-dark.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-red-dark.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: rgb(155, 35, 33);
  color: rgb(155, 35, 33);
}

.steps .step-item.is-red-dark.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-red-dark.is-completed .step-marker {
  color: #fff;
  background-color: rgb(155, 35, 33);
}

.steps .step-item.is-yellow::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, rgb(246, 182, 0)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(246, 182, 0) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(246, 182, 0) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(246, 182, 0) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-yellow.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-yellow.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: rgb(246, 182, 0);
  color: rgb(246, 182, 0);
}

.steps .step-item.is-yellow.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-yellow.is-completed .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgb(246, 182, 0);
}

.steps .step-item.is-orange::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 86%)), color-stop(50%, rgb(226, 110, 14)));
  background: -webkit-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(226, 110, 14) 50%);
  background: -o-linear-gradient(right, hsl(0, 0%, 86%) 50%, rgb(226, 110, 14) 50%);
  background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, rgb(226, 110, 14) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.steps .step-item.is-orange.is-active::before {
  background-position: left bottom;
}

.steps .step-item.is-orange.is-active .step-marker {
  background-color: hsl(0, 0%, 100%);
  border-color: rgb(226, 110, 14);
  color: rgb(226, 110, 14);
}

.steps .step-item.is-orange.is-completed::before {
  background-position: left bottom;
}

.steps .step-item.is-orange.is-completed .step-marker {
  color: #fff;
  background-color: rgb(226, 110, 14);
}

.steps .steps-content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 2rem 0;
}

.steps .steps-content .step-content {
  display: none;
}

.steps .steps-content .step-content.is-active {
  display: block;
}

.steps .steps-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.steps .steps-actions .steps-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps.is-animated .step-item::before {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.steps.is-animated .step-item .step-marker {
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.steps .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1rem;
}

.steps .step-item .step-marker {
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: calc(50% - 1rem);
}

.steps .step-item .step-marker .icon * {
  font-size: 1rem;
}

.steps .step-item .step-details {
  margin-top: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}

.steps .step-item .step-details .step-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.steps.is-small {
  font-size: 0.75rem;
  min-height: 1.5rem;
}

.steps.is-small .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 0.75rem;
}

.steps.is-small .step-item .step-marker {
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  left: calc(50% - 0.75rem);
}

.steps.is-small .step-item .step-marker .icon * {
  font-size: 0.75rem;
}

.steps.is-small .step-item .step-details {
  margin-top: 1.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}

.steps.is-small .step-item .step-details .step-title {
  font-size: 0.9rem;
  font-weight: 600;
}

.steps.is-medium {
  font-size: 1.25rem;
  min-height: 2.5rem;
}

.steps.is-medium .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1.25rem;
}

.steps.is-medium .step-item .step-marker {
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  left: calc(50% - 1.25rem);
}

.steps.is-medium .step-item .step-marker .icon * {
  font-size: 1.25rem;
}

.steps.is-medium .step-item .step-details {
  margin-top: 2.5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}

.steps.is-medium .step-item .step-details .step-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.steps.is-large {
  font-size: 1.5rem;
  min-height: 3rem;
}

.steps.is-large .step-item:not(:first-child)::before {
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: -50%;
  top: 1.5rem;
}

.steps.is-large .step-item .step-marker {
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: calc(50% - 1.5rem);
}

.steps.is-large .step-item .step-marker .icon * {
  font-size: 1.5rem;
}

.steps.is-large .step-item .step-details {
  margin-top: 3rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}

.steps.is-large .step-item .step-details .step-title {
  font-size: 1.8rem;
  font-weight: 600;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: rgb(46, 89, 163);
}

.hamburger-box {
  width: 32px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: rgb(46, 89, 163);
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
 * 3DX
 */

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY
 */

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
 * Arrow
 */

.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */

.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */

.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(45deg);
          transform: translate3d(0, -9px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */

.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(135deg);
          transform: translate3d(0, 9px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-270deg);
          transform: translate3d(0, -18px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */

.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-135deg);
          transform: translate3d(0, 9px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(270deg);
          transform: translate3d(0, -18px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Emphatic
 */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 9px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -64px;
  top: -64px;
  -webkit-transform: translate3d(64px, 64px, 0) rotate(45deg);
          transform: translate3d(64px, 64px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -64px;
  top: -64px;
  -webkit-transform: translate3d(-64px, 64px, 0) rotate(-45deg);
          transform: translate3d(-64px, 64px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 9px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -64px;
  top: 64px;
  -webkit-transform: translate3d(64px, -64px, 0) rotate(-45deg);
          transform: translate3d(64px, -64px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -64px;
  top: 64px;
  -webkit-transform: translate3d(-64px, -64px, 0) rotate(45deg);
          transform: translate3d(-64px, -64px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4.5714285714px, -6px, 0);
          transform: rotate(-45deg) translate3d(-4.5714285714px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
          transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */

.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(4.5714285714px, -6px, 0);
          transform: rotate(45deg) translate3d(4.5714285714px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(90deg);
          transform: translate3d(0, -18px, 0) rotate(90deg);
}

/*
 * Spin
 */

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
       -o-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */

.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 9px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0s 0.075s linear, -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0s 0.15s linear, -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0s 0.075s linear, -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0s 0.15s linear, -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, -o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */

.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -o-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
       -o-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -o-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
       -o-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/** Import theme styles */

/* OpenSans - Used for all contents */

body {
  background-color: white;
  color: hsl(0, 0%, 21%);
  font-family: "Open Sans", sans-serif;
}

body ::-moz-selection {
  background: rgba(46, 89, 163, 0.25);
}

body ::selection {
  background: rgba(46, 89, 163, 0.25);
}

.wrap.container {
  padding: 0 1rem;
}

@media screen and (min-width: 1088px) {
  .wrap.container {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (min-width: 1280px) {
  .wrap.container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Enlarge Container */

@media screen and (min-width: 1088px) {
  .container {
    width: auto;
    max-width: none;
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    width: 1152px;
    max-width: 1152px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 1472px) {
  .container {
    width: 1344px;
    max-width: 1344px;
  }
}

/* Large Layout */

body.layout-large .wrap.container {
  max-width: none;
  width: auto;
}

.content {
  /* Prevent titles have specific styling  */
  /* Prevent links have a specific color */
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: normal;
}

.content a,
.content strong {
  color: inherit;
}

.content b,
.content strong {
  font-weight: 600;
}

/* Adjust Form Horizontal */

.field-body {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

.is-size-1,
.is-size-2,
.is-size-3,
.is-size-4,
.is-size-5 {
  line-height: 1.3;
}

/* Auto-Adjust Bulma Font-sizes for Responsive
.is-size-1 {
    font-size: 2rem !important;
    @include desktop {
        font-size: 3rem !important;
    }
}
.is-size-2 {
    font-size: 1.75rem !important;
    @include desktop {
        font-size: 2.5rem !important;
    }
}
.is-size-3 {
    font-size: 1.5rem !important;
    @include desktop {
        font-size: 2rem !important;
    }
}
.is-size-4 {
    font-size: 1.25rem !important;
    @include desktop {
        font-size: 1.5rem !important;
    }
}
.is-size-5 {
    font-size: 1.125rem !important;
    @include desktop {
        font-size: 1.25rem !important;
    }
}
*/

/************************************/

/***          Mixins Sass         ***/

/************************************/

/** Reminder - Bulma's Mixins list **/

/** Other useful mixins **/

/************************************/

/***        Functions Sass        ***/

/************************************/

/** Reminder - Bulma's Functions list **/

/** Other useful functions **/

/* Background-Video rows */

.so_video_bg_row {
  min-height: 85vh;
}

/* Overrides default Bulma */

.input,
.textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Customize Checkboxes & Radios Buttons */

/* Checkboxes */

input.custom_checkbox {
  display: none;
}

input.custom_checkbox + label {
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

input.custom_checkbox + label::before {
  content: "";
  display: inline-block;
  padding: 9px;
  border-radius: 1px;
  border: 1px solid hsl(0, 0%, 86%);
  background: white;
  margin-right: 10px;
  vertical-align: middle;
}

input.custom_checkbox:checked + label {
  position: relative;
  font-weight: 400;
}

input.custom_checkbox:checked + label::after {
  content: "\F00C";
  font: normal normal normal 16px/26px FontAwesome;
  position: absolute;
  left: 3px;
  top: 0;
  color: rgb(46, 89, 163);
}

input.custom_checkbox:disabled + label {
  cursor: default;
  color: #999;
}

input.custom_checkbox:disabled + label::before {
  background: #ddd;
}

input.custom_checkbox:disabled:checked + label::after {
  color: rgb(46, 89, 163);
  opacity: 0.7;
  cursor: default;
}

/* Radio */

input.custom_radio {
  display: none;
}

input.custom_radio + label {
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

input.custom_radio + label::before {
  content: "";
  display: inline-block;
  padding: 9px;
  border-radius: 50%;
  border: 1px solid hsl(0, 0%, 86%);
  background: white;
  margin-right: 10px;
  vertical-align: middle;
}

input.custom_radio:checked + label {
  position: relative;
  font-weight: 400;
  color: rgb(46, 89, 163);
}

input.custom_radio:checked + label::after {
  content: "\F00C";
  font: normal normal normal 14px/22px FontAwesome;
  position: absolute;
  left: 3px;
  top: 0;
  color: rgb(46, 89, 163);
}

/* CMB2 Forms on Front */

.cmb2-wrap.form-table .cmb-row.cmb-type-title:not(:first-child) {
  margin-top: 2.5rem;
}

.cmb2-wrap.form-table .cmb-row.cmb-type-title .cmb-td {
  width: 100%;
  max-width: 100%;
}

.cmb2-wrap.form-table .cmb-row {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1088px) {
  .cmb2-wrap.form-table .cmb-row {
    margin-bottom: 0;
  }
}

.cmb2-wrap.form-table .cmb-th,
.cmb2-wrap.form-table .cmb-td {
  padding: 0;
}

@media screen and (min-width: 1088px) {
  .cmb2-wrap.form-table .cmb-th,
  .cmb2-wrap.form-table .cmb-td {
    padding: 0.375rem 10px;
  }
}

@media only screen and (min-width: 600px) {
  .cmb2-wrap.form-table .cmb-th {
    width: 240px;
    max-width: 240px;
  }
}

@media screen and (min-width: 1088px) {
  .cmb2-wrap.form-table .cmb-th {
    text-align: right;
  }
}

.cmb2-wrap.form-table .cmb-th label {
  font-weight: 600;
  line-height: 1.3;
  font-size: 0.9375rem;
  padding: 0;
  margin-bottom: 6px;
}

@media only screen and (min-width: 600px) {
  .cmb2-wrap.form-table .cmb-th label {
    margin-bottom: 0;
    line-height: 2.25rem;
  }
}

.cmb2-wrap.form-table .cmb-td {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .cmb2-wrap.form-table .cmb-td {
    max-width: calc(100% - 240px);
    width: calc(100% - 240px);
  }
}

.cmb2-wrap.form-table .cmb2-metabox-description {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  color: hsl(0, 0%, 21%);
  max-width: 560px;
}

.cmb2-wrap.form-table input[type=text],
.cmb2-wrap.form-table input[type=email],
.cmb2-wrap.form-table input[type=number],
.cmb2-wrap.form-table input[type=password],
.cmb2-wrap.form-table input[type=text].cmb2-text-medium {
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 4px;
  height: 2.25rem;
  width: 100%;
  padding: 5px 0.75rem;
}

@media only screen and (min-width: 600px) {
  .cmb2-wrap.form-table input[type=text],
  .cmb2-wrap.form-table input[type=email],
  .cmb2-wrap.form-table input[type=number],
  .cmb2-wrap.form-table input[type=password],
  .cmb2-wrap.form-table input[type=text].cmb2-text-medium {
    width: 280px;
  }
}

.cmb2-wrap.form-table input[type=text]:hover,
.cmb2-wrap.form-table input[type=email]:hover,
.cmb2-wrap.form-table input[type=number]:hover,
.cmb2-wrap.form-table input[type=password]:hover,
.cmb2-wrap.form-table input[type=text].cmb2-text-medium:hover {
  border-color: hsl(0, 0%, 71%);
}

.cmb2-wrap.form-table input[type=text]::-moz-placeholder,
.cmb2-wrap.form-table input[type=email]::-moz-placeholder,
.cmb2-wrap.form-table input[type=number]::-moz-placeholder,
.cmb2-wrap.form-table input[type=password]::-moz-placeholder,
.cmb2-wrap.form-table input[type=text].cmb2-text-medium::-moz-placeholder {
  color: hsl(0, 0%, 71%);
}

.cmb2-wrap.form-table input[type=text]::-webkit-input-placeholder,
.cmb2-wrap.form-table input[type=email]::-webkit-input-placeholder,
.cmb2-wrap.form-table input[type=number]::-webkit-input-placeholder,
.cmb2-wrap.form-table input[type=password]::-webkit-input-placeholder,
.cmb2-wrap.form-table input[type=text].cmb2-text-medium::-webkit-input-placeholder {
  color: hsl(0, 0%, 71%);
}

.cmb2-wrap.form-table input[type=text]:-moz-placeholder,
.cmb2-wrap.form-table input[type=email]:-moz-placeholder,
.cmb2-wrap.form-table input[type=number]:-moz-placeholder,
.cmb2-wrap.form-table input[type=password]:-moz-placeholder,
.cmb2-wrap.form-table input[type=text].cmb2-text-medium:-moz-placeholder {
  color: hsl(0, 0%, 71%);
}

.cmb2-wrap.form-table input[type=text]:-ms-input-placeholder,
.cmb2-wrap.form-table input[type=email]:-ms-input-placeholder,
.cmb2-wrap.form-table input[type=number]:-ms-input-placeholder,
.cmb2-wrap.form-table input[type=password]:-ms-input-placeholder,
.cmb2-wrap.form-table input[type=text].cmb2-text-medium:-ms-input-placeholder {
  color: hsl(0, 0%, 71%);
}

.cmb2-wrap.form-table textarea {
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 4px;
  width: 100%;
}

.cmb2-wrap.form-table textarea:hover {
  border-color: hsl(0, 0%, 71%);
}

.cmb2-wrap.form-table select {
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 4px;
  height: 2.25rem;
  width: 280px;
  padding: 5px 2.5rem 5px 0.75rem;
  margin-top: 0 !important;
  -webkit-appearance: none;
  cursor: pointer;
}

.cmb2-wrap.form-table div.cmb-row[data-fieldtype=select] .cmb-td,
.cmb2-wrap.form-table div.cmb-row[data-fieldtype=taxonomy_select] .cmb-td {
  position: relative;
}

.cmb2-wrap.form-table div.cmb-row[data-fieldtype=select] .cmb-td::after,
.cmb2-wrap.form-table div.cmb-row[data-fieldtype=taxonomy_select] .cmb-td::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  width: 0.5em;
  border-color: rgb(46, 89, 163);
  left: 260px;
  z-index: 4;
}

.cmb2-wrap.form-table .cmb-repeatable-group h3.cmb-group-title {
  margin: 0 -1rem;
}

.cmb2-wrap.form-table .cmb-type-image-cropper .cmb-td .cmb2-image-cropper-wrapper {
  width: 280px;
  height: 280px;
}

.cmb2-wrap.form-table .cmb-type-image-cropper .cmb-td .cmb2-image-cropper-wrapper .actions {
  bottom: 1rem;
  border-radius: 4px;
}

.cmb2-wrap.form-table .cmb-type-image-cropper .cmb-td .cmb2-image-cropper-wrapper .actions .dropdown .dropdown-trigger label.button {
  font-size: 0.875rem;
}

.cmb2-wrap.form-table .cmb-type-image-cropper .cmb-td .cmb2-image-cropper-wrapper .actions .dropdown .dropdown-trigger .button.is-secondary {
  height: 42px;
}

.cmb2-wrap.form-table .cmb-type-image-cropper .cmb-td .cmb2-image-cropper-wrapper .actions .dropdown .dropdown-content {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.cmb2-wrap.form-table .cmb-type-image-cropper .cmb-td .cmb2-image-cropper-wrapper .modal-cropper .modal-content {
  overflow: hidden;
}

.cmb2-wrap.form-table .cmb-type-image-cropper .cmb-td .cmb2-image-cropper-wrapper .modal-cropper .modal-content .image-cropper-save {
  margin: 0;
  color: white;
  height: 2.75rem;
  padding: 0 1rem;
  font-size: 0.9375rem;
}

.cmb2-wrap.form-table input[type=checkbox].custom_checkbox + label .cmb2-metabox-description {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
}

.button-primary {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  color: white;
  height: 2.25rem;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  padding: 0 0.75rem;
  margin-left: 13.2rem;
  margin-top: 1.5rem;
}

.button-primary:hover {
  background-color: #23437b;
}

.button-primary[disabled] {
  background-color: hsl(0, 0%, 71%);
  cursor: default;
}

/* GravityForms */

.gform_wrapper {
  margin: 0 !important;
}

.gform_wrapper .gform_heading h3.gform_title {
  font-weight: 500;
}

.gform_wrapper .gform_body .gfield {
  margin-top: 1rem;
}

.gform_wrapper .gform_body .ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper .gform_body .gfield_label {
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 4px;
  height: 2.5rem;
  padding: 5px 0.75rem;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  margin-top: 0;
}

.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: hsl(0, 0%, 71%);
}

.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: hsl(0, 0%, 71%);
}

.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: hsl(0, 0%, 71%);
}

.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
  color: hsl(0, 0%, 71%);
}

.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: hsl(0, 0%, 71%);
}

.gform_wrapper .gform_body textarea {
  font-size: 14px;
}

.gform_wrapper .gform_body textarea:focus {
  border-color: hsl(0, 0%, 71%);
  outline: -webkit-focus-ring-color auto 5px;
}

.gform_wrapper .gform_footer {
  margin-top: 0.5rem;
}

.gform_wrapper .gform_footer .gform_button {
  background-color: rgb(46, 89, 163);
  border-color: transparent;
  color: white;
  height: 2.25rem;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  padding: 0 0.75rem;
  margin-left: 13.2rem;
  margin-top: 1.5rem;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #23437b;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media screen and (min-width: 769px), print {
  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Text meant only for screen readers */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* Jquery Autocomplete */

.ui-autocomplete {
  background: white;
  border: 1px solid hsl(0, 0%, 86%);
  max-width: 252px;
  border-radius: 4px;
  font-size: 0.875rem;
}

.ui-autocomplete .ui-menu-item {
  padding: 5px 0.75rem;
}

.ui-autocomplete .ui-state-focus {
  background: hsl(0, 0%, 96%);
  cursor: pointer;
}

/* Date Picker */

.ui-datepicker .ui-datepicker-header {
  background: rgb(46, 89, 163) !important;
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker table th {
  color: white;
}

.ui-datepicker table td .ui-state-hover {
  background: rgb(46, 89, 163) !important;
}

/* Accordions */

.accordion .accordion-header {
  cursor: pointer;
  padding: 1rem 4rem 1rem 1rem;
  position: relative;
}

.accordion .accordion-header::after {
  content: "\F107";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.accordion .accordion-header:hover {
  background: hsl(0, 0%, 96%);
}

.accordion .accordion-body {
  opacity: 0;
  height: 0;
  padding: 0 50px;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.accordion.is-active .accordion-body {
  height: auto;
  opacity: 1;
  padding: 0.75rem 50px 1rem;
}

.accordion.is-active .accordion-header {
  background: hsl(0, 0%, 96%);
}

.accordion.is-active .accordion-header::after {
  -webkit-transform: rotate(180deg) translateY(50%);
       -o-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

/* Images - Yellow Decoration */

.img-deco-yellow .sow-image-container {
  position: relative;
}

.img-deco-yellow .sow-image-container img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.img-deco-yellow .sow-image-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgb(246, 182, 0);
  -webkit-transform: translate(-10px, 10px);
       -o-transform: translate(-10px, 10px);
          transform: translate(-10px, 10px);
}

/* Yellow Button */

.button.is-yellow {
  border: none;
}

.button.is-yellow:hover {
  color: white !important;
  background: #dda300;
}

/* Videos */

.sow-video-wrapper.use-fitvids {
  aspect-ratio: 16/9;
  max-width: 870px;
  margin: 0 auto;
}

.sow-video-wrapper.use-fitvids > iframe {
  width: 100%;
  height: 100%;
}

/* CMB2 - Custom field FileUpload */

.cmb-fileUpload {
  /* Hide real input file */
  /* Values */
  /* Multiple files Mode */
  /* Single file Mode */
  /* Multiple images Mode */
  /* Single image Mode */
}

.cmb-fileUpload input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  position: absolute;
}

.cmb-fileUpload ul.values {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cmb-fileUpload.mode-file.is-multiple ul.values {
  max-width: 340px;
  list-style: inside;
  margin-top: 5px;
}

.cmb-fileUpload.mode-file.is-multiple ul.values li {
  margin: 0;
  padding: 4px 5px;
  font-size: 0.875rem;
  /* File name */
  /* File delete */
}

.cmb-fileUpload.mode-file.is-multiple ul.values li .file-dl {
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  direction: rtl;
}

.cmb-fileUpload.mode-file.is-multiple ul.values li .file-dl:hover {
  text-decoration: underline;
}

.cmb-fileUpload.mode-file.is-multiple ul.values li .file-del {
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  /*
  &::before,
  &::after {
      background-color: currentColor;
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center;
  }
  &::before {
      height: 2px;
      width: 50%;
  }
  &::after {
      height: 50%;
      width: 2px;
  }
  */
}

.cmb-fileUpload.mode-file.is-multiple ul.values li .file-del span.dashicons {
  font-size: 1rem;
}

.cmb-fileUpload.mode-file.is-multiple ul.values li .file-del span.dashicons.dashicons-dismiss {
  display: none;
}

.cmb-fileUpload.mode-file.is-multiple ul.values li .file-del:hover {
  color: rgb(155, 35, 33);
}

.cmb-fileUpload.mode-file.is-multiple ul.values li .file-del:hover span.dashicons-no {
  display: none;
}

.cmb-fileUpload.mode-file.is-multiple ul.values li .file-del:hover span.dashicons-dismiss {
  display: block;
}

.cmb-fileUpload.mode-file.is-multiple.is-drop label.button {
  border: 2px dashed #666;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.cmb-fileUpload.mode-file.is-multiple label.button.is-uploading .icon {
  position: relative;
  border: 2px solid #2e59a3;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: spinAround 500ms infinite linear;
  -o-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  margin-right: 0.35rem;
}

.cmb-fileUpload.mode-file.is-multiple label.button.is-uploading .icon .fa-upload {
  display: none;
}

.cmb-fileUpload.mode-file.is-single {
  position: relative;
}

.cmb-fileUpload.mode-file.is-single.is-drop {
  border: 2px dashed #666;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.cmb-fileUpload.mode-file.is-single::after {
  content: "";
  display: block;
  clear: both;
}

.cmb-fileUpload.mode-file.is-single label.button {
  float: left;
}

.cmb-fileUpload.mode-file.is-single label.button.is-uploading .icon {
  position: relative;
  border: 2px solid #2e59a3;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: spinAround 500ms infinite linear;
  -o-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  margin-right: 0.35rem;
}

.cmb-fileUpload.mode-file.is-single label.button.is-uploading .icon .fa-upload {
  display: none;
}

.cmb-fileUpload.mode-file.is-single.has-value label.button {
  background: hsl(0, 0%, 98%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.875rem;
  height: 2.25rem;
}

.cmb-fileUpload.mode-file.is-single .file-name {
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  padding-left: 1rem;
  padding-right: 2rem;
  min-width: 220px;
}

.cmb-fileUpload.mode-file.is-single .file-name a.file-dl {
  font-size: 0.875rem;
}

.cmb-fileUpload.mode-file.is-single .file-name a.file-dl:hover {
  text-decoration: underline;
}

.cmb-fileUpload.mode-file.is-single .file-name a.file-del {
  top: 0.5rem;
  right: 0.5rem;
  position: absolute;
  line-height: 1.5;
  width: 20px;
  height: 20px;
  /*
  &::before,
  &::after {
      background-color: currentColor;
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center;
  }
  &::before {
      height: 2px;
      width: 50%;
  }
  &::after {
      height: 50%;
      width: 2px;
  }
  */
}

.cmb-fileUpload.mode-file.is-single .file-name a.file-del span.dashicons {
  font-size: 1rem;
  vertical-align: middle;
}

.cmb-fileUpload.mode-file.is-single .file-name a.file-del span.dashicons.dashicons-dismiss {
  display: none;
}

.cmb-fileUpload.mode-file.is-single .file-name a.file-del:hover {
  color: rgb(155, 35, 33);
}

.cmb-fileUpload.mode-file.is-single .file-name a.file-del:hover span.dashicons-no {
  display: none;
}

.cmb-fileUpload.mode-file.is-single .file-name a.file-del:hover span.dashicons-dismiss {
  display: inline-block;
}

.cmb-fileUpload.mode-image.is-multiple.is-drop {
  border: 2px dashed #666;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.cmb-fileUpload.mode-image.is-multiple ul.values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0 0;
}

.cmb-fileUpload.mode-image.is-multiple ul.values li {
  margin: 0 0.75rem 0.75rem 0;
  width: 150px;
  height: 150px;
  border: 1px solid #dbdbdb;
  padding: 2px;
  position: relative;
}

.cmb-fileUpload.mode-image.is-multiple ul.values li .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.cmb-fileUpload.mode-image.is-multiple ul.values li a.file-del {
  position: absolute;
  z-index: 2;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: white;
  /*
  &::before,
  &::after {
      background-color: currentColor;
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center;
  }
  &::before {
      height: 2px;
      width: 50%;
  }
  &::after {
      height: 50%;
      width: 2px;
  }
  */
}

.cmb-fileUpload.mode-image.is-multiple ul.values li a.file-del span.dashicons {
  font-size: 1rem;
  vertical-align: middle;
}

.cmb-fileUpload.mode-image.is-multiple ul.values li a.file-del:hover {
  background: hsl(0, 0%, 96%);
  color: rgb(155, 35, 33);
}

.cmb-fileUpload.mode-image.is-single {
  position: relative;
  border: 2px dashed #dbdbdb;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmb-fileUpload.mode-image.is-single.is-drop {
  border: 2px dashed #666;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.cmb-fileUpload.mode-image.is-single .values {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
}

.cmb-fileUpload.mode-image.is-single .values li {
  width: 100%;
  height: 100%;
}

.cmb-fileUpload.mode-image.is-single .values li .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.cmb-fileUpload.mode-image.is-single .values li a.file-del {
  position: absolute;
  z-index: 2;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: white;
  /*
  &::before,
  &::after {
      background-color: currentColor;
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center;
  }
  &::before {
      height: 2px;
      width: 50%;
  }
  &::after {
      height: 50%;
      width: 2px;
  }
  */
}

.cmb-fileUpload.mode-image.is-single .values li a.file-del span.dashicons {
  font-size: 1rem;
  vertical-align: middle;
}

.cmb-fileUpload.mode-image.is-single .values li a.file-del:hover {
  background: hsl(0, 0%, 96%);
  color: rgb(155, 35, 33);
}

.cmb-fileUpload.mode-image.is-single label.button {
  position: relative;
  z-index: 2;
  font-size: 0.875rem;
  -webkit-transform: translateY(1rem);
       -o-transform: translateY(1rem);
          transform: translateY(1rem);
  opacity: 0;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  pointer-events: none;
}

.cmb-fileUpload.mode-image.is-single:not(.has-value) label.button {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.cmb-fileUpload.mode-image.is-single:not(.has-value):hover label.button {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* CMB2 - Custom field Fitin Intervention Type */

.cmb-fitinInterventionType {
  /* Opt */
  /* Checked : Adjust label color */
  /* Extra fields : Numbers */
}

.cmb-fitinInterventionType .opt {
  padding: 5px 0;
  line-height: 24px;
}

.cmb-fitinInterventionType input[type=checkbox]:checked + label {
  color: hsl(0, 0%, 21%);
}

.cmb-fitinInterventionType input[type=checkbox]:checked + label input[type=number] {
  color: hsl(0, 0%, 21%);
}

.cmb-fitinInterventionType input[type=number] {
  width: 48px !important;
  height: 24px !important;
  line-height: 24px;
  padding: 0 0 0 5px !important;
  margin: 0 !important;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.cmb-fitinInterventionType input[type=number]:not(:disabled):hover {
  border: 1px solid #ddd;
}

.cmb-fitinInterventionType input[type=number]:focus {
  border: 1px solid hsl(0, 0%, 21%);
}

/* CMB2 - Custom field Filter Daily-Rate */

.cmb-filter-dailyrate {
  /* Slider */
  /* Quick Chart */
  /* Labels on bottom */
}

.cmb-filter-dailyrate .ui-slider {
  border: none;
  border-radius: 3px;
  background: hsl(0, 0%, 71%);
  position: relative;
  height: 3px;
}

.cmb-filter-dailyrate .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  border-radius: 3px;
  top: 0;
  height: 100%;
  background: rgb(46, 89, 163);
}

.cmb-filter-dailyrate .ui-slider .ui-slider-handle {
  border: none;
  background: rgb(46, 89, 163);
  font-weight: normal;
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  outline: none;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  top: -5px;
  margin-left: -6px;
  cursor: pointer;
}

.cmb-filter-dailyrate .chart {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 10px;
}

.cmb-filter-dailyrate .chart .range {
  display: inline-block;
  background: #ddd;
}

.cmb-filter-dailyrate .labels {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calendar-grid-wrapper .calendar-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  max-width: 701px;
  margin-top: 1rem;
}

.calendar-grid-wrapper .calendar-grid header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  max-width: 700px;
  margin: 0 0 0.5rem;
}

.calendar-grid-wrapper .calendar-grid header div {
  width: 100px;
  font-weight: 600;
  text-align: center;
}

.calendar-grid-wrapper .calendar-grid .blank-day {
  width: 14.28%;
  height: auto;
  aspect-ratio: 1;
  margin: -1px 0 0 -1px;
}

.calendar-grid-wrapper .calendar-grid .dropdown {
  width: 14.28%;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -1px 0 0 -1px;
}

.calendar-grid-wrapper .calendar-grid .dropdown .dropdown-trigger {
  width: 100%;
  height: 100%;
}

.calendar-grid-wrapper .calendar-grid .dropdown .dropdown-trigger .button {
  width: 100%;
  height: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 500;
  background: none;
  color: #333;
}

.calendar-grid-wrapper .calendar-grid .dropdown .dropdown-menu .dropdown-content .dropdown-item {
  cursor: pointer;
  background: none;
  border: none;
}

.calendar-grid-wrapper .calendar-grid .dropdown .dropdown-menu .dropdown-content .dropdown-item:hover {
  background-color: #f4f8ff;
}

.calendar-grid-wrapper .calendar-grid .dropdown .dropdown-menu .dropdown-content .dropdown-divider {
  margin: 0.25rem 0;
}

.calendar-grid-wrapper .calendar-grid .dropdown.day-Sat .dropdown-trigger,
.calendar-grid-wrapper .calendar-grid .dropdown.day-Sun .dropdown-trigger {
  background-color: #f9f9f9;
  color: #666;
}

.calendar-grid-wrapper .calendar-grid .dropdown:hover .dropdown-trigger {
  background-color: #fcf9e8;
}

.calendar-grid-wrapper .calendar-grid .dropdown:has(input[value=day-presentiel]) .dropdown-trigger {
  background-color: rgb(46, 89, 163);
}

.calendar-grid-wrapper .calendar-grid .dropdown:has(input[value=day-presentiel]) .dropdown-trigger .button {
  color: white;
}

.calendar-grid-wrapper .calendar-grid .dropdown:has(input[value=day-tt]) .dropdown-trigger {
  background-color: #96acd1;
}

.calendar-grid-wrapper .calendar-grid .dropdown:has(input[value=demiday-presentiel]) .dropdown-trigger {
  background: -webkit-linear-gradient(135deg, rgb(46, 89, 163) 50%, rgb(255, 255, 255) 50%);
  background: -o-linear-gradient(135deg, rgb(46, 89, 163) 50%, rgb(255, 255, 255) 50%);
  background: linear-gradient(315deg, rgb(46, 89, 163) 50%, rgb(255, 255, 255) 50%);
}

.calendar-grid-wrapper .calendar-grid .dropdown:has(input[value=demiday-tt]) .dropdown-trigger {
  background: -webkit-linear-gradient(135deg, #96acd1 50%, rgb(255, 255, 255) 50%);
  background: -o-linear-gradient(135deg, #96acd1 50%, rgb(255, 255, 255) 50%);
  background: linear-gradient(315deg, #96acd1 50%, rgb(255, 255, 255) 50%);
}

.calendar-grid-wrapper .calendar-grid .dropdown:has(input[value=day-off]) .dropdown-trigger {
  background-color: rgb(236, 90, 79);
}

.calendar-grid-wrapper .calendar-grid .week-actions {
  position: relative;
  width: 1px;
  height: auto;
}

.calendar-grid-wrapper .calendar-grid .week-actions .apply-next-week {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(0.75rem, 50%);
       -o-transform: translate(0.75rem, 50%);
          transform: translate(0.75rem, 50%);
  padding: 0;
  background: none;
  border: none;
  text-wrap: auto;
  font-size: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  display: none;
}

.calendar-grid-wrapper .calendar-grid .week-actions .apply-next-week .dashicons {
  -webkit-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}

.calendar-grid-wrapper footer {
  width: 100%;
  margin-top: 1rem;
  display: block;
}

.calendar-grid-wrapper footer .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 1.25rem;
}

.calendar-grid-wrapper footer .legend div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.calendar-grid-wrapper footer .legend div::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #dbdbdb;
  vertical-align: top;
}

.calendar-grid-wrapper footer .legend div[data-mode=day-presentiel]::before {
  background-color: rgb(46, 89, 163);
}

.calendar-grid-wrapper footer .legend div[data-mode=demiday-presentiel]::before {
  background: -webkit-linear-gradient(135deg, rgb(46, 89, 163) 50%, rgb(255, 255, 255) 50%);
  background: -o-linear-gradient(135deg, rgb(46, 89, 163) 50%, rgb(255, 255, 255) 50%);
  background: linear-gradient(315deg, rgb(46, 89, 163) 50%, rgb(255, 255, 255) 50%);
}

.calendar-grid-wrapper footer .legend div[data-mode=day-tt]::before {
  background-color: #96acd1;
}

.calendar-grid-wrapper footer .legend div[data-mode=demiday-tt]::before {
  background: -webkit-linear-gradient(135deg, #96acd1 50%, rgb(255, 255, 255) 50%);
  background: -o-linear-gradient(135deg, #96acd1 50%, rgb(255, 255, 255) 50%);
  background: linear-gradient(315deg, #96acd1 50%, rgb(255, 255, 255) 50%);
}

.calendar-grid-wrapper footer .legend div[data-mode=day-off]::before {
  background-color: rgb(236, 90, 79);
}

.calendar-grid-wrapper footer em {
  width: 100%;
}

.widget.hp-slider {
  height: 90vh;
  /* Slides */
  /* Navigation */
}

.widget.hp-slider .slide {
  position: relative;
  height: 90vh;
  /* Background Holder */
  /* Content */
}

.widget.hp-slider .slide .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.widget.hp-slider .slide .background::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), color-stop(22%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 22%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 22%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 22%);
  z-index: 9999999999;
}

.widget.hp-slider .slide .background video {
  position: absolute;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.widget.hp-slider .slide .background .big-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}

.widget.hp-slider .slide .background .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.widget.hp-slider .slide .content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Structure */
  /* Title */
  /* Text */
  /* Main Button */
  /* Next slide button */
  /* Style Red */
  /* Style Blue */
  /* Style Yellow */
}

.widget.hp-slider .slide .content .container {
  padding: 0 1rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media screen and (min-width: 769px), print {
  .widget.hp-slider .slide .content .container {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 1088px) {
  .widget.hp-slider .slide .content .container {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 1472px) {
  .widget.hp-slider .slide .content .container {
    padding: 0;
  }
}

.widget.hp-slider .slide .content .container::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.widget.hp-slider .slide .content .slide-title {
  max-width: 970px;
  font-size: 1.375rem;
}

@media only screen and (min-width: 600px) {
  .widget.hp-slider .slide .content .slide-title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .widget.hp-slider .slide .content .slide-title {
    font-size: 1.625rem;
  }
}

@media only screen and (min-width: 960px) {
  .widget.hp-slider .slide .content .slide-title {
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 1088px) {
  .widget.hp-slider .slide .content .slide-title {
    font-size: 2.125rem;
  }
}

@media screen and (min-width: 1280px) {
  .widget.hp-slider .slide .content .slide-title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1472px) {
  .widget.hp-slider .slide .content .slide-title {
    font-size: 3rem;
    max-width: 1080px;
  }
}

.widget.hp-slider .slide .content .slide-text {
  max-width: 970px;
  color: white;
  font-size: 1.0625rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.5;
}

@media screen and (min-width: 769px), print {
  .widget.hp-slider .slide .content .slide-text {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 960px) {
  .widget.hp-slider .slide .content .slide-text {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1088px) {
  .widget.hp-slider .slide .content .slide-text {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .widget.hp-slider .slide .content .slide-text {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1472px) {
  .widget.hp-slider .slide .content .slide-text {
    font-size: 2rem;
  }
}

.widget.hp-slider .slide .content .slide-button {
  font-size: 1.0625rem;
}

@media screen and (min-width: 1088px) {
  .widget.hp-slider .slide .content .slide-button {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1280px) {
  .widget.hp-slider .slide .content .slide-button {
    font-size: 1.25rem;
  }
}

.widget.hp-slider .slide .content .slide-navigation {
  position: absolute;
  bottom: 3rem;
  right: 50%;
  -webkit-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (min-width: 769px), print {
  .widget.hp-slider .slide .content .slide-navigation {
    right: 3rem;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.widget.hp-slider .slide .content.color-red {
  /* Title */
  /* CTA */
}

.widget.hp-slider .slide .content.color-red .slide-title {
  color: rgb(236, 90, 79);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.widget.hp-slider .slide .content.color-red .slide-button {
  background: rgb(236, 90, 79);
  color: white;
  border-color: rgb(236, 90, 79);
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.widget.hp-slider .slide .content.color-red .slide-button:hover {
  background: rgb(155, 35, 33);
  border-color: rgb(155, 35, 33);
}

.widget.hp-slider .slide .content.color-red .next-slide {
  background: rgb(84, 128, 185);
  color: white;
  font-size: 1.125rem;
  font-style: italic;
  border-color: rgb(84, 128, 185);
}

.widget.hp-slider .slide .content.color-red .next-slide:hover {
  background: rgb(46, 89, 163);
  border-color: rgb(46, 89, 163);
}

.widget.hp-slider .slide .content.color-blue {
  /* Title */
  /* CTA */
}

.widget.hp-slider .slide .content.color-blue .slide-title {
  color: rgb(46, 89, 163);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.widget.hp-slider .slide .content.color-blue .slide-button {
  background: rgb(46, 89, 163);
  color: white;
  border-color: rgb(46, 89, 163);
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.widget.hp-slider .slide .content.color-blue .slide-button:hover {
  background: #23437b;
  border-color: #23437b;
}

.widget.hp-slider .slide .content.color-blue .next-slide {
  background: rgb(236, 90, 79);
  color: white;
  font-size: 1.125rem;
  font-style: italic;
  border-color: rgb(236, 90, 79);
}

.widget.hp-slider .slide .content.color-blue .next-slide:hover {
  background: rgb(155, 35, 33);
  border-color: rgb(155, 35, 33);
}

.widget.hp-slider .slide .content.color-yellow {
  /* Title */
  /* CTA */
}

.widget.hp-slider .slide .content.color-yellow .slide-title {
  color: rgb(246, 182, 0);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.widget.hp-slider .slide .content.color-yellow .slide-button {
  background: rgb(246, 182, 0);
  color: white;
  border-color: rgb(246, 182, 0);
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.widget.hp-slider .slide .content.color-yellow .slide-button:hover {
  background: #c39000;
  border-color: #c39000;
}

.widget.hp-slider .slide .content.color-yellow .next-slide {
  background: rgb(236, 90, 79);
  color: white;
  font-size: 1.125rem;
  font-style: italic;
  border-color: rgb(236, 90, 79);
}

.widget.hp-slider .slide .content.color-yellow .next-slide:hover {
  background: rgb(155, 35, 33);
  border-color: rgb(155, 35, 33);
}

.widget.hp-slider .slick-prev {
  left: 3rem;
  z-index: 2;
  height: 48px;
  cursor: pointer;
  display: none;
  bottom: 1.25rem;
  top: inherit;
}

@media screen and (min-width: 769px), print {
  .widget.hp-slider .slick-prev {
    display: block;
    bottom: inherit;
    top: 50%;
    left: 2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .widget.hp-slider .slick-prev {
    left: 4rem;
  }
}

.widget.hp-slider .slick-prev::before {
  content: "\F104";
  font-family: FontAwesome;
  font-size: 48px;
}

.widget.hp-slider .slick-next {
  right: 3rem;
  z-index: 2;
  height: 48px;
  cursor: pointer;
  display: none;
  bottom: 1.25rem;
  top: inherit;
}

@media screen and (min-width: 769px), print {
  .widget.hp-slider .slick-next {
    display: block;
    bottom: inherit;
    top: 50%;
    right: 2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .widget.hp-slider .slick-next {
    right: 5rem;
  }
}

.widget.hp-slider .slick-next::before {
  content: "\F105";
  font-family: FontAwesome;
  font-size: 48px;
}

.widget.banner-premium {
  background-image: url(/wp-content/themes/fitin-network/dist/images/bg-premium-banner.jpg?d01674d169b19024885d4bf1d28d6623);
  background-size: cover;
  background-position: center;
  color: rgb(16, 14, 78);
  padding: 1rem 0;
}

.widget.banner-premium .columns {
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px), print {
  .widget.banner-premium .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 769px), print {
  .widget.banner-premium .columns .col-icon {
    width: 184px;
    max-width: 184px;
  }
}

.widget.banner-premium .columns .col-texts {
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .widget.banner-premium .columns .col-texts {
    width: calc(100% - 120px);
    text-align: left;
  }
}

.widget.banner-premium .columns .col-texts .title {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(16, 14, 78);
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 769px), print {
  .widget.banner-premium .columns .col-texts .title {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1088px) {
  .widget.banner-premium .columns .col-texts .title {
    font-size: 1.5rem;
  }
}

#modal-banner-premium .modal-content {
  width: 780px;
}

#modal-banner-premium .modal-header {
  padding: 0 0 2rem;
  font-size: 0.9375rem;
}

#modal-banner-premium .modal-header .modal-title {
  text-align: center;
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-banner-premium p,
#modal-banner-premium ul {
  font-size: 0.9375rem;
  line-height: 1.3;
}

#modal-banner-premium .modal-subtitle {
  color: rgb(46, 89, 163);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.widget-steps .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (min-width: 769px), print {
  .widget-steps .steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.widget-steps .steps .step-item::before {
  content: none;
}

.widget-steps .steps .step-item:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px), print {
  .widget-steps .steps .step-item:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px), print {
  .widget-steps .steps .step-item:not(:first-child)::before {
    content: " ";
    top: 50px;
    background: hsl(0, 0%, 21%);
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, hsl(0, 0%, 21%)), color-stop(50%, rgb(46, 89, 163)));
    background: -webkit-linear-gradient(right, hsl(0, 0%, 21%) 50%, rgb(46, 89, 163) 50%);
    background: -o-linear-gradient(right, hsl(0, 0%, 21%) 50%, rgb(46, 89, 163) 50%);
    background: linear-gradient(to left, hsl(0, 0%, 21%) 50%, rgb(46, 89, 163) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
  }

  .widget-steps .steps .step-item:not(:first-child)::after {
    content: "\F105";
    display: block;
    font-family: FontAwesome;
    font-size: 3rem;
    color: hsl(0, 0%, 21%);
    position: absolute;
    top: 0;
    left: -5px;
    height: 3rem;
    -webkit-transform: translateY(1.5rem);
         -o-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
    line-height: 1.1;
    background: white;
    padding: 0 5px;
  }
}

.widget-steps .steps .step-item .step-marker {
  width: 100px;
  height: 100px;
  color: #565656;
  font-size: 1.5rem;
  background-color: white;
  background-image: url(/wp-content/themes/fitin-network/dist/images/step-decoration.png?d8a8efcf8c9f11536ef74fcc6c4a3a9b);
  background-repeat: no-repeat;
  background-position: center;
  left: calc(50% - 50px);
}

.widget-steps .steps .step-item .step-details {
  margin: 100px 1rem 0;
  padding-top: 0.5rem;
}

/**
 * Widget Slider
 */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(/wp-content/themes/fitin-network/dist/images/vendor/slick-carousel/slick/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(/wp-content/themes/fitin-network/dist/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475);
  src: url(/wp-content/themes/fitin-network/dist/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475) format("embedded-opentype"), url(/wp-content/themes/fitin-network/dist/fonts/vendor/slick-carousel/slick/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(/wp-content/themes/fitin-network/dist/fonts/vendor/slick-carousel/slick/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(/wp-content/themes/fitin-network/dist/fonts/vendor/slick-carousel/slick/slick.svg?f97e3bbf73254b0112091d0192f17aec) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.widget_slider {
  /* Small Carrousel */
  /* Slider */
}

.widget_slider.style-carrousel {
  margin: 0 2rem;
}

.widget_slider.style-carrousel .slider_wrapper .slide {
  outline: none;
}

.widget_slider.style-carrousel .slider_wrapper .slide a {
  outline: none;
}

.widget_slider.style-carrousel .slider_wrapper .slide .slide_bg {
  padding: 20px;
}

.widget_slider.style-carrousel .slider_wrapper .slide .slide_bg img {
  margin: 0 auto;
}

.widget_slider.style-carrousel .slider_wrapper .slide .slide_bg .no-pic {
  display: block;
  width: 221px;
  height: 148px;
  line-height: 148px;
  text-align: center;
}

.widget_slider.style-carrousel .slider_wrapper button.slick-arrow {
  width: 2rem;
  height: 2rem;
}

.widget_slider.style-carrousel .slider_wrapper button.slick-arrow::before {
  font: normal normal normal 2rem/1 FontAwesome;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  color: rgb(46, 89, 163);
}

.widget_slider.style-carrousel .slider_wrapper button.slick-arrow.slick-prev {
  left: -2rem;
}

.widget_slider.style-carrousel .slider_wrapper button.slick-arrow.slick-prev::before {
  content: "\F104";
}

.widget_slider.style-carrousel .slider_wrapper button.slick-arrow.slick-next {
  right: -2rem;
}

.widget_slider.style-carrousel .slider_wrapper button.slick-arrow.slick-next::before {
  content: "\F105";
}

.widget_slider.style-slider .slider_wrapper {
  margin: 0;
  height: 500px !important;
}

.widget_slider.style-slider .slider_wrapper .slide {
  width: 100%;
  height: 500px;
  position: relative;
}

.widget_slider.style-slider .slider_wrapper .slide .slide_bg {
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
}

.widget_slider.style-slider .slider_wrapper .slide .slide_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  width: 100%;
  height: 150px;
  padding: 0 60px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget_slider.style-slider .slider_wrapper .slide .slide_caption p.title {
  font-size: 1.625rem;
  color: white;
  margin: 0;
  line-height: 60px;
}

.widget_slider.style-slider .slider_wrapper .slide .slide_caption .texts {
  width: calc(100% - 200px);
}

.widget_slider.style-slider .slider_wrapper .slide .slide_caption .links {
  width: 180px;
}

.widget_slider.style-slider .slider_wrapper .slide .slide_caption a.button-primary {
  background-color: rgba(255, 255, 255, 0);
  color: white;
  border: 1px solid white;
  height: 35px;
  display: block;
  font-size: 0.875rem;
  text-align: left;
  line-height: 35px;
  padding: 0 25px 0 10px;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.widget_slider.style-slider .slider_wrapper .slide .slide_caption a.button-primary::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 13px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid rgb(46, 89, 163);
  border-right: 2px solid rgb(46, 89, 163);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
  -webkit-transition: right 300ms ease;
  -o-transition: right 300ms ease;
  transition: right 300ms ease;
}

.widget_slider.style-slider .slider_wrapper .slide .slide_caption a.button-primary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.widget_slider.style-slider .slider_wrapper .slide .slide_caption a.button-primary:hover::after {
  right: 10px;
}

.widget_slider.style-slider .slider_wrapper button.slick-arrow {
  z-index: 9;
  width: 50px;
  height: 150px;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.widget_slider.style-slider .slider_wrapper button.slick-arrow.slick-prev {
  left: 0;
  bottom: 0;
  top: inherit;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.widget_slider.style-slider .slider_wrapper button.slick-arrow.slick-prev::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid white;
  margin-left: 10px;
  border-left: 2px solid white;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 2px;
}

.widget_slider.style-slider .slider_wrapper button.slick-arrow.slick-prev:hover::before {
  border-bottom: 2px solid rgb(46, 89, 163);
  border-left: 2px solid rgb(46, 89, 163);
}

.widget_slider.style-slider .slider_wrapper button.slick-arrow.slick-next {
  right: 0;
  bottom: 0;
  top: inherit;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.widget_slider.style-slider .slider_wrapper button.slick-arrow.slick-next::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid white;
  margin-right: 10px;
  border-right: 2px solid white;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 2px;
}

.widget_slider.style-slider .slider_wrapper button.slick-arrow.slick-next:hover::before {
  border-bottom: 2px solid rgb(46, 89, 163);
  border-right: 2px solid rgb(46, 89, 163);
}

.widget_slider.style-slider .slider_wrapper:hover button.slick-arrow {
  opacity: 1;
}

.widget_slider.style-slider .slider_wrapper .slick-dots {
  margin: 0;
  bottom: 20px;
  z-index: 8;
}

.widget_slider.style-slider .slider_wrapper .slick-dots li {
  width: 30px;
  height: 4px;
}

.widget_slider.style-slider .slider_wrapper .slick-dots li button {
  width: 30px;
  height: 4px;
  background: hsl(0, 0%, 29%);
  padding: 0;
  border-radius: 5px;
}

.widget_slider.style-slider .slider_wrapper .slick-dots li button::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: rgb(46, 89, 163);
  border-radius: 5px;
}

.widget_slider.style-slider .slider_wrapper .slick-dots li.slick-active button {
  background: rgb(46, 89, 163);
}

/* Widget - Page-intro */

.widget.page-intro {
  position: relative;
  min-height: 45vh;
}

@media screen and (min-width: 1088px) {
  .widget.page-intro {
    min-height: 50vh;
  }
}

.widget.page-intro .background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center 35%;
  background-size: cover;
  z-index: 1;
}

.widget.page-intro .background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.widget.page-intro .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.widget.page-intro .content .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
}

.widget.page-intro .content .title {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 769px), print {
  .widget.page-intro .content .title {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1088px) {
  .widget.page-intro .content .title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .widget.page-intro .content .title {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1472px) {
  .widget.page-intro .content .title {
    font-size: 3rem;
  }
}

.widget.page-intro .content .subtitle {
  color: white;
  font-size: 1.25rem;
  max-width: 990px;
}

@media screen and (min-width: 769px), print {
  .widget.page-intro .content .subtitle {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1088px) {
  .widget.page-intro .content .subtitle {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .widget.page-intro .content .subtitle {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1472px) {
  .widget.page-intro .content .subtitle {
    font-size: 2rem;
  }
}

.widget.widget_videomodal.vignette {
  text-align: center;
}

.widget.widget_videomodal.modal .modal-content {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: black;
  padding: 5%;
  max-width: 100%;
  max-height: 100%;
}

.widget.widget_videomodal.modal .iframe-wrapper {
  width: 100%;
  height: 56.25vw;
  position: relative;
  max-width: 1280px;
  max-height: 720px;
}

.widget.widget_videomodal.modal iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.widget.cta-registration .fieldset {
  background: white;
  border-radius: 5px;
  height: 46px;
  max-width: 510px;
  padding: 0 9px 0 15px;
}

@media screen and (min-width: 1088px) {
  .widget.cta-registration .fieldset {
    height: 56px;
  }
}

.widget.cta-registration input[type=email] {
  border: none;
  height: 46px;
  width: calc(100% - 105px);
  outline: none;
}

@media screen and (min-width: 1088px) {
  .widget.cta-registration input[type=email] {
    height: 56px;
  }
}

.widget.cta-registration input[type=email]::-moz-placeholder {
  font-style: italic;
  font-size: 1rem;
  color: hsl(0, 0%, 71%);
}

.widget.cta-registration input[type=email]::-webkit-input-placeholder {
  font-style: italic;
  font-size: 1rem;
  color: hsl(0, 0%, 71%);
}

.widget.cta-registration input[type=email]:-moz-placeholder {
  font-style: italic;
  font-size: 1rem;
  color: hsl(0, 0%, 71%);
}

.widget.cta-registration input[type=email]:-ms-input-placeholder {
  font-style: italic;
  font-size: 1rem;
  color: hsl(0, 0%, 71%);
}

.widget.cta-registration input[type=button] {
  background: rgb(236, 90, 79);
  color: white;
  border: none;
  border-radius: 5px;
  height: 38px;
  width: 100px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.widget.cta-registration input[type=button]:hover {
  background: #a91d12;
}

.widget_experts {
  padding: 2rem 0 0 0;
  position: relative;
  background: hsl(0, 0%, 98%);
  /* Widget Title */
  /* Expert Carrousel */
  /* Join Us */
}

.widget_experts p.widget-title {
  font-size: 1.25rem;
  color: rgb(46, 89, 163);
  font-weight: 300;
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .widget_experts p.widget-title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1088px) {
  .widget_experts p.widget-title {
    font-size: 2rem;
  }
}

.widget_experts .experts-wrapper {
  background: -webkit-linear-gradient(top, hsl(0, 0%, 98%) 304px, rgb(46, 89, 163) 304px);
  background: -o-linear-gradient(top, hsl(0, 0%, 98%) 304px, rgb(46, 89, 163) 304px);
  background: linear-gradient(180deg, hsl(0, 0%, 98%) 304px, rgb(46, 89, 163) 304px);
  /* Navigation */
  /* See all link */
}

.widget_experts .experts-wrapper .experts-list {
  max-width: 375px;
}

@media only screen and (min-width: 700px) {
  .widget_experts .experts-wrapper .experts-list {
    max-width: none;
    padding: 0 2rem;
  }
}

.widget_experts .experts-wrapper .card.expert {
  margin: 0 1rem;
  outline: none;
}

.widget_experts .experts-wrapper .slick-prev {
  top: 25%;
  z-index: 2;
  height: 48px;
  left: 0.5rem;
  cursor: pointer;
  display: none !important;
}

@media only screen and (min-width: 480px) {
  .widget_experts .experts-wrapper .slick-prev {
    display: block !important;
  }
}

.widget_experts .experts-wrapper .slick-prev::before {
  content: "\F104";
  font-family: FontAwesome;
  font-size: 48px;
  color: hsl(0, 0%, 21%);
}

.widget_experts .experts-wrapper .slick-next {
  top: 25%;
  z-index: 2;
  height: 48px;
  right: 0.5rem;
  cursor: pointer;
  display: none !important;
}

@media only screen and (min-width: 480px) {
  .widget_experts .experts-wrapper .slick-next {
    display: block !important;
  }
}

.widget_experts .experts-wrapper .slick-next::before {
  content: "\F105";
  font-family: FontAwesome;
  font-size: 48px;
  color: hsl(0, 0%, 21%);
}

.widget_experts .experts-wrapper .see-all {
  text-align: right;
  padding: 2rem 3rem 2rem 0;
}

.widget_experts .experts-wrapper .see-all a {
  color: white;
}

.widget_experts .experts-wrapper .see-all a:hover {
  text-decoration: underline;
}

.widget_experts .join-us {
  background: rgb(46, 89, 163);
  color: white;
  text-align: center;
  padding: 0 1rem 2rem;
}

.widget_experts .join-us p.title {
  font-size: 1rem;
  font-weight: 600;
  color: white;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px), print {
  .widget_experts .join-us p.title {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1088px) {
  .widget_experts .join-us p.title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .widget_experts .join-us p.title {
    font-size: 1.75rem;
  }
}

.widget_experts .join-us p.small {
  font-size: 0.875rem;
  margin-top: 1rem;
  color: white;
}

.widget_experts .join-us p.small a {
  font-weight: 600;
}

.widget_experts .join-us p.small a:hover {
  text-decoration: underline;
}

.widget_missions {
  padding: 2rem 0 2rem 0;
  position: relative;
}

.widget_missions p.widget-title {
  font-size: 1.25rem;
  color: rgb(236, 90, 79);
  font-weight: 300;
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .widget_missions p.widget-title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1088px) {
  .widget_missions p.widget-title {
    font-size: 2rem;
  }
}

.widget_missions .columns .col-mission-list {
  background: white;
  padding: 1rem 2rem 2rem;
}

@media screen and (min-width: 769px), print {
  .widget_missions .columns .col-mission-list {
    margin-right: 1rem;
  }
}

.widget_missions .columns .col-mission-list:only-child {
  margin-right: 0;
}

.widget_missions .columns .col-mission-list:only-child .missions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1088px) {
  .widget_missions .columns .col-mission-list:only-child .missions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1088px) {
  .widget_missions .columns .col-mission-list:only-child .missions article {
    width: calc(50% - 1rem);
  }
}

.widget_missions .columns .col-mission-list:only-child .see-all {
  margin: 1rem 0 0;
  display: inline-block;
}

.widget_missions .columns .col-mission-list article {
  border-bottom: 1px solid rgb(236, 90, 79);
  padding: 1rem 0;
}

.widget_missions .columns .col-mission-list article header a {
  color: rgb(236, 90, 79);
  font-size: 1.125rem;
  font-weight: 600;
}

.widget_missions .columns .col-mission-list article .mission-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1088px) {
  .widget_missions .columns .col-mission-list article .mission-entry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.widget_missions .columns .col-mission-list article .mission-entry .mission-metas p {
  margin: 0;
  font-size: 0.875rem;
}

.widget_missions .columns .col-mission-list article .mission-entry .mission-actions a.button {
  margin: 1rem 0 0;
}

@media screen and (min-width: 1088px) {
  .widget_missions .columns .col-mission-list article .mission-entry .mission-actions a.button {
    margin: auto 0 0 0;
  }
}

.widget_missions .columns .col-mission-list .see-all {
  font-style: italic;
}

.widget_missions .columns .col-mission-list .see-all:hover {
  text-decoration: underline;
}

.widget_missions .columns .col-mission-add {
  background: #f9f9f9;
  color: rgb(236, 90, 79);
  text-align: center;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px), print {
  .widget_missions .columns .col-mission-add {
    margin-left: 1rem;
  }
}

.widget_missions .columns .col-mission-add:only-child {
  margin-left: 0;
  background: transparent;
  color: rgb(236, 90, 79);
}

.widget_missions .columns .col-mission-add:only-child .subtitle {
  color: rgb(236, 90, 79);
}

.widget_missions .columns .col-mission-add:only-child img {
  -webkit-filter: none;
          filter: none;
}

.widget_missions .columns .col-mission-add:only-child a.button {
  background: rgb(236, 90, 79);
}

.widget_missions .columns .col-mission-add .subtitle {
  font-size: 1.5rem;
  color: rgb(236, 90, 79);
}

.widget_missions .columns .col-mission-add img {
  display: block;
  margin: 0 auto;
}

.widget_missions .columns .col-mission-add a.button {
  margin: 1rem auto;
  height: 2.5rem;
  padding: 0 1.5rem;
}

.widget_missions .columns .col-mission-add p.smaller {
  color: #363636;
  font-size: 0.875rem;
}

.widget_missions .columns .col-mission-add p.smaller a {
  font-weight: 500;
  color: #363636;
}

.widget_missions .columns .col-mission-add p.smaller a:hover {
  text-decoration: underline;
}

.widget_missions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Widget Skills Groups
 */

.widget_skillsgroups {
  padding: 50px 0 50px 0;
}

.widget_skillsgroups .columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.widget_skillsgroups .columns a {
  display: block;
  margin: 0.75rem;
}

.widget_skillsgroups .button-title-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.widget_skillsgroups .button-image {
  height: 100px;
  width: 200px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  text-align: center;
  color: white;
  background-color: rgb(0, 0, 0);
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

.widget_skillsgroups .button-image img {
  min-height: 100%;
  min-width: 100%;
  opacity: 0.7;
}

.widget_skillsgroups .button-title-image {
  color: white;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  display: table-cell;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.widget_skillsgroups .button-title-no-image {
  background-color: #d8dfeb;
  color: #2e59a3;
  height: 100px;
  width: 200px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  top: 50%;
  display: table-cell;
}

.widget-accordion .accordion:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

.widget-accordion .accordion .accordion-header {
  padding: 1.25rem 4rem 1.25rem 1rem;
}

.widget-accordion .accordion .accordion-header p.has-text-blue {
  margin-bottom: 0.5rem;
}

.widget-accordion .accordion .accordion-header p.subtitle {
  font-size: 0.9375rem;
  font-style: italic;
}

.widget-accordion .accordion .accordion-header::after {
  font-size: 1.5rem;
}

.widget-accordion .accordion .accordion-body {
  padding: 0 1rem;
}

.widget-accordion .accordion.is-active .accordion-body {
  padding: 1rem 1rem 2rem;
}

/* Widget Tesimonials Carrousel */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.widget-testimonials .container {
  margin: 0 auto;
  padding: 2.25rem 0 0;
  position: relative;
  /* Navigation --> Arrows */
  /* Navigation --> Dots */
  /* Carrousel */
}

.widget-testimonials .container .widget-title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  color: rgb(46, 89, 163);
}

.widget-testimonials .container .slick-arrow {
  position: absolute;
  bottom: 4rem;
  z-index: 2;
  background: #DBDBDB;
  border: none;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 0.875rem;
  line-height: 1;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: white;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.widget-testimonials .container .slick-arrow::before {
  content: none;
}

.widget-testimonials .container .slick-arrow:hover {
  background-color: rgb(46, 89, 163);
}

.widget-testimonials .container .slick-arrow svg {
  width: 100%;
  height: 100%;
}

.widget-testimonials .container .slick-arrow.slick-prev {
  left: 1.5rem;
}

.widget-testimonials .container .slick-arrow.slick-prev svg {
  -webkit-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}

.widget-testimonials .container .slick-arrow.slick-next {
  right: 1.5rem;
}

.widget-testimonials .container ul.slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget-testimonials .container ul.slick-dots li {
  margin: 0 0.375rem;
}

.widget-testimonials .container ul.slick-dots li button {
  border: none;
  background: #DBDBDB;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  font-size: 0;
  outline: none;
}

.widget-testimonials .container ul.slick-dots li button::before {
  content: none;
}

.widget-testimonials .container ul.slick-dots li.slick-active button {
  background: rgb(236, 90, 79);
  position: relative;
}

.widget-testimonials .container .testimonials-caroussel {
  margin: 0;
  padding: 0 104px 80px;
}

.widget-testimonials .container .testimonials-caroussel .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
}

.widget-testimonials .container .testimonials-caroussel .testimonial {
  outline: none;
  padding: 2rem;
  height: auto !important;
  background-color: #F5F5F5;
}

.widget-testimonials .container .testimonials-caroussel .testimonial blockquote {
  text-align: center;
  font-size: 1rem;
  color: hsl(0, 0%, 21%);
  margin: 0 auto;
  padding: 0;
  border: none;
}

.widget-testimonials .container .testimonials-caroussel .testimonial blockquote .author {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 1.5rem;
}

.widget-testimonials .container .testimonials-caroussel .testimonial blockquote .role {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.375rem;
}

.widget-posts .container {
  /* Navigation --> Dots */
}

.widget-posts .container .widget-title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  color: rgb(46, 89, 163);
}

.widget-posts .container .posts-list {
  padding-bottom: 2rem;
}

.widget-posts .container .posts-list .post-item {
  background-color: #F5F5F5;
}

.widget-posts .container .posts-list .post-item .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
}

.widget-posts .container .posts-list .post-item .post-content .media {
  width: 55%;
}

.widget-posts .container .posts-list .post-item .post-content .media .thumb {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.widget-posts .container .posts-list .post-item .post-content .media .thumb img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.widget-posts .container .posts-list .post-item .post-content .content {
  width: 45%;
  padding: 48px 56px;
}

.widget-posts .container .posts-list .post-item .post-content .content .entry-metas {
  margin-bottom: 0.75rem;
}

.widget-posts .container .posts-list .post-item .post-content .content .title {
  font-size: 2rem;
  color: rgb(46, 89, 163);
  font-weight: 600;
  margin-bottom: 1rem;
}

.widget-posts .container .posts-list .post-item .post-content .content .excerpt {
  font-size: 1rem;
  color: hsl(0, 0%, 21%);
  margin-bottom: 1rem;
}

.widget-posts .container .posts-list .post-item .post-content .content .button {
  margin-top: 1.5rem;
}

.widget-posts .container ul.slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget-posts .container ul.slick-dots li {
  margin: 0 0.375rem;
}

.widget-posts .container ul.slick-dots li button {
  border: none;
  background: #DBDBDB;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  font-size: 0;
  outline: none;
}

.widget-posts .container ul.slick-dots li button::before {
  content: none;
}

.widget-posts .container ul.slick-dots li.slick-active button {
  background: rgb(236, 90, 79);
  position: relative;
}

/* Widget KPIS */

.widget-kpi .container {
  margin: 0 auto;
  padding: 2.25rem 6.25% 2rem;
  text-align: center;
}

.widget-kpi .container .widget-title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  color: rgb(46, 89, 163);
}

.widget-kpi .container .kpis-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 500px) {
  .widget-kpi .container .kpis-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 1800px) {
  .widget-kpi .container .kpis-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.widget-kpi .container .kpis-wrapper .kpi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 33.33%;
  margin: 0.5rem 0;
}

.widget-kpi .container .kpis-wrapper .kpi-item .desc {
  text-align: center;
}

.widget-kpi .container .kpis-wrapper .kpi-item .nb {
  color: rgb(236, 90, 79);
  font-weight: bold;
  font-size: 5.75rem;
  line-height: 1.2;
  margin: 0;
}

.widget-kpi .container .kpis-wrapper .kpi-item .label {
  border-top: 2px solid #DBDBDB;
  padding-top: 1.75rem;
  margin-top: 1.375rem;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
  font-weight: 400;
}

/**
 * Widget Content Carrousel
 */

.widget-content-carrousel {
  position: relative;
  /* Navigation */
  /* Carrousel - Wrapper */
}

.widget-content-carrousel .navigation {
  display: none;
}

.widget-content-carrousel .contents-carrousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2rem;
  background-color: #f1f1f1;
  /* Col Left - Photos */
  /* Col Right - Coords */
}

.widget-content-carrousel .contents-carrousel-wrapper .col-photos {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.widget-content-carrousel .contents-carrousel-wrapper .col-photos .contents-photo-carrousel {
  height: 100%;
}

.widget-content-carrousel .contents-carrousel-wrapper .col-photos .contents-photo-carrousel .slick-list {
  height: 100%;
}

.widget-content-carrousel .contents-carrousel-wrapper .col-photos .contents-photo-carrousel .slick-list .slick-track {
  height: 100%;
}

.widget-content-carrousel .contents-carrousel-wrapper .col-photos .contents-photo-carrousel .content-photos {
  position: relative;
}

.widget-content-carrousel .contents-carrousel-wrapper .col-photos .contents-photo-carrousel .content-photos img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.widget-content-carrousel .contents-carrousel-wrapper .col-contents {
  width: 50%;
}

.widget-content-carrousel .contents-carrousel-wrapper .col-contents .content-desc {
  padding: 2rem;
}

.widget-content-carrousel .contents-carrousel-wrapper .col-contents .content-desc .title {
  font-size: 24px;
  color: rgb(46, 89, 163);
  font-weight: 600;
}

/* Modals */

.modal {
  z-index: 9000;
}

.modal .modal-content,
.modal .modal-card {
  background: white;
  padding: 2rem 2rem 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100vh;
}

.modal .modal-content::after,
.modal .modal-card::after {
  content: "";
  display: block;
  height: 2rem;
}

@media screen and (min-width: 1088px) {
  .modal .modal-content,
  .modal .modal-card {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    max-height: calc(100vh - 160px);
    margin: 0 20px;
    padding: 2.75rem 2.75rem 0;
  }

  .modal .modal-content::after,
  .modal .modal-card::after {
    content: "";
    display: block;
    height: 2.375rem;
  }
}

.modal .modal-close {
  position: absolute;
}

.modal .modal-close:hover {
  background-color: rgb(46, 89, 163);
}

.modal .modal-close:hover::before,
.modal .modal-close:hover::after {
  background: hsl(0, 0%, 100%);
}

.modal .modal-close::before,
.modal .delete::before,
.modal .modal-close::after,
.modal .delete::after {
  background-color: rgb(46, 89, 163);
}

/* Modal - Login */

#modal-login {
  /* Login with LinkedIn Button */
  /* Section Divider */
  /* Error Messages */
  /* Bigger form inputs */
  /* Submit Button */
}

#modal-login .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-login .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-login .modal-subtitle {
  font-size: 1rem;
}

#modal-login .modal-subtitle a {
  font-weight: 600;
}

#modal-login .lost_password {
  display: block;
  float: right;
  color: hsl(0, 0%, 48%);
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.5rem;
}

#modal-login .lost_password:hover {
  color: hsl(0, 0%, 21%);
  text-decoration: underline;
}

#modal-login .modal-content {
  text-align: center;
}

#modal-login .linkedin-button {
  display: inline-block;
  width: auto;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.5rem;
}

#modal-login .linkedin-button span.icon {
  border-radius: 4px;
  background: #0077b5;
  color: #fff;
  margin-right: 0.5rem;
}

#modal-login .is-divider {
  border-top: 1px solid #dbdbdb;
  max-width: 140px;
  margin: 2rem auto;
}

#modal-login .is-divider::after {
  -webkit-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

#modal-login p.has-text-danger {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

#modal-login p.has-text-danger a {
  text-decoration: underline;
  color: rgb(155, 35, 33);
}

#modal-login input.input {
  height: 3rem;
  padding-left: 3rem;
}

#modal-login input.input + span.icon {
  height: 3rem;
  width: 3rem;
}

#modal-login .login-button {
  height: 3rem;
  width: 100%;
}

/* Modal - Lost Password */

#modal-lostpassword {
  /* Bigger form inputs */
  /* Submit Button */
}

#modal-lostpassword .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-lostpassword .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-lostpassword .modal-subtitle {
  font-size: 1rem;
}

#modal-lostpassword .modal-subtitle a {
  font-weight: 600;
}

#modal-lostpassword .login {
  display: block;
  float: right;
  color: hsl(0, 0%, 48%);
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.5rem;
}

#modal-lostpassword .login:hover {
  color: hsl(0, 0%, 21%);
  text-decoration: underline;
}

#modal-lostpassword input.input {
  height: 3rem;
  padding-left: 3rem;
}

#modal-lostpassword input.input + span.icon {
  height: 3rem;
  width: 3rem;
}

#modal-lostpassword .reset-pwd-button {
  height: 3rem;
  width: 100%;
}

/* Modal - Lost Password - Sent */

#modal-lostpassword-sent .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-lostpassword-sent .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-lostpassword-sent .modal-subtitle {
  font-size: 1rem;
}

#modal-lostpassword-sent .modal-subtitle a {
  font-weight: 600;
}

/* Modal - Register */

#modal-register {
  /* Register with LinkedIn Button */
  /* Section Divider */
  /* Error Messages */
  /* Bigger form inputs */
  /* Submit Button */
}

#modal-register .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-register .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-register .modal-subtitle {
  font-size: 1rem;
}

#modal-register .modal-subtitle a {
  font-weight: 600;
}

#modal-register .modal-content {
  text-align: center;
}

#modal-register .linkedin-button {
  display: inline-block;
  width: auto;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.5rem;
}

#modal-register .linkedin-button span.icon {
  border-radius: 4px;
  background: #0077b5;
  color: #fff;
  margin-right: 0.5rem;
}

#modal-register .is-divider {
  border-top: 1px solid #dbdbdb;
  max-width: 140px;
  margin: 2rem auto;
}

#modal-register .is-divider::after {
  -webkit-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

#modal-register p.has-text-danger {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

#modal-register p.has-text-danger a {
  text-decoration: underline;
  color: rgb(155, 35, 33);
}

#modal-register input.input {
  height: 3rem;
  padding-left: 3rem;
}

#modal-register input.input + span.icon {
  height: 3rem;
  width: 3rem;
}

#modal-register label {
  font-size: 0.875rem;
}

#modal-register .register-button {
  height: 3rem;
  width: 100%;
}

/* Modal - Register Confirmation */

#modal-register-confirm .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-register-confirm .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-register-confirm .modal-subtitle {
  font-size: 1rem;
}

#modal-register-confirm .modal-subtitle a {
  font-weight: 600;
}

#modal-register-confirm .columns a span {
  font-size: 0.875rem;
}

/* Modal - Register - Mission Process */

#modal-register-mission {
  /* Register with LinkedIn Button */
  /* Section Divider */
  /* Bigger form inputs */
  /* Submit Button */
  /* Button Confiez la mission */
}

#modal-register-mission .modal-header {
  padding: 0 0 1.5rem;
  text-align: center;
}

#modal-register-mission .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-register-mission .modal-subtitle {
  font-size: 1rem;
}

#modal-register-mission .modal-subtitle a {
  font-weight: 600;
}

#modal-register-mission .modal-content {
  text-align: center;
}

#modal-register-mission .linkedin-button {
  display: inline-block;
  width: auto;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
}

#modal-register-mission .linkedin-button span.icon {
  border-radius: 4px;
  background: #0077b5;
  color: #fff;
  margin-right: 0.5rem;
}

#modal-register-mission .is-divider {
  border-top: 1px solid #dbdbdb;
  max-width: 140px;
  margin: 1.75rem auto;
}

#modal-register-mission .is-divider::after {
  -webkit-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

#modal-register-mission input.input {
  height: 2.5rem;
  padding-left: 2.5rem;
}

#modal-register-mission input.input + span.icon {
  height: 2.5rem;
  width: 2.5rem;
}

#modal-register-mission label {
  font-size: 0.875rem;
}

#modal-register-mission .register-button {
  height: 2.5rem;
  width: auto;
  margin: 0 auto;
}

#modal-register-mission .button-confiez-mission {
  height: 2.5rem;
  width: auto;
  margin: 0 auto;
}

#modal-register-mission .description {
  font-style: italic;
  font-size: 0.875rem;
  margin: 0.5rem 0 0;
}

#modal-register-mission .button-confiez-mission-cancel {
  font-size: 0.875rem;
  font-style: italic;
}

/* Modal - Expert - Purpose Mission */

#modal-expert-purpose-mission {
  /* Message Confirmation */
}

#modal-expert-purpose-mission .modal-header {
  padding: 0 0 2rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* Expert Photo Avatar */
}

#modal-expert-purpose-mission .modal-header .avatar {
  width: 80px;
  height: 80px;
  margin-right: 1rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#modal-expert-purpose-mission .modal-header .avatar img {
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

#modal-expert-purpose-mission .modal-header .avatar .premium {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 26px;
  height: auto;
  top: inherit;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

#modal-expert-purpose-mission .modal-header .avatar::before,
#modal-expert-purpose-mission .modal-header .avatar::after {
  content: "";
  display: block;
  position: absolute;
  width: 16%;
  height: 16%;
  z-index: 1;
}

#modal-expert-purpose-mission .modal-header .avatar::before {
  right: 8px;
  top: 8px;
  border-top: 3px solid rgb(236, 90, 79);
  border-right: 3px solid rgb(236, 90, 79);
}

#modal-expert-purpose-mission .modal-header .avatar:not(.premium)::after {
  left: 8px;
  bottom: 8px;
  border-bottom: 3px solid rgb(236, 90, 79);
  border-left: 3px solid rgb(236, 90, 79);
}

#modal-expert-purpose-mission .modal-header .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-expert-purpose-mission .modal-header .modal-title span {
  display: block;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
}

#modal-expert-purpose-mission .modal-header .modal-title span a {
  font-weight: 600;
}

#modal-expert-purpose-mission .modal-subtitle {
  font-style: italic;
  font-size: 0.875rem;
}

#modal-expert-purpose-mission .modal-subtitle a {
  font-weight: 600;
}

#modal-expert-purpose-mission .mission-purpose {
  text-align: center;
}

#modal-expert-purpose-mission .mission-purpose button.mission_purpose_action,
#modal-expert-purpose-mission .mission-purpose a.button.is-red {
  margin: 1rem auto 0;
}

#modal-expert-purpose-mission .mission-purpose-confirm {
  display: none;
  text-align: center;
  padding: 3rem 0;
  color: rgb(46, 89, 163);
  font-weight: 600;
}

/* Modal - Expert - Apply Mission */

#modal-expert-apply-mission {
  /* Message Confirmation */
}

#modal-expert-apply-mission .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-expert-apply-mission .modal-header .modal-title {
  color: rgb(236, 90, 79);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-expert-apply-mission .modal-header .modal-subtitle {
  display: block;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
  font-weight: 600;
}

#modal-expert-apply-mission .mission-apply {
  text-align: center;
}

#modal-expert-apply-mission .mission-apply button.action-user-apply {
  margin: 1rem auto 0;
}

#modal-expert-apply-mission .mission-apply-confirm {
  display: none;
  text-align: center;
  padding: 3rem 0;
  color: rgb(236, 90, 79);
  font-weight: 600;
}

/* Modal - Expert - Add to Favorites */

#modal-expert-addtofavorites {
  /* Favorites list */
  /* Favorites : Add List */
  /* Modal buttons */
  /* Bigger form inputs */
  /* Submit Button */
}

#modal-expert-addtofavorites .modal-header {
  padding: 0 0 2rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* Expert Photo Avatar */
}

#modal-expert-addtofavorites .modal-header .avatar {
  width: 80px;
  height: 80px;
  margin-right: 1rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#modal-expert-addtofavorites .modal-header .avatar img {
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

#modal-expert-addtofavorites .modal-header .avatar .premium {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 26px;
  height: auto;
  top: inherit;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

#modal-expert-addtofavorites .modal-header .avatar::before,
#modal-expert-addtofavorites .modal-header .avatar::after {
  content: "";
  display: block;
  position: absolute;
  width: 16%;
  height: 16%;
  z-index: 1;
}

#modal-expert-addtofavorites .modal-header .avatar::before {
  right: 8px;
  top: 8px;
  border-top: 3px solid rgb(236, 90, 79);
  border-right: 3px solid rgb(236, 90, 79);
}

#modal-expert-addtofavorites .modal-header .avatar:not(.premium)::after {
  left: 8px;
  bottom: 8px;
  border-bottom: 3px solid rgb(236, 90, 79);
  border-left: 3px solid rgb(236, 90, 79);
}

#modal-expert-addtofavorites .modal-header .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-expert-addtofavorites .modal-header .modal-title span {
  display: block;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
}

#modal-expert-addtofavorites .modal-header .modal-title span a {
  font-weight: 600;
}

#modal-expert-addtofavorites .modal-subtitle {
  font-style: italic;
  font-size: 0.875rem;
}

#modal-expert-addtofavorites .modal-subtitle a {
  font-weight: 600;
}

#modal-expert-addtofavorites ul.favorites-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}

#modal-expert-addtofavorites ul.favorites-list li {
  margin: 0;
  padding: 0;
}

#modal-expert-addtofavorites ul.favorites-list li:not(:first-child) {
  border-top: 1px solid #dfdfdf;
}

#modal-expert-addtofavorites ul.favorites-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#modal-expert-addtofavorites ul.favorites-list li a .favorites-list-action {
  display: none;
}

#modal-expert-addtofavorites ul.favorites-list li a:hover .favorites-list-action.action-add {
  display: block;
  color: rgb(46, 89, 163);
}

#modal-expert-addtofavorites ul.favorites-list li.is-active a .favorites-list-label {
  color: rgb(46, 89, 163);
  font-weight: 600;
}

#modal-expert-addtofavorites ul.favorites-list li.is-active a .favorites-list-label::after {
  content: "\F004";
  font-family: "FontAwesome";
  margin-left: 0.5rem;
}

#modal-expert-addtofavorites ul.favorites-list li.is-active a:hover .favorites-list-action.action-add {
  display: none;
}

#modal-expert-addtofavorites ul.favorites-list li.is-active a:hover .favorites-list-action.action-remove {
  display: block;
  color: rgb(155, 35, 33);
}

#modal-expert-addtofavorites #favorites_new_list {
  margin-top: 1rem;
}

#modal-expert-addtofavorites #favorites_new_list label {
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  display: block;
}

#modal-expert-addtofavorites #favorites_new_list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#modal-expert-addtofavorites #favorites_new_list #favorites_new_list_label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2.25rem;
  padding: 0 1rem;
  border: 1px solid #dfdfdf;
}

#modal-expert-addtofavorites #favorites_new_list button.favorites-action-add-list {
  width: auto;
  height: 2.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#modal-expert-addtofavorites .field.is-grouped {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal-expert-addtofavorites .field.is-grouped button {
  margin: 1rem 0 0;
}

#modal-expert-addtofavorites .field.is-grouped a {
  font-size: 0.875rem;
  font-style: italic;
}

#modal-expert-addtofavorites input.input {
  height: 3rem;
  padding-left: 3rem;
}

#modal-expert-addtofavorites input.input + span.icon {
  height: 3rem;
  width: 3rem;
}

#modal-expert-addtofavorites .login-button {
  height: 3rem;
  width: 100%;
}

/* Modal - Expert - Contact */

#modal-expert-contact {
  /* Message form */
  /* Message Confirmation */
  /* Submit Button */
}

#modal-expert-contact .modal-header {
  padding: 0 0 2rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* Expert Photo Avatar */
}

#modal-expert-contact .modal-header .avatar {
  width: 80px;
  height: 80px;
  margin-right: 1rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#modal-expert-contact .modal-header .avatar img {
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

#modal-expert-contact .modal-header .avatar .premium {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 26px;
  height: auto;
  top: inherit;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

#modal-expert-contact .modal-header .avatar::before,
#modal-expert-contact .modal-header .avatar::after {
  content: "";
  display: block;
  position: absolute;
  width: 16%;
  height: 16%;
  z-index: 1;
}

#modal-expert-contact .modal-header .avatar::before {
  right: 8px;
  top: 8px;
  border-top: 3px solid rgb(236, 90, 79);
  border-right: 3px solid rgb(236, 90, 79);
}

#modal-expert-contact .modal-header .avatar:not(.premium)::after {
  left: 8px;
  bottom: 8px;
  border-bottom: 3px solid rgb(236, 90, 79);
  border-left: 3px solid rgb(236, 90, 79);
}

#modal-expert-contact .modal-header .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-expert-contact .modal-header .modal-title span {
  display: block;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
}

#modal-expert-contact .modal-header .modal-title span a {
  font-weight: 600;
}

#modal-expert-contact .message-form #expert-contact-subject {
  width: 100%;
  height: 2.5rem;
  padding: 0 0.75rem;
  margin-bottom: 0.5rem;
  border: 1px solid #dfdfdf;
}

#modal-expert-contact .message-form #expert-contact-message {
  width: 100%;
  height: 10rem;
  padding: 0.75rem;
  line-height: 1.5;
  border: 1px solid #dfdfdf;
}

#modal-expert-contact .message-confirm {
  display: none;
  text-align: center;
  padding: 5rem 0;
  color: rgb(46, 89, 163);
  font-weight: 600;
}

#modal-expert-contact .send_message {
  margin: 1rem 0 0;
  width: auto;
}

/* Modal - Favorites - Rename a list */

#modal-favorites-rename {
  /* Favorites : Add List */
}

#modal-favorites-rename .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-favorites-rename .modal-header .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-favorites-rename #favorites_rename_list label {
  padding-bottom: 0.25rem;
  display: block;
}

#modal-favorites-rename #favorites_rename_list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#modal-favorites-rename #favorites_rename_list #favorites_rename_list_label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2.25rem;
  padding: 0 1rem;
  border: 1px solid #dfdfdf;
}

#modal-favorites-rename #favorites_rename_list button.favorites-action-rename-list {
  width: auto;
  height: 2.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Modal - Favorites - Delete a list */

#modal-favorites-delete .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-favorites-delete .modal-header .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-favorites-delete .modal-header .modal-subtitle span {
  font-weight: 600;
}

#modal-favorites-delete .buttons .button {
  margin-bottom: 0;
  margin-right: 1.5rem;
}

#modal-favorites-delete .buttons .modal-close-link {
  font-style: italic;
}

/* Modal - Message - Delete a message */

#modal-message-delete .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-message-delete .modal-header .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-message-delete .modal-header .modal-subtitle span {
  font-weight: 600;
}

#modal-message-delete .buttons .button {
  margin-bottom: 0;
  margin-right: 1.5rem;
}

#modal-message-delete .buttons .modal-close-link {
  font-style: italic;
}

/* Modal - Message - Reply to a message */

#modal-message-reply {
  /* Message form */
  /* Message Confirmation */
  /* Submit Button */
}

#modal-message-reply .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-message-reply .modal-header .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-message-reply .modal-header .modal-subtitle span {
  font-weight: 600;
}

#modal-message-reply .message-form #message-contact-subject {
  width: 100%;
  height: 2.5rem;
  padding: 0 0.75rem;
  margin-bottom: 0.5rem;
  border: 1px solid #dfdfdf;
}

#modal-message-reply .message-form #message-contact-message {
  width: 100%;
  height: 10rem;
  padding: 0.75rem;
  line-height: 1.5;
  border: 1px solid #dfdfdf;
}

#modal-message-reply .message-confirm {
  display: none;
  text-align: center;
  padding: 5rem 0;
  color: rgb(46, 89, 163);
  font-weight: 600;
}

#modal-message-reply .send_message {
  margin: 1rem 0 0;
  width: auto;
}

/* Modal - User is disabled or banner */

#modal-disabled-account .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-disabled-account .modal-header .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-disabled-account .modal-header .modal-title span {
  display: block;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
}

#modal-disabled-account .modal-header .modal-title span a {
  font-weight: 600;
}

/* Modal - Mission - Confirmation message */

#modal-mission-application-confirm .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-mission-application-confirm .modal-header .modal-title {
  color: rgb(236, 90, 79);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-mission-application-confirm .modal-header .modal-subtitle span {
  font-weight: 600;
}

.top-bar {
  background-color: hsl(0, 0%, 21%);
  color: white;
  /* Language switcher */
}

.top-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 0 1rem;
}

@media screen and (min-width: 1088px) {
  .top-bar .container {
    padding: 0;
  }
}

.top-bar .search-toggler {
  background: none;
  border: none;
  color: hsl(0, 0%, 100%);
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 0.875rem;
  position: relative;
}

.top-bar .search-toggler::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #dbdbdb;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.top-bar .search-toggler:hover::after {
  width: 100%;
}

.top-bar .search-toggler .icon-search::before {
  color: currentColor;
  content: "\F002";
  display: inline-block;
  font: normal normal normal 18px/50px FontAwesome;
}

.top-bar .language-switcher {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-bar .language-switcher .dropdown-trigger {
  margin: 0 auto;
}

.top-bar .language-switcher .dropdown-trigger button.button {
  background: none;
  border: none;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: hsl(0, 0%, 100%);
  font-size: 0.875rem;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-bar .language-switcher .dropdown-trigger button.button img {
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}

.top-bar .language-switcher .dropdown-trigger button.button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #dbdbdb;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.top-bar .language-switcher .dropdown-trigger button.button:hover::after {
  width: 100%;
}

.top-bar .language-switcher .dropdown-menu {
  padding-top: 0;
  position: absolute;
  z-index: 1000;
  right: 0;
  left: inherit;
  min-width: 110px;
}

.top-bar .language-switcher .dropdown-menu .dropdown-content {
  border-radius: 0;
  padding: 0;
}

@media screen and (min-width: 1088px) {
  .top-bar .language-switcher .dropdown-menu .dropdown-content {
    -webkit-box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
            box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
  }
}

.top-bar .language-switcher .dropdown-menu .dropdown-content a.dropdown-item {
  display: block;
  line-height: 46px;
  font-size: 0.9375rem;
  padding: 0 1rem;
  text-align: center;
}

@media screen and (min-width: 1088px) {
  .top-bar .language-switcher .dropdown-menu .dropdown-content a.dropdown-item {
    text-align: left;
    border-bottom: 1px solid #ebebeb;
  }
}

.top-bar .language-switcher .dropdown-menu .dropdown-content a.dropdown-item img {
  margin-right: 0.3rem;
  vertical-align: text-bottom;
}

.top-bar .language-switcher.is-active .dropdown-trigger button.button::after {
  width: 0;
}

.top-search {
  background-color: #dbdbdb;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  -o-transition: height 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  transition: height 0.5s cubic-bezier(0.85, 0, 0.15, 1);
}

.top-search .container {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in 0.3s;
  -o-transition: opacity 0.25s ease-in 0.3s;
  transition: opacity 0.25s ease-in 0.3s;
  padding: 0 1rem;
}

@media screen and (min-width: 1088px) {
  .top-search .container {
    padding: 0;
  }
}

.top-search .container .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, -0.6203rem + 4.9793vw, 1.25rem);
  height: 4rem;
}

.top-search .container .search-form .field {
  padding: 0;
  margin: 0;
  width: auto;
  -webkit-box-flex: 0.1;
      -ms-flex-positive: 0.1;
          flex-grow: 0.1;
}

.top-search .container .search-form .field label {
  display: none;
}

.top-search .container .search-form .field input,
.top-search .container .search-form .field select {
  height: 2.25rem;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d1d1d1;
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 0.875rem;
  padding: 0 clamp(0.5rem, -0.6203rem + 4.9793vw, 1.25rem);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.top-search .container .search-form .search-submit {
  margin: 0;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.top-search .container .search-form .search-submit .icon-search::before {
  color: currentColor;
  content: "\F002";
  display: inline-block;
  font: normal normal normal 18px/50px FontAwesome;
}

.top-search .container .search-form .search-submit span {
  display: none;
}

@media only screen and (min-width: 601px) {
  .top-search .container .search-form .search-submit span {
    display: block;
  }
}

.top-search.is-opened {
  height: 4rem;
}

.top-search.is-opened .container {
  opacity: 1;
}

.site-header {
  position: fixed;
  position: sticky;
  top: 0;
  background: white;
  width: 100%;
  height: 80px;
  z-index: 999;
  border-bottom: 1px solid hsl(0, 0%, 86%);
  padding: 0 1rem;
  /* Custom Logo */
  /* Hamburgers */
  /* Main Navigation */
}

@media screen and (min-width: 1088px) {
  .site-header {
    padding: 0;
  }
}

.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .custom-logo {
  width: 225px;
}

@media screen and (min-width: 1280px) {
  .site-header .custom-logo {
    width: 275px;
  }
}

@media screen and (min-width: 1472px) {
  .site-header .custom-logo {
    width: 320px;
  }
}

.site-header .hamburger {
  outline: none;
}

@media screen and (min-width: 1088px) {
  .site-header .hamburger {
    display: none;
  }
}

.site-header .nav-primary {
  position: fixed;
  z-index: -1;
  padding-top: 0;
  width: 100vw;
  height: 0;
  top: 0;
  left: 0;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1rem;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  /* Logged-in : My Account */
  /* Not Logged-in : Login/Register links */
  /* Language switcher */
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary {
    position: relative;
    width: calc(100% - 230px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    height: auto;
    top: inherit;
    left: inherit;
    background: inherit;
    z-index: inherit;
    overflow: visible;
  }
}

@media screen and (min-width: 1280px) {
  .site-header .nav-primary {
    width: calc(100% - 285px);
  }
}

@media screen and (min-width: 1472px) {
  .site-header .nav-primary {
    width: calc(100% - 330px);
  }
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .menu-main-menu-container,
  .site-header .nav-primary .menu-mainmenu-en-container {
    width: 460px;
  }
}

.site-header .nav-primary .menu-main-menu-container ul,
.site-header .nav-primary .menu-mainmenu-en-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .menu-main-menu-container ul,
  .site-header .nav-primary .menu-mainmenu-en-container ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.site-header .nav-primary .menu-main-menu-container ul li,
.site-header .nav-primary .menu-mainmenu-en-container ul li {
  position: relative;
  text-align: center;
  /* Main Menu -> Sub-menu */
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .menu-main-menu-container ul li,
  .site-header .nav-primary .menu-mainmenu-en-container ul li {
    text-align: inherit;
  }
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .menu-main-menu-container ul li.mobile-only,
  .site-header .nav-primary .menu-mainmenu-en-container ul li.mobile-only {
    display: none;
  }
}

.site-header .nav-primary .menu-main-menu-container ul li a,
.site-header .nav-primary .menu-mainmenu-en-container ul li a {
  color: hsl(0, 0%, 29%);
  line-height: 42px;
  display: inline-block;
  padding: 0 0.75rem;
  position: relative;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .menu-main-menu-container ul li a,
  .site-header .nav-primary .menu-mainmenu-en-container ul li a {
    line-height: 80px;
    padding: 0 0.625rem;
  }
}

@media screen and (min-width: 1280px) {
  .site-header .nav-primary .menu-main-menu-container ul li a,
  .site-header .nav-primary .menu-mainmenu-en-container ul li a {
    padding: 0 0.75rem;
  }
}

.site-header .nav-primary .menu-main-menu-container ul li a::after,
.site-header .nav-primary .menu-mainmenu-en-container ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: hsl(0, 0%, 48%);
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.site-header .nav-primary .menu-main-menu-container ul li a:hover::after,
.site-header .nav-primary .menu-mainmenu-en-container ul li a:hover::after {
  width: 100%;
}

.site-header .nav-primary .menu-main-menu-container ul li.current-menu-item a,
.site-header .nav-primary .menu-mainmenu-en-container ul li.current-menu-item a {
  font-weight: 500;
}

.site-header .nav-primary .menu-main-menu-container ul li ul.sub-menu,
.site-header .nav-primary .menu-mainmenu-en-container ul li ul.sub-menu {
  background: white;
  padding: 0;
  opacity: 0;
  border-top: none;
  min-width: 260px !important;
  height: 0;
  overflow: hidden;
  right: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .menu-main-menu-container ul li ul.sub-menu,
  .site-header .nav-primary .menu-mainmenu-en-container ul li ul.sub-menu {
    position: absolute;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
            box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
    border: 1px solid rgb(235, 235, 235);
    -webkit-transform: translateX(1.5rem);
         -o-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
}

.site-header .nav-primary .menu-main-menu-container ul li ul.sub-menu li a,
.site-header .nav-primary .menu-mainmenu-en-container ul li ul.sub-menu li a {
  display: block;
  line-height: 1.2;
  font-size: 0.9375rem;
  color: hsl(0, 0%, 29%);
  padding: 0.75rem 1rem;
  text-align: center;
}

.site-header .nav-primary .menu-main-menu-container ul li ul.sub-menu li a::after,
.site-header .nav-primary .menu-mainmenu-en-container ul li ul.sub-menu li a::after {
  content: none;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .menu-main-menu-container ul li ul.sub-menu li a,
  .site-header .nav-primary .menu-mainmenu-en-container ul li ul.sub-menu li a {
    border-bottom: 1px solid rgb(235, 235, 235);
    text-align: left;
  }
}

.site-header .nav-primary .menu-main-menu-container ul li ul.sub-menu li a:hover,
.site-header .nav-primary .menu-mainmenu-en-container ul li ul.sub-menu li a:hover {
  background: rgb(235, 235, 235);
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .menu-main-menu-container ul li ul.sub-menu li a:hover,
  .site-header .nav-primary .menu-mainmenu-en-container ul li ul.sub-menu li a:hover {
    border-bottom: 1px solid rgb(235, 235, 235);
  }
}

.site-header .nav-primary .menu-main-menu-container ul li ul.sub-menu li:last-child a,
.site-header .nav-primary .menu-mainmenu-en-container ul li ul.sub-menu li:last-child a {
  border-bottom: none;
}

.site-header .nav-primary .menu-main-menu-container ul li.menu-item-has-children:hover > ul.sub-menu,
.site-header .nav-primary .menu-mainmenu-en-container ul li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  height: auto;
  pointer-events: auto;
}

.site-header .nav-primary .my-account {
  position: relative;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .my-account {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .site-header .nav-primary .my-account {
    margin-left: 50px;
  }
}

@media screen and (min-width: 1472px) {
  .site-header .nav-primary .my-account {
    margin-left: 70px;
  }
}

.site-header .nav-primary .my-account .link-my-account {
  color: hsl(0, 0%, 29%);
  line-height: 80px;
  display: block;
  text-align: center;
  position: relative;
  padding: 0 0.75rem;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .my-account .link-my-account {
    display: inline-block;
  }
}

.site-header .nav-primary .my-account .link-my-account img {
  vertical-align: middle;
  margin-right: 3px;
  border-radius: 50%;
  border: 2px solid rgba(125, 125, 125, 0.5);
  width: 24px;
  height: 24px;
}

.site-header .nav-primary .my-account .link-my-account::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: hsl(0, 0%, 48%);
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.site-header .nav-primary .my-account .link-my-account:hover::after {
  width: 100%;
}

.site-header .nav-primary .my-account.sub-active .link-my-account::after {
  display: none;
}

.site-header .nav-primary .my-account.sub-active ul.sub-menu {
  opacity: 1;
  height: auto;
}

.site-header .nav-primary .my-account ul.sub-menu {
  background: white;
  padding: 0;
  opacity: 0;
  border-top: none;
  min-width: 262px !important;
  height: 0;
  overflow: hidden;
  right: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .my-account ul.sub-menu {
    position: absolute;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
            box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
    border: 1px solid rgb(235, 235, 235);
    -webkit-transform: translateX(1.5rem);
         -o-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
}

.site-header .nav-primary .my-account ul.sub-menu li a {
  display: block;
  line-height: 46px;
  font-size: 1rem;
  color: hsl(0, 0%, 29%);
  padding: 0 1rem;
  text-align: center;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .my-account ul.sub-menu li a {
    border-bottom: 1px solid rgb(235, 235, 235);
    text-align: left;
  }
}

.site-header .nav-primary .my-account ul.sub-menu li a:hover {
  background: rgb(235, 235, 235);
}

.site-header .nav-primary .my-account ul.sub-menu li:last-child a {
  border-bottom: none;
}

.site-header .nav-primary .login-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .login-links {
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1280px) {
  .site-header .nav-primary .login-links {
    margin-left: 40px;
  }
}

@media screen and (min-width: 1472px) {
  .site-header .nav-primary .login-links {
    margin-left: 50px;
  }
}

.site-header .nav-primary .login-links a.button {
  background: transparent;
  color: hsl(0, 0%, 29%);
  margin-bottom: 1rem;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .login-links a.button {
    margin-bottom: 0;
  }

  .site-header .nav-primary .login-links a.button.link-register {
    margin-left: 1rem;
  }
}

.site-header .nav-primary .language-switcher {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .language-switcher {
    margin-left: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .site-header .nav-primary .language-switcher {
    margin-left: 50px;
  }
}

@media screen and (min-width: 1472px) {
  .site-header .nav-primary .language-switcher {
    margin-left: 70px;
  }
}

.site-header .nav-primary .language-switcher .dropdown-trigger {
  margin: 0 auto;
}

.site-header .nav-primary .language-switcher .dropdown-trigger button.button {
  background: none;
  border: none;
  border-radius: 0;
  height: 80px;
  line-height: 80px;
  padding: 0;
  color: hsl(0, 0%, 29%);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.site-header .nav-primary .language-switcher .dropdown-trigger button.button img {
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}

.site-header .nav-primary .language-switcher .dropdown-trigger button.button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: hsl(0, 0%, 48%);
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.site-header .nav-primary .language-switcher .dropdown-trigger button.button:hover::after {
  width: 100%;
}

.site-header .nav-primary .language-switcher .dropdown-menu {
  top: 80px;
  padding-top: 0;
  position: relative;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .language-switcher .dropdown-menu {
    position: absolute;
  }
}

.site-header .nav-primary .language-switcher .dropdown-menu .dropdown-content {
  border-radius: 0;
  padding: 0;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .language-switcher .dropdown-menu .dropdown-content {
    -webkit-box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
            box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
  }
}

.site-header .nav-primary .language-switcher .dropdown-menu .dropdown-content a.dropdown-item {
  display: block;
  line-height: 46px;
  font-size: 1rem;
  padding: 0 1rem;
  text-align: center;
}

@media screen and (min-width: 1088px) {
  .site-header .nav-primary .language-switcher .dropdown-menu .dropdown-content a.dropdown-item {
    text-align: left;
    border-bottom: 1px solid #ebebeb;
  }
}

.site-header .nav-primary .language-switcher .dropdown-menu .dropdown-content a.dropdown-item img {
  margin-right: 0.3rem;
  vertical-align: text-bottom;
}

.site-header .nav-primary .language-switcher.is-active .dropdown-trigger button.button::after {
  width: 0;
}

html[lang=fr-FR] .custom-logo-link p.slogan {
  font-size: 0.575rem;
  margin: -6px 0 0 5px;
  letter-spacing: -0.05ch;
  color: rgb(46, 89, 163);
}

@media screen and (min-width: 1280px) {
  html[lang=fr-FR] .custom-logo-link p.slogan {
    font-size: 0.7rem;
    margin: -8px 0 0 6px;
  }
}

@media screen and (min-width: 1472px) {
  html[lang=fr-FR] .custom-logo-link p.slogan {
    font-size: 0.8125rem;
    margin: -10px 0 0 6px;
  }
}

html[lang=fr-FR] .custom-logo-link:hover > p.slogan {
  color: rgb(46, 89, 163);
}

html[lang=fr-FR] .home .custom-logo-link > p.slogan {
  color: white;
  margin: 0 0 0 6px;
}

html[lang=en-GB] .custom-logo-link p.slogan {
  font-size: 0.625rem;
  letter-spacing: 0.05ch;
  margin: -6px 0 0 6px;
  color: rgb(46, 89, 163);
}

@media screen and (min-width: 1280px) {
  html[lang=en-GB] .custom-logo-link p.slogan {
    font-size: 0.8125rem;
    margin: -10px 0 0 6px;
  }
}

html[lang=en-GB] .custom-logo-link:hover > p.slogan {
  color: rgb(46, 89, 163);
}

html[lang=en-GB] .home .custom-logo-link > p.slogan,
html[lang=en-GB] .cover-header .custom-logo-link > p.slogan {
  color: white;
  margin: 0 0 0 8px;
}

body.cover-header .top-bar {
  background-color: #111;
}

body.cover-header .top-search {
  background-color: #a9a9a9;
}

body.cover-header .top-search.is-opened + .site-header {
  top: 104px;
}

@media screen and (min-width: 1088px) {
  body.cover-header .top-search.is-opened + .site-header {
    top: 8.5rem;
  }
}

body.cover-header .site-header {
  position: absolute;
  background: transparent;
  padding: 1rem;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 999;
  border: none;
  height: auto;
  -webkit-transition: top 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  -o-transition: top 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  transition: top 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  /* Custom Logo
  .custom-logo {
      width: 46px;
      @include desktop {
          width: 130px;
      }
  }
  */
  /* Hamburgers */
  /* Main Navigation */
  /* Logged-in : My Account */
  /* Not Logged-in : Login/Register links */
  /* Language Switcher*/
}

@media screen and (min-width: 1088px) {
  body.cover-header .site-header {
    top: 4.5rem;
    padding: 0;
  }
}

body.cover-header .site-header .container {
  height: auto;
}

body.cover-header .site-header .custom-logo-link > p.slogan {
  color: white;
  margin: 0 0 0 8px;
}

body.cover-header .site-header .custom-logo {
  display: block;
}

body.cover-header .site-header .custom-logo img {
  display: block;
}

body.cover-header .site-header .hamburger .hamburger-inner,
body.cover-header .site-header .hamburger .hamburger-inner::before,
body.cover-header .site-header .hamburger .hamburger-inner::after {
  background: white;
}

body.cover-header .site-header .nav-primary .menu-main-menu-container ul li a,
body.cover-header .site-header .nav-primary .menu-mainmenu-en-container ul li a {
  line-height: 42px;
  color: hsl(0, 0%, 29%);
  padding: 0 0.5rem;
}

@media screen and (min-width: 1088px) {
  body.cover-header .site-header .nav-primary .menu-main-menu-container ul li a,
  body.cover-header .site-header .nav-primary .menu-mainmenu-en-container ul li a {
    color: white;
  }
}

body.cover-header .site-header .nav-primary .menu-main-menu-container ul li a::after,
body.cover-header .site-header .nav-primary .menu-mainmenu-en-container ul li a::after {
  height: 1px;
  background: white;
}

body.cover-header .site-header .my-account {
  position: relative;
}

body.cover-header .site-header .my-account .link-my-account {
  line-height: 42px;
  color: hsl(0, 0%, 29%);
}

@media screen and (min-width: 1088px) {
  body.cover-header .site-header .my-account .link-my-account {
    color: white;
  }
}

body.cover-header .site-header .my-account .link-my-account::after {
  height: 1px;
  background: white;
}

body.cover-header .site-header .my-account .link-my-account img {
  border: 2px solid rgba(255, 255, 255, 0.75);
}

body.cover-header .site-header .login-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
}

@media screen and (min-width: 1088px) {
  body.cover-header .site-header .login-links {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

body.cover-header .site-header .login-links a.button {
  color: hsl(0, 0%, 29%);
}

@media screen and (min-width: 1088px) {
  body.cover-header .site-header .login-links a.button {
    color: white;
  }

  body.cover-header .site-header .login-links a.button.link-register {
    margin-left: 1rem;
  }
}

body.cover-header .site-header .language-switcher {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1088px) {
  body.cover-header .site-header .language-switcher {
    margin-left: 15px;
  }
}

@media screen and (min-width: 1280px) {
  body.cover-header .site-header .language-switcher {
    margin-left: 50px;
  }
}

@media screen and (min-width: 1472px) {
  body.cover-header .site-header .language-switcher {
    margin-left: 70px;
  }
}

body.cover-header .site-header .language-switcher .dropdown-trigger {
  margin: 0 auto;
}

body.cover-header .site-header .language-switcher .dropdown-trigger button.button {
  background: none;
  border: none;
  border-radius: 0;
  height: 42px;
  line-height: 42px;
  padding: 0;
  color: hsl(0, 0%, 29%);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 1088px) {
  body.cover-header .site-header .language-switcher .dropdown-trigger button.button {
    color: white;
  }
}

body.cover-header .site-header .language-switcher .dropdown-trigger button.button img {
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}

body.cover-header .site-header .language-switcher .dropdown-trigger button.button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: white;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body.cover-header .site-header .language-switcher .dropdown-trigger button.button:hover::after {
  width: 100%;
}

body.cover-header .site-header .language-switcher .dropdown-menu {
  top: 42px;
  padding-top: 0;
  position: relative;
}

@media screen and (min-width: 1088px) {
  body.cover-header .site-header .language-switcher .dropdown-menu {
    position: absolute;
  }
}

body.cover-header .site-header .language-switcher .dropdown-menu .dropdown-content {
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 1088px) {
  body.cover-header .site-header .language-switcher .dropdown-menu .dropdown-content {
    -webkit-box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
            box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
  }
}

body.cover-header .site-header .language-switcher .dropdown-menu .dropdown-content a.dropdown-item {
  display: block;
  line-height: 46px;
  font-size: 1rem;
  padding: 0 1rem;
  text-align: center;
}

@media screen and (min-width: 1088px) {
  body.cover-header .site-header .language-switcher .dropdown-menu .dropdown-content a.dropdown-item {
    text-align: left;
    border-bottom: 1px solid #ebebeb;
  }
}

body.cover-header .site-header .language-switcher .dropdown-menu .dropdown-content a.dropdown-item img {
  margin-right: 0.3rem;
  vertical-align: text-bottom;
}

/* Large Layouts */

body.layout-large .top-bar .container,
body.layout-large .top-search .container {
  max-width: none;
  width: auto;
  padding: 0;
}

@media screen and (min-width: 1088px) {
  body.layout-large .top-bar .container,
  body.layout-large .top-search .container {
    padding: 0 3rem !important;
  }
}

body.layout-large header.site-header .container {
  max-width: none;
  width: auto;
  padding: 0;
}

@media screen and (min-width: 1088px) {
  body.layout-large header.site-header .container {
    padding: 0 3rem !important;
  }
}

/* Mobile Menu Toggle Effect */

body.menu-opened .site-header {
  position: fixed;
  top: 0 !important;
}

body.menu-opened .nav-primary {
  padding-top: 90px;
  height: 100vh;
}

@media screen and (min-width: 1088px) {
  body.menu-opened .nav-primary {
    height: auto;
    padding-top: inherit;
  }
}

body.menu-opened.cover-header .hamburger .hamburger-inner,
body.menu-opened.cover-header .hamburger .hamburger-inner::before,
body.menu-opened.cover-header .hamburger .hamburger-inner::after {
  background: rgb(46, 89, 163);
}

@media only screen and (min-width: 601px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media only screen and (min-width: 783px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}

body.admin-bar.cover-header .site-header {
  top: 86px;
}

@media only screen and (min-width: 783px) {
  body.admin-bar.cover-header .site-header {
    top: 72px;
  }
}

@media screen and (min-width: 1088px) {
  body.admin-bar.cover-header .site-header {
    top: 6.5rem;
  }
}

body.admin-bar.cover-header .top-search.is-opened + .site-header {
  top: 10.5rem;
}

.banner-join-us {
  position: relative;
  z-index: 1;
  background: #edeff0;
  padding: 50px 0 100px;
  margin-bottom: -50px;
}

@media screen and (min-width: 769px), print {
  .banner-join-us {
    margin-bottom: -60px;
  }
}

@media screen and (min-width: 1280px) {
  .banner-join-us {
    margin-bottom: -70px;
  }
}

@media screen and (min-width: 1472px) {
  .banner-join-us {
    padding: 60px 0 120px;
    margin-bottom: -90px;
  }
}

.banner-join-us .container {
  padding: 0 0.75rem;
}

.banner-join-us .columns .column p.join-title {
  font-size: 1.025rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px), print {
  .banner-join-us .columns .column p.join-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1088px) {
  .banner-join-us .columns .column p.join-title {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1280px) {
  .banner-join-us .columns .column p.join-title {
    font-size: 1.25rem;
  }
}

.banner-join-us .columns .column img {
  display: block;
  margin: 1rem auto;
  width: 90px;
}

@media screen and (min-width: 769px), print {
  .banner-join-us .columns .column img {
    width: 110px;
  }
}

@media screen and (min-width: 1088px) {
  .banner-join-us .columns .column img {
    width: 125px;
  }
}

.banner-join-us .columns .column a.button {
  margin: 1rem auto;
  height: 2.5rem;
  padding: 0 1.5rem;
}

.banner-join-us .columns .column p.smaller {
  color: hsl(0, 0%, 21%);
  font-size: 0.875rem;
}

.banner-join-us .columns .column p.smaller a {
  font-weight: 500;
  color: hsl(0, 0%, 21%);
}

.banner-join-us .columns .column p.smaller a:hover {
  text-decoration: underline;
}

.banner-join-us .columns .is-divider-vertical[data-content]::after,
.banner-join-us .columns .is-divider[data-content]::after {
  background: transparent;
}

.site-footer {
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Main Footer area */
  /* Darker Sub-Footer - Page Bottom */
}

@media screen and (min-width: 769px), print {
  .site-footer {
    padding: 100px 0 0;
  }
}

@media screen and (min-width: 1088px) {
  .site-footer {
    padding: 120px 0 0;
  }
}

.site-footer::before {
  content: "";
  display: block;
  width: 110%;
  height: 800px;
  background: hsl(0, 0%, 86%);
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  -webkit-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(3deg);
       -o-transform: rotate(3deg);
          transform: rotate(3deg);
}

.site-footer::after {
  content: "";
  display: block;
  width: 110%;
  height: 240px;
  background: #a9a9a9;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  -webkit-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-7deg);
       -o-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

@media screen and (min-width: 1472px) {
  .site-footer::after {
    -webkit-transform: rotate(-6deg);
         -o-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

.site-footer .footer-main {
  position: relative;
  z-index: 5;
  padding: 0 1rem;
  /* Container */
  /* 1st col : Contact infos & social nav */
  /* 2nd col : Footer navigation */
  /* 3rd col : Credit FIT in Group */
}

@media screen and (min-width: 769px), print {
  .site-footer .footer-main {
    padding: 0;
  }
}

.site-footer .footer-main .container {
  padding: 0 1rem;
}

@media screen and (min-width: 1088px) {
  .site-footer .footer-main .container {
    padding: 0;
  }
}

.site-footer .footer-main .col-contact {
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .site-footer .footer-main .col-contact {
    text-align: left;
  }
}

.site-footer .footer-main .col-contact .contact-infos {
  font-size: 0.9375rem;
}

@media screen and (min-width: 1472px) {
  .site-footer .footer-main .col-contact .contact-infos {
    font-size: 1rem;
  }
}

.site-footer .footer-main .col-contact .contact-infos i.fa {
  display: none;
}

@media screen and (min-width: 769px), print {
  .site-footer .footer-main .col-contact .contact-infos i.fa {
    display: inline-block;
  }
}

.site-footer .footer-main .col-contact .contact-infos a {
  color: hsl(0, 0%, 21%);
}

.site-footer .footer-main .col-contact .contact-infos a:hover {
  text-decoration: underline;
}

.site-footer .footer-main .col-contact .contact-infos br.sep {
  display: none;
}

@media screen and (min-width: 1280px) {
  .site-footer .footer-main .col-contact .contact-infos br.sep {
    display: block;
  }
}

.site-footer .footer-main .col-contact .social-navigation {
  margin-top: 1.5rem;
}

.site-footer .footer-main .col-contact .social-navigation li {
  display: inline-block;
  margin-right: 0.5rem;
}

.site-footer .footer-main .col-contact .social-navigation li a {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  text-align: center;
  background: white;
  border-radius: 50%;
  color: rgb(46, 89, 163);
  font-size: 1rem;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.site-footer .footer-main .col-contact .social-navigation li a:hover {
  color: white;
  background: rgb(46, 89, 163);
}

.site-footer .footer-main .col-navigation ul {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .site-footer .footer-main .col-navigation ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    text-align: left;
  }
}

.site-footer .footer-main .col-navigation ul a {
  color: hsl(0, 0%, 21%);
  font-size: 0.9375rem;
}

@media screen and (min-width: 1472px) {
  .site-footer .footer-main .col-navigation ul a {
    font-size: 1rem;
  }
}

.site-footer .footer-main .col-navigation ul a:hover {
  text-decoration: underline;
}

.site-footer .footer-main .col-credits {
  text-align: center;
}

.site-footer .footer-main .col-credits img {
  width: 50px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

@media screen and (min-width: 769px), print {
  .site-footer .footer-main .col-credits img {
    width: 55px;
  }
}

@media screen and (min-width: 1088px) {
  .site-footer .footer-main .col-credits img {
    width: 65px;
  }
}

@media screen and (min-width: 1280px) {
  .site-footer .footer-main .col-credits img {
    width: 75px;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1472px) {
  .site-footer .footer-main .col-credits img {
    width: 90px;
    margin-right: 1rem;
  }
}

.site-footer .footer-main .col-credits p {
  color: rgb(46, 89, 163);
  display: inline-block;
  font-weight: 300;
  font-size: 0.875rem;
  -webkit-transform: translateY(0.5rem);
       -o-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

@media screen and (min-width: 1088px) {
  .site-footer .footer-main .col-credits p {
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 1280px) {
  .site-footer .footer-main .col-credits p {
    font-size: 1rem;
    text-align: left;
  }
}

@media screen and (min-width: 1472px) {
  .site-footer .footer-main .col-credits p {
    font-size: 1.0625rem;
  }
}

.site-footer .footer-bottom {
  position: relative;
  z-index: 5;
  background: hsl(0, 0%, 21%);
  text-align: center;
  color: white;
  font-size: 0.8125rem;
  padding: 1rem 0;
  margin-top: 2.5rem;
}

@media screen and (min-width: 769px), print {
  .site-footer .footer-bottom {
    font-size: 0.875rem;
  }
}

.site-footer .footer-bottom span.legal {
  display: block;
}

@media only screen and (min-width: 700px) {
  .site-footer .footer-bottom span.legal {
    display: inline-block;
  }

  .site-footer .footer-bottom span.legal::after {
    content: " - ";
  }
}

.site-footer .footer-bottom .nav-legal {
  display: inline-block;
}

.site-footer .footer-bottom .nav-legal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-bottom .nav-legal ul li {
  display: inline-block;
}

.site-footer .footer-bottom .nav-legal ul li:not(:last-child)::after {
  content: " - ";
}

.site-footer .footer-bottom .nav-legal ul li a {
  color: white;
}

.site-footer .footer-bottom .nav-legal ul li a:hover {
  text-decoration: underline;
}

.site-footer .footer-bottom p.credits {
  display: block;
}

@media only screen and (min-width: 700px) {
  .site-footer .footer-bottom p.credits {
    display: inline-block;
  }

  .site-footer .footer-bottom p.credits::before {
    content: " - ";
  }
}

.site-footer .footer-bottom p.credits a {
  color: white;
}

/* FAQ */

body.faq,
body.archive-faq_question {
  /* Search Form */
  /* Columns FAQ */
  /* Tabs Topics */
  /* Tabs Contents : Questions & Answers */
}

body.faq h2,
body.archive-faq_question h2 {
  font-size: 1.5rem;
}

body.faq .content .search-form,
body.archive-faq_question .content .search-form {
  position: relative;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.faq .content .search-form label,
body.archive-faq_question .content .search-form label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  body.faq .content .search-form label::before,
  body.archive-faq_question .content .search-form label::before {
    content: "\F002";
    display: inline-block;
    font: normal normal normal 18px/50px FontAwesome;
    color: hsl(0, 0%, 86%);
    position: absolute;
    left: 25px;
  }
}

body.faq .content .search-form .search-field,
body.archive-faq_question .content .search-form .search-field {
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  width: 100%;
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 3px;
}

@media screen and (min-width: 769px), print {
  body.faq .content .search-form .search-field,
  body.archive-faq_question .content .search-form .search-field {
    font-size: 1.125rem;
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 45px;
  }
}

body.faq .content .search-form .search-submit,
body.archive-faq_question .content .search-form .search-submit {
  height: 38px;
  padding: 0 12px;
  margin: 1px 0 1px 10px;
  border-radius: 3px;
  font-size: 0.875rem;
  -webkit-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
  border-color: transparent;
  background: rgb(46, 89, 163);
  color: white;
  cursor: pointer;
}

@media screen and (min-width: 769px), print {
  body.faq .content .search-form .search-submit,
  body.archive-faq_question .content .search-form .search-submit {
    height: 48px;
    font-size: 1rem;
  }
}

body.faq .content .search-form .search-submit:hover,
body.archive-faq_question .content .search-form .search-submit:hover {
  background: #23437b;
}

body.faq .faq-wrapper,
body.archive-faq_question .faq-wrapper {
  margin: 2rem 0 1rem;
}

body.faq .faq-tabs,
body.archive-faq_question .faq-tabs {
  margin-bottom: 0;
}

body.faq .faq-tabs ul,
body.archive-faq_question .faq-tabs ul {
  list-style: none;
  margin: 0;
}

body.faq .faq-tabs ul li,
body.archive-faq_question .faq-tabs ul li {
  margin: 0;
}

body.faq .faq-tabs .count,
body.archive-faq_question .faq-tabs .count {
  font-size: 0.875rem;
  padding-left: 0.5rem;
}

body.faq .faq-tabs.not-has-topics,
body.archive-faq_question .faq-tabs.not-has-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.faq .faq-results,
body.archive-faq_question .faq-results {
  border: 1px solid hsl(0, 0%, 86%);
  border-top: 0;
  padding: 1rem;
}

body.faq .faq-results h3.faq-subtopic-title,
body.archive-faq_question .faq-results h3.faq-subtopic-title {
  color: rgb(46, 89, 163);
  font-weight: 600;
}

body.faq .faq-results .accordion,
body.archive-faq_question .faq-results .accordion {
  border-bottom: 1px solid hsl(0, 0%, 96%);
}

body.faq .faq-results .accordion .accordion-header,
body.archive-faq_question .faq-results .accordion .accordion-header {
  font-size: 0.9375rem;
  padding: 0.5em 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

@media screen and (min-width: 769px), print {
  body.faq .faq-results .accordion .accordion-header,
  body.archive-faq_question .faq-results .accordion .accordion-header {
    font-size: 1.0625rem;
  }
}

body.faq .faq-results .accordion .accordion-header::after,
body.archive-faq_question .faq-results .accordion .accordion-header::after {
  content: "\F107";
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

body.faq .faq-results .accordion .accordion-header:hover,
body.archive-faq_question .faq-results .accordion .accordion-header:hover {
  background: hsl(0, 0%, 98%);
}

body.faq .faq-results .accordion .accordion-header:hover::after,
body.archive-faq_question .faq-results .accordion .accordion-header:hover::after {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

body.faq .faq-results .accordion .accordion-body,
body.archive-faq_question .faq-results .accordion .accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0rem 0.75rem 0rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.faq .faq-results .accordion .accordion-body .accordion-content,
body.archive-faq_question .faq-results .accordion .accordion-body .accordion-content {
  border-left: 1px solid hsl(0, 0%, 96%);
  padding-left: 1rem;
}

body.faq .faq-results .accordion.is-active .accordion-header,
body.archive-faq_question .faq-results .accordion.is-active .accordion-header {
  background: hsl(0, 0%, 98%);
  color: rgb(46, 89, 163);
}

body.faq .faq-results .accordion.is-active .accordion-header::after,
body.archive-faq_question .faq-results .accordion.is-active .accordion-header::after {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

body.faq .faq-results .accordion.is-active .accordion-header:hover::after,
body.archive-faq_question .faq-results .accordion.is-active .accordion-header:hover::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.faq .faq-results .accordion.is-active .accordion-body,
body.archive-faq_question .faq-results .accordion.is-active .accordion-body {
  max-height: 999px;
  padding: 1rem 0.75rem 2rem;
}

body.faq .faq-results .accordion.is-active .accordion-body a,
body.archive-faq_question .faq-results .accordion.is-active .accordion-body a {
  text-decoration: underline;
}

body.faq .faq-results .faq_no-topics,
body.archive-faq_question .faq-results .faq_no-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

body.faq .faq-results .faq_no-topics p,
body.archive-faq_question .faq-results .faq_no-topics p {
  text-align: center;
}

body.cover-header .wrap.container {
  padding-top: 0;
}

body .international-presence {
  height: 800px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  position: relative;
  /*
          <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1920" height="1248" viewBox="0 0 1920 1248">
    <defs>
      <linearGradient id="linear-gradient" x1="0.983" y1="0.73" x2="0.129" y2="0.717" gradientUnits="objectBoundingBox">
        <stop offset="0" stop-color="#2e59a3"/>
        <stop offset="0.398" stop-color="#2e59a3" stop-opacity="0.302"/>
        <stop offset="0.781" stop-color="#2e59a3" stop-opacity="0.302"/>
        <stop offset="1" stop-color="#2e59a3"/>
      </linearGradient>
    </defs>
    <rect id="Rectangle_21" data-name="Rectangle 21" width="1920" height="1248" fill="url(#linear-gradient)"/>
  </svg>
  */
}

body .international-presence::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2E59A3;
  background: -webkit-gradient(linear, left top, right top, from(rgb(46, 89, 163)), color-stop(25%, rgba(46, 89, 163, 0.3)), color-stop(75%, rgba(46, 89, 163, 0.3)), to(rgb(46, 89, 163)));
  background: -webkit-linear-gradient(left, rgb(46, 89, 163) 0%, rgba(46, 89, 163, 0.3) 25%, rgba(46, 89, 163, 0.3) 75%, rgb(46, 89, 163) 100%);
  background: -o-linear-gradient(left, rgb(46, 89, 163) 0%, rgba(46, 89, 163, 0.3) 25%, rgba(46, 89, 163, 0.3) 75%, rgb(46, 89, 163) 100%);
  background: linear-gradient(90deg, rgb(46, 89, 163) 0%, rgba(46, 89, 163, 0.3) 25%, rgba(46, 89, 163, 0.3) 75%, rgb(46, 89, 163) 100%);
}

body .international-presence .panel-grid-cell {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

body .international-presence .panel-grid-cell::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: #2E59A3;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

body .international-presence .panel-grid-cell .so-panel {
  position: relative;
  z-index: 1;
}

/* Register Page */

body.register .wrap {
  min-height: calc(100vh - 53px) !important;
  padding-top: 80px;
}

body.register .wrap .page-intro {
  min-height: 25vh;
  margin-bottom: 4rem;
}

@media screen and (min-width: 1088px) {
  body.register .wrap .page-intro {
    min-height: 28vh;
  }
}

body.register .wrap .page-intro .title {
  margin: 0;
}

@media screen and (min-width: 1472px) {
  body.register .wrap .page-intro .title {
    font-size: 2.5rem;
  }
}

body.register .wrap .page-intro .subtitle {
  margin: 1rem 0 0;
}

@media screen and (min-width: 1472px) {
  body.register .wrap .page-intro .subtitle {
    font-size: 1.75rem;
  }
}

body.register .wrap .page-intro .modal-open {
  margin-top: 1rem;
}

body.register .wrap .form-register-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 5rem;
  padding: 0 1rem;
}

@media only screen and (min-width: 990px) {
  body.register .wrap .form-register-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  body.register .wrap .form-register-wrapper {
    padding: 0;
  }
}

body.register .wrap .form-register-wrapper .quick-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 990px) {
  body.register .wrap .form-register-wrapper .quick-register {
    width: 35%;
  }
}

@media only screen and (min-width: widescreen) {
  body.register .wrap .form-register-wrapper .quick-register {
    width: 30%;
  }
}

body.register .wrap .form-register-wrapper .quick-register p {
  font-size: 0.9375rem;
  text-align: center;
  font-style: italic;
}

body.register .wrap .form-register-wrapper .quick-register .linkedin-button {
  height: 3rem;
  padding: 0 1.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.register .wrap .form-register-wrapper .quick-register .linkedin-button .icon {
  border-radius: 4px;
  background: #0077b5;
  color: white;
  margin-right: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.register .wrap .form-register-wrapper .quick-register .linkedin-button:hover {
  background: #0077b5;
  border-color: rgb(46, 89, 163);
  color: white;
}

body.register .wrap .form-register-wrapper .quick-register .linkedin-button:hover .icon {
  background: white;
  color: #0077b5;
}

@media only screen and (min-width: 990px) {
  body.register .wrap .form-register-wrapper .full-register {
    width: 55%;
  }
}

@media only screen and (min-width: 1280px) {
  body.register .wrap .form-register-wrapper .full-register {
    width: 50%;
  }
}

body.register .wrap .form-register-wrapper .full-register .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {
  body.register .wrap .form-register-wrapper .full-register .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}

body.register .wrap .form-register-wrapper .full-register .row.no-mb {
  margin-bottom: 0.2rem;
}

body.register .wrap .form-register-wrapper .full-register .row .field {
  width: 100%;
  margin: 0;
}

body.register .wrap .form-register-wrapper .full-register .row .field .control.has-icons-left .icon,
body.register .wrap .form-register-wrapper .full-register .row .field .control.has-icons-right .icon {
  height: 3rem;
  width: 3rem;
}

body.register .wrap .form-register-wrapper .full-register .row .field .control.has-icons-left .icon.is-left,
body.register .wrap .form-register-wrapper .full-register .row .field .control.has-icons-right .icon.is-left {
  left: 0;
}

body.register .wrap .form-register-wrapper .full-register .row .field .control.has-icons-left .icon.is-right,
body.register .wrap .form-register-wrapper .full-register .row .field .control.has-icons-right .icon.is-right {
  right: 0;
}

body.register .wrap .form-register-wrapper .full-register .row .field .control.has-icons-left button.icon,
body.register .wrap .form-register-wrapper .full-register .row .field .control.has-icons-right button.icon {
  cursor: pointer;
  pointer-events: all;
  background: none;
  border: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

body.register .wrap .form-register-wrapper .full-register .row .field .control.has-icons-left button.icon:hover,
body.register .wrap .form-register-wrapper .full-register .row .field .control.has-icons-right button.icon:hover {
  color: rgb(46, 89, 163);
}

body.register .wrap .form-register-wrapper .full-register .row .field .control.has-icons-left input {
  padding-left: 2.75rem;
}

body.register .wrap .form-register-wrapper .full-register .row .field .control.has-icons-right input {
  padding-right: 2.75rem;
}

body.register .wrap .form-register-wrapper .full-register .row .field .control .form-validation {
  font-size: 0.75rem;
  font-style: italic;
  padding: 0 0 0 0.5rem;
}

body.register .wrap .form-register-wrapper .full-register .row .field .control .form-validation.is-danger {
  color: rgb(155, 35, 33);
}

body.register .wrap .form-register-wrapper .full-register .row .field .control .form-validation.is-warning {
  color: rgb(226, 110, 14);
}

body.register .wrap .form-register-wrapper .full-register .row .field .control .form-validation.is-success {
  color: hsl(141, 71%, 48%);
}

body.register .wrap .form-register-wrapper .full-register .row .field input {
  height: 3rem;
}

body.register .wrap .form-register-wrapper .full-register #password-strength {
  font-size: 0.75rem;
  font-style: italic;
  padding: 0 0 0 0.5rem;
}

body.register .wrap .form-register-wrapper .full-register #password-strength.bad,
body.register .wrap .form-register-wrapper .full-register #password-strength.short {
  color: rgb(155, 35, 33);
}

body.register .wrap .form-register-wrapper .full-register #password-strength.good {
  color: rgb(226, 110, 14);
}

body.register .wrap .form-register-wrapper .full-register #password-strength.strong {
  color: hsl(141, 71%, 48%);
}

body.register .wrap .form-register-wrapper .full-register .field-account-type .label-primary {
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.9375rem;
  font-style: italic;
}

body.register .wrap .form-register-wrapper .full-register .field-account-type .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

body.register .wrap .form-register-wrapper .full-register .field-account-type input[type=radio] {
  display: none;
}

body.register .wrap .form-register-wrapper .full-register .field-account-type input[type=radio] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  width: 50%;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

body.register .wrap .form-register-wrapper .full-register .field-account-type input[type=radio] + label strong {
  display: block;
  font-size: 1.0625rem;
  margin-bottom: 0.25rem;
}

@media only screen and (min-width: 600px) {
  body.register .wrap .form-register-wrapper .full-register .field-account-type input[type=radio] + label strong {
    font-size: 1.125rem;
  }
}

body.register .wrap .form-register-wrapper .full-register .field-account-type input[type=radio] + label span {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 0.8125rem;
}

@media only screen and (min-width: 600px) {
  body.register .wrap .form-register-wrapper .full-register .field-account-type input[type=radio] + label span {
    font-size: 0.875rem;
  }
}

body.register .wrap .form-register-wrapper .full-register .field-account-type label[for=register_user_role_expert] {
  background-image: url(/wp-content/themes/fitin-network/dist/images/register-expert.jpg?4fb49fb1836cc747e38d30f84ce2325d);
  background-size: cover;
  background-position: center;
  aspect-ratio: 1.6;
  color: white;
}

body.register .wrap .form-register-wrapper .full-register .field-account-type label[for=register_user_role_expert]:hover {
  border-color: rgb(46, 89, 163);
}

body.register .wrap .form-register-wrapper .full-register .field-account-type input[type=radio]:checked + label[for=register_user_role_expert] {
  border-color: rgb(46, 89, 163);
}

body.register .wrap .form-register-wrapper .full-register .field-account-type label[for=register_user_role_company] {
  background-image: url(/wp-content/themes/fitin-network/dist/images/register-company.jpg?93f363de1b73095945007cdff7f15913);
  background-size: cover;
  background-position: center;
  aspect-ratio: 1.6;
  color: white;
}

body.register .wrap .form-register-wrapper .full-register .field-account-type label[for=register_user_role_company]:hover {
  border-color: rgb(236, 90, 79);
}

body.register .wrap .form-register-wrapper .full-register .field-account-type input[type=radio]:checked + label[for=register_user_role_company] {
  border-color: rgb(236, 90, 79);
}

body.register .wrap .form-register-wrapper .full-register .field-account-type input[type=radio] + label.is-greyed {
  opacity: 0.55;
}

body.register .wrap .form-register-wrapper .full-register #register_consent {
  width: 20px;
  height: 20px;
  accent-color: rgb(46, 89, 163);
  margin-right: 0.5rem;
  vertical-align: text-bottom;
  cursor: pointer;
}

body.register .wrap .form-register-wrapper .full-register input[type=checkbox] + label {
  cursor: pointer;
  font-size: 0.9375rem;
}

body.register .wrap .form-register-wrapper .full-register a {
  text-decoration: underline;
}

body.register .wrap .form-register-wrapper .full-register #register-submit {
  height: 2.75rem;
  padding: 0 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.register .wrap .form-register-wrapper.choose-role {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.register .site-footer {
  padding: 0;
}

body.register .site-footer::before,
body.register .site-footer::after {
  content: none;
}

body.register .site-footer .footer-bottom {
  margin-top: 0;
}

body.my-account.registration-steps-expert .content section.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: inherit;
  padding: 1.5rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px), print {
  body.my-account.registration-steps-expert .content section.page-content {
    padding: 2rem 0;
    min-height: calc(100vh - 80px);
  }
}

@media screen and (min-width: 1088px) {
  body.my-account.registration-steps-expert .content section.page-content {
    padding: 2.5rem 0;
  }
}

@media screen and (min-width: 1280px) {
  body.my-account.registration-steps-expert .content section.page-content {
    padding: 3rem 0;
  }
}

body.my-account.registration-steps-expert main.main {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

body.my-account.registration-steps-expert main.main .top-infos {
  margin-bottom: auto;
  display: none;
}

body.my-account.registration-steps-expert main.main .account-section {
  position: relative;
  width: 100%;
  max-width: 1088px;
  margin: auto;
  padding-bottom: 5rem;
  display: none;
}

body.my-account.registration-steps-expert main.main .account-section .cmb-tab-nav {
  display: none;
}

body.my-account.registration-steps-expert main.main .account-section .cmb-tabs-panel:not(.cmb2-wrap-tabs) {
  display: none;
}

body.my-account.registration-steps-expert main.main .account-section .cmb-tabs-panel.cmb2-wrap-tabs {
  width: 100%;
}

body.my-account.registration-steps-expert main.main .cmb-tabs {
  margin: 0;
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-th {
  width: auto;
  max-width: 100%;
  float: none;
  padding: 0;
  text-align: left;
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-th .required {
  font-size: 0.875rem;
  padding-left: 0.25rem;
  color: rgb(155, 35, 33);
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-td {
  width: auto;
  max-width: 100%;
  float: none;
  padding: 0;
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-td select,
body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-td input[type=text] {
  width: 100%;
  height: 2.5rem;
  outline: none;
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-td select:hover,
body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-td input[type=text]:hover {
  border-color: #b5b5b5;
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-td select:focus,
body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-td input[type=text]:focus {
  border-color: rgb(46, 89, 163);
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row .error-msg,
body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row .error-check-msg {
  display: none;
  font-size: 0.75rem;
  color: rgb(155, 35, 33);
  padding-top: 0.35rem;
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row.is-error select,
body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row.is-error input,
body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row.is-error-check select,
body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row.is-error-check input {
  border-color: rgb(155, 35, 33);
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row.is-error.is-error .error-msg,
body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row.is-error-check.is-error .error-msg {
  display: block;
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row.is-error.is-error-check .error-check-msg,
body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row.is-error-check.is-error-check .error-check-msg {
  display: block;
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row.is-success select,
body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row.is-success input {
  border-color: hsl(141, 71%, 48%);
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row.is-success .error-msg,
body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-row.is-success .error-check-msg {
  display: none !important;
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-type-select .cmb-td::after {
  left: inherit;
  right: 1.25rem;
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-type-title {
  margin-bottom: 2.5rem;
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-type-title h3.cmb2-metabox-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-type-title h3.cmb2-metabox-title .step {
  padding-right: 0.75rem;
}

@media screen and (min-width: 769px), print {
  body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-type-title h3.cmb2-metabox-title {
    font-size: 1.5rem;
  }
}

body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-type-title .cmb2-metabox-description {
  font-size: 0.875rem;
  font-style: italic;
}

@media screen and (min-width: 769px), print {
  body.my-account.registration-steps-expert main.main .cmb2-wrap.form-table .cmb-type-title .cmb2-metabox-description {
    font-size: 0.9375rem;
  }
}

body.my-account.registration-steps-expert main.main .cmb-form .submit-buttons {
  margin: 2rem 0 0;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

body.my-account.registration-steps-expert main.main .cmb-form .submit-buttons .button-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: white;
  border: 1px solid #dbdbdb;
  height: 2.5rem;
  border-radius: 4px;
  padding: 0 1rem;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

body.my-account.registration-steps-expert main.main .cmb-form .submit-buttons .button-secondary:hover {
  background: #f1f1f1;
}

body.my-account.registration-steps-expert main.main .cmb-form .submit-buttons .button-secondary.is-active {
  opacity: 1;
  pointer-events: all;
}

body.my-account.registration-steps-expert main.main .cmb-form .submit-buttons .btn-publish {
  margin: 0;
  height: 2.5rem;
  padding: 0 1rem;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.my-account.registration-steps-expert main.main .cmb-form .submit-buttons .btn-next {
  margin: 0;
  height: 2.5rem;
  padding: 0 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 {
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1rem 2rem;
  grid-template-areas: "title title title" "avatar gender birthdate" "avatar phone linkedin" "avatar website country" "avatar postcode .";
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1.show {
  display: block;
}

@media only screen and (min-width: 600px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1.show {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "avatar ." "gender birthdate" "country postcode" "phone linkedin" "website .";
  }
}

@media only screen and (min-width: 992px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1.show {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "title title title" "avatar gender birthdate" "avatar country postcode" "avatar phone linkedin" "avatar website .";
  }
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-step-1-title {
  grid-area: title;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-avatar {
  grid-area: avatar;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-avatar .cmb2-image-cropper-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border: 1px solid rgb(155, 35, 33);
  border-radius: 4px;
}

@media only screen and (min-width: 392px) and (max-width: 599px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-avatar .cmb2-image-cropper-wrapper {
    width: 360px;
    height: 360px;
    padding: 0;
  }
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-avatar .cmb2-image-cropper-wrapper .placeholder {
  position: absolute;
  inset: 0;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-avatar .cmb2-image-cropper-wrapper .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid rgb(46, 89, 163);
  border-right-color: transparent;
  border-top-color: transparent;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-avatar .cmb2-image-cropper-wrapper .button.action {
  bottom: 1rem;
  background: rgb(46, 89, 163);
  font-size: 0.875rem;
  height: 2.5rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-avatar.is-success .cmb2-image-cropper-wrapper {
  border-color: hsl(141, 71%, 48%);
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-avatar.is-error .cmb2-image-cropper-wrapper {
  border-color: rgb(155, 35, 33);
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-gender {
  grid-area: gender;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-birthdate {
  grid-area: birthdate;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-phone {
  grid-area: phone;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-phone .iti {
  width: 100%;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-linkedin {
  grid-area: linkedin;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-website {
  grid-area: website;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-country {
  grid-area: country;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-1 .cmb2-id-postcode {
  grid-area: postcode;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 {
  display: none;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1rem 2rem;
  grid-template-areas: "title" "cv" "position" "languages" "formations";
}

@media only screen and (min-width: 600px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "cv position" "languages formations";
  }
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2.show {
  display: grid;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-step-2-title {
  grid-area: title;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-file-cv {
  grid-area: cv;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-file-cv .button {
  background: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 2.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 0 1.5rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-file-cv .button:hover {
  border-color: #b5b5b5;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-file-cv.is-success .button {
  border-color: hsl(141, 71%, 48%);
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-file-cv.is-error .button {
  border-color: rgb(155, 35, 33);
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-file-cv .cmb-fileUpload.mode-file.is-multiple ul.values {
  max-width: 100%;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-user-main-position {
  grid-area: position;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-user-main-position .cmb-td::after {
  top: 1rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-languages {
  grid-area: languages;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-languages .control:not(:first-child) {
  margin-left: -1px;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-languages .control:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-languages .language_to_add {
  font-size: 0.875rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-languages .select {
  height: 2.5rem;
  font-size: 0.875rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-languages .select::after {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0;
  top: 1rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-languages a.button {
  height: 2.5rem;
  font-size: 0.875rem;
  background: rgb(46, 89, 163);
  color: white;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-languages a.button:hover {
  background: #284e8f;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-languages .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-languages .error-msg {
  padding-top: 0;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-languages.is-success a.button {
  border-color: hsl(141, 71%, 48%);
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-languages.is-error a.button {
  border-color: rgb(155, 35, 33);
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-formations {
  grid-area: formations;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-formations input[type=number] {
  height: 2.5rem;
  max-width: 100px;
  font-size: 0.875rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-formations .control:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-formations input[type=text] {
  font-size: 0.875rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-formations a.button {
  height: 2.5rem;
  font-size: 0.875rem;
  background: rgb(46, 89, 163);
  color: white;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-formations a.button:hover {
  background: #284e8f;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-formations .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-formations .error-msg {
  padding-top: 0;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-formations.is-success a.button {
  border-color: hsl(141, 71%, 48%);
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-2 .cmb2-id-formations.is-error a.button {
  border-color: rgb(155, 35, 33);
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-3 {
  display: none;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-3.show {
  display: block;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-3 .cmb2-id-step-3-title {
  grid-area: title;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-3 .cmb2-id-user-skills .cmb2-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-3 .cmb2-id-user-skills .cmb2-list li {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media only screen and (min-width: 560px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-3 .cmb2-id-user-skills .cmb2-list li {
    width: calc(50% - 0.25rem);
  }
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-3 .cmb2-id-user-skills .cmb2-list li input[type=checkbox] {
  display: none;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-3 .cmb2-id-user-skills .cmb2-list li label {
  padding: 0.625rem 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border: 1px solid #eee;
  border-radius: 3px;
  line-height: 1.25;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-3 .cmb2-id-user-skills .cmb2-list li input:checked + label {
  background: rgb(46, 89, 163);
  border: 1px solid rgb(46, 89, 163);
  color: white;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-3 .cmb2-id-user-skills .cmb2-list li input:disabled + label {
  color: #aaa;
  cursor: default;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-3 .cmb2-id-user-skills .cmb2-metabox-description {
  padding: 0;
  margin-bottom: 1rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 {
  display: none;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4.show {
  display: block;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 .cmb2-id-step-4-title {
  grid-area: title;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 .cmb2-id-user-activities {
  grid-area: activities;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 .cmb2-id-user-activities .cmb2-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 .cmb2-id-user-activities .cmb2-list li {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media only screen and (min-width: 560px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 .cmb2-id-user-activities .cmb2-list li {
    width: calc(50% - 0.25rem);
  }
}

@media only screen and (min-width: 600px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 .cmb2-id-user-activities .cmb2-list li {
    width: 100%;
  }
}

@media screen and (min-width: 1088px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 .cmb2-id-user-activities .cmb2-list li {
    width: calc(50% - 0.25rem);
  }
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 .cmb2-id-user-activities .cmb2-list li input[type=checkbox] {
  display: none;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 .cmb2-id-user-activities .cmb2-list li label {
  padding: 0.625rem 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border: 1px solid #eee;
  border-radius: 3px;
  line-height: 1.25;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 .cmb2-id-user-activities .cmb2-list li input:checked + label {
  background: rgb(46, 89, 163);
  border: 1px solid rgb(46, 89, 163);
  color: white;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 .cmb2-id-user-activities .cmb2-list li input:disabled + label {
  color: #aaa;
  cursor: default;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-4 .cmb2-id-user-activities .cmb2-metabox-description {
  padding: 0;
  margin-bottom: 1rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 {
  display: none;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5.show {
  display: block;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 .cmb2-id-step-5-title {
  grid-area: title;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 .cmb2-id-user-soft-skills {
  grid-area: softskills;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 .cmb2-id-user-soft-skills .cmb2-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 .cmb2-id-user-soft-skills .cmb2-list li {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media only screen and (min-width: 560px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 .cmb2-id-user-soft-skills .cmb2-list li {
    width: calc(50% - 0.25rem);
  }
}

@media only screen and (min-width: 600px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 .cmb2-id-user-soft-skills .cmb2-list li {
    width: 100%;
  }
}

@media screen and (min-width: 1088px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 .cmb2-id-user-soft-skills .cmb2-list li {
    width: calc(50% - 0.25rem);
  }
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 .cmb2-id-user-soft-skills .cmb2-list li input[type=checkbox] {
  display: none;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 .cmb2-id-user-soft-skills .cmb2-list li label {
  padding: 0.625rem 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border: 1px solid #eee;
  border-radius: 3px;
  line-height: 1.25;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 .cmb2-id-user-soft-skills .cmb2-list li input:checked + label {
  background: rgb(46, 89, 163);
  border: 1px solid rgb(46, 89, 163);
  color: white;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 .cmb2-id-user-soft-skills .cmb2-list li input:disabled + label {
  color: #aaa;
  cursor: default;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-5 .cmb2-id-user-soft-skills .cmb2-metabox-description {
  padding: 0;
  margin-bottom: 1rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 {
  display: none;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6.show {
  display: block;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-step-6-title {
  grid-area: title;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group > .cmb-row:first-child {
  display: none;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping {
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
  padding: 0;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .cmb-group-title {
  font-size: 1rem;
  padding: 0.5rem 2.25rem 0.5rem 2.25rem;
  margin: 0;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside {
  padding: 1rem;
}

@media only screen and (min-width: 600px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row {
  border: none;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}

@media only screen and (min-width: 600px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row {
    width: calc(50% - 0.75rem);
    padding: 0;
    margin: 0;
  }
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-type-select .cmb-td::after {
  top: 1rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-remove-field-row {
  margin: 0;
  padding: 0;
  width: 100%;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-remove-field-row button.cmb-remove-group-row {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: white;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  height: 2.25rem;
  padding: 0 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  border-color: rgb(155, 35, 33);
  color: rgb(155, 35, 33);
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-remove-field-row button.cmb-remove-group-row:hover {
  background: rgb(155, 35, 33);
  color: white;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping.closed .inside {
  display: none;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-add-row {
  position: relative;
  padding-top: 1.25rem;
  margin: 0;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-add-row::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.25rem;
  position: absolute;
  background: #e9e9e9;
  top: 0;
  left: 1.25rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-add-row button.cmb-add-group-row {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: white;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  height: 2.25rem;
  padding: 0 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-color: rgb(46, 89, 163);
  color: rgb(46, 89, 163);
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-6 .cmb2-id-experiences .cmb-repeatable-group .cmb-add-row button.cmb-add-group-row:hover {
  background: rgb(46, 89, 163);
  color: white;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 {
  display: none;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1rem 2rem;
  grid-template-areas: "title" "intervention_type" "intervention_zone" "intervention_zone_details" "availability" "availability_details" "daily_rate" "billing_mode" "billing_mode_details" "billing_kbis";
}

@media only screen and (min-width: 600px) {
  body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "intervention_type ." "intervention_zone intervention_zone_details" "availability availability_details" "daily_rate ." "billing_mode billing_mode_details" "billing_kbis .";
  }
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7.show {
  display: grid;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-step-7-title {
  grid-area: title;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-intervention-type {
  grid-area: intervention_type;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-intervention-zone {
  grid-area: intervention_zone;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-intervention-zone-region {
  grid-area: intervention_zone_details;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-intervention-zone-country {
  grid-area: intervention_zone_details;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-availability {
  grid-area: availability;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-availability-from-date {
  grid-area: availability_details;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-availability-with-notice {
  grid-area: availability_details;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-availability-with-notice .cmb-td input[type=number] {
  max-width: 80px;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-user-daily-rate {
  grid-area: daily_rate;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-billing-mode {
  grid-area: billing_mode;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-billing-mode-societe-propre {
  grid-area: billing_mode_details;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-billing-mode-portage {
  grid-area: billing_mode_details;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-billing-mode-other {
  grid-area: billing_mode_details;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-file-billing-kbis {
  grid-area: billing_kbis;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-file-billing-kbis .button {
  background: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 2.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 0 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-file-billing-kbis .button:hover {
  border-color: #b5b5b5;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-file-billing-kbis.is-success .button {
  border-color: hsl(141, 71%, 48%);
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-file-billing-kbis.is-error .button {
  border-color: rgb(155, 35, 33);
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-7 .cmb2-id-file-billing-kbis .file-name {
  height: 2.5rem;
  line-height: 1.875rem;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-8 {
  display: none;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1rem 2rem;
  grid-template-areas: "title" "notifs_account" "notifs_missions" "notifs_newsletter" "notifs_assistance";
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-8.show {
  display: grid;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-8 .cmb2-id-step-8-title {
  grid-area: title;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-8 .cmb2-id-notif-group-account {
  grid-aread: notifs_account;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-8 .cmb2-id-notif-group-missions {
  grid-aread: notifs_missions;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-8 .cmb2-id-notif-group-newsletter {
  grid-aread: notifs_newsletter;
}

body.my-account.registration-steps-expert main.main .cmb-tab-panel-step-8 .cmb2-id-notif-group-assistance {
  grid-aread: notifs_assistance;
}

body.my-account.registration-steps-company .content section.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: inherit;
  padding: 1.5rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px), print {
  body.my-account.registration-steps-company .content section.page-content {
    padding: 2rem 0;
    min-height: calc(100vh - 80px);
  }
}

@media screen and (min-width: 1088px) {
  body.my-account.registration-steps-company .content section.page-content {
    padding: 2.5rem 0;
  }
}

@media screen and (min-width: 1280px) {
  body.my-account.registration-steps-company .content section.page-content {
    padding: 3rem 0;
  }
}

body.my-account.registration-steps-company main.main {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

body.my-account.registration-steps-company main.main .top-infos {
  margin-bottom: auto;
  display: none;
}

body.my-account.registration-steps-company main.main .account-section {
  position: relative;
  width: 100%;
  max-width: 1088px;
  margin: auto;
  padding-bottom: 5rem;
  display: none;
}

body.my-account.registration-steps-company main.main .account-section .cmb-tab-nav {
  display: none;
}

body.my-account.registration-steps-company main.main .account-section .cmb-tabs-panel:not(.cmb2-wrap-tabs) {
  display: none;
}

body.my-account.registration-steps-company main.main .account-section .cmb-tabs-panel.cmb2-wrap-tabs {
  width: 100%;
}

body.my-account.registration-steps-company main.main .cmb-tabs {
  margin: 0;
  overflow: visible;
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-th {
  width: auto;
  max-width: 100%;
  float: none;
  padding: 0;
  text-align: left;
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-th .required {
  font-size: 0.875rem;
  padding-left: 0.25rem;
  color: rgb(155, 35, 33);
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-td {
  width: auto;
  max-width: 100%;
  float: none;
  padding: 0;
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-td select,
body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-td input[type=text] {
  width: 100%;
  height: 2.5rem;
  outline: none;
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-td select:hover,
body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-td input[type=text]:hover {
  border-color: #b5b5b5;
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-td select:focus,
body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-td input[type=text]:focus {
  border-color: rgb(46, 89, 163);
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row .error-msg,
body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row .error-check-msg {
  display: none;
  font-size: 0.75rem;
  color: rgb(155, 35, 33);
  padding-top: 0.35rem;
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row.is-error select,
body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row.is-error input,
body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row.is-error-check select,
body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row.is-error-check input {
  border-color: rgb(155, 35, 33);
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row.is-error.is-error .error-msg,
body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row.is-error-check.is-error .error-msg {
  display: block;
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row.is-error.is-error-check .error-check-msg,
body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row.is-error-check.is-error-check .error-check-msg {
  display: block;
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row.is-success select,
body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row.is-success input {
  border-color: hsl(141, 71%, 48%);
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row.is-success .error-msg,
body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-row.is-success .error-check-msg {
  display: none !important;
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-type-select .cmb-td::after {
  left: inherit;
  right: 1.25rem;
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-type-title {
  margin-bottom: 2.5rem;
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-type-title h3.cmb2-metabox-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-type-title h3.cmb2-metabox-title .step {
  padding-right: 0.75rem;
}

@media screen and (min-width: 769px), print {
  body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-type-title h3.cmb2-metabox-title {
    font-size: 1.5rem;
  }
}

body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-type-title .cmb2-metabox-description {
  font-size: 0.875rem;
  font-style: italic;
}

@media screen and (min-width: 769px), print {
  body.my-account.registration-steps-company main.main .cmb2-wrap.form-table .cmb-type-title .cmb2-metabox-description {
    font-size: 0.9375rem;
  }
}

body.my-account.registration-steps-company main.main .cmb-form .submit-buttons {
  margin: 2rem 0 0;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

body.my-account.registration-steps-company main.main .cmb-form .submit-buttons .button-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: white;
  border: 1px solid #dbdbdb;
  height: 2.5rem;
  border-radius: 4px;
  padding: 0 1rem;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

body.my-account.registration-steps-company main.main .cmb-form .submit-buttons .button-secondary:hover {
  background: #f1f1f1;
}

body.my-account.registration-steps-company main.main .cmb-form .submit-buttons .button-secondary.is-active {
  opacity: 1;
  pointer-events: all;
}

body.my-account.registration-steps-company main.main .cmb-form .submit-buttons .btn-publish {
  margin: 0;
  height: 2.5rem;
  padding: 0 1rem;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.my-account.registration-steps-company main.main .cmb-form .submit-buttons .btn-next {
  margin: 0;
  height: 2.5rem;
  padding: 0 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-1 {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1rem 2rem;
  grid-template-areas: "title title" "gender phone" "position .";
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-1.show {
  display: block;
}

@media only screen and (min-width: 600px) {
  body.my-account.registration-steps-company main.main .cmb-tab-panel-step-1.show {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "gender phone" "position .";
  }
}

@media only screen and (min-width: 992px) {
  body.my-account.registration-steps-company main.main .cmb-tab-panel-step-1.show {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "title title title" "gender phone position";
  }
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-1 .cmb2-id-step-1-title {
  grid-area: title;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-1 .cmb2-id-gender {
  grid-area: gender;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-1 .cmb2-id-phone {
  grid-area: phone;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-1 .cmb2-id-phone .iti {
  width: 100%;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-1 .cmb2-id-user-main-position {
  grid-area: position;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-2 {
  display: none;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1rem 2rem;
  grid-template-areas: "title" "company" "country" "postcode";
}

@media only screen and (min-width: 600px) {
  body.my-account.registration-steps-company main.main .cmb-tab-panel-step-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "company ." "country postcode";
  }
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-2.show {
  display: grid;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-2 .cmb2-id-step-2-title {
  grid-area: title;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-2 .cmb2-id-company-title {
  grid-area: company;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-2 .cmb2-id-company-country {
  grid-area: country;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-2 .cmb2-id-company-postcode {
  grid-area: postcode;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-3 {
  display: none;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1rem 2rem;
  grid-template-areas: "title" "notifs_account" "notifs_missions" "notifs_newsletter" "notifs_assistance";
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-3.show {
  display: grid;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-3 .cmb2-id-step-3-title {
  grid-area: title;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-3 .cmb2-id-notif-group-account {
  grid-aread: notifs_account;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-3 .cmb2-id-notif-group-expert {
  grid-aread: notifs_missions;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-3 .cmb2-id-notif-group-newsletter {
  grid-aread: notifs_newsletter;
}

body.my-account.registration-steps-company main.main .cmb-tab-panel-step-3 .cmb2-id-notif-group-assistance {
  grid-aread: notifs_assistance;
}

.conditions-generales-dutilisation .page-content .widget-title {
  color: rgb(46, 89, 163);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.conditions-generales-dutilisation .page-content h4 {
  color: rgb(46, 89, 163);
  font-weight: 500;
  font-size: 1.0625rem;
}

.conditions-generales-dutilisation .page-content .contents-table {
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.conditions-generales-dutilisation .page-content .contents-table.is-sticky {
  position: fixed;
  top: 110px;
  z-index: 0;
}

.conditions-generales-dutilisation .page-content .contents-table .widget-title {
  color: rgb(46, 89, 163);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
}

.conditions-generales-dutilisation .page-content .contents-table ol {
  font-size: 0.9375rem;
}

.conditions-generales-dutilisation .page-content .contents-table ol li a {
  color: rgb(46, 89, 163);
}

.conditions-generales-dutilisation .page-content .contents-table ol li a:hover {
  text-decoration: underline;
}

.conditions-generales-dutilisation .page-content .contents-table ol li ol {
  display: none;
}

@media only screen and (min-width: 781px) and (max-width: 1087px) {
  .conditions-generales-dutilisation .page-content .is-fullwidth-touch {
    margin-left: -35%;
  }
}

/* Template My Account */

.my-account {
  /* Left Sidebar - Navigation */
  /* Main content */
}

.my-account .content section.page-intro,
.my-account .content section.page-content {
  position: relative;
}

.my-account .content section.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0;
}

@media screen and (min-width: 1088px) {
  .my-account .content section.page-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 3rem;
    padding: 2rem 0 3rem;
  }
}

@media screen and (min-width: 1280px) {
  .my-account .content section.page-content {
    padding: 3rem 0;
    gap: 4rem;
  }
}

.my-account aside.sidebar {
  width: calc(100% + 2rem);
  margin: -3rem -1rem 1rem;
  border-bottom: 1px solid hsl(0, 0%, 86%);
  /* Sticky if enough space */
  /* Account Navigation */
  /* Account Completion */
}

@media screen and (min-width: 1088px) {
  .my-account aside.sidebar {
    width: 30%;
    margin: 0;
    border-right: 1px solid hsl(0, 0%, 86%);
    border-bottom: none;
  }
}

@media screen and (min-width: 1280px) {
  .my-account aside.sidebar {
    width: 27.5%;
  }
}

@media screen and (min-width: 1472px) {
  .my-account aside.sidebar {
    width: 25%;
  }
}

@media screen and (min-width: 1088px) and (min-height: 620px) {
  .my-account aside.sidebar .sidebar-inner {
    position: sticky;
    top: 128px;
  }
}

.my-account aside.sidebar div.account-navigation.dropdown {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1088px) {
  .my-account aside.sidebar div.account-navigation.dropdown {
    display: none;
  }
}

.my-account aside.sidebar div.account-navigation.dropdown .dropdown-trigger button {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-radius: 0;
  padding: 1rem;
  height: auto;
}

.my-account aside.sidebar div.account-navigation.dropdown .dropdown-menu {
  width: 100%;
}

.my-account aside.sidebar div.account-navigation.dropdown .dropdown-menu .dropdown-item.parent-item,
.my-account aside.sidebar div.account-navigation.dropdown .dropdown-menu .dropdown-item.only-item {
  text-transform: uppercase;
  color: #000;
}

.my-account aside.sidebar div.account-navigation.dropdown .dropdown-menu .dropdown-item.sub-item {
  text-transform: none;
  color: #666;
  padding-left: 1.5rem;
}

.my-account aside.sidebar div.account-navigation.dropdown .dropdown-menu .dropdown-item.is-active {
  color: white;
}

.my-account aside.sidebar div.account-navigation.dropdown .dropdown-menu .dropdown-item.is-active.parent-item,
.my-account aside.sidebar div.account-navigation.dropdown .dropdown-menu .dropdown-item.is-active.only-item {
  background: rgb(46, 89, 163);
}

.my-account aside.sidebar div.account-navigation.dropdown .dropdown-menu .dropdown-item.is-active.sub-item {
  background: rgb(84, 128, 185);
}

.my-account aside.sidebar ul.account-navigation {
  list-style: none;
  margin: 0;
  display: none;
}

@media screen and (min-width: 1088px) {
  .my-account aside.sidebar ul.account-navigation {
    display: block;
  }
}

.my-account aside.sidebar ul.account-navigation li {
  position: relative;
}

.my-account aside.sidebar ul.account-navigation li a {
  display: inline-block;
  padding: 5px 0;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.my-account aside.sidebar ul.account-navigation li a:hover {
  text-decoration: underline;
  color: rgb(46, 89, 163);
}

.my-account aside.sidebar ul.account-navigation li.is-active > a {
  font-weight: 600;
  color: rgb(46, 89, 163);
}

.my-account aside.sidebar ul.account-navigation li.has-sub-menu::before {
  content: "";
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  top: 14px;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  width: 0.5em;
  border-color: #2e59a3;
  right: 2rem;
  z-index: 4;
}

.my-account aside.sidebar ul.account-navigation li.has-sub-menu > a {
  display: block;
}

.my-account aside.sidebar ul.account-navigation li span.count {
  background: rgb(46, 89, 163);
  color: white;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 24px;
  font-weight: 600;
  margin-left: 0.5rem;
}

.my-account aside.sidebar ul.account-navigation li .sub-menu {
  display: none;
}

.my-account aside.sidebar ul.account-navigation li .sub-menu li a {
  padding: 3px 0;
}

.my-account aside.sidebar ul.account-navigation li.is-active .sub-menu {
  display: block;
}

.my-account aside.sidebar .account-completion {
  display: none;
}

@media screen and (min-width: 1088px) {
  .my-account aside.sidebar .account-completion {
    display: block;
  }
}

.my-account aside.sidebar .account-completion .circle-wrap {
  width: 150px;
  height: 150px;
  background: #e6e2e7;
  border-radius: 50%;
  margin: 2.5rem 0 0;
}

@media screen and (min-width: 1280px) {
  .my-account aside.sidebar .account-completion .circle-wrap {
    margin: 2.5rem auto 0;
  }
}

.my-account aside.sidebar .account-completion .circle-wrap .circle .mask {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
  clip: rect(0px, 150px, 150px, 75px);
}

.my-account aside.sidebar .account-completion .circle-wrap .circle .mask .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
  clip: rect(0px, 75px, 150px, 0px);
  background-color: rgb(46, 89, 163);
}

.my-account aside.sidebar .account-completion .circle-wrap .circle .progress {
  -webkit-transition: -webkit-transform 450ms ease-in-out;
  transition: -webkit-transform 450ms ease-in-out;
  -o-transition: -o-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out, -o-transform 450ms ease-in-out;
}

.my-account aside.sidebar .account-completion .circle-wrap .circle .inside-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin: 10px;
  position: absolute;
  z-index: 100;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  padding: 1.5rem 1rem 1rem;
}

.my-account aside.sidebar .account-completion .circle-wrap .circle .inside-circle #percentage_count {
  font-size: 1rem;
  line-height: 1.5;
}

.my-account aside.sidebar .account-completion .help-percentage {
  font-size: 0.875rem;
  margin-top: 0.15rem;
}

.my-account main.main {
  width: 100%;
  /* top-infos */
}

@media screen and (min-width: 1088px) {
  .my-account main.main {
    width: 70%;
  }
}

@media screen and (min-width: 1280px) {
  .my-account main.main {
    width: 72.5%;
  }
}

@media screen and (min-width: 1472px) {
  .my-account main.main {
    width: 75%;
  }
}

.my-account main.main .top-infos {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  padding: 0 0 0.5rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.my-account main.main .top-infos .percentage {
  display: inline-block;
  margin: 0;
  color: rgb(46, 89, 163);
}

.my-account main.main .top-infos .percentage .help-percentage {
  font-size: 0.875rem;
  margin-left: 0.15rem;
}

.my-account main.main .top-infos .preview-link {
  margin-left: auto;
}

.my-account main.main .tabs ul {
  margin: 0;
}

.my-account main.main .tabs ul li {
  margin-top: 0;
}

.my-account main.main h2 {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
}

.my-account main.main h3 {
  color: rgb(46, 89, 163);
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid hsl(0, 0%, 86%);
  padding-bottom: 0.5rem;
}

.my-account main.main .cmb2-wrap.form-table .cmb-row .error-msg,
.my-account main.main .cmb2-wrap.form-table .cmb-row .error-check-msg {
  display: none;
  font-size: 0.75rem;
  color: rgb(155, 35, 33);
  padding-top: 0.35rem;
}

.my-account main.main .cmb2-wrap.form-table .cmb-row.is-error select,
.my-account main.main .cmb2-wrap.form-table .cmb-row.is-error input,
.my-account main.main .cmb2-wrap.form-table .cmb-row.is-error-check select,
.my-account main.main .cmb2-wrap.form-table .cmb-row.is-error-check input {
  border-color: rgb(155, 35, 33);
}

.my-account main.main .cmb2-wrap.form-table .cmb-row.is-error.is-error .error-msg,
.my-account main.main .cmb2-wrap.form-table .cmb-row.is-error-check.is-error .error-msg {
  display: block;
}

.my-account main.main .cmb2-wrap.form-table .cmb-row.is-error.is-error-check .error-check-msg,
.my-account main.main .cmb2-wrap.form-table .cmb-row.is-error-check.is-error-check .error-check-msg {
  display: block;
}

.my-account main.main .cmb2-wrap.form-table .cmb-row.is-success select,
.my-account main.main .cmb2-wrap.form-table .cmb-row.is-success input {
  border-color: hsl(141, 71%, 48%);
}

.my-account main.main .cmb2-wrap.form-table .cmb-row.is-success .error-msg,
.my-account main.main .cmb2-wrap.form-table .cmb-row.is-success .error-check-msg {
  display: none !important;
}

/* Company Percentage circle */

.part1-userinfos_company aside.sidebar .account-completion .circle-wrap .circle .mask .fill {
  background-color: rgb(236, 90, 79);
}

/* Part 1 : Personal Infos */

.part1-userinfos_expert {
  /* Languages */
  /* Formations / Diplomes */
  /* Specific Knowledge, Completed missions */
  /* Repeatable Experiences */
}

.part1-userinfos_expert .cmb2-id-last-name .cmb2-metabox-description {
  margin-bottom: 0;
}

.part1-userinfos_expert .cmb2-id-status-anonymous .cmb-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.part1-userinfos_expert .cmb2-id-status-anonymous .cmb-td input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  cursor: pointer;
  accent-color: rgb(46, 89, 163);
}

.part1-userinfos_expert .cmb2-id-status-anonymous .cmb-td input[type=checkbox]:hover {
  border-color: #b5b5b5;
}

.part1-userinfos_expert .cmb2-id-status-anonymous .cmb-td label .cmb2-metabox-description {
  font-size: 0.875rem;
}

.part1-userinfos_expert .cmb2-id-status-anonymous .cmb-td label .cmb2-metabox-description span {
  display: block;
  font-size: 12px;
}

.part1-userinfos_expert .cmb2-id-file-cv .cmb2-upload-button,
.part1-userinfos_expert .cmb2-id-file-billing-kbis .cmb2-upload-button {
  background-color: white;
  border: 1px solid #dbdbdb;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9375rem;
  height: 2.25em;
}

.part1-userinfos_expert .cmb2-id-file-cv .cmb2-upload-button:hover,
.part1-userinfos_expert .cmb2-id-file-billing-kbis .cmb2-upload-button:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.part1-userinfos_expert .cmb2-id-file-cv .cmb2-upload-button:active,
.part1-userinfos_expert .cmb2-id-file-billing-kbis .cmb2-upload-button:active {
  border-color: #4a4a4a;
  color: #363636;
}

.part1-userinfos_expert .cmb2-id-file-cv .cmb2-media-status .file-status a:hover,
.part1-userinfos_expert .cmb2-id-file-billing-kbis .cmb2-media-status .file-status a:hover {
  text-decoration: underline;
}

.part1-userinfos_expert .cmb-type-languages .field.has-addons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.part1-userinfos_expert .cmb-type-languages .field.has-addons .control:not(:last-child) {
  margin-right: -2px;
}

.part1-userinfos_expert .cmb-type-languages input[type=text] {
  width: 140px;
}

.part1-userinfos_expert .cmb-type-languages .select::after {
  height: 0.5em;
  width: 0.5em;
  margin-top: -0.375rem;
}

.part1-userinfos_expert .cmb-type-languages .button {
  font-size: 0.9375rem;
  height: 2.25rem;
}

.part1-userinfos_expert .cmb-type-languages .languages_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.part1-userinfos_expert .cmb-type-languages .languages_list a.tag_value {
  text-decoration: none;
  cursor: default;
}

.part1-userinfos_expert .cmb2-id-formations .field.has-addons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.part1-userinfos_expert .cmb2-id-formations input[type=number] {
  height: 2.25rem;
  width: 81px;
  padding: 5px 0 5px 0.75rem;
}

.part1-userinfos_expert .cmb2-id-formations input[type=text] {
  width: 198px;
}

.part1-userinfos_expert .cmb2-id-formations .button {
  font-size: 0.9375rem;
  height: 2.25rem;
}

.part1-userinfos_expert .cmb2-id-formations .formations_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.part1-userinfos_expert .cmb2-id-formations .formations_list a.tag_value {
  text-decoration: none;
  cursor: default;
}

.part1-userinfos_expert .cmb2-id-user-skills .cmb-td > .cmb2-metabox-description {
  margin-top: 0.75rem;
}

.part1-userinfos_expert .cmb2-id-user-skills .cmb2-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.part1-userinfos_expert .cmb2-id-user-skills .cmb2-list li {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media only screen and (min-width: 480px) {
  .part1-userinfos_expert .cmb2-id-user-skills .cmb2-list li {
    width: calc(50% - 0.25rem);
  }
}

@media only screen and (min-width: 600px) {
  .part1-userinfos_expert .cmb2-id-user-skills .cmb2-list li {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .part1-userinfos_expert .cmb2-id-user-skills .cmb2-list li {
    width: calc(50% - 0.25rem);
  }
}

.part1-userinfos_expert .cmb2-id-user-skills .cmb2-list li input[type=checkbox] {
  display: none;
}

.part1-userinfos_expert .cmb2-id-user-skills .cmb2-list li label {
  padding: 0.5rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border: 1px solid #eee;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.part1-userinfos_expert .cmb2-id-user-skills .cmb2-list li input:checked + label {
  background: rgb(46, 89, 163);
  border: 1px solid rgb(46, 89, 163);
  color: white;
}

.part1-userinfos_expert .cmb2-id-user-skills .cmb2-list li input:disabled + label {
  color: #aaa;
  cursor: default;
}

.part1-userinfos_expert .cmb2-id-user-skills .cmb2-metabox-description {
  padding: 0;
  margin-bottom: 1rem;
}

.part1-userinfos_expert .cmb2-id-user-activities .cmb-td > .cmb2-metabox-description {
  margin-top: 0.75rem;
}

.part1-userinfos_expert .cmb2-id-user-activities .cmb2-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.part1-userinfos_expert .cmb2-id-user-activities .cmb2-list li {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media only screen and (min-width: 480px) {
  .part1-userinfos_expert .cmb2-id-user-activities .cmb2-list li {
    width: calc(50% - 0.25rem);
  }
}

@media only screen and (min-width: 600px) {
  .part1-userinfos_expert .cmb2-id-user-activities .cmb2-list li {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .part1-userinfos_expert .cmb2-id-user-activities .cmb2-list li {
    width: calc(50% - 0.25rem);
  }
}

.part1-userinfos_expert .cmb2-id-user-activities .cmb2-list li input[type=checkbox] {
  display: none;
}

.part1-userinfos_expert .cmb2-id-user-activities .cmb2-list li label {
  padding: 0.5rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border: 1px solid #eee;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.part1-userinfos_expert .cmb2-id-user-activities .cmb2-list li input:checked + label {
  background: rgb(46, 89, 163);
  border: 1px solid rgb(46, 89, 163);
  color: white;
}

.part1-userinfos_expert .cmb2-id-user-activities .cmb2-list li input:disabled + label {
  color: #aaa;
  cursor: default;
}

.part1-userinfos_expert .cmb2-id-user-activities .cmb2-metabox-description {
  padding: 0;
  margin-bottom: 1rem;
}

.part1-userinfos_expert .cmb2-id-user-soft-skills .cmb-td > .cmb2-metabox-description {
  margin-top: 0.75rem;
}

.part1-userinfos_expert .cmb2-id-user-soft-skills .cmb2-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.part1-userinfos_expert .cmb2-id-user-soft-skills .cmb2-list li {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media only screen and (min-width: 480px) {
  .part1-userinfos_expert .cmb2-id-user-soft-skills .cmb2-list li {
    width: calc(50% - 0.25rem);
  }
}

@media only screen and (min-width: 600px) {
  .part1-userinfos_expert .cmb2-id-user-soft-skills .cmb2-list li {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .part1-userinfos_expert .cmb2-id-user-soft-skills .cmb2-list li {
    width: calc(50% - 0.25rem);
  }
}

.part1-userinfos_expert .cmb2-id-user-soft-skills .cmb2-list li input[type=checkbox] {
  display: none;
}

.part1-userinfos_expert .cmb2-id-user-soft-skills .cmb2-list li label {
  padding: 0.5rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border: 1px solid #eee;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.part1-userinfos_expert .cmb2-id-user-soft-skills .cmb2-list li input:checked + label {
  background: rgb(46, 89, 163);
  border: 1px solid rgb(46, 89, 163);
  color: white;
}

.part1-userinfos_expert .cmb2-id-user-soft-skills .cmb2-list li input:disabled + label {
  color: #aaa;
  cursor: default;
}

.part1-userinfos_expert .cmb2-id-user-soft-skills .cmb2-metabox-description {
  padding: 0;
  margin-bottom: 1rem;
}

.part1-userinfos_expert .cmb-type-textarea.cmb-repeat .cmb-repeat-row .cmb-td {
  width: 100%;
  max-width: 100%;
}

.part1-userinfos_expert .cmb-type-textarea.cmb-repeat .cmb2_textarea {
  height: 80px;
  width: 100%;
}

.part1-userinfos_expert .cmb-type-textarea.cmb-repeat p.cmb-add-row::before {
  height: 1rem;
}

.part1-userinfos_expert .cmb-type-textarea.cmb-repeat .cmb-add-row-button {
  border-radius: 4px;
  background: white;
  border: 1px solid #dbdbdb;
  height: 2.25em;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  cursor: pointer;
}

.part1-userinfos_expert .cmb-type-textarea.cmb-repeat .cmb-add-row-button:hover,
.part1-userinfos_expert .cmb-type-textarea.cmb-repeat .cmb-add-row-button:active,
.part1-userinfos_expert .cmb-type-textarea.cmb-repeat .cmb-add-row-button:focus {
  border-color: #b5b5b5;
}

.part1-userinfos_expert .cmb2-id-experiences,
.part1-userinfos_expert .cmb-repeat-group-wrap {
  margin-top: 0.5rem !important;
}

.part1-userinfos_expert .cmb2-id-experiences > .cmb-td,
.part1-userinfos_expert .cmb-repeat-group-wrap > .cmb-td {
  width: 100%;
  max-width: 100%;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group {
  /* Title */
  /* Repeatble */
  /* Add Button */
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group > .cmb-row:first-child,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:first-child {
  display: none;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping {
  width: 100%;
  padding: 0;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping h3.cmb-group-title,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping h3.cmb-group-title {
  background-color: #fafafa;
  margin: 0;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
  cursor: pointer;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 600px) {
  .part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside,
  .part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row {
  padding: 1rem;
  margin: 0;
  border: none;
}

@media only screen and (min-width: 600px) {
  .part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row,
  .part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row {
    width: 50%;
  }
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id--pending-experiences-items-0-experience-position,
.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-0-experience-position,
.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-1-experience-position,
.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-2-experience-position,
.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-3-experience-position,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id--pending-experiences-items-0-experience-position,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-0-experience-position,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-1-experience-position,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-2-experience-position,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-3-experience-position {
  width: 100%;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-th,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-th {
  width: 100%;
  max-width: 100%;
  float: none;
  text-align: left;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-th label,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-th label {
  font-size: 0.875rem;
  padding: 0;
  line-height: 1;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-td,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-td {
  width: 100%;
  max-width: 100%;
  float: none;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-td input,
.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-td select,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-td input,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-td select {
  width: 100%;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-type-select .cmb-td::after,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-type-select .cmb-td::after {
  left: inherit;
  right: 1.5rem;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea {
  width: 100%;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea {
  width: 100%;
  height: 80px;
  border-color: #dbdbdb;
  border-radius: 4px;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea:hover,
.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea:active,
.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea:focus,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea:hover,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea:active,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea:focus {
  border-color: #b5b5b5;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-remove-field-row,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-remove-field-row {
  display: none;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group .cmb-repeatable-grouping.closed .inside,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping.closed .inside {
  display: none;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group > .cmb-row:last-child,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child {
  float: none;
  clear: both;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group > .cmb-row:last-child .cmb-td,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child .cmb-td {
  padding: 0;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group > .cmb-row:last-child p.cmb-add-row,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child p.cmb-add-row {
  margin: 0;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group > .cmb-row:last-child p.cmb-add-row::before,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child p.cmb-add-row::before {
  content: "";
  width: 1px;
  height: 1rem;
  display: block;
  margin-left: 17px;
  background-color: #dcdcdc;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row {
  border-radius: 4px;
  background: white;
  border: 1px solid #dbdbdb;
  height: 2.25em;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  cursor: pointer;
}

.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row:hover,
.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row:active,
.part1-userinfos_expert .cmb2-id-experiences .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row:focus,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row:hover,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row:active,
.part1-userinfos_expert .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row:focus {
  border-color: #b5b5b5;
}

.part1-userinfos_expert .cmb-form input.button-primary {
  margin-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  height: 2.5rem;
}

/* Part 1 : Premium Subscription */

.part2-billing_expert {
  /* Wrapper Section */
}

.part2-billing_expert #billing-infos {
  /* 1. Argumentaire - IF Freemium */
  /* 2. Pricing table - IF Freemium */
  /* 3. Current Subscription - IF Premium */
  /* 4. Invoices table - If has been already Premium */
}

.part2-billing_expert #billing-infos .billing-argumentaire {
  margin-bottom: 2rem;
}

.part2-billing_expert #billing-infos .billing-pricing-plans {
  margin-top: 1rem;
}

.part2-billing_expert #billing-infos .billing-pricing-plans .pricing-plan .plan-header {
  background-color: transparent;
}

.part2-billing_expert #billing-infos .billing-pricing-plans .pricing-plan .plan-header span {
  font-style: italic;
  font-size: 0.875rem;
  font-weight: 400;
}

.part2-billing_expert #billing-infos .billing-pricing-plans .pricing-plan .plan-price {
  background-color: transparent;
}

.part2-billing_expert #billing-infos .billing-pricing-plans .pricing-plan .plan-price .plan-price-amount {
  font-size: 2rem;
}

.part2-billing_expert #billing-infos .billing-pricing-plans .pricing-plan:hover {
  border-color: rgba(46, 89, 163, 0.5);
  -webkit-box-shadow: 0 0 8px 0 rgba(122, 122, 122, 0.2);
          box-shadow: 0 0 8px 0 rgba(122, 122, 122, 0.2);
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current {
  background: hsl(0, 0%, 96%);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (min-width: 600px) {
  .part2-billing_expert #billing-infos .billing-current-subscription .abo-current {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-name {
  font-size: 1.0625rem;
  font-weight: 600;
  color: rgb(46, 89, 163);
  margin: 0 0 0.25rem;
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-plan {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-plan small {
  font-weight: 500;
  color: hsl(0, 0%, 29%);
  font-style: italic;
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-next-billing {
  font-size: 0.9375rem;
  font-weight: 600;
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-next-billing span {
  font-weight: 500;
  color: hsl(0, 0%, 29%);
  display: block;
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-cancel-at {
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgb(155, 35, 33);
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-cancel-at span {
  font-weight: 500;
  color: rgb(155, 35, 33);
  display: block;
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-current-source {
  font-size: 0.9375rem;
  font-weight: 600;
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-current-source span {
  font-weight: 500;
  color: hsl(0, 0%, 29%);
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-current-source span.card-exp {
  padding-left: 0.5rem;
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-current-source span.card-exp::before {
  content: " - ";
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 200px;
  /* Cancel button */
  /* Update source button */
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-actions .billing-cancel-subscription {
  font-size: 0.875rem;
  margin-top: 1.5rem;
}

.part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-actions .billing-update-source {
  font-size: 0.875rem;
  height: auto;
  white-space: normal;
  margin-top: 1rem;
}

@media only screen and (min-width: 600px) {
  .part2-billing_expert #billing-infos .billing-current-subscription .abo-current .abo-actions .billing-update-source {
    margin-top: auto;
  }
}

.part2-billing_expert #billing-infos .billing-current-subscription p.notice {
  font-size: 0.75rem;
  font-style: italic;
  margin-top: 0.5rem;
}

.part2-billing_expert #billing-infos .billing-invoices {
  margin-top: 2rem;
  max-width: 100%;
  overflow: auto;
}

.part2-billing_expert #billing-infos .billing-invoices table.invoices-list {
  font-size: 0.875rem;
}

.part2-billing_expert #billing-infos .billing-invoices table.invoices-list thead th {
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #dbdbdb;
}

/* Modal Checkout */

#modal-expert-billing-checkout {
  /* Modal Header */
  /* Part 1 - Additionnal Informations */
  /* Part 2 - Recap & Payment Form */
}

#modal-expert-billing-checkout .modal-header {
  padding: 0 0 1rem;
  text-align: center;
}

#modal-expert-billing-checkout .modal-header .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-expert-billing-checkout .modal-header .modal-subtitle {
  font-size: 1rem;
  font-weight: 600;
}

#modal-expert-billing-checkout .payment-total {
  margin: 0 0 1rem 0;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table {
  /* Field has-company */
  /* Field Country */
  /* Field Tax */
  /* Continue Button */
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0.25rem 0;
}

@media screen and (min-width: 769px), print {
  #modal-expert-billing-checkout .billing-checkout-part1 .form-table .field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field label.label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: hsl(0, 0%, 21%);
  width: 100%;
  padding: 0.375rem 10px 0.375rem 0;
  margin: 0;
  line-height: 1.3;
}

@media screen and (min-width: 769px), print {
  #modal-expert-billing-checkout .billing-checkout-part1 .form-table .field label.label {
    width: 230px;
  }
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field-has-company .control label.radio {
  margin-right: 1rem;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field-has-company .control label.radio::before {
  margin-right: 6px;
  vertical-align: bottom;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field-country select,
#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field-country .select {
  width: 100%;
  display: block;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field-tax .control {
  position: relative;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field-tax .control .is-static {
  position: absolute;
  top: 1px;
  left: 1px;
  border: none;
  color: hsl(0, 0%, 21%);
  z-index: 1;
  height: 2.25rem;
  background: transparent;
  padding: 0;
  width: 2rem;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field-tax .control input {
  padding-left: 2.25rem;
  width: 100%;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field-tax.is-valid .control input {
  border-color: hsl(141, 71%, 48%) !important;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field-tax.is-valid .control::after {
  content: "\F00C";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  -webkit-transform: translate(-1.75rem, 5px);
       -o-transform: translate(-1.75rem, 5px);
          transform: translate(-1.75rem, 5px);
  color: hsl(141, 71%, 48%);
  position: absolute;
  top: 7px;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field-tax.is-invalid .control input {
  border-color: rgb(155, 35, 33) !important;
  background: rgba(236, 90, 79, 0.1);
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field-tax.is-invalid .control::after {
  content: "\F071";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  -webkit-transform: translate(-1.75rem, 5px);
       -o-transform: translate(-1.75rem, 5px);
          transform: translate(-1.75rem, 5px);
  color: rgb(155, 35, 33);
  position: absolute;
  top: 7px;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table .field-tax.is-loading .control::after {
  -webkit-animation: spinAround 0.5s infinite linear;
       -o-animation: spinAround 0.5s infinite linear;
          animation: spinAround 0.5s infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-left: -2rem;
  margin-top: 10px;
  position: absolute;
  top: 0;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table p.tax-error {
  font-size: 0.875rem;
  font-style: italic;
  float: left;
  color: rgb(155, 35, 33);
  margin: 1rem 0 0 0;
  display: none;
}

#modal-expert-billing-checkout .billing-checkout-part1 .form-table p.has-text-right {
  margin-top: 0.5rem;
}

#modal-expert-billing-checkout .billing-checkout-part2 {
  display: none;
}

#modal-expert-billing-checkout .billing-checkout-part2 #payment-form .field label.label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgb(46, 89, 163);
}

#modal-expert-billing-checkout .billing-checkout-part2 #payment-form .field a {
  text-decoration: underline;
}

#modal-expert-billing-checkout .billing-checkout-part2 #payment-form #card-errors {
  font-size: 0.875rem;
  font-style: italic;
  color: rgb(236, 90, 79);
}

#modal-expert-billing-checkout .billing-checkout-part2 #payment-form .cgv_acceptance_label.is-danger {
  color: rgb(236, 90, 79);
}

#modal-expert-billing-checkout .billing-checkout-part2 #payment-form .StripeElement {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2.5rem;
  padding: 10px 12px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: white;
  -webkit-transition: box-shadow 150ms ease;
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  -o-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
}

#modal-expert-billing-checkout .billing-checkout-part2 #payment-form .StripeElement--focus {
  -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
          box-shadow: 0 1px 3px 0 #cfd7df;
}

#modal-expert-billing-checkout .billing-checkout-part2 #payment-form .StripeElement--invalid {
  border-color: #fa755a;
}

#modal-expert-billing-checkout .billing-checkout-part2 #payment-form .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#modal-expert-billing-checkout .billing-checkout-part2 .actions-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}

#modal-expert-billing-checkout .billing-checkout-part2 p.pending_payment {
  text-align: center;
  padding: 5rem 0 2rem;
}

#modal-expert-billing-checkout .billing-checkout-part2 p.pending_payment::before {
  -webkit-animation: spinAround 0.5s infinite linear;
  -o-animation: spinAround 0.5s infinite linear;
     animation: spinAround 0.5s infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 2rem;
  width: 2rem;
  left: calc(50% - 1rem);
  top: calc(50% - 0.5rem);
  position: absolute !important;
}

/* Modal Cancel Subscription */

#modal-expert-billing-cancel-subscription {
  /* Modal Header */
  /* Modal Content */
}

#modal-expert-billing-cancel-subscription .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-expert-billing-cancel-subscription .modal-header .modal-title {
  color: rgb(155, 35, 33);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-expert-billing-cancel-subscription .modal-header .modal-subtitle {
  font-size: 1rem;
  font-weight: 600;
}

#modal-expert-billing-cancel-subscription .modal-content-part {
  text-align: center;
  /* Actions buttons */
}

#modal-expert-billing-cancel-subscription .modal-content-part .action-buttons {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Modal Update Source */

#modal-expert-billing-update-source {
  /* Modal Header */
  /* Modal Content */
}

#modal-expert-billing-update-source .modal-header {
  padding: 0 0 2rem;
  text-align: center;
}

#modal-expert-billing-update-source .modal-header .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-expert-billing-update-source .modal-header .modal-subtitle {
  font-size: 1rem;
  font-weight: 600;
}

#modal-expert-billing-update-source .modal-content-part {
  /* Form */
  /* Actions buttons */
}

#modal-expert-billing-update-source .modal-content-part #update-source-form .field label.label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgb(46, 89, 163);
}

#modal-expert-billing-update-source .modal-content-part #update-source-form .field a {
  text-decoration: underline;
}

#modal-expert-billing-update-source .modal-content-part #update-source-form #card-errors {
  font-size: 0.875rem;
  font-style: italic;
  color: rgb(236, 90, 79);
}

#modal-expert-billing-update-source .modal-content-part #update-source-form .StripeElement {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2.5rem;
  padding: 10px 12px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: white;
  -webkit-transition: box-shadow 150ms ease;
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  -o-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
}

#modal-expert-billing-update-source .modal-content-part #update-source-form .StripeElement--focus {
  -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
          box-shadow: 0 1px 3px 0 #cfd7df;
}

#modal-expert-billing-update-source .modal-content-part #update-source-form .StripeElement--invalid {
  border-color: #fa755a;
}

#modal-expert-billing-update-source .modal-content-part #update-source-form .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#modal-expert-billing-update-source .modal-content-part .action-buttons {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Part 3 : Messagerie */

.part3-messagerie .tabs {
  margin-bottom: 0;
}

.part3-messagerie .messages {
  border: 1px solid #dbdbdb;
  border-top: 0;
  padding: 0;
}

.part3-messagerie .messages-list article.message-entry:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

.part3-messagerie .messages-list article.message-entry.unread {
  background: hsl(0, 0%, 98%);
}

.part3-messagerie .messages-list article.message-entry:not(:first-child) {
  border-top: none;
}

.part3-messagerie .messages-list article.message-entry .entry-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.part3-messagerie .messages-list article.message-entry .entry-header .metas {
  font-size: 0.75rem;
  line-height: 24px;
  font-style: italic;
  color: hsl(0, 0%, 48%);
}

.part3-messagerie .messages-list article.message-entry .entry-header .titles {
  margin-top: 0.25rem;
  height: 28px;
}

.part3-messagerie .messages-list article.message-entry .entry-header .avatar {
  width: 24px;
  height: 24px;
  padding: 0;
  float: left;
  margin-right: 0.6rem;
}

.part3-messagerie .messages-list article.message-entry .entry-header .title {
  font-size: 1.0625rem;
  font-weight: 600;
  margin: 0;
  padding-left: 32px;
}

.part3-messagerie .messages-list article.message-entry .entry-header .actions {
  display: none;
}

.part3-messagerie .messages-list article.message-entry .entry-header .actions p.control {
  margin-bottom: 0;
}

.part3-messagerie .messages-list article.message-entry .entry-header .actions p.control a.button {
  font-size: 0.75rem;
}

.part3-messagerie .messages-list article.message-entry .entry-content {
  background: white;
}

.part3-messagerie .messages-list article.message-entry .entry-content * {
  font-size: 0.9375rem;
}

.part3-messagerie .messages-list article.message-entry .entry-content .auto-translated-notice {
  font-size: 0.875rem;
}

.part3-messagerie .messages-list article.message-entry .entry-content .auto-translated-notice a {
  text-decoration: underline;
}

.part3-messagerie .messages-list article.message-entry .entry-content .translation {
  border-top: 1px solid hsl(0, 0%, 48%);
  padding-top: 1rem;
}

.part3-messagerie .messages-list article.message-entry.is-active .entry-header .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.part3-messagerie .messages-list.no-results p {
  text-align: center;
  font-style: italic;
  color: hsl(0, 0%, 48%);
  padding: 3rem 0;
  font-size: 0.9375rem;
}

.part3-messagerie .messages-list.no-results p i.fa {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;
}

/* Part 4 : Security */

.part4-security {
  /* Change Password */
  /* Password Strength Meter */
  /* Account Disabling / Deleting */
}

@media only screen and (min-width: 600px) {
  .part4-security #cmb2-metabox-_user_password_front .cmb-type-text .cmb-th {
    width: 220px;
  }
}

@media only screen and (min-width: 600px) {
  .part4-security #cmb2-metabox-_user_password_front .cmb-type-text .cmb-td {
    width: calc(100% - 220px);
  }
}

.part4-security .button-primary {
  margin-top: 0;
  margin-left: 0;
}

@media only screen and (min-width: 600px) {
  .part4-security .button-primary {
    margin-top: 0;
    margin-left: 15rem;
  }
}

@media screen and (min-width: 1088px) {
  .part4-security .button-primary {
    margin-top: 0.75rem;
    margin-left: 15.7rem;
  }
}

.part4-security #password-strength {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #23282d;
  margin: 0.375rem 5px 5px 1px;
  padding: 5px 5px;
  font-size: 0.875rem;
  text-align: center;
  width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.part4-security #password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
  display: block;
  opacity: 1;
}

.part4-security #password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
  display: block;
  opacity: 1;
}

.part4-security #password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
  display: block;
  opacity: 1;
}

.part4-security #password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
  display: block;
  opacity: 1;
}

.part4-security .disable-account {
  border-top: 1px solid #dbdbdb;
  margin-top: 1rem;
  padding-top: 1rem;
}

.part4-security #account_disable_confirmation,
.part4-security #account_delete_confirmation {
  padding-top: 1rem;
}

.part4-security #account_disable_confirmation input[type=text],
.part4-security #account_delete_confirmation input[type=text] {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 2.25rem;
  width: 100%;
  padding: 5px 0.75rem;
  width: 220px;
}

.part4-security .cancel_account_disable_delete {
  background: none;
  border: none;
  height: 2.25rem;
}

.part4-security .cancel_account_disable_delete:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* Part 5 : Sponsorship Users */

.part5-sponsorship {
  /* Structure */
  /* Errors */
  /* Part 1.  */
  /* Part 2. Send Invitations */
  /* Part 3. Share Invitation link */
}

.part5-sponsorship .sub-section {
  margin-bottom: 2.5rem;
}

.part5-sponsorship .invitations_refused {
  margin-bottom: 2.5rem;
}

.part5-sponsorship .invitations_refused ul {
  margin-top: 0;
  font-size: 0.875rem;
  font-style: italic;
}

.part5-sponsorship table.table {
  margin-bottom: 1rem;
}

.part5-sponsorship .pagination ul {
  list-style: none;
  margin: 0;
}

.part5-sponsorship .pagination ul li {
  margin: 0;
}

.part5-sponsorship .sponsorship_invitation_rows .fields-row:only-child .sponsorship_remove_row {
  display: none;
}

.part5-sponsorship .sponsorship_invitation_rows .field:not(:last-child) {
  margin-bottom: 0;
}

.part5-sponsorship textarea {
  max-width: 575px !important;
  min-width: 100px;
}

.part5-sponsorship #sponsorship_invite_link {
  width: 280px;
  font-size: 0.9375rem;
  height: 2.25rem;
}

.part5-sponsorship .copy_confirmed {
  line-height: 2.25rem;
  padding-left: 0.25rem;
  font-size: 0.9375rem;
  display: none;
}

/* Part 5b : Sponsorship Mission */

.part5b-sponsorship-mission .gform_wrapper {
  padding: 1.5rem 0 0;
}

.part5b-sponsorship-mission .gform_confirmation_wrapper {
  text-align: center;
  margin-top: 3rem;
  padding: 3rem 0;
  color: rgb(46, 89, 163);
  font-size: 0.9375rem;
  border-top: 1px solid rgb(46, 89, 163);
}

/* Part 6 : Notifications */

/* Add a separator in Noficiations > Assistance */

.cmb2-id-notif-group-support .cmb-td {
  border-top: 1px solid #dbdbdb;
  padding-top: 1rem !important;
  margin-top: 1rem;
}

/* Part 7 : Account Missions */

.part7-missions h2 {
  float: left;
}

.part7-missions a.add-mission {
  float: right;
}

@media only screen and (max-width: 599px) {
  .part7-missions a.add-mission {
    display: none;
  }
}

.part7-missions .missions-filters {
  clear: both;
}

.part7-missions .missions-list {
  clear: both;
  margin-top: 2rem;
  /* No Missions for now : Error message */
}

.part7-missions .missions-list table.table {
  /* Header */
  /* Missions list */
  /* Buttons */
}

.part7-missions .missions-list table.table td {
  vertical-align: middle;
}

.part7-missions .missions-list table.table thead th {
  font-weight: 600;
}

@media only screen and (max-width: 599px) {
  .part7-missions .missions-list table.table thead {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .part7-missions .missions-list table.table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .part7-missions .missions-list table.table tbody tr.mission-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid hsl(0, 0%, 71%);
  }

  .part7-missions .missions-list table.table tbody tr.mission-summary td {
    border: none;
    padding: 0.25rem 0.375rem;
  }

  .part7-missions .missions-list table.table tbody tr.mission-summary td.col-experts {
    display: none;
  }

  .part7-missions .missions-list table.table tbody tr.mission-summary td span.tag-ref {
    background: rgb(46, 89, 163);
    border-radius: 4px;
    display: inline-block;
    color: white;
    font-size: 0.875rem;
    padding: 0.125rem 0.5rem;
  }
}

.part7-missions .missions-list table.table tbody tr.mission-summary {
  cursor: pointer;
}

.part7-missions .missions-list table.table tbody tr.mission-summary:hover {
  background: hsl(0, 0%, 98%);
}

.part7-missions .missions-list table.table tbody tr.mission-summary .tooltip.is-tooltip-multiline::before {
  white-space: pre;
  min-width: 10rem;
}

.part7-missions .missions-list table.table tbody tr.mission-details {
  counter-reset: section;
  /* Mission Additionnal summary */
  /* Mission Process */
}

.part7-missions .missions-list table.table tbody tr.mission-details td {
  padding: 1.5rem;
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-excerpt {
  border-bottom: 1px solid hsl(0, 0%, 96%);
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 599px) {
  .part7-missions .missions-list table.table tbody tr.mission-details .mission-excerpt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-excerpt .mission-excerpt-actions {
  width: 160px;
}

@media only screen and (max-width: 599px) {
  .part7-missions .missions-list table.table tbody tr.mission-details .mission-excerpt .mission-excerpt-actions {
    padding-top: 1rem;
  }
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-excerpt .mission-excerpt-actions a.button {
  font-size: 0.875rem;
  margin: 0 0 0.375rem;
  width: 155px;
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-excerpt p {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-process {
  /* Process counter */
  /* Expert lists */
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-process .mission-details-section {
  padding: 0 0 1.5rem 2.5rem;
  position: relative;
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-process .mission-details-section::before {
  content: counter(section);
  counter-increment: section;
  position: absolute;
  left: 0;
  top: 0;
  background: hsl(0, 0%, 96%);
  width: 24px;
  height: 24px;
  font-size: 0.875rem;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  color: hsl(0, 0%, 21%);
  z-index: 1;
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-process .mission-details-section::after {
  content: "";
  width: 1px;
  background: hsl(0, 0%, 96%);
  top: 0;
  left: 9px;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-process .mission-details-section .mission-details-section-title {
  font-weight: 500;
  color: rgb(46, 89, 163);
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-process ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-process ul li {
  height: 28px;
  line-height: 28px;
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-process ul li .avatar {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-process ul li .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-process ul li a.mission-assign-action {
  font-size: 0.875rem;
  padding: 0.3rem 0.5rem;
  line-height: initial;
  height: auto;
}

.part7-missions .missions-list table.table tbody tr.mission-details .mission-process ul li a.mission-assign-action:hover {
  text-decoration: underline;
}

.part7-missions .missions-list table.table .button.is-blue {
  font-size: 0.875rem;
}

.part7-missions .missions-list.no-results p {
  text-align: center;
  font-style: italic;
  color: hsl(0, 0%, 48%);
  padding: 3rem 0;
  font-size: 0.9375rem;
}

.part7-missions .missions-list.no-results p i.fa {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;
}

/* Edit Mission Form */

#mission_edit_post {
  clear: both;
  padding-top: 2rem;
  /* Break float after */
  /* Form validation */
  /* Submit Button */
  /* New Submit button */
}

#mission_edit_post::after {
  content: " ";
  display: block;
  clear: both;
}

#mission_edit_post p.error.has-text-red {
  float: left;
  position: relative;
  margin: 2rem 0 0 210px;
}

#mission_edit_post .cmb-th label span {
  font-size: 0.875rem;
  font-style: italic;
  color: hsl(0, 0%, 21%);
  font-weight: 400;
}

@media only screen and (min-width: 600px) {
  #mission_edit_post .cmb-th label span {
    margin-top: -1rem;
    display: block;
  }
}

#mission_edit_post .cmb-type-select .cmb-td::after {
  right: 0.75rem;
  left: auto;
}

@media only screen and (min-width: 600px) {
  #mission_edit_post .cmb-type-select .cmb-td::after {
    right: auto;
    left: 255px;
  }
}

#mission_edit_post .cmb-type-select .cmb-td select {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  #mission_edit_post .cmb-type-select .cmb-td select {
    width: 280px;
  }
}

#mission_edit_post .cmb2-id--mission-start-date .cmb-th {
  display: none;
}

@media only screen and (min-width: 600px) {
  #mission_edit_post .cmb2-id--mission-start-date .cmb-th {
    display: block;
  }
}

#mission_edit_post .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  #mission_edit_post .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown {
    width: 600px;
  }
}

#mission_edit_post .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-trigger {
  width: 100%;
}

#mission_edit_post .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-trigger button {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px), print {
  #mission_edit_post .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-trigger button {
    width: 600px;
  }
}

#mission_edit_post .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  #mission_edit_post .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu {
    width: 600px;
  }
}

#mission_edit_post .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content {
  max-height: 300px;
  overflow: auto;
  /* Scrollbar */
}

#mission_edit_post .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar {
  width: 5px;
}

#mission_edit_post .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar-button {
  display: none;
}

#mission_edit_post .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar-track {
  background-color: #eee;
}

#mission_edit_post .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar-thumb {
  background: #999;
}

#mission_edit_post .cmb-type-wysiwyg .wp-editor-container .mce-toolbar:last-child {
  display: none;
}

#mission_edit_post .cmb-type-wysiwyg .wp-editor-container .mce-listbox {
  display: none;
}

#mission_edit_post .cmb-type-wysiwyg .wp-editor-container i.mce-ico::before {
  font-size: 20px;
  vertical-align: baseline;
}

#mission_edit_post .cmb-type-wysiwyg .wp-editor-container .mce-widget[aria-label="Aligner à gauche (Shift+Alt+L)"],
#mission_edit_post .cmb-type-wysiwyg .wp-editor-container .mce-widget[aria-label="Centrer (Shift+Alt+C)"],
#mission_edit_post .cmb-type-wysiwyg .wp-editor-container .mce-widget[aria-label="Aligner à droite (Shift+Alt+R)"],
#mission_edit_post .cmb-type-wysiwyg .wp-editor-container .mce-widget[aria-label="Justifier (Shift+Alt+J)"],
#mission_edit_post .cmb-type-wysiwyg .wp-editor-container .mce-widget[aria-label=Tableau],
#mission_edit_post .cmb-type-wysiwyg .wp-editor-container .mce-widget[aria-label="Add Settings shortcode"] {
  display: none;
}

#mission_edit_post .cmb-type-fileUpload .cmb-fileUpload {
  width: 100%;
  background: whitesmoke;
  border: 1px dashed #dbdbdb;
  min-height: 5rem;
  padding: 1rem;
  border-radius: 4px;
}

#mission_edit_post .cmb-type-fileUpload .cmb-fileUpload.is-drop {
  border: 1px dashed #333;
}

#mission_edit_post .cmb-type-fileUpload .cmb-fileUpload label.button {
  float: none;
  border: none;
  display: block;
  background: none;
}

#mission_edit_post .cmb-type-fileUpload .cmb-fileUpload .file-name {
  border: none;
  height: auto;
  padding: 0 0 0 2rem;
  font-style: italic;
}

#mission_edit_post .cmb-type-fileUpload .cmb-fileUpload .file-name .file-del {
  position: absolute;
  top: 0;
  left: 0.5rem;
  right: inherit;
}

#mission_edit_post input.button-primary {
  display: none;
}

#mission_edit_post .cmb2-id--mission--submit-button {
  text-align: right;
  margin-top: 1rem;
}

#mission_edit_post .cmb2-id--mission--submit-button .cmb2-metabox-description {
  max-width: none;
}

/* Modal - Expert - Purpose Mission */

#modal-expert-assign-mission,
#modal-expert-assign-mission-confirm {
  /* Message Confirmation */
}

#modal-expert-assign-mission .modal-header,
#modal-expert-assign-mission-confirm .modal-header {
  padding: 0 0 2rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* Expert Photo Avatar */
}

#modal-expert-assign-mission .modal-header .avatar,
#modal-expert-assign-mission-confirm .modal-header .avatar {
  width: 80px;
  height: 80px;
  margin-right: 1rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#modal-expert-assign-mission .modal-header .avatar img,
#modal-expert-assign-mission-confirm .modal-header .avatar img {
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

#modal-expert-assign-mission .modal-header .avatar .premium,
#modal-expert-assign-mission-confirm .modal-header .avatar .premium {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 26px;
  height: auto;
  top: inherit;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

#modal-expert-assign-mission .modal-header .avatar::before,
#modal-expert-assign-mission .modal-header .avatar::after,
#modal-expert-assign-mission-confirm .modal-header .avatar::before,
#modal-expert-assign-mission-confirm .modal-header .avatar::after {
  content: "";
  display: block;
  position: absolute;
  width: 16%;
  height: 16%;
  z-index: 1;
}

#modal-expert-assign-mission .modal-header .avatar::before,
#modal-expert-assign-mission-confirm .modal-header .avatar::before {
  right: 8px;
  top: 8px;
  border-top: 3px solid rgb(236, 90, 79);
  border-right: 3px solid rgb(236, 90, 79);
}

#modal-expert-assign-mission .modal-header .avatar:not(.premium)::after,
#modal-expert-assign-mission-confirm .modal-header .avatar:not(.premium)::after {
  left: 8px;
  bottom: 8px;
  border-bottom: 3px solid rgb(236, 90, 79);
  border-left: 3px solid rgb(236, 90, 79);
}

#modal-expert-assign-mission .modal-header .modal-title,
#modal-expert-assign-mission-confirm .modal-header .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#modal-expert-assign-mission .modal-header .modal-title span,
#modal-expert-assign-mission-confirm .modal-header .modal-title span {
  display: block;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
}

#modal-expert-assign-mission .modal-header .modal-title span a,
#modal-expert-assign-mission-confirm .modal-header .modal-title span a {
  font-weight: 600;
}

#modal-expert-assign-mission .mission-assign,
#modal-expert-assign-mission-confirm .mission-assign {
  text-align: center;
}

#modal-expert-assign-mission .mission-assign button.mission-assign-confirm-action,
#modal-expert-assign-mission-confirm .mission-assign button.mission-assign-confirm-action {
  margin: 1rem auto 0;
}

#modal-expert-assign-mission .mission-assign-confirm,
#modal-expert-assign-mission-confirm .mission-assign-confirm {
  text-align: center;
  padding: 3rem 0;
  color: rgb(46, 89, 163);
  font-weight: 600;
}

/* Part 8 : Experts Favoris */

.part8-experts {
  /* Liste des listes de favoris */
  /* Favorites : Add List */
}

.part8-experts h3 .favorite-list-count {
  font-size: 0.9375rem;
  font-style: italic;
}

.part8-experts h3 .actions {
  font-size: 0.875rem;
  margin-top: -0.5rem;
  float: right;
}

.part8-experts h3 .actions .button {
  font-size: 0.875rem;
}

.part8-experts .experts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.part8-experts .experts-list div.card.expert {
  width: 98%;
}

@media only screen and (min-width: 500px) {
  .part8-experts .experts-list div.card.expert {
    width: 47.5%;
    max-width: 340px;
  }
}

@media screen and (min-width: 769px), print {
  .part8-experts .experts-list div.card.expert {
    width: 31.5%;
  }
}

@media only screen and (min-width: 960px) {
  .part8-experts .experts-list div.card.expert {
    width: 23.5%;
    max-width: 340px;
  }
}

@media screen and (min-width: 1088px) {
  .part8-experts .experts-list div.card.expert {
    width: 31.5%;
  }
}

.part8-experts .experts-list .no-results p {
  font-style: italic;
}

.part8-experts .experts-list .no-results p a {
  color: rgb(46, 89, 163);
  text-decoration: underline;
}

.part8-experts #favorites-list-tpl {
  display: none !important;
}

.part8-experts #favorites_new_list {
  margin: 1rem 0 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dfdfdf;
}

.part8-experts #favorites_new_list label {
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  display: block;
}

.part8-experts #favorites_new_list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.part8-experts #favorites_new_list #favorites_new_list_label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2.25rem;
  padding: 0 1rem;
  border: 1px solid #dfdfdf;
}

.part8-experts #favorites_new_list button.favorites-action-add-list {
  width: auto;
  height: 2.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Part 9 : Experts - Feuilles de temps */

.part9-feuilles-de-temps {
  /* Notifications */
  /* Default : List of past/current timesheets */
  /* Consultation d'une feuille de temps */
  /* Ajout d'une feuille de temps */
  /* Modal Confirmation */
}

.part9-feuilles-de-temps .notification {
  font-size: 0.875rem;
}

.part9-feuilles-de-temps .timesheet-history a {
  color: rgb(46, 89, 163);
}

.part9-feuilles-de-temps .timesheet-history a:hover {
  text-decoration: underline;
}

.part9-feuilles-de-temps table.view-fdt {
  font-size: 0.9375rem;
}

.part9-feuilles-de-temps table.view-fdt tr.day-Sat,
.part9-feuilles-de-temps table.view-fdt tr.day-Sun {
  background: #f4f8ff !important;
}

.part9-feuilles-de-temps .summary {
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb-row,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb-row {
  margin-bottom: 1.5rem;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb-row .cmb-th,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb-row .cmb-th {
  float: none;
  text-align: left;
  padding: 0 10px;
  width: auto;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb-row .cmb-th label,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb-row .cmb-th label {
  line-height: 1.25rem;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb-row .cmb-td,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb-row .cmb-td {
  float: none;
  width: 100%;
  max-width: 100%;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add #timesheet_mission,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit #timesheet_mission {
  width: 100%;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .wd-period-selector,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .wd-period-selector {
  width: 280px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 2.5rem;
  padding: 5px 0.75rem;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2_worked_days .loader-wrapper,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2_worked_days .loader-wrapper {
  width: 100%;
  min-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 250px;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2_worked_days thead th,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2_worked_days thead th {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #222;
  border: none;
  text-align: center;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2_worked_days tbody tr.day-Sat,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2_worked_days tbody tr.day-Sun,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2_worked_days tbody tr.day-Sat,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2_worked_days tbody tr.day-Sun {
  background: #f4f8ff !important;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2_worked_days tbody tr:not(.is-selected):hover,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2_worked_days tbody tr:not(.is-selected):hover:nth-child(2n),
.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2_worked_days tbody tr:not(.is-selected):hover,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2_worked_days tbody tr:not(.is-selected):hover,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2_worked_days tbody tr:not(.is-selected):hover:nth-child(2n),
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2_worked_days tbody tr:not(.is-selected):hover {
  background: none;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2_worked_days tbody th,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2_worked_days tbody th {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #222;
  padding: 0.5em;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2_worked_days tbody tr.is-error > th,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2_worked_days tbody tr.is-error > th {
  color: rgb(155, 35, 33);
  font-weight: bold;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2_worked_days tbody td,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2_worked_days tbody td {
  text-align: center;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2_worked_days tbody td input[type=radio],
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2_worked_days tbody td input[type=radio] {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2_worked_days .summary,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2_worked_days .summary {
  font-size: 0.9375rem;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2-id-timesheet-submit-row .cmb2-metabox-description,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2-id-timesheet-submit-row .cmb2-metabox-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2-id-timesheet-submit-row .cmb2-metabox-description .button-save,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2-id-timesheet-submit-row .cmb2-metabox-description .button-save {
  background: rgb(46, 89, 163);
  color: white;
  border: none;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2-id-timesheet-submit-row .cmb2-metabox-description .button-save:hover,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2-id-timesheet-submit-row .cmb2-metabox-description .button-save:hover {
  background: rgb(16, 14, 78);
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2-id-timesheet-submit-row .cmb2-metabox-description .button-submit,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2-id-timesheet-submit-row .cmb2-metabox-description .button-submit {
  background: rgb(236, 90, 79);
  color: white;
  border: none;
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2-id-timesheet-submit-row .cmb2-metabox-description .button-submit:hover,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2-id-timesheet-submit-row .cmb2-metabox-description .button-submit:hover {
  background: rgb(155, 35, 33);
}

.part9-feuilles-de-temps #cmb2-metabox-timesheet_add .cmb2-id-timesheet-submit-row .cmb2-metabox-description em,
.part9-feuilles-de-temps #cmb2-metabox-timesheet_edit .cmb2-id-timesheet-submit-row .cmb2-metabox-description em {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.part9-feuilles-de-temps .button-primary {
  display: none;
}

.part9-feuilles-de-temps #modal-timesheet-confirmation .modal-header {
  padding: 0 0 1.25rem;
  text-align: center;
}

.part9-feuilles-de-temps #modal-timesheet-confirmation .modal-title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* Part 10 : Experts - Certification */

.part10-certification {
  /* Repeatable Références */
}

.part10-certification .is-certified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: #2e59a3;
}

.part10-certification .is-certified img {
  width: 24px;
}

.part10-certification .cmb2-id-references,
.part10-certification .cmb-repeat-group-wrap {
  margin-top: 0.5rem !important;
}

.part10-certification .cmb2-id-references > .cmb-td,
.part10-certification .cmb-repeat-group-wrap > .cmb-td {
  width: 100%;
  max-width: 100%;
  padding: 1rem 0 !important;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group {
  /* Title */
  /* Repeatble */
  /* Add Button */
}

.part10-certification .cmb2-id-references .cmb-repeatable-group > .cmb-row:first-child,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:first-child {
  display: none;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping {
  width: 100%;
  padding: 0;
  border-bottom: none;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping h3.cmb-group-title,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping h3.cmb-group-title {
  background-color: #fafafa;
  margin: 0;
  color: hsl(0, 0%, 21%);
  font-size: 1rem;
  cursor: pointer;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 600px) {
  .part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside,
  .part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row {
  padding: 1rem;
  margin: 0;
  border: none;
}

@media only screen and (min-width: 600px) {
  .part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row,
  .part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row {
    width: 50%;
  }
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id--pending-experiences-items-0-experience-position,
.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-0-experience-position,
.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-1-experience-position,
.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-2-experience-position,
.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-3-experience-position,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id--pending-experiences-items-0-experience-position,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-0-experience-position,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-1-experience-position,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-2-experience-position,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb2-id-experiences-items-3-experience-position {
  width: 100%;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-th,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-th {
  width: 100%;
  max-width: 100%;
  float: none;
  text-align: left;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-th label,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-th label {
  font-size: 0.875rem;
  padding: 0;
  line-height: 1;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-td,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-td {
  width: 100%;
  max-width: 100%;
  float: none;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-td input,
.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-td select,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-td input,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row .cmb-td select {
  width: 100%;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-type-select .cmb-td::after,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-type-select .cmb-td::after {
  left: inherit;
  right: 1.5rem;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea {
  width: 100%;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea {
  width: 100%;
  height: 80px;
  border-color: #dbdbdb;
  border-radius: 4px;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea:hover,
.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea:active,
.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea:focus,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea:hover,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea:active,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-row.cmb-type-textarea textarea.cmb2_textarea:focus {
  border-color: #b5b5b5;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-remove-field-row,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping .inside .cmb-remove-field-row {
  display: none;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group .cmb-repeatable-grouping.closed .inside,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group .cmb-repeatable-grouping.closed .inside {
  display: none;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group > .cmb-row:last-child,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child {
  float: none;
  clear: both;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group > .cmb-row:last-child .cmb-td,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child .cmb-td {
  padding: 0;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group > .cmb-row:last-child p.cmb-add-row,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child p.cmb-add-row {
  margin: 0;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group > .cmb-row:last-child p.cmb-add-row::before,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child p.cmb-add-row::before {
  content: "";
  width: 1px;
  height: 1rem;
  display: block;
  margin-left: 17px;
  background-color: #dcdcdc;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row {
  border-radius: 4px;
  background: white;
  border: 1px solid #dbdbdb;
  height: 2.25em;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  cursor: pointer;
}

.part10-certification .cmb2-id-references .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row:hover,
.part10-certification .cmb2-id-references .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row:active,
.part10-certification .cmb2-id-references .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row:focus,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row:hover,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row:active,
.part10-certification .cmb-repeat-group-wrap .cmb-repeatable-group > .cmb-row:last-child .cmb-add-group-row:focus {
  border-color: #b5b5b5;
}

.part10-certification .button-primary {
  margin-left: 0;
}

body.experts-list {
  /* Basic structure */
}

body.experts-list .content {
  /* Adjust Intro */
  /* Sidebar Filters */
  /* Experts List */
}

body.experts-list .content section.page-intro,
body.experts-list .content section.page-content {
  position: relative;
}

body.experts-list .content .page-intro .widget.page-intro .background {
  background-position: center 65%;
}

body.experts-list .content .sidebar {
  position: absolute;
  top: 0;
  left: 0;
  min-height: calc(100vh - 80px);
  height: 100%;
  width: 25%;
  background: hsl(0, 0%, 96%);
  overflow-y: auto;
  display: none;
  /* Scrollbar */
  /* active-filters */
  /* Available filters */
}

@media screen and (min-width: 1088px) {
  body.experts-list .content .sidebar {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  body.experts-list .content .sidebar {
    width: 22.5%;
  }
}

@media screen and (min-width: 1472px) {
  body.experts-list .content .sidebar {
    width: 20%;
  }
}

body.experts-list .content .sidebar::-webkit-scrollbar {
  width: 5px;
}

body.experts-list .content .sidebar::-webkit-scrollbar-button {
  display: none;
}

body.experts-list .content .sidebar::-webkit-scrollbar-track {
  background-color: #eee;
}

body.experts-list .content .sidebar::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

body.experts-list .content .sidebar.is-sticky {
  position: fixed;
  top: 80px;
}

body.experts-list .content .sidebar .active-filters {
  padding: 2rem;
  border-bottom: 1px solid hsl(0, 0%, 98%);
  display: none;
}

body.experts-list .content .sidebar .filters {
  padding: 2rem 1.25rem;
}

@media screen and (min-width: 1280px) {
  body.experts-list .content .sidebar .filters {
    padding: 2rem 1.5rem;
  }
}

@media screen and (min-width: 1472px) {
  body.experts-list .content .sidebar .filters {
    padding: 2rem;
  }
}

body.experts-list .content .sidebar .filters .cmb2-wrap {
  /* Search Field */
  /* Type Taxonomy Multicheck */
  /* Select */
  /* Availability Date */
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-row {
  padding-bottom: 1rem;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-row .cmb-th {
  float: none;
  width: 100%;
  text-align: left;
  padding: 0;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-row .cmb-th label {
  line-height: 2rem;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-row .cmb-td {
  float: none;
  width: 100%;
  max-width: none;
  padding: 0;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-row .cmb-td input,
body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-row .cmb-td select {
  width: 100%;
  font-size: 14px;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb2-id-keywords {
  position: relative;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb2-id-keywords .tooltip {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb2-id-keywords .tooltip::before {
  width: 15rem;
  font-size: 0.675rem;
  white-space: pre-line;
  text-align: center;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown {
  width: 100%;
  font-size: 14px;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-trigger {
  width: 100%;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-trigger .button {
  width: 100%;
  font-size: 14px;
  height: 2.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-trigger .button .placeholder {
  text-overflow: ellipsis;
  overflow: hidden;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu {
  width: 100%;
  font-size: 14px;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content {
  max-height: 350px;
  overflow: auto;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar {
  width: 5px;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar-button {
  display: none;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar-track {
  background-color: #eee;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-item label {
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  width: 100%;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb-type-select .cmb-td::after {
  content: "\F107";
  font: normal normal normal 16px/1 FontAwesome;
  left: inherit;
  top: 1rem;
  right: 0.85rem;
  border: none;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb2-id-availability-date {
  display: none;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb2-id-availability-date .cmb-td {
  position: relative;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb2-id-availability-date .cmb-td input {
  padding-left: 2.3rem;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb2-id-availability-date .cmb-td::after {
  position: absolute;
  top: 10px;
  left: 0.85rem;
  color: hsl(0, 0%, 48%);
  content: "\F073";
  font: normal normal normal 16px/1 FontAwesome;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb2-id-intervention-zone-region {
  display: none;
}

body.experts-list .content .sidebar .filters .cmb2-wrap .cmb2-id-intervention-zone-country {
  display: none;
}

body.experts-list .content .sidebar .filters input.button-primary {
  margin: 0.5rem 0 0;
}

body.experts-list .content .main {
  width: 100%;
}

@media screen and (min-width: 1088px) {
  body.experts-list .content .main {
    padding: 2rem 1rem 2rem calc(25% + 1rem);
  }
}

@media screen and (min-width: 1280px) {
  body.experts-list .content .main {
    padding: 2rem 1rem 2rem calc(22.5% + 1rem);
  }
}

@media screen and (min-width: 1472px) {
  body.experts-list .content .main {
    padding: 2rem 3rem 2rem calc(20% + 3rem);
  }
}

body.experts-list .content .main .experts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2rem;
}

@media only screen and (min-width: 600px) {
  body.experts-list .content .main .experts-list {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media screen and (min-width: 1088px) {
  body.experts-list .content .main .experts-list {
    padding-top: 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media screen and (min-width: 1472px) {
  body.experts-list .content .main .experts-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body.experts-list .content .main .experts-list.no-results {
  display: block;
  text-align: center;
  font-style: italic;
  color: hsl(0, 0%, 48%);
  padding: 8rem 0 10rem;
  font-size: 1rem;
  max-width: 1070px;
}

@media screen and (min-width: 769px), print {
  body.experts-list .content .main .experts-list.no-results {
    padding: 10rem 0 15rem;
  }
}

@media screen and (min-width: 1088px) {
  body.experts-list .content .main .experts-list.no-results {
    padding: 10rem 0 25rem;
  }
}

body.experts-list .content .main .experts-list.no-results i.fa {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;
}

body.experts-list .content .main .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dfdfdf;
  border-left: none;
  border-right: none;
  padding: 1rem 0;
}

body.experts-list .content .main .pagination .page-numbers {
  display: block;
  padding: 0.5rem;
  border: 1px solid #dfdfdf;
  margin: 0 0.25rem;
  line-height: 1;
  min-width: 34px;
  font-size: 0.875rem;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

body.experts-list .content .main .pagination .page-numbers:hover,
body.experts-list .content .main .pagination .page-numbers.current {
  background: rgb(46, 89, 163);
  color: white;
}

div.card.expert {
  width: 98%;
  margin: 0 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Avatar */
  /* Entry-Content */
  /* Footer : buttons */
}

@media only screen and (min-width: 500px) {
  div.card.expert {
    width: 47.5%;
    max-width: 340px;
  }
}

@media screen and (min-width: 769px), print {
  div.card.expert {
    width: 31.5%;
  }
}

@media only screen and (min-width: 960px) {
  div.card.expert {
    width: 30.5%;
    max-width: 340px;
  }
}

@media screen and (min-width: 1088px) {
  div.card.expert {
    width: 31.5%;
    max-width: 340px;
    margin: 0 0 3%;
  }
}

@media screen and (min-width: 1280px) {
  div.card.expert {
    width: 23.5%;
    max-width: none;
  }
}

@media screen and (min-width: 1472px) {
  div.card.expert {
    width: 23%;
  }
}

@media only screen and (min-width: 1780px) {
  div.card.expert {
    width: 22.5%;
  }
}

div.card.expert div.expert-avatar {
  overflow: hidden;
  position: relative;
  background: white;
}

div.card.expert div.expert-avatar figure {
  margin: 0;
}

div.card.expert div.expert-avatar figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

div.card.expert div.expert-avatar figure::before {
  content: "";
  display: block;
  position: absolute;
  width: 16%;
  height: 16%;
  z-index: 1;
}

div.card.expert div.expert-avatar figure::before {
  right: 8px;
  top: 8px;
  border-top: 6px solid rgb(236, 90, 79);
  border-right: 6px solid rgb(236, 90, 79);
}

div.card.expert div.expert-avatar .account-type {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 1;
}

div.card.expert .card-content {
  padding: 1rem;
}

div.card.expert .card-content hr {
  margin: 0.5rem 0;
}

div.card.expert .card-content p {
  margin: 0;
}

div.card.expert .card-content .name {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgb(46, 89, 163);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

div.card.expert .card-content .name .certified img {
  display: block;
  width: 24px;
  height: auto;
}

div.card.expert .card-content .position {
  font-size: 1rem;
  font-weight: 600;
}

div.card.expert .card-content .spec {
  font-size: 0.875rem;
}

div.card.expert .card-content .spec b {
  font-weight: 600;
}

div.card.expert .card-footer {
  border: none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  margin-top: auto;
}

div.card.expert.is-empty {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

body.expert-single .wrap {
  padding-top: 80px;
}

@media screen and (min-width: 769px), print {
  body.expert-single .wrap {
    background: hsl(0, 0%, 96%);
  }
}

body.expert-single article {
  /* Sticky Informations */
  /* Top Primary infos - Version 2 */
  /* Main Profile */
}

body.expert-single article .sticky-informations {
  background: white;
  height: auto;
  padding: 1rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: top 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
  display: none;
  /* Expert Photo Avatar */
  /* Expert Infos */
  /* Experts Ctas */
}

@media screen and (min-width: 769px), print {
  body.expert-single article .sticky-informations {
    padding: 1rem;
    height: 112px;
    top: -80px;
    bottom: inherit;
    display: block;
  }
}

@media screen and (min-width: 1088px) {
  body.expert-single article .sticky-informations {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 769px), print {
  body.expert-single article .sticky-informations.is-sticky {
    top: 80px;
  }
}

body.expert-single article .sticky-informations .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.expert-single article .sticky-informations .avatar {
  display: none;
  width: 80px;
  height: 80px;
  margin-right: 1rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 769px), print {
  body.expert-single article .sticky-informations .avatar {
    display: block;
  }
}

body.expert-single article .sticky-informations .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
}

body.expert-single article .sticky-informations .avatar .type_icon {
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 20px;
  height: auto;
  top: inherit;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

body.expert-single article .sticky-informations .avatar::before {
  content: "";
  display: block;
  position: absolute;
  width: 16%;
  height: 16%;
  z-index: 1;
}

body.expert-single article .sticky-informations .avatar::before {
  right: 4px;
  top: 4px;
  border-top: 3px solid rgb(236, 90, 79);
  border-right: 3px solid rgb(236, 90, 79);
}

body.expert-single article .sticky-informations .primary-infos {
  display: none;
}

@media screen and (min-width: 769px), print {
  body.expert-single article .sticky-informations .primary-infos {
    display: block;
  }
}

body.expert-single article .sticky-informations .primary-infos .name {
  font-weight: 600;
  color: rgb(46, 89, 163);
  margin: 0;
  font-size: 1.125rem;
}

body.expert-single article .sticky-informations .primary-infos .position {
  font-size: 0.875rem;
  margin: 0;
}

body.expert-single article .sticky-informations .primary-infos .location {
  font-size: 0.875rem;
  margin: 0;
  display: inline-block;
}

body.expert-single article .sticky-informations .primary-infos .daily-rate {
  display: inline-block;
  font-size: 0.875rem;
}

body.expert-single article .sticky-informations .primary-infos .daily-rate::before {
  content: " - ";
}

body.expert-single article .sticky-informations .primary-infos .daily-rate a {
  text-decoration: underline;
}

body.expert-single article .sticky-informations .primary-actions {
  margin: auto;
}

@media screen and (min-width: 769px), print {
  body.expert-single article .sticky-informations .primary-actions {
    margin: 0 0 0 auto;
  }
}

body.expert-single article .sticky-informations .primary-actions a.main-action {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 0 solid rgb(46, 89, 163);
  font-size: 0.875rem;
  height: 2.5rem;
}

@media screen and (min-width: 1088px) {
  body.expert-single article .sticky-informations .primary-actions a.main-action {
    font-size: 1rem;
  }
}

body.expert-single article .sticky-informations .primary-actions .dropdown button.is-primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid white;
  font-size: 1.125rem;
  height: 2.5rem;
}

@media only screen and (max-width: 768px) {
  body.expert-single article .sticky-informations .primary-actions .dropdown .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto;
  }
}

body.expert-single article .sticky-informations .primary-actions .dropdown .dropdown-menu .dropdown-content {
  background: rgb(46, 89, 163);
}

body.expert-single article .sticky-informations .primary-actions .dropdown .dropdown-menu .dropdown-content a {
  color: white;
}

body.expert-single article .sticky-informations .primary-actions .dropdown .dropdown-menu .dropdown-content a:hover {
  text-decoration: underline;
}

body.expert-single article header {
  margin: 0 -1rem;
  /* Container */
  /* Expert Photo Avatar */
  /* Expert Primary Infos */
  /* Expert Primary Actions - CTAS */
}

@media screen and (min-width: 1088px) {
  body.expert-single article header {
    margin: 0 -3%;
    background: rgb(46, 89, 163);
    background-image: url(/wp-content/themes/fitin-network/dist/images/bg-premium-banner.jpg?d01674d169b19024885d4bf1d28d6623);
    background-size: cover;
    background-position: center bottom;
    padding: 2rem 3rem 0;
  }
}

@media screen and (min-width: 1280px) {
  body.expert-single article header {
    margin: 0;
  }
}

body.expert-single article header .container {
  background: white;
}

@media screen and (min-width: 769px), print {
  body.expert-single article header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
    grid-template-rows: auto auto;
    gap: 0 2rem;
    grid-template-areas: "avatar infos" "avatar actions";
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1088px) {
  body.expert-single article header .container {
    padding: 0 !important;
  }
}

body.expert-single article header .avatar {
  background: hsl(0, 0%, 86%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px), print {
  body.expert-single article header .avatar {
    grid-area: avatar;
  }
}

body.expert-single article header .avatar .inside {
  width: 100vw;
  height: 100vw;
  position: relative;
  max-width: 480px;
  max-height: 480px;
}

@media screen and (min-width: 769px), print {
  body.expert-single article header .avatar .inside {
    width: 328px;
    height: 328px;
  }
}

@media screen and (min-width: 1472px) {
  body.expert-single article header .avatar .inside {
    width: 360px;
    height: 360px;
  }
}

body.expert-single article header .avatar .inside::before {
  content: "";
  display: block;
  position: absolute;
  width: 16vw;
  height: 16vw;
  right: 8px;
  top: 8px;
  border-top: 6px solid rgb(236, 90, 79);
  border-right: 6px solid rgb(236, 90, 79);
  z-index: 1;
}

@media screen and (min-width: 769px), print {
  body.expert-single article header .avatar .inside::before {
    width: 8vw;
    height: 8vw;
    max-width: 54px;
    max-height: 54px;
  }
}

body.expert-single article header .avatar .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body.expert-single article header .avatar .type_icon {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 47px;
  height: auto;
  top: inherit;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

body.expert-single article header .primary-infos {
  padding: 1rem 1rem 1.5rem;
}

@media screen and (min-width: 769px), print {
  body.expert-single article header .primary-infos {
    padding: 0;
    width: 100%;
    grid-area: infos;
  }
}

body.expert-single article header .primary-infos h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(46, 89, 163);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media only screen and (min-width: 990px) {
  body.expert-single article header .primary-infos h1 {
    float: left;
  }
}

@media screen and (min-width: 1472px) {
  body.expert-single article header .primary-infos h1 {
    font-size: 1.625rem;
  }
}

body.expert-single article header .primary-infos h1 .certified img {
  display: block;
  width: 26px;
  height: auto;
}

body.expert-single article header .primary-infos span.premium {
  color: rgb(236, 90, 79);
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 990px) {
  body.expert-single article header .primary-infos span.premium {
    float: right;
    line-height: 27px;
  }
}

body.expert-single article header .primary-infos span.premium img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 0.5rem;
}

body.expert-single article header .primary-infos h2 {
  clear: both;
  font-size: 1.125rem;
  font-weight: 600;
  color: hsl(0, 0%, 21%);
  margin: 0 0 0.5rem;
}

body.expert-single article header .primary-infos p.slogan {
  font-style: italic;
  font-size: 0.9375rem;
  color: rgb(46, 89, 163);
  margin: 0 0 0.5rem;
  padding: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  body.expert-single article header .primary-infos p.slogan {
    display: none;
  }
}

@media screen and (min-width: 1472px) {
  body.expert-single article header .primary-infos p.slogan {
    font-size: 1rem;
  }
}

body.expert-single article header .primary-infos p.slogan br + br {
  display: none;
}

body.expert-single article header .primary-infos p.slogan i.fa-quote-left {
  font-size: 1.0625rem;
  -webkit-transform: translatey(-10px);
       -o-transform: translatey(-10px);
          transform: translatey(-10px);
  margin-left: -1rem;
}

body.expert-single article header .primary-infos p.slogan i.fa-quote-right {
  font-size: 1.0625rem;
  -webkit-transform: translate(5px, 8px);
       -o-transform: translate(5px, 8px);
          transform: translate(5px, 8px);
}

body.expert-single article header .primary-infos .daily-rate {
  display: inline-block;
  background: rgb(46, 89, 163);
  color: white;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  margin: auto auto 0 0;
}

body.expert-single article header .primary-infos .daily-rate em {
  display: block;
  font-size: 0.9375rem;
}

body.expert-single article header .primary-infos .daily-rate strong {
  color: white;
}

body.expert-single article header .primary-infos .daily-rate.error {
  text-align: center;
  background: hsl(0, 0%, 96%);
  border: 1px dashed hsl(0, 0%, 86%);
  color: hsl(0, 0%, 48%);
}

body.expert-single article header .primary-infos .daily-rate.error p {
  color: hsl(0, 0%, 48%);
}

body.expert-single article header .primary-infos .daily-rate.error p i.fa {
  color: hsl(0, 0%, 48%);
}

body.expert-single article header .primary-infos .daily-rate.error p a {
  text-decoration: underline;
}

body.expert-single article header .primary-infos .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 990px) {
  body.expert-single article header .primary-infos .bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body.expert-single article header .primary-infos .primary-actions-drop {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1279px) {
  body.expert-single article header .primary-infos .primary-actions-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1279px) and (min-width: 990px) {
  body.expert-single article header .primary-infos .primary-actions-drop {
    margin-top: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1279px) {
  body.expert-single article header .primary-infos .primary-actions-drop .button.main-action {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0;
  }

  body.expert-single article header .primary-infos .primary-actions-drop .dropdown .dropdown-trigger .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid white;
  }

  body.expert-single article header .primary-infos .primary-actions-drop .dropdown .dropdown-menu .dropdown-content {
    background: rgb(46, 89, 163);
  }

  body.expert-single article header .primary-infos .primary-actions-drop .dropdown .dropdown-menu .dropdown-item {
    font-size: 1rem;
  }

  body.expert-single article header .primary-infos .primary-actions-drop .dropdown .dropdown-menu .dropdown-item a {
    color: white;
  }

  body.expert-single article header .primary-infos .primary-actions-drop .dropdown .dropdown-menu .dropdown-item a:hover {
    text-decoration: underline;
  }
}

body.expert-single article header .primary-actions {
  display: none;
}

@media screen and (min-width: 769px), print {
  body.expert-single article header .primary-actions {
    display: block;
    grid-area: actions;
  }
}

@media screen and (min-width: 1280px) {
  body.expert-single article header .primary-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body.expert-single article header .primary-actions .button {
  font-size: 1.0625rem;
  width: 202px;
  text-align: center;
  margin: 0 0 0.75rem;
}

body.expert-single article header .primary-actions .button.is-secondary {
  color: rgb(46, 89, 163);
}

body.expert-single article header .primary-actions .expert-website {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(46, 89, 163);
  margin: 0 0 0.75rem;
}

body.expert-single article header .primary-actions .expert-website::before {
  content: "> ";
}

body.expert-single article header .primary-actions .expert-website:hover {
  text-decoration: underline;
}

body.expert-single article header .primary-actions .expert-linkedin {
  display: inline-block;
  border: 1px solid #dbdbdb;
  color: rgb(46, 89, 163);
  width: 32px;
  height: 32px;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto 0 0;
}

body.expert-single article header .primary-actions .expert-linkedin:hover {
  border: 1px solid #b5b5b5;
}

body.expert-single article header .primary-actions .print_pdf_action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #dbdbdb;
  color: rgb(46, 89, 163);
  width: auto;
  height: 32px;
  font-size: 0.9375rem;
  border-radius: 4px;
  line-height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.875rem;
  gap: 0.75rem;
  margin: auto auto 0 0;
}

body.expert-single article header .primary-actions .print_pdf_action:hover {
  border: 1px solid #b5b5b5;
}

body.expert-single article .entry-content {
  padding-bottom: 120px;
  margin-bottom: -90px;
  /* Slogan (Between Tablet & 990px) */
  /* Structure */
  /* Common BLoc infos */
  /* Specific Styling - Main Col. */
  /* Errors blocs */
  /* 1. Disponibilités */
  /* 2. Characteristics */
  /* 4. Experiences */
  /* 5. Formation */
  /* 7. Promo Banner - Join-us */
  /* Specific Styling - Side Col. */
  /* 1. Languages */
  /* 2. Documents */
  /* 3. Skills */
  /* 4. Activities */
  /* 5. Company-types */
}

@media screen and (min-width: 769px), print {
  body.expert-single article .entry-content {
    background: hsl(0, 0%, 96%);
  }
}

body.expert-single article .entry-content .bloc-infos.slogan {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  body.expert-single article .entry-content .bloc-infos.slogan {
    display: block;
    margin-bottom: 0;
  }
}

body.expert-single article .entry-content .bloc-infos.slogan p.slogan {
  font-style: italic;
  color: rgb(46, 89, 163);
  margin: 0 0 0.5rem;
  padding: 1rem;
}

body.expert-single article .entry-content .bloc-infos.slogan p.slogan br + br {
  display: none;
}

body.expert-single article .entry-content .bloc-infos.slogan p.slogan i.fa-quote-left {
  font-size: 1.0625rem;
  -webkit-transform: translatey(-10px);
       -o-transform: translatey(-10px);
          transform: translatey(-10px);
  margin-left: -1rem;
}

body.expert-single article .entry-content .bloc-infos.slogan p.slogan i.fa-quote-right {
  font-size: 1.0625rem;
  -webkit-transform: translate(5px, 8px);
       -o-transform: translate(5px, 8px);
          transform: translate(5px, 8px);
}

body.expert-single article .entry-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (min-width: 769px), print {
  body.expert-single article .entry-content .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

body.expert-single article .entry-content .container .side {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  body.expert-single article .entry-content .container .side {
    padding-right: 2rem;
    width: 360px;
  }
}

body.expert-single article .entry-content .container .main {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  body.expert-single article .entry-content .container .main {
    width: calc(100% - 360px);
  }
}

body.expert-single article .entry-content .bloc-infos {
  background: white;
  padding: 0;
  margin: 2rem 0;
}

@media screen and (min-width: 769px), print {
  body.expert-single article .entry-content .bloc-infos {
    padding: 1.5rem 2rem;
  }
}

body.expert-single article .entry-content .bloc-infos h2 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: rgb(46, 89, 163);
}

body.expert-single article .entry-content .error {
  text-align: center;
  padding: 2rem 0;
  background: hsl(0, 0%, 96%);
  border: 1px dashed hsl(0, 0%, 86%);
}

body.expert-single article .entry-content .error p {
  margin-bottom: 0.5rem;
  color: hsl(0, 0%, 48%);
}

body.expert-single article .entry-content .error p i.fa {
  font-size: 2rem;
  color: hsl(0, 0%, 48%);
}

body.expert-single article .entry-content .error p a {
  text-decoration: underline;
}

body.expert-single article .entry-content .availability i.fa {
  color: rgb(46, 89, 163);
  margin-right: 0.5rem;
}

body.expert-single article .entry-content .availability p {
  margin-bottom: 0.75rem;
}

body.expert-single article .entry-content .characteristics p {
  margin-bottom: 0.75rem;
}

body.expert-single article .entry-content .experiences .experience {
  border-top: 1px solid hsl(0, 0%, 86%);
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}

body.expert-single article .entry-content .experiences .experience .columns {
  margin: 0;
}

body.expert-single article .entry-content .experiences .experience .columns .column {
  padding: 0;
}

body.expert-single article .entry-content .experiences .experience .exp-activity {
  text-transform: uppercase;
  font-size: 0.875rem;
}

body.expert-single article .entry-content .experiences .experience .exp-dates {
  color: rgb(46, 89, 163);
  font-size: 0.875rem;
  font-weight: 600;
}

body.expert-single article .entry-content .experiences .experience .exp-position {
  color: rgb(46, 89, 163);
  font-size: 1.0625rem;
  font-weight: 600;
  margin: 0;
}

body.expert-single article .entry-content .experiences .experience .exp-company {
  font-size: 1.0625rem;
  margin: 0;
}

body.expert-single article .entry-content .experiences .button.is-secondary {
  background: #a9a9a9;
  color: white;
  display: block;
  margin: 2rem auto 0;
}

body.expert-single article .entry-content .formation .formation-date {
  font-weight: 600;
  color: rgb(46, 89, 163);
}

body.expert-single article .entry-content .join-us {
  background: rgb(46, 89, 163);
  color: white;
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1rem 0;
}

@media screen and (min-width: 769px), print {
  body.expert-single article .entry-content .join-us {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body.expert-single article .entry-content .join-us .banner-content {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

body.expert-single article .entry-content .join-us .banner-content br {
  display: none;
}

@media screen and (min-width: 769px), print {
  body.expert-single article .entry-content .join-us .banner-content br {
    display: block;
  }
}

body.expert-single article .entry-content .join-us .banner-content p {
  margin: 0;
}

body.expert-single article .entry-content .join-us .banner-content p strong {
  color: white;
}

body.expert-single article .entry-content .join-us .banner-actions {
  text-align: left;
  width: 100%;
  margin-top: 1.25rem;
}

@media screen and (min-width: 769px), print {
  body.expert-single article .entry-content .join-us .banner-actions {
    margin-top: 0;
    width: auto;
    text-align: right;
  }
}

body.expert-single article .entry-content .join-us .banner-actions a.is-secondary {
  color: rgb(46, 89, 163);
}

body.expert-single article .entry-content .languages ul {
  list-style: inside;
  margin: 0;
  padding: 0;
}

body.expert-single article .entry-content .languages ul li span.level {
  display: inline-block;
  font-style: italic;
}

body.expert-single article .entry-content .documents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.expert-single article .entry-content .documents ul li a::before {
  content: "\F019";
  color: rgb(46, 89, 163);
  margin-right: 0.5rem;
  font-family: FontAwesome;
}

body.expert-single article .entry-content .documents ul li a:hover {
  text-decoration: underline;
}

body.expert-single article .entry-content .skills ul {
  list-style: inside;
  margin: 0;
  padding: 0;
}

body.expert-single article .entry-content .activities ul {
  list-style: inside;
  margin: 0;
  padding: 0;
}

body.expert-single article .entry-content .company-types ul {
  list-style: inside;
  margin: 0;
  padding: 0;
}

body.expert-single .site-footer {
  padding-bottom: 72px;
}

@media screen and (min-width: 769px), print {
  body.expert-single .site-footer {
    padding-bottom: 0;
  }
}

/* Styling Print */

@media print {
  html {
    font-size: 14px;
  }

  body.expert-single .site-header,
  body.expert-single .site-footer,
  body.expert-single .sticky-informations {
    display: none;
  }

  body.expert-single .wrap {
    padding: 0;
  }

  body.expert-single article .sticky-informations {
    display: none;
  }

  body.expert-single article header {
    background: white;
    background-image: none;
    padding: 0;
  }

  body.expert-single article header .container {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  body.expert-single article header .avatar {
    width: 360px;
    height: 360px;
  }

  body.expert-single article header .primary-infos .daily-rate {
    display: inline-block;
    border: 1px solid rgb(46, 89, 163);
    background: rgb(46, 89, 163);
    color: white;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin: auto auto 0 0;
  }

  body.expert-single article header .primary-infos .daily-rate em {
    display: block;
    font-size: 0.9375rem;
  }

  body.expert-single article header .primary-infos .daily-rate strong {
    color: white;
  }

  body.expert-single article header .primary-actions {
    display: none;
  }

  body.expert-single article .entry-content {
    background: white;
    padding: 0;
    margin: 0;
  }

  body.expert-single article .entry-content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  body.expert-single article .entry-content .container .main,
  body.expert-single article .entry-content .container .side {
    display: block;
    width: 100%;
  }

  body.expert-single article .entry-content .container .main .bloc-infos,
  body.expert-single article .entry-content .container .side .bloc-infos {
    border-bottom: 1px solid #ddd;
    page-break-inside: avoid;
    margin: 0;
    padding: 1.5rem 0;
  }

  body.expert-single article .entry-content .container .main .bloc-infos.documents,
  body.expert-single article .entry-content .container .side .bloc-infos.documents {
    display: none;
  }

  body.expert-single article .entry-content .container .main .banner.join-us,
  body.expert-single article .entry-content .container .side .banner.join-us {
    display: none;
  }
}

body.missions-list {
  /* Basic structure */
}

body.missions-list .content {
  /* Page Intro */
  /* Sidebar Filters */
  /* Missions List */
}

body.missions-list .content section.page-intro,
body.missions-list .content section.page-content {
  position: relative;
}

body.missions-list .content .widget.page-intro .background {
  background-position: center 45%;
}

body.missions-list .content .sidebar {
  position: absolute;
  top: 0;
  left: 0;
  min-height: calc(100vh - 80px);
  height: 100%;
  width: 25%;
  background: hsl(0, 0%, 96%);
  overflow-y: auto;
  display: none;
  /* Scrollbar */
  /* active-filters */
  /* Available filters */
}

@media screen and (min-width: 1088px) {
  body.missions-list .content .sidebar {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  body.missions-list .content .sidebar {
    width: 22.5%;
  }
}

@media screen and (min-width: 1472px) {
  body.missions-list .content .sidebar {
    width: 20%;
  }
}

body.missions-list .content .sidebar::-webkit-scrollbar {
  width: 5px;
}

body.missions-list .content .sidebar::-webkit-scrollbar-button {
  display: none;
}

body.missions-list .content .sidebar::-webkit-scrollbar-track {
  background-color: #eee;
}

body.missions-list .content .sidebar::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

body.missions-list .content .sidebar.is-sticky {
  position: fixed;
  top: 80px;
}

body.missions-list .content .sidebar .active-filters {
  padding: 2rem;
  border-bottom: 1px solid hsl(0, 0%, 98%);
  display: none;
}

body.missions-list .content .sidebar .filters {
  padding: 2rem 1.25rem;
}

@media screen and (min-width: 1280px) {
  body.missions-list .content .sidebar .filters {
    padding: 2rem 1.5rem;
  }
}

@media screen and (min-width: 1472px) {
  body.missions-list .content .sidebar .filters {
    padding: 2rem;
  }
}

body.missions-list .content .sidebar .filters .cmb2-wrap {
  /* Type Taxonomy Multicheck */
  /* Select */
  /* Custom Submit button */
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-row {
  padding-bottom: 1rem;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-row .cmb-th {
  float: none;
  width: 100%;
  text-align: left;
  padding: 0;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-row .cmb-th label {
  line-height: 2rem;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-row .cmb-td {
  float: none;
  width: 100%;
  max-width: none;
  padding: 0;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-row .cmb-td input,
body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-row .cmb-td select {
  width: 100%;
  font-size: 14px;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown {
  width: 100%;
  font-size: 14px;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-trigger {
  width: 100%;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-trigger .button {
  width: 100%;
  font-size: 14px;
  height: 2.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu {
  width: 100%;
  font-size: 14px;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content {
  max-height: 350px;
  overflow: auto;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar {
  width: 5px;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar-button {
  display: none;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar-track {
  background-color: #eee;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-type-taxonomy-multicheck-bulma-dropdown .dropdown .dropdown-menu .dropdown-item label {
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  width: 100%;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb-type-select .cmb-td::after {
  content: "\F107";
  font: normal normal normal 16px/1 FontAwesome;
  left: inherit;
  right: 0.85rem;
  border: none;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

body.missions-list .content .sidebar .filters .cmb2-wrap .cmb2-id-filter-button {
  margin: 0;
  border: none;
}

body.missions-list .content .sidebar .filters .button-primary {
  display: none;
}

body.missions-list .content .main {
  width: 100%;
}

@media screen and (min-width: 1088px) {
  body.missions-list .content .main {
    padding: 2rem 3rem 2rem calc(25% + 3rem);
  }
}

@media screen and (min-width: 1280px) {
  body.missions-list .content .main {
    padding: 2rem 3rem 2rem calc(22.5% + 3rem);
  }
}

@media screen and (min-width: 1472px) {
  body.missions-list .content .main {
    padding: 2rem 3rem 2rem calc(20% + 3rem);
  }
}

body.missions-list .content .main .missions-list {
  min-height: 575px;
}

body.missions-list .content .main .missions-list article.mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5rem 0;
}

body.missions-list .content .main .missions-list article.mission:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (min-width: 1088px) {
  body.missions-list .content .main .missions-list article.mission {
    max-width: 990px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1280px) {
  body.missions-list .content .main .missions-list article.mission {
    padding: 1.75rem 0;
    max-width: 1070px;
  }
}

@media screen and (min-width: 1472px) {
  body.missions-list .content .main .missions-list article.mission {
    padding: 2rem 0;
  }
}

@media screen and (min-width: 1088px) {
  body.missions-list .content .main .missions-list article.mission .mission-entry {
    width: calc(100% - 190px);
  }
}

@media screen and (min-width: 1280px) {
  body.missions-list .content .main .missions-list article.mission .mission-entry {
    width: calc(100% - 220px);
  }
}

body.missions-list .content .main .missions-list article.mission .mission-entry header {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1088px) {
  body.missions-list .content .main .missions-list article.mission .mission-entry header {
    margin-bottom: 1rem;
  }
}

body.missions-list .content .main .missions-list article.mission .mission-entry header .start_date {
  text-transform: uppercase;
  color: hsl(0, 0%, 21%);
  font-size: 0.9375rem;
  margin: 0 0 0.5rem;
}

body.missions-list .content .main .missions-list article.mission .mission-entry header .entry-title {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 600;
  color: rgb(236, 90, 79);
}

@media screen and (min-width: 1088px) {
  body.missions-list .content .main .missions-list article.mission .mission-entry header .entry-title {
    font-size: 1.25rem;
  }
}

body.missions-list .content .main .missions-list article.mission .mission-entry .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1088px) {
  body.missions-list .content .main .missions-list article.mission .mission-entry .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

body.missions-list .content .main .missions-list article.mission .mission-entry .row p {
  color: hsl(0, 0%, 21%);
  font-size: 0.9375rem;
  margin: 0 0 0.5rem;
}

body.missions-list .content .main .missions-list article.mission .mission-entry .row p.type span.picto {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  margin-right: 0.5rem;
  vertical-align: sub;
}

body.missions-list .content .main .missions-list article.mission .mission-entry .row p.type span.picto.temps-partage,
body.missions-list .content .main .missions-list article.mission .mission-entry .row p.type span.picto.time-sharing {
  background-image: url(/wp-content/themes/fitin-network/dist/images/type-temps-partage.png?130f102026857a2543fab3faf7797549);
}

body.missions-list .content .main .missions-list article.mission .mission-entry .row p.type span.picto.management-de-transition-temps-plein,
body.missions-list .content .main .missions-list article.mission .mission-entry .row p.type span.picto.transition-management-full-time {
  background-image: url(/wp-content/themes/fitin-network/dist/images/type-temps-plein.png?537562949330449ab13c65fe632f6ec8);
}

@media screen and (min-width: 1088px) {
  body.missions-list .content .main .missions-list article.mission .mission-entry .row p:first-child {
    width: 45%;
  }

  body.missions-list .content .main .missions-list article.mission .mission-entry .row p:last-child {
    width: 55%;
  }
}

body.missions-list .content .main .missions-list article.mission .mission-actions {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1088px) {
  body.missions-list .content .main .missions-list article.mission .mission-actions {
    padding-top: 0;
    width: 190px;
    text-align: right;
  }
}

@media screen and (min-width: 1280px) {
  body.missions-list .content .main .missions-list article.mission .mission-actions {
    width: 220px;
  }
}

body.missions-list .content .main .missions-list article.mission .mission-actions p.reference {
  color: rgb(236, 90, 79);
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 600;
}

body.missions-list .content .main .missions-list.no-results {
  text-align: center;
  font-style: italic;
  color: hsl(0, 0%, 48%);
  padding: 5rem 0 25rem;
  font-size: 1rem;
  max-width: 1070px;
}

body.missions-list .content .main .missions-list.no-results i.fa {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;
}

body.missions-list .content .main .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1070px;
  border: 1px solid #dfdfdf;
  border-left: none;
  border-right: none;
  padding: 1rem 0;
}

body.missions-list .content .main .pagination .page-numbers {
  display: block;
  padding: 0.5rem;
  border: 1px solid #dfdfdf;
  margin: 0 0.25rem;
  line-height: 1;
  min-width: 34px;
  font-size: 0.875rem;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

body.missions-list .content .main .pagination .page-numbers:hover,
body.missions-list .content .main .pagination .page-numbers.current {
  background: rgb(236, 90, 79);
  color: white;
}

body.missions-list .page-content main.main {
  padding-bottom: 80px;
}

@media screen and (min-width: 769px), print {
  body.missions-list .page-content main.main {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1088px) {
  body.missions-list .page-content main.main {
    padding-bottom: 120px;
  }
}

body.missions-list .site-footer {
  margin-top: -80px;
}

@media screen and (min-width: 769px), print {
  body.missions-list .site-footer {
    margin-top: -100px;
  }
}

@media screen and (min-width: 1088px) {
  body.missions-list .site-footer {
    margin-top: -120px;
  }
}

body.single-mission {
  /* Basic structure */
}

@media screen and (min-width: 769px), print {
  body.single-mission .wrap.container {
    background: hsl(0, 0%, 96%);
  }
}

body.single-mission .content {
  /* Missions Content */
}

body.single-mission .content section.page-intro,
body.single-mission .content section.page-content {
  position: relative;
}

body.single-mission .content .main article.mission {
  /* Sticky Informations */
  /* Top Primary infos */
  /* Main Content */
}

body.single-mission .content .main article.mission .sticky-informations {
  background: white;
  height: auto;
  padding: 1rem 1rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: top 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
  display: block;
  /* Primary Missions Infos */
  /* Mission Ctas */
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission .sticky-informations {
    padding: 0 1rem;
    height: 112px;
    top: -80px;
    bottom: inherit;
  }
}

@media screen and (min-width: 1088px) {
  body.single-mission .content .main article.mission .sticky-informations {
    padding: 0;
  }
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission .sticky-informations.is-sticky {
    top: 80px;
  }
}

body.single-mission .content .main article.mission .sticky-informations .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

body.single-mission .content .main article.mission .sticky-informations .primary-infos {
  display: none;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission .sticky-informations .primary-infos {
    display: block;
  }
}

body.single-mission .content .main article.mission .sticky-informations .primary-infos .title {
  font-weight: 600;
  color: rgb(236, 90, 79);
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
}

body.single-mission .content .main article.mission .sticky-informations .primary-infos .company {
  font-size: 0.9375rem;
  margin: 0;
  font-weight: 600;
  display: block;
}

body.single-mission .content .main article.mission .sticky-informations .primary-infos .metas {
  font-size: 0.875rem;
  margin: 0;
  display: inline-block;
}

body.single-mission .content .main article.mission .sticky-informations .primary-actions {
  margin: auto;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission .sticky-informations .primary-actions {
    margin: 0 0 0 auto;
  }
}

body.single-mission .content .main article.mission .sticky-informations .primary-actions p.applied-notice {
  color: rgb(236, 90, 79);
  font-size: 1rem;
  text-align: right;
  font-style: italic;
  font-weight: 600;
}

body.single-mission .content .main article.mission .sticky-informations .primary-actions a.main-action {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 0 solid rgb(236, 90, 79);
  font-size: 0.875rem;
  height: 2.5rem;
}

@media screen and (min-width: 1088px) {
  body.single-mission .content .main article.mission .sticky-informations .primary-actions a.main-action {
    font-size: 1rem;
  }
}

body.single-mission .content .main article.mission .sticky-informations .primary-actions .dropdown button.is-red {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid white;
  font-size: 1.125rem;
  height: 2.5rem;
}

@media only screen and (max-width: 768px) {
  body.single-mission .content .main article.mission .sticky-informations .primary-actions .dropdown .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto;
  }
}

body.single-mission .content .main article.mission .sticky-informations .primary-actions .dropdown .dropdown-menu .dropdown-content {
  background: rgb(236, 90, 79);
}

body.single-mission .content .main article.mission .sticky-informations .primary-actions .dropdown .dropdown-menu .dropdown-content a {
  color: white;
}

body.single-mission .content .main article.mission .sticky-informations .primary-actions .dropdown .dropdown-menu .dropdown-content a:hover {
  text-decoration: underline;
}

body.single-mission .content .main article.mission header {
  background-color: rgba(236, 90, 79, 0.5);
  background-image: url(/wp-content/themes/fitin-network/dist/images/bg-premium-banner.jpg?d01674d169b19024885d4bf1d28d6623);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center bottom;
  /* Mission Primary Infos */
  /* Mission Primary Actions - CTAS */
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission header {
    padding-top: 2rem;
  }
}

body.single-mission .content .main article.mission header .container {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: none;
  }
}

body.single-mission .content .main article.mission header .primary-infos {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 1rem 0 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission header .primary-infos {
    padding: 2rem 3rem 2rem 2rem;
  }
}

body.single-mission .content .main article.mission header .primary-infos h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(236, 90, 79);
  display: block;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission header .primary-infos h1 {
    font-size: 1.75rem;
    float: left;
  }
}

body.single-mission .content .main article.mission header .primary-infos h2 {
  clear: both;
  font-size: 1.25rem;
  font-weight: 500;
  color: hsl(0, 0%, 21%);
  margin: 0 0 0.5rem;
}

body.single-mission .content .main article.mission header .primary-infos p.mission-reference {
  margin: 0 0 0.5rem;
}

body.single-mission .content .main article.mission header .primary-actions {
  width: 268px;
  padding: 2rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission header .primary-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.single-mission .content .main article.mission header .primary-actions p.applied-notice {
  color: rgb(236, 90, 79);
  font-size: 1rem;
  margin-left: -60px;
  text-align: right;
  font-style: italic;
  font-weight: 600;
}

body.single-mission .content .main article.mission header .primary-actions .button {
  font-size: 1.0625rem;
  width: 215px;
  text-align: center;
  margin: 0 0 0.75rem;
}

body.single-mission .content .main article.mission header .primary-actions .button.is-secondary {
  color: rgb(236, 90, 79);
}

body.single-mission .content .main article.mission .entry-content {
  padding-bottom: 120px;
  margin-bottom: -90px;
  /* Structure */
  /* Common BLoc infos */
  /* Specific Styling - Main Col. */
  /* Errors blocs */
  /* 1. Mission Period */
  /* 5. Promo Banner - Join-us */
  /* Specific Styling - Side Col. */
  /* 1. Activities */
  /* 2. Intervention type */
  /* 5. Documents */
}

body.single-mission .content .main article.mission .entry-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission .entry-content .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

body.single-mission .content .main article.mission .entry-content .container .side {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission .entry-content .container .side {
    padding-right: 2rem;
    width: 360px;
  }
}

body.single-mission .content .main article.mission .entry-content .container .main {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission .entry-content .container .main {
    width: calc(100% - 360px);
  }
}

body.single-mission .content .main article.mission .entry-content .bloc-infos {
  background: white;
  padding: 0;
  margin: 2rem 0;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission .entry-content .bloc-infos {
    padding: 1.5rem 2rem;
  }
}

body.single-mission .content .main article.mission .entry-content .bloc-infos h2 {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: rgb(236, 90, 79);
}

body.single-mission .content .main article.mission .entry-content .error {
  text-align: center;
  padding: 2rem 0;
  background: hsl(0, 0%, 96%);
  border: 1px dashed hsl(0, 0%, 86%);
}

body.single-mission .content .main article.mission .entry-content .error p {
  margin-bottom: 0.5rem;
  color: hsl(0, 0%, 48%);
}

body.single-mission .content .main article.mission .entry-content .error p i.fa {
  font-size: 2rem;
  color: hsl(0, 0%, 48%);
}

body.single-mission .content .main article.mission .entry-content .error p a {
  text-decoration: underline;
}

body.single-mission .content .main article.mission .entry-content .period i.fa {
  color: rgb(236, 90, 79);
  margin-right: 0.5rem;
}

body.single-mission .content .main article.mission .entry-content .period p {
  margin-bottom: 0.75rem;
}

body.single-mission .content .main article.mission .entry-content .join-us {
  background: rgb(236, 90, 79);
  color: white;
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1rem 0;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission .entry-content .join-us {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body.single-mission .content .main article.mission .entry-content .join-us .banner-content {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

body.single-mission .content .main article.mission .entry-content .join-us .banner-content br {
  display: none;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission .entry-content .join-us .banner-content br {
    display: block;
  }
}

body.single-mission .content .main article.mission .entry-content .join-us .banner-content p {
  margin: 0;
}

body.single-mission .content .main article.mission .entry-content .join-us .banner-content p strong {
  color: white;
}

body.single-mission .content .main article.mission .entry-content .join-us .banner-actions {
  text-align: left;
  width: 100%;
  margin-top: 1.25rem;
}

@media screen and (min-width: 769px), print {
  body.single-mission .content .main article.mission .entry-content .join-us .banner-actions {
    margin-top: 0;
    width: auto;
    text-align: right;
  }
}

body.single-mission .content .main article.mission .entry-content .join-us .banner-actions a.is-secondary {
  color: rgb(236, 90, 79);
}

body.single-mission .content .main article.mission .entry-content .activities ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.single-mission .content .main article.mission .entry-content .type span.picto {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  margin-right: 0.5rem;
  vertical-align: sub;
}

body.single-mission .content .main article.mission .entry-content .type span.picto.temps-partage,
body.single-mission .content .main article.mission .entry-content .type span.picto.time-sharing {
  background-image: url(/wp-content/themes/fitin-network/dist/images/type-temps-partage.png?130f102026857a2543fab3faf7797549);
}

body.single-mission .content .main article.mission .entry-content .type span.picto.management-de-transition-temps-plein,
body.single-mission .content .main article.mission .entry-content .type span.picto.transition-management-full-time {
  background-image: url(/wp-content/themes/fitin-network/dist/images/type-temps-plein.png?537562949330449ab13c65fe632f6ec8);
}

body.single-mission .content .main article.mission .entry-content .documents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.single-mission .content .main article.mission .entry-content .documents ul li a::before {
  content: "\F019";
  color: rgb(236, 90, 79);
  margin-right: 0.5rem;
  font-family: FontAwesome;
}

body.single-mission .content .main article.mission .entry-content .documents ul li a:hover {
  text-decoration: underline;
}

body.single-mission .site-footer {
  padding-bottom: 72px;
}

@media screen and (min-width: 769px), print {
  body.single-mission .site-footer {
    padding-bottom: 0;
  }
}

.depot-de-mission {
  /* Structure */
  /* Form Add Mission */
  /* Form Registration */
  /* should delete above*/
  /* Success Message */
}

.depot-de-mission .wrap.container {
  max-width: none;
  width: auto;
  margin-bottom: -90px;
}

.depot-de-mission .mission-add-form {
  background: #edeff0;
  padding-bottom: 90px;
  margin: 0 -0.99rem;
  /* Form validation */
  /* Fake Loading Button*/
}

@media screen and (min-width: 1088px) {
  .depot-de-mission .mission-add-form {
    margin: 0;
  }
}

.depot-de-mission .mission-add-form p.error.has-text-red {
  float: left;
  position: relative;
  margin: 2rem;
  display: none;
}

.depot-de-mission .mission-add-form #mission_add_post {
  padding: 1rem 0;
  /* Remove the tabs navigation */
  /* Show all tabs - we use them only for styling purposes */
  /* Form Styling */
  /* Submit Button */
}

.depot-de-mission .mission-add-form #mission_add_post::after {
  content: " ";
  display: block;
  clear: both;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tab-nav {
  display: none !important;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs-panel {
  width: 100%;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tab-panel {
  display: block !important;
  background: white;
  padding: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs {
  margin: 0;
  padding: 0 1rem;
  /* Fields styling */
  /* Field - Title */
  /* 1. Mission title */
  /* 2. Period */
  /* 4. Activities */
  /* 6. Location */
  /* 7. Descriptions */
  /* 11. File upload */
}

@media screen and (min-width: 1088px) {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs {
    margin: -6px -12px -12px;
    padding: 0 2rem;
  }
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb-th {
  width: 100%;
  text-align: left;
  float: none;
  padding-bottom: 0;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb-th label {
  color: rgb(46, 89, 163);
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb-th label span {
  font-size: 0.875rem;
  font-style: italic;
  color: hsl(0, 0%, 21%);
  font-weight: 400;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb-td {
  width: 100%;
  max-width: 100%;
  float: none;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb-type-select .cmb-td::after {
  right: 1rem;
  left: inherit;
}

@media screen and (min-width: 769px), print {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb-type-select .cmb-td::after {
    right: 1.5rem;
  }
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs h3.cmb2-metabox-title {
  color: rgb(46, 89, 163);
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
  margin: 0;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs h3.cmb2-metabox-title span {
  font-size: 0.875rem;
  font-style: italic;
  color: hsl(0, 0%, 21%);
  font-weight: 400;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs #mission_title {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-start {
    width: 320px;
    float: left;
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 1088px) {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-start {
    margin-right: 0;
  }
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-start .cmb-th label {
  font-size: 1rem;
  color: hsl(0, 0%, 21%);
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-start .cmb2_select {
  width: 100%;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-start-date {
  display: none;
}

@media screen and (min-width: 769px), print {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-start-date {
    width: 320px;
    float: left;
  }
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-start-date .cmb-th {
  display: none;
}

@media screen and (min-width: 769px), print {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-start-date .cmb-th {
    display: block;
  }
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-start-date .cmb-td {
  position: relative;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-start-date .cmb-td::before {
  content: "\F073";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 0.75rem;
  left: 1rem;
}

@media screen and (min-width: 769px), print {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-start-date .cmb-td::before {
    top: 1rem;
    left: 1.5rem;
  }
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-start-date .cmb-td #mission_start_date {
  padding-left: 2.75rem;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-estimated-time {
  clear: left;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-estimated-time .cmb-th label {
  font-size: 1rem;
  color: hsl(0, 0%, 21%);
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-estimated-time #mission_estimated_time {
  width: 600px;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-activity .dropdown {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-activity .dropdown {
    width: 600px;
  }
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-activity .dropdown .dropdown-trigger {
  width: 100%;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-activity .dropdown .dropdown-trigger button {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px), print {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-activity .dropdown .dropdown-trigger button {
    width: 600px;
  }
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-activity .dropdown .dropdown-menu {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-activity .dropdown .dropdown-menu {
    width: 600px;
  }
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-activity .dropdown .dropdown-menu .dropdown-content {
  max-height: 300px;
  overflow: auto;
  /* Scrollbar */
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-activity .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar {
  width: 5px;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-activity .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar-button {
  display: none;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-activity .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar-track {
  background-color: #eee;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-activity .dropdown .dropdown-menu .dropdown-content::-webkit-scrollbar-thumb {
  background: #999;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb-tab-panel-location::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 769px), print {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-country {
    width: 320px;
    float: left;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1088px) {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-country {
    margin-right: 0;
  }
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-country .cmb-th label {
  font-size: 1rem;
  color: hsl(0, 0%, 21%);
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-country .cmb2_select {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-postcode {
    width: 320px;
    float: left;
  }
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-postcode .cmb-th label {
  font-size: 1rem;
  color: hsl(0, 0%, 21%);
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-description .wp-editor-container .mce-toolbar:last-child,
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-objectives .wp-editor-container .mce-toolbar:last-child,
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-profile .wp-editor-container .mce-toolbar:last-child {
  display: none;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-description .wp-editor-container .mce-listbox,
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-objectives .wp-editor-container .mce-listbox,
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-profile .wp-editor-container .mce-listbox {
  display: none;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-description .wp-editor-container i.mce-ico::before,
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-objectives .wp-editor-container i.mce-ico::before,
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-profile .wp-editor-container i.mce-ico::before {
  font-size: 20px;
  vertical-align: baseline;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-description .wp-editor-container .mce-widget[aria-label="Aligner à gauche (Shift+Alt+L)"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-description .wp-editor-container .mce-widget[aria-label="Centrer (Shift+Alt+C)"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-description .wp-editor-container .mce-widget[aria-label="Aligner à droite (Shift+Alt+R)"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-description .wp-editor-container .mce-widget[aria-label="Justifier (Shift+Alt+J)"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-description .wp-editor-container .mce-widget[aria-label=Tableau],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-description .wp-editor-container .mce-widget[aria-label="Add Settings shortcode"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-objectives .wp-editor-container .mce-widget[aria-label="Aligner à gauche (Shift+Alt+L)"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-objectives .wp-editor-container .mce-widget[aria-label="Centrer (Shift+Alt+C)"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-objectives .wp-editor-container .mce-widget[aria-label="Aligner à droite (Shift+Alt+R)"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-objectives .wp-editor-container .mce-widget[aria-label="Justifier (Shift+Alt+J)"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-objectives .wp-editor-container .mce-widget[aria-label=Tableau],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-objectives .wp-editor-container .mce-widget[aria-label="Add Settings shortcode"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-profile .wp-editor-container .mce-widget[aria-label="Aligner à gauche (Shift+Alt+L)"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-profile .wp-editor-container .mce-widget[aria-label="Centrer (Shift+Alt+C)"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-profile .wp-editor-container .mce-widget[aria-label="Aligner à droite (Shift+Alt+R)"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-profile .wp-editor-container .mce-widget[aria-label="Justifier (Shift+Alt+J)"],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-profile .wp-editor-container .mce-widget[aria-label=Tableau],
.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-profile .wp-editor-container .mce-widget[aria-label="Add Settings shortcode"] {
  display: none;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-file .cmb-fileUpload {
  width: 100%;
  background: whitesmoke;
  border: 1px dashed #dbdbdb;
  min-height: 5rem;
  padding: 1rem;
  border-radius: 4px;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-file .cmb-fileUpload.is-drop {
  border: 1px dashed #333;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-file .cmb-fileUpload label.button {
  float: none;
  border: none;
  display: block;
  background: none;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-file .cmb-fileUpload .file-name {
  border: none;
  height: auto;
  padding: 0 0 0 2rem;
  font-style: italic;
}

.depot-de-mission .mission-add-form #mission_add_post .cmb-tabs .cmb2-id-mission-file .cmb-fileUpload .file-name .file-del {
  position: absolute;
  top: 0;
  left: 0.5rem;
  right: inherit;
}

.depot-de-mission .mission-add-form #mission_add_post .button-primary {
  margin: 1.5rem 3rem 3rem 0;
  float: right;
  width: 150px;
  height: 2.5rem;
  text-align: center;
}

.depot-de-mission .mission-add-form .button.is-loading {
  display: none;
  margin: 1.5rem 3rem 3rem 0;
  float: right;
  width: 150px;
  height: 2.5rem;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 1rem;
}

.depot-de-mission .mission-add-login {
  background: #edeff0;
  padding-bottom: 90px;
  padding-top: 2rem;
}

.depot-de-mission .mission-add-login .container {
  background: white;
  padding: 3rem 1.5rem;
  text-align: center;
  /* Title */
  /* Subtitle */
  /* Login with LinkedIn Button */
  /* Section Divider */
  /* Registration Form */
}

.depot-de-mission .mission-add-login .container .title {
  color: rgb(46, 89, 163);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.depot-de-mission .mission-add-login .container .subtitle {
  font-size: 1rem;
  margin: 0 0 1rem;
}

.depot-de-mission .mission-add-login .container .subtitle a {
  color: rgb(46, 89, 163);
  font-weight: 500;
}

.depot-de-mission .mission-add-login .container .subtitle a:hover {
  text-decoration: underline;
}

.depot-de-mission .mission-add-login .container .linkedin-button {
  display: inline-block;
  width: auto;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.5rem;
}

.depot-de-mission .mission-add-login .container .linkedin-button span.icon {
  border-radius: 4px;
  background: #0077b5;
  color: #fff;
  margin-right: 0.5rem;
}

.depot-de-mission .mission-add-login .container .is-divider {
  border-top: 1px solid #dbdbdb;
  max-width: 140px;
  margin: 2rem auto;
}

.depot-de-mission .mission-add-login .container .is-divider::after {
  -webkit-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.depot-de-mission .mission-add-login .container #mission_register {
  max-width: 560px;
  margin: 0 auto;
}

.depot-de-mission .mission-add-success {
  background: #edeff0;
  display: none;
}

@media screen and (min-width: 1088px) {
  .depot-de-mission .mission-add-success {
    padding-bottom: 90px;
    padding-top: 2rem;
  }
}

.depot-de-mission .mission-add-success .container {
  background: white;
  padding: 2rem 0 160px;
  text-align: center;
}

@media screen and (min-width: 1088px) {
  .depot-de-mission .mission-add-success .container {
    padding: 3rem 1.5rem;
  }
}

.depot-de-mission .mission-add-success .container p.has-text-red {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.depot-de-mission .mission-add-success .container .columns {
  max-width: 860px;
  margin: 2rem auto;
}

.depot-de-mission .mission-add-success .container .columns a {
  border: 1px dashed #fff;
  display: block;
  border-radius: 1rem;
  padding: 1rem;
}

.depot-de-mission .mission-add-success .container .columns a.has-text-red:hover {
  border: 1px dashed rgba(236, 90, 79, 0.25);
}

.depot-de-mission .mission-add-success .container .columns a.has-text-blue:hover {
  border: 1px dashed rgba(46, 89, 163, 0.25);
}

.depot-de-mission .mission-add-success .container .is-divider.is-horizontal {
  max-width: 140px;
  margin: 2rem auto;
}

/* Archive Missions Examples */

.archive-mission-example .missions-types {
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive-mission-example .missions-types .mission-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 1.5rem;
  padding: 2rem 0;
}

@media screen and (min-width: 769px), print {
  .archive-mission-example .missions-types .mission-type {
    width: 33.33%;
  }
}

.archive-mission-example .missions-types .mission-type:nth-child(even) {
  background-color: rgba(46, 89, 163, 0.05);
}

.archive-mission-example .missions-types .mission-type .thumb {
  display: block;
  width: 90%;
  aspect-ratio: 300/190;
  height: auto;
  max-width: 320px;
  overflow: hidden;
}

.archive-mission-example .missions-types .mission-type .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
}

.archive-mission-example .missions-types .mission-type .thumb:hover > img {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.archive-mission-example .missions-types .mission-type div {
  text-align: center;
}

.archive-mission-example .missions-types .mission-type div p.title {
  color: rgb(46, 89, 163);
  font-size: clamp(1.5rem, 1.3764rem + 0.5495vw, 1.75rem);
  font-weight: 600;
  text-wrap: balance;
  max-width: 90%;
  margin: 0 auto 0.5em;
}

@media screen and (min-width: 769px), print {
  .archive-mission-example .missions-types .mission-type div p.title {
    font-size: clamp(1.375rem, 0.8107rem + 1.1742vw, 1.75rem);
  }
}

.archive-mission-example .missions-types .mission-type div p.count {
  font-size: 1rem;
  font-style: italic;
  color: rgb(46, 89, 163);
}

/* Archive Missions Examples Types - Taxo */

.tax-mission_example_type .widget.page-intro {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tax-mission_example_type .search-missions-form {
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.5rem;
  padding: 10px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 700px) {
  .tax-mission_example_type .search-missions-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(1rem, 0.838rem + 0.3704vw, 1.25rem);
  }
}

@media screen and (min-width: 1280px) {
  .tax-mission_example_type .search-missions-form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.tax-mission_example_type .search-missions-form .field {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (min-width: 700px) {
  .tax-mission_example_type .search-missions-form .field {
    width: calc(50% - 0.75rem);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media screen and (min-width: 1088px) {
  .tax-mission_example_type .search-missions-form .field {
    width: calc(25% - 1rem);
  }
}

@media screen and (min-width: 1280px) {
  .tax-mission_example_type .search-missions-form .field {
    width: auto;
  }

  .tax-mission_example_type .search-missions-form .field.activity {
    max-width: 400px;
  }
}

.tax-mission_example_type .search-missions-form .field label {
  display: none;
}

.tax-mission_example_type .search-missions-form .field input,
.tax-mission_example_type .search-missions-form .field select {
  height: 48px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d1d1d1;
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 0.875rem;
  padding: 0 1.25rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.tax-mission_example_type .search-missions-form .search-submit {
  margin: 0;
  font-size: 0.875rem;
  height: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 130px;
  background-color: rgb(236, 90, 79);
}

.tax-mission_example_type .search-missions-form .search-submit:hover {
  background-color: rgb(155, 35, 33);
}

.tax-mission_example_type .search-missions-form .search-submit .icon-search::before {
  color: currentColor;
  content: "\F002";
  display: inline-block;
  font: normal normal normal 18px/50px FontAwesome;
}

.tax-mission_example_type .count {
  color: rgb(236, 90, 79);
  font-size: 1rem;
  margin-top: 2rem;
}

.tax-mission_example_type .missions-list {
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 2rem;
}

@media screen and (min-width: 769px), print {
  .tax-mission_example_type .missions-list ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    gap: clamp(1.875rem, -0.176rem + 4.2674vw, 3.75rem);
    margin: 2rem auto clamp(2rem, -1.2817rem + 6.8279vw, 5rem);
  }
}

.tax-mission_example_type .missions-list ul li {
  padding: 0.15rem 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

.tax-mission_example_type .missions-list ul li a {
  color: rgb(46, 89, 163);
}

.tax-mission_example_type .missions-list ul li a:hover {
  text-decoration: underline;
}

.tax-mission_example_type .missions-list article.mission_example {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tax-mission_example_type .missions-list article.mission_example:last-child {
  border-bottom: none;
}

@media screen and (min-width: 1088px) {
  .tax-mission_example_type .missions-list article.mission_example {
    width: calc(50% - 2rem);
  }

  .tax-mission_example_type .missions-list article.mission_example:nth-last-child(2) {
    border-bottom: none;
  }
}

.tax-mission_example_type .missions-list article.mission_example header {
  margin-bottom: 0.75rem;
}

.tax-mission_example_type .missions-list article.mission_example header .entry-title {
  color: rgb(46, 89, 163);
  font-size: clamp(1.125rem, 0.9851rem + 0.5739vw, 1.375rem);
  font-weight: 600;
  display: block;
  margin-bottom: 0.375rem;
}

@media screen and (min-width: 1088px) {
  .tax-mission_example_type .missions-list article.mission_example header .entry-title {
    font-size: clamp(1.25rem, 1.0535rem + 0.289vw, 1.375rem);
  }
}

.tax-mission_example_type .missions-list article.mission_example header .entry-metas {
  font-size: 0.8125rem;
  font-family: "Open Sans";
  font-weight: 600;
  color: #666;
}

.tax-mission_example_type .missions-list article.mission_example header .entry-metas .ref {
  text-transform: uppercase;
}

.tax-mission_example_type .missions-list article.mission_example .entry-content {
  font-size: 1rem;
  margin-bottom: 0.875rem;
}

.tax-mission_example_type .missions-list article.mission_example footer {
  margin: auto 0 0;
}

.tax-mission_example_type .missions-list p.error {
  text-align: center;
  margin: 5rem auto;
  color: rgb(236, 90, 79);
}

.tax-mission_example_type .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #dfdfdf;
  padding: 1rem 0;
}

.tax-mission_example_type .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tax-mission_example_type .pagination .page-numbers {
  display: block;
  padding: 0.5rem;
  border: 1px solid #dfdfdf;
  margin: 0 0.25rem;
  line-height: 1;
  min-width: 34px;
  font-size: 0.875rem;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.tax-mission_example_type .pagination .page-numbers:hover,
.tax-mission_example_type .pagination .page-numbers.current {
  background: rgb(236, 90, 79);
  color: white;
}

/* Single Missions Examples */

.single-mission_example .widget_sow-image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 450px !important;
  border-radius: 1.5rem;
}

.single-mission_example .related-missions {
  padding: 3rem 0 3.5rem 0;
}

@media screen and (min-width: 769px), print {
  .single-mission_example .related-missions {
    padding: 3vw 0 3.5vw 0;
  }
}

.single-mission_example .related-missions h3 {
  text-align: center;
  color: rgb(236, 90, 79);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.single-mission_example .related-missions ul {
  text-align: left;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 769px), print {
  .single-mission_example .related-missions ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    gap: 30px;
  }
}

@media screen and (min-width: 1088px) {
  .single-mission_example .related-missions ul {
    gap: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .single-mission_example .related-missions ul {
    gap: 50px;
  }
}

@media screen and (min-width: 1472px) {
  .single-mission_example .related-missions ul {
    gap: 60px;
  }
}

.single-mission_example .related-missions ul li {
  padding: 0.15rem 0;
}

.single-mission_example .related-missions ul a {
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-mission_example .related-missions ul a:hover {
  text-decoration: underline;
  color: rgb(46, 89, 163);
}

.single-mission_example .related-missions .see-all {
  font-weight: 600;
  display: inline-block;
  text-align: center;
  margin-top: 2rem;
}

.single-mission_example .related-missions .see-all:hover {
  text-decoration: underline;
  color: rgb(46, 89, 163);
}

.validation-feuille-de-temps .top-bar .search-toggler {
  display: none;
}

.validation-feuille-de-temps .site-header {
  border-bottom: none;
}

.validation-feuille-de-temps .site-header .hamburger,
.validation-feuille-de-temps .site-header .nav-primary {
  display: none;
}

.validation-feuille-de-temps .wrap.container {
  height: calc(100vh - 140px);
  min-height: calc(100vh - 140px);
  max-height: calc(100vh - 140px);
}

.validation-feuille-de-temps .wrap.container .main {
  height: calc(100vh - 140px);
  min-height: calc(100vh - 140px);
  max-height: calc(100vh - 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.validation-feuille-de-temps .main {
  position: relative;
}

.validation-feuille-de-temps .main iframe {
  display: block;
  width: 960px;
  aspect-ratio: 210/297;
  margin: auto;
  height: calc(100vh - 2rem - 200px);
}

.validation-feuille-de-temps .main .actions {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.validation-feuille-de-temps .main .modal .modal-card {
  padding: 0;
}

.validation-feuille-de-temps .main .modal .modal-card::after {
  content: none;
}

.validation-feuille-de-temps .main .modal .modal-card .modal-card-head .modal-card-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.validation-feuille-de-temps .main .modal .modal-card .modal-card-body input {
  width: 100%;
  height: 2.25rem;
  font-size: 13px;
  padding: 5px 0.75rem;
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 4px;
  margin-bottom: 1rem;
}

.validation-feuille-de-temps .main .modal .modal-card .modal-card-body input:hover,
.validation-feuille-de-temps .main .modal .modal-card .modal-card-body input:focus {
  border-color: hsl(0, 0%, 71%);
}

.validation-feuille-de-temps .main .modal .modal-card .modal-card-body input.is-error {
  border: 1px solid rgb(155, 35, 33);
}

.validation-feuille-de-temps .main .modal .modal-card .modal-card-body textarea {
  width: 100%;
  height: 130px;
  padding: 0.75rem;
  font-size: 13px;
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 4px;
}

.validation-feuille-de-temps .main .modal .modal-card .modal-card-body textarea:hover,
.validation-feuille-de-temps .main .modal .modal-card .modal-card-body textarea:focus {
  border-color: hsl(0, 0%, 71%);
}

.validation-feuille-de-temps .main .modal .modal-card .modal-card-body textarea.is-error {
  border: 1px solid rgb(155, 35, 33);
}

.validation-feuille-de-temps .main .modal .modal-card .modal-card-body .error-msg {
  display: none;
  font-size: 0.875rem;
  font-style: italic;
  color: rgb(155, 35, 33);
}

.validation-feuille-de-temps .main .modal .modal-card .modal-card-body .is-error + .error-msg {
  display: block;
}

.validation-feuille-de-temps .main .modal .modal-card .modal-card-body .thankyou {
  text-align: center;
  display: none;
  padding: 2rem 0;
}

.validation-feuille-de-temps .main .modal .modal-card .modal-card-body .thankyou a {
  text-decoration: underline;
}

.validation-feuille-de-temps .main .modal .modal-card .modal-card-foot .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.blog,
.archive.category {
  /* Basic structure */
  /* Main Column : List posts */
  /* Sidebar : Widgets search, categories... */
}

.blog .content section.page-intro,
.blog .content section.page-content,
.archive.category .content section.page-intro,
.archive.category .content section.page-content {
  position: relative;
}

@media screen and (min-width: 1088px) {
  .blog .main,
  .archive.category .main {
    width: 100%;
    padding: 0 3rem 2rem calc(20% + 3rem);
  }
}

.blog .main .blog-posts,
.archive.category .main .blog-posts {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .main .blog-posts .alert-warning,
.archive.category .main .blog-posts .alert-warning {
  text-align: center;
  margin: 8rem 0 12rem;
  width: 100%;
}

.blog .main .blog-posts .alert-warning i.fa,
.archive.category .main .blog-posts .alert-warning i.fa {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.blog .main .blog-posts article.post,
.archive.category .main .blog-posts article.post {
  padding-bottom: 3rem;
}

@media screen and (min-width: 769px), print {
  .blog .main .blog-posts article.post,
  .archive.category .main .blog-posts article.post {
    padding: 0 1.5rem 3rem;
    width: 50%;
    border-bottom: 1px solid hsl(0, 0%, 86%);
    margin-bottom: 3rem;
  }

  .blog .main .blog-posts article.post:nth-of-type(even),
  .archive.category .main .blog-posts article.post:nth-of-type(even) {
    border-right: 1px solid hsl(0, 0%, 86%);
  }
}

@media only screen and (min-width: 990px) {
  .blog .main .blog-posts article.post,
  .archive.category .main .blog-posts article.post {
    padding: 0 1.5rem 0;
    width: 33.333%;
    border-right: 1px solid hsl(0, 0%, 86%);
    border-bottom: 0;
    margin-bottom: 0;
  }
}

.blog .main .blog-posts article.post .entry-metas,
.archive.category .main .blog-posts article.post .entry-metas {
  font-size: 0.75rem;
  font-family: "Open Sans";
  font-weight: 600;
}

.blog .main .blog-posts article.post .entry-metas time,
.archive.category .main .blog-posts article.post .entry-metas time {
  text-transform: uppercase;
  color: hsl(0, 0%, 48%);
}

.blog .main .blog-posts article.post .entry-metas .post-categories::before,
.archive.category .main .blog-posts article.post .entry-metas .post-categories::before {
  content: " / ";
}

.blog .main .blog-posts article.post .entry-metas .post-categories a,
.archive.category .main .blog-posts article.post .entry-metas .post-categories a {
  font-size: 0.8125rem;
  color: rgb(46, 89, 163);
}

.blog .main .blog-posts article.post .entry-metas .post-categories a:hover,
.archive.category .main .blog-posts article.post .entry-metas .post-categories a:hover {
  text-decoration: underline;
}

.blog .main .blog-posts article.post h2,
.archive.category .main .blog-posts article.post h2 {
  color: rgb(46, 89, 163);
  font-size: 1.25rem;
  font-weight: 400;
}

.blog .main .blog-posts article.post h2 a:hover,
.archive.category .main .blog-posts article.post h2 a:hover {
  text-decoration: underline;
}

.blog .main .blog-posts article.post .entry-content,
.archive.category .main .blog-posts article.post .entry-content {
  font-size: 0.9375rem;
  color: hsl(0, 0%, 29%);
}

@media screen and (min-width: 769px), print {
  .blog .main .blog-posts article.post .entry-content,
  .archive.category .main .blog-posts article.post .entry-content {
    font-size: 1rem;
  }
}

.blog .main .blog-posts article.post .entry-content p:not(:last-child),
.blog .main .blog-posts article.post .entry-content dl:not(:last-child),
.blog .main .blog-posts article.post .entry-content ol:not(:last-child),
.blog .main .blog-posts article.post .entry-content ul:not(:last-child),
.blog .main .blog-posts article.post .entry-content blockquote:not(:last-child),
.blog .main .blog-posts article.post .entry-content pre:not(:last-child),
.blog .main .blog-posts article.post .entry-content table:not(:last-child),
.archive.category .main .blog-posts article.post .entry-content p:not(:last-child),
.archive.category .main .blog-posts article.post .entry-content dl:not(:last-child),
.archive.category .main .blog-posts article.post .entry-content ol:not(:last-child),
.archive.category .main .blog-posts article.post .entry-content ul:not(:last-child),
.archive.category .main .blog-posts article.post .entry-content blockquote:not(:last-child),
.archive.category .main .blog-posts article.post .entry-content pre:not(:last-child),
.archive.category .main .blog-posts article.post .entry-content table:not(:last-child) {
  margin-bottom: 0.87em;
}

.blog .main .blog-posts article.post:first-child,
.archive.category .main .blog-posts article.post:first-child {
  width: 100%;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3rem;
}

@media only screen and (min-width: 990px) {
  .blog .main .blog-posts article.post:first-child,
  .archive.category .main .blog-posts article.post:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 1.5rem;
  }
}

.blog .main .blog-posts article.post:first-child .post-thumb,
.archive.category .main .blog-posts article.post:first-child .post-thumb {
  width: 100%;
}

@media only screen and (min-width: 990px) {
  .blog .main .blog-posts article.post:first-child .post-thumb,
  .archive.category .main .blog-posts article.post:first-child .post-thumb {
    width: 65%;
  }
}

.blog .main .blog-posts article.post:first-child .post-content,
.archive.category .main .blog-posts article.post:first-child .post-content {
  width: 100%;
}

@media only screen and (min-width: 990px) {
  .blog .main .blog-posts article.post:first-child .post-content,
  .archive.category .main .blog-posts article.post:first-child .post-content {
    width: 30%;
  }
}

@media only screen and (min-width: 990px) {
  .blog .main .blog-posts article.post.is-third-of-row,
  .blog .main .blog-posts article.post:last-child,
  .archive.category .main .blog-posts article.post.is-third-of-row,
  .archive.category .main .blog-posts article.post:last-child {
    border-right: none;
  }
}

.blog .main hr.row-spacer,
.archive.category .main hr.row-spacer {
  display: none;
}

@media only screen and (min-width: 990px) {
  .blog .main hr.row-spacer,
  .archive.category .main hr.row-spacer {
    display: block;
    margin: 3rem 0;
    width: 100%;
    height: 1px;
    background-color: hsl(0, 0%, 86%);
  }
}

.blog .main .pagination,
.archive.category .main .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: none;
  border-right: none;
  padding: 0;
}

@media only screen and (min-width: 990px) {
  .blog .main .pagination,
  .archive.category .main .pagination {
    padding-bottom: 3.5rem;
  }
}

.blog .main .pagination .page-numbers,
.archive.category .main .pagination .page-numbers {
  display: block;
  padding: 0.5rem;
  border: 1px solid #dfdfdf;
  margin: 0 0.25rem;
  line-height: 1;
  min-width: 34px;
  font-size: 0.875rem;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.blog .main .pagination .page-numbers:hover,
.blog .main .pagination .page-numbers.current,
.archive.category .main .pagination .page-numbers:hover,
.archive.category .main .pagination .page-numbers.current {
  background: rgb(46, 89, 163);
  color: white;
}

.blog .sidebar,
.archive.category .sidebar {
  display: none;
  /* Sticky behavior */
  /* Scrollbar */
}

@media screen and (min-width: 1088px) {
  .blog .sidebar,
  .archive.category .sidebar {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: calc(100vh - 80px);
    width: 20%;
    background: hsl(0, 0%, 96%);
    overflow-y: auto;
    padding: 2rem;
  }
}

.blog .sidebar.is-sticky,
.archive.category .sidebar.is-sticky {
  position: fixed;
  top: 80px;
  z-index: 0;
}

.blog .sidebar::-webkit-scrollbar,
.archive.category .sidebar::-webkit-scrollbar {
  width: 5px;
}

.blog .sidebar::-webkit-scrollbar-button,
.archive.category .sidebar::-webkit-scrollbar-button {
  display: none;
}

.blog .sidebar::-webkit-scrollbar-track,
.archive.category .sidebar::-webkit-scrollbar-track {
  background-color: #eee;
}

.blog .sidebar::-webkit-scrollbar-thumb,
.archive.category .sidebar::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.blog .sidebar .widget_search,
.archive.category .sidebar .widget_search {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid hsl(0, 0%, 86%);
}

.blog .sidebar .widget_search p,
.archive.category .sidebar .widget_search p {
  color: rgb(46, 89, 163);
  font-size: 1.125rem;
}

.blog .sidebar .widget_search .search-field,
.archive.category .sidebar .widget_search .search-field {
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 4px;
  height: 2.25rem;
  width: 100%;
  padding: 5px 0.75rem;
}

.blog .sidebar .widget_search .search-field:hover,
.archive.category .sidebar .widget_search .search-field:hover {
  border-color: hsl(0, 0%, 71%);
}

.blog .sidebar .widget_search .search-field::-moz-placeholder,
.archive.category .sidebar .widget_search .search-field::-moz-placeholder {
  color: hsl(0, 0%, 71%);
}

.blog .sidebar .widget_search .search-field::-webkit-input-placeholder,
.archive.category .sidebar .widget_search .search-field::-webkit-input-placeholder {
  color: hsl(0, 0%, 71%);
}

.blog .sidebar .widget_search .search-field:-moz-placeholder,
.archive.category .sidebar .widget_search .search-field:-moz-placeholder {
  color: hsl(0, 0%, 71%);
}

.blog .sidebar .widget_search .search-field:-ms-input-placeholder,
.archive.category .sidebar .widget_search .search-field:-ms-input-placeholder {
  color: hsl(0, 0%, 71%);
}

.blog .sidebar .widget_search .search-submit,
.archive.category .sidebar .widget_search .search-submit {
  display: none;
}

.blog .sidebar .widget_categories p,
.archive.category .sidebar .widget_categories p {
  color: rgb(46, 89, 163);
  font-size: 1.125rem;
}

.blog .sidebar .widget_categories ul,
.archive.category .sidebar .widget_categories ul {
  list-style: none;
  margin: 0;
}

.blog .sidebar .widget_categories ul li a:hover,
.archive.category .sidebar .widget_categories ul li a:hover {
  text-decoration: underline;
}

.error404 .wrap {
  max-width: none;
  width: 100%;
}

.error404 .page-intro.container {
  margin: 0 -1rem;
  width: calc(100% + 2rem);
}

@media screen and (min-width: 1088px) {
  .error404 .page-intro.container {
    margin: 0;
    width: 100%;
    max-width: none;
  }
}

.error404 .columns {
  padding: 5rem 0;
}

.error404 .columns h3 {
  font-size: 1rem;
  color: rgb(46, 89, 163);
}

.error404 .columns .search-form label {
  position: relative;
}

.error404 .columns .search-form label::after {
  content: "\F002";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0.5rem;
  top: 0.15rem;
  color: hsl(0, 0%, 21%);
}

.error404 .columns .search-form .search-field {
  border: 1px solid hsl(0, 0%, 86%);
  font-size: 0.9375rem;
  padding: 0 0.375rem;
  height: 2.25rem;
  width: 225px;
}

.error404 .columns .search-form .search-submit {
  display: none;
}

.error404 aside.sidebar {
  display: none !important;
}

.search-results .wrap,
.search-no-results .wrap {
  max-width: none;
  width: 100%;
}

.search-results .page-intro.container,
.search-no-results .page-intro.container {
  margin: 0 -1rem;
  width: calc(100% + 2rem);
}

@media screen and (min-width: 1088px) {
  .search-results .page-intro.container,
  .search-no-results .page-intro.container {
    margin: 0;
    width: 100vw;
    max-width: none;
    padding: 0 !important;
    margin: 0 -3vw;
  }
}

@media screen and (min-width: 1280px) {
  .search-results .page-intro.container,
  .search-no-results .page-intro.container {
    margin: 0;
  }
}

.search-results .page-content,
.search-no-results .page-content {
  padding: 2rem 0;
  /* Search form */
  /* search results */
}

.search-results .page-content .search-form,
.search-no-results .page-content .search-form {
  background: #f6f3ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.5rem;
  padding: 10px;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 700px) {
  .search-results .page-content .search-form,
  .search-no-results .page-content .search-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.search-results .page-content .search-form .field,
.search-no-results .page-content .search-form .field {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.search-results .page-content .search-form .field.type,
.search-no-results .page-content .search-form .field.type {
  -webkit-box-flex: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
}

.search-results .page-content .search-form .field label,
.search-no-results .page-content .search-form .field label {
  display: none;
}

.search-results .page-content .search-form .field input,
.search-results .page-content .search-form .field select,
.search-no-results .page-content .search-form .field input,
.search-no-results .page-content .search-form .field select {
  height: 48px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #d1d1d1;
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 0.875rem;
  padding: 0 1.25rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.search-results .page-content .search-form .search-submit,
.search-no-results .page-content .search-form .search-submit {
  margin: 0;
  font-size: 0.875rem;
  height: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-results .page-content .search-form .search-submit .icon-search::before,
.search-no-results .page-content .search-form .search-submit .icon-search::before {
  color: currentColor;
  content: "\F002";
  display: inline-block;
  font: normal normal normal 18px/50px FontAwesome;
}

.search-results .page-content .search-results-items article,
.search-no-results .page-content .search-results-items article {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.search-results .page-content .search-results-items article:not(:last-child),
.search-no-results .page-content .search-results-items article:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.search-results .page-content .search-results-items article header .entry-title,
.search-no-results .page-content .search-results-items article header .entry-title {
  font-size: 1.25rem;
  color: rgb(46, 89, 163);
  font-weight: 400;
}

.search-results .page-content .search-results-items article header .entry-metas,
.search-no-results .page-content .search-results-items article header .entry-metas {
  font-size: 0.75rem;
  font-weight: 600;
}

.search-results .page-content .search-results-items article header .entry-metas time,
.search-no-results .page-content .search-results-items article header .entry-metas time {
  text-transform: uppercase;
  color: hsl(0, 0%, 48%);
}

.search-results .page-content .search-results-items article header .entry-metas .post-categories::before,
.search-no-results .page-content .search-results-items article header .entry-metas .post-categories::before {
  content: " / ";
}

.search-results .page-content .search-results-items article header .entry-metas .post-categories a,
.search-no-results .page-content .search-results-items article header .entry-metas .post-categories a {
  font-size: 0.8125rem;
  color: rgb(46, 89, 163);
}

.search-results .page-content .search-results-items article header .entry-metas .post-categories a:hover,
.search-no-results .page-content .search-results-items article header .entry-metas .post-categories a:hover {
  text-decoration: underline;
}

.search-results .page-content .search-results-items article .entry-summary,
.search-no-results .page-content .search-results-items article .entry-summary {
  padding: 0.5rem 0;
  font-size: 0.9375rem;
  color: hsl(0, 0%, 21%);
}

.search-results .page-content .search-results-items article .entry-permalink,
.search-no-results .page-content .search-results-items article .entry-permalink {
  color: rgb(46, 89, 163);
  font-size: 0.75rem;
  padding: 1rem 0 0;
}

.search-results .page-content .search-results-items .alert-warning,
.search-no-results .page-content .search-results-items .alert-warning {
  text-align: center;
  margin: 5rem 0;
}

.search-results .page-content .pagination,
.search-no-results .page-content .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dfdfdf;
  border-left: none;
  border-right: none;
  padding: 1rem 0;
}

.search-results .page-content .pagination .nav-links,
.search-no-results .page-content .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-results .page-content .pagination .page-numbers,
.search-no-results .page-content .pagination .page-numbers {
  display: block;
  padding: 0.5rem;
  border: 1px solid #dfdfdf;
  margin: 0 0.25rem;
  line-height: 1;
  min-width: 34px;
  font-size: 0.875rem;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.search-results .page-content .pagination .page-numbers:hover,
.search-results .page-content .pagination .page-numbers.current,
.search-no-results .page-content .pagination .page-numbers:hover,
.search-no-results .page-content .pagination .page-numbers.current {
  background: rgb(46, 89, 163);
  color: white;
}

body.qui-sommes-nous {
  /* 1st row : Fitin logo */
  /* Last row : Logos */
}

body.qui-sommes-nous img.fitin-logo {
  max-width: 175px;
  height: auto;
  margin: 0 auto;
}

@media only screen and (min-width: 781px) {
  body.qui-sommes-nous .competences-3-cols > .panel-grid-cell {
    width: calc(33.3333% - 20px) !important;
  }
}

@media screen and (min-width: 1088px) {
  body.qui-sommes-nous .competences-3-cols > .panel-grid-cell {
    width: calc(33.3333% - 40px) !important;
  }
}

@media screen and (min-width: 1280px) {
  body.qui-sommes-nous .competences-3-cols > .panel-grid-cell {
    width: calc(33.3333% - 60px) !important;
  }
}

body.qui-sommes-nous img.img-logos {
  margin-bottom: 2rem;
}

.single-post {
  /* Basic structure */
  /* Main Column : List posts */
  /* Sidebar : Widgets search, categories... */
}

.single-post .content section.page-intro,
.single-post .content section.page-content {
  position: relative;
}

@media screen and (min-width: 769px), print {
  .single-post .main {
    width: 100%;
    padding: 2rem 3rem 2rem calc(20% + 3rem);
  }
}

.single-post .main article.post {
  max-width: 990px;
  margin: 0 auto;
}

.single-post .main article.post h1 {
  color: rgb(46, 89, 163);
  font-size: 1.625rem;
  font-weight: 400;
  padding: 0 1rem;
}

.single-post .main article.post .entry-content {
  padding: 1rem 1rem 0;
  color: hsl(0, 0%, 29%);
}

.single-post .main article.post .entry-content p:not(:last-child),
.single-post .main article.post .entry-content dl:not(:last-child),
.single-post .main article.post .entry-content ol:not(:last-child),
.single-post .main article.post .entry-content ul:not(:last-child),
.single-post .main article.post .entry-content blockquote:not(:last-child),
.single-post .main article.post .entry-content pre:not(:last-child),
.single-post .main article.post .entry-content table:not(:last-child) {
  margin-bottom: 0.87em;
}

.single-post .main article.post .entry-content a {
  text-decoration: underline;
}

.single-post .main article.post .entry-content a:hover {
  color: rgb(46, 89, 163);
}

.single-post .main article.post footer {
  border-top: 1px solid hsl(0, 0%, 86%);
  margin-top: 2rem;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: hsl(0, 0%, 71%);
}

.single-post .main article.post footer .columns {
  width: 100%;
}

.single-post .main article.post .entry-metas {
  font-size: 0.75rem;
  font-weight: 600;
}

.single-post .main article.post .entry-metas time {
  text-transform: uppercase;
  color: hsl(0, 0%, 48%);
}

.single-post .main article.post .entry-metas .post-categories::before {
  content: " / ";
}

.single-post .main article.post .entry-metas .post-categories a {
  font-size: 0.8125rem;
  color: rgb(46, 89, 163);
}

.single-post .main article.post .entry-metas .post-categories a:hover {
  text-decoration: underline;
}

.single-post .main article.post .entry-sharer .sharer-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  color: hsl(0, 0%, 48%);
}

.single-post .main article.post .entry-sharer .sharer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.single-post .main article.post .entry-sharer .sharer-links li {
  display: inline-block;
  margin: 0 2px;
}

.single-post .main article.post .entry-sharer .sharer-links li::before {
  content: none;
}

.single-post .main article.post .entry-sharer .sharer-links li button,
.single-post .main article.post .entry-sharer .sharer-links li a {
  display: block;
  background: none;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid hsl(0, 0%, 71%);
  color: hsl(0, 0%, 48%);
  cursor: pointer;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.single-post .main article.post .entry-sharer .sharer-links li button:hover,
.single-post .main article.post .entry-sharer .sharer-links li a:hover {
  border-color: rgb(46, 89, 163);
  background: rgb(46, 89, 163);
  color: white;
}

.single-post .sidebar {
  display: none;
  /* Scrollbar */
}

@media screen and (min-width: 769px), print {
  .single-post .sidebar {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: calc(100vh - 80px);
    width: 20%;
    background: hsl(0, 0%, 96%);
    overflow-y: auto;
    padding: 2rem;
  }
}

.single-post .sidebar::-webkit-scrollbar {
  width: 5px;
}

.single-post .sidebar::-webkit-scrollbar-button {
  display: none;
}

.single-post .sidebar::-webkit-scrollbar-track {
  background-color: #eee;
}

.single-post .sidebar::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.single-post .sidebar .widget_search {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid hsl(0, 0%, 86%);
}

.single-post .sidebar .widget_search p {
  color: rgb(46, 89, 163);
  font-size: 1.125rem;
}

.single-post .sidebar .widget_search .search-field {
  border: 1px solid hsl(0, 0%, 86%);
  border-radius: 4px;
  height: 2.25rem;
  width: 100%;
  padding: 5px 0.75rem;
}

.single-post .sidebar .widget_search .search-field:hover {
  border-color: hsl(0, 0%, 71%);
}

.single-post .sidebar .widget_search .search-field::-moz-placeholder {
  color: hsl(0, 0%, 71%);
}

.single-post .sidebar .widget_search .search-field::-webkit-input-placeholder {
  color: hsl(0, 0%, 71%);
}

.single-post .sidebar .widget_search .search-field:-moz-placeholder {
  color: hsl(0, 0%, 71%);
}

.single-post .sidebar .widget_search .search-field:-ms-input-placeholder {
  color: hsl(0, 0%, 71%);
}

.single-post .sidebar .widget_search .search-submit {
  display: none;
}

.single-post .sidebar .widget_categories p {
  color: rgb(46, 89, 163);
  font-size: 1.125rem;
}

.single-post .sidebar .widget_categories ul {
  list-style: none;
  margin: 0;
}

.single-post .sidebar .widget_categories ul li a:hover {
  text-decoration: underline;
}

body#tinymce {
  margin: 12px !important;
}

.tarif-recherche .pricing-plan {
  min-height: 590px;
}

.tarif-recherche .bloc-autonomie {
  background-color: #EDEFF1;
  -webkit-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.25);
}

.tarif-recherche .bloc-autonomie .plan-title {
  font-size: 1.25rem;
  text-align: center;
  padding: 1rem;
  color: white;
  background-color: rgb(46, 89, 163);
  border-radius: 3px;
  width: 50%;
  margin: auto;
}

.tarif-recherche .bloc-autonomie .price {
  margin: 1.25rem;
  text-align: center;
  color: rgb(46, 89, 163);
}

.tarif-recherche .bloc-autonomie .subtitle {
  color: rgb(46, 89, 163);
  font-weight: bold;
  margin-bottom: 1rem;
}

.tarif-recherche .bloc-autonomie .description {
  color: rgb(46, 89, 163);
  width: 85%;
  margin: auto;
}

.tarif-recherche .bloc-autonomie ul {
  list-style: none;
  margin: 0;
  font-size: 0.9375rem;
  margin: 0 0 1rem;
}

.tarif-recherche .bloc-autonomie .button-decouvrez-experts {
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 12px 7px 12px 7px;
  font-size: 1em;
}

.tarif-recherche .bloc-accompagne {
  background-color: #F6F4F4;
  -webkit-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.25);
}

.tarif-recherche .bloc-accompagne .plan-title {
  font-size: 1.25rem;
  text-align: center;
  padding: 1rem;
  color: white;
  background-color: rgb(236, 90, 79);
  border-radius: 3px;
  width: 50%;
  margin: auto;
}

.tarif-recherche .bloc-accompagne .price {
  text-align: center;
  color: rgb(155, 35, 33);
}

.tarif-recherche .bloc-accompagne .subtitle {
  color: rgb(155, 35, 33);
  font-weight: bold;
}

.tarif-recherche .bloc-accompagne .description {
  color: rgb(155, 35, 33);
  width: 85%;
  margin: auto;
}

.tarif-recherche .bloc-accompagne ul {
  list-style: none;
  margin: 0 0 1rem;
  font-size: 0.9375rem;
}

.tarif-recherche .bloc-accompagne .button-contactez-nous {
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 12px 7px 12px 7px;
  font-size: 1em;
}

