/*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
var {
    font-style: normal;
  }
  p,
  ul li {
    font-family: "Roboto", sans-serif;
  }
  i {
    font-style: normal;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .pageloader {
    background-color: #8c8cf9 !important;
  }
  .hero.is-theme-primary,
  .section.is-theme-primary {
    background-color: #8c8cf9;
  }
  .hero.is-theme-primary .title,
  .section.is-theme-primary .title {
    color: #fff;
  }
  .hero.is-theme-primary .subtitle,
  .section.is-theme-primary .subtitle {
    color: #fff;
  }
  .hero.is-theme-secondary,
  .section.is-theme-secondary {
    background-color: #7f00ff;
  }
  .hero.is-theme-secondary .title,
  .section.is-theme-secondary .title {
    color: #fff;
  }
  .hero.is-theme-secondary .subtitle,
  .section.is-theme-secondary .subtitle {
    color: #fff;
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
  .select select,
  .textarea,
  .input,
  .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0);
    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.5em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.5em - 1px);
    padding-left: calc(0.75em - 1px);
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
    position: relative;
    vertical-align: top;
  }
  .select select:focus,
  .textarea:focus,
  .input:focus,
  .button:focus,
  .select select:active,
  .textarea:active,
  .input:active,
  .button:active,
  .select select.is-active,
  .is-active.textarea,
  .is-active.input,
  .is-active.button {
    outline: none;
  }
  .select select[disabled],
  [disabled].textarea,
  [disabled].input,
  [disabled].button,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select,
  fieldset[disabled] .textarea,
  fieldset[disabled] .input,
  fieldset[disabled] .button {
    cursor: not-allowed;
  }
  .tabs,
  .breadcrumb,
  .file,
  .button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .navbar-link:not(.is-arrowless)::after,
  .select:not(.is-multiple):not(.is-loading)::after {
    border: 3px solid rgba(0, 0, 0, 0);
    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);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0.625em;
  }
  .tabs:not(:last-child),
  .message:not(:last-child),
  .level:not(:last-child),
  .breadcrumb:not(:last-child),
  .block:not(:last-child),
  .title:not(:last-child),
  .subtitle:not(:last-child),
  .table:not(:last-child),
  .progress:not(:last-child),
  .content:not(:last-child),
  .box:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .modal-close,
  .delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px;
  }
  .modal-close::before,
  .delete::before,
  .modal-close::after,
  .delete::after {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .modal-close::before,
  .delete::before {
    height: 2px;
    width: 50%;
  }
  .modal-close::after,
  .delete::after {
    height: 50%;
    width: 2px;
  }
  .modal-close:hover,
  .delete:hover,
  .modal-close:focus,
  .delete:focus {
    background-color: rgba(10, 10, 10, 0.3);
  }
  .modal-close:active,
  .delete:active {
    background-color: rgba(10, 10, 10, 0.4);
  }
  .is-small.modal-close,
  .is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
  }
  .is-medium.modal-close,
  .is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
  }
  .is-large.modal-close,
  .is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
  }
  .control.is-loading::after,
  .select.is-loading::after,
  .loader,
  .button.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 9999px;
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
  }
  .modal-background,
  .modal,
  .image.is-square img,
  .image.is-4by3 img,
  .image.is-3by2 img,
  .image.is-16by9 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-burger {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0;
  } /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
  html,
  body,
  p,
  ol,
  ul,
  li,
  dl,
  blockquote,
  figure,
  fieldset,
  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,
  video {
    height: auto;
    max-width: 100%;
  }
  iframe {
    border: 0;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  td:not([align]),
  th:not([align]) {
    text-align: inherit;
  }
  html {
    background-color: #fff;
    font-size: 14px;
    -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,
  figure,
  footer,
  header,
  section {
    display: block;
  }
  body,
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen",
      "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
      "Helvetica", "Arial", sans-serif;
  }
  code,
  pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace;
  }
  body {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
  }
  a {
    color: #039be5;
    cursor: pointer;
    text-decoration: none;
  }
  a strong {
    color: currentColor;
  }
  a:hover {
    color: #363636;
  }
  code {
    background-color: #f5f5f5;
    color: #d2063a;
    font-size: 0.875em;
    font-weight: normal;
    padding: 0.25em 0.5em 0.25em;
  }
  hr {
    background-color: #f5f5f5;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  input[type="checkbox"],
  input[type="radio"] {
    vertical-align: baseline;
  }
  small {
    font-size: 0.875em;
  }
  span {
    font-style: inherit;
    font-weight: inherit;
  }
  strong {
    color: #363636;
    font-weight: 700;
  }
  fieldset {
    border: none;
  }
  pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: 0.875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal;
  }
  pre code {
    background-color: rgba(0, 0, 0, 0);
    color: currentColor;
    font-size: 1em;
    padding: 0;
  }
  table td,
  table th {
    vertical-align: top;
  }
  table td:not([align]),
  table th:not([align]) {
    text-align: inherit;
  }
  table th {
    color: #363636;
  }
  @-webkit-keyframes spinAround {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes spinAround {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  .box {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    box-shadow: 0 0.15em 0.5em -0.0625em rgba(10, 10, 10, 0.1),
    0 0px 0 0.5px rgba(10, 10, 10, 0.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
  }
  .result-list-item.box{
    box-shadow: 0 0.05em 0.5em -0.0225em rgba(10, 10, 10, 0.1),
    0 0px 0 0.5px rgba(117, 93, 132, 0.02);
  }
  a.box:hover,
  a.box:focus {
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0 0 1px #039be5;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #039be5;
  }
  a.box:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #039be5;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #039be5;
  }
  .button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
  }
  .button strong {
    color: inherit;
  }
  .button .icon,
  .button .icon.is-small,
  .button .icon.is-medium,
  .button .icon.is-large {
    height: 1.5em;
    width: 1.5em;
  }
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.5em - 1px);
    margin-right: 0.25em;
  }
  .button .icon:last-child:not(:first-child) {
    margin-left: 0.25em;
    margin-right: calc(-0.5em - 1px);
  }
  .button .icon:first-child:last-child {
    margin-left: calc(-0.5em - 1px);
    margin-right: calc(-0.5em - 1px);
  }
  .button:hover {
    border-color: #b5b5b5;
    color: #363636;
  }
  .button:focus {
    border-color: #039be5;
    color: #363636;
  }
  .button:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .button:active,
  .button.is-active {
    border-color: #4a4a4a;
    color: #363636;
  }
  .button.is-text {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #4a4a4a;
    text-decoration: underline;
  }
  .button.is-text:hover,
  .button.is-text:focus {
    background-color: #f5f5f5;
    color: #363636;
  }
  .button.is-text:active,
  .button.is-text.is-active {
    background-color: #e8e8e8;
    color: #363636;
  }
  .button.is-text[disabled],
  fieldset[disabled] .button.is-text {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-white {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    color: #0a0a0a;
  }
  .button.is-white:hover {
    background-color: #f9f9f9;
    border-color: rgba(0, 0, 0, 0);
    color: #0a0a0a;
  }
  .button.is-white:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #0a0a0a;
  }
  .button.is-white:focus: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: rgba(0, 0, 0, 0);
    color: #0a0a0a;
  }
  .button.is-white[disabled],
  fieldset[disabled] .button.is-white {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-white.is-inverted {
    background-color: #0a0a0a;
    color: #fff;
  }
  .button.is-white.is-inverted:hover {
    background-color: #000;
  }
  .button.is-white.is-inverted[disabled],
  fieldset[disabled] .button.is-white.is-inverted {
    background-color: #0a0a0a;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-white.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0a0a0a #0a0a0a !important;
  }
  .button.is-white.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-white.is-outlined:hover,
  .button.is-white.is-outlined:focus {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a;
  }
  .button.is-white.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-white.is-outlined.is-loading:hover::after,
  .button.is-white.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0a0a0a #0a0a0a !important;
  }
  .button.is-white.is-outlined[disabled],
  fieldset[disabled] .button.is-white.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-white.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #0a0a0a;
    color: #0a0a0a;
  }
  .button.is-white.is-inverted.is-outlined:hover,
  .button.is-white.is-inverted.is-outlined:focus {
    background-color: #0a0a0a;
    color: #fff;
  }
  .button.is-white.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-white.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-white.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-white.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #0a0a0a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0a0a0a;
  }
  .button.is-light {
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light:hover {
    background-color: #eee;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light:focus {
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light:focus: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: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light[disabled],
  fieldset[disabled] .button.is-light {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-light.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    color: #f5f5f5;
  }
  .button.is-light.is-inverted:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light.is-inverted[disabled],
  fieldset[disabled] .button.is-light.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f5f5f5;
  }
  .button.is-light.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7)
      rgba(0, 0, 0, 0.7) !important;
  }
  .button.is-light.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #f5f5f5;
    color: #f5f5f5;
  }
  .button.is-light.is-outlined:hover,
  .button.is-light.is-outlined:focus {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f5f5f5 #f5f5f5 !important;
  }
  .button.is-light.is-outlined.is-loading:hover::after,
  .button.is-light.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7)
      rgba(0, 0, 0, 0.7) !important;
  }
  .button.is-light.is-outlined[disabled],
  fieldset[disabled] .button.is-light.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f5f5f5;
  }
  .button.is-light.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light.is-inverted.is-outlined:hover,
  .button.is-light.is-inverted.is-outlined:focus {
    background-color: rgba(0, 0, 0, 0.7);
    color: #f5f5f5;
  }
  .button.is-light.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-light.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f5f5f5 #f5f5f5 !important;
  }
  .button.is-light.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-light.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-dark {
    background-color: #363636;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-dark:hover {
    background-color: #2f2f2f;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-dark:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-dark:focus: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: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-dark[disabled],
  fieldset[disabled] .button.is-dark {
    background-color: #363636;
    border-color: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-dark.is-inverted {
    background-color: #fff;
    color: #363636;
  }
  .button.is-dark.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-dark.is-inverted[disabled],
  fieldset[disabled] .button.is-dark.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #363636;
  }
  .button.is-dark.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-dark.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #363636;
    color: #363636;
  }
  .button.is-dark.is-outlined:hover,
  .button.is-dark.is-outlined:focus {
    background-color: #363636;
    border-color: #363636;
    color: #fff;
  }
  .button.is-dark.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #363636 #363636 !important;
  }
  .button.is-dark.is-outlined.is-loading:hover::after,
  .button.is-dark.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-dark.is-outlined[disabled],
  fieldset[disabled] .button.is-dark.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #363636;
  }
  .button.is-dark.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-dark.is-inverted.is-outlined:hover,
  .button.is-dark.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #363636;
  }
  .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-dark.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #363636 #363636 !important;
  }
  .button.is-dark.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-primary {
    background-color: #8c8cf9;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-primary:hover {
    background-color: #8080f8;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-primary:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-primary:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
    box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
  }
  .button.is-primary:active,
  .button.is-primary.is-active {
    background-color: #7474f8;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-primary[disabled],
  fieldset[disabled] .button.is-primary {
    background-color: #8c8cf9;
    border-color: #8c8cf9;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-primary.is-inverted {
    background-color: #fff;
    color: #8c8cf9;
  }
  .button.is-primary.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-primary.is-inverted[disabled],
  fieldset[disabled] .button.is-primary.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8c8cf9;
  }
  .button.is-primary.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-primary.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #8c8cf9;
    color: #8c8cf9;
  }
  .button.is-primary.is-outlined:hover,
  .button.is-primary.is-outlined:focus {
    background-color: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
  }
  .button.is-primary.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #8c8cf9 #8c8cf9 !important;
  }
  .button.is-primary.is-outlined.is-loading:hover::after,
  .button.is-primary.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-primary.is-outlined[disabled],
  fieldset[disabled] .button.is-primary.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #8c8cf9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8c8cf9;
  }
  .button.is-primary.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-primary.is-inverted.is-outlined:hover,
  .button.is-primary.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #8c8cf9;
  }
  .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-primary.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #8c8cf9 #8c8cf9 !important;
  }
  .button.is-primary.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-primary.is-light {
    background-color: #ececfe;
    color: #0909b3;
  }
  .button.is-primary.is-light:hover {
    background-color: #dfdffd;
    border-color: rgba(0, 0, 0, 0);
    color: #0909b3;
  }
  .button.is-primary.is-light:active,
  .button.is-primary.is-light.is-active {
    background-color: #d3d3fd;
    border-color: rgba(0, 0, 0, 0);
    color: #0909b3;
  }
  .button.is-link {
    background-color: #039be5;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-link:hover {
    background-color: #0392d8;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-link:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-link:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .button.is-link:active,
  .button.is-link.is-active {
    background-color: #038acc;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-link[disabled],
  fieldset[disabled] .button.is-link {
    background-color: #039be5;
    border-color: #039be5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-link.is-inverted {
    background-color: #fff;
    color: #039be5;
  }
  .button.is-link.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-link.is-inverted[disabled],
  fieldset[disabled] .button.is-link.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #039be5;
  }
  .button.is-link.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-link.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #039be5;
    color: #039be5;
  }
  .button.is-link.is-outlined:hover,
  .button.is-link.is-outlined:focus {
    background-color: #039be5;
    border-color: #039be5;
    color: #fff;
  }
  .button.is-link.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #039be5 #039be5 !important;
  }
  .button.is-link.is-outlined.is-loading:hover::after,
  .button.is-link.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-link.is-outlined[disabled],
  fieldset[disabled] .button.is-link.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #039be5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #039be5;
  }
  .button.is-link.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-link.is-inverted.is-outlined:hover,
  .button.is-link.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #039be5;
  }
  .button.is-link.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-link.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #039be5 #039be5 !important;
  }
  .button.is-link.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-link.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-link.is-light {
    background-color: #ebf8ff;
    color: #0385c4;
  }
  .button.is-link.is-light:hover {
    background-color: #def4ff;
    border-color: rgba(0, 0, 0, 0);
    color: #0385c4;
  }
  .button.is-link.is-light:active,
  .button.is-link.is-light.is-active {
    background-color: #d2f0fe;
    border-color: rgba(0, 0, 0, 0);
    color: #0385c4;
  }
  .button.is-info {
    background-color: #039be5;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-info:hover {
    background-color: #0392d8;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-info:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-info:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .button.is-info:active,
  .button.is-info.is-active {
    background-color: #038acc;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-info[disabled],
  fieldset[disabled] .button.is-info {
    background-color: #039be5;
    border-color: #039be5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-info.is-inverted {
    background-color: #fff;
    color: #039be5;
  }
  .button.is-info.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-info.is-inverted[disabled],
  fieldset[disabled] .button.is-info.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #039be5;
  }
  .button.is-info.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-info.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #039be5;
    color: #039be5;
  }
  .button.is-info.is-outlined:hover,
  .button.is-info.is-outlined:focus {
    background-color: #039be5;
    border-color: #039be5;
    color: #fff;
  }
  .button.is-info.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #039be5 #039be5 !important;
  }
  .button.is-info.is-outlined.is-loading:hover::after,
  .button.is-info.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-info.is-outlined[disabled],
  fieldset[disabled] .button.is-info.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #039be5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #039be5;
  }
  .button.is-info.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-info.is-inverted.is-outlined:hover,
  .button.is-info.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #039be5;
  }
  .button.is-info.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-info.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #039be5 #039be5 !important;
  }
  .button.is-info.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-info.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-info.is-light {
    background-color: #ebf8ff;
    color: #0385c4;
  }
  .button.is-info.is-light:hover {
    background-color: #def4ff;
    border-color: rgba(0, 0, 0, 0);
    color: #0385c4;
  }
  .button.is-info.is-light:active,
  .button.is-info.is-light.is-active {
    background-color: #d2f0fe;
    border-color: rgba(0, 0, 0, 0);
    color: #0385c4;
  }
  .button.is-success {
    background-color: #06d6a0;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-success:hover {
    background-color: #06ca97;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-success:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-success:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
    box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
  }
  .button.is-success:active,
  .button.is-success.is-active {
    background-color: #05bd8d;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-success[disabled],
  fieldset[disabled] .button.is-success {
    background-color: #06d6a0;
    border-color: #06d6a0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-success.is-inverted {
    background-color: #fff;
    color: #06d6a0;
  }
  .button.is-success.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-success.is-inverted[disabled],
  fieldset[disabled] .button.is-success.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #06d6a0;
  }
  .button.is-success.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-success.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #06d6a0;
    color: #06d6a0;
  }
  .button.is-success.is-outlined:hover,
  .button.is-success.is-outlined:focus {
    background-color: #06d6a0;
    border-color: #06d6a0;
    color: #fff;
  }
  .button.is-success.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #06d6a0 #06d6a0 !important;
  }
  .button.is-success.is-outlined.is-loading:hover::after,
  .button.is-success.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-success.is-outlined[disabled],
  fieldset[disabled] .button.is-success.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #06d6a0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #06d6a0;
  }
  .button.is-success.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-success.is-inverted.is-outlined:hover,
  .button.is-success.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #06d6a0;
  }
  .button.is-success.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-success.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #06d6a0 #06d6a0 !important;
  }
  .button.is-success.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-success.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-success.is-light {
    background-color: #ebfef9;
    color: #04906c;
  }
  .button.is-success.is-light:hover {
    background-color: #dffef6;
    border-color: rgba(0, 0, 0, 0);
    color: #04906c;
  }
  .button.is-success.is-light:active,
  .button.is-success.is-light.is-active {
    background-color: #d2fef2;
    border-color: rgba(0, 0, 0, 0);
    color: #04906c;
  }
  .button.is-warning {
    background-color: #eda514;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-warning:hover {
    background-color: #e39d11;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-warning:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-warning:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
    box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
  }
  .button.is-warning:active,
  .button.is-warning.is-active {
    background-color: #d79510;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-warning[disabled],
  fieldset[disabled] .button.is-warning {
    background-color: #eda514;
    border-color: #eda514;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-warning.is-inverted {
    background-color: #fff;
    color: #eda514;
  }
  .button.is-warning.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-warning.is-inverted[disabled],
  fieldset[disabled] .button.is-warning.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #eda514;
  }
  .button.is-warning.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-warning.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #eda514;
    color: #eda514;
  }
  .button.is-warning.is-outlined:hover,
  .button.is-warning.is-outlined:focus {
    background-color: #eda514;
    border-color: #eda514;
    color: #fff;
  }
  .button.is-warning.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eda514 #eda514 !important;
  }
  .button.is-warning.is-outlined.is-loading:hover::after,
  .button.is-warning.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-warning.is-outlined[disabled],
  fieldset[disabled] .button.is-warning.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #eda514;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #eda514;
  }
  .button.is-warning.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-warning.is-inverted.is-outlined:hover,
  .button.is-warning.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #eda514;
  }
  .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-warning.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eda514 #eda514 !important;
  }
  .button.is-warning.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-warning.is-light {
    background-color: #fef8ec;
    color: #8e630b;
  }
  .button.is-warning.is-light:hover {
    background-color: #fdf3e0;
    border-color: rgba(0, 0, 0, 0);
    color: #8e630b;
  }
  .button.is-warning.is-light:active,
  .button.is-warning.is-light.is-active {
    background-color: #fcefd4;
    border-color: rgba(0, 0, 0, 0);
    color: #8e630b;
  }
  .button.is-danger {
    background-color: #e62965;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-danger:hover {
    background-color: #e51e5d;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-danger:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-danger:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(230, 41, 101, 0.25);
    box-shadow: 0 0 0 0.125em rgba(230, 41, 101, 0.25);
  }
  .button.is-danger:active,
  .button.is-danger.is-active {
    background-color: #dc1a57;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-danger[disabled],
  fieldset[disabled] .button.is-danger {
    background-color: #e62965;
    border-color: #e62965;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-danger.is-inverted {
    background-color: #fff;
    color: #e62965;
  }
  .button.is-danger.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-danger.is-inverted[disabled],
  fieldset[disabled] .button.is-danger.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #e62965;
  }
  .button.is-danger.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-danger.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #e62965;
    color: #e62965;
  }
  .button.is-danger.is-outlined:hover,
  .button.is-danger.is-outlined:focus {
    background-color: #e62965;
    border-color: #e62965;
    color: #fff;
  }
  .button.is-danger.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e62965 #e62965 !important;
  }
  .button.is-danger.is-outlined.is-loading:hover::after,
  .button.is-danger.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-danger.is-outlined[disabled],
  fieldset[disabled] .button.is-danger.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #e62965;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #e62965;
  }
  .button.is-danger.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-danger.is-inverted.is-outlined:hover,
  .button.is-danger.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #e62965;
  }
  .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-danger.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e62965 #e62965 !important;
  }
  .button.is-danger.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-danger.is-light {
    background-color: #fdedf2;
    color: #d21953;
  }
  .button.is-danger.is-light:hover {
    background-color: #fce1ea;
    border-color: rgba(0, 0, 0, 0);
    color: #d21953;
  }
  .button.is-danger.is-light:active,
  .button.is-danger.is-light.is-active {
    background-color: #fad6e1;
    border-color: rgba(0, 0, 0, 0);
    color: #d21953;
  }
  .button.is-small {
    font-size: 0.75rem;
  }
  .button.is-small:not(.is-rounded) {
    border-radius: 2px;
  }
  .button.is-normal {
    font-size: 1rem;
  }
  .button.is-medium {
    font-size: 1.25rem;
  }
  .button.is-large {
    font-size: 1.5rem;
  }
  .button[disabled],
  fieldset[disabled] .button {
    background-color: #fff;
    border-color: #dbdbdb;
    -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: rgba(0, 0, 0, 0) !important;
    pointer-events: none;
  }
  .button.is-loading::after {
    position: absolute;
    left: calc(50% - (1em * 0.5));
    top: calc(50% - (1em * 0.5));
    position: absolute !important;
  }
  .button.is-static {
    background-color: #f5f5f5;
    border-color: #dbdbdb;
    color: #7a7a7a;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
  }
  .button.is-rounded {
    border-radius: 9999px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em);
  }
  .buttons {
    -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.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 {
    z-index: 2;
  }
  .buttons.has-addons .button:focus,
  .buttons.has-addons .button:active,
  .buttons.has-addons .button.is-active {
    z-index: 3;
  }
  .buttons.has-addons .button:focus:hover,
  .buttons.has-addons .button:active:hover,
  .buttons.has-addons .button.is-active:hover {
    z-index: 4;
  }
  .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;
  }
  .container.is-fluid {
    max-width: none !important;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 960px;
    }
  }
  @media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
      max-width: 1152px;
    }
  }
  .content li + li {
    margin-top: 0.25em;
  }
  .content p:not(:last-child),
  .content dl:not(:last-child),
  .content ol:not(:last-child),
  .content ul:not(:last-child),
  .content blockquote:not(:last-child),
  .content pre:not(:last-child),
  .content table:not(:last-child) {
    margin-bottom: 1em;
  }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    color: #363636;
    font-weight: 600;
    line-height: 1.125;
  }
  .content h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  .content h1:not(:first-child) {
    margin-top: 1em;
  }
  .content h2 {
    font-size: 1.75em;
    margin-bottom: 0.5714em;
  }
  .content h2:not(:first-child) {
    margin-top: 1.1428em;
  }
  .content h3 {
    font-size: 1.5em;
    margin-bottom: 0.6666em;
  }
  .content h3:not(:first-child) {
    margin-top: 1.3333em;
  }
  .content h4 {
    font-size: 1.25em;
    margin-bottom: 0.8em;
  }
  .content h5 {
    font-size: 1.125em;
    margin-bottom: 0.8888em;
  }
  .content h6 {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .content blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em;
  }
  .content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em;
  }
  .content ol:not([type]) {
    list-style-type: decimal;
  }
  .content 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 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 table {
    width: 100%;
  }
  .content table td,
  .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
  }
  .content table th {
    color: #363636;
  }
  .content table th:not([align]) {
    text-align: inherit;
  }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636;
  }
  .content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0;
  }
  .content .tabs li + li {
    margin-top: 0;
  }
  .content.is-small {
    font-size: 0.75rem;
  }
  .content.is-normal {
    font-size: 1rem;
  }
  .content.is-medium {
    font-size: 1.25rem;
  }
  .content.is-large {
    font-size: 1.5rem;
  }
  .icon {
    -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: 9999px;
  }
  .image.is-fullwidth {
    width: 100%;
  }
  .image.is-square img,
  .image.is-4by3 img,
  .image.is-3by2 img,
  .image.is-16by9 img {
    height: 100%;
    width: 100%;
  }
  .image.is-square {
    padding-top: 100%;
  }
  .image.is-4by3 {
    padding-top: 75%;
  }
  .image.is-3by2 {
    padding-top: 66.6666%;
  }
  .image.is-16by9 {
    padding-top: 56.25%;
  }
  .image.is-32x32 {
    height: 32px;
    width: 32px;
  }
  .image.is-48x48 {
    height: 48px;
    width: 48px;
  }
  .image.is-64x64 {
    height: 64px;
    width: 64px;
  }
  .progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .progress::-webkit-progress-bar {
    background-color: #e1e8ee;
  }
  .progress::-webkit-progress-value {
    background-color: #4a4a4a;
  }
  .progress::-moz-progress-bar {
    background-color: #4a4a4a;
  }
  .progress::-ms-fill {
    background-color: #4a4a4a;
    border: none;
  }
  .progress.is-white::-webkit-progress-value {
    background-color: #fff;
  }
  .progress.is-white::-moz-progress-bar {
    background-color: #fff;
  }
  .progress.is-white::-ms-fill {
    background-color: #fff;
  }
  .progress.is-white:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #fff),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #fff 30%, #e1e8ee 30%);
  }
  .progress.is-light::-webkit-progress-value {
    background-color: #f5f5f5;
  }
  .progress.is-light::-moz-progress-bar {
    background-color: #f5f5f5;
  }
  .progress.is-light::-ms-fill {
    background-color: #f5f5f5;
  }
  .progress.is-light:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, hsl(0, 0%, 96%)),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, hsl(0, 0%, 96%) 30%, #e1e8ee 30%);
  }
  .progress.is-dark::-webkit-progress-value {
    background-color: #363636;
  }
  .progress.is-dark::-moz-progress-bar {
    background-color: #363636;
  }
  .progress.is-dark::-ms-fill {
    background-color: #363636;
  }
  .progress.is-dark:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, hsl(0, 0%, 21%)),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, hsl(0, 0%, 21%) 30%, #e1e8ee 30%);
  }
  .progress.is-primary::-webkit-progress-value {
    background-color: #8c8cf9;
  }
  .progress.is-primary::-moz-progress-bar {
    background-color: #8c8cf9;
  }
  .progress.is-primary::-ms-fill {
    background-color: #8c8cf9;
  }
  .progress.is-primary:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #8c8cf9),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #8c8cf9 30%, #e1e8ee 30%);
  }
  .progress.is-link::-webkit-progress-value {
    background-color: #039be5;
  }
  .progress.is-link::-moz-progress-bar {
    background-color: #039be5;
  }
  .progress.is-link::-ms-fill {
    background-color: #039be5;
  }
  .progress.is-link:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #039be5),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #039be5 30%, #e1e8ee 30%);
  }
  .progress.is-info::-webkit-progress-value {
    background-color: #039be5;
  }
  .progress.is-info::-moz-progress-bar {
    background-color: #039be5;
  }
  .progress.is-info::-ms-fill {
    background-color: #039be5;
  }
  .progress.is-info:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #039be5),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #039be5 30%, #e1e8ee 30%);
  }
  .progress.is-success::-webkit-progress-value {
    background-color: #06d6a0;
  }
  .progress.is-success::-moz-progress-bar {
    background-color: #06d6a0;
  }
  .progress.is-success::-ms-fill {
    background-color: #06d6a0;
  }
  .progress.is-success:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #06d6a0),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #06d6a0 30%, #e1e8ee 30%);
  }
  .progress.is-warning::-webkit-progress-value {
    background-color: #eda514;
  }
  .progress.is-warning::-moz-progress-bar {
    background-color: #eda514;
  }
  .progress.is-warning::-ms-fill {
    background-color: #eda514;
  }
  .progress.is-warning:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #eda514),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #eda514 30%, #e1e8ee 30%);
  }
  .progress.is-danger::-webkit-progress-value {
    background-color: #e62965;
  }
  .progress.is-danger::-moz-progress-bar {
    background-color: #e62965;
  }
  .progress.is-danger::-ms-fill {
    background-color: #e62965;
  }
  .progress.is-danger:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #e62965),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #e62965 30%, #e1e8ee 30%);
  }
  .progress:indeterminate {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: moveIndeterminate;
    animation-name: moveIndeterminate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-color: #e1e8ee;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, hsl(0, 0%, 29%)),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, hsl(0, 0%, 29%) 30%, #e1e8ee 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%;
  }
  .progress:indeterminate::-webkit-progress-bar {
    background-color: rgba(0, 0, 0, 0);
  }
  .progress:indeterminate::-moz-progress-bar {
    background-color: rgba(0, 0, 0, 0);
  }
  .progress:indeterminate::-ms-fill {
    animation-name: none;
  }
  .progress.is-small {
    height: 0.75rem;
  }
  .progress.is-medium {
    height: 1.25rem;
  }
  .progress.is-large {
    height: 1.5rem;
  }
  @-webkit-keyframes moveIndeterminate {
    from {
      background-position: 200% 0;
    }
    to {
      background-position: -200% 0;
    }
  }
  @keyframes moveIndeterminate {
    from {
      background-position: 200% 0;
    }
    to {
      background-position: -200% 0;
    }
  }
  .table {
    background-color: #fff;
    color: #363636;
  }
  .table td,
  .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
  }
  .table td.is-white,
  .table th.is-white {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a;
  }
  .table td.is-light,
  .table th.is-light {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .table td.is-dark,
  .table th.is-dark {
    background-color: #363636;
    border-color: #363636;
    color: #fff;
  }
  .table td.is-primary,
  .table th.is-primary {
    background-color: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
  }
  .table td.is-link,
  .table th.is-link {
    background-color: #039be5;
    border-color: #039be5;
    color: #fff;
  }
  .table td.is-info,
  .table th.is-info {
    background-color: #039be5;
    border-color: #039be5;
    color: #fff;
  }
  .table td.is-success,
  .table th.is-success {
    background-color: #06d6a0;
    border-color: #06d6a0;
    color: #fff;
  }
  .table td.is-warning,
  .table th.is-warning {
    background-color: #eda514;
    border-color: #eda514;
    color: #fff;
  }
  .table td.is-danger,
  .table th.is-danger {
    background-color: #e62965;
    border-color: #e62965;
    color: #fff;
  }
  .table td.is-narrow,
  .table th.is-narrow {
    white-space: nowrap;
    width: 1%;
  }
  .table td.is-vcentered,
  .table th.is-vcentered {
    vertical-align: middle;
  }
  .table th {
    color: #363636;
  }
  .table th:not([align]) {
    text-align: left;
  }
  .table thead {
    background-color: rgba(0, 0, 0, 0);
  }
  .table thead td,
  .table thead th {
    border-width: 0 0 2px;
    color: #363636;
  }
  .table tbody {
    background-color: rgba(0, 0, 0, 0);
  }
  .table tbody tr:last-child td,
  .table tbody tr:last-child th {
    border-bottom-width: 0;
  }
  .table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px;
  }
  .table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px;
  }
  .table.is-fullwidth {
    width: 100%;
  }
  .table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa;
  }
  .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #fafafa;
  }
  .table.is-hoverable.is-striped
    tbody
    tr:not(.is-selected):hover:nth-child(even) {
    background-color: #f5f5f5;
  }
  .table.is-narrow td,
  .table.is-narrow th {
    padding: 0.25em 0.5em;
  }
  .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa;
  }
  .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;
  }
  .tag {
    min-width: fit-content;
  }
  .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.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-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tags.has-addons .tag:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tag:not(body) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #4a4a4a;
    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: #fff;
    color: #0a0a0a;
  }
  .tag:not(body).is-light {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .tag:not(body).is-dark {
    background-color: #363636;
    color: #fff;
  }
  .tag:not(body).is-primary {
    background-color: #8c8cf9;
    color: #fff;
  }
  .tag:not(body).is-primary.is-light {
    background-color: #ececfe;
    color: #0909b3;
  }
  .tag:not(body).is-link {
    background-color: #039be5;
    color: #fff;
  }
  .tag:not(body).is-link.is-light {
    background-color: #ebf8ff;
    color: #0385c4;
  }
  .tag:not(body).is-info {
    background-color: #039be5;
    color: #fff;
  }
  .tag:not(body).is-info.is-light {
    background-color: #ebf8ff;
    color: #0385c4;
  }
  .tag:not(body).is-success {
    background-color: #06d6a0;
    color: #fff;
  }
  .tag:not(body).is-success.is-light {
    background-color: #ebfef9;
    color: #04906c;
  }
  .tag:not(body).is-warning {
    background-color: #eda514;
    color: #fff;
  }
  .tag:not(body).is-warning.is-light {
    background-color: #fef8ec;
    color: #8e630b;
  }
  .tag:not(body).is-danger {
    background-color: #e62965;
    color: #fff;
  }
  .tag:not(body).is-danger.is-light {
    background-color: #fdedf2;
    color: #d21953;
  }
  .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);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-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: 9999px;
  }
  a.tag:hover {
    text-decoration: underline;
  }
  .title,
  .subtitle {
    word-break: break-word;
  }
  .title span,
  .subtitle span {
    font-weight: inherit;
  }
  .title .tag,
  .subtitle .tag {
    vertical-align: middle;
  }
  .title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
  }
  .title strong {
    color: inherit;
    font-weight: inherit;
  }
  .title:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem;
  }
  .title.is-1 {
    font-size: 3rem;
  }
  .title.is-2 {
    font-size: 2.5rem;
  }
  .title.is-3 {
    font-size: 2rem;
  }
  .title.is-4 {
    font-size: 1.5rem;
  }
  .title.is-5 {
    font-size: 1.25rem;
  }
  .title.is-6 {
    font-size: 1rem;
  }
  .title.is-7 {
    font-size: 0.75rem;
  }
  .subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .subtitle strong {
    color: #363636;
    font-weight: 600;
  }
  .subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem;
  }
  .subtitle.is-1 {
    font-size: 3rem;
  }
  .subtitle.is-2 {
    font-size: 2.5rem;
  }
  .subtitle.is-3 {
    font-size: 2rem;
  }
  .subtitle.is-4 {
    font-size: 1.5rem;
  }
  .subtitle.is-5 {
    font-size: 1.25rem;
  }
  .subtitle.is-6 {
    font-size: 1rem;
  }
  .subtitle.is-7 {
    font-size: 0.75rem;
  }
  .heading {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 9999px;
    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;
  }
  .select select,
  .textarea,
  .input {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
  }
  .select select::-moz-placeholder,
  .textarea::-moz-placeholder,
  .input::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
  }
  .select select::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder,
  .input::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
  }
  .select select:-moz-placeholder,
  .textarea:-moz-placeholder,
  .input:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
  }
  .select select:-ms-input-placeholder,
  .textarea:-ms-input-placeholder,
  .input:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
  }
  .select select:hover,
  .textarea:hover,
  .input:hover {
    border-color: #b5b5b5;
  }
  .select select:focus,
  .textarea:focus,
  .input:focus,
  .select select:active,
  .textarea:active,
  .input:active,
  .select select.is-active,
  .is-active.textarea,
  .is-active.input {
    border-color: #039be5;
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 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: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7a7a7a;
  }
  .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 0.0625em 0.125em rgba(10, 10, 10, 0.05);
    box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
    max-width: 100%;
    width: 100%;
  }
  [readonly].textarea,
  [readonly].input {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .is-white.textarea,
  .is-white.input {
    border-color: #fff;
  }
  .is-white.textarea:focus,
  .is-white.input:focus,
  .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-light.textarea,
  .is-light.input {
    border-color: #f5f5f5;
  }
  .is-light.textarea:focus,
  .is-light.input:focus,
  .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: #363636;
  }
  .is-dark.textarea:focus,
  .is-dark.input:focus,
  .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: #8c8cf9;
  }
  .is-primary.textarea:focus,
  .is-primary.input:focus,
  .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(140, 140, 249, 0.25);
    box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
  }
  .is-link.textarea,
  .is-link.input {
    border-color: #039be5;
  }
  .is-link.textarea:focus,
  .is-link.input:focus,
  .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(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .is-info.textarea,
  .is-info.input {
    border-color: #039be5;
  }
  .is-info.textarea:focus,
  .is-info.input:focus,
  .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(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .is-success.textarea,
  .is-success.input {
    border-color: #06d6a0;
  }
  .is-success.textarea:focus,
  .is-success.input:focus,
  .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(6, 214, 160, 0.25);
    box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
  }
  .is-warning.textarea,
  .is-warning.input {
    border-color: #eda514;
  }
  .is-warning.textarea:focus,
  .is-warning.input:focus,
  .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(237, 165, 20, 0.25);
    box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
  }
  .is-danger.textarea,
  .is-danger.input {
    border-color: #e62965;
  }
  .is-danger.textarea:focus,
  .is-danger.input:focus,
  .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(230, 41, 101, 0.25);
    box-shadow: 0 0 0 0.125em rgba(230, 41, 101, 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%;
  }
  .input.is-rounded {
    border-radius: 9999px;
    padding-left: calc(calc(0.75em - 1px) + 0.375em);
    padding-right: calc(calc(0.75em - 1px) + 0.375em);
  }
  .input.is-static {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: calc(0.75em - 1px);
    resize: vertical;
  }
  .textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em;
  }
  .textarea[rows] {
    height: initial;
  }
  .radio,
  .checkbox {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative;
  }
  .radio input,
  .checkbox input {
    cursor: pointer;
  }
  .radio:hover,
  .checkbox:hover {
    color: #363636;
  }
  [disabled].radio,
  [disabled].checkbox,
  fieldset[disabled] .radio,
  fieldset[disabled] .checkbox,
  .radio input[disabled],
  .checkbox input[disabled] {
    color: #7a7a7a;
    cursor: not-allowed;
  }
  .radio + .radio {
    margin-left: 0.5em;
  }
  .select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
  }
  .select:not(.is-multiple) {
    height: 2.5em;
  }
  .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #039be5;
    right: 1.125em;
    z-index: 4;
  }
  .select.is-rounded select {
    border-radius: 9999px;
    padding-left: 1em;
  }
  .select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none;
  }
  .select select::-ms-expand {
    display: none;
  }
  .select select[disabled]:hover,
  fieldset[disabled] .select select:hover {
    border-color: #f5f5f5;
  }
  .select select:not([multiple]) {
    padding-right: 2.5em;
  }
  .select select[multiple] {
    height: auto;
    padding: 0;
  }
  .select select[multiple] option {
    padding: 0.5em 1em;
  }
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636;
  }
  .select.is-white:not(:hover)::after {
    border-color: #fff;
  }
  .select.is-white select {
    border-color: #fff;
  }
  .select.is-white select:hover {
    border-color: #f2f2f2;
  }
  .select.is-white select:focus,
  .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-light:not(:hover)::after {
    border-color: #f5f5f5;
  }
  .select.is-light select {
    border-color: #f5f5f5;
  }
  .select.is-light select:hover {
    border-color: #e8e8e8;
  }
  .select.is-light select:focus,
  .select.is-light select:active,
  .select.is-light select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  }
  .select.is-dark:not(:hover)::after {
    border-color: #363636;
  }
  .select.is-dark select {
    border-color: #363636;
  }
  .select.is-dark select:hover {
    border-color: #292929;
  }
  .select.is-dark select:focus,
  .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: #8c8cf9;
  }
  .select.is-primary select {
    border-color: #8c8cf9;
  }
  .select.is-primary select:hover {
    border-color: #7474f8;
  }
  .select.is-primary select:focus,
  .select.is-primary select:active,
  .select.is-primary select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
    box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
  }
  .select.is-link:not(:hover)::after {
    border-color: #039be5;
  }
  .select.is-link select {
    border-color: #039be5;
  }
  .select.is-link select:hover {
    border-color: #038acc;
  }
  .select.is-link select:focus,
  .select.is-link select:active,
  .select.is-link select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .select.is-info:not(:hover)::after {
    border-color: #039be5;
  }
  .select.is-info select {
    border-color: #039be5;
  }
  .select.is-info select:hover {
    border-color: #038acc;
  }
  .select.is-info select:focus,
  .select.is-info select:active,
  .select.is-info select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .select.is-success:not(:hover)::after {
    border-color: #06d6a0;
  }
  .select.is-success select {
    border-color: #06d6a0;
  }
  .select.is-success select:hover {
    border-color: #05bd8d;
  }
  .select.is-success select:focus,
  .select.is-success select:active,
  .select.is-success select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
    box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
  }
  .select.is-warning:not(:hover)::after {
    border-color: #eda514;
  }
  .select.is-warning select {
    border-color: #eda514;
  }
  .select.is-warning select:hover {
    border-color: #d79510;
  }
  .select.is-warning select:focus,
  .select.is-warning select:active,
  .select.is-warning select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
    box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
  }
  .select.is-danger:not(:hover)::after {
    border-color: #e62965;
  }
  .select.is-danger select {
    border-color: #e62965;
  }
  .select.is-danger select:hover {
    border-color: #dc1a57;
  }
  .select.is-danger select:focus,
  .select.is-danger select:active,
  .select.is-danger select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(230, 41, 101, 0.25);
    box-shadow: 0 0 0 0.125em rgba(230, 41, 101, 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: #7a7a7a !important;
    opacity: 0.5;
  }
  .select.is-fullwidth {
    width: 100%;
  }
  .select.is-fullwidth select {
    width: 100%;
  }
  .select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    -webkit-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-small {
    font-size: 0.75rem;
  }
  .file.is-normal {
    font-size: 1rem;
  }
  .file.is-medium {
    font-size: 1.25rem;
  }
  .file.is-large {
    font-size: 1.5rem;
  }
  .file.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .file.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
  }
  .label:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .label.is-small {
    font-size: 0.75rem;
  }
  .label.is-medium {
    font-size: 1.25rem;
  }
  .label.is-large {
    font-size: 1.5rem;
  }
  .help {
    display: block;
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
  .help.is-white {
    color: #fff;
  }
  .help.is-light {
    color: #f5f5f5;
  }
  .help.is-dark {
    color: #363636;
  }
  .help.is-primary {
    color: #8c8cf9;
  }
  .help.is-link {
    color: #039be5;
  }
  .help.is-info {
    color: #039be5;
  }
  .help.is-success {
    color: #06d6a0;
  }
  .help.is-warning {
    color: #eda514;
  }
  .help.is-danger {
    color: #e62965;
  }
  .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 .input:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover {
    z-index: 2;
  }
  .field.has-addons .control .button:not([disabled]):focus,
  .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]):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]):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]):active:hover,
  .field.has-addons .control .select select:not([disabled]).is-active:hover {
    z-index: 4;
  }
  .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;
  }
  @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: inherit;
  }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon,
  .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #4a4a4a;
  }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon,
  .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.75rem;
  }
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon,
  .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem;
  }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon,
  .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem;
  }
  .control.has-icons-left .icon,
  .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4;
  }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.5em;
  }
  .control.has-icons-left .icon.is-left {
    left: 0;
  }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.5em;
  }
  .control.has-icons-right .icon.is-right {
    right: 0;
  }
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4;
  }
  .control.is-loading.is-small:after {
    font-size: 0.75rem;
  }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem;
  }
  .control.is-loading.is-large:after {
    font-size: 1.5rem;
  }
  .breadcrumb {
    font-size: 1rem;
    white-space: nowrap;
  }
  .breadcrumb a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #039be5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.75em;
  }
  .breadcrumb a:hover {
    color: #363636;
  }
  .breadcrumb li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb li:first-child a {
    padding-left: 0;
  }
  .breadcrumb li.is-active a {
    color: #363636;
    cursor: default;
    pointer-events: none;
  }
  .breadcrumb li + li::before {
    color: #b5b5b5;
    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-bullet-separator li + li::before {
    content: "•";
  }
  .card,
  .cart-summary .summary-card {
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
  }
  .card-content:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-content:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .card-image {
    display: block;
    position: relative;
  }
  .card-image:first-child img {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-image:last-child img {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .card-content {
    background-color: rgba(0, 0, 0, 0);
    padding: 1.5rem;
  }
  .card .media:not(:last-child),
  .cart-summary .summary-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-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .dropdown-content {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .dropdown-item {
    color: #4a4a4a;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.375rem 1rem;
    position: relative;
  }
  a.dropdown-item,
  button.dropdown-item {
    padding-right: 3rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
  }
  a.dropdown-item:hover,
  button.dropdown-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a;
  }
  a.dropdown-item.is-active,
  button.dropdown-item.is-active {
    background-color: #039be5;
    color: #fff;
  }
  .dropdown-divider {
    background-color: #e1e8ee;
    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;
  }
  @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;
    }
  }
  .media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: inherit;
  }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .media .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    display: -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 {
    -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-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: inherit;
  }
  @media screen and (max-width: 768px) {
    .media-content {
      overflow-x: auto;
    }
  }
  .menu {
    font-size: 1rem;
  }
  .menu.is-small {
    font-size: 0.75rem;
  }
  .menu.is-medium {
    font-size: 1.25rem;
  }
  .menu.is-large {
    font-size: 1.5rem;
  }
  .message {
    background-color: #f5f5f5;
    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: #fff;
  }
  .message.is-white .message-header {
    background-color: #fff;
    color: #0a0a0a;
  }
  .message.is-white .message-body {
    border-color: #fff;
  }
  .message.is-light {
    background-color: #fafafa;
  }
  .message.is-light .message-header {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .message.is-light .message-body {
    border-color: #f5f5f5;
  }
  .message.is-dark {
    background-color: #fafafa;
  }
  .message.is-dark .message-header {
    background-color: #363636;
    color: #fff;
  }
  .message.is-dark .message-body {
    border-color: #363636;
  }
  .message.is-primary {
    background-color: #ececfe;
  }
  .message.is-primary .message-header {
    background-color: #8c8cf9;
    color: #fff;
  }
  .message.is-primary .message-body {
    border-color: #8c8cf9;
    color: #0909b3;
  }
  .message.is-link {
    background-color: #ebf8ff;
  }
  .message.is-link .message-header {
    background-color: #039be5;
    color: #fff;
  }
  .message.is-link .message-body {
    border-color: #039be5;
    color: #0385c4;
  }
  .message.is-info {
    background-color: #ebf8ff;
  }
  .message.is-info .message-header {
    background-color: #039be5;
    color: #fff;
  }
  .message.is-info .message-body {
    border-color: #039be5;
    color: #0385c4;
  }
  .message.is-success {
    background-color: #ebfef9;
  }
  .message.is-success .message-header {
    background-color: #06d6a0;
    color: #fff;
  }
  .message.is-success .message-body {
    border-color: #06d6a0;
    color: #04906c;
  }
  .message.is-warning {
    background-color: #fef8ec;
  }
  .message.is-warning .message-header {
    background-color: #eda514;
    color: #fff;
  }
  .message.is-warning .message-body {
    border-color: #eda514;
    color: #8e630b;
  }
  .message.is-danger {
    background-color: #fdedf2;
  }
  .message.is-danger .message-header {
    background-color: #e62965;
    color: #fff;
  }
  .message.is-danger .message-body {
    border-color: #e62965;
    color: #d21953;
  }
  .message-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4a4a4a;
    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: #dbdbdb;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #4a4a4a;
    padding: 1.25em 1.5em;
  }
  .message-body code,
  .message-body pre {
    background-color: #fff;
  }
  .message-body pre code {
    background-color: rgba(0, 0, 0, 0);
  }
  
  .navbar {
    background-color: #fff;
    min-height: 3.25rem;
    position: relative;
    z-index: 30;
  }
  .navbar.is-white {
    background-color: #fff;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-brand > .navbar-item,
  .navbar.is-white .navbar-brand .navbar-link {
    color: #0a0a0a;
  }
  .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: #0a0a0a;
  }
  .navbar.is-white .navbar-brand .navbar-link::after {
    border-color: #0a0a0a;
  }
  .navbar.is-white .navbar-burger {
    color: #0a0a0a;
  }
  @media screen and (min-width: 1024px) {
    .navbar.is-white .navbar-start > .navbar-item,
    .navbar.is-white .navbar-start .navbar-link,
    .navbar.is-white .navbar-end > .navbar-item,
    .navbar.is-white .navbar-end .navbar-link {
      color: #0a0a0a;
    }
    .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: #0a0a0a;
    }
    .navbar.is-white .navbar-start .navbar-link::after,
    .navbar.is-white .navbar-end .navbar-link::after {
      border-color: #0a0a0a;
    }
    .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: #0a0a0a;
    }
    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
      background-color: #fff;
      color: #0a0a0a;
    }
  }
  .navbar.is-light {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-brand > .navbar-item,
  .navbar.is-light .navbar-brand .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-brand > a.navbar-item:focus,
  .navbar.is-light .navbar-brand > a.navbar-item:hover,
  .navbar.is-light .navbar-brand > a.navbar-item.is-active,
  .navbar.is-light .navbar-brand .navbar-link:focus,
  .navbar.is-light .navbar-brand .navbar-link:hover,
  .navbar.is-light .navbar-brand .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-burger {
    color: rgba(0, 0, 0, 0.7);
  }
  @media screen and (min-width: 1024px) {
    .navbar.is-light .navbar-start > .navbar-item,
    .navbar.is-light .navbar-start .navbar-link,
    .navbar.is-light .navbar-end > .navbar-item,
    .navbar.is-light .navbar-end .navbar-link {
      color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-light .navbar-start > a.navbar-item:focus,
    .navbar.is-light .navbar-start > a.navbar-item:hover,
    .navbar.is-light .navbar-start > a.navbar-item.is-active,
    .navbar.is-light .navbar-start .navbar-link:focus,
    .navbar.is-light .navbar-start .navbar-link:hover,
    .navbar.is-light .navbar-start .navbar-link.is-active,
    .navbar.is-light .navbar-end > a.navbar-item:focus,
    .navbar.is-light .navbar-end > a.navbar-item:hover,
    .navbar.is-light .navbar-end > a.navbar-item.is-active,
    .navbar.is-light .navbar-end .navbar-link:focus,
    .navbar.is-light .navbar-end .navbar-link:hover,
    .navbar.is-light .navbar-end .navbar-link.is-active {
      background-color: #e8e8e8;
      color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-light .navbar-start .navbar-link::after,
    .navbar.is-light .navbar-end .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
      background-color: #e8e8e8;
      color: rgba(0, 0, 0, 0.7);
    }
    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
      background-color: #f5f5f5;
      color: rgba(0, 0, 0, 0.7);
    }
  }
  .navbar.is-dark {
    background-color: #363636;
    color: #fff;
  }
  .navbar.is-dark .navbar-brand > .navbar-item,
  .navbar.is-dark .navbar-brand .navbar-link {
    color: #fff;
  }
  .navbar.is-dark .navbar-brand > a.navbar-item:focus,
  .navbar.is-dark .navbar-brand > a.navbar-item:hover,
  .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
  .navbar.is-dark .navbar-brand .navbar-link:focus,
  .navbar.is-dark .navbar-brand .navbar-link:hover,
  .navbar.is-dark .navbar-brand .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
  }
  .navbar.is-dark .navbar-brand .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-burger {
    color: #fff;
  }
  @media screen and (min-width: 1024px) {
    .navbar.is-dark .navbar-start > .navbar-item,
    .navbar.is-dark .navbar-start .navbar-link,
    .navbar.is-dark .navbar-end > .navbar-item,
    .navbar.is-dark .navbar-end .navbar-link {
      color: #fff;
    }
    .navbar.is-dark .navbar-start > a.navbar-item:focus,
    .navbar.is-dark .navbar-start > a.navbar-item:hover,
    .navbar.is-dark .navbar-start > a.navbar-item.is-active,
    .navbar.is-dark .navbar-start .navbar-link:focus,
    .navbar.is-dark .navbar-start .navbar-link:hover,
    .navbar.is-dark .navbar-start .navbar-link.is-active,
    .navbar.is-dark .navbar-end > a.navbar-item:focus,
    .navbar.is-dark .navbar-end > a.navbar-item:hover,
    .navbar.is-dark .navbar-end > a.navbar-item.is-active,
    .navbar.is-dark .navbar-end .navbar-link:focus,
    .navbar.is-dark .navbar-end .navbar-link:hover,
    .navbar.is-dark .navbar-end .navbar-link.is-active {
      background-color: #292929;
      color: #fff;
    }
    .navbar.is-dark .navbar-start .navbar-link::after,
    .navbar.is-dark .navbar-end .navbar-link::after {
      border-color: #fff;
    }
    .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
      background-color: #292929;
      color: #fff;
    }
    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
      background-color: #363636;
      color: #fff;
    }
  }
  .navbar.is-primary {
    background-color: #8c8cf9;
    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: #7474f8;
    color: #fff;
  }
  .navbar.is-primary .navbar-brand .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-burger {
    color: #fff;
  }
  @media screen and (min-width: 1024px) {
    .navbar.is-primary .navbar-start > .navbar-item,
    .navbar.is-primary .navbar-start .navbar-link,
    .navbar.is-primary .navbar-end > .navbar-item,
    .navbar.is-primary .navbar-end .navbar-link {
      color: #fff;
    }
    .navbar.is-primary .navbar-start > a.navbar-item:focus,
    .navbar.is-primary .navbar-start > a.navbar-item:hover,
    .navbar.is-primary .navbar-start > a.navbar-item.is-active,
    .navbar.is-primary .navbar-start .navbar-link:focus,
    .navbar.is-primary .navbar-start .navbar-link:hover,
    .navbar.is-primary .navbar-start .navbar-link.is-active,
    .navbar.is-primary .navbar-end > a.navbar-item:focus,
    .navbar.is-primary .navbar-end > a.navbar-item:hover,
    .navbar.is-primary .navbar-end > a.navbar-item.is-active,
    .navbar.is-primary .navbar-end .navbar-link:focus,
    .navbar.is-primary .navbar-end .navbar-link:hover,
    .navbar.is-primary .navbar-end .navbar-link.is-active {
      background-color: #7474f8;
      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: #7474f8;
      color: #fff;
    }
    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
      background-color: #8c8cf9;
      color: #fff;
    }
  }
  .navbar.is-link {
    background-color: #039be5;
    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: #038acc;
    color: #fff;
  }
  .navbar.is-link .navbar-brand .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-burger {
    color: #fff;
  }
  @media screen and (min-width: 1024px) {
    .navbar.is-link .navbar-start > .navbar-item,
    .navbar.is-link .navbar-start .navbar-link,
    .navbar.is-link .navbar-end > .navbar-item,
    .navbar.is-link .navbar-end .navbar-link {
      color: #fff;
    }
    .navbar.is-link .navbar-start > a.navbar-item:focus,
    .navbar.is-link .navbar-start > a.navbar-item:hover,
    .navbar.is-link .navbar-start > a.navbar-item.is-active,
    .navbar.is-link .navbar-start .navbar-link:focus,
    .navbar.is-link .navbar-start .navbar-link:hover,
    .navbar.is-link .navbar-start .navbar-link.is-active,
    .navbar.is-link .navbar-end > a.navbar-item:focus,
    .navbar.is-link .navbar-end > a.navbar-item:hover,
    .navbar.is-link .navbar-end > a.navbar-item.is-active,
    .navbar.is-link .navbar-end .navbar-link:focus,
    .navbar.is-link .navbar-end .navbar-link:hover,
    .navbar.is-link .navbar-end .navbar-link.is-active {
      background-color: #038acc;
      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: #038acc;
      color: #fff;
    }
    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
      background-color: #039be5;
      color: #fff;
    }
  }
  .navbar.is-info {
    background-color: #039be5;
    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: #038acc;
    color: #fff;
  }
  .navbar.is-info .navbar-brand .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-burger {
    color: #fff;
  }
  @media screen and (min-width: 1024px) {
    .navbar.is-info .navbar-start > .navbar-item,
    .navbar.is-info .navbar-start .navbar-link,
    .navbar.is-info .navbar-end > .navbar-item,
    .navbar.is-info .navbar-end .navbar-link {
      color: #fff;
    }
    .navbar.is-info .navbar-start > a.navbar-item:focus,
    .navbar.is-info .navbar-start > a.navbar-item:hover,
    .navbar.is-info .navbar-start > a.navbar-item.is-active,
    .navbar.is-info .navbar-start .navbar-link:focus,
    .navbar.is-info .navbar-start .navbar-link:hover,
    .navbar.is-info .navbar-start .navbar-link.is-active,
    .navbar.is-info .navbar-end > a.navbar-item:focus,
    .navbar.is-info .navbar-end > a.navbar-item:hover,
    .navbar.is-info .navbar-end > a.navbar-item.is-active,
    .navbar.is-info .navbar-end .navbar-link:focus,
    .navbar.is-info .navbar-end .navbar-link:hover,
    .navbar.is-info .navbar-end .navbar-link.is-active {
      background-color: #038acc;
      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: #038acc;
      color: #fff;
    }
    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
      background-color: #039be5;
      color: #fff;
    }
  }
  .navbar.is-success {
    background-color: #06d6a0;
    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: #05bd8d;
    color: #fff;
  }
  .navbar.is-success .navbar-brand .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-burger {
    color: #fff;
  }
  @media screen and (min-width: 1024px) {
    .navbar.is-success .navbar-start > .navbar-item,
    .navbar.is-success .navbar-start .navbar-link,
    .navbar.is-success .navbar-end > .navbar-item,
    .navbar.is-success .navbar-end .navbar-link {
      color: #fff;
    }
    .navbar.is-success .navbar-start > a.navbar-item:focus,
    .navbar.is-success .navbar-start > a.navbar-item:hover,
    .navbar.is-success .navbar-start > a.navbar-item.is-active,
    .navbar.is-success .navbar-start .navbar-link:focus,
    .navbar.is-success .navbar-start .navbar-link:hover,
    .navbar.is-success .navbar-start .navbar-link.is-active,
    .navbar.is-success .navbar-end > a.navbar-item:focus,
    .navbar.is-success .navbar-end > a.navbar-item:hover,
    .navbar.is-success .navbar-end > a.navbar-item.is-active,
    .navbar.is-success .navbar-end .navbar-link:focus,
    .navbar.is-success .navbar-end .navbar-link:hover,
    .navbar.is-success .navbar-end .navbar-link.is-active {
      background-color: #05bd8d;
      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: #05bd8d;
      color: #fff;
    }
    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
      background-color: #06d6a0;
      color: #fff;
    }
  }
  .navbar.is-warning {
    background-color: #eda514;
    color: #fff;
  }
  .navbar.is-warning .navbar-brand > .navbar-item,
  .navbar.is-warning .navbar-brand .navbar-link {
    color: #fff;
  }
  .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: #d79510;
    color: #fff;
  }
  .navbar.is-warning .navbar-brand .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-warning .navbar-burger {
    color: #fff;
  }
  @media screen and (min-width: 1024px) {
    .navbar.is-warning .navbar-start > .navbar-item,
    .navbar.is-warning .navbar-start .navbar-link,
    .navbar.is-warning .navbar-end > .navbar-item,
    .navbar.is-warning .navbar-end .navbar-link {
      color: #fff;
    }
    .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: #d79510;
      color: #fff;
    }
    .navbar.is-warning .navbar-start .navbar-link::after,
    .navbar.is-warning .navbar-end .navbar-link::after {
      border-color: #fff;
    }
    .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: #d79510;
      color: #fff;
    }
    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
      background-color: #eda514;
      color: #fff;
    }
  }
  .navbar.is-danger {
    background-color: #e62965;
    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: #dc1a57;
    color: #fff;
  }
  .navbar.is-danger .navbar-brand .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-burger {
    color: #fff;
  }
  @media screen and (min-width: 1024px) {
    .apply-now-nav-button{
      display:none;
    }
    .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: #dc1a57;
      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: #dc1a57;
      color: #fff;
    }
    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
      background-color: #e62965;
      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 #f5f5f5;
    box-shadow: 0 2px 0 0 #f5f5f5;
  }
  .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-top {
    top: 0;
  }
  .navbar-brand {
    -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: rgba(0, 0, 0, 0);
  }
  .navbar-burger {
    color: #4a4a4a;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto;
  }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 86ms;
    transition-duration: 86ms;
    -webkit-transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    -webkit-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);
    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);
    transform: translateY(-5px) rotate(-45deg);
  }
  .navbar-menu {
    display: none;
  }
  .navbar-menu {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    color: #4a4a4a;
    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: #fafafa;
    color: #039be5;
  }
  .navbar-item {
    -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-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: #039be5;
    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: #f5f5f5;
    border: none;
    display: none;
    height: 2px;
    margin: 0.5rem 0;
  }
  @media screen and (max-width: 1023px) {
    .apply-now-nav-button{
      display:none !important;
    }
    .navbar > .container {
      display: block;
    }
    .navbar-brand .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: #fff;
      -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-top .navbar-menu {
      -webkit-overflow-scrolling: touch;
      max-height: calc(100vh - 3.25rem);
      overflow: auto;
    }
  }
  @media screen and (min-width: 1024px) {
    .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: rgba(0, 0, 0, 0) !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: rgba(0, 0, 0, 0) !important;
    }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
      background-color: #f5f5f5;
      color: #0a0a0a;
    }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
      background-color: #f5f5f5;
      color: #039be5;
    }
    .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.has-dropdown {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
    .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);
      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: #fff;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      border-top: 2px solid #dbdbdb;
      -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: #f5f5f5;
      color: #0a0a0a;
    }
    .navbar-dropdown a.navbar-item.is-active {
      background-color: #f5f5f5;
      color: #039be5;
    }
    .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);
      transform: translateY(-5px);
      -webkit-transition-duration: 86ms;
      transition-duration: 86ms;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform;
    }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0;
    }
    .navbar-divider {
      display: block;
    }
    .navbar > .container .navbar-brand,
    .container > .navbar .navbar-brand {
      margin-left: -0.75rem;
    }
    .navbar > .container .navbar-menu,
    .container > .navbar .navbar-menu {
      margin-right: -0.75rem;
    }
    a.navbar-item.is-active,
    .navbar-link.is-active {
      color: #0a0a0a;
    }
    a.navbar-item.is-active:not(:focus):not(:hover),
    .navbar-link.is-active:not(:focus):not(:hover) {
      background-color: rgba(0, 0, 0, 0);
    }
    .navbar-item.has-dropdown:focus .navbar-link,
    .navbar-item.has-dropdown:hover .navbar-link,
    .navbar-item.has-dropdown.is-active .navbar-link {
      background-color: #fafafa;
    }
  }
  .panel {
    border-radius: 6px;
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    font-size: 1rem;
  }
  .panel:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .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;
  
    white-space: nowrap;
  }
  .tabs a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4a4a4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top;
  }
  .tabs a:hover {
    border-bottom-color: #363636;
    color: #363636;
  }
  .tabs li {
    display: block;
  }
  .tabs li.is-active a {
    border-bottom-color: #039be5;
    color: #039be5;
  }
  .tabs ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: #dbdbdb;
    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-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 rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
  }
  .tabs.is-boxed a:hover {
    background-color: #f5f5f5;
    border-bottom-color: #dbdbdb;
  }
  .tabs.is-boxed li.is-active a {
    background-color: #fff;
    border-color: #dbdbdb;
    border-bottom-color: rgba(0, 0, 0, 0) !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-small {
    font-size: 0.75rem;
  }
  .tabs.is-medium {
    font-size: 1.25rem;
  }
  .tabs.is-large {
    font-size: 1.5rem;
  }
/* Add a media query for screens smaller than 768px */
@media only screen and (max-width: 768px) {
  .tabs ul {
    max-width: 90%; /* Set a maximum width for the menu container */
    margin: 0 auto; /* Center the menu container horizontally */
    flex-wrap: wrap; /* Allow LI items to wrap onto the next line */
  }
  .tabs li {
    flex: 0 0 100%; /* Set LI items to take up 100% of the width, forcing them into a single column */
    max-width: 100%; /* Limit LI items to 100% of the width */
  }
  .tabs a {
    border:1px solid #000;
    padding: 0.5em; /* Adjust padding of menu items */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide any overflowing text */
    white-space: normal; /* Allow text to wrap onto multiple lines */
  }
  .name-info {
    margin-bottom: 170px;
  }
}
  .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;
    width: unset;
  }
  .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-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333337%;
  }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333337%;
  }
  .columns.is-mobile > .column.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66666674%;
  }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66666674%;
  }
  .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.33333337%;
  }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333337%;
  }
  .columns.is-mobile > .column.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66666674%;
  }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66666674%;
  }
  .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.33333337%;
  }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333337%;
  }
  .columns.is-mobile > .column.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66666674%;
  }
  .columns.is-mobile > .column.is-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
  }
  .columns.is-mobile > .column.is-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333337%;
  }
  .columns.is-mobile > .column.is-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    .column.is-half-mobile {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 50%;
    }
    .column.is-12-mobile {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 100%;
    }
  }
  @media screen and (min-width: 769px), print {
    .column.is-narrow {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: unset;
    }
    .column.is-full {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 100%;
    }
    .column.is-three-quarters {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 75%;
    }
    .column.is-two-thirds {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 66.6666%;
    }
    .column.is-half {
      -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 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 25%;
    }
    .column.is-one-fifth {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 20%;
    }
    .column.is-two-fifths {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 40%;
    }
    .column.is-three-fifths {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 60%;
    }
    .column.is-four-fifths {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 80%;
    }
    .column.is-1 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 8.33333337%;
    }
    .column.is-offset-1 {
      margin-left: 8.33333337%;
    }
    .column.is-2 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 16.66666674%;
    }
    .column.is-offset-2 {
      margin-left: 16.66666674%;
    }
    .column.is-3 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 25%;
    }
    .column.is-offset-3 {
      margin-left: 25%;
    }
    .column.is-4 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 33.33333337%;
    }
    .column.is-offset-4 {
      margin-left: 33.33333337%;
    }
    .column.is-5 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 41.66666674%;
    }
    .column.is-offset-5 {
      margin-left: 41.66666674%;
    }
    .column.is-6 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 50%;
    }
    .column.is-offset-6 {
      margin-left: 50%;
    }
    .column.is-7 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 58.33333337%;
    }
    .column.is-offset-7 {
      margin-left: 58.33333337%;
    }
    .column.is-8 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 66.66666674%;
    }
    .column.is-9 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 75%;
    }
    .column.is-10 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 83.33333337%;
    }
    .column.is-12 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 100%;
    }
  }
  @media screen and (min-width: 1024px) {
    .column.is-one-quarter-desktop {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 25%;
    }
  }
  .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: 1024px) {
    .columns.is-desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .is-justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .is-align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .is-relative {
    position: relative !important;
  }
  .is-paddingless {
    padding: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mr-2 {
    margin-right: 0.5rem !important;
  }
  .ml-2 {
    margin-left: 0.5rem !important;
  }
  .ml-4 {
    margin-left: 1rem !important;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }
  .mr-4 {
    margin-right: 1rem !important;
  }
  .mt-5 {
    margin-top: 1.5rem !important;
  }
  .ml-5 {
    margin-left: 1.5rem !important;
  }
  .mb-6 {
    margin-bottom: 3rem !important;
  }
  .ml-6 {
    margin-left: 3rem !important;
  }
  .my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .ml-auto {
    margin-left: auto !important;
  }
  .p-1 {
    padding: 0.25rem !important;
  }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-2 {
    padding: 0.5rem !important;
  }
  .p-4 {
    padding: 1rem !important;
  }
  .pt-4 {
    padding-top: 1rem !important;
  }
  .pb-4 {
    padding-bottom: 1rem !important;
  }
  .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pb-5 {
    padding-bottom: 1.5rem !important;
  }
  .pt-6 {
    padding-top: 3rem !important;
  }
  .pb-6 {
    padding-bottom: 3rem !important;
  }
  .py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .is-size-1 {
    font-size: 3rem !important;
  }
  .is-size-2 {
    font-size: 2.5rem !important;
  }
  .is-size-3 {
    font-size: 2rem !important;
  }
  .is-size-4 {
    font-size: 1.5rem !important;
  }
  .is-size-5 {
    font-size: 1.25rem !important;
  }
  .is-size-6 {
    font-size: 1rem !important;
  }
  .is-size-7 {
    font-size: 0.75rem !important;
  }
  .has-text-centered {
    text-align: center !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;
    }
  }
  .is-block {
    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;
    }
  }
  .is-hidden {
    display: none !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 (max-width: 1023px) {
    .is-hidden-touch {
      display: none !important;
    }
  }
  @media screen and (min-width: 1024px) {
    .is-hidden-desktop {
      display: none !important;
    }
  }
  .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: #fff;
    color: #0a0a0a;
  }
  .hero.is-white
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
  .hero.is-white strong {
    color: inherit;
  }
  .hero.is-white .title {
    color: #0a0a0a;
  }
  .hero.is-white .subtitle {
    color: rgba(10, 10, 10, 0.9);
  }
  .hero.is-white .subtitle a:not(.button),
  .hero.is-white .subtitle strong {
    color: #0a0a0a;
  }
  @media screen and (max-width: 1023px) {
    .hero.is-white .navbar-menu {
      background-color: #fff;
    }
  }
  .hero.is-white .navbar-item,
  .hero.is-white .navbar-link {
    color: rgba(10, 10, 10, 0.7);
  }
  .hero.is-white a.navbar-item:hover,
  .hero.is-white a.navbar-item.is-active,
  .hero.is-white .navbar-link:hover,
  .hero.is-white .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .hero.is-white .tabs a {
    color: #0a0a0a;
    opacity: 0.9;
  }
  .hero.is-white .tabs a:hover {
    opacity: 1;
  }
  .hero.is-white .tabs li.is-active a {
    color: #fff !important;
    opacity: 1;
  }
  .hero.is-white .tabs.is-boxed a {
    color: #0a0a0a;
  }
  .hero.is-white .tabs.is-boxed 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 {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
  }
  .hero.is-white.is-bold {
    background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
  }
  @media screen and (max-width: 768px) {
    .hero.is-white.is-bold .navbar-menu {
      background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
    }
  }
  .hero.is-light {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .hero.is-light
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
  .hero.is-light strong {
    color: inherit;
  }
  .hero.is-light .title {
    color: rgba(0, 0, 0, 0.7);
  }
  .hero.is-light .subtitle {
    color: rgba(0, 0, 0, 0.9);
  }
  .hero.is-light .subtitle a:not(.button),
  .hero.is-light .subtitle strong {
    color: rgba(0, 0, 0, 0.7);
  }
  @media screen and (max-width: 1023px) {
    .hero.is-light .navbar-menu {
      background-color: #f5f5f5;
    }
  }
  .hero.is-light .navbar-item,
  .hero.is-light .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .hero.is-light a.navbar-item:hover,
  .hero.is-light a.navbar-item.is-active,
  .hero.is-light .navbar-link:hover,
  .hero.is-light .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .hero.is-light .tabs a {
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
  }
  .hero.is-light .tabs a:hover {
    opacity: 1;
  }
  .hero.is-light .tabs li.is-active a {
    color: #f5f5f5 !important;
    opacity: 1;
  }
  .hero.is-light .tabs.is-boxed a {
    color: rgba(0, 0, 0, 0.7);
  }
  .hero.is-light .tabs.is-boxed 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 {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7);
    color: #f5f5f5;
  }
  .hero.is-light.is-bold {
    background-image: linear-gradient(
      141deg,
      #dfd8d9 0%,
      hsl(0, 0%, 96%) 71%,
      white 100%
    );
  }
  @media screen and (max-width: 768px) {
    .hero.is-light.is-bold .navbar-menu {
      background-image: linear-gradient(
        141deg,
        #dfd8d9 0%,
        hsl(0, 0%, 96%) 71%,
        white 100%
      );
    }
  }
  .hero.is-dark {
    background-color: #363636;
    color: #fff;
  }
  .hero.is-dark
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
  .hero.is-dark strong {
    color: inherit;
  }
  .hero.is-dark .title {
    color: #fff;
  }
  .hero.is-dark .subtitle {
    color: rgba(255, 255, 255, 0.9);
  }
  .hero.is-dark .subtitle a:not(.button),
  .hero.is-dark .subtitle strong {
    color: #fff;
  }
  @media screen and (max-width: 1023px) {
    .hero.is-dark .navbar-menu {
      background-color: #363636;
    }
  }
  .hero.is-dark .navbar-item,
  .hero.is-dark .navbar-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .hero.is-dark a.navbar-item:hover,
  .hero.is-dark a.navbar-item.is-active,
  .hero.is-dark .navbar-link:hover,
  .hero.is-dark .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
  }
  .hero.is-dark .tabs a {
    color: #fff;
    opacity: 0.9;
  }
  .hero.is-dark .tabs a:hover {
    opacity: 1;
  }
  .hero.is-dark .tabs li.is-active a {
    color: #363636 !important;
    opacity: 1;
  }
  .hero.is-dark .tabs.is-boxed a {
    color: #fff;
  }
  .hero.is-dark .tabs.is-boxed 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 {
    background-color: #fff;
    border-color: #fff;
    color: #363636;
  }
  .hero.is-dark.is-bold {
    background-image: linear-gradient(
      141deg,
      #1f191a 0%,
      hsl(0, 0%, 21%) 71%,
      #46403f 100%
    );
  }
  @media screen and (max-width: 768px) {
    .hero.is-dark.is-bold .navbar-menu {
      background-image: linear-gradient(
        141deg,
        #1f191a 0%,
        hsl(0, 0%, 21%) 71%,
        #46403f 100%
      );
    }
  }
  .hero.is-primary {
    background-color: #8c8cf9;
    color: #fff;
  }
  .hero.is-primary
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
  .hero.is-primary strong {
    color: inherit;
  }
  .hero.is-primary .title {
    color: #fff;
  }
  .hero.is-primary .subtitle {
    color: rgba(255, 255, 255, 0.9);
  }
  .hero.is-primary .subtitle a:not(.button),
  .hero.is-primary .subtitle strong {
    color: #fff;
  }
  @media screen and (max-width: 1023px) {
    .hero.is-primary .navbar-menu {
      background-color: #8c8cf9;
    }
  }
  .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: #7474f8;
    color: #fff;
  }
  .hero.is-primary .tabs a {
    color: #fff;
    opacity: 0.9;
  }
  .hero.is-primary .tabs a:hover {
    opacity: 1;
  }
  .hero.is-primary .tabs li.is-active a {
    color: #8c8cf9 !important;
    opacity: 1;
  }
  .hero.is-primary .tabs.is-boxed a {
    color: #fff;
  }
  .hero.is-primary .tabs.is-boxed 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 {
    background-color: #fff;
    border-color: #fff;
    color: #8c8cf9;
  }
  .hero.is-primary.is-bold {
    background-image: linear-gradient(
      141deg,
      #5370ff 0%,
      #8c8cf9 71%,
      #b1a2fd 100%
    );
  }
  @media screen and (max-width: 768px) {
    .hero.is-primary.is-bold .navbar-menu {
      background-image: linear-gradient(
        141deg,
        #5370ff 0%,
        #8c8cf9 71%,
        #b1a2fd 100%
      );
    }
  }
  .hero.is-link {
    background-color: #039be5;
    color: #fff;
  }
  .hero.is-link
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
  .hero.is-link strong {
    color: inherit;
  }
  .hero.is-link .title {
    color: #fff;
  }
  .hero.is-link .subtitle {
    color: rgba(255, 255, 255, 0.9);
  }
  .hero.is-link .subtitle a:not(.button),
  .hero.is-link .subtitle strong {
    color: #fff;
  }
  @media screen and (max-width: 1023px) {
    .hero.is-link .navbar-menu {
      background-color: #039be5;
    }
  }
  .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: #038acc;
    color: #fff;
  }
  .hero.is-link .tabs a {
    color: #fff;
    opacity: 0.9;
  }
  .hero.is-link .tabs a:hover {
    opacity: 1;
  }
  .hero.is-link .tabs li.is-active a {
    color: #039be5 !important;
    opacity: 1;
  }
  .hero.is-link .tabs.is-boxed a {
    color: #fff;
  }
  .hero.is-link .tabs.is-boxed 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 {
    background-color: #fff;
    border-color: #fff;
    color: #039be5;
  }
  .hero.is-link.is-bold {
    background-image: linear-gradient(
      141deg,
      #0098b5 0%,
      #039be5 71%,
      #0382ff 100%
    );
  }
  @media screen and (max-width: 768px) {
    .hero.is-link.is-bold .navbar-menu {
      background-image: linear-gradient(
        141deg,
        #0098b5 0%,
        #039be5 71%,
        #0382ff 100%
      );
    }
  }
  .hero.is-info {
    background-color: #039be5;
    color: #fff;
  }
  .hero.is-info
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
  .hero.is-info strong {
    color: inherit;
  }
  .hero.is-info .title {
    color: #fff;
  }
  .hero.is-info .subtitle {
    color: rgba(255, 255, 255, 0.9);
  }
  .hero.is-info .subtitle a:not(.button),
  .hero.is-info .subtitle strong {
    color: #fff;
  }
  @media screen and (max-width: 1023px) {
    .hero.is-info .navbar-menu {
      background-color: #039be5;
    }
  }
  .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: #038acc;
    color: #fff;
  }
  .hero.is-info .tabs a {
    color: #fff;
    opacity: 0.9;
  }
  .hero.is-info .tabs a:hover {
    opacity: 1;
  }
  .hero.is-info .tabs li.is-active a {
    color: #039be5 !important;
    opacity: 1;
  }
  .hero.is-info .tabs.is-boxed a {
    color: #fff;
  }
  .hero.is-info .tabs.is-boxed 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 {
    background-color: #fff;
    border-color: #fff;
    color: #039be5;
  }
  .hero.is-info.is-bold {
    background-image: linear-gradient(
      141deg,
      #0098b5 0%,
      #039be5 71%,
      #0382ff 100%
    );
  }
  @media screen and (max-width: 768px) {
    .hero.is-info.is-bold .navbar-menu {
      background-image: linear-gradient(
        141deg,
        #0098b5 0%,
        #039be5 71%,
        #0382ff 100%
      );
    }
  }
  .hero.is-success {
    background-color: #06d6a0;
    color: #fff;
  }
  .hero.is-success
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
  .hero.is-success strong {
    color: inherit;
  }
  .hero.is-success .title {
    color: #fff;
  }
  .hero.is-success .subtitle {
    color: rgba(255, 255, 255, 0.9);
  }
  .hero.is-success .subtitle a:not(.button),
  .hero.is-success .subtitle strong {
    color: #fff;
  }
  @media screen and (max-width: 1023px) {
    .hero.is-success .navbar-menu {
      background-color: #06d6a0;
    }
  }
  .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: #05bd8d;
    color: #fff;
  }
  .hero.is-success .tabs a {
    color: #fff;
    opacity: 0.9;
  }
  .hero.is-success .tabs a:hover {
    opacity: 1;
  }
  .hero.is-success .tabs li.is-active a {
    color: #06d6a0 !important;
    opacity: 1;
  }
  .hero.is-success .tabs.is-boxed a {
    color: #fff;
  }
  .hero.is-success .tabs.is-boxed 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 {
    background-color: #fff;
    border-color: #fff;
    color: #06d6a0;
  }
  .hero.is-success.is-bold {
    background-image: linear-gradient(
      141deg,
      #00a961 0%,
      #06d6a0 71%,
      #01f5de 100%
    );
  }
  @media screen and (max-width: 768px) {
    .hero.is-success.is-bold .navbar-menu {
      background-image: linear-gradient(
        141deg,
        #00a961 0%,
        #06d6a0 71%,
        #01f5de 100%
      );
    }
  }
  .hero.is-warning {
    background-color: #eda514;
    color: #fff;
  }
  .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: #fff;
  }
  .hero.is-warning .subtitle {
    color: rgba(255, 255, 255, 0.9);
  }
  .hero.is-warning .subtitle a:not(.button),
  .hero.is-warning .subtitle strong {
    color: #fff;
  }
  @media screen and (max-width: 1023px) {
    .hero.is-warning .navbar-menu {
      background-color: #eda514;
    }
  }
  .hero.is-warning .navbar-item,
  .hero.is-warning .navbar-link {
    color: rgba(255, 255, 255, 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: #d79510;
    color: #fff;
  }
  .hero.is-warning .tabs a {
    color: #fff;
    opacity: 0.9;
  }
  .hero.is-warning .tabs a:hover {
    opacity: 1;
  }
  .hero.is-warning .tabs li.is-active a {
    color: #eda514 !important;
    opacity: 1;
  }
  .hero.is-warning .tabs.is-boxed a {
    color: #fff;
  }
  .hero.is-warning .tabs.is-boxed 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 {
    background-color: #fff;
    border-color: #fff;
    color: #eda514;
  }
  .hero.is-warning.is-bold {
    background-image: linear-gradient(
      141deg,
      #ca6704 0%,
      #eda514 71%,
      #f5d226 100%
    );
  }
  @media screen and (max-width: 768px) {
    .hero.is-warning.is-bold .navbar-menu {
      background-image: linear-gradient(
        141deg,
        #ca6704 0%,
        #eda514 71%,
        #f5d226 100%
      );
    }
  }
  .hero.is-danger {
    background-color: #e62965;
    color: #fff;
  }
  .hero.is-danger
    a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
  .hero.is-danger strong {
    color: inherit;
  }
  .hero.is-danger .title {
    color: #fff;
  }
  .hero.is-danger .subtitle {
    color: rgba(255, 255, 255, 0.9);
  }
  .hero.is-danger .subtitle a:not(.button),
  .hero.is-danger .subtitle strong {
    color: #fff;
  }
  @media screen and (max-width: 1023px) {
    .hero.is-danger .navbar-menu {
      background-color: #e62965;
    }
  }
  .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: #dc1a57;
    color: #fff;
  }
  .hero.is-danger .tabs a {
    color: #fff;
    opacity: 0.9;
  }
  .hero.is-danger .tabs a:hover {
    opacity: 1;
  }
  .hero.is-danger .tabs li.is-active a {
    color: #e62965 !important;
    opacity: 1;
  }
  .hero.is-danger .tabs.is-boxed a {
    color: #fff;
  }
  .hero.is-danger .tabs.is-boxed 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 {
    background-color: #fff;
    border-color: #fff;
    color: #e62965;
  }
  .hero.is-danger.is-bold {
    background-image: linear-gradient(
      141deg,
      #d00c6b 0%,
      #e62965 71%,
      #ee3a56 100%
    );
  }
  @media screen and (max-width: 768px) {
    .hero.is-danger.is-bold .navbar-menu {
      background-image: linear-gradient(
        141deg,
        #d00c6b 0%,
        #e62965 71%,
        #ee3a56 100%
      );
    }
  }
  .hero.is-small .hero-body {
    padding: 1.5rem;
  }
  @media screen and (min-width: 769px), print {
    .hero.is-medium .hero-body {
      padding: 9rem 4.5rem;
    }
  }
  @media screen and (min-width: 769px), print {
    .hero.is-large .hero-body {
      padding: 18rem 6rem;
    }
  }
  .hero.is-fullheight .hero-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero.is-fullheight .hero-body > .container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .hero.is-fullheight {
    min-height: 100vh;
  }
  .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;
  }
  @media screen and (min-width: 769px), print {
    .hero-body {
      padding: 3rem 3rem;
    }
  }
  .section {
    padding: 3rem 1.5rem;
  }
  @media screen and (min-width: 1024px) {
    .section {
      padding: 3rem 3rem;
    }
    .section.is-medium {
      padding: 9rem 4.5rem;
    }
    .section.is-large {
      padding: 18rem 6rem;
    }
  }
  .footer {
    background-color: #fafafa;
    padding: 3rem 1.5rem 6rem;
  }
  .datepicker-legacy {
    display: none;
  }
  .datepicker-legacy.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .datepicker-legacy.is-active .calendar {
    position: fixed;
    z-index: 40;
    min-width: 20rem;
    max-width: 20rem;
    position: relative;
    margin: 0 auto;
    max-height: calc(100vh - 40px);
  }
  .datepicker-legacy.is-active .calendar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .datepicker-legacy .calendar-legacy {
    background: #fff;
    border: none;
    border-radius: 2px;
    display: block;
    min-width: 20rem;
    text-align: center;
    max-width: 20rem;
  }
  .datepicker-legacy .calendar-legacy.is-active {
    display: initial;
  }
  .datepicker-legacy .calendar-legacy .calendar-nav {
    background: #8c8cf9;
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    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;
    font-size: 1.25rem;
    padding: 0.5em;
  }
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-month,
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-day,
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-year {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-month,
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-day,
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-year {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-month {
    font-size: 1.5rem;
  }
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-day {
    font-size: 2.5rem;
  }
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-month,
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month,
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-previous-year,
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year {
    -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;
    text-decoration: none;
    color: #fff;
  }
  .datepicker-legacy
    .calendar-legacy
    .calendar-nav
    .calendar-nav-previous-month:hover,
  .datepicker-legacy
    .calendar-legacy
    .calendar-nav
    .calendar-nav-next-month:hover,
  .datepicker-legacy
    .calendar-legacy
    .calendar-nav
    .calendar-nav-previous-year:hover,
  .datepicker-legacy
    .calendar-legacy
    .calendar-nav
    .calendar-nav-next-year:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .datepicker-legacy
    .calendar-legacy
    .calendar-nav
    .calendar-nav-previous-month:hover
    svg,
  .datepicker-legacy
    .calendar-legacy
    .calendar-nav
    .calendar-nav-next-month:hover
    svg,
  .datepicker-legacy
    .calendar-legacy
    .calendar-nav
    .calendar-nav-previous-year:hover
    svg,
  .datepicker-legacy
    .calendar-legacy
    .calendar-nav
    .calendar-nav-next-year:hover
    svg {
    stroke-width: 1em;
  }
  .datepicker-legacy
    .calendar-legacy
    .calendar-nav
    .calendar-nav-previous-month
    svg,
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-month svg,
  .datepicker-legacy
    .calendar-legacy
    .calendar-nav
    .calendar-nav-previous-year
    svg,
  .datepicker-legacy .calendar-legacy .calendar-nav .calendar-nav-next-year svg {
    stroke: currentColor;
    width: 11.25px;
    height: 18px;
  }
  .datepicker-legacy .calendar-legacy .calendar-header,
  .datepicker-legacy .calendar-legacy .calendar-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .datepicker-legacy .calendar-legacy .calendar-header .calendar-date,
  .datepicker-legacy .calendar-legacy .calendar-body .calendar-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
  .datepicker-legacy .calendar-legacy .calendar-header {
    padding: 1em 1em 0 1em;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 0.75rem;
  }
  .datepicker-legacy .calendar-legacy .calendar-header .calendar-date {
    color: #b5b5b5;
  }
  .datepicker-legacy .calendar-legacy .calendar-body {
    padding: 0 1em 1em 1em;
    color: #7a7a7a;
  }
  .datepicker-legacy .calendar-legacy .calendar-date {
    border: 0;
    padding: 0.4rem 0;
  }
  .datepicker-legacy .calendar-legacy .calendar-date .date-item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    border: 0.1rem solid rgba(0, 0, 0, 0);
    border-radius: 100%;
    color: #4a4a4a;
    cursor: pointer;
    height: 2.2rem;
    line-height: 1.4rem;
    outline: none;
    padding: 0.3rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    vertical-align: middle;
    white-space: nowrap;
    width: 2.2rem;
  }
  .datepicker-legacy .calendar-legacy .calendar-date .date-item.is-today {
    background: rgba(0, 0, 0, 0);
    border-color: #8c8cf9;
    color: #8c8cf9;
  }
  .datepicker-legacy .calendar-legacy .calendar-date .date-item:focus {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
  }
  .datepicker-legacy .calendar-legacy .calendar-date .date-item:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
  }
  .datepicker-legacy .calendar-legacy .calendar-date .date-item.is-active {
    background: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
  }
  .datepicker-legacy .calendar-legacy .calendar-date.is-disabled .date-item,
  .datepicker-legacy .calendar-legacy .calendar-date.is-disabled .calendar-event,
  .datepicker-legacy .calendar-legacy .calendar-date[disabled] .date-item,
  .datepicker-legacy .calendar-legacy .calendar-date[disabled] .calendar-event {
    cursor: default;
    opacity: 0.25;
    pointer-events: none;
  }
  .datepicker-legacy .calendar-legacy .calendar-range {
    position: relative;
  }
  .datepicker-legacy .calendar-legacy .calendar-range::before {
    background: #fff;
    content: "";
    height: 2.2rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .datepicker-legacy
    .calendar-legacy
    .calendar-range.calendar-range-start::before {
    left: 50%;
  }
  .datepicker-legacy .calendar-legacy .calendar-range.calendar-range-end::before {
    right: 50%;
  }
  .datepicker-legacy .calendar-legacy .calendar-range .date-item {
    color: #8c8cf9;
  }
  .datepicker-legacy .calendar-legacy.is-large {
    max-width: 100%;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-body .calendar-date {
    border-bottom: none;
    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;
    height: 11rem;
    padding: 0;
  }
  .datepicker-legacy
    .calendar-legacy.is-large
    .calendar-body
    .calendar-date:nth-child(7n) {
    border-right: 0;
  }
  .datepicker-legacy
    .calendar-legacy.is-large
    .calendar-body
    .calendar-date:nth-last-child(-n + 7) {
    border-bottom: 0;
  }
  .datepicker-legacy .calendar-legacy.is-large .date-item {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 2.2rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-range::before {
    top: 1.9rem;
  }
  .datepicker-legacy
    .calendar-legacy.is-large
    .calendar-range.calendar-range-start::before {
    left: auto;
    width: 1.9rem;
  }
  .datepicker-legacy
    .calendar-legacy.is-large
    .calendar-range.calendar-range-end::before {
    right: 1.9rem;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-events {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1;
    overflow-y: auto;
    padding: 0.5rem;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-event {
    background-color: #7a7a7a;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 1rem;
    margin: 0.2rem auto;
    overflow: hidden;
    padding: 0.3rem 0.4rem;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: baseline;
    white-space: nowrap;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-white {
    background-color: #fff;
    color: #0a0a0a;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-black {
    background-color: #0a0a0a;
    color: #fff;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-light {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-dark {
    background-color: #363636;
    color: #fff;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-primary {
    background-color: #8c8cf9;
    color: #fff;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-link {
    background-color: #039be5;
    color: #fff;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-info {
    background-color: #039be5;
    color: #fff;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-success {
    background-color: #06d6a0;
    color: #fff;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-warning {
    background-color: #eda514;
    color: #fff;
  }
  .datepicker-legacy .calendar-legacy.is-large .calendar-event.is-danger {
    background-color: #e62965;
    color: #fff;
  }
  .calendar-legacy {
    background: #fff;
    border: none;
    border-radius: 2px;
    display: block;
    min-width: 20rem;
    text-align: center;
    max-width: 20rem;
  }
  .calendar-legacy.is-active {
    display: initial;
  }
  .calendar-legacy .calendar-nav {
    background: #8c8cf9;
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    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;
    font-size: 1.25rem;
    padding: 0.5em;
  }
  .calendar-legacy .calendar-nav .calendar-nav-month,
  .calendar-legacy .calendar-nav .calendar-nav-day,
  .calendar-legacy .calendar-nav .calendar-nav-year {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .calendar-legacy .calendar-nav .calendar-month,
  .calendar-legacy .calendar-nav .calendar-day,
  .calendar-legacy .calendar-nav .calendar-year {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .calendar-legacy .calendar-nav .calendar-month {
    font-size: 1.5rem;
  }
  .calendar-legacy .calendar-nav .calendar-day {
    font-size: 2.5rem;
  }
  .calendar-legacy .calendar-nav .calendar-nav-previous-month,
  .calendar-legacy .calendar-nav .calendar-nav-next-month,
  .calendar-legacy .calendar-nav .calendar-nav-previous-year,
  .calendar-legacy .calendar-nav .calendar-nav-next-year {
    -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;
    text-decoration: none;
    color: #fff;
  }
  .calendar-legacy .calendar-nav .calendar-nav-previous-month:hover,
  .calendar-legacy .calendar-nav .calendar-nav-next-month:hover,
  .calendar-legacy .calendar-nav .calendar-nav-previous-year:hover,
  .calendar-legacy .calendar-nav .calendar-nav-next-year:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .calendar-legacy .calendar-nav .calendar-nav-previous-month:hover svg,
  .calendar-legacy .calendar-nav .calendar-nav-next-month:hover svg,
  .calendar-legacy .calendar-nav .calendar-nav-previous-year:hover svg,
  .calendar-legacy .calendar-nav .calendar-nav-next-year:hover svg {
    stroke-width: 1em;
  }
  .calendar-legacy .calendar-nav .calendar-nav-previous-month svg,
  .calendar-legacy .calendar-nav .calendar-nav-next-month svg,
  .calendar-legacy .calendar-nav .calendar-nav-previous-year svg,
  .calendar-legacy .calendar-nav .calendar-nav-next-year svg {
    stroke: currentColor;
    width: 11.25px;
    height: 18px;
  }
  .calendar-legacy .calendar-header,
  .calendar-legacy .calendar-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .calendar-legacy .calendar-header .calendar-date,
  .calendar-legacy .calendar-body .calendar-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
  .calendar-legacy .calendar-header {
    padding: 1em 1em 0 1em;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 0.75rem;
  }
  .calendar-legacy .calendar-header .calendar-date {
    color: #b5b5b5;
  }
  .calendar-legacy .calendar-body {
    padding: 0 1em 1em 1em;
    color: #7a7a7a;
  }
  .calendar-legacy .calendar-date {
    border: 0;
    padding: 0.4rem 0;
  }
  .calendar-legacy .calendar-date .date-item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    border: 0.1rem solid rgba(0, 0, 0, 0);
    border-radius: 100%;
    color: #4a4a4a;
    cursor: pointer;
    height: 2.2rem;
    line-height: 1.4rem;
    outline: none;
    padding: 0.3rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    vertical-align: middle;
    white-space: nowrap;
    width: 2.2rem;
  }
  .calendar-legacy .calendar-date .date-item.is-today {
    background: rgba(0, 0, 0, 0);
    border-color: #8c8cf9;
    color: #8c8cf9;
  }
  .calendar-legacy .calendar-date .date-item:focus {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
  }
  .calendar-legacy .calendar-date .date-item:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
  }
  .calendar-legacy .calendar-date .date-item.is-active {
    background: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
  }
  .calendar-legacy .calendar-date.is-disabled .date-item,
  .calendar-legacy .calendar-date.is-disabled .calendar-event,
  .calendar-legacy .calendar-date[disabled] .date-item,
  .calendar-legacy .calendar-date[disabled] .calendar-event {
    cursor: default;
    opacity: 0.25;
    pointer-events: none;
  }
  .calendar-legacy .calendar-range {
    position: relative;
  }
  .calendar-legacy .calendar-range::before {
    background: #fff;
    content: "";
    height: 2.2rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .calendar-legacy .calendar-range.calendar-range-start::before {
    left: 50%;
  }
  .calendar-legacy .calendar-range.calendar-range-end::before {
    right: 50%;
  }
  .calendar-legacy .calendar-range .date-item {
    color: #8c8cf9;
  }
  .calendar-legacy.is-large {
    max-width: 100%;
  }
  .calendar-legacy.is-large .calendar-body .calendar-date {
    border-bottom: none;
    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;
    height: 11rem;
    padding: 0;
  }
  .calendar-legacy.is-large .calendar-body .calendar-date:nth-child(7n) {
    border-right: 0;
  }
  .calendar-legacy.is-large .calendar-body .calendar-date:nth-last-child(-n + 7) {
    border-bottom: 0;
  }
  .calendar-legacy.is-large .date-item {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 2.2rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }
  .calendar-legacy.is-large .calendar-range::before {
    top: 1.9rem;
  }
  .calendar-legacy.is-large .calendar-range.calendar-range-start::before {
    left: auto;
    width: 1.9rem;
  }
  .calendar-legacy.is-large .calendar-range.calendar-range-end::before {
    right: 1.9rem;
  }
  .calendar-legacy.is-large .calendar-events {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1;
    overflow-y: auto;
    padding: 0.5rem;
  }
  .calendar-legacy.is-large .calendar-event {
    background-color: #7a7a7a;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 1rem;
    margin: 0.2rem auto;
    overflow: hidden;
    padding: 0.3rem 0.4rem;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: baseline;
    white-space: nowrap;
  }
  .calendar-legacy.is-large .calendar-event.is-white {
    background-color: #fff;
    color: #0a0a0a;
  }
  .calendar-legacy.is-large .calendar-event.is-black {
    background-color: #0a0a0a;
    color: #fff;
  }
  .calendar-legacy.is-large .calendar-event.is-light {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .calendar-legacy.is-large .calendar-event.is-dark {
    background-color: #363636;
    color: #fff;
  }
  .calendar-legacy.is-large .calendar-event.is-primary {
    background-color: #8c8cf9;
    color: #fff;
  }
  .calendar-legacy.is-large .calendar-event.is-link {
    background-color: #039be5;
    color: #fff;
  }
  .calendar-legacy.is-large .calendar-event.is-info {
    background-color: #039be5;
    color: #fff;
  }
  .calendar-legacy.is-large .calendar-event.is-success {
    background-color: #06d6a0;
    color: #fff;
  }
  .calendar-legacy.is-large .calendar-event.is-warning {
    background-color: #eda514;
    color: #fff;
  }
  .calendar-legacy.is-large .calendar-event.is-danger {
    background-color: #e62965;
    color: #fff;
  }
  @-webkit-keyframes decrement-prev {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes decrement-prev {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes decrement-next {
    from {
      opacity: 0;
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
    }
  }
  @keyframes decrement-next {
    from {
      opacity: 0;
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
    }
  }
  @-webkit-keyframes increment-prev {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes increment-prev {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes increment-next {
    from {
      opacity: 0;
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
    }
  }
  @keyframes increment-next {
    from {
      opacity: 0;
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
    }
  }
  .datetimepicker {
    -webkit-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37),
      opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
    transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease,
      visibility 0.2s ease, margin 0.2s ease;
    display: none;
    background: #fff;
    border-radius: 2px;
    max-width: 320px;
    z-index: 1;
    -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);
  }
  .datetimepicker.is-active {
    display: block;
  }
  .datetimepicker .datetimepicker-header {
    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;
    flex: 1;
    text-align: left;
    position: relative;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    -webkit-box-shadow: 0 0.2rem 0.2rem -0.2rem rgba(10, 10, 10, 0.1);
    box-shadow: 0 0.2rem 0.2rem -0.2rem rgba(10, 10, 10, 0.1);
  }
  .datetimepicker .datetimepicker-header.is-date-only {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .datetimepicker
    .datetimepicker-header.is-date-only
    .datetimepicker-selection-end
    .datetimepicker-selection-wrapper {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .datetimepicker .datetimepicker-header .datetimepicker-selection-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .datetimepicker .datetimepicker-header .datetimepicker-selection-from,
  .datetimepicker .datetimepicker-header .datetimepicker-selection-to {
    font-size: 0.65rem;
    color: #b5b5b5;
    text-transform: uppercase;
    padding: 0;
  }
  .datetimepicker .datetimepicker-header .datetimepicker-selection-start,
  .datetimepicker .datetimepicker-header .datetimepicker-selection-end {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-start
    .datetimepicker-selection-wrapper,
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-end
    .datetimepicker-selection-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 2.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 2rem;
    flex: 1 1 2rem;
  }
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-start
    .datetimepicker-selection-day,
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-end
    .datetimepicker-selection-day {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    text-transform: capitalize;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-right: 0.5rem;
    color: #7f00ff;
    font-weight: 100;
  }
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-start
    .datetimepicker-selection-date,
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-end
    .datetimepicker-selection-date {
    font-size: 0.85rem;
    line-height: 0.85rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 300;
  }
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-start
    .datetimepicker-selection-month,
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-end
    .datetimepicker-selection-month {
    color: #4a4a4a;
    text-transform: capitalize;
  }
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-start
    .datetimepicker-selection-weekday,
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-end
    .datetimepicker-selection-weekday {
    font-size: 0.75em;
    color: #b6b4b6;
    text-transform: capitalize;
    text-align: left;
  }
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-start
    .datetimepicker-selection-hour,
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-end
    .datetimepicker-selection-hour {
    font-size: 1.5rem;
    font-weight: 100;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -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;
  }
  .datetimepicker .datetimepicker-header .datetimepicker-selection-start,
  .datetimepicker .datetimepicker-header .datetimepicker-selection-end {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-start.is-centered
    .datetimepicker-selection-wrapper,
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-end.is-centered
    .datetimepicker-selection-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .datetimepicker .datetimepicker-header .datetimepicker-selection-time {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .datetimepicker
    .datetimepicker-header
    .datetimepicker-selection-time
    .datetimepicker-selection-time-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    color: #b5b5b5;
  }
  .datetimepicker .datepicker-nav {
    background: #7f00ff;
    color: #fff;
    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;
    padding: 0.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .datetimepicker .datepicker-nav .datepicker-nav-month-year {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .datetimepicker .datepicker-nav .datepicker-nav-month,
  .datetimepicker .datepicker-nav .datepicker-nav-year {
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
  }
  .datetimepicker .datepicker-nav .datepicker-nav-month:hover,
  .datetimepicker .datepicker-nav .datepicker-nav-year:hover {
    cursor: pointer;
  }
  .datetimepicker .datepicker-nav .datepicker-nav-month {
    text-transform: capitalize;
  }
  .datetimepicker .datepicker-nav .datepicker-nav-year {
    font-weight: 700;
  }
  .datetimepicker .datepicker-nav .datepicker-nav-previous,
  .datetimepicker .datepicker-nav .datepicker-nav-next {
    -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;
    text-decoration: none;
    color: #fff;
  }
  .datetimepicker .datepicker-nav .datepicker-nav-previous:hover,
  .datetimepicker .datepicker-nav .datepicker-nav-next:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .datetimepicker .datepicker-nav .datepicker-nav-previous:hover svg,
  .datetimepicker .datepicker-nav .datepicker-nav-next:hover svg {
    stroke-width: 1em;
  }
  .datetimepicker .datepicker-nav .datepicker-nav-previous svg,
  .datetimepicker .datepicker-nav .datepicker-nav-next svg {
    stroke: currentColor;
    width: 11.25px;
    height: 0.75rem;
  }
  .datetimepicker .datepicker-body {
    overflow: hidden;
  }
  .datetimepicker .datepicker-body .datepicker-dates {
    display: none;
  }
  .datetimepicker .datepicker-body .datepicker-dates.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .datetimepicker .datepicker-body .datepicker-months,
  .datetimepicker .datepicker-body .datepicker-years {
    display: none;
  }
  .datetimepicker .datepicker-body .datepicker-months.is-active,
  .datetimepicker .datepicker-body .datepicker-years.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .datetimepicker .datepicker-body .datepicker-weekdays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0.3rem 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 0.75rem;
  }
  .datetimepicker .datepicker-body .datepicker-weekdays .datepicker-date {
    background: rgba(0, 0, 0, 0) !important;
    color: #b5b5b5;
    padding: 0.3rem;
  }
  .datetimepicker .datepicker-body .datepicker-dates .datepicker-days {
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0;
    color: #7a7a7a;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date {
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 14.28571%;
    -ms-flex: 14.28571%;
    flex: 14.28571%;
    margin: 0.1rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item {
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 25091983px;
    color: #4a4a4a;
    cursor: pointer;
    height: 2.2rem;
    outline: none;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    vertical-align: middle;
    white-space: nowrap;
    width: 2.2rem;
    -webkit-animation: bounce-button-in 0.45s 0s
      cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation: bounce-button-in 0.45s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275)
      forwards;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    background: rgba(0, 0, 0, 0);
    border: 0.1rem dotted #7f00ff;
    color: #7f00ff;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:focus {
    background: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #7f00ff;
    border-color: #7f00ff;
    border-radius: 25091983px;
    color: #fff;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    background: #fff;
    border: 0.1rem solid #7f00ff;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.is-current-month {
    background: rgba(0, 0, 0, 0);
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.is-disabled,
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date[disabled] {
    background-color: #f5f5f5;
    background-image: url(data:image/gif;base64,R0lGODlhBQAFAOMAAP/14////93uHt3uHt3uHt3uHv///////////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAFAAUAAAQL0ACAzpG0YnonNxEAOw==) !important;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.is-disabled
    .date-item,
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.is-disabled
    .calendar-event,
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date[disabled]
    .date-item,
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date[disabled]
    .calendar-event {
    cursor: default;
    opacity: 0.25;
    pointer-events: none;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    position: relative;
    background: #7f00ff;
    z-index: 1;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border: 0.1rem solid #7f00ff;
    color: #7f00ff;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(10, 10, 10, 0.1);
    box-shadow: 0 0.2rem 0.2rem rgba(10, 10, 10, 0.1);
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start {
    border-top-left-radius: 25091983px;
    border-bottom-left-radius: 25091983px;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end {
    border-top-right-radius: 25091983px;
    border-bottom-right-radius: 25091983px;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #7f00ff;
    color: #fff;
  }
  .datetimepicker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker .datepicker-body .datepicker-months,
  .datetimepicker .datepicker-body .datepicker-years {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem;
    max-height: 17rem;
    overflow-y: auto;
  }
  .datetimepicker .datepicker-body .datepicker-months.is-active,
  .datetimepicker .datepicker-body .datepicker-years.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .datetimepicker .datepicker-body .datepicker-months .datepicker-month,
  .datetimepicker .datepicker-body .datepicker-months .datepicker-year,
  .datetimepicker .datepicker-body .datepicker-years .datepicker-month,
  .datetimepicker .datepicker-body .datepicker-years .datepicker-year {
    padding: 0.5rem;
    margin: 0.5rem;
    font-size: 0.75rem;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 25%;
    flex: 1 25%;
    text-transform: capitalize;
    border-radius: 25091983px;
    border: 0.1rem solid rgba(0, 0, 0, 0);
  }
  .datetimepicker .datepicker-body .datepicker-months .datepicker-month.is-active,
  .datetimepicker .datepicker-body .datepicker-months .datepicker-year.is-active,
  .datetimepicker .datepicker-body .datepicker-years .datepicker-month.is-active,
  .datetimepicker .datepicker-body .datepicker-years .datepicker-year.is-active {
    background: #7f00ff;
    border-color: #7f00ff;
    color: #fff;
  }
  .datetimepicker .datepicker-body .datepicker-months .datepicker-month:hover,
  .datetimepicker .datepicker-body .datepicker-months .datepicker-year:hover,
  .datetimepicker .datepicker-body .datepicker-years .datepicker-month:hover,
  .datetimepicker .datepicker-body .datepicker-years .datepicker-year:hover {
    cursor: pointer;
    background: #fff;
    border: 0.1rem solid #7f00ff;
    color: rgba(0, 0, 0, 0.7);
  }
  .datetimepicker .datetimepicker-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0;
  }
  .datetimepicker .datetimepicker-footer > * {
    text-decoration: none !important;
  }
  .datetimepicker.is-datetimepicker-default .datetimepicker-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .datetimepicker.is-datetimepicker-default .datetimepicker-container:after,
  .datetimepicker.is-datetimepicker-default .datetimepicker-container:before {
    bottom: 100%;
    left: 15%;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .datetimepicker.is-datetimepicker-default .datetimepicker-container:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 0.75rem;
    margin-left: -0.75rem;
  }
  .datetimepicker.is-datetimepicker-default .datetimepicker-container:before {
    border-color: rgba(74, 74, 74, 0);
    border-bottom-color: #4a4a4a;
    border-width: 0.75rem;
    margin-left: -0.75rem;
  }
  .datetimepicker.is-datetimepicker-default
    .datetimepicker-container.has-header-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .datetimepicker.is-large {
    max-width: 100%;
  }
  .datetimepicker.is-large .datepicker-body .datepicker-date {
    border-bottom: 0.1rem solid #f5f5f5;
    border-right: 0.1rem solid #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 11rem;
    padding: 0;
  }
  .datetimepicker.is-large .datepicker-body .datepicker-date:nth-child(7n) {
    border-right: 0;
  }
  .datetimepicker.is-large
    .datepicker-body
    .datepicker-date:nth-last-child(-n + 7) {
    border-bottom: 0;
  }
  .datetimepicker.is-large .date-item {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 2.2rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }
  .datetimepicker.is-large .datepicker-range:before,
  .datetimepicker.is-large .datepicker-range::before {
    top: 1.9rem;
  }
  .datetimepicker.is-large .datepicker-range.datepicker-range-start::before {
    left: auto;
    width: 1.9rem;
  }
  .datetimepicker.is-large .datepicker-range.datepicker-range-end::before {
    right: 1.9rem;
  }
  .datetimepicker.is-large .datepicker-events {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1;
    overflow-y: auto;
    padding: 0.5rem;
  }
  .datetimepicker.is-large .datepicker-event {
    background-color: #7a7a7a;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 1rem;
    margin: 0.2rem auto;
    overflow: hidden;
    padding: 0.3rem 0.4rem;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: baseline;
    white-space: nowrap;
  }
  .datetimepicker.is-large .datepicker-event.is-white {
    background-color: #fff;
    color: #0a0a0a;
  }
  .datetimepicker.is-large .datepicker-event.is-black {
    background-color: #0a0a0a;
    color: #fff;
  }
  .datetimepicker.is-large .datepicker-event.is-light {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .datetimepicker.is-large .datepicker-event.is-dark {
    background-color: #363636;
    color: #fff;
  }
  .datetimepicker.is-large .datepicker-event.is-primary {
    background-color: #8c8cf9;
    color: #fff;
  }
  .datetimepicker.is-large .datepicker-event.is-link {
    background-color: #039be5;
    color: #fff;
  }
  .datetimepicker.is-large .datepicker-event.is-info {
    background-color: #039be5;
    color: #fff;
  }
  .datetimepicker.is-large .datepicker-event.is-success {
    background-color: #06d6a0;
    color: #fff;
  }
  .datetimepicker.is-large .datepicker-event.is-warning {
    background-color: #eda514;
    color: #fff;
  }
  .datetimepicker.is-large .datepicker-event.is-danger {
    background-color: #e62965;
    color: #fff;
  }
  .datetimepicker .timepicker {
    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;
    margin: auto;
  }
  .datetimepicker .timepicker .timepicker-start,
  .datetimepicker .timepicker .timepicker-end {
    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-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .datetimepicker .timepicker .timepicker-start .timepicker-hours,
  .datetimepicker .timepicker .timepicker-start .timepicker-minutes,
  .datetimepicker .timepicker .timepicker-end .timepicker-hours,
  .datetimepicker .timepicker .timepicker-end .timepicker-minutes {
    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;
  }
  .datetimepicker
    .timepicker
    .timepicker-start
    .timepicker-hours
    .timepicker-input,
  .datetimepicker
    .timepicker
    .timepicker-start
    .timepicker-minutes
    .timepicker-input,
  .datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input,
  .datetimepicker
    .timepicker
    .timepicker-end
    .timepicker-minutes
    .timepicker-input {
    position: relative;
    color: #7f00ff;
    text-align: center;
    overflow: hidden;
    font-size: 2rem;
    font-weight: 400;
  }
  .datetimepicker
    .timepicker
    .timepicker-start
    .timepicker-hours
    .timepicker-input.is-input
    .timepicker-input-number,
  .datetimepicker
    .timepicker
    .timepicker-start
    .timepicker-minutes
    .timepicker-input.is-input
    .timepicker-input-number,
  .datetimepicker
    .timepicker
    .timepicker-end
    .timepicker-hours
    .timepicker-input.is-input
    .timepicker-input-number,
  .datetimepicker
    .timepicker
    .timepicker-end
    .timepicker-minutes
    .timepicker-input.is-input
    .timepicker-input-number {
    visability: hidden;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
  }
  .datetimepicker
    .timepicker
    .timepicker-start
    .timepicker-hours
    .timepicker-input.is-input
    input,
  .datetimepicker
    .timepicker
    .timepicker-start
    .timepicker-minutes
    .timepicker-input.is-input
    input,
  .datetimepicker
    .timepicker
    .timepicker-end
    .timepicker-hours
    .timepicker-input.is-input
    input,
  .datetimepicker
    .timepicker
    .timepicker-end
    .timepicker-minutes
    .timepicker-input.is-input
    input {
    visability: visible;
    opacity: 1;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
  }
  .datetimepicker
    .timepicker
    .timepicker-start
    .timepicker-hours
    .timepicker-input
    input,
  .datetimepicker
    .timepicker
    .timepicker-start
    .timepicker-minutes
    .timepicker-input
    input,
  .datetimepicker
    .timepicker
    .timepicker-end
    .timepicker-hours
    .timepicker-input
    input,
  .datetimepicker
    .timepicker
    .timepicker-end
    .timepicker-minutes
    .timepicker-input
    input {
    width: 4rem;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
  }
  .datetimepicker .timepicker .timepicker-start .timepicker-input-number,
  .datetimepicker .timepicker .timepicker-end .timepicker-input-number {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visability: visible;
    opacity: 1;
    -webkit-transition: opacity 1000ms ease-in;
    transition: opacity 1000ms ease-in;
    font-weight: 300;
  }
  .datetimepicker
    .timepicker
    .timepicker-start
    .timepicker-input-number.is-increment-hide,
  .datetimepicker
    .timepicker
    .timepicker-end
    .timepicker-input-number.is-increment-hide {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation: increment-prev 100ms ease-in;
    animation: increment-prev 100ms ease-in;
  }
  .datetimepicker
    .timepicker
    .timepicker-start
    .timepicker-input-number.is-increment-visible,
  .datetimepicker
    .timepicker
    .timepicker-end
    .timepicker-input-number.is-increment-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: increment-next 100ms ease-out;
    animation: increment-next 100ms ease-out;
  }
  .datetimepicker
    .timepicker
    .timepicker-start
    .timepicker-input-number.is-decrement-hide,
  .datetimepicker
    .timepicker
    .timepicker-end
    .timepicker-input-number.is-decrement-hide {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: decrement-prev 100ms ease-in;
    animation: decrement-prev 100ms ease-in;
  }
  .datetimepicker
    .timepicker
    .timepicker-start
    .timepicker-input-number.is-decrement-visible,
  .datetimepicker
    .timepicker
    .timepicker-end
    .timepicker-input-number.is-decrement-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: decrement-next 100ms ease-out;
    animation: decrement-next 100ms ease-out;
  }
  .datetimepicker .timepicker .timepicker-end {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .datetimepicker .timepicker .timepicker-end:before,
  .datetimepicker .timepicker .timepicker-end::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 0.1rem;
    background-color: #f5f5f5;
  }
  .datetimepicker .timepicker .timepicker-previous,
  .datetimepicker .timepicker .timepicker-next {
    font-size: 1rem;
    line-height: 1rem;
    display: block;
    color: #adbcda;
    text-align: center;
    margin: 1rem 0 0;
    font-size: 1rem;
    padding: 0.5rem;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .datetimepicker .timepicker .timepicker-previous:hover,
  .datetimepicker .timepicker .timepicker-next:hover {
    cursor: pointer;
    background-color: #f5f5f5;
  }
  .datetimepicker .timepicker .timepicker-previous {
    margin: 0 0 1rem;
  }
  .datetimepicker .timepicker .timepicker-time-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    color: #7f00ff;
  }
  .datetimepicker .timepicker.is-white .timepicker-input,
  .datetimepicker .timepicker.is-white .timepicker-input-number,
  .datetimepicker .timepicker.is-white .timepicker-time-divider {
    color: #fff !important;
  }
  .datetimepicker .timepicker.is-black .timepicker-input,
  .datetimepicker .timepicker.is-black .timepicker-input-number,
  .datetimepicker .timepicker.is-black .timepicker-time-divider {
    color: #0a0a0a !important;
  }
  .datetimepicker .timepicker.is-light .timepicker-input,
  .datetimepicker .timepicker.is-light .timepicker-input-number,
  .datetimepicker .timepicker.is-light .timepicker-time-divider {
    color: #f5f5f5 !important;
  }
  .datetimepicker .timepicker.is-dark .timepicker-input,
  .datetimepicker .timepicker.is-dark .timepicker-input-number,
  .datetimepicker .timepicker.is-dark .timepicker-time-divider {
    color: #363636 !important;
  }
  .datetimepicker .timepicker.is-primary .timepicker-input,
  .datetimepicker .timepicker.is-primary .timepicker-input-number,
  .datetimepicker .timepicker.is-primary .timepicker-time-divider {
    color: #8c8cf9 !important;
  }
  .datetimepicker .timepicker.is-link .timepicker-input,
  .datetimepicker .timepicker.is-link .timepicker-input-number,
  .datetimepicker .timepicker.is-link .timepicker-time-divider {
    color: #039be5 !important;
  }
  .datetimepicker .timepicker.is-info .timepicker-input,
  .datetimepicker .timepicker.is-info .timepicker-input-number,
  .datetimepicker .timepicker.is-info .timepicker-time-divider {
    color: #039be5 !important;
  }
  .datetimepicker .timepicker.is-success .timepicker-input,
  .datetimepicker .timepicker.is-success .timepicker-input-number,
  .datetimepicker .timepicker.is-success .timepicker-time-divider {
    color: #06d6a0 !important;
  }
  .datetimepicker .timepicker.is-warning .timepicker-input,
  .datetimepicker .timepicker.is-warning .timepicker-input-number,
  .datetimepicker .timepicker.is-warning .timepicker-time-divider {
    color: #eda514 !important;
  }
  .datetimepicker .timepicker.is-danger .timepicker-input,
  .datetimepicker .timepicker.is-danger .timepicker-input-number,
  .datetimepicker .timepicker.is-danger .timepicker-time-divider {
    color: #e62965 !important;
  }
  .datetimepicker .timepicker.is-black-bis .timepicker-input,
  .datetimepicker .timepicker.is-black-bis .timepicker-input-number,
  .datetimepicker .timepicker.is-black-bis .timepicker-time-divider {
    color: #121212 !important;
  }
  .datetimepicker .timepicker.is-black-ter .timepicker-input,
  .datetimepicker .timepicker.is-black-ter .timepicker-input-number,
  .datetimepicker .timepicker.is-black-ter .timepicker-time-divider {
    color: #242424 !important;
  }
  .datetimepicker .timepicker.is-grey-darker .timepicker-input,
  .datetimepicker .timepicker.is-grey-darker .timepicker-input-number,
  .datetimepicker .timepicker.is-grey-darker .timepicker-time-divider {
    color: #363636 !important;
  }
  .datetimepicker .timepicker.is-grey-dark .timepicker-input,
  .datetimepicker .timepicker.is-grey-dark .timepicker-input-number,
  .datetimepicker .timepicker.is-grey-dark .timepicker-time-divider {
    color: #4a4a4a !important;
  }
  .datetimepicker .timepicker.is-grey .timepicker-input,
  .datetimepicker .timepicker.is-grey .timepicker-input-number,
  .datetimepicker .timepicker.is-grey .timepicker-time-divider {
    color: #7a7a7a !important;
  }
  .datetimepicker .timepicker.is-grey-light .timepicker-input,
  .datetimepicker .timepicker.is-grey-light .timepicker-input-number,
  .datetimepicker .timepicker.is-grey-light .timepicker-time-divider {
    color: #b5b5b5 !important;
  }
  .datetimepicker .timepicker.is-grey-lighter .timepicker-input,
  .datetimepicker .timepicker.is-grey-lighter .timepicker-input-number,
  .datetimepicker .timepicker.is-grey-lighter .timepicker-time-divider {
    color: #dbdbdb !important;
  }
  .datetimepicker .timepicker.is-white-ter .timepicker-input,
  .datetimepicker .timepicker.is-white-ter .timepicker-input-number,
  .datetimepicker .timepicker.is-white-ter .timepicker-time-divider {
    color: #f5f5f5 !important;
  }
  .datetimepicker .timepicker.is-white-bis .timepicker-input,
  .datetimepicker .timepicker.is-white-bis .timepicker-input-number,
  .datetimepicker .timepicker.is-white-bis .timepicker-time-divider {
    color: #fafafa !important;
  }
  .datetimepicker.is-white .datetimepicker-header .datetimepicker-selection-day {
    color: #fff;
  }
  .datetimepicker.is-white .datepicker-nav {
    background: #fff;
    color: #0a0a0a;
  }
  .datetimepicker.is-white
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #fff;
    border-color: #fff;
  }
  .datetimepicker.is-white
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #fff;
    color: #fff;
  }
  .datetimepicker.is-white
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #fff;
  }
  .datetimepicker.is-white
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #fff;
  }
  .datetimepicker.is-white
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-white
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #fff;
  }
  .datetimepicker.is-white
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #fff;
    color: #0a0a0a;
  }
  .datetimepicker.is-white
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #0a0a0a !important;
    color: #0a0a0a !important;
  }
  .datetimepicker.is-white
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-white
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #0a0a0a;
    border-color: #fff;
    color: #fff;
  }
  .datetimepicker.is-black .datetimepicker-header .datetimepicker-selection-day {
    color: #0a0a0a;
  }
  .datetimepicker.is-black .datepicker-nav {
    background: #0a0a0a;
    color: #fff;
  }
  .datetimepicker.is-black
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #0a0a0a;
    border-color: #0a0a0a;
  }
  .datetimepicker.is-black
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #0a0a0a;
    color: #0a0a0a;
  }
  .datetimepicker.is-black
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #0a0a0a;
  }
  .datetimepicker.is-black
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #0a0a0a;
  }
  .datetimepicker.is-black
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-black
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #0a0a0a;
  }
  .datetimepicker.is-black
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #0a0a0a;
    color: #fff;
  }
  .datetimepicker.is-black
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-black
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-black
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #0a0a0a;
    color: #0a0a0a;
  }
  .datetimepicker.is-light .datetimepicker-header .datetimepicker-selection-day {
    color: #f5f5f5;
  }
  .datetimepicker.is-light .datepicker-nav {
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .datetimepicker.is-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #f5f5f5;
    border-color: #f5f5f5;
  }
  .datetimepicker.is-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #f5f5f5;
    color: #f5f5f5;
  }
  .datetimepicker.is-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #f5f5f5;
  }
  .datetimepicker.is-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #f5f5f5;
  }
  .datetimepicker.is-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #f5f5f5;
  }
  .datetimepicker.is-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .datetimepicker.is-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: rgba(0, 0, 0, 0.7) !important;
    color: rgba(0, 0, 0, 0.7) !important;
  }
  .datetimepicker.is-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: rgba(0, 0, 0, 0.7);
    border-color: #f5f5f5;
    color: #f5f5f5;
  }
  .datetimepicker.is-dark .datetimepicker-header .datetimepicker-selection-day {
    color: #363636;
  }
  .datetimepicker.is-dark .datepicker-nav {
    background: #363636;
    color: #fff;
  }
  .datetimepicker.is-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #363636;
    border-color: #363636;
  }
  .datetimepicker.is-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #363636;
    color: #363636;
  }
  .datetimepicker.is-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #363636;
  }
  .datetimepicker.is-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #363636;
  }
  .datetimepicker.is-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #363636;
  }
  .datetimepicker.is-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #363636;
    color: #fff;
  }
  .datetimepicker.is-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #363636;
    color: #363636;
  }
  .datetimepicker.is-primary
    .datetimepicker-header
    .datetimepicker-selection-day {
    color: #8c8cf9;
  }
  .datetimepicker.is-primary .datepicker-nav {
    background: #8c8cf9;
    color: #fff;
  }
  .datetimepicker.is-primary
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #8c8cf9;
    border-color: #8c8cf9;
  }
  .datetimepicker.is-primary
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #8c8cf9;
    color: #8c8cf9;
  }
  .datetimepicker.is-primary
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #8c8cf9;
  }
  .datetimepicker.is-primary
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #8c8cf9;
  }
  .datetimepicker.is-primary
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-primary
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #8c8cf9;
  }
  .datetimepicker.is-primary
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #8c8cf9;
    color: #fff;
  }
  .datetimepicker.is-primary
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-primary
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-primary
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #8c8cf9;
    color: #8c8cf9;
  }
  .datetimepicker.is-link .datetimepicker-header .datetimepicker-selection-day {
    color: #039be5;
  }
  .datetimepicker.is-link .datepicker-nav {
    background: #039be5;
    color: #fff;
  }
  .datetimepicker.is-link
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #039be5;
    border-color: #039be5;
  }
  .datetimepicker.is-link
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #039be5;
    color: #039be5;
  }
  .datetimepicker.is-link
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #039be5;
  }
  .datetimepicker.is-link
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #039be5;
  }
  .datetimepicker.is-link
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-link
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #039be5;
  }
  .datetimepicker.is-link
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #039be5;
    color: #fff;
  }
  .datetimepicker.is-link
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-link
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-link
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #039be5;
    color: #039be5;
  }
  .datetimepicker.is-info .datetimepicker-header .datetimepicker-selection-day {
    color: #039be5;
  }
  .datetimepicker.is-info .datepicker-nav {
    background: #039be5;
    color: #fff;
  }
  .datetimepicker.is-info
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #039be5;
    border-color: #039be5;
  }
  .datetimepicker.is-info
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #039be5;
    color: #039be5;
  }
  .datetimepicker.is-info
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #039be5;
  }
  .datetimepicker.is-info
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #039be5;
  }
  .datetimepicker.is-info
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-info
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #039be5;
  }
  .datetimepicker.is-info
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #039be5;
    color: #fff;
  }
  .datetimepicker.is-info
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-info
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-info
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #039be5;
    color: #039be5;
  }
  .datetimepicker.is-success
    .datetimepicker-header
    .datetimepicker-selection-day {
    color: #06d6a0;
  }
  .datetimepicker.is-success .datepicker-nav {
    background: #06d6a0;
    color: #fff;
  }
  .datetimepicker.is-success
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #06d6a0;
    border-color: #06d6a0;
  }
  .datetimepicker.is-success
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #06d6a0;
    color: #06d6a0;
  }
  .datetimepicker.is-success
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #06d6a0;
  }
  .datetimepicker.is-success
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #06d6a0;
  }
  .datetimepicker.is-success
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-success
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #06d6a0;
  }
  .datetimepicker.is-success
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #06d6a0;
    color: #fff;
  }
  .datetimepicker.is-success
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-success
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-success
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #06d6a0;
    color: #06d6a0;
  }
  .datetimepicker.is-warning
    .datetimepicker-header
    .datetimepicker-selection-day {
    color: #eda514;
  }
  .datetimepicker.is-warning .datepicker-nav {
    background: #eda514;
    color: #fff;
  }
  .datetimepicker.is-warning
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #eda514;
    border-color: #eda514;
  }
  .datetimepicker.is-warning
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #eda514;
    color: #eda514;
  }
  .datetimepicker.is-warning
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #eda514;
  }
  .datetimepicker.is-warning
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #eda514;
  }
  .datetimepicker.is-warning
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-warning
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #eda514;
  }
  .datetimepicker.is-warning
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #eda514;
    color: #fff;
  }
  .datetimepicker.is-warning
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-warning
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-warning
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #eda514;
    color: #eda514;
  }
  .datetimepicker.is-danger .datetimepicker-header .datetimepicker-selection-day {
    color: #e62965;
  }
  .datetimepicker.is-danger .datepicker-nav {
    background: #e62965;
    color: #fff;
  }
  .datetimepicker.is-danger
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #e62965;
    border-color: #e62965;
  }
  .datetimepicker.is-danger
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #e62965;
    color: #e62965;
  }
  .datetimepicker.is-danger
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #e62965;
  }
  .datetimepicker.is-danger
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #e62965;
  }
  .datetimepicker.is-danger
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-danger
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #e62965;
  }
  .datetimepicker.is-danger
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #e62965;
    color: #fff;
  }
  .datetimepicker.is-danger
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-danger
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-danger
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #e62965;
    color: #e62965;
  }
  .datetimepicker.is-black-bis
    .datetimepicker-header
    .datetimepicker-selection-day {
    color: #121212;
  }
  .datetimepicker.is-black-bis .datepicker-nav {
    background: #121212;
    color: #fff;
  }
  .datetimepicker.is-black-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #121212;
    border-color: #121212;
  }
  .datetimepicker.is-black-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #121212;
    color: #121212;
  }
  .datetimepicker.is-black-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #121212;
  }
  .datetimepicker.is-black-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #121212;
  }
  .datetimepicker.is-black-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-black-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #121212;
  }
  .datetimepicker.is-black-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #121212;
    color: #fff;
  }
  .datetimepicker.is-black-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-black-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-black-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #121212;
    color: #121212;
  }
  .datetimepicker.is-black-ter
    .datetimepicker-header
    .datetimepicker-selection-day {
    color: #242424;
  }
  .datetimepicker.is-black-ter .datepicker-nav {
    background: #242424;
    color: #fff;
  }
  .datetimepicker.is-black-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #242424;
    border-color: #242424;
  }
  .datetimepicker.is-black-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #242424;
    color: #242424;
  }
  .datetimepicker.is-black-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #242424;
  }
  .datetimepicker.is-black-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #242424;
  }
  .datetimepicker.is-black-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-black-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #242424;
  }
  .datetimepicker.is-black-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #242424;
    color: #fff;
  }
  .datetimepicker.is-black-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-black-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-black-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #242424;
    color: #242424;
  }
  .datetimepicker.is-grey-darker
    .datetimepicker-header
    .datetimepicker-selection-day {
    color: #363636;
  }
  .datetimepicker.is-grey-darker .datepicker-nav {
    background: #363636;
    color: #fff;
  }
  .datetimepicker.is-grey-darker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #363636;
    border-color: #363636;
  }
  .datetimepicker.is-grey-darker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #363636;
    color: #363636;
  }
  .datetimepicker.is-grey-darker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #363636;
  }
  .datetimepicker.is-grey-darker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #363636;
  }
  .datetimepicker.is-grey-darker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-grey-darker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #363636;
  }
  .datetimepicker.is-grey-darker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #363636;
    color: #fff;
  }
  .datetimepicker.is-grey-darker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-grey-darker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-grey-darker
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #363636;
    color: #363636;
  }
  .datetimepicker.is-grey-dark
    .datetimepicker-header
    .datetimepicker-selection-day {
    color: #4a4a4a;
  }
  .datetimepicker.is-grey-dark .datepicker-nav {
    background: #4a4a4a;
    color: #fff;
  }
  .datetimepicker.is-grey-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #4a4a4a;
    border-color: #4a4a4a;
  }
  .datetimepicker.is-grey-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #4a4a4a;
    color: #4a4a4a;
  }
  .datetimepicker.is-grey-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #4a4a4a;
  }
  .datetimepicker.is-grey-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #4a4a4a;
  }
  .datetimepicker.is-grey-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-grey-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #4a4a4a;
  }
  .datetimepicker.is-grey-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #4a4a4a;
    color: #fff;
  }
  .datetimepicker.is-grey-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-grey-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-grey-dark
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #4a4a4a;
    color: #4a4a4a;
  }
  .datetimepicker.is-grey .datetimepicker-header .datetimepicker-selection-day {
    color: #7a7a7a;
  }
  .datetimepicker.is-grey .datepicker-nav {
    background: #7a7a7a;
    color: #fff;
  }
  .datetimepicker.is-grey
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #7a7a7a;
    border-color: #7a7a7a;
  }
  .datetimepicker.is-grey
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #7a7a7a;
    color: #7a7a7a;
  }
  .datetimepicker.is-grey
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #7a7a7a;
  }
  .datetimepicker.is-grey
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #7a7a7a;
  }
  .datetimepicker.is-grey
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-grey
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #7a7a7a;
  }
  .datetimepicker.is-grey
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #7a7a7a;
    color: #fff;
  }
  .datetimepicker.is-grey
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-grey
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-grey
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #7a7a7a;
    color: #7a7a7a;
  }
  .datetimepicker.is-grey-light
    .datetimepicker-header
    .datetimepicker-selection-day {
    color: #b5b5b5;
  }
  .datetimepicker.is-grey-light .datepicker-nav {
    background: #b5b5b5;
    color: #fff;
  }
  .datetimepicker.is-grey-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #b5b5b5;
    border-color: #b5b5b5;
  }
  .datetimepicker.is-grey-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #b5b5b5;
    color: #b5b5b5;
  }
  .datetimepicker.is-grey-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #b5b5b5;
  }
  .datetimepicker.is-grey-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #b5b5b5;
  }
  .datetimepicker.is-grey-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-grey-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #b5b5b5;
  }
  .datetimepicker.is-grey-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #b5b5b5;
    color: #fff;
  }
  .datetimepicker.is-grey-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: #fff !important;
    color: #fff !important;
  }
  .datetimepicker.is-grey-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-grey-light
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: #fff;
    border-color: #b5b5b5;
    color: #b5b5b5;
  }
  .datetimepicker.is-grey-lighter
    .datetimepicker-header
    .datetimepicker-selection-day {
    color: #dbdbdb;
  }
  .datetimepicker.is-grey-lighter .datepicker-nav {
    background: #dbdbdb;
    color: rgba(0, 0, 0, 0.7);
  }
  .datetimepicker.is-grey-lighter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #dbdbdb;
    border-color: #dbdbdb;
  }
  .datetimepicker.is-grey-lighter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #dbdbdb;
    color: #dbdbdb;
  }
  .datetimepicker.is-grey-lighter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #dbdbdb;
  }
  .datetimepicker.is-grey-lighter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #dbdbdb;
  }
  .datetimepicker.is-grey-lighter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-grey-lighter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #dbdbdb;
  }
  .datetimepicker.is-grey-lighter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #dbdbdb;
    color: rgba(0, 0, 0, 0.7);
  }
  .datetimepicker.is-grey-lighter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: rgba(0, 0, 0, 0.7) !important;
    color: rgba(0, 0, 0, 0.7) !important;
  }
  .datetimepicker.is-grey-lighter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-grey-lighter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: rgba(0, 0, 0, 0.7);
    border-color: #dbdbdb;
    color: #dbdbdb;
  }
  .datetimepicker.is-white-ter
    .datetimepicker-header
    .datetimepicker-selection-day {
    color: #f5f5f5;
  }
  .datetimepicker.is-white-ter .datepicker-nav {
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .datetimepicker.is-white-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #f5f5f5;
    border-color: #f5f5f5;
  }
  .datetimepicker.is-white-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #f5f5f5;
    color: #f5f5f5;
  }
  .datetimepicker.is-white-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #f5f5f5;
  }
  .datetimepicker.is-white-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #f5f5f5;
  }
  .datetimepicker.is-white-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-white-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #f5f5f5;
  }
  .datetimepicker.is-white-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .datetimepicker.is-white-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: rgba(0, 0, 0, 0.7) !important;
    color: rgba(0, 0, 0, 0.7) !important;
  }
  .datetimepicker.is-white-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-white-ter
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: rgba(0, 0, 0, 0.7);
    border-color: #f5f5f5;
    color: #f5f5f5;
  }
  .datetimepicker.is-white-bis
    .datetimepicker-header
    .datetimepicker-selection-day {
    color: #fafafa;
  }
  .datetimepicker.is-white-bis .datepicker-nav {
    background: #fafafa;
    color: rgba(0, 0, 0, 0.7);
  }
  .datetimepicker.is-white-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-active {
    background: #fafafa;
    border-color: #fafafa;
  }
  .datetimepicker.is-white-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item.is-today {
    border-color: #fafafa;
    color: #fafafa;
  }
  .datetimepicker.is-white-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date
    .date-item:hover {
    border-color: #fafafa;
  }
  .datetimepicker.is-white-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range {
    background: #fafafa;
  }
  .datetimepicker.is-white-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range:before,
  .datetimepicker.is-white-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range::before {
    background: #fafafa;
  }
  .datetimepicker.is-white-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.7);
  }
  .datetimepicker.is-white-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range
    .date-item.is-today {
    border-color: rgba(0, 0, 0, 0.7) !important;
    color: rgba(0, 0, 0, 0.7) !important;
  }
  .datetimepicker.is-white-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-start
    .date-item,
  .datetimepicker.is-white-bis
    .datepicker-body
    .datepicker-dates
    .datepicker-days
    .datepicker-date.datepicker-range.datepicker-range-end
    .date-item {
    background: rgba(0, 0, 0, 0.7);
    border-color: #fafafa;
    color: #fafafa;
  }
  .datetimepicker-dummy {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 2.5rem;
  }
  .datetimepicker-dummy:before,
  .datetimepicker-dummy::before {
    content: "";
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9ImN1cnJlbnRjb2xvciIgZD0iTTU3LDRoLTdWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIMTlWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIM0MyLjQ0Nyw0LDIsNC40NDcsMiw1djExdjQzYzAsMC41NTMsMC40NDcsMSwxLDFoNTRjMC41NTMsMCwxLTAuNDQ3LDEtMVYxNlY1QzU4LDQuNDQ3LDU3LjU1Myw0LDU3LDR6IE00MywyaDV2M3YzaC01VjVWMnogTTEyLDJoNXYzdjNoLTVWNVYyeiBNNCw2aDZ2M2MwLDAuNTUzLDAuNDQ3LDEsMSwxaDdjMC41NTMsMCwxLTAuNDQ3LDEtMVY2aDIydjNjMCwwLjU1MywwLjQ0NywxLDEsMWg3YzAuNTUzLDAsMS0wLjQ0NywxLTFWNmg2djlINFY2ek00LDU4VjE3aDUydjQxSDR6Ii8+PHBhdGggZmlsbD0iY3VycmVudGNvbG9yIiBkPSJNMzgsMjNoLTdoLTJoLTdoLTJoLTl2OXYydjd2MnY5aDloMmg3aDJoN2gyaDl2LTl2LTJ2LTd2LTJ2LTloLTlIMzh6TTMxLDI1aDd2N2gtN1YyNXpNMzgsNDFoLTd2LTdoN1Y0MXpNMjIsMzRoN3Y3aC03VjM0ek0yMiwyNWg3djdoLTdWMjV6TTEzLDI1aDd2N2gtN1YyNXpNMTMsMzRoN3Y3aC03VjM0ek0yMCw1MGgtN3YtN2g3VjUwek0yOSw1MGgtN3YtN2g3VjUweiBNMzgsNTBoLTd2LTdoN1Y1MHogTTQ3LDUwaC03di03aDdWNTB6IE00Nyw0MWgtN3YtN2g3VjQxek00NywyNXY3aC03di03SDQ3eiIvPjwvZz48L3N2Zz4=);
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9ImN1cnJlbnRjb2xvciIgZD0iTTU3LDRoLTdWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIMTlWMWMwLTAuNTUzLTAuNDQ3LTEtMS0xaC03Yy0wLjU1MywwLTEsMC40NDctMSwxdjNIM0MyLjQ0Nyw0LDIsNC40NDcsMiw1djExdjQzYzAsMC41NTMsMC40NDcsMSwxLDFoNTRjMC41NTMsMCwxLTAuNDQ3LDEtMVYxNlY1QzU4LDQuNDQ3LDU3LjU1Myw0LDU3LDR6IE00MywyaDV2M3YzaC01VjVWMnogTTEyLDJoNXYzdjNoLTVWNVYyeiBNNCw2aDZ2M2MwLDAuNTUzLDAuNDQ3LDEsMSwxaDdjMC41NTMsMCwxLTAuNDQ3LDEtMVY2aDIydjNjMCwwLjU1MywwLjQ0NywxLDEsMWg3YzAuNTUzLDAsMS0wLjQ0NywxLTFWNmg2djlINFY2ek00LDU4VjE3aDUydjQxSDR6Ii8+PHBhdGggZmlsbD0iY3VycmVudGNvbG9yIiBkPSJNMzgsMjNoLTdoLTJoLTdoLTJoLTl2OXYydjd2MnY5aDloMmg3aDJoN2gyaDl2LTl2LTJ2LTd2LTJ2LTloLTlIMzh6TTMxLDI1aDd2N2gtN1YyNXpNMzgsNDFoLTd2LTdoN1Y0MXpNMjIsMzRoN3Y3aC03VjM0ek0yMiwyNWg3djdoLTdWMjV6TTEzLDI1aDd2N2gtN1YyNXpNMTMsMzRoN3Y3aC03VjM0ek0yMCw1MGgtN3YtN2g3VjUwek0yOSw1MGgtN3YtN2g3VjUweiBNMzgsNTBoLTd2LTdoN1Y1MHogTTQ3LDUwaC03di03aDdWNTB6IE00Nyw0MWgtN3YtN2g3VjQxek00NywyNXY3aC03di03SDQ3eiIvPjwvZz48L3N2Zz4=);
    position: absolute;
    top: 0.65rem;
    left: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #7f00ff;
  }
  .datetimepicker-dummy .datetimepicker-clear-button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #7f00ff;
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 1.5rem;
    height: 1.75rem;
    margin: 0.4rem 0.2rem 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.75rem;
  }
  .datetimepicker-dummy .datetimepicker-dummy-wrapper {
    border: 1px solid #b5b5b5;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    max-width: 100%;
  }
  .datetimepicker-dummy
    .datetimepicker-dummy-wrapper
    .datetimepicker-dummy-input {
    color: #4a4a4a;
    font-size: 1rem;
    text-align: left;
    text-indent: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    max-width: 50%;
  }
  .datetimepicker-dummy
    .datetimepicker-dummy-wrapper
    .datetimepicker-dummy-input:first-child {
    text-indent: 2.5rem;
  }
  .datetimepicker-dummy
    .datetimepicker-dummy-wrapper
    .datetimepicker-dummy-input.is-datetimepicker-range {
    background: rgba(0, 0, 0, 0)
      url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgOCAxOCI+CiAgICA8cGF0aCBmaWxsPSIjOTU5OUFBIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0uMTE5LjcxOGw3LjE1OCA3LjQwNy0uMDMzLS41NTEtNi43MzcgOC44ODlhLjQyNS40MjUgMCAwIDAgLjA4LjU5My40Mi40MiAwIDAgMCAuNTktLjA4bDYuNzM3LTguODg5YS40MjUuNDI1IDAgMCAwLS4wMzMtLjU1MUwuNzIzLjEyOEEuNDIuNDIgMCAwIDAgLjEyOC4xMmEuNDI1LjQyNSAwIDAgMC0uMDA5LjU5OHoiLz4KPC9zdmc+Cg==)
      no-repeat 100%/8px;
  }
  .datetimepicker-dummy .datetimepicker-dummy-wrapper input {
    background: rgba(0, 0, 0, 0);
    outline: none;
    word-spacing: 0.5rem;
    border: 0;
  }
  .datetimepicker-dummy.is-white:before,
  .datetimepicker-dummy.is-white::before {
    background-color: #fff;
  }
  .datetimepicker-dummy.is-white .datetimepicker-clear-button {
    color: #fff;
  }
  .datetimepicker-dummy.is-black:before,
  .datetimepicker-dummy.is-black::before {
    background-color: #0a0a0a;
  }
  .datetimepicker-dummy.is-black .datetimepicker-clear-button {
    color: #0a0a0a;
  }
  .datetimepicker-dummy.is-light:before,
  .datetimepicker-dummy.is-light::before {
    background-color: #f5f5f5;
  }
  .datetimepicker-dummy.is-light .datetimepicker-clear-button {
    color: #f5f5f5;
  }
  .datetimepicker-dummy.is-dark:before,
  .datetimepicker-dummy.is-dark::before {
    background-color: #363636;
  }
  .datetimepicker-dummy.is-dark .datetimepicker-clear-button {
    color: #363636;
  }
  .datetimepicker-dummy.is-primary:before,
  .datetimepicker-dummy.is-primary::before {
    background-color: #8c8cf9;
  }
  .datetimepicker-dummy.is-primary .datetimepicker-clear-button {
    color: #8c8cf9;
  }
  .datetimepicker-dummy.is-link:before,
  .datetimepicker-dummy.is-link::before {
    background-color: #039be5;
  }
  .datetimepicker-dummy.is-link .datetimepicker-clear-button {
    color: #039be5;
  }
  .datetimepicker-dummy.is-info:before,
  .datetimepicker-dummy.is-info::before {
    background-color: #039be5;
  }
  .datetimepicker-dummy.is-info .datetimepicker-clear-button {
    color: #039be5;
  }
  .datetimepicker-dummy.is-success:before,
  .datetimepicker-dummy.is-success::before {
    background-color: #06d6a0;
  }
  .datetimepicker-dummy.is-success .datetimepicker-clear-button {
    color: #06d6a0;
  }
  .datetimepicker-dummy.is-warning:before,
  .datetimepicker-dummy.is-warning::before {
    background-color: #eda514;
  }
  .datetimepicker-dummy.is-warning .datetimepicker-clear-button {
    color: #eda514;
  }
  .datetimepicker-dummy.is-danger:before,
  .datetimepicker-dummy.is-danger::before {
    background-color: #e62965;
  }
  .datetimepicker-dummy.is-danger .datetimepicker-clear-button {
    color: #e62965;
  }
  .datetimepicker-dummy.is-black-bis:before,
  .datetimepicker-dummy.is-black-bis::before {
    background-color: #121212;
  }
  .datetimepicker-dummy.is-black-bis .datetimepicker-clear-button {
    color: #121212;
  }
  .datetimepicker-dummy.is-black-ter:before,
  .datetimepicker-dummy.is-black-ter::before {
    background-color: #242424;
  }
  .datetimepicker-dummy.is-black-ter .datetimepicker-clear-button {
    color: #242424;
  }
  .datetimepicker-dummy.is-grey-darker:before,
  .datetimepicker-dummy.is-grey-darker::before {
    background-color: #363636;
  }
  .datetimepicker-dummy.is-grey-darker .datetimepicker-clear-button {
    color: #363636;
  }
  .datetimepicker-dummy.is-grey-dark:before,
  .datetimepicker-dummy.is-grey-dark::before {
    background-color: #4a4a4a;
  }
  .datetimepicker-dummy.is-grey-dark .datetimepicker-clear-button {
    color: #4a4a4a;
  }
  .datetimepicker-dummy.is-grey:before,
  .datetimepicker-dummy.is-grey::before {
    background-color: #7a7a7a;
  }
  .datetimepicker-dummy.is-grey .datetimepicker-clear-button {
    color: #7a7a7a;
  }
  .datetimepicker-dummy.is-grey-light:before,
  .datetimepicker-dummy.is-grey-light::before {
    background-color: #b5b5b5;
  }
  .datetimepicker-dummy.is-grey-light .datetimepicker-clear-button {
    color: #b5b5b5;
  }
  .datetimepicker-dummy.is-grey-lighter:before,
  .datetimepicker-dummy.is-grey-lighter::before {
    background-color: #dbdbdb;
  }
  .datetimepicker-dummy.is-grey-lighter .datetimepicker-clear-button {
    color: #dbdbdb;
  }
  .datetimepicker-dummy.is-white-ter:before,
  .datetimepicker-dummy.is-white-ter::before {
    background-color: #f5f5f5;
  }
  .datetimepicker-dummy.is-white-ter .datetimepicker-clear-button {
    color: #f5f5f5;
  }
  .datetimepicker-dummy.is-white-bis:before,
  .datetimepicker-dummy.is-white-bis::before {
    background-color: #fafafa;
  }
  .datetimepicker-dummy.is-white-bis .datetimepicker-clear-button {
    color: #fafafa;
  }

  .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[data-content]::after,
  .is-divider-vertical[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);
    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%);
      transform: translateX(-50%);
    }
    .is-divider-vertical[data-content]::after {
      position: absolute;
      left: 50%;
      top: 50%;
      padding: 0.1rem;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
    }
  }
  .is-divider.is-white,
  .is-divider-vertical.is-white {
    border-top-color: #fff;
  }
  .is-divider.is-white[data-content]::after,
  .is-divider.is-white[data-content]::after,
  .is-divider-vertical.is-white[data-content]::after,
  .is-divider-vertical.is-white[data-content]::after {
    background: #0a0a0a;
    color: #fff;
  }
  .is-divider.is-white::before,
  .is-divider-vertical.is-white::before {
    border-left-color: #fff;
  }
  .is-divider.is-light,
  .is-divider-vertical.is-light {
    border-top-color: #f5f5f5;
  }
  .is-divider.is-light[data-content]::after,
  .is-divider.is-light[data-content]::after,
  .is-divider-vertical.is-light[data-content]::after,
  .is-divider-vertical.is-light[data-content]::after {
    background: rgba(0, 0, 0, 0.7);
    color: #f5f5f5;
  }
  .is-divider.is-light::before,
  .is-divider-vertical.is-light::before {
    border-left-color: #f5f5f5;
  }
  .is-divider.is-dark,
  .is-divider-vertical.is-dark {
    border-top-color: #363636;
  }
  .is-divider.is-dark[data-content]::after,
  .is-divider.is-dark[data-content]::after,
  .is-divider-vertical.is-dark[data-content]::after,
  .is-divider-vertical.is-dark[data-content]::after {
    background: #fff;
    color: #363636;
  }
  .is-divider.is-dark::before,
  .is-divider-vertical.is-dark::before {
    border-left-color: #363636;
  }
  .is-divider.is-primary,
  .is-divider-vertical.is-primary {
    border-top-color: #8c8cf9;
  }
  .is-divider.is-primary[data-content]::after,
  .is-divider.is-primary[data-content]::after,
  .is-divider-vertical.is-primary[data-content]::after,
  .is-divider-vertical.is-primary[data-content]::after {
    background: #fff;
    color: #8c8cf9;
  }
  .is-divider.is-primary::before,
  .is-divider-vertical.is-primary::before {
    border-left-color: #8c8cf9;
  }
  .is-divider.is-link,
  .is-divider-vertical.is-link {
    border-top-color: #039be5;
  }
  .is-divider.is-link[data-content]::after,
  .is-divider.is-link[data-content]::after,
  .is-divider-vertical.is-link[data-content]::after,
  .is-divider-vertical.is-link[data-content]::after {
    background: #fff;
    color: #039be5;
  }
  .is-divider.is-link::before,
  .is-divider-vertical.is-link::before {
    border-left-color: #039be5;
  }
  .is-divider.is-info,
  .is-divider-vertical.is-info {
    border-top-color: #039be5;
  }
  .is-divider.is-info[data-content]::after,
  .is-divider.is-info[data-content]::after,
  .is-divider-vertical.is-info[data-content]::after,
  .is-divider-vertical.is-info[data-content]::after {
    background: #fff;
    color: #039be5;
  }
  .is-divider.is-info::before,
  .is-divider-vertical.is-info::before {
    border-left-color: #039be5;
  }
  .is-divider.is-success,
  .is-divider-vertical.is-success {
    border-top-color: #06d6a0;
  }
  .is-divider.is-success[data-content]::after,
  .is-divider.is-success[data-content]::after,
  .is-divider-vertical.is-success[data-content]::after,
  .is-divider-vertical.is-success[data-content]::after {
    background: #fff;
    color: #06d6a0;
  }
  .is-divider.is-success::before,
  .is-divider-vertical.is-success::before {
    border-left-color: #06d6a0;
  }
  .is-divider.is-warning,
  .is-divider-vertical.is-warning {
    border-top-color: #eda514;
  }
  .is-divider.is-warning[data-content]::after,
  .is-divider.is-warning[data-content]::after,
  .is-divider-vertical.is-warning[data-content]::after,
  .is-divider-vertical.is-warning[data-content]::after {
    background: #fff;
    color: #eda514;
  }
  .is-divider.is-warning::before,
  .is-divider-vertical.is-warning::before {
    border-left-color: #eda514;
  }
  .is-divider.is-danger,
  .is-divider-vertical.is-danger {
    border-top-color: #e62965;
  }
  .is-divider.is-danger[data-content]::after,
  .is-divider.is-danger[data-content]::after,
  .is-divider-vertical.is-danger[data-content]::after,
  .is-divider-vertical.is-danger[data-content]::after {
    background: #fff;
    color: #e62965;
  }
  .is-divider.is-danger::before,
  .is-divider-vertical.is-danger::before {
    border-left-color: #e62965;
  }
  .is-divider.is-grey,
  .is-divider-vertical.is-grey {
    border-top-color: #7a7a7a;
  }
  .is-divider.is-grey[data-content]::after,
  .is-divider.is-grey[data-content]::after,
  .is-divider-vertical.is-grey[data-content]::after,
  .is-divider-vertical.is-grey[data-content]::after {
    background: #fff;
    color: #7a7a7a;
  }
  .is-divider.is-grey::before,
  .is-divider-vertical.is-grey::before {
    border-left-color: #7a7a7a;
  }
  [data-action="iconPicker"] {
    width: 0;
    height: 0;
    display: block;
    opacity: 0;
    top: -999px;
    position: absolute;
  }
  .iconpicker-preview {
    border-radius: 100%;
    background-color: #f5f5f5;
  }
  .iconpicker-preview:hover {
    cursor: pointer;
  }
  .iconpicker-preview .iconpicker-icon-preview {
    color: #7a7a7a;
    font-size: 1.5em;
  }
  
  .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%, #8c8cf9)
    );
    background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #8c8cf9 50%);
    background-size: 200% 100%;
    background-position: right bottom;
  }
  .steps .step-item::before .step-marker {
    color: #fff;
  }
  .steps .step-item.is-active::before {
    background-position: left bottom;
  }
  .steps .step-item.is-active .step-marker {
    background-color: #fff;
    border-color: #8c8cf9;
    color: #8c8cf9;
  }
  .steps .step-item.is-completed::before {
    background-position: left bottom;
  }
  .steps .step-item.is-completed .step-marker {
    color: #fff;
    background-color: #8c8cf9;
  }
  .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: #b5b5b5;
    color: #fff;
    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%, #fff)
    );
    background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #fff 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: #fff;
    border-color: #fff;
    color: #fff;
  }
  .steps .step-item.is-white.is-completed::before {
    background-position: left bottom;
  }
  .steps .step-item.is-white.is-completed .step-marker {
    color: #0a0a0a;
    background-color: #fff;
  }
  .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: 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: #fff;
    border-color: #0a0a0a;
    color: #0a0a0a;
  }
  .steps .step-item.is-black.is-completed::before {
    background-position: left bottom;
  }
  .steps .step-item.is-black.is-completed .step-marker {
    color: #fff;
    background-color: #0a0a0a;
  }
  .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: 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: #fff;
    border-color: #f5f5f5;
    color: #f5f5f5;
  }
  .steps .step-item.is-light.is-completed::before {
    background-position: left bottom;
  }
  .steps .step-item.is-light.is-completed .step-marker {
    color: rgba(0, 0, 0, 0.7);
    background-color: #f5f5f5;
  }
  .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: 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: #fff;
    border-color: #363636;
    color: #363636;
  }
  .steps .step-item.is-dark.is-completed::before {
    background-position: left bottom;
  }
  .steps .step-item.is-dark.is-completed .step-marker {
    color: #fff;
    background-color: #363636;
  }
  .steps .step-item.is-primary::before {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(50%, hsl(0, 0%, 86%)),
      color-stop(50%, #8c8cf9)
    );
    background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #8c8cf9 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: #fff;
    border-color: #8c8cf9;
    color: #8c8cf9;
  }
  .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: #8c8cf9;
  }
  .steps .step-item.is-link::before {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(50%, hsl(0, 0%, 86%)),
      color-stop(50%, #039be5)
    );
    background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #039be5 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: #fff;
    border-color: #039be5;
    color: #039be5;
  }
  .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: #039be5;
  }
  .steps .step-item.is-info::before {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(50%, hsl(0, 0%, 86%)),
      color-stop(50%, #039be5)
    );
    background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #039be5 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: #fff;
    border-color: #039be5;
    color: #039be5;
  }
  .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: #039be5;
  }
  .steps .step-item.is-success::before {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(50%, hsl(0, 0%, 86%)),
      color-stop(50%, #06d6a0)
    );
    background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #06d6a0 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: #fff;
    border-color: #06d6a0;
    color: #06d6a0;
  }
  .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: #06d6a0;
  }
  .steps .step-item.is-warning::before {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(50%, hsl(0, 0%, 86%)),
      color-stop(50%, #eda514)
    );
    background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #eda514 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: #fff;
    border-color: #eda514;
    color: #eda514;
  }
  .steps .step-item.is-warning.is-completed::before {
    background-position: left bottom;
  }
  .steps .step-item.is-warning.is-completed .step-marker {
    color: #fff;
    background-color: #eda514;
  }
  .steps .step-item.is-danger::before {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(50%, hsl(0, 0%, 86%)),
      color-stop(50%, #e62965)
    );
    background: linear-gradient(to left, hsl(0, 0%, 86%) 50%, #e62965 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: #fff;
    border-color: #e62965;
    color: #e62965;
  }
  .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: #e62965;
  }
  .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;
    transition: all 2s ease;
  }
  .steps.is-animated .step-item .step-marker {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-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;
  }
  .tagsinput {
    height: auto !important;
  }
  .tagsinput .control {
    margin-bottom: 0.1em !important;
    margin-top: 0.1em !important;
  }
  .tagsinput input {
    border: none;
    margin-bottom: 0.1em !important;
    margin-top: 0.1em !important;
  }
  .tagsinput .tag.is-active {
    background-color: #8c8cf9;
    color: #fff;
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  *::-moz-selection {
    background: #8c8cf9;
    color: #fff;
  }
  *::selection {
    background: #8c8cf9;
    color: #fff;
  }
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
      Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    overflow: hidden !important;
  }
  a,
  a:active,
  i,
  i:active,
  div,
  div:active,
  div:focus,
  span:focus,
  span:active {
    outline: none !important;
  }
  a:focus {
    color: #8c8cf9;
  }
  .button.is-active,
  .button:active,
  .button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  section:focus {
    outline: none !important;
  }
  @font-face {
    font-family: "Nexa Light";
    src: url("../fonts/text/nexa/NexaLight.woff") format("woff"),
      url("../fonts/text/nexa/NexaLight.ttf") format("truetype");
  }
  @font-face {
    font-family: "Nexa Bold";
    font-weight: bold;
    src: url("../fonts/text/nexa/NexaBold.woff") format("woff"),
      url("../fonts/text/nexa/NexaBold.ttf") format("truetype");
  }
  #backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 9999;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #backtotop.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #backtotop.visible a:hover {
    outline: none;
    opacity: 0.9;
    background: #8B8DF8;
  }
  #backtotop a {
    outline: none;
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 46px;
    height: 46px;
    background-color: #66676b;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
  }
  body #backtotop a {
    outline: none;
    color: #fff;
  }
  #backtotop a:after {
    outline: none;
    font-weight: 900;
    font-size: 0.9rem;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
  .style-switcher {
    position: fixed;
    top: 15%;
    right: 20px;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9999;
    -webkit-transform: translate(150px);
    transform: translate(150px);
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .style-switcher.visible {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .style-switcher.away {
    opacity: 0 !important;
    pointer-events: none !important;
    -webkit-transform: translate(150px) !important;
    transform: translate(150px) !important;
  }
  .style-switcher .switcher-close {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #444f60;
    -webkit-transition: all !important;
    transition: all !important;
  }
  .style-switcher .switcher-close:hover {
    background: #f5f6fa;
  }
  .style-switcher .switcher-close .material-icons {
    font-size: 18px;
  }
  .style-switcher .style-dot {
    position: relative;
    margin: 3px 0;
  }
  .style-switcher .style-dot input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
  }
  .style-switcher .style-dot input:checked + .style-dot-inner {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .style-switcher .style-dot .style-dot-inner {
    position: relative;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #8c8cf9;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .style-switcher .style-dot .style-dot-inner.is-teal {
    background: #00d1b2;
  }
  .style-switcher .style-dot .style-dot-inner.is-green {
    background: #00b289;
  }
  .style-switcher .style-dot .style-dot-inner.is-blue {
    background: #0f7cff;
  }
  .style-switcher .style-dot .style-dot-inner.is-azur {
    background: #039be5;
  }
  .style-switcher .style-dot .style-dot-inner.is-night {
    background: #4a00e0;
  }
  .style-switcher .style-dot .style-dot-inner.is-orange {
    background: #f83600;
  }
  .style-switcher .style-dot .style-dot-inner.is-red {
    background: #f55;
  }
  .style-switcher .style-dot .style-dot-inner.is-purple {
    background: #837fcb;
  }
  .style-switcher .style-dot .style-dot-inner.is-yellow {
    background: #f5c62c;
  }
  .progress {
    width: 100% !important;
  }
  .progress.primary::-webkit-progress-value {
    background-color: #8c8cf9 !important;
  }
  .progress.secondary::-moz-progress-bar {
    background-color: #7f00ff !important;
  }
  ::-webkit-input-placeholder {
    color: #cecece;
  }
  ::-moz-placeholder {
    color: #cecece;
  }
  body::-webkit-scrollbar {
    width: 10px;
  }
  body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
  } /*! Bulkit | 5.0 | CSS Ninja */
  .navbar-placeholder {
    z-index: 999;
  }
  .navbar-wrapper {
    width: 100%;
    height: 4.6rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .navbar-wrapper.is-static {
    position: static !important;
  }
  .navbar-wrapper.is-solid {
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  }
  .navbar-wrapper.is-cloned {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  }
  .navbar-wrapper.is-cloned.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .navbar-wrapper.is-transparent .navbar-item.is-slide,
  .navbar-wrapper.is-transparent .navbar-link.is-slide {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .navbar-wrapper.is-transparent .navbar-item.is-slide:after,
  .navbar-wrapper.is-transparent .navbar-link.is-slide:after {
    content: "";
    display: block;
    width: 0;
    min-width: 0;
    height: 1.6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #8c8cf9;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .navbar-wrapper.is-transparent .navbar-item.is-slide:hover:after,
  .navbar-wrapper.is-transparent .navbar-link.is-slide:hover:after {
    width: 100%;
  }
  .navbar-wrapper > .container {
    min-height: 4.6rem;
  }
  .navbar-wrapper .navbar-brand {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.6rem;
  }
  .navbar-wrapper .navbar-brand img {
    height: 28px;
  }
  .navbar-wrapper .navbar-brand img.light-logo {
    display: block;
  }
  .navbar-wrapper .navbar-brand img.dark-logo {
    display: none;
  }
  .navbar-wrapper .navbar-item:hover,
  .navbar-wrapper .navbar-item.has-dropdown:hover {
    color: #999;
    background: rgba(0, 0, 0, 0);
  }
  .navbar-wrapper .navbar-item:hover a,
  .navbar-wrapper .navbar-item.has-dropdown:hover a {
    background: rgba(0, 0, 0, 0);
  }
  .navbar-wrapper .navbar-item {
    font-family: "Roboto", sans-serif;
  }
  .navbar-wrapper .navbar-item.mobile-wishlist {
    display: none;
    margin-left: auto;
  }
  .navbar-wrapper .navbar-item.mobile-cart,
  .navbar-wrapper .navbar-item.mobile-account {
    display: none;
  }
  .navbar-wrapper .navbar-item.is-menu:hover {
    background: #e8e8e8 !important;
  }
  .navbar-wrapper .navbar-item.is-menu:hover i,
  .navbar-wrapper .navbar-item.is-menu:hover span {
    color: #7f00ff !important;
  }
  .navbar-wrapper .navbar-item.is-menu span {
    padding: 0 10px;
  }
  .navbar-wrapper .navbar-item.is-menu i {
    font-size: 22px;
    color: #999;
  }
  .navbar-wrapper .navbar-item.is-mega {
    position: static;
  }
  .navbar-wrapper .navbar-item.is-mega .is-mega-menu-title {
    color: #444f60;
    margin-bottom: 0;
    padding: 0.375rem 1rem;
  }
  .navbar-wrapper .navbar-item.is-button:hover > .button.primary-btn {
    background: #8c8cf9 !important;
  }
  .navbar-wrapper .navbar-item.is-button:hover > .button.secondary-btn {
    background: #7f00ff !important;
  }
  .navbar-wrapper .navbar-item.is-button:hover > .button.accent-btn {
    background: #ad5cff !important;
  }
  .navbar-wrapper .navbar-item.is-cart .cart-button,
  .navbar-wrapper .navbar-item.is-cart .wishlist-button,
  .navbar-wrapper .navbar-item.is-wishlist .cart-button,
  .navbar-wrapper .navbar-item.is-wishlist .wishlist-button {
    position: relative;
    height: 36px;
    width: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .navbar-wrapper .navbar-item.is-cart .cart-button svg,
  .navbar-wrapper .navbar-item.is-cart .wishlist-button svg,
  .navbar-wrapper .navbar-item.is-wishlist .cart-button svg,
  .navbar-wrapper .navbar-item.is-wishlist .wishlist-button svg {
    height: 20px;
    width: 20px;
    stroke: #444f60;
    stroke-width: 1.4px;
  }
  .navbar-wrapper .navbar-item.is-cart .cart-button .cart-count,
  .navbar-wrapper .navbar-item.is-cart .wishlist-button .cart-count,
  .navbar-wrapper .navbar-item.is-wishlist .cart-button .cart-count,
  .navbar-wrapper .navbar-item.is-wishlist .wishlist-button .cart-count {
    position: absolute;
    top: 0;
    right: 0;
    height: 12px;
    min-width: 12px;
    background: #8c8cf9;
    border: 2px solid #fff;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-wrapper .navbar-item.is-cart .cart-button .cart-count span,
  .navbar-wrapper .navbar-item.is-cart .wishlist-button .cart-count span,
  .navbar-wrapper .navbar-item.is-wishlist .cart-button .cart-count span,
  .navbar-wrapper .navbar-item.is-wishlist .wishlist-button .cart-count span {
    display: block;
    font-size: 0.55rem;
    color: #fff;
    padding: 0 5px;
    font-weight: 500;
  }
  .navbar-wrapper .navbar-item.is-cart .shopping-cart,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist {
    position: absolute;
    top: 60px;
    right: -10px;
    background: #fff;
    text-align: left !important;
    width: 320px;
    border-radius: 3px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e5e5;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    pointer-events: none;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .navbar-wrapper .navbar-item.is-cart .shopping-cart.is-active,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist.is-active,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart.is-active,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
  }
  .navbar-wrapper .navbar-item.is-cart .shopping-cart:after,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist:after,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart:after,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist:after {
    bottom: 100%;
    left: 89%;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    z-index: 1;
  }
  .navbar-wrapper .navbar-item.is-cart .shopping-cart:before,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist:before,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart:before,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist:before {
    bottom: 100%;
    left: 89%;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ededed;
    border-width: 10px;
    margin-left: -10px;
    z-index: 0;
  }
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .cart-inner,
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-inner,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .cart-inner,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-inner,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .cart-inner,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-inner,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .cart-inner,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .cart-inner
    .navbar-cart-loader,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-inner
    .navbar-cart-loader,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .cart-inner
    .navbar-cart-loader,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-inner
    .navbar-cart-loader,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .cart-inner
    .navbar-cart-loader,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-inner
    .navbar-cart-loader,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .cart-inner
    .navbar-cart-loader,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-inner
    .navbar-cart-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .cart-inner
    .navbar-cart-loader.is-active,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-inner
    .navbar-cart-loader.is-active,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .cart-inner
    .navbar-cart-loader.is-active,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-inner
    .navbar-cart-loader.is-active,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .cart-inner
    .navbar-cart-loader.is-active,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-inner
    .navbar-cart-loader.is-active,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .cart-inner
    .navbar-cart-loader.is-active,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-inner
    .navbar-cart-loader.is-active {
    opacity: 1;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .cart-inner
    .navbar-cart-loader
    .loader,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-inner
    .navbar-cart-loader
    .loader,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .cart-inner
    .navbar-cart-loader
    .loader,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-inner
    .navbar-cart-loader
    .loader,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .cart-inner
    .navbar-cart-loader
    .loader,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-inner
    .navbar-cart-loader
    .loader,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .cart-inner
    .navbar-cart-loader
    .loader,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-inner
    .navbar-cart-loader
    .loader {
    height: 3.5rem;
    width: 3.5rem;
  }
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .button,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .button,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .button,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .button {
    min-height: 42px;
    background: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: block;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    margin: 20px 0 0 0;
    line-height: 2.5;
  }
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .button:hover,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .button:hover,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .button:hover,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .button:hover {
    background: #9b9bfa;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-header,
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-header,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-header,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-header,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-header,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-header,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    text-align: left;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-header
    .cart-link,
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-header .cart-link,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-header
    .cart-link,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-header
    .cart-link,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-header
    .cart-link,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-header
    .cart-link,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-header
    .cart-link,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-header
    .cart-link {
    font-size: 0.75rem;
    color: #999;
    padding: 7px 10px;
    border: 1px solid #ededed;
    border-radius: 0.5rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-header
    .cart-link:hover,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-header
    .cart-link:hover,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-header
    .cart-link:hover,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-header
    .cart-link:hover,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-header
    .cart-link:hover,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-header
    .cart-link:hover,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-header
    .cart-link:hover,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-header
    .cart-link:hover {
    border-color: #8c8cf9;
    color: #8c8cf9;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-header
    .header-title,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-header
    .header-title,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-header
    .header-title,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-header
    .header-title,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-header
    .header-title,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-header
    .header-title,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-header
    .header-title,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-header
    .header-title {
    display: inline;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-header
    .shopping-cart-total,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-header
    .wishlist-total,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-header
    .shopping-cart-total,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-header
    .wishlist-total,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-header
    .shopping-cart-total,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-header
    .wishlist-total,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-header
    .shopping-cart-total,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-header
    .wishlist-total,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-header
    .shopping-cart-total,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-header
    .wishlist-total,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-header
    .shopping-cart-total,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-header
    .wishlist-total,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-header
    .shopping-cart-total,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-header
    .wishlist-total,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-header
    .shopping-cart-total,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-header
    .wishlist-total {
    float: right;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-header
    .shopping-cart-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-header
    .wishlist-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-header
    .shopping-cart-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-header
    .wishlist-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-header
    .shopping-cart-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-header
    .wishlist-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-header
    .shopping-cart-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-header
    .wishlist-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-header
    .shopping-cart-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-header
    .wishlist-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-header
    .shopping-cart-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-header
    .wishlist-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-header
    .shopping-cart-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-header
    .wishlist-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-header
    .shopping-cart-total
    span:first-child,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-header
    .wishlist-total
    span:first-child {
    color: #98a9c3;
    font-size: 0.9rem;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-header
    .shopping-cart-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-header
    .wishlist-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-header
    .shopping-cart-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-header
    .wishlist-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-header
    .shopping-cart-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-header
    .wishlist-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-header
    .shopping-cart-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-header
    .wishlist-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-header
    .shopping-cart-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-header
    .wishlist-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-header
    .shopping-cart-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-header
    .wishlist-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-header
    .shopping-cart-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-header
    .wishlist-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-header
    .shopping-cart-total
    span:nth-child(2),
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-header
    .wishlist-total
    span:nth-child(2) {
    color: #444f60;
    font-weight: 500;
  }
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items,
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-items,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items {
    padding-top: 20px;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-items
    .cart-row,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-items
    .wishlist-row,
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .cart-row,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-items
    .wishlist-row,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-items
    .cart-row,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-items
    .wishlist-row,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-items
    .cart-row,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-items
    .wishlist-row,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-items
    .cart-row,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-items
    .wishlist-row,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-items
    .cart-row,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-items
    .wishlist-row,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-items
    .cart-row,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-items
    .wishlist-row,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-items
    .cart-row,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-items
    .wishlist-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items li,
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items li,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .shopping-cart-items li,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items li,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .shopping-cart-items li,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items li,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-items
    li,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-wishlist .wishlist-items li {
    margin-bottom: 6px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e8ee;
  }
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .shopping-cart-items img,
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items img,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-items
    img,
  .navbar-wrapper .navbar-item.is-cart .shopping-wishlist .wishlist-items img,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-items
    img,
  .navbar-wrapper .navbar-item.is-wishlist .shopping-cart .wishlist-items img,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-items
    img,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-items
    img {
    display: block;
    height: 54px;
    width: 54px;
    min-width: 54px;
    min-height: 54px;
    margin-right: 12px;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-items
    .meta-info,
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .meta-info,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-items
    .meta-info,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-items
    .meta-info,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-items
    .meta-info,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-items
    .meta-info,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-items
    .meta-info,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-items
    .meta-info {
    position: relative;
    top: -4px;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-items
    .item-name,
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .item-name,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-items
    .item-name,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-items
    .item-name,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-items
    .item-name,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-items
    .item-name,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-items
    .item-name,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-items
    .item-name {
    display: block;
    padding-top: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #444f60;
    font-family: "Roboto", sans-serif;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-items
    .item-price,
  .navbar-wrapper .navbar-item.is-cart .shopping-cart .wishlist-items .item-price,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-items
    .item-price,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-items
    .item-price,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-items
    .item-price,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-items
    .item-price,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-items
    .item-price,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-items
    .item-price {
    color: #444f60;
    font-family: "Roboto", sans-serif;
    margin-right: 8px;
    font-size: 0.8rem;
    line-height: 1;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-items
    .item-quantity,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-items
    .item-quantity,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-items
    .item-quantity,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-items
    .item-quantity,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-items
    .item-quantity,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-items
    .item-quantity,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-items
    .item-quantity,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-items
    .item-quantity {
    color: #98a9c3;
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    line-height: 1;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-items
    .wishlist-quantity,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-items
    .wishlist-quantity,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-items
    .wishlist-quantity,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-items
    .wishlist-quantity,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-items
    .wishlist-quantity,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-items
    .wishlist-quantity,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-items
    .wishlist-quantity,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-items
    .wishlist-quantity {
    color: #98a9c3;
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    line-height: 1;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-items
    .wishlist-block,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-items
    .wishlist-block,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-items
    .wishlist-block,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-items
    .wishlist-block,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-items
    .wishlist-block,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-items
    .wishlist-block,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-items
    .wishlist-block,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-items
    .wishlist-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    margin-right: 12px;
    border-radius: 0.5rem;
    background: #ebedf5;
  }
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .shopping-cart-items
    .wishlist-block
    svg,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-cart
    .wishlist-items
    .wishlist-block
    svg,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .shopping-cart-items
    .wishlist-block
    svg,
  .navbar-wrapper
    .navbar-item.is-cart
    .shopping-wishlist
    .wishlist-items
    .wishlist-block
    svg,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .shopping-cart-items
    .wishlist-block
    svg,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-cart
    .wishlist-items
    .wishlist-block
    svg,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .shopping-cart-items
    .wishlist-block
    svg,
  .navbar-wrapper
    .navbar-item.is-wishlist
    .shopping-wishlist
    .wishlist-items
    .wishlist-block
    svg {
    height: 16px;
    width: 16px;
  }
  .navbar-wrapper .navbar-link:hover {
    background: rgba(0, 0, 0, 0) !important;
    color: #8c8cf9;
  }
  .navbar-wrapper .navbar-link:hover:after {
    border-color: #8c8cf9;
  }
  .navbar-wrapper .navbar-link:after {
    font-size: 0.85rem;
    border: 1.6px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    border-color: #444f60;
    margin-top: -0.375em;
    right: 1.125em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 1.525em;
  }
  .navbar-wrapper .custom-burger {
    margin-left: auto;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.6rem;
    width: 4.6rem;
  }
  .navbar-wrapper.navbar-light .icon-box-toggle span i {
    background: #fff !important;
  }
  .navbar-wrapper.navbar-light .navbar-item,
  .navbar-wrapper.navbar-light .navbar-link {
    color: #fff;
  }
  .navbar-wrapper.navbar-light .navbar-item.is-slide,
  .navbar-wrapper.navbar-light .navbar-link.is-slide {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  .navbar-wrapper.navbar-light .navbar-item.is-slide:after,
  .navbar-wrapper.navbar-light .navbar-link.is-slide:after {
    content: "";
    display: block;
    width: 0;
    min-width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .navbar-wrapper.navbar-light .navbar-item.is-slide:hover:after,
  .navbar-wrapper.navbar-light .navbar-link.is-slide:hover:after {
    width: 100%;
  }
  .navbar-wrapper.navbar-light .navbar-link:after {
    font-size: 0.85rem;
    border: 1.6px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    border-color: #fff;
    margin-top: -0.375em;
    right: 1.125em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 1.525em;
  }
  .navbar-wrapper.navbar-light .navbar-burger span {
    background: #fff !important;
  }
  .navbar-wrapper .navbar-dropdown.is-medium {
    width: 200px;
  }
  .navbar-wrapper .navbar-dropdown .navbar-item {
    color: #444f60;
  }
  .navbar-wrapper.navbar-faded {
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  }
  .navbar-wrapper.navbar-faded .navbar-brand img {
    height: 28px;
  }
  .navbar-wrapper.navbar-faded .navbar-brand img.light-logo {
    display: none;
  }
  .navbar-wrapper.navbar-faded .navbar-brand img.dark-logo {
    display: block;
  }
  .navbar-wrapper .account-dropdown .dropdown-trigger .button {
    padding: 0;
    border: none;
    background: none;
  }
  .navbar-wrapper .account-dropdown .dropdown-trigger .button img {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 50%;
  }
  .navbar-wrapper .account-dropdown .dropdown-menu {
    width: 250px;
    margin-top: 10px;
  }
  .navbar-wrapper .account-dropdown .dropdown-menu .dropdown-content {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-wrapper
    .account-dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1rem;
    width: calc(100% - 2rem);
    border-radius: 0.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-wrapper
    .account-dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item:hover {
    background: #f5f6fa;
  }
  .navbar-wrapper
    .account-dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    i {
    font-size: 1.2rem;
    color: #8e9baf;
  }
  .navbar-wrapper
    .account-dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    .meta {
    margin-left: 1rem;
  }
  .navbar-wrapper
    .account-dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    .meta
    span {
    display: block;
    font-family: "Roboto", sans-serif;
  }
  .navbar-wrapper
    .account-dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    .meta
    span:first-child {
    color: #444f60;
    font-weight: 500;
  }
  .navbar-wrapper
    .account-dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    .meta
    span:nth-child(2) {
    color: #8e9baf;
  }
  .account {
    position: relative;
    right: 20px;
    top: 5px;
    margin-left: 30px;
  }
  .account div a {
    color: #66676b !important;
  }
  .account div a i {
    position: relative;
    top: 3px;
    left: 10px;
    font-size: 7px !important;
    color: #66676b;
  }
  .account .dropOut ul {
    margin-left: 0 !important;
  }
  .scroll-nav-wrapper {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  }
  .scroll-nav-wrapper .tabs {
    background: #fff;
  }
  .scroll-nav-wrapper .tabs a {
    padding-bottom: 0;
    padding-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .scroll-nav-wrapper .tabs ul {
    border-bottom: none;
  }
  .scroll-nav-wrapper .tabs ul li a {
    color: #a9abac;
  }
  .scroll-nav-wrapper .tabs ul li:hover a {
    color: #8c8cf9;
    border-bottom-color: #8c8cf9;
  }
  .scroll-nav-wrapper .tabs ul li.is-active a {
    color: #8c8cf9;
    border-bottom: 3px solid #8c8cf9;
  }
  .scroll-nav-wrapper .tabs ul li a.there {
    color: #8c8cf9;
    border-bottom: 3px solid #8c8cf9;
  }
  .menu-toggle {
    font-size: 20px;
    color: #666;
    line-height: 48px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    display: block;
    width: 24px;
    height: 26px;
    cursor: pointer;
    padding: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 1;
    position: relative;
    top: 2px;
  }
  .menu-toggle .icon-box-toggle {
    height: 100%;
    width: 100%;
    background: tranparent;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
  }
  .menu-toggle .icon-box-toggle.active > span.rotate {
    -webkit-transform: rotate(90deg);
    transform: translate(0px, 0px) rotate(90deg);
  }
  .menu-toggle .icon-box-toggle.active > span > i.icon-line-center {
    visibility: hidden;
    width: 1px;
    height: 3px;
    left: 70%;
  }
  .menu-toggle .icon-box-toggle.active > span > i.icon-line-bottom {
    margin: -2px 0 0 -10px;
    left: 50%;
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: translate(0px, 0px) rotate(135deg);
  }
  .menu-toggle .icon-box-toggle.active > span > i.icon-line-top {
    margin: -2px 0 0 -10px;
    left: 50%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg);
  }
  .menu-toggle .icon-line-center {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #a9abac;
    margin: -1px 0 0 -10px;
    left: 50%;
    top: 11px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .menu-toggle .icon-line-top {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #a9abac;
    margin: -3px 0 0 -10px;
    left: 50%;
    top: 7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .menu-toggle .icon-line-bottom {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #a9abac;
    margin: 2px 0 0 -10px;
    left: 50%;
    top: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .navbar.navbar-landing {
    background-color: #fff;
    height: 60px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar.navbar-landing .navbar-brand {
    height: 60px;
  }
  .navbar.navbar-landing .navbar-brand .light-logo {
    display: none !important;
  }
  .navbar.navbar-landing .navbar-brand .dark-logo {
    display: block !important;
  }
  .navbar.navbar-landing .navbar-brand .navbar-burger {
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar.navbar-landing .navbar-brand .navbar-burger span {
    background: #999;
  }
  .navbar.navbar-landing .separator {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 32px;
    width: 1.4px;
    margin: 0 16px;
    background: #ccc;
  }
  .navbar.navbar-landing .navbar-item {
    color: #999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar.navbar-landing .navbar-item.has-hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    height: 1.4px;
    background: #8c8cf9;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar.navbar-landing .navbar-item.has-hover:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .navbar.navbar-landing .navbar-item .cta-button {
    background: #8c8cf9;
    border-color: #8c8cf9;
  }
.navbar.navbar-landing .navbar-item .cta-button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0 rgba(0, 0, 0, 0.12),
      0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0 rgba(0, 0, 0, 0.12),
      0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  opacity: 0.9;
}
  .navbar.navbar-landing .navbar-item:hover,
  .navbar.navbar-landing .navbar-item:active {
    color: #8c8cf9;
  }
  .navbar.navbar-landing.nav-light.is-faded {
    height: 80px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar.navbar-landing.nav-light.is-faded .navbar-brand {
    height: 80px;
  }
  .navbar.navbar-landing.nav-light.is-faded .navbar-brand .light-logo {
    display: block !important;
  }
  .navbar.navbar-landing.nav-light.is-faded .navbar-brand .dark-logo {
    display: none !important;
  }
  .navbar.navbar-landing.nav-light.is-faded .navbar-brand .navbar-burger {
    height: 80px;
    width: 80px;
  }
  .navbar.navbar-landing.nav-light.is-faded .navbar-brand .navbar-burger span {
    background: #fff;
  }
  .navbar.navbar-landing.nav-light.is-faded .navbar-brand .menu-toggle i {
    background: #fff !important;
  }
  .navbar.navbar-landing.nav-light.is-faded .separator {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 36px;
    width: 1.4px;
    margin: 0 16px;
    background: #ccc;
  }
  .navbar.navbar-landing.nav-light.is-faded .navbar-item {
    color: #fff;
  }
  .navbar.navbar-landing.nav-light.is-faded .navbar-item.has-hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    height: 1.4px;
    background: #8c8cf9;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar.navbar-landing.nav-light.is-faded .navbar-item.has-hover:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .navbar.navbar-landing.nav-light.is-faded .navbar-item .cta-button:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    opacity: 0.9;
  }
  .navbar.navbar-landing.is-faded {
    height: 80px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar.navbar-landing.is-faded.nav-dark .navbar-brand .navbar-burger span {
    background: #999;
  }
  .navbar.navbar-landing.is-faded.nav-dark .navbar-brand .menu-toggle i {
    background: #999 !important;
  }
  .navbar.navbar-landing.is-faded.nav-dark .navbar-item {
    color: #999;
  }
  .navbar.navbar-landing.is-faded.nav-dark .separator {
    background: #cecece;
  }
  .navbar.navbar-landing.is-faded .navbar-brand {
    height: 80px;
  }
  .navbar.navbar-landing.is-faded .navbar-brand .light-logo {
    display: block !important;
  }
  .navbar.navbar-landing.is-faded .navbar-brand .dark-logo {
    display: none !important;
  }
  .navbar.navbar-landing.is-faded .navbar-brand .navbar-burger {
    height: 80px;
    width: 80px;
  }
  .navbar.navbar-landing.is-faded .navbar-brand .navbar-burger span {
    background: #fcfcfc;
  }
  .navbar.navbar-landing.is-faded .navbar-brand .menu-toggle i {
    background: #fcfcfc !important;
  }
  .navbar.navbar-landing.is-faded .separator {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 36px;
    width: 1.4px;
    margin: 0 16px;
    background: #fcfcfc;
  }
  .navbar.navbar-landing.is-faded .navbar-item {
    color: #fcfcfc;
  }
  .navbar.navbar-landing.is-faded .navbar-item.has-hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    height: 1.4px;
    background: #fcfcfc;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar.navbar-landing.is-faded .navbar-item.has-hover:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .navbar.navbar-landing.is-faded .navbar-item .cta-button {
    background: #ad5cff;
    border-color: #ad5cff;
  }
  .navbar.navbar-landing.is-faded .navbar-item .cta-button:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
    opacity: 0.9;
  }
  .navbar.navbar-landing.is-mobile {
    background-color: #fff !important;
    height: 80px !important;
  }
  .navbar.navbar-landing.is-mobile .navbar-brand {
    height: 80px !important;
  }
  .navbar.navbar-landing.is-mobile .navbar-brand .light-logo {
    display: none !important;
  }
  .navbar.navbar-landing.is-mobile .navbar-brand .dark-logo {
    display: block !important;
  }
  .navbar.navbar-landing.is-mobile .navbar-brand .navbar-burger {
    height: 80px !important;
    width: 80px !important;
  }
  .navbar.navbar-landing.is-mobile .navbar-brand .navbar-burger span {
    background: #999 !important;
  }
  .navbar.navbar-landing.is-mobile .navbar-item {
    color: #999 !important;
  }
  .navbar.navbar-landing .navbar-menu .navbar-item {
    text-align: center;
  }
  .navbar.navbar-landing .navbar-menu .button {
    width: 100%;
  }
  .navbar.navbar-landing .menu-toggle {
    font-size: 20px;
    color: #666;
    line-height: 48px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    display: block;
    width: 24px;
    height: 26px;
    cursor: pointer;
    padding: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 1;
    position: relative;
    top: 2px;
  }
  .navbar.navbar-landing .menu-toggle .icon-box-toggle {
    height: 100%;
    width: 100%;
    background: tranparent;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
  }
  .navbar.navbar-landing .menu-toggle .icon-box-toggle.active > span.rotate {
    -webkit-transform: rotate(90deg);
    transform: translate(0px, 0px) rotate(90deg);
  }
  .navbar.navbar-landing
    .menu-toggle
    .icon-box-toggle.active
    > span
    > i.icon-line-center {
    visibility: hidden;
    width: 1px;
    height: 3px;
    left: 70%;
  }
  .navbar.navbar-landing
    .menu-toggle
    .icon-box-toggle.active
    > span
    > i.icon-line-bottom {
    margin: -2px 0 0 -10px;
    left: 50%;
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: translate(0px, 0px) rotate(135deg);
  }
  .navbar.navbar-landing
    .menu-toggle
    .icon-box-toggle.active
    > span
    > i.icon-line-top {
    margin: -2px 0 0 -10px;
    left: 50%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg);
  }
  .navbar.navbar-landing .menu-toggle .icon-line-center {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #999;
    margin: -1px 0 0 -10px;
    left: 50%;
    top: 11px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar.navbar-landing .menu-toggle .icon-line-top {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #999;
    margin: -3px 0 0 -10px;
    left: 50%;
    top: 7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar.navbar-landing .menu-toggle .icon-line-bottom {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #999;
    margin: 2px 0 0 -10px;
    left: 50%;
    top: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  @media only screen and (max-width: 767px) {
    .navbar-landing .separator {
      display: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .navbar-landing .separator {
      display: none;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .section {
    position: relative;
  }
  .section.is-relative {
    position: relative;
  }
  .section.is-cover {
    background-size: cover !important;
  }
  .section.section-light-grey {
    background-color: #eff4f7;
  }
  .section.section-feature-grey {
    background-color: #fbfbfb;
  }
  .section.section-primary {
    background-color: #8c8cf9;
  }
  .section.section-focus {
    background: #f2f2fa;
  }
  .section.is-theme-grey {
    background: #f6fbfe;
  }
  .section.is-app-grey {
    background-color: #f5f6fa;
  }
  .section.is-grey {
    background: #fbfbfb;
  }
  .section.is-dark {
    background: #344258;
  }
  .section.has-border-top {
    border-top: 1px solid #ededed;
  }
  .section.no-margin {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .section.is-skewed-sm {
    -webkit-transform: skew(0deg, -3deg) translate(0, -45px);
    transform: skew(0deg, -3deg) translate(0, -45px);
    padding-top: 140px;
  }
  .section.is-reversed .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section.has-triangle-right {
    position: relative;
  }
  .section.has-triangle-right .triangle-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .section.has-triangle-left {
    position: relative;
  }
  .section.has-triangle-left .triangle-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .section.has-circles {
    position: relative;
  }
  .section.has-circles .primary-circle {
    position: absolute;
    right: 35%;
    top: 5%;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background: #8c8cf9;
    z-index: 0;
  }
  .section.has-circles .primary-bold-circle {
    position: absolute;
    left: 15%;
    bottom: 10%;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    background: #6f6ff7;
    z-index: 1;
  }
  .section.has-circles .accent-circle {
    position: absolute;
    right: 65%;
    top: 18%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #ad5cff;
  }
  .section.is-pricing {
    background-image: url(../img/graphics/legacy/circles-and-shapes.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section.is-ice-pricing {
    background-image: url(../img/graphics/legacy/ice.svg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    background-position-y: 50%;
  }
  .section.gradient-circle {
    background: url(../img/graphics/legacy/gradient-circle-alt.png) repeat top
        right,
      #fff;
  }
  .section.has-pseudo-lines:before {
    content: "";
    width: 2px;
    height: 60px;
    background: #8c8cf9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .section.has-pseudo-lines:after {
    content: "";
    width: 2px;
    height: 60px;
    background: #8c8cf9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .section.no-line-top:before {
    display: none !important;
  }
  .section.no-line-bottom:after {
    display: none !important;
  }
  .section .container {
    z-index: 1;
  }
  .section .container.is-reverse-skewed-sm {
    -webkit-transform: skew(0deg, 3deg) translate(0, 45px);
    transform: skew(0deg, 3deg) translate(0, 45px);
  }
  .section .container.slanted-container {
    margin-top: -100px;
  }
  .section .content-wrapper {
    padding-top: 40px;
  }
  .section .bottom-spacer {
    padding-bottom: 200px;
  }
  .section .title.section-title {
    font-size: 2.7rem;
    color: #a9abac;
    font-weight: bold;
    font-family: "Nexa Bold", sans-serif;
  }
  .section .title.section-subtitle {
    font-size: 1.8rem;
    color: #a9abac;
  }
  .section .title.quick-feature {
    font-size: 2.7rem;
    color: #444f60;
    position: relative;
  }
  .section .title.quick-feature.is-smaller {
    font-size: 2.2rem;
  }
  .section .title.quick-feature.is-bigger {
    font-size: 3.25rem;
  }
  .section .title.quick-feature .bg-number {
    position: absolute;
    font-weight: bolder;
    top: -100px;
    left: 40px;
    font-size: 14rem;
    z-index: 0;
    opacity: 0.1;
    color: #999;
  }
  .section .title.feature-title {
    font-weight: 600;
    color: #444f60;
    font-size: 2.2rem;
  }
  .section .icon-subtitle i {
    font-size: 2.4rem;
    color: #8c8cf9;
  }
  .section .title-divider {
    margin: 10px 0;
    width: 80px;
    height: 5px;
    background: #8c8cf9;
  }
  .section .title-divider.is-right {
    margin-left: auto;
  }
  .section .title-divider.is-centered {
    margin: 0 auto;
  }
  .section .feature-headline {
    color: #8c8cf9 !important;
    line-height: 1.2;
    padding: 5px 0;
    margin-bottom: 0 !important;
  }
  .section .section-feature-description {
    color: #878787;
  }
  .section .media.icon-box {
    border-top: none !important;
  }
  .section .featured-image {
    max-width: 540px !important;
    margin: 0 auto;
  }
  .section .section-title.is-demo,
  .section .section-feature-description {
    max-width: 460px !important;
    margin: 0 auto !important;
  }
  @media only screen and (max-width: 767px) {
    .title.quick-feature .bg-number {
      font-size: 10rem !important;
      top: -60px !important;
    }
    .section.has-circles .primary-circle,
    .section.has-circles .primary-bold-circle,
    .section.has-circles .accent-circle {
      display: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section .featured-image {
      max-width: 540px !important;
      margin: 0 auto;
    }
    .section .section-title.is-demo,
    .section .section-feature-description {
      max-width: 460px !important;
      margin: 0 auto !important;
    }
    .columns.is-flex-tablet-portrait {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
    }
    .columns.is-flex-tablet-portrait.is-flex-tablet-portrait-3 .column {
      min-width: 33.3%;
      width: 33.3%;
    }
  }
  .content.content-flex,
  .content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content.content-flex h5,
  .content-flex h5 {
    padding: 0 !important;
  }
  .divider {
    display: table;
    white-space: nowrap;
    margin-top: 20px;
    padding: 0 20px;
  }
  .divider .before-divider,
  .divider .after-divider {
    display: table-cell;
    width: 50%;
    border-bottom: 1px solid #ededed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
  }
  .divider .children {
    padding: 0 20px;
    font-size: 14px;
    color: #cecece;
  }
  #component-page .section-title-wrapper {
    padding: 20px 0 60px 0;
  }
  #component-page .section-title-wrapper .bg-number {
    top: -55px;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .hero.is-relative {
    position: relative;
  }
  .hero.is-cover {
    background-size: cover !important;
  }
  .hero.is-theme-primary {
    background-color: #8c8cf9;
  }
  .hero.is-theme-primary .title {
    color: #fff;
  }
  .hero.is-theme-primary .subtitle {
    color: #fff;
  }
  .hero.is-theme-secondary {
    background-color: #7f00ff;
  }
  .hero.is-theme-secondary .title {
    color: #fff;
  }
  .hero.is-theme-secondary .subtitle {
    color: #fff;
  }
  .hero.is-theme-accent {
    background-color: #ad5cff;
  }
  .hero.is-theme-accent .title {
    color: #fff;
  }
  .hero.is-theme-accent .subtitle {
    color: #fff;
  }
  .hero.is-theme-info {
    background-color: #039be5;
  }
  .hero.is-theme-info .title {
    color: #fff;
  }
  .hero.is-theme-info .subtitle {
    color: #fff;
  }
  .hero.is-theme-success {
    background-color: #06d6a0;
  }
  .hero.is-theme-success .title {
    color: #fff;
  }
  .hero.is-theme-success .subtitle {
    color: #fff;
  }
  .hero.is-theme-warning {
    background-color: #eda514;
  }
  .hero.is-theme-warning .title {
    color: #fff;
  }
  .hero.is-theme-warning .subtitle {
    color: #fff;
  }
  .hero.is-theme-danger {
    background-color: #f92b60;
  }
  .hero.is-theme-danger .title {
    color: #fff;
  }
  .hero.is-theme-danger .subtitle {
    color: #fff;
  }
  .hero.is-feature-grey {
    background-color: #fbfbfb;
  }
  .hero.is-feature-grey .title {
    color: #444f60;
  }
  .hero.is-feature-grey .subtitle {
    color: #444f60;
  }
  .hero.is-app-grey {
    background-color: #f5f6fa;
  }
  .hero.is-app-grey .title {
    color: #444f60 !important;
  }
  .hero.is-app-grey .subtitle {
    color: #444f60;
  }
  .hero.is-light-grey {
    background-color: #eff4f7;
    background-image: linear-gradient(
      141deg,
      #d0e0ec 0%,
      #f5f7fa 71%,
      white 100%
    );
  }
  .hero.is-light-grey .title.dark {
    color: #444f60;
  }
  .hero.is-light-grey .title.theme {
    color: #8c8cf9;
  }
  .hero.is-light-grey .subtitle {
    margin-top: 0 !important;
    padding-right: 20%;
    line-height: 1.6 !important;
  }
  .hero.is-coal {
    background-color: #444;
  }
  .hero.is-coal .title {
    color: #fff;
  }
  .hero.is-coal .subtitle {
    color: #fff;
  }
  .hero.is-night {
    background-color: #000030;
  }
  .hero.is-night .title {
    color: #fff;
  }
  .hero.is-night .signup-block .input {
    background: #000021;
    border-color: #00004f;
    color: #fff;
  }
  .hero.is-night .signup-block .input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.3;
  }
  .hero.is-night .signup-block .input::-moz-placeholder {
    color: #fff;
    opacity: 0.3;
  }
  .hero.is-night .signup-block .input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.3;
  }
  .hero.is-night .signup-block .input::-ms-input-placeholder {
    color: #fff;
    opacity: 0.3;
  }
  .hero.is-night .signup-block .input::placeholder {
    color: #fff;
    opacity: 0.3;
  }
  .hero.is-night .signup-block .input:focus {
    border-color: #00006d;
  }
  .hero .hero-foot.is-pulled {
    margin-top: -65px;
  }
  .hero-body {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 6;
  }
  .hero-body.is-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    position: relative;
    z-index: 2 !important;
  }
  .hero-body.is-start .is-hero-caption {
    margin-top: -25px;
    z-index: 2;
  }
  .hero-body.is-start .is-hero-caption .title {
    font-size: 3rem;
  }
  .hero-body.is-start .is-hero-caption .subtitle {
    color: #999 !important;
    margin: 0 auto 20px auto !important;
    font-size: 1.4rem;
  }
  .hero-body.is-start .is-hero-caption .button {
    margin: 0 6px;
  }
  .hero-body .container.is-static {
    position: static !important;
  }
  .hero-body .header-caption-wrapper.is-pulled {
    margin-top: -100px;
  }
  .hero-body .header-caption-wrapper.is-pulled .image img {
    margin-top: -60px;
  }
  .hero-body .is-header-caption {
    padding: 100px 0;
  }
  .hero-body .is-header-caption.is-centered {
    text-align: center;
  }
  .hero-body .is-header-caption .buttons .button {
    min-width: 160px;
  }
  .hero-body .is-subheader-caption {
    padding-bottom: 60px;
  }
  .hero-body .is-subheader-caption.has-search .subtitle {
    margin-bottom: 0.75rem;
  }
  .hero-body .is-subheader-caption .subtitle {
    font-family: "Nexa Light", sans-serif;
    font-size: 1.3rem;
    color: #7f8ea4;
  }
  .hero-body .is-subheader-caption .search-area {
    padding: 8px;
    border: 1px solid #e4e7ea;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background: #fff;
  }
  .hero-body .is-subheader-caption .search-area.is-rounded {
    border-radius: 500px;
  }
  .hero-body .is-subheader-caption .search-area.is-rounded .control .input,
  .hero-body
    .is-subheader-caption
    .search-area.is-rounded
    .control
    .search-button
    .button {
    border-radius: 500px;
  }
  .hero-body .is-subheader-caption .search-area .control .input {
    font-size: 1.3rem;
    border-radius: 8px;
    border: 1px solid #e4e7ea;
  }
  .hero-body .is-subheader-caption .search-area .control .search-button {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .hero-body .is-subheader-caption .search-area .control .search-button .button {
    height: 42px;
    min-width: 110px;
    border-radius: 6px;
  }
  .hero-body .is-hero-caption.is-centered {
    text-align: center;
  }
  .hero-body .is-hero-caption.is-centered .title {
    margin-bottom: 1rem !important;
  }
  .hero-body .is-hero-caption.is-centered .title.is-large {
    font-size: 4rem;
  }
  .hero-body .is-hero-caption.is-centered .subtitle {
    max-width: 100%;
  }
  .hero-body .is-hero-caption.is-centered .buttons {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-body .is-hero-caption.is-centered .signup-block .control {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px auto;
  }
  .hero-body .is-hero-caption.is-pushed {
    margin-top: 60px !important;
  }
  .hero-body .title.main-title {
    color: #fff;
    z-index: 999;
    font-size: 3.5rem;
  }
  .hero-body .title.big-title {
    color: #444f60;
    z-index: 999;
    font-size: 4rem;
  }
  .hero-body .clients-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
  }
  .hero-body .clients-small img {
    height: 42px;
    margin: 0 5px;
  }
  .hero-body .clients-small.centered {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .hero-body.is-relative {
    position: relative;
  }
  @media (max-width: 767px) {
    .hero-body.is-start .columns {
      margin-right: 0;
    }
    .hero-body .is-hero-caption.is-pushed {
      margin-top: 0 !important;
    }
    .hero-body .is-hero-caption.is-pushed-md {
      margin-top: 60px !important;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .hero-body .is-hero-caption {
      margin-top: 110px !important;
    }
  }
  .hero-foot .partner-logo,
  .partner-logo {
    height: 70px !important;
  }
  .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #333;
    opacity: 0.4;
  }
  @media only screen and (max-width: 767px) {
    .is-header-caption {
      text-align: center !important;
    }
    .is-header-caption .buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .signup-block .button {
      margin-top: 0.25rem;
      position: static !important;
      min-height: 50px;
    }
    .product-hero .buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .is-header-caption {
      text-align: center !important;
    }
    .is-header-caption .buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .product-hero .buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .scroll-button {
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 54px;
    height: 54px;
    border: 1px solid #ededed;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .scroll-button:hover {
    background: #ad5cff;
    border-color: #ad5cff;
  }
  .scroll-button:hover i {
    color: #fcfcfc;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .scroll-button i {
    font-size: 20px;
    font-weight: 600;
    color: #cecece;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  } /*! Bulkit | 5.0 | CSS Ninja */
  footer.footer-dark {
    background: #444f60;
    color: #fff;
    position: relative;
  }
  footer.footer-dark .columns {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer.footer-dark .footer-logo {
    padding: 10px 0;
  }
  footer.footer-dark .footer-logo.square-logo img {
    max-width: 40px;
  }
  footer.footer-dark .footer-logo img {
    height: 25px;
  }
  footer.footer-dark .footer-column .footer-header {
    padding: 10px 0;
  }
  footer.footer-dark .footer-column .footer-header h3 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0 !important;
    color: #eff4f7;
  }
  footer.footer-dark .footer-column ul.link-list {
    line-height: 30px;
    font-size: 1rem;
  }
  footer.footer-dark .footer-column ul.link-list a {
    color: #98a9c3;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  footer.footer-dark .footer-column ul.link-list :hover {
    color: #fcfcfc;
  }
  footer.footer-dark .footer-column .level-item .icon {
    color: #8c8cf9;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  footer.footer-dark .footer-column .level-item .icon i {
    font-size: 20px;
  }
  footer.footer-dark .footer-column .level-item .icon :hover {
    color: #fcfcfc;
  }
  footer.footer-dark .footer-column .copyright {
    padding: 10px 0;
  }
  footer.footer-light {
    background: #fff !important;
    color: #444f60;
    position: relative;
  }
  footer.footer-light .columns {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer.footer-light .footer-logo {
    padding: 10px 0;
  }
  footer.footer-light .footer-logo.square-logo img {
    max-width: 40px;
  }
  footer.footer-light .footer-logo img {
    height: 25px;
  }
  footer.footer-light .footer-column .footer-header {
    padding: 10px 0;
  }
  footer.footer-light .footer-column .footer-header h3 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0 !important;
    color: #444f60;
  }
  footer.footer-light .footer-column ul.link-list {
    line-height: 30px;
    font-size: 1rem;
  }
  footer.footer-light .footer-column ul.link-list a {
    color: #98a9c3;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  footer.footer-light .footer-column ul.link-list :hover {
    color: #8c8cf9;
  }
  footer.footer-light .footer-column .level-item .icon {
    color: #999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  footer.footer-light .footer-column .level-item .icon i {
    font-size: 20px;
  }
  footer.footer-light .footer-column .level-item .icon :hover {
    color: #7f00ff;
  }
  footer.footer-light .footer-column .copyright {
    padding: 10px 0;
  }
  @media (max-width: 768px) {
    .footer-columns.is-flex-mobile {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }
  }
  footer.footer-light-left {
    padding: 5rem 1.5rem !important;
    background: #f5f6fa;
  }
  footer.footer-light-left .footer-nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer.footer-light-left .footer-nav-right .footer-nav-link {
    margin: 0 10px;
    padding: 20px 0;
    color: #444f60 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }
  footer.footer-light-left .footer-nav-right .footer-nav-link:hover {
    color: #999 !important;
    border-bottom: 2px solid #999;
  }
  footer.footer-light-left .footer-nav-right .footer-nav-link.is-active {
    color: #8c8cf9 !important;
    border-bottom: 2px solid #8c8cf9 !important;
  }
  footer.footer-light-left .level-item .icon {
    color: #cecece;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  footer.footer-light-left .level-item .icon :hover {
    color: #8c8cf9;
  }
  footer.footer-light-left .moto {
    color: #999;
  }
  @media (max-width: 767px) {
    footer.footer-light-left {
      text-align: center;
    }
    footer.footer-light-left .level {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  @media (max-width: 768px) {
    .footer-nav-right {
      margin-top: 0 !important;
    }
  }
  footer.footer-dark-left {
    padding: 5rem 1.5rem !important;
    background: #444f60;
  }
  footer.footer-dark-left .footer-nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer.footer-dark-left .footer-nav-right .footer-nav-link {
    margin: 0 10px;
    padding: 20px 0;
    color: #fff !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }
  footer.footer-dark-left .footer-nav-right .footer-nav-link:hover {
    color: #fcfcfc !important;
    border-bottom: 2px solid #fff;
  }
  footer.footer-dark-left .footer-nav-right .footer-nav-link.is-active {
    color: #8c8cf9 !important;
    border-bottom: 2px solid #8c8cf9 !important;
  }
  footer.footer-dark-left .level-item .icon {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  footer.footer-dark-left .level-item .icon :hover {
    color: #8c8cf9;
  }
  footer.footer-dark-left .moto {
    color: #fff;
  }
  .footer-light-medium {
    padding-bottom: 0 !important;
    padding-top: 4rem !important;
    background: #fafafa;
  }
  .footer-light-medium.is-white {
    background: #fff;
  }
  .footer-light-medium .footer-head {
    padding-bottom: 3rem;
    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;
    border-bottom: 1px solid #e3e3e3;
  }
  .footer-light-medium .footer-head .head-text h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.8rem;
    color: #444f60;
  }
  .footer-light-medium .footer-head .head-text p {
    font-size: 1.1rem;
    color: #999;
  }
  .footer-light-medium .footer-head .head-action .buttons .button.action-button {
    height: 36px;
    min-width: 140px;
  }
  .footer-light-medium .footer-head .head-action .buttons .button.chat-button {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8c8cf9;
    font-weight: 500;
  }
  .footer-light-medium .footer-body {
    padding-top: 3rem;
  }
  .footer-light-medium .footer-body .footer-column {
    padding-top: 20px;
  }
  .footer-light-medium .footer-body .footer-column .column-header {
    font-family: "Nexa Light", sans-serif;
    text-transform: uppercase;
    color: #444f60;
    font-size: 1rem;
    font-weight: 700;
    margin: 10px 0;
  }
  .footer-light-medium .footer-body .footer-column .column-item {
    padding-bottom: 10px;
  }
  .footer-light-medium .footer-body .footer-column .column-item a {
    color: #999;
  }
  .footer-light-medium .footer-body .footer-column .column-item a:hover {
    color: #8c8cf9;
  }
  .footer-light-medium .footer-body .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }
  .footer-light-medium .footer-body .social-links a {
    color: #999;
    margin: 0 5px;
  }
  .footer-light-medium .footer-body .social-links a:hover {
    color: #8c8cf9;
  }
  .footer-light-medium .footer-body .footer-description {
    color: #999;
    padding: 10px 0;
  }
  .footer-light-medium .footer-body .moto {
    color: #999;
  }
  .footer-light-medium .footer-body .small-footer-logo {
    height: 24px;
  }
  .footer-light-medium .footer-copyright {
    color: #999;
    padding: 4rem 0 2rem 0;
  }
  .footer-light-medium .footer-copyright a {
    color: #999;
  }
  .footer-light-medium .footer-copyright a:hover {
    color: #8c8cf9;
  }
  @media (max-width: 767px) {
    .footer-light-medium .footer-head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .footer-light-medium .footer-head .head-text {
      padding-bottom: 20px;
    }
    .footer-light-medium .footer-body {
      padding: 1rem !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .footer-light-medium .footer-head {
      padding: 1rem !important;
    }
    .footer-light-medium .footer-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 2rem 1rem !important;
    }
    .footer-light-medium .footer-body .column.is-4 {
      width: 42%;
      max-width: 42%;
      -ms-flex-negative: 1;
      flex-shrink: 1;
    }
    .footer-light-medium .footer-body .is-offset-2 .columns {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
  }
  footer.colored-footer {
    background: #8c8cf9;
    padding: 0;
  }
  footer.colored-footer .footer-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10rem 0;
    text-align: center;
  }
  footer.colored-footer .footer-body .footer-form {
    width: 460px;
  }
  footer.colored-footer .footer-body .footer-form img {
    max-width: 120px;
  }
  footer.colored-footer .footer-body .footer-form .control {
    position: relative;
    margin-top: 20px;
  }
  footer.colored-footer .footer-body .footer-form .control .input {
    font-size: 1.1rem;
    height: 44px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fcfcfc;
    color: #fcfcfc;
    padding-bottom: 8px;
    padding-right: 158px;
  }
  footer.colored-footer
    .footer-body
    .footer-form
    .control
    .input::-webkit-input-placeholder {
    color: #fcfcfc;
  }
  footer.colored-footer
    .footer-body
    .footer-form
    .control
    .input::-moz-placeholder {
    color: #fcfcfc;
  }
  footer.colored-footer
    .footer-body
    .footer-form
    .control
    .input:-ms-input-placeholder {
    color: #fcfcfc;
  }
  footer.colored-footer
    .footer-body
    .footer-form
    .control
    .input:-moz-placeholder {
    color: #fcfcfc;
  }
  footer.colored-footer .footer-body .footer-form .control .input-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    color: #7f00ff;
    border: 1px solid #fcfcfc;
    border-radius: 0 100px 100px 0;
    width: 130px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer.colored-footer .footer-body .footer-form .control .input-button:hover {
    opacity: 0.8;
  }
  footer.colored-footer .footer-footer {
    padding: 25px 0;
    border-top: 1px solid #e3e3e3;
  }
  footer.colored-footer .footer-footer .footer-block {
    width: 33%;
  }
  footer.colored-footer .footer-footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer.colored-footer .footer-footer .footer-inner .designed-by {
    color: #fcfcfc;
    font-size: 1rem;
  }
  footer.colored-footer .footer-footer .footer-inner .designed-by .fa {
    margin: 0 4px;
  }
  footer.colored-footer .footer-footer .footer-inner .links a {
    color: #fcfcfc;
    margin: 0 12px;
  }
  footer.colored-footer .footer-footer .footer-inner .social a {
    margin: 0 4px;
  }
  footer.colored-footer .footer-footer .footer-inner .social a i {
    font-size: 20px;
    color: #fcfcfc;
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .colored-footer .footer-form {
      padding: 0 20px;
    }
    .colored-footer .footer-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .colored-footer .footer-inner .footer-block {
      width: 100% !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      padding: 8px 0;
    }
  }
  @media (max-width: 767px) {
    .colored-footer .footer-form {
      padding: 0 20px;
    }
    .colored-footer .footer-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .colored-footer .footer-inner .footer-block {
      width: 100% !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      padding: 8px 0;
    }
  }
  .footer.landing-dark-footer {
    background: #344258;
    padding: 8rem 1.5rem 4rem 1.5rem;
  }
  .footer.landing-dark-footer .footer-logo.square-logo {
    max-width: 40px !important;
  }
  .footer.landing-dark-footer .footer-logo-text {
    margin-top: 16px;
    color: #fcfcfc;
    padding-right: 20px;
  }
  .footer.landing-dark-footer .footer-menu li {
    padding: 8px 0;
    color: #fcfcfc;
  }
  .footer.landing-dark-footer .footer-menu li a {
    color: #fcfcfc;
  }
  .footer.landing-dark-footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 8rem;
  }
  .footer.landing-dark-footer .copyright .copyright-logo {
    display: block;
    max-width: 100px;
  }
  .footer.landing-dark-footer .copyright .copyright-text {
    font-weight: 500;
    font-size: 0.9rem;
    color: #fcfcfc;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
  }
  @-webkit-keyframes translateLeft {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes translateLeft {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes translateDown {
    from {
      -webkit-transform: translate3d(0, -100px, 0);
      transform: translate3d(0, -100px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes translateDown {
    from {
      -webkit-transform: translate3d(0, -100px, 0);
      transform: translate3d(0, -100px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes translateUp {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes translateUp {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeInLeft {
    from {
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
      opacity: 0;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes fadeInLeft {
    from {
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
      opacity: 0;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  .preFadeInLeft {
    opacity: 0;
  }
  .fadeInLeft {
    opacity: 0;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  @-webkit-keyframes fadeInRight {
    from {
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
      opacity: 0;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes fadeInRight {
    from {
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
      opacity: 0;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  .preFadeInRight {
    opacity: 0;
  }
  .fadeInRight {
    opacity: 0;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  @-webkit-keyframes fadeInUp {
    from {
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes fadeInUp {
    from {
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  .preFadeInUp {
    opacity: 0;
  }
  .fadeInUp {
    opacity: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  @-webkit-keyframes fadeInDown {
    from {
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes fadeInDown {
    from {
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeOutUp {
    from {
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 0;
    }
  }
  @keyframes fadeOutUp {
    from {
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 0;
    }
  }
  @-webkit-keyframes levitate {
    from {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(0, 10px);
      transform: translate(0, 10px);
    }
    to {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes levitate {
    from {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(0, 10px);
      transform: translate(0, 10px);
    }
    to {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  .levitate {
    -webkit-animation-name: levitate;
    animation-name: levitate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  @-webkit-keyframes gelatine {
    from,
    to {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    25% {
      -webkit-transform: scale(0.9, 1.1);
      transform: scale(0.9, 1.1);
    }
    50% {
      -webkit-transform: scale(1.1, 0.9);
      transform: scale(1.1, 0.9);
    }
    75% {
      -webkit-transform: scale(0.95, 1.05);
      transform: scale(0.95, 1.05);
    }
  }
  @keyframes gelatine {
    from,
    to {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    25% {
      -webkit-transform: scale(0.9, 1.1);
      transform: scale(0.9, 1.1);
    }
    50% {
      -webkit-transform: scale(1.1, 0.9);
      transform: scale(1.1, 0.9);
    }
    75% {
      -webkit-transform: scale(0.95, 1.05);
      transform: scale(0.95, 1.05);
    }
  }
  .gelatine {
    -webkit-animation: gelatine 0.6s;
    animation: gelatine 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes unzoom {
    from,
    to {
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    25% {
      -webkit-transform: scale(0.9, 1.1);
      transform: scale(0.9, 1.1);
    }
    50% {
      -webkit-transform: scale(1.1, 0);
      transform: scale(1.1, 0);
    }
  }
  @keyframes unzoom {
    from,
    to {
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    25% {
      -webkit-transform: scale(0.9, 1.1);
      transform: scale(0.9, 1.1);
    }
    50% {
      -webkit-transform: scale(1.1, 0);
      transform: scale(1.1, 0);
    }
  }
  @-webkit-keyframes dotPulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.8);
      transform: scale(1.8);
      opacity: 0;
    }
  }
  @keyframes dotPulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.8);
      transform: scale(1.8);
      opacity: 0;
    }
  }
  @-webkit-keyframes entrance {
    from {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    25% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
    50% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
    }
    75% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
    to {
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes entrance {
    from {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    25% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
    50% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
    }
    75% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
    to {
      -webkit-transform: none;
      transform: none;
    }
  }
  @-webkit-keyframes scaleIn {
    from {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes scaleIn {
    from {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .scaleIn {
    -webkit-animation: scaleIn 0.5s;
    animation: scaleIn 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  @-webkit-keyframes scaleInCircle {
    from {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    to {
      -webkit-transform: scale(7);
      transform: scale(7);
    }
  }
  @keyframes scaleInCircle {
    from {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    to {
      -webkit-transform: scale(7);
      transform: scale(7);
    }
  }
  .scaleInCircle {
    -webkit-animation: scaleInCircle 0.6s;
    animation: scaleInCircle 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  @keyframes scaleOut {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }
  @-webkit-keyframes pulsate {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes pulsate {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .delay-1 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
  .delay-2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .delay-3 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
  }
  .delay-4 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .delay-5 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
  }
  .delay-6 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .delay-8 {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
  }
  .delay-10 {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .side-navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #344258;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    overflow: hidden;
    -webkit-transform: translateX(-301px);
    transform: translateX(-301px);
    -webkit-transition: width 0.05s linear;
    transition: width 0.05s linear;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 1000;
  }
  .side-navigation-menu.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .side-navigation-menu .category-menu-wrapper {
    height: 100%;
    position: relative;
    width: 80px;
    background: #7f00ff;
  }
  .side-navigation-menu .category-menu-wrapper ul.categories li {
    height: 60px;
  }
  .side-navigation-menu .category-menu-wrapper ul.categories li.square-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .side-navigation-menu .category-menu-wrapper ul.categories li.square-logo img {
    max-height: 28px;
  }
  .side-navigation-menu .category-menu-wrapper ul.categories li.category-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .side-navigation-menu .category-menu-wrapper ul.categories li.category-link i {
    font-size: 20px;
    color: #fff;
  }
  .side-navigation-menu
    .category-menu-wrapper
    ul.categories
    li.category-link:hover {
    background: #8c1aff;
  }
  .side-navigation-menu .category-menu-wrapper ul.categories li.is-active {
    background: #93f;
  }
  .side-navigation-menu .category-menu-wrapper .author {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .side-navigation-menu .category-menu-wrapper .author li {
    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;
    position: relative;
  }
  .side-navigation-menu .category-menu-wrapper .author a {
    position: relative;
    z-index: 4;
  }
  .side-navigation-menu .category-menu-wrapper .author .main-menu-author {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .side-navigation-menu .category-menu-wrapper .author .main-menu-author:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .side-navigation-menu .navigation-menu-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .side-navigation-menu .navigation-menu-wrapper ul.navigation-menu {
    height: calc(100% - 60px);
    margin: 0;
    padding: 0;
    max-width: 400px;
    list-style: none;
    list-style-type: none;
    overflow: auto;
  }
  .side-navigation-menu
    .navigation-menu-wrapper
    ul.navigation-menu::-webkit-scrollbar {
    width: 10px;
  }
  .side-navigation-menu
    .navigation-menu-wrapper
    ul.navigation-menu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
  }
  .side-navigation-menu .navigation-menu-wrapper .navigation-menu-header {
    height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fcfcfc;
    letter-spacing: 3px;
    font-size: 92%;
  }
  .side-navigation-menu
    .navigation-menu-wrapper
    .navigation-menu-header
    .menu-toggle
    .icon-box-toggle
    span
    i {
    background: #fff;
  }
  .side-navigation-menu
    .navigation-menu-wrapper
    .navigation-menu-header
    .navigation-close {
    opacity: 0;
    margin-right: 1rem;
  }
  .side-navigation-menu .navigation-menu-wrapper li.has-children.active {
    background: #3d4e68;
  }
  .side-navigation-menu
    .navigation-menu-wrapper
    li.has-children.active
    span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .side-navigation-menu .navigation-menu-wrapper li.has-children > ul {
    display: none;
  }
  .side-navigation-menu .navigation-menu-wrapper li.has-children ul {
    padding: 0px;
  }
  .side-navigation-menu .navigation-menu-wrapper li.has-children ul li a:hover {
    color: #fff;
    padding-left: 42px;
  }
  .side-navigation-menu
    .navigation-menu-wrapper
    li.has-children
    ul
    li
    a.is-submenu {
    background-color: #2b3648;
    padding-left: 62px !important;
    font-size: 95%;
  }
  .side-navigation-menu
    .navigation-menu-wrapper
    li.has-children
    ul
    li
    a.is-submenu:hover,
  .side-navigation-menu
    .navigation-menu-wrapper
    li.has-children
    ul
    li
    a.is-submenu.is-active {
    color: #8c8cf9;
  }
  .side-navigation-menu .navigation-menu-wrapper li.has-children span:after {
    position: absolute;
    right: 30px;
    content: "";
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 90%;
    padding-top: 2px;
  }
  .side-navigation-menu .navigation-menu-wrapper li a {
    padding: 18px 25px;
    display: block;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .side-navigation-menu .navigation-menu-wrapper li a:hover {
    background: #3d4e68;
  }
  .side-navigation-menu .navigation-menu-wrapper li a.is-submenu {
    padding: 12px 25px;
  }
  .side-navigation-menu .navigation-menu-wrapper li a.parent-link {
    height: 60px !important;
    position: relative;
  }
  .side-navigation-menu .navigation-menu-wrapper li a.parent-link.has-new:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 22px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #039be5;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
  }
  .side-navigation-menu .navigation-menu-wrapper li a span {
    margin-right: 20px;
    color: #fff;
    font-size: 18px;
  }
  .side-navigation-menu .navigation-menu-wrapper .has-children,
  .side-navigation-menu .navigation-menu-wrapper li {
    position: relative;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .pageloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #8c8cf9;
    z-index: 999998;
    transition: -webkit-transform 0.35s ease-out;
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: transform;
  }
  .pageloader.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .pageloader::after,
  .pageloader::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 100%;
    content: "";
    z-index: 999999;
  }
  .pageloader::after {
    margin-top: -100px;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 3px solid rgba(255, 255, 255, 0.75);
    -webkit-animation: page-loader-inner 1.5s infinite ease-out;
    animation: page-loader-inner 1.5s infinite ease-out;
  }
  .pageloader::before {
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    -webkit-animation: page-loader-outer 1.5s infinite ease-in;
    animation: page-loader-outer 1.5s infinite ease-in;
  }
  @-webkit-keyframes page-loader-inner {
    0%,
    40% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes page-loader-inner {
    0%,
    40% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  @-webkit-keyframes page-loader-outer {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100%,
    40% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
    }
  }
  @keyframes page-loader-outer {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100%,
    40% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
    }
  }
  .infraloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  .infraloader.is-active {
    opacity: 1;
    z-index: 999997;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .body-color {
    color: #8e9baf !important;
  }
  .color-primary {
    color: #8c8cf9 !important;
  }
  .color-secondary {
    color: #7f00ff !important;
  }
  .color-accent {
    color: #ad5cff !important;
  }
  .color-red {
    color: #f92b60 !important;
  }
  .dark-text {
    color: #444f60 !important;
  }
  .white-text {
    color: #fff !important;
  }
  .light-text {
    color: #fff !important;
  }
  .muted-text {
    color: #999 !important;
  }
  .primary-text {
    color: #8c8cf9 !important;
  }
  .secondary-text {
    color: #7f00ff !important;
  }
  .accent-text {
    color: #ad5cff !important;
  }
  .info-text {
    color: #039be5 !important;
  }
  .success-text {
    color: #06d6a0 !important;
  }
  .warning-text {
    color: #eda514 !important;
  }
  .danger-text {
    color: #f92b60 !important;
  }
  .dark-bg {
    background: #444 !important;
  }
  .has-light-shadow {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .title.is-styled {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
  }
  .text-bold {
    font-weight: 600 !important;
  }
  .text-bolder {
    font-weight: 700 !important;
  }
  .is-size-1 {
    font-size: 3rem;
  }
  .is-size-2 {
    font-size: 2.5rem;
  }
  .is-size-3 {
    font-size: 2rem;
  }
  .is-size-4 {
    font-size: 1.5rem;
  }
  .is-size-5 {
    font-size: 1.25rem;
  }
  .is-size-6 {
    font-size: 1rem;
  }
  .is-size-7 {
    font-size: 0.75rem;
  }
  .is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .is-flex.is-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .is-block {
    display: block !important;
  }
  .z-index-0 {
    z-index: 0 !important;
  }
  .z-index-2 {
    z-index: 2 !important;
  }
  .z-index-101 {
    z-index: 101 !important;
  }
  .has-slimscroll::-webkit-scrollbar {
    width: 6px !important;
  }
  .has-slimscroll::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: rgba(0, 0, 0, 0.2) !important;
  }
  .bottom-spacer {
    margin-bottom: 80px;
    min-height: 100px;
  }
  .is-relative {
    position: relative !important;
  }
  .no-padding {
    padding: 0 !important;
  }
  .no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .no-padding-right {
    padding-right: 0 !important;
  }
  .no-padding-left {
    padding-left: 0 !important;
  }
  .padding-10 {
    padding: 10px;
  }
  .padding-15 {
    padding: 15px;
  }
  .padding-20 {
    padding: 20px;
  }
  .padding-30 {
    padding: 30px;
  }
  .padding-40 {
    padding: 40px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .pt-20 {
    padding-top: 20px;
  }
  .pt-30 {
    padding-top: 30px;
  }
  .pt-40 {
    padding-top: 40px;
  }
  .pt-50 {
    padding-top: 50px;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .pt-80 {
    padding-top: 80px;
  }
  .pb-5 {
    padding-bottom: 5px;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .pb-20 {
    padding-bottom: 20px;
  }
  .pb-30 {
    padding-bottom: 30px;
  }
  .pb-40 {
    padding-bottom: 40px;
  }
  .pb-50 {
    padding-bottom: 50px;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  .pb-80 {
    padding-bottom: 80px;
  }
  .pl-20 {
    padding-left: 20px;
  }
  .pr-10 {
    padding-right: 10px;
  }
  .pr-20 {
    padding-right: 20px;
  }
  .huge-pb {
    padding-bottom: 100px;
  }
  .giant-pb {
    padding-bottom: 150px;
  }
  .hr {
    height: 1px;
    background: #e3e3e3;
  }
  .no-margin {
    margin: 0 !important;
  }
  .no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .ml-auto {
    margin-left: auto !important;
  }
  .mt-5 {
    margin-top: 5px;
  }
  .mt-10 {
    margin-top: 10px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .mt-60 {
    margin-top: 60px;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .mb-60 {
    margin-bottom: 60px;
  }
  .mb-80 {
    margin-bottom: 80px;
  }
  .ml-5 {
    margin-left: 5px;
  }
  .ml-10 {
    margin-left: 10px;
  }
  .ml-20 {
    margin-left: 20px;
  }
  .ml-30 {
    margin-left: 30px;
  }
  .mr-10 {
    margin-right: 10px;
  }
  .mr-20 {
    margin-right: 20px;
  }
  .height-30 {
    height: 30px !important;
  }
  .max-w-center {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .max-w-center.max-w-640 {
    max-width: 640px;
  }
  .max-w-center.max-w-740 {
    max-width: 740px;
  }
  .max-w-center.max-w-940 {
    max-width: 940px;
  }
  .max-w {
    width: 100%;
  }
  .max-w.max-w-640 {
    max-width: 640px;
  }
  .max-w.max-w-740 {
    max-width: 740px;
  }
  .max-w.max-w-940 {
    max-width: 940px;
  }
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .is-hidden {
    display: none !important;
  }
  .is-vhidden {
    visibility: hidden !important;
  }
  .is-disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: default !important;
  }
  .stuck {
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important;
    -webkit-animation-name: translateDown;
    animation-name: translateDown;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
  }
  .im.is-icon-xs,
  .sl.is-icon-xs,
  .material-icons.is-icon-xs {
    font-size: 0.8rem !important;
  }
  .im.is-icon-md,
  .sl.is-icon-md,
  .material-icons.is-icon-md {
    font-size: 1.5rem !important;
  }
  .im.is-icon-2x,
  .sl.is-icon-2x,
  .material-icons.is-icon-2x {
    font-size: 2rem;
  }
  .im.is-gigantic,
  .sl.is-gigantic,
  .material-icons.is-gigantic {
    font-size: 12rem;
  }
  .img-circle {
    border-radius: 1000px;
  }
  @media (max-width: 767px) {
    .mobile-padding-20 {
      padding: 20px 30px;
    }
    .has-text-centered-mobile {
      text-align: center !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  .simple-accordion-wrapper .accordion-section {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #ededed;
  }
  .simple-accordion-wrapper .accordion-section a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .simple-accordion-wrapper .accordion-section a i {
    position: relative;
    float: right;
    margin-top: 4px;
    color: #666;
  }
  .simple-accordion-wrapper .accordion-section a.active {
    background-color: #444f60;
    color: #fff;
  }
  .simple-accordion-wrapper .accordion-section a.active i {
    color: #fff;
  }
  .simple-accordion-wrapper .accordion-section .accordion-content {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    display: none;
  }
  .simple-accordion-wrapper .accordion-section .accordion-content p {
    padding: 20px 25px;
    margin: 0;
    color: #333;
  }
  .simple-accordion-wrapper.is-primary a.active {
    background-color: #8c8cf9;
  }
  .simple-accordion-wrapper.is-secondary a.active {
    background-color: #7f00ff;
  }
  .simple-accordion-wrapper.is-accent a.active {
    background-color: #ad5cff;
  }
  .simple-accordion-wrapper.is-info a.active {
    background-color: #039be5;
  }
  .simple-accordion-wrapper.is-success a.active {
    background-color: #06d6a0;
  }
  .multi-toggle-wrapper .mt-item {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #444f60;
    border: 1px solid #ededed;
    overflow: hidden;
  }
  .multi-toggle-wrapper .mt-item:hover .mt-item-label {
    color: #8c8cf9;
  }
  .multi-toggle-wrapper .mt-item:hover .mt-item-label span {
    color: #8c8cf9;
  }
  .multi-toggle-wrapper .mt-item .mt-item-input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .multi-toggle-wrapper .mt-item .mt-item-label {
    position: relative;
    display: block;
    padding: 0 0 0 3em;
    background: #fff;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
    color: #cecece;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #ededed;
  }
  .multi-toggle-wrapper .mt-item .mt-item-label span {
    color: #444f60;
    font-weight: 600;
    text-transform: none;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
  }
  .multi-toggle-wrapper .mt-item .mt-item-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.45s;
    transition: max-height 0.45s;
    background-color: #fff;
    border-radius: 3px;
  }
  .multi-toggle-wrapper .mt-item .mt-item-content p {
    margin: 1em;
  }
  .multi-toggle-wrapper .mt-item .mt-item-content .mt-item {
    padding: 10px;
    background: #fff;
    color: #444f60;
    margin: 2px 0px;
    border-radius: 3px;
  }
  .multi-toggle-wrapper .mt-item .mt-item-content .mt-item label {
    border-radius: 0;
  }
  .multi-toggle-wrapper .mt-item .mt-item-input:checked ~ .mt-item-content {
    max-height: 50em;
  }
  .multi-toggle-wrapper .mt-item .mt-item-label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
  }
  .multi-toggle-wrapper
    .mt-item
    .mt-item-input[type="checkbox"]
    + .mt-item-label::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
  }
  .multi-toggle-wrapper
    .mt-item
    .mt-item-input[type="checkbox"]:checked
    + .mt-item-label::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .single-toggle-wrapper .toggle-wrap {
    border: 1px solid #e0e0e0;
    border-radius: 3px 3px 0 0;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .single-toggle-wrapper .toggle-wrap:hover {
    -webkit-box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
  }
  .single-toggle-wrapper .toggle-wrap .trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: none;
    color: #444f60;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    padding: 16px 27px;
    margin: -1px 0 0 0;
  }
  .single-toggle-wrapper .toggle-wrap .trigger a i {
    padding-right: 6px;
    margin: 0 4px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .single-toggle-wrapper .toggle-wrap .trigger a .im-icon-Add {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 24px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(0);
    transform: translate3d(0, -50%, 0) rotate(0);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .single-toggle-wrapper .toggle-wrap .trigger a .im-icon-Coding {
    position: relative;
    top: 7px;
  }
  .single-toggle-wrapper .toggle-wrap .trigger a {
    text-transform: uppercase;
    border: none;
    margin: 0;
    padding: 15px 0;
    text-transform: none;
    font-size: 11px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0);
    color: #444f60;
    padding-right: 60px;
    font-weight: 600;
  }
  .single-toggle-wrapper .toggle-wrap .trigger.active .im-icon-Add {
    margin-top: 2px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
    color: #999;
  }
  .single-toggle-wrapper .toggle-wrap .toggle-container {
    padding: 0px 0 30px 0;
    border: none;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .button {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .button.button-signup {
    padding: 22px 40px !important;
  }
  .button.button-signup.btn-outlined.is-bold {
    border-width: 2px;
    font-weight: 600;
  }
  .button.button-cta {
    padding: 22px 40px !important;
  }
  .button.button-cta.btn-outlined.is-bold {
    border-width: 2px;
    font-weight: 600;
  }
  .button.no-lh {
    line-height: 0 !important;
  }
  .button.button-action {
    padding: 25px 40px !important;
  }
  .button.btn-align {
    padding: 3px 13px 6px 13px;
  }
  .button.btn-align-lg {
    padding: 6px 15px 18px 15px;
  }
  .button.btn-upper {
    text-transform: uppercase;
  }
  .button.rounded {
    border-radius: 500px;
  }
  .button.raised:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
    opacity: 0.8;
  }
  .button.is-bold {
    font-weight: 500;
  }
  .button.btn-fade:hover {
    opacity: 0.6;
  }
  .button.btn-outlined {
    background: rgba(0, 0, 0, 0);
  }
  .button.btn-outlined.light-btn {
    border-color: #fff;
    color: #fff;
  }
  .button.btn-outlined.light-btn:hover {
    background-color: #fff;
    color: #444f60;
  }
  .button.btn-outlined.is-bold {
    border-width: 2px;
    font-weight: 600;
  }
  .button.is-link {
    text-decoration: none !important;
  }
  .button.has-icon-right i {
    padding-left: 8px;
  }
  .button:focus {
    border-color: #ccc;
  }
  .button.has-icon i {
    position: relative;
    margin-right: 5px;
    font-size: 1.7rem;
  }
  .button.is-fullwidth {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  .button i {
    position: relative;
    top: 1px;
    padding-right: 8px;
  }
  .button.btn-square {
    width: 45px;
    height: 45px;
    text-align: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button.btn-square.is-small {
    width: 36px;
    height: 36px;
  }
  .button.btn-square.is-medium {
    width: 55px;
    height: 55px;
  }
  .button.btn-square.is-large {
    width: 64px;
    height: 64px;
  }
  .button.btn-square i {
    font-size: 21px;
    padding: 0 !important;
  }
  .button.btn-square.is-small i {
    font-size: 18px;
  }
  .button.btn-square.is-medium i {
    font-size: 28px;
  }
  .button.btn-square.is-large i {
    font-size: 32px;
  }
  .button.is-link {
    background: rgba(0, 0, 0, 0) !important;
    color: #444f60;
  }
  .button.is-link.btn-more {
    text-decoration: none !important;
    line-height: 1.8;
    min-height: 38px;
    font-weight: 500;
  }
  .button.is-link.color-primary i {
    font-size: 9px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    color: #8c8cf9 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .button.is-link:hover {
    background: #f5f5f5 !important;
  }
  .button.is-link:hover i {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  .button.primary-btn {
    outline: none;
    border-color: #8c8cf9;
    background-color: #8c8cf9;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .button.primary-btn:hover {
    color: #fff;
  }
  .button.primary-btn.raised:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    opacity: 0.9 0.5;
  }
  .button.primary-btn.btn-outlined {
    border-color: #8c8cf9;
    color: #8c8cf9;
    background-color: rgba(0, 0, 0, 0);
  }
  .button.primary-btn.btn-outlined:hover {
    color: #fff;
    background-color: #8c8cf9;
  }
  .button.primary-btn:focus {
    border-color: #8c8cf9;
  }
  .button.secondary-btn {
    outline: none;
    border-color: #7f00ff;
    background-color: #7f00ff;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .button.secondary-btn:hover {
    color: #fff;
  }
  .button.secondary-btn.raised:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
    opacity: 0.95;
  }
  .button.secondary-btn.btn-outlined {
    border-color: #7f00ff;
    color: #7f00ff;
    background-color: rgba(0, 0, 0, 0);
  }
  .button.secondary-btn.btn-outlined:hover {
    color: #fff;
    background-color: #7f00ff;
  }
  .button.secondary-btn:focus {
    border-color: #7f00ff;
  }
  .button.accent-btn {
    outline: none;
    border-color: #ad5cff;
    background-color: #ad5cff;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .button.accent-btn:hover {
    color: #fff;
  }
  .button.accent-btn.raised:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
    opacity: 0.8;
  }
  .button.accent-btn.btn-outlined {
    border-color: #ad5cff;
    color: #ad5cff;
    background-color: rgba(0, 0, 0, 0);
  }
  .button.accent-btn.btn-outlined:hover {
    color: #fff;
    background-color: #ad5cff;
  }
  .button.accent-btn:focus {
    border-color: #ad5cff;
  }
  .button.success-btn {
    outline: none;
    border-color: #06d6a0;
    background-color: #06d6a0;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .button.success-btn:hover {
    color: #fff;
  }
  .button.success-btn.raised:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
    opacity: 0.8;
  }
  .button.success-btn.btn-outlined {
    border-color: #06d6a0;
    color: #06d6a0;
    background-color: rgba(0, 0, 0, 0);
  }
  .button.success-btn.btn-outlined:hover {
    color: #fff;
    background-color: #06d6a0;
  }
  .button.success-btn:focus {
    border-color: #06d6a0;
  }
  .button.warning-btn {
    outline: none;
    border-color: #eda514;
    background-color: #eda514;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .button.warning-btn:hover {
    color: #fff;
  }
  .button.warning-btn.raised:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
    opacity: 0.8;
  }
  .button.warning-btn.btn-outlined {
    border-color: #eda514;
    color: #eda514;
    background-color: rgba(0, 0, 0, 0);
  }
  .button.warning-btn.btn-outlined:hover {
    color: #fff;
    background-color: #eda514;
  }
  .button.warning-btn:focus {
    border-color: #eda514;
  }
  .button.danger-btn {
    outline: none;
    border-color: #f92b60;
    background-color: #f92b60;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .button.danger-btn:hover {
    color: #fff;
  }
  .button.danger-btn.raised:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
    opacity: 0.8;
  }
  .button.danger-btn.btn-outlined {
    border-color: #f92b60;
    color: #f92b60;
    background-color: rgba(0, 0, 0, 0);
  }
  .button.danger-btn.btn-outlined:hover {
    color: #fff;
    background-color: #f92b60;
  }
  .button.danger-btn:focus {
    border-color: #f92b60;
  }
  .button.info-btn {
    outline: none;
    border-color: #039be5;
    background-color: #039be5;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .button.info-btn:hover {
    color: #fff;
  }
  .button.info-btn.raised:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
    opacity: 0.8;
  }
  .button.info-btn.btn-outlined {
    border-color: #039be5;
    color: #039be5;
    background-color: rgba(0, 0, 0, 0);
  }
  .button.info-btn.btn-outlined:hover {
    color: #fff;
    background-color: #039be5;
  }
  .button.info-btn:focus {
    border-color: #039be5;
  }
  .button.social-btn {
    color: #fff;
  }
  .button.social-btn.facebook {
    background-color: #3b5998;
  }
  .button.social-btn.twitter {
    background-color: #1dcaff;
  }
  .button.social-btn.linkedin {
    background-color: #007bb6;
  }
  .button.social-btn.tumblr {
    background-color: #35465c;
  }
  .button.social-btn.github {
    background-color: #444;
  }
  @-webkit-keyframes ripple-animation {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0.4;
    }
    to {
      -webkit-transform: scale(100);
      transform: scale(100);
      opacity: 0;
    }
  }
  @keyframes ripple-animation {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0.4;
    }
    to {
      -webkit-transform: scale(100);
      transform: scale(100);
      opacity: 0;
    }
  }
  .combo-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .combo-button a {
    display: block;
    line-height: 0;
    width: 140px;
    pointer-events: all;
  }
  .combo-button a.is-active {
    pointer-events: none;
  }
  .combo-button a:first-child {
    border-radius: 100px 0 0 100px;
  }
  .combo-button a:last-child {
    border-radius: 0 100px 100px 0;
    border-left: none;
  }
  .read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #8c8cf9;
  }
  .read-more i {
    position: relative;
    top: 2px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 6px;
  }
 .button {
    cursor: pointer !important;
  }
  .button-wrap{
    cursor: pointer !important;
  }
  .cursor-pointer{
    cursor: pointer !important;
  }
  .button-wrap .combo-button .button.is-active {
    background: #8c8cf9;
    color: #fff;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .breadcrumb.is-narrow {
    margin-bottom: 10px;
  }
  .breadcrumb ul li a {
    font-family: "Roboto", sans-serif;
    color: #98a9c3;
  }
  .breadcrumb ul li a:hover {
    color: #8c8cf9;
  }
  .breadcrumb ul li a .icon.is-solo {
    margin-right: 0;
  }
  .breadcrumb ul li a .icon.is-solo svg {
    top: 2px;
  }
  .breadcrumb ul li a .icon svg {
    position: relative;
    top: 0;
    height: 16px;
    min-width: 16px;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .feature-card {
    display: block;
    width: 300px;
    height: 320px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .feature-card.card-md {
    height: 350px;
  }
  .feature-card.card-lg {
    height: 400px;
  }
  .feature-card.card-shadow {
    -webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
    box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
  }
  .feature-card.hover-inset:hover {
    -webkit-box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    cursor: pointer;
  }
  .feature-card.light-bordered {
    border: 1px solid #e5e5e5 !important;
  }
  .feature-card .card-title h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #444f60;
  }
  .feature-card .card-icon img {
    height: 140px;
    margin-top: 20px;
  }
  .feature-card .card-img img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .feature-card .card-feature-description {
    padding: 5px 30px !important;
  }
  .feature-card .card-feature-description span {
    color: #878787;
    margin-top: 20px;
  }
  .feature-card .card-img-description {
    padding-bottom: 10px;
  }
  .feature-card .card-img-description span {
    color: #878787;
    margin-top: 20px;
  }
  .flex-card,
  .network-grid .network-card,
  .project-card,
  .profile-card,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item {
    position: relative;
    background-color: #fff;
    border: 1px solid #fcfcfc;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .flex-card .flex-card-header,
  .network-grid .network-card .flex-card-header,
  .project-card .flex-card-header,
  .profile-card .flex-card-header,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .flex-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #ededed;
    padding: 10px 15px;
  }
  .flex-card .flex-card-header .header-avatar,
  .network-grid .network-card .flex-card-header .header-avatar,
  .project-card .flex-card-header .header-avatar,
  .profile-card .flex-card-header .header-avatar,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header
    .header-avatar {
    max-height: 45px;
  }
  .flex-card .flex-card-header .header-avatar img,
  .network-grid .network-card .flex-card-header .header-avatar img,
  .project-card .flex-card-header .header-avatar img,
  .profile-card .flex-card-header .header-avatar img,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header
    .header-avatar
    img {
    height: 45px;
    border-radius: 100px;
  }
  .flex-card .flex-card-header .header-info,
  .network-grid .network-card .flex-card-header .header-info,
  .project-card .flex-card-header .header-info,
  .profile-card .flex-card-header .header-info,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header
    .header-info {
    margin: 0 10px;
  }
  .flex-card .flex-card-header .header-info .header-title,
  .network-grid .network-card .flex-card-header .header-info .header-title,
  .project-card .flex-card-header .header-info .header-title,
  .profile-card .flex-card-header .header-info .header-title,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header
    .header-info
    .header-title {
    font-size: 1.2rem;
  }
  .flex-card .flex-card-header .header-info .header-subtitle,
  .network-grid .network-card .flex-card-header .header-info .header-subtitle,
  .project-card .flex-card-header .header-info .header-subtitle,
  .profile-card .flex-card-header .header-info .header-subtitle,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header
    .header-info
    .header-subtitle {
    font-size: 0.9rem;
    color: #a9abac;
  }
  .flex-card .flex-card-header .header-control,
  .network-grid .network-card .flex-card-header .header-control,
  .project-card .flex-card-header .header-control,
  .profile-card .flex-card-header .header-control,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header
    .header-control {
    margin-right: 10px;
  }
  .flex-card .flex-card-header .header-control i,
  .network-grid .network-card .flex-card-header .header-control i,
  .project-card .flex-card-header .header-control i,
  .profile-card .flex-card-header .header-control i,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header
    .header-control
    i {
    font-size: 0.8rem;
    color: #a9abac;
  }
  .flex-card .flex-card-header .header-control:hover i,
  .network-grid .network-card .flex-card-header .header-control:hover i,
  .project-card .flex-card-header .header-control:hover i,
  .profile-card .flex-card-header .header-control:hover i,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header
    .header-control:hover
    i {
    color: #8c8cf9;
  }
  .flex-card .flex-card-header.primary,
  .network-grid .network-card .flex-card-header.primary,
  .project-card .flex-card-header.primary,
  .profile-card .flex-card-header.primary,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header.primary {
    background: #8c8cf9;
  }
  .flex-card .flex-card-header.primary .header-info div,
  .network-grid .network-card .flex-card-header.primary .header-info div,
  .project-card .flex-card-header.primary .header-info div,
  .profile-card .flex-card-header.primary .header-info div,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header.primary
    .header-info
    div,
  .flex-card .flex-card-header.primary .header-control i,
  .network-grid .network-card .flex-card-header.primary .header-control i,
  .project-card .flex-card-header.primary .header-control i,
  .profile-card .flex-card-header.primary .header-control i,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header.primary
    .header-control
    i {
    color: #fff !important;
  }
  .flex-card .flex-card-header.secondary,
  .network-grid .network-card .flex-card-header.secondary,
  .project-card .flex-card-header.secondary,
  .profile-card .flex-card-header.secondary,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header.secondary {
    background: #7f00ff;
  }
  .flex-card .flex-card-header.secondary .header-info div,
  .network-grid .network-card .flex-card-header.secondary .header-info div,
  .project-card .flex-card-header.secondary .header-info div,
  .profile-card .flex-card-header.secondary .header-info div,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header.secondary
    .header-info
    div,
  .flex-card .flex-card-header.secondary .header-control i,
  .network-grid .network-card .flex-card-header.secondary .header-control i,
  .project-card .flex-card-header.secondary .header-control i,
  .profile-card .flex-card-header.secondary .header-control i,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header.secondary
    .header-control
    i {
    color: #fff !important;
  }
  .flex-card .flex-card-header.accent,
  .network-grid .network-card .flex-card-header.accent,
  .project-card .flex-card-header.accent,
  .profile-card .flex-card-header.accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header.accent {
    background: #ad5cff;
  }
  .flex-card .flex-card-header.accent .header-info div,
  .network-grid .network-card .flex-card-header.accent .header-info div,
  .project-card .flex-card-header.accent .header-info div,
  .profile-card .flex-card-header.accent .header-info div,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header.accent
    .header-info
    div,
  .flex-card .flex-card-header.accent .header-control i,
  .network-grid .network-card .flex-card-header.accent .header-control i,
  .project-card .flex-card-header.accent .header-control i,
  .profile-card .flex-card-header.accent .header-control i,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-card-header.accent
    .header-control
    i {
    color: #fff !important;
  }
  .flex-card .card-body,
  .network-grid .network-card .card-body,
  .project-card .card-body,
  .profile-card .card-body,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-body {
    padding: 30px 30px;
  }
  .flex-card .card-body.is-small,
  .network-grid .network-card .card-body.is-small,
  .project-card .card-body.is-small,
  .profile-card .card-body.is-small,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .card-body.is-small {
    padding: 20px 20px;
  }
  .flex-card .card-body.is-large,
  .network-grid .network-card .card-body.is-large,
  .project-card .card-body.is-large,
  .profile-card .card-body.is-large,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .card-body.is-large {
    padding: 40px 40px;
  }
  .flex-card h3.card-title,
  .network-grid .network-card h3.card-title,
  .project-card h3.card-title,
  .profile-card h3.card-title,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item h3.card-title {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
    text-decoration: none;
  }
  .flex-card .card-description,
  .network-grid .network-card .card-description,
  .project-card .card-description,
  .profile-card .card-description,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-description {
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    cursor: default;
    color: #8e9baf;
    font-size: 0.95rem;
  }
  .flex-card.primary-card,
  .network-grid .primary-card.network-card,
  .primary-card.project-card,
  .primary-card.profile-card,
  .carousel-wrap .testimonials-solo-carousel .primary-card.testimonial-item {
    background: #8c8cf9;
  }
  .flex-card.primary-card .content,
  .network-grid .primary-card.network-card .content,
  .primary-card.project-card .content,
  .primary-card.profile-card .content,
  .carousel-wrap
    .testimonials-solo-carousel
    .primary-card.testimonial-item
    .content,
  .flex-card.primary-card .content h2,
  .network-grid .primary-card.network-card .content h2,
  .primary-card.project-card .content h2,
  .primary-card.profile-card .content h2,
  .carousel-wrap
    .testimonials-solo-carousel
    .primary-card.testimonial-item
    .content
    h2 {
    color: #fff !important;
  }
  .flex-card.secondary-card,
  .network-grid .secondary-card.network-card,
  .secondary-card.project-card,
  .secondary-card.profile-card,
  .carousel-wrap .testimonials-solo-carousel .secondary-card.testimonial-item {
    background: #7f00ff;
  }
  .flex-card.secondary-card .content,
  .network-grid .secondary-card.network-card .content,
  .secondary-card.project-card .content,
  .secondary-card.profile-card .content,
  .carousel-wrap
    .testimonials-solo-carousel
    .secondary-card.testimonial-item
    .content,
  .flex-card.secondary-card .content h2,
  .network-grid .secondary-card.network-card .content h2,
  .secondary-card.project-card .content h2,
  .secondary-card.profile-card .content h2,
  .carousel-wrap
    .testimonials-solo-carousel
    .secondary-card.testimonial-item
    .content
    h2 {
    color: #fff !important;
  }
  .flex-card.accent-card,
  .network-grid .accent-card.network-card,
  .accent-card.project-card,
  .accent-card.profile-card,
  .carousel-wrap .testimonials-solo-carousel .accent-card.testimonial-item {
    background: #ad5cff;
  }
  .flex-card.accent-card .content,
  .network-grid .accent-card.network-card .content,
  .accent-card.project-card .content,
  .accent-card.profile-card .content,
  .carousel-wrap
    .testimonials-solo-carousel
    .accent-card.testimonial-item
    .content,
  .flex-card.accent-card .content h2,
  .network-grid .accent-card.network-card .content h2,
  .accent-card.project-card .content h2,
  .accent-card.profile-card .content h2,
  .carousel-wrap
    .testimonials-solo-carousel
    .accent-card.testimonial-item
    .content
    h2 {
    color: #fff !important;
  }
  .flex-card.card-overflow,
  .network-grid .card-overflow.network-card,
  .card-overflow.project-card,
  .card-overflow.profile-card,
  .carousel-wrap .testimonials-solo-carousel .card-overflow.testimonial-item {
    overflow: visible !important;
  }
  .flex-card.light-bordered,
  .network-grid .light-bordered.network-card,
  .light-bordered.project-card,
  .light-bordered.profile-card,
  .carousel-wrap .testimonials-solo-carousel .light-bordered.testimonial-item {
    border: 1px solid #e5e5e5 !important;
  }
  .flex-card.simple-shadow,
  .network-grid .simple-shadow.network-card,
  .simple-shadow.project-card,
  .simple-shadow.profile-card,
  .carousel-wrap .testimonials-solo-carousel .simple-shadow.testimonial-item {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  }
  .flex-card.light-raised,
  .network-grid .light-raised.network-card,
  .light-raised.project-card,
  .light-raised.profile-card,
  .carousel-wrap .testimonials-solo-carousel .light-raised.testimonial-item {
    -webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
  }
  .flex-card.raised,
  .network-grid .raised.network-card,
  .raised.project-card,
  .raised.profile-card,
  .carousel-wrap .testimonials-solo-carousel .raised.testimonial-item {
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  }
  .flex-card.hover-raised:hover,
  .network-grid .hover-raised.network-card:hover,
  .hover-raised.project-card:hover,
  .hover-raised.profile-card:hover,
  .carousel-wrap
    .testimonials-solo-carousel
    .hover-raised.testimonial-item:hover {
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  .flex-card.hover-inset:hover,
  .network-grid .hover-inset.network-card:hover,
  .hover-inset.project-card:hover,
  .hover-inset.profile-card:hover,
  .carousel-wrap .testimonials-solo-carousel .hover-inset.testimonial-item:hover {
    -webkit-box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    cursor: pointer;
  }
  .flex-card.icon-card,
  .network-grid .icon-card.network-card,
  .icon-card.project-card,
  .icon-card.profile-card,
  .carousel-wrap .testimonials-solo-carousel .icon-card.testimonial-item {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: inherit;
    transition: inherit;
    margin-bottom: 0;
  }
  .flex-card.icon-card img,
  .network-grid .icon-card.network-card img,
  .icon-card.project-card img,
  .icon-card.profile-card img,
  .carousel-wrap .testimonials-solo-carousel .icon-card.testimonial-item img {
    max-height: 80px;
  }
  .flex-card.icon-card .icon-card-text,
  .network-grid .icon-card.network-card .icon-card-text,
  .icon-card.project-card .icon-card-text,
  .icon-card.profile-card .icon-card-text,
  .carousel-wrap
    .testimonials-solo-carousel
    .icon-card.testimonial-item
    .icon-card-text {
    font-size: 1.1rem;
    color: #a9abac;
  }
  .flex-card.icon-card-hover,
  .network-grid .icon-card-hover.network-card,
  .icon-card-hover.project-card,
  .icon-card-hover.profile-card,
  .carousel-wrap .testimonials-solo-carousel .icon-card-hover.testimonial-item {
    height: 170px;
    padding: 20px 20px 10px 130px;
    border-radius: 8px;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.04);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.04);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: left;
    background-color: #fff;
  }
  .flex-card.icon-card-hover:hover,
  .network-grid .icon-card-hover.network-card:hover,
  .icon-card-hover.project-card:hover,
  .icon-card-hover.profile-card:hover,
  .carousel-wrap
    .testimonials-solo-carousel
    .icon-card-hover.testimonial-item:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  .flex-card.icon-card-hover.first-card,
  .network-grid .icon-card-hover.first-card.network-card,
  .icon-card-hover.first-card.project-card,
  .icon-card-hover.first-card.profile-card,
  .carousel-wrap
    .testimonials-solo-carousel
    .icon-card-hover.first-card.testimonial-item {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/illustrations/icons/landing-v1/chrono.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/illustrations/icons/landing-v1/chrono.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .flex-card.icon-card-hover.first-card:hover,
  .network-grid .icon-card-hover.first-card.network-card:hover,
  .icon-card-hover.first-card.project-card:hover,
  .icon-card-hover.first-card.profile-card:hover,
  .carousel-wrap
    .testimonials-solo-carousel
    .icon-card-hover.first-card.testimonial-item:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/illustrations/icons/landing-v1/chrono.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/illustrations/icons/landing-v1/chrono.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
  }
  .flex-card.icon-card-hover.second-card,
  .network-grid .icon-card-hover.second-card.network-card,
  .icon-card-hover.second-card.project-card,
  .icon-card-hover.second-card.profile-card,
  .carousel-wrap
    .testimonials-solo-carousel
    .icon-card-hover.second-card.testimonial-item {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/illustrations/icons/landing-v1/tablet-dots.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/illustrations/icons/landing-v1/tablet-dots.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .flex-card.icon-card-hover.second-card:hover,
  .network-grid .icon-card-hover.second-card.network-card:hover,
  .icon-card-hover.second-card.project-card:hover,
  .icon-card-hover.second-card.profile-card:hover,
  .carousel-wrap
    .testimonials-solo-carousel
    .icon-card-hover.second-card.testimonial-item:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/illustrations/icons/landing-v1/tablet-dots.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/illustrations/icons/landing-v1/tablet-dots.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
  }
  .flex-card.icon-card-hover.third-card,
  .network-grid .icon-card-hover.third-card.network-card,
  .icon-card-hover.third-card.project-card,
  .icon-card-hover.third-card.profile-card,
  .carousel-wrap
    .testimonials-solo-carousel
    .icon-card-hover.third-card.testimonial-item {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/illustrations/icons/landing-v1/cog.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/illustrations/icons/landing-v1/cog.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .flex-card.icon-card-hover.third-card:hover,
  .network-grid .icon-card-hover.third-card.network-card:hover,
  .icon-card-hover.third-card.project-card:hover,
  .icon-card-hover.third-card.profile-card:hover,
  .carousel-wrap
    .testimonials-solo-carousel
    .icon-card-hover.third-card.testimonial-item:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/illustrations/icons/landing-v1/cog.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/illustrations/icons/landing-v1/cog.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
  }
  .flex-card.icon-card-hover.fourth-card,
  .network-grid .icon-card-hover.fourth-card.network-card,
  .icon-card-hover.fourth-card.project-card,
  .icon-card-hover.fourth-card.profile-card,
  .carousel-wrap
    .testimonials-solo-carousel
    .icon-card-hover.fourth-card.testimonial-item {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/illustrations/icons/landing-v1/plane.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/illustrations/icons/landing-v1/plane.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .flex-card.icon-card-hover.fourth-card:hover,
  .network-grid .icon-card-hover.fourth-card.network-card:hover,
  .icon-card-hover.fourth-card.project-card:hover,
  .icon-card-hover.fourth-card.profile-card:hover,
  .carousel-wrap
    .testimonials-solo-carousel
    .icon-card-hover.fourth-card.testimonial-item:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/illustrations/icons/landing-v1/plane.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/illustrations/icons/landing-v1/plane.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
  }
  .flex-card.testimonial-card .testimonial-title,
  .network-grid .testimonial-card.network-card .testimonial-title,
  .testimonial-card.project-card .testimonial-title,
  .testimonial-card.profile-card .testimonial-title,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-card.testimonial-item
    .testimonial-title {
    color: #8c8cf9;
    font-weight: 500;
    padding: 5px 0;
  }
  .flex-card.testimonial-card .testimonial-text,
  .network-grid .testimonial-card.network-card .testimonial-text,
  .testimonial-card.project-card .testimonial-text,
  .testimonial-card.profile-card .testimonial-text,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-card.testimonial-item
    .testimonial-text {
    color: #999;
    font-size: 0.9rem;
    font-style: italic;
    padding: 5px 0;
  }
  .flex-card.testimonial-card .user-id,
  .network-grid .testimonial-card.network-card .user-id,
  .testimonial-card.project-card .user-id,
  .testimonial-card.profile-card .user-id,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-card.testimonial-item
    .user-id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
  }
  .flex-card.testimonial-card .user-id img,
  .network-grid .testimonial-card.network-card .user-id img,
  .testimonial-card.project-card .user-id img,
  .testimonial-card.profile-card .user-id img,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-card.testimonial-item
    .user-id
    img {
    height: 50px;
    border-radius: 100px;
  }
  .flex-card.testimonial-card .user-id .info,
  .network-grid .testimonial-card.network-card .user-id .info,
  .testimonial-card.project-card .user-id .info,
  .testimonial-card.profile-card .user-id .info,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-card.testimonial-item
    .user-id
    .info {
    padding: 0 10px;
  }
  .flex-card.testimonial-card .user-id .info .name,
  .network-grid .testimonial-card.network-card .user-id .info .name,
  .testimonial-card.project-card .user-id .info .name,
  .testimonial-card.profile-card .user-id .info .name,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-card.testimonial-item
    .user-id
    .info
    .name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #444f60;
  }
  .flex-card.testimonial-card .user-id .info .position,
  .network-grid .testimonial-card.network-card .user-id .info .position,
  .testimonial-card.project-card .user-id .info .position,
  .testimonial-card.profile-card .user-id .info .position,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-card.testimonial-item
    .user-id
    .info
    .position {
    font-size: 0.9rem;
    color: #cecece;
  }
  .flex-card .tabs,
  .network-grid .network-card .tabs,
  .project-card .tabs,
  .profile-card .tabs,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .tabs {
    padding: 15px 0.7rem;
  }
  .flex-card .navtab-content,
  .network-grid .network-card .navtab-content,
  .project-card .navtab-content,
  .profile-card .navtab-content,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .navtab-content {
    min-height: 190px;
  }
  .flex-card .navtab-content p,
  .network-grid .network-card .navtab-content p,
  .project-card .navtab-content p,
  .profile-card .navtab-content p,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .navtab-content p {
    padding: 0 0.8rem 20px;
  }
  .flex-card .navigation-tabs.outlined-pills .tabs.tabs-header.primary,
  .network-grid
    .network-card
    .navigation-tabs.outlined-pills
    .tabs.tabs-header.primary,
  .project-card .navigation-tabs.outlined-pills .tabs.tabs-header.primary,
  .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header.primary,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .navigation-tabs.outlined-pills
    .tabs.tabs-header.primary {
    background-color: #8c8cf9;
  }
  .flex-card .navigation-tabs.outlined-pills .tabs.tabs-header.secondary,
  .network-grid
    .network-card
    .navigation-tabs.outlined-pills
    .tabs.tabs-header.secondary,
  .project-card .navigation-tabs.outlined-pills .tabs.tabs-header.secondary,
  .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header.secondary,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .navigation-tabs.outlined-pills
    .tabs.tabs-header.secondary {
    background-color: #7f00ff;
  }
  .flex-card .navigation-tabs.outlined-pills .tabs.tabs-header.accent,
  .network-grid
    .network-card
    .navigation-tabs.outlined-pills
    .tabs.tabs-header.accent,
  .project-card .navigation-tabs.outlined-pills .tabs.tabs-header.accent,
  .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header.accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .navigation-tabs.outlined-pills
    .tabs.tabs-header.accent {
    background-color: #ad5cff;
  }
  .flex-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li a,
  .network-grid
    .network-card
    .navigation-tabs.outlined-pills
    .tabs.tabs-header
    ul
    li
    a,
  .project-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li a,
  .profile-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li a,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .navigation-tabs.outlined-pills
    .tabs.tabs-header
    ul
    li
    a {
    color: #f2f2f2;
  }
  .flex-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li.is-active a,
  .network-grid
    .network-card
    .navigation-tabs.outlined-pills
    .tabs.tabs-header
    ul
    li.is-active
    a,
  .project-card
    .navigation-tabs.outlined-pills
    .tabs.tabs-header
    ul
    li.is-active
    a,
  .profile-card
    .navigation-tabs.outlined-pills
    .tabs.tabs-header
    ul
    li.is-active
    a,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .navigation-tabs.outlined-pills
    .tabs.tabs-header
    ul
    li.is-active
    a {
    color: #fff;
    border: 1px solid #fff;
    border-bottom-color: #fff !important;
  }
  .flex-card .icon-group,
  .network-grid .network-card .icon-group,
  .project-card .icon-group,
  .profile-card .icon-group,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-card .icon-group img,
  .network-grid .network-card .icon-group img,
  .project-card .icon-group img,
  .profile-card .icon-group img,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .icon-group img {
    height: 60px;
  }
  .flex-card .icon-group span,
  .network-grid .network-card .icon-group span,
  .project-card .icon-group span,
  .profile-card .icon-group span,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .icon-group span {
    font-size: 20px;
    margin-left: 20px;
    color: #999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .flex-card .icon-group span:hover,
  .network-grid .network-card .icon-group span:hover,
  .project-card .icon-group span:hover,
  .profile-card .icon-group span:hover,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .icon-group
    span:hover {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  .flex-card .card-content,
  .network-grid .network-card .card-content,
  .project-card .card-content,
  .profile-card .card-content,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-content {
    position: relative;
    padding: 1rem !important;
  }
  .flex-card .card-content .bottom-avatar img,
  .network-grid .network-card .card-content .bottom-avatar img,
  .project-card .card-content .bottom-avatar img,
  .profile-card .card-content .bottom-avatar img,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .card-content
    .bottom-avatar
    img {
    height: 50px;
    border-radius: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .floating-circle {
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 22px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  }
  .floating-circle img {
    width: 60px;
    position: relative;
    left: 20px;
  }
  .event-card {
    overflow: hidden;
    width: 100%;
    height: 320px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow 300ms ease-in;
    transition: -webkit-box-shadow 300ms ease-in;
    transition: box-shadow 300ms ease-in;
    transition: box-shadow 300ms ease-in, -webkit-box-shadow 300ms ease-in;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #ededed;
  }
  .event-card:hover {
    -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  }
  .event-card .card-date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #8c8cf9;
    z-index: 1;
  }
  .event-card .card-date .date {
    padding: 0 10px;
  }
  .event-card .card-date .date .day {
    font-size: 2.7rem;
    color: #fff;
    font-weight: bold;
  }
  .event-card .card-date .date .month {
    font-weight: 500;
    color: #fff;
  }
  .img-container {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .img-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .card-text {
    bottom: -40%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 450ms cubic-bezier(0.6, 0.06, 0.34, 0.61);
    transition: all 450ms cubic-bezier(0.6, 0.06, 0.34, 0.61);
  }
  @media (max-width: 768px) {
    .card-text {
      bottom: -71%;
    }
  }
  @media (min-width: 768px) {
    .card-text {
      bottom: -60%;
    }
  }
  @media (min-width: 1024px) {
    .card-text {
      bottom: -64%;
    }
  }
  @media (min-width: 1420px) {
    .card-text {
      bottom: -70%;
    }
  }
  .event-card:hover .card-text {
    bottom: 0%;
  }
  .card-text .button.is-link i {
    font-size: 10px !important;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
    margin-left: 20px;
    top: 2px;
  }
  .card-text .text.text-container {
    padding: 20px 30px;
  }
  .card-text .text.text-container .text-header .text-subtitle {
    color: #8c8cf9;
    font-family: "Nexa Light", sans-serif;
  }
  .card-text .text.text-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.15em;
    margin-bottom: 0.25em;
    font-weight: bold;
    text-transform: uppercase;
  }
  .card-text .text.text-details:before {
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    background-color: #ddd;
    margin: 30px 0;
  }
  .card-text .text.text-description {
    line-height: 1.4em;
  }
  .card.card-shadow,
  .cart-summary .card-shadow.summary-card {
    -webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
    box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
  }
  .card .image,
  .cart-summary .summary-card .image {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .card img,
  .cart-summary .summary-card img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  .card.ressource-card,
  .cart-summary .ressource-card.summary-card {
    position: relative;
  }
  .card.ressource-card .ressource-avatar img,
  .cart-summary .ressource-card.summary-card .ressource-avatar img {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 60px;
    width: 60px;
    border-radius: 1000px;
  }
  .card.ressource-card .card-image,
  .cart-summary .ressource-card.summary-card .card-image {
    position: relative;
  }
  .card.ressource-card .card-image figure,
  .cart-summary .ressource-card.summary-card .card-image figure {
    overflow: hidden;
  }
  .card.ressource-card .card-image figure.zoomOut img,
  .cart-summary .ressource-card.summary-card .card-image figure.zoomOut img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .card.ressource-card .card-image figure.zoomIn img,
  .cart-summary .ressource-card.summary-card .card-image figure.zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .card.ressource-card .card-image .card-image-overlay,
  .cart-summary .ressource-card.summary-card .card-image .card-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(68, 79, 96, 0.6);
    z-index: 1;
  }
  .card.ressource-card .card-image .card-image-overlay.primary,
  .cart-summary
    .ressource-card.summary-card
    .card-image
    .card-image-overlay.primary {
    background: #8c8cf9;
    opacity: 0.6;
  }
  .card.ressource-card .card-image .card-image-overlay.secondary,
  .cart-summary
    .ressource-card.summary-card
    .card-image
    .card-image-overlay.secondary {
    background: #7f00ff;
    opacity: 0.6;
  }
  .card.ressource-card .card-image .card-image-overlay.accent,
  .cart-summary
    .ressource-card.summary-card
    .card-image
    .card-image-overlay.accent {
    background: #ad5cff;
    opacity: 0.6;
  }
  .card.ressource-card .card-content .media-content a,
  .cart-summary .ressource-card.summary-card .card-content .media-content a {
    font-family: "Nexa Bold", sans-serif;
    font-size: 16px;
    color: #444f60;
  }
  .card.ressource-card .card-content .media-content a:hover,
  .cart-summary
    .ressource-card.summary-card
    .card-content
    .media-content
    a:hover {
    color: #8c8cf9;
  }
  .card.ressource-card .card-content .media-content p,
  .cart-summary .ressource-card.summary-card .card-content .media-content p {
    font-family: "Nexa Light";
    font-weight: 700;
    color: #999;
  }
  .card.ressource-card .avatar-rounded img,
  .cart-summary .ressource-card.summary-card .avatar-rounded img {
    border-radius: 50px !important;
  }
  .card.ressource-card:hover .card-image figure.zoomOut img,
  .cart-summary
    .ressource-card.summary-card:hover
    .card-image
    figure.zoomOut
    img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  .card.ressource-card:hover .card-image figure.zoomIn img,
  .cart-summary .ressource-card.summary-card:hover .card-image figure.zoomIn img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.8;
  }
  .card.card-floating-wide,
  .cart-summary .card-floating-wide.summary-card,
  .card.card-floating-boxed,
  .cart-summary .card-floating-boxed.summary-card {
    margin: 4%;
    border-radius: 6px;
  }
  .card.card-floating-wide .title,
  .cart-summary .card-floating-wide.summary-card .title,
  .card.card-floating-boxed .title,
  .cart-summary .card-floating-boxed.summary-card .title {
    margin: 0 !important;
    padding: 10px 0;
  }
  .card.card-floating-wide .subtitle,
  .cart-summary .card-floating-wide.summary-card .subtitle,
  .card.card-floating-boxed .subtitle,
  .cart-summary .card-floating-boxed.summary-card .subtitle {
    font-size: 0.9rem;
    color: #a9abac;
    margin: 0 !important;
  }
  .card.card-floating-wide .card-image figure img,
  .cart-summary .card-floating-wide.summary-card .card-image figure img {
    display: block;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 6px;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .card.card-floating-boxed .title,
  .cart-summary .card-floating-boxed.summary-card .title {
    margin-top: -10%;
  }
  .card.card-floating-boxed .card-image figure img,
  .cart-summary .card-floating-boxed.summary-card .card-image figure img {
    display: block;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    border-radius: 6px;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
      0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: -10%;
  }
  .card.card-floating-boxed .card-content,
  .cart-summary .card-floating-boxed.summary-card .card-content {
    margin-top: -50px;
  }
  .media-card {
    min-height: 260px;
  }
  .media-card .media-card-image {
    height: 100% !important;
    min-height: 260px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .media-card .mcard-content {
    padding: 20px;
  }
  .media-card .mcard-content .mcard-title {
    line-height: 1.2 !important;
    font-size: 20px !important;
    font-weight: 600;
    color: #444f60;
  }
  .media-card .mcard-content .mcard-title a {
    color: #444f60;
  }
  .media-card .mcard-content .mcard-description {
    line-height: 1.4 !important;
    max-height: 4.2em !important;
    margin-top: 7px;
    color: #999;
  }
  .media-card .mcard-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    position: absolute;
    bottom: 0 !important;
    width: 100%;
  }
  .media-card .mcard-controls .mcard-avatar img {
    height: 40px;
    width: 40px;
    border-radius: 250px;
  }
  .media-card .mcard-controls .mcard-info {
    margin-left: 15px;
  }
  .media-card .mcard-controls .mcard-info span {
    font-size: 14px;
    line-height: 1.4;
  }
  .media-card .mcard-controls .mcard-info div span {
    font-size: 12px;
    line-height: 1.2;
    color: #a9abac;
  }
  .media-card .mcard-controls .mcard-info div i {
    font-size: 4px;
    position: relative;
    color: #999;
    top: -2px;
    margin: 0 5px;
  }
  .media-card .mcard-controls .mcard-actions i {
    position: relative;
    top: 5px;
    color: #a9abac;
    cursor: pointer;
  }
  .media-card .mcard-controls .mcard-actions i:hover {
    color: #ad5cff;
  }
  .media-card .content-column {
    position: relative;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .icon-box .box-icon {
    color: #cecece;
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  .icon-box .box-title {
    color: #444f60;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .icon-box .box-text {
    color: #a9abac;
    font-size: 13px;
  }
  .icon-box.primary .box-icon {
    color: #8c8cf9;
  }
  .icon-box.primary .box-title {
    color: #8c8cf9;
  }
  .icon-box.secondary .box-icon {
    color: #7f00ff;
  }
  .icon-box.secondary .box-title {
    color: #7f00ff;
  }
  .icon-box.accent .box-icon {
    color: #ad5cff;
  }
  .icon-box.accent .box-title {
    color: #ad5cff;
  }
  .icon-box.info .box-icon {
    color: #039be5;
  }
  .icon-box.info .box-title {
    color: #039be5;
  }
  .icon-box.success .box-icon {
    color: #06d6a0;
  }
  .icon-box.success .box-title {
    color: #06d6a0;
  }
  .icon-box.warning .box-icon {
    color: #eda514;
  }
  .icon-box.warning .box-title {
    color: #eda514;
  }
  .icon-box.danger .box-icon {
    color: #f92b60;
  }
  .icon-box.danger .box-title {
    color: #f92b60;
  }
  .icon-box.compact .box-icon {
    color: #fff;
    font-size: 3rem;
    font-weight: bolder;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .icon-box.compact .box-icon i {
    padding: 1.4rem;
    background: #ad5cff;
    border-radius: 5px;
  }
  .icon-box.compact .box-text {
    padding: 0 40px 0 40px;
  }
  .diamond-box {
    text-align: center;
  }
  .diamond-box .diamond-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .diamond-box .diamond {
    width: 50px;
    height: 50px;
    background-color: #999;
    position: relative;
    border-radius: 0.65rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 1.5rem;
  }
  .diamond-box .diamond i {
    position: absolute;
    left: 12px;
    top: 6px;
    font-size: 28px;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .diamond-box .box-title {
    color: #444f60;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .diamond-box .box-text {
    color: #a9abac;
    font-size: 13px;
  }
  .diamond-box.primary .diamond {
    background-color: #8c8cf9;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .diamond-box.primary .box-title {
    color: #8c8cf9;
  }
  .diamond-box.secondary .diamond {
    background-color: #7f00ff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
  }
  .diamond-box.secondary .box-title {
    color: #7f00ff;
  }
  .diamond-box.accent .diamond {
    background-color: #ad5cff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
  }
  .diamond-box.accent .box-title {
    color: #ad5cff;
  }
  .diamond-box.info .diamond {
    background-color: #039be5;
    -webkit-box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
  }
  .diamond-box.info .box-title {
    color: #039be5;
  }
  .diamond-box.success .diamond {
    background-color: #06d6a0;
    -webkit-box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
  }
  .diamond-box.success .box-title {
    color: #06d6a0;
  }
  .diamond-box.warning .diamond {
    background-color: #eda514;
    -webkit-box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
  }
  .diamond-box.warning .box-title {
    color: #eda514;
  }
  .diamond-box.danger .diamond {
    background-color: #f92b60;
    -webkit-box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
  }
  .diamond-box.danger .box-title {
    color: #f92b60;
  }
  .title-box-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .title-box {
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0 14px 26px -12px rgba(179, 179, 230, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(179, 179, 230, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(179, 179, 230, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(179, 179, 230, 0.2) !important;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .title-text-container {
    margin-top: 10px; /* Adjust as needed */
    font-weight: bold;
  }
  .square-icon-box {
    text-align: center;
  }
  .square-icon-box:hover .icon-box-wrapper .icon-box:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .square-icon-box.rounded .icon-box {
    border-radius: 100px !important;
  }
  .square-icon-box.rounded .icon-box:after {
    border-radius: 100px !important;
  }
  .square-icon-box .icon-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
  }
  .square-icon-box .icon-box-wrapper .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #999;
    position: relative;
    border-radius: 0.65rem;
    cursor: pointer;
  }
  .square-icon-box .icon-box-wrapper .icon-box i {
    font-size: 24px;
    color: #fff;
  }
  .square-icon-box .icon-box-wrapper .icon-box:after {
    width: 76px;
    height: 76px;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -8px;
    left: -8px;
    opacity: 0.8;
    border-radius: 0.85rem;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .square-icon-box .box-title {
    color: #444f60;
    padding: 5px;
    font-weight: 700;
  }
  .square-icon-box .box-text {
    color: #a9abac;
    padding: 0 10px;
    font-size: 13px;
  }

  .default-pointer{
    cursor: default;
  }

.square-icon-box.primary .icon-box, .title-box-primary .title-box  {
  background-color: #b3b3e6; /* Lighter with more grey */
  -webkit-box-shadow: 0 14px 26px -12px rgba(179, 179, 230, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(179, 179, 230, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(179, 179, 230, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(179, 179, 230, 0.2) !important;
}

.square-icon-box.primary .icon-box:after {
  border: 2px solid #b3b3e6; /* Lighter with more grey */
}

.square-icon-box.primary .box-title, .title-box-primary .box-title {
  color: #b3b3e6; /* Lighter with more grey */
}


.square-icon-box.steel .icon-box {
    background-color: #a3b4cd; /* Darker Blueish Grey with Blue Tint */
    -webkit-box-shadow: 0 14px 26px -12px rgba(163, 180, 205, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(163, 180, 205, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(163, 180, 205, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(163, 180, 205, 0.2) !important;
}
.square-icon-box.steel .icon-box:after {
    border: 2px solid #a3b4cd; /* Darker Blueish Grey with Blue Tint */
}
.square-icon-box.steel .box-title, .title-box-steel .box-title {
    color: #a3b4cd; /* Darker Blueish Grey with Blue Tint */
}
.bg-steel{
    background-color: #a3b4cd !important; /* Darker Blueish Grey with Blue Tint */
}
.text-steel{
    color: #a3b4cd !important; /* Darker Blueish Grey with Blue Tint */
}


.square-icon-box.mulberry .icon-box, .title-box-mulberry .title-box {
  background-color: #b2acc5; /* Darker Greenish Grey with More Purple */
  -webkit-box-shadow: 0 14px 26px -12px rgba(178, 172, 197, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(178, 172, 197, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(178, 172, 197, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(178, 172, 197, 0.2) !important;
}
.square-icon-box.mulberry .icon-box:after {
  border: 2px solid #b2acc5; /* Darker Greenish Grey with More Purple */
}
.square-icon-box.mulberry .box-title, .title-box-mulberry .box-title {
  color: #b2acc5; /* Darker Greenish Grey with More Purple */
}
.bg-mulberry{
  background-color: #b2acc5 !important; /* Darker Blueish Grey with Blue Tint */
}
.text-mulberry{
  color: #b2acc5 !important; /* Darker Blueish Grey with Blue Tint */
}


.square-icon-box.lilac .icon-box, .title-box-lilac .title-box {
  background-color: #b39ddb; /* Lilac color with a hint of grey */
  -webkit-box-shadow: 0 14px 26px -12px rgba(179, 157, 219, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(179, 157, 219, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(179, 157, 219, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(179, 157, 219, 0.2) !important;
}
.square-icon-box.lilac .icon-box:after {
  border: 2px solid #b39ddb; /* Lilac color with a hint of grey */
}
.square-icon-box.lilac .box-title, .title-box-lilac .box-title {
  color: #b39ddb; /* Lilac color with a hint of grey */
}
.bg-lilac{
  background-color: #b39ddb !important; /* Darker Blueish Grey with Blue Tint */
}
.text-lilac{
  color: #b39ddb !important; /* Darker Blueish Grey with Blue Tint */
}


.square-icon-box.ocean .icon-box, .title-box-ocean .title-box {
  background-color: #90caf9; /* Blue color with a hint of grey */
  -webkit-box-shadow: 0 14px 26px -12px rgba(144, 202, 249, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(144, 202, 249, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(144, 202, 249, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(144, 202, 249, 0.2) !important;
}
.square-icon-box.ocean .icon-box:after {
  border: 2px solid #90caf9; /* Blue color with a hint of grey */
}
.square-icon-box.ocean .box-title, .title-box-ocean .box-title {
  color: #90caf9; /* Blue color with a hint of grey */
}
.bg-ocean{
  background-color: #90caf9 !important; /* Darker Blueish Grey with Blue Tint */
}
.text-ocean{
  color: #90caf9 !important; /* Darker Blueish Grey with Blue Tint */
}


.square-icon-box.teal .icon-box, .title-box-teal .title-box {
  background-color: #9ac7e5; /* Light blue with grey tint */
  -webkit-box-shadow: 0 14px 26px -12px rgba(154, 199, 229, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(154, 199, 229, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(154, 199, 229, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(154, 199, 229, 0.2) !important;
}
.square-icon-box.teal .icon-box:after {
  border: 2px solid #9ac7e5; /* Light blue with grey tint */
}
.square-icon-box.teal .box-title, .title-box-teal .box-title {
  color: #9ac7e5; /* Light blue with grey tint */
}
.bg-teal{
  background-color: #9ac7e5 !important; /* Darker Blueish Grey with Blue Tint */
}
.text-teal{
  color: #9ac7e5 !important; /* Darker Blueish Grey with Blue Tint */
}


.square-icon-box.senora .icon-box, .title-box-senora .title-box {
  background-color: #ad97a0; /* Darker Blueish Grey with Reddish Tint */
  -webkit-box-shadow: 0 14px 26px -12px rgba(173, 151, 160, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 151, 160, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(173, 151, 160, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 151, 160, 0.2) !important;
}
.square-icon-box.senora .icon-box:after {
  border: 2px solid #ad97a0; /* Darker Blueish Grey with Reddish Tint */
}
.square-icon-box.senora .box-title, .title-box-senora .box-title {
  color: #ad97a0; /* Darker Blueish Grey with Reddish Tint */
}
.bg-senora{
  background-color: #ad97a0 !important; /* Darker Blueish Grey with Blue Tint */
}
.text-senora{
  color: #ad97a0 !important; /* Darker Blueish Grey with Blue Tint */
}


.square-icon-box.sea .icon-box, .title-box-sea .title-box {
  background-color: #a5b5b5; /* Muted greenish grey */
  -webkit-box-shadow: 0 14px 26px -12px rgba(165, 181, 181, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(165, 181, 181, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(165, 181, 181, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(165, 181, 181, 0.2) !important;
}
.square-icon-box.sea .icon-box:after {
  border: 2px solid #a5b5b5; /* Muted greenish grey */
}
.square-icon-box.sea .box-title, .title-box-sea .box-title {
  color: #a5b5b5; /* Muted greenish grey */
}
.bg-sea{
  background-color: #a5b5b5 !important; /* Darker Blueish Grey with Blue Tint */
}
.text-sea{
  color: #a5b5b5 !important; /* Darker Blueish Grey with Blue Tint */
}

.square-icon-box.ghost .icon-box, .title-box-ghost .title-box {
  background-color: #d1d1d1; /* Light grey with a hint of purple */
  -webkit-box-shadow: 0 14px 26px -12px rgba(209, 209, 209, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(209, 209, 209, 0.2) !important;
  box-shadow: 0 14px 26px -12px rgba(209, 209, 209, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(209, 209, 209, 0.2) !important;
}
.square-icon-box.ghost .icon-box:after {
  border: 2px solid #d1d1d1; /* Light grey with a hint of purple */
}
.square-icon-box.ghost .box-title, .title-box-ghost .box-title {
  color: #d1d1d1; /* Light grey with a hint of purple */
}
.bg-ghost{
  background-color: #d1d1d1 !important; /* Darker Blueish Grey with Blue Tint */
}
.text-ghost{
  color: #d1d1d1 !important; /* Darker Blueish Grey with Blue Tint */
}


  .square-icon-box.secondary .icon-box, .title-box-secondary .title-box {
    background-color: #7f00ff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
  }
  .square-icon-box.secondary .icon-box:after {
    border: 2px solid #7f00ff;
  }
  .square-icon-box.secondary .box-title, .title-box-secondary .box-title {
    color: #7f00ff;
  }
  .bg-7f00ff{
    background-color: #d1d1d1 !important; /* Darker Blueish Grey with Blue Tint */
  }
  .text-7f00ff{
    color: #d1d1d1 !important; /* Darker Blueish Grey with Blue Tint */
  }


  .square-icon-box.accent .icon-box, .title-box-accent .title-box {
    background-color: #ad5cff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
  }
  .square-icon-box.accent .icon-box:after {
    border: 2px solid #ad5cff;
  }
  .square-icon-box.accent .box-title, .title-box-accent .box-title {
    color: #ad5cff;
  }
  .square-icon-box.info .icon-box, .title-box-info .title-box {
    background-color: #039be5;
    -webkit-box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
  }
  .square-icon-box.info .icon-box:after {
    border: 2px solid #039be5;
  }
  .square-icon-box.info .box-title, .title-box-info .box-title {
    color: #039be5;
  }
  .square-icon-box.success .icon-box, .title-box-success .title-box {
    background-color: #06d6a0;
    -webkit-box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
  }
  .square-icon-box.success .icon-box:after {
    border: 2px solid #06d6a0;
  }
  .square-icon-box.success .box-title, .title-box-success .box-title {
    color: #06d6a0;
  }
  .square-icon-box.warning .icon-box, .title-box-warning .title-box {
    background-color: #eda514;
    -webkit-box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
  }
  .square-icon-box.warning .icon-box:after {
    border: 2px solid #eda514;
  }
  .square-icon-box.warning .box-title, .title-box-warning .box-title {
    color: #eda514;
  }
  .square-icon-box.danger .icon-box, .title-box-danger .title-box {
    background-color: #f92b60;
    -webkit-box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
  }
  .square-icon-box.danger .icon-box:after {
    border: 2px solid #f92b60;
  }
  .square-icon-box.danger .box-title, .title-box-danger .box-title {
    color: #f92b60;
  }
  .shadow-icon-box span {
    display: block;
    position: absolute;
    height: 75px;
    width: 75px;
    color: #fff;
    text-shadow: #4343f5 1px 1px, #4343f5 2px 2px, #4343f5 3px 3px,
      #4343f5 4px 4px, #4343f5 5px 5px, #4343f5 6px 6px, #4343f5 7px 7px,
      #4343f5 8px 8px, #4343f5 9px 9px, #4343f5 10px 10px, #4343f5 11px 11px,
      #4343f5 12px 12px, #4343f5 13px 13px, #4343f5 14px 14px, #4343f5 15px 15px,
      #4343f5 16px 16px, #4343f5 17px 17px, #4343f5 18px 18px, #4343f5 19px 19px,
      #4343f5 20px 20px, #4343f5 21px 21px, #4343f5 22px 22px, #4343f5 23px 23px,
      #4343f5 24px 24px, #4343f5 25px 25px, #4343f5 26px 26px, #4343f5 27px 27px,
      #4343f5 28px 28px, #4343f5 29px 29px, #4343f5 30px 30px, #4343f5 31px 31px,
      #4343f5 32px 32px, #4343f5 33px 33px, #4343f5 34px 34px, #4343f5 35px 35px,
      #4343f5 36px 36px, #4343f5 37px 37px, #4343f5 38px 38px, #4343f5 39px 39px,
      #4343f5 40px 40px, #4343f5 41px 41px, #4343f5 42px 42px, #4343f5 43px 43px,
      #4343f5 44px 44px, #4343f5 45px 45px, #4343f5 46px 46px, #4343f5 47px 47px,
      #4343f5 48px 48px, #4343f5 49px 49px, #4343f5 50px 50px, #4343f5 51px 51px,
      #4343f5 52px 52px, #4343f5 53px 53px, #4343f5 54px 54px, #4343f5 55px 55px,
      #4343f5 56px 56px, #4343f5 57px 57px, #4343f5 58px 58px, #4343f5 59px 59px,
      #4343f5 60px 60px, #4343f5 61px 61px, #4343f5 62px 62px, #4343f5 63px 63px,
      #4343f5 64px 64px, #4343f5 65px 65px, #4343f5 66px 66px, #4343f5 67px 67px,
      #4343f5 68px 68px, #4343f5 69px 69px, #4343f5 70px 70px, #4343f5 71px 71px,
      #4343f5 72px 72px, #4343f5 73px 73px, #4343f5 74px 74px, #4343f5 75px 75px;
  }
  .shadow-icon-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    width: 75px;
    height: 75px;
    font-size: 25px;
    line-height: 75px;
    background-color: #8c8cf9;
    border-radius: 10px;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    -ms-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .shadow-icon-box.rounded {
    border-radius: 100px;
  }
  .shadow-icon-box.is-secondary {
    background-color: #7f00ff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
    -ms-box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
  }
  .shadow-icon-box.is-secondary span {
    text-shadow: #5900b3 1px 1px, #5900b3 2px 2px, #5900b3 3px 3px,
      #5900b3 4px 4px, #5900b3 5px 5px, #5900b3 6px 6px, #5900b3 7px 7px,
      #5900b3 8px 8px, #5900b3 9px 9px, #5900b3 10px 10px, #5900b3 11px 11px,
      #5900b3 12px 12px, #5900b3 13px 13px, #5900b3 14px 14px, #5900b3 15px 15px,
      #5900b3 16px 16px, #5900b3 17px 17px, #5900b3 18px 18px, #5900b3 19px 19px,
      #5900b3 20px 20px, #5900b3 21px 21px, #5900b3 22px 22px, #5900b3 23px 23px,
      #5900b3 24px 24px, #5900b3 25px 25px, #5900b3 26px 26px, #5900b3 27px 27px,
      #5900b3 28px 28px, #5900b3 29px 29px, #5900b3 30px 30px, #5900b3 31px 31px,
      #5900b3 32px 32px, #5900b3 33px 33px, #5900b3 34px 34px, #5900b3 35px 35px,
      #5900b3 36px 36px, #5900b3 37px 37px, #5900b3 38px 38px, #5900b3 39px 39px,
      #5900b3 40px 40px, #5900b3 41px 41px, #5900b3 42px 42px, #5900b3 43px 43px,
      #5900b3 44px 44px, #5900b3 45px 45px, #5900b3 46px 46px, #5900b3 47px 47px,
      #5900b3 48px 48px, #5900b3 49px 49px, #5900b3 50px 50px, #5900b3 51px 51px,
      #5900b3 52px 52px, #5900b3 53px 53px, #5900b3 54px 54px, #5900b3 55px 55px,
      #5900b3 56px 56px, #5900b3 57px 57px, #5900b3 58px 58px, #5900b3 59px 59px,
      #5900b3 60px 60px, #5900b3 61px 61px, #5900b3 62px 62px, #5900b3 63px 63px,
      #5900b3 64px 64px, #5900b3 65px 65px, #5900b3 66px 66px, #5900b3 67px 67px,
      #5900b3 68px 68px, #5900b3 69px 69px, #5900b3 70px 70px, #5900b3 71px 71px,
      #5900b3 72px 72px, #5900b3 73px 73px, #5900b3 74px 74px, #5900b3 75px 75px;
  }
  .shadow-icon-box.is-accent {
    background-color: #ad5cff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
    -ms-box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
  }
  .shadow-icon-box.is-accent span {
    text-shadow: #8710ff 1px 1px, #8710ff 2px 2px, #8710ff 3px 3px,
      #8710ff 4px 4px, #8710ff 5px 5px, #8710ff 6px 6px, #8710ff 7px 7px,
      #8710ff 8px 8px, #8710ff 9px 9px, #8710ff 10px 10px, #8710ff 11px 11px,
      #8710ff 12px 12px, #8710ff 13px 13px, #8710ff 14px 14px, #8710ff 15px 15px,
      #8710ff 16px 16px, #8710ff 17px 17px, #8710ff 18px 18px, #8710ff 19px 19px,
      #8710ff 20px 20px, #8710ff 21px 21px, #8710ff 22px 22px, #8710ff 23px 23px,
      #8710ff 24px 24px, #8710ff 25px 25px, #8710ff 26px 26px, #8710ff 27px 27px,
      #8710ff 28px 28px, #8710ff 29px 29px, #8710ff 30px 30px, #8710ff 31px 31px,
      #8710ff 32px 32px, #8710ff 33px 33px, #8710ff 34px 34px, #8710ff 35px 35px,
      #8710ff 36px 36px, #8710ff 37px 37px, #8710ff 38px 38px, #8710ff 39px 39px,
      #8710ff 40px 40px, #8710ff 41px 41px, #8710ff 42px 42px, #8710ff 43px 43px,
      #8710ff 44px 44px, #8710ff 45px 45px, #8710ff 46px 46px, #8710ff 47px 47px,
      #8710ff 48px 48px, #8710ff 49px 49px, #8710ff 50px 50px, #8710ff 51px 51px,
      #8710ff 52px 52px, #8710ff 53px 53px, #8710ff 54px 54px, #8710ff 55px 55px,
      #8710ff 56px 56px, #8710ff 57px 57px, #8710ff 58px 58px, #8710ff 59px 59px,
      #8710ff 60px 60px, #8710ff 61px 61px, #8710ff 62px 62px, #8710ff 63px 63px,
      #8710ff 64px 64px, #8710ff 65px 65px, #8710ff 66px 66px, #8710ff 67px 67px,
      #8710ff 68px 68px, #8710ff 69px 69px, #8710ff 70px 70px, #8710ff 71px 71px,
      #8710ff 72px 72px, #8710ff 73px 73px, #8710ff 74px 74px, #8710ff 75px 75px;
  }
  .shadow-icon-box.is-info {
    background-color: #039be5;
    -webkit-box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
    -ms-box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
  }
  .shadow-icon-box.is-info span {
    text-shadow: #026899 1px 1px, #026899 2px 2px, #026899 3px 3px,
      #026899 4px 4px, #026899 5px 5px, #026899 6px 6px, #026899 7px 7px,
      #026899 8px 8px, #026899 9px 9px, #026899 10px 10px, #026899 11px 11px,
      #026899 12px 12px, #026899 13px 13px, #026899 14px 14px, #026899 15px 15px,
      #026899 16px 16px, #026899 17px 17px, #026899 18px 18px, #026899 19px 19px,
      #026899 20px 20px, #026899 21px 21px, #026899 22px 22px, #026899 23px 23px,
      #026899 24px 24px, #026899 25px 25px, #026899 26px 26px, #026899 27px 27px,
      #026899 28px 28px, #026899 29px 29px, #026899 30px 30px, #026899 31px 31px,
      #026899 32px 32px, #026899 33px 33px, #026899 34px 34px, #026899 35px 35px,
      #026899 36px 36px, #026899 37px 37px, #026899 38px 38px, #026899 39px 39px,
      #026899 40px 40px, #026899 41px 41px, #026899 42px 42px, #026899 43px 43px,
      #026899 44px 44px, #026899 45px 45px, #026899 46px 46px, #026899 47px 47px,
      #026899 48px 48px, #026899 49px 49px, #026899 50px 50px, #026899 51px 51px,
      #026899 52px 52px, #026899 53px 53px, #026899 54px 54px, #026899 55px 55px,
      #026899 56px 56px, #026899 57px 57px, #026899 58px 58px, #026899 59px 59px,
      #026899 60px 60px, #026899 61px 61px, #026899 62px 62px, #026899 63px 63px,
      #026899 64px 64px, #026899 65px 65px, #026899 66px 66px, #026899 67px 67px,
      #026899 68px 68px, #026899 69px 69px, #026899 70px 70px, #026899 71px 71px,
      #026899 72px 72px, #026899 73px 73px, #026899 74px 74px, #026899 75px 75px;
  }
  .shadow-icon-box.is-success {
    background-color: #06d6a0;
    -webkit-box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
    -ms-box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(0, 178, 137, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 178, 137, 0.2) !important;
  }
  .shadow-icon-box.is-success span {
    text-shadow: #048c68 1px 1px, #048c68 2px 2px, #048c68 3px 3px,
      #048c68 4px 4px, #048c68 5px 5px, #048c68 6px 6px, #048c68 7px 7px,
      #048c68 8px 8px, #048c68 9px 9px, #048c68 10px 10px, #048c68 11px 11px,
      #048c68 12px 12px, #048c68 13px 13px, #048c68 14px 14px, #048c68 15px 15px,
      #048c68 16px 16px, #048c68 17px 17px, #048c68 18px 18px, #048c68 19px 19px,
      #048c68 20px 20px, #048c68 21px 21px, #048c68 22px 22px, #048c68 23px 23px,
      #048c68 24px 24px, #048c68 25px 25px, #048c68 26px 26px, #048c68 27px 27px,
      #048c68 28px 28px, #048c68 29px 29px, #048c68 30px 30px, #048c68 31px 31px,
      #048c68 32px 32px, #048c68 33px 33px, #048c68 34px 34px, #048c68 35px 35px,
      #048c68 36px 36px, #048c68 37px 37px, #048c68 38px 38px, #048c68 39px 39px,
      #048c68 40px 40px, #048c68 41px 41px, #048c68 42px 42px, #048c68 43px 43px,
      #048c68 44px 44px, #048c68 45px 45px, #048c68 46px 46px, #048c68 47px 47px,
      #048c68 48px 48px, #048c68 49px 49px, #048c68 50px 50px, #048c68 51px 51px,
      #048c68 52px 52px, #048c68 53px 53px, #048c68 54px 54px, #048c68 55px 55px,
      #048c68 56px 56px, #048c68 57px 57px, #048c68 58px 58px, #048c68 59px 59px,
      #048c68 60px 60px, #048c68 61px 61px, #048c68 62px 62px, #048c68 63px 63px,
      #048c68 64px 64px, #048c68 65px 65px, #048c68 66px 66px, #048c68 67px 67px,
      #048c68 68px 68px, #048c68 69px 69px, #048c68 70px 70px, #048c68 71px 71px,
      #048c68 72px 72px, #048c68 73px 73px, #048c68 74px 74px, #048c68 75px 75px;
  }
  .shadow-icon-box.is-warning {
    background-color: #eda514;
    -webkit-box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
    -ms-box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(237, 165, 20, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(237, 165, 20, 0.2) !important;
  }
  .shadow-icon-box.is-warning span {
    text-shadow: #a8740d 1px 1px, #a8740d 2px 2px, #a8740d 3px 3px,
      #a8740d 4px 4px, #a8740d 5px 5px, #a8740d 6px 6px, #a8740d 7px 7px,
      #a8740d 8px 8px, #a8740d 9px 9px, #a8740d 10px 10px, #a8740d 11px 11px,
      #a8740d 12px 12px, #a8740d 13px 13px, #a8740d 14px 14px, #a8740d 15px 15px,
      #a8740d 16px 16px, #a8740d 17px 17px, #a8740d 18px 18px, #a8740d 19px 19px,
      #a8740d 20px 20px, #a8740d 21px 21px, #a8740d 22px 22px, #a8740d 23px 23px,
      #a8740d 24px 24px, #a8740d 25px 25px, #a8740d 26px 26px, #a8740d 27px 27px,
      #a8740d 28px 28px, #a8740d 29px 29px, #a8740d 30px 30px, #a8740d 31px 31px,
      #a8740d 32px 32px, #a8740d 33px 33px, #a8740d 34px 34px, #a8740d 35px 35px,
      #a8740d 36px 36px, #a8740d 37px 37px, #a8740d 38px 38px, #a8740d 39px 39px,
      #a8740d 40px 40px, #a8740d 41px 41px, #a8740d 42px 42px, #a8740d 43px 43px,
      #a8740d 44px 44px, #a8740d 45px 45px, #a8740d 46px 46px, #a8740d 47px 47px,
      #a8740d 48px 48px, #a8740d 49px 49px, #a8740d 50px 50px, #a8740d 51px 51px,
      #a8740d 52px 52px, #a8740d 53px 53px, #a8740d 54px 54px, #a8740d 55px 55px,
      #a8740d 56px 56px, #a8740d 57px 57px, #a8740d 58px 58px, #a8740d 59px 59px,
      #a8740d 60px 60px, #a8740d 61px 61px, #a8740d 62px 62px, #a8740d 63px 63px,
      #a8740d 64px 64px, #a8740d 65px 65px, #a8740d 66px 66px, #a8740d 67px 67px,
      #a8740d 68px 68px, #a8740d 69px 69px, #a8740d 70px 70px, #a8740d 71px 71px,
      #a8740d 72px 72px, #a8740d 73px 73px, #a8740d 74px 74px, #a8740d 75px 75px;
  }
  .shadow-icon-box.is-danger {
    background-color: #f92b60;
    -webkit-box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
    -ms-box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(255, 114, 115, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 114, 115, 0.2) !important;
  }
  .shadow-icon-box.is-danger span {
    text-shadow: #d2063a 1px 1px, #d2063a 2px 2px, #d2063a 3px 3px,
      #d2063a 4px 4px, #d2063a 5px 5px, #d2063a 6px 6px, #d2063a 7px 7px,
      #d2063a 8px 8px, #d2063a 9px 9px, #d2063a 10px 10px, #d2063a 11px 11px,
      #d2063a 12px 12px, #d2063a 13px 13px, #d2063a 14px 14px, #d2063a 15px 15px,
      #d2063a 16px 16px, #d2063a 17px 17px, #d2063a 18px 18px, #d2063a 19px 19px,
      #d2063a 20px 20px, #d2063a 21px 21px, #d2063a 22px 22px, #d2063a 23px 23px,
      #d2063a 24px 24px, #d2063a 25px 25px, #d2063a 26px 26px, #d2063a 27px 27px,
      #d2063a 28px 28px, #d2063a 29px 29px, #d2063a 30px 30px, #d2063a 31px 31px,
      #d2063a 32px 32px, #d2063a 33px 33px, #d2063a 34px 34px, #d2063a 35px 35px,
      #d2063a 36px 36px, #d2063a 37px 37px, #d2063a 38px 38px, #d2063a 39px 39px,
      #d2063a 40px 40px, #d2063a 41px 41px, #d2063a 42px 42px, #d2063a 43px 43px,
      #d2063a 44px 44px, #d2063a 45px 45px, #d2063a 46px 46px, #d2063a 47px 47px,
      #d2063a 48px 48px, #d2063a 49px 49px, #d2063a 50px 50px, #d2063a 51px 51px,
      #d2063a 52px 52px, #d2063a 53px 53px, #d2063a 54px 54px, #d2063a 55px 55px,
      #d2063a 56px 56px, #d2063a 57px 57px, #d2063a 58px 58px, #d2063a 59px 59px,
      #d2063a 60px 60px, #d2063a 61px 61px, #d2063a 62px 62px, #d2063a 63px 63px,
      #d2063a 64px 64px, #d2063a 65px 65px, #d2063a 66px 66px, #d2063a 67px 67px,
      #d2063a 68px 68px, #d2063a 69px 69px, #d2063a 70px 70px, #d2063a 71px 71px,
      #d2063a 72px 72px, #d2063a 73px 73px, #d2063a 74px 74px, #d2063a 75px 75px;
  }
  .shadow-title {
    padding-top: 10px;
    color: #444f60;
    font-weight: 500;
  }
  .shadow-text {
    color: #a9abac;
    font-size: 13px;
  }
  .simple-counter {
    position: relative;
  }
  .simple-counter .counter-number {
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    color: #444f60;
    z-index: 99;
  }
  .simple-counter .counter-number.is-bold {
    font-weight: 700 !important;
  }
  .simple-counter .counter-text {
    text-transform: uppercase;
    font-family: "Nexa Light", sans-serif;
    font-size: 1rem;
    font-weight: 900;
    color: #8c8cf9 !important;
  }
  .simple-counter .background-icon {
    position: absolute;
    font-size: 5rem;
    top: -40px !important;
    left: 0;
    right: 0;
    color: #999;
    opacity: 0.1;
    z-index: 0;
  }
  .card-counter .flex-card,
  .card-counter .network-grid .network-card,
  .network-grid .card-counter .network-card,
  .card-counter .project-card,
  .card-counter .profile-card,
  .card-counter .carousel-wrap .testimonials-solo-carousel .testimonial-item,
  .carousel-wrap .testimonials-solo-carousel .card-counter .testimonial-item {
    padding: 20px;
    overflow: visible;
  }
  .card-counter .flex-card:hover .round-icon,
  .card-counter .network-grid .network-card:hover .round-icon,
  .network-grid .card-counter .network-card:hover .round-icon,
  .card-counter .project-card:hover .round-icon,
  .card-counter .profile-card:hover .round-icon,
  .card-counter
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item:hover
    .round-icon,
  .carousel-wrap
    .testimonials-solo-carousel
    .card-counter
    .testimonial-item:hover
    .round-icon {
    -webkit-transform: rotate(360deg) scale(1.05);
    transform: rotate(360deg) scale(1.05);
    background: #ad5cff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(173, 92, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(173, 92, 255, 0.2) !important;
  }
  .card-counter .flex-card:hover .counter-text,
  .card-counter .network-grid .network-card:hover .counter-text,
  .network-grid .card-counter .network-card:hover .counter-text,
  .card-counter .project-card:hover .counter-text,
  .card-counter .profile-card:hover .counter-text,
  .card-counter
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item:hover
    .counter-text,
  .carousel-wrap
    .testimonials-solo-carousel
    .card-counter
    .testimonial-item:hover
    .counter-text {
    color: #ad5cff;
  }
  .card-counter .round-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: -50px auto 16px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    background: #8c8cf9;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .card-counter .counter-number {
    font-family: "Roboto", sans-serif;
    font-weight: bolder;
    font-size: 2.6rem;
    color: #444f60;
    line-height: 1;
  }
  .card-counter .counter-text {
    color: #8c8cf9;
    font-family: "Nexa Light", sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 1.1rem;
  }
  .icon-counter .counter-icon i {
    font-size: 3.4rem;
    color: #8c8cf9;
  }
  .icon-counter .counter-number {
    font-weight: bolder;
    font-family: "Nexa Light", sans-serif;
    font-size: 3rem;
    color: #444f60;
  }
  .icon-counter .counter-text {
    color: #8c8cf9;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .parallax-counter.is-primary i {
    color: #8c8cf9 !important;
  }
  .parallax-counter .counter-icon i {
    font-size: 3.4rem;
    color: #fff;
  }
  .parallax-counter .counter-number {
    font-weight: bolder;
    font-size: 3rem;
    color: #fff;
  }
  .parallax-counter .counter-text {
    color: #fff;
    font-family: "Nexa Light", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .team-classic .team-member {
    position: relative;
  }
  .team-classic .team-member img {
    height: 100%;
    width: 100%;
    display: block;
  }
  .team-classic .team-member .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
  }
  .team-classic .team-member .item-overlay .overlay-quote {
    opacity: 0;
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 0;
    padding: 5%;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .team-classic .team-member .item-overlay .overlay-quote .quote-text i {
    font-size: 18px;
  }
  .team-classic .team-member .item-overlay .overlay-quote .social-links {
    padding: 20px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .team-classic .team-member .item-overlay .overlay-quote .social-links span a {
    margin: 0 10px 0 10px;
    color: #fff;
  }
  .team-classic
    .team-member
    .item-overlay
    .overlay-quote
    .social-links
    span
    a:hover {
    opacity: 1;
  }
  .team-classic .team-member .item-overlay .overlay-quote .social-links span a i {
    font-size: 1.4em;
    padding: 15px;
    border-radius: 100px;
    border: 2px dashed #fff;
    -webkit-transition: all 0.1;
    transition: all 0.1;
  }
  .team-classic
    .team-member
    .item-overlay
    .overlay-quote
    .social-links
    span:first-child
    a
    i:hover {
    background: #1dcaff;
    border: 2px solid #1dcaff;
  }
  .team-classic
    .team-member
    .item-overlay
    .overlay-quote
    .social-links
    span:nth-child(2)
    a
    i:hover {
    background: #007bb6;
    border: 2px solid #007bb6;
  }
  .team-classic
    .team-member
    .item-overlay
    .overlay-quote
    .social-links
    span:last-child
    a
    i:hover {
    background: #ea4c89;
    border: 2px solid #ea4c89;
  }
  .team-classic .team-member:hover .item-overlay {
    background: rgba(0, 0, 0, 0.7);
  }
  .team-classic .team-member:hover .overlay-quote {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .team-classic .member-name {
    font-family: "Nexa Light", sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  .team-classic .member-name .last-name {
    font-weight: bolder;
    font-family: "Nexa Bold", sans-serif;
  }
  .team-classic .member-name .position {
    font-size: 0.9rem;
    color: #8c8cf9;
    font-family: "Nexa Light", sans-serif;
  }
  .team-classic.circled .social-links span:first-child a i:hover {
    background: none !important;
    border: 2px solid #1dcaff;
    color: #1dcaff;
  }
  .team-classic.circled .social-links span:nth-child(2) a i:hover {
    background: none !important;
    border: 2px solid #007bb6;
    color: #007bb6;
  }
  .team-classic.circled .social-links span:last-child a i:hover {
    background: none !important;
    border: 2px solid #ea4c89;
    color: #ea4c89;
  }
  .team-classic.squared .social-links span a i {
    border-radius: 3px !important;
  }
  .team-classic.squared .social-links span:first-child a i:hover {
    background: none !important;
    border: 2px solid #1dcaff;
    color: #1dcaff;
  }
  .team-classic.squared .social-links span:nth-child(2) a i:hover {
    background: none !important;
    border: 2px solid #007bb6;
    color: #007bb6;
  }
  .team-classic.squared .social-links span:last-child a i:hover {
    background: none !important;
    border: 2px solid #ea4c89;
    color: #ea4c89;
  }
  .modern-team {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .modern-team .modern-team-item .item-wrapper {
    position: relative;
  }
  .modern-team .modern-team-item .item-img {
    position: relative;
    overflow: hidden;
  }
  .modern-team .modern-team-item .item-img:before {
    content: "";
    background-color: rgba(72, 27, 174, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
  }
  .modern-team .modern-team-item .item-img .member-avatar {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  .modern-team .modern-team-item .overlay-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    will-change: opacity;
    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-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .modern-team .modern-team-item .overlay-wrapper .social {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    padding: 10px;
    background-color: #fff;
    border-radius: 100%;
    margin: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .modern-team .modern-team-item .overlay-wrapper .social i {
    position: relative;
    font-size: 1.3rem;
    color: #8c8cf9;
  }
  .modern-team .modern-team-item .member-info {
    padding: 10px 20px;
  }
  .modern-team .modern-team-item .member-info .member-name {
    font-family: "Nexa Light", sans-serif;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .modern-team .modern-team-item .member-info .member-name strong {
    font-family: "Nexa Bold", sans-serif;
  }
  .modern-team .modern-team-item .member-info .member-position {
    display: block;
    margin: 0.5em 0;
    font-family: "Nexa Light", sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #8c8cf9;
  }
  .modern-team .modern-team-item:hover .overlay-wrapper {
    opacity: 1;
    height: 100%;
    -webkit-transition: opacity 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9) 0.2s;
    transition: opacity 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9) 0.2s;
  }
  .modern-team .modern-team-item.circle-mask .item-img:before {
    width: 0;
    height: 0;
    padding: 25%;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease-out;
    transition: transform 0.3s ease, opacity 0.3s ease-out,
      -webkit-transform 0.3s ease;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  .modern-team .modern-team-item.circle-mask:hover .item-img:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }
  .modern-team .modern-team-item.curtain-mask .item-img:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
    clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.2s, 0.4s;
    transition-duration: 0.2s, 0.4s;
    -webkit-transition-delay: 0.4s, 0s;
    transition-delay: 0.4s, 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    will-change: transform, opacity;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .modern-team .modern-team-item.curtain-mask:hover .item-img:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(5);
    transform: translate(-50%, -50%) scale(5);
    -webkit-transition-delay: 0.1s, 0s;
    transition-delay: 0.1s, 0s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .modern-team .modern-team-item.zoom-effect .member-avatar {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9),
      -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .modern-team .modern-team-item.zoom-effect:hover .member-avatar {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .modern-team .modern-team-item.rotate-zoom-effect .member-avatar {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9),
      -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  .modern-team .modern-team-item.rotate-zoom-effect:hover .member-avatar {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
  }
  .modern-team .modern-team-item.zoom-slide-effect .member-avatar {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9),
      -webkit-transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  .modern-team .modern-team-item.zoom-slide-effect:hover .member-avatar {
    -webkit-transform: scale(1.2) translate(4%, 4%);
    transform: scale(1.2) translate(4%, 4%);
  }
  .card-team .card-team-item {
    text-align: center;
    height: 270px;
  }
  .card-team .card-team-item .flex-card,
  .card-team .card-team-item .network-grid .network-card,
  .network-grid .card-team .card-team-item .network-card,
  .card-team .card-team-item .project-card,
  .card-team .card-team-item .profile-card,
  .card-team
    .card-team-item
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item,
  .carousel-wrap
    .testimonials-solo-carousel
    .card-team
    .card-team-item
    .testimonial-item {
    height: 270px;
    margin-bottom: 0;
    border-radius: 0;
    border-color: #dbdbdb;
    border-collapse: collapse;
  }
  .card-team .card-team-item .flex-card:hover,
  .card-team .card-team-item .network-grid .network-card:hover,
  .network-grid .card-team .card-team-item .network-card:hover,
  .card-team .card-team-item .project-card:hover,
  .card-team .card-team-item .profile-card:hover,
  .card-team
    .card-team-item
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item:hover,
  .carousel-wrap
    .testimonials-solo-carousel
    .card-team
    .card-team-item
    .testimonial-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1000;
  }
  .card-team .card-team-item .team-avatar {
    width: 100%;
  }
  .card-team .card-team-item .team-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
  }
  .card-team .card-team-item .member-id .name {
    font-family: "Nexa Bold", sans-serif;
    margin-top: 15px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #444f60;
  }
  .card-team .card-team-item .member-id .position {
    font-family: "Nexa Light", sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 0.8rem;
    font-weight: 400;
    color: #8c8cf9;
  }
  .card-team .card-team-item .card-social-links {
    padding-top: 35px;
    margin-bottom: 20px;
  }
  .card-team .card-team-item .card-social-links a {
    color: #999;
    margin: 0 10px 0 10px;
  }
  .card-team .card-team-item .card-social-links a:nth-child(2) i {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .card-team .card-team-item .card-social-links a:last-child i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .card-team .card-team-item .card-social-links a:hover {
    color: #8c8cf9;
  }
  .card-team .card-team-item .card-social-links a i {
    font-size: 1.3rem;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  .card-team .card-team-item:hover .card-social-links a i {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .flip-boxes .flip-box {
    -webkit-perspective: 500px;
    perspective: 500px;
    min-height: 300px;
    cursor: pointer;
  }
  .flip-boxes .flip-box-wrapper {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  }
  .flip-boxes .flip-box-wrapper div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
  }
  .flip-boxes .flip-box-wrapper .front {
    z-index: 2;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  }
  .flip-boxes .flip-box-wrapper .front img {
    height: 100%;
    width: 100%;
    display: block;
  }
  .flip-boxes .flip-box-wrapper .back {
    z-index: 1;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  }
  .flip-boxes .flip-box-wrapper .back .flip-name {
    background: #fff;
    position: absolute;
    top: -22rem !important;
    left: 0;
    min-height: 25px;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  .flip-boxes .flip-box-wrapper .back .flip-name span {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #8c8cf9;
  }
  .flip-boxes .flip-box-wrapper .back .flip-social {
    position: absolute;
    top: -16rem;
  }
  .flip-boxes .flip-box-wrapper .back .flip-social a {
    color: #999;
    font-size: 1.4rem;
    margin: 0 10px 0 10px;
  }
  .flip-boxes .flip-box-wrapper .back .flip-social a:hover {
    color: #8c8cf9;
  }
  .flip-boxes .flip-box-wrapper:hover {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .team-members-wrap {
    max-width: 880px;
    margin: 0 auto;
  }
  .team-members-wrap.is-narrow {
    max-width: 680px;
  }
  .rounded-team-member {
    text-align: center;
    margin-bottom: 20px;
  }
  .rounded-team-member .avatar-wrap {
    position: relative;
    height: 100px;
    width: 100px;
    min-width: 100px;
    margin: 0 auto 10px auto;
  }
  .rounded-team-member .avatar-wrap .avatar {
    display: block;
    border-radius: 50%;
  }
  .rounded-team-member .avatar-wrap .badge {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .rounded-team-member h3 {
    font-family: "Nexa Light", sans-serif;
    font-size: 1.3rem;
    color: #444f60;
  }
  .rounded-team-member p {
    font-size: 0.95rem;
    color: #8e9baf;
    margin-bottom: 5px;
  }
  .rounded-team-member .social-profiles {
    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;
  }
  .rounded-team-member .social-profiles a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    width: 38px;
    min-width: 38px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .rounded-team-member .social-profiles a:hover {
    background: #fff;
    border-color: #e7eaf3;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .rounded-team-member .social-profiles a:hover i {
    color: #8c8cf9;
  }
  .rounded-team-member .social-profiles a i {
    font-size: 16px;
    color: #c5cbe2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .grid-clients .client {
    max-height: 70px;
  }
  .grid-clients.three-grid .column:nth-child(2),
  .grid-clients.three-grid .column:nth-child(3) {
    border-right: 1px solid #ededed;
  }
  .grid-clients.three-grid .is-separator {
    border-top: 1px solid #ededed;
  }
  .grid-clients.four-grid .column:nth-child(2),
  .grid-clients.four-grid .column:nth-child(3) {
    border-right: 1px solid #ededed;
  }
  .grid-clients.four-grid .column:nth-child(5) {
    border-left: 1px solid #ededed;
  }
  .grid-clients.four-grid .is-separator {
    border-top: 1px solid #ededed;
  }
  .grid-clients.five-grid .column:nth-child(2),
  .grid-clients.five-grid .column:nth-child(3),
  .grid-clients.five-grid .column:nth-child(4) {
    border-right: 1px solid #ededed;
  }
  .grid-clients.five-grid .column:nth-child(5),
  .grid-clients.five-grid .column:nth-child(6) {
    border-left: 1px solid #ededed;
  }
  .grid-clients.five-grid .is-separator {
    border-top: 1px solid #ededed;
  }
  .grid-clients a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  @media (max-width: 767px) {
    .grid-clients.flex-mobile .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .grid-clients.flex-mobile .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .image-carousel {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
  }
  .image-carousel:hover .slick-custom {
    opacity: 1;
  }
  .image-carousel .carousel-item {
    margin: 0 20px;
  }
  .image-carousel .image-wrapper {
    position: relative;
  }
  .image-carousel .image-wrapper .stack-logo {
    max-height: 130px;
  }
  .image-carousel .slick-custom {
    opacity: 0;
  }
  .image-carousel .slick-custom.is-prev {
    left: -4%;
  }
  .image-carousel .slick-custom.is-next {
    right: -4%;
  }
  .image-carousel .slick-dots {
    bottom: -60px !important;
  }
  .image-carousel .slick-prev:before,
  .image-carousel .slick-next:before {
    color: #999;
  }
  .multiple-image-carousel {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
  }
  .multiple-image-carousel:hover .slick-custom {
    opacity: 1;
  }
  .multiple-image-carousel .carousel-item {
    margin: 0 20px;
  }
  .multiple-image-carousel .image-wrapper {
    position: relative;
  }
  .multiple-image-carousel .image-wrapper .stack-logo {
    max-height: 130px;
    margin: 0 auto;
  }
  .multiple-image-carousel .slick-custom {
    opacity: 0;
    top: 35px;
  }
  .multiple-image-carousel .slick-dots {
    bottom: -60px !important;
  }
  .multiple-image-carousel .slick-prev:before,
  .multiple-image-carousel .slick-next:before {
    color: #999;
  }
  .single-image-carousel {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
  }
  .single-image-carousel:hover .slick-custom {
    opacity: 1;
  }
  .single-image-carousel .carousel-item {
    margin: 0 20px;
  }
  .single-image-carousel .image-wrapper {
    position: relative;
  }
  .single-image-carousel .image-wrapper:hover .caption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .single-image-carousel .image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 400px;
  }
  .single-image-carousel .image-wrapper .caption {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 99;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .single-image-carousel .image-wrapper .caption span {
    color: #fff;
    font-size: 1.1rem;
  }
  .single-image-carousel .slick-custom {
    opacity: 0;
  }
  .single-image-carousel .slick-dots {
    bottom: -60px !important;
  }
  .single-image-carousel .slick-prev:before,
  .single-image-carousel .slick-next:before {
    color: #999;
  }
  .slick-custom {
    position: absolute;
    top: 41%;
    border: 1px solid #ededed;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    color: #444f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
  }
  .slick-custom i {
    position: relative;
  }
  .slick-custom:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #8c8cf9;
    border: 1px solid #8c8cf9;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .slick-custom.is-prev {
    left: -6px;
  }
  .slick-custom.is-prev i {
    right: 2px;
  }
  .slick-custom.is-next {
    right: -6px;
  }
  .slick-custom.is-next i {
    left: 2px;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .navigation-tabs {
    overflow: hidden;
  }
  .navigation-tabs.animated-tabs .navtab-content {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .navigation-tabs.translated-tabs .navtab-content {
    -webkit-animation-name: translateLeft;
    animation-name: translateLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .navigation-tabs.simple-tabs .tabs ul li:hover a {
    border-bottom-color: #8c8cf9;
  }
  .navigation-tabs.simple-tabs .tabs ul li.is-active a {
    color: #444f60;
    border-bottom: 2px solid #8c8cf9;
  }
  .navigation-tabs.simple-tabs .tabs ul li.is-active a .icon i {
    color: #8c8cf9;
  }
  .navigation-tabs.simple-tabs .tabs ul li a {
    color: #a9abac;
  }
  .navigation-tabs.boxed-tabs .tabs ul li.is-active a {
    color: #8c8cf9;
  }
  .navigation-tabs.boxed-tabs .tabs ul li a {
    color: #a9abac;
  }
  .navigation-tabs.outlined-pills.rounded-pills .tabs ul li a {
    border-radius: 100px !important;
  }
  .navigation-tabs.outlined-pills .tabs ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
  }
  .navigation-tabs.outlined-pills .tabs ul li.is-active a {
    color: #a9abac;
    margin-bottom: 5px;
    color: #8c8cf9;
    border: 1px solid #8c8cf9;
    border-radius: 3px;
  }
  .navigation-tabs.outlined-pills .tabs ul li.is-active a:hover {
    border: 1px solid #8c8cf9;
  }
  .navigation-tabs.outlined-pills .tabs ul li a {
    border: 1px solid rgba(0, 0, 0, 0);
  }
  .navigation-tabs.outlined-pills .tabs ul li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
  }
  .navigation-tabs.full-pills.rounded .tabs ul li a {
    border-radius: 100px !important;
  }
  .navigation-tabs.full-pills.custom .tabs ul li.is-active a {
    color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .navigation-tabs.full-pills.primary .tabs ul li.is-active a {
    color: #fff;
    border: 1px solid #8c8cf9;
    background-color: #8c8cf9;
    border-radius: 3px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .navigation-tabs.full-pills.secondary .tabs ul li.is-active a {
    color: #fff;
    border: 1px solid #7f00ff;
    background-color: #7f00ff;
    border-radius: 3px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .navigation-tabs.full-pills.accent .tabs ul li.is-active a {
    color: #fff;
    border: 1px solid #ad5cff;
    background-color: #ad5cff;
    border-radius: 3px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .navigation-tabs.full-pills .tabs ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
    padding-bottom: 10px;
  }
  .navigation-tabs.full-pills .tabs ul li a {
    border-color: rgba(0, 0, 0, 0) !important;
    color: #a9abac;
    margin-bottom: 5px;
    border-radius: 100px !important;
  }
  .navigation-tabs.square-pills.circle-pills .tabs ul li a {
    border-radius: 50% !important;
  }
  .navigation-tabs.square-pills .tabs ul {
    padding: 20px;
    border-bottom: none !important;
  }
  .navigation-tabs.square-pills .tabs ul li.is-active a {
    background-color: #8c8cf9;
    color: #fff;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.18);
  }
  .navigation-tabs.square-pills .tabs ul li a {
    border-radius: 30px;
    padding: 0 15.5px;
    text-align: center;
    height: 60px;
    width: 60px;
    border-radius: 3px;
    font-weight: 400;
    color: #9a9a9a;
    margin-right: 19px;
    background-color: rgba(222, 222, 222, 0.3);
    border-bottom: none !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .navigation-tabs.square-pills .tabs ul li a:hover {
    border-bottom: none !important;
  }
  .navigation-tabs.square-pills .tabs ul li a i {
    display: block;
    font-size: 18px;
  }
  .navigation-tabs .navtab-content {
    display: none;
    padding: 15px;
    min-height: 190px;
  }
  .navigation-tabs .navtab-content.is-active {
    display: block;
  }
  .tabs.partner-tabs ul {
    border-bottom: 1px rgba(0, 0, 0, 0) !important;
  }
  @media only screen and (max-width: 767px) {
    .vertical-tabs-wrapper .tabs ul li.is-active a {
      color: #7f00ff;
      border-bottom-color: #7f00ff;
    }
    .vertical-tabs-wrapper .tabs ul li a {
      color: #999;
    }
    .vertical-tabs-wrapper .content-wrap .tab-content {
      padding-top: 12px;
      display: none;
      -webkit-animation: fadeInLeft 0.5s;
      animation: fadeInLeft 0.5s;
    }
    .vertical-tabs-wrapper .content-wrap .tab-content.is-active {
      display: block;
    }
  }
  @media only screen and (min-width: 768px) {
    .vertical-tabs-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .vertical-tabs-wrapper .tabs {
      min-width: 25%;
      max-width: 25%;
      margin-right: 30px;
    }
    .vertical-tabs-wrapper .tabs ul {
      display: block;
      text-align: left;
      border-bottom-color: rgba(0, 0, 0, 0) !important;
    }
    .vertical-tabs-wrapper .tabs ul li {
      display: block;
    }
    .vertical-tabs-wrapper .tabs ul li.is-active a {
      color: #7f00ff;
      border-right-color: #7f00ff;
    }
    .vertical-tabs-wrapper .tabs ul li a {
      display: block;
      border-bottom-color: rgba(0, 0, 0, 0) !important;
      border-right: 2px solid #dbdbdb;
      color: #999;
    }
    .vertical-tabs-wrapper .content-wrap {
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
    }
    .vertical-tabs-wrapper .content-wrap .tab-content {
      display: none;
      -webkit-animation: fadeInLeft 0.5s;
      animation: fadeInLeft 0.5s;
    }
    .vertical-tabs-wrapper .content-wrap .tab-content.is-active {
      display: block;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .testimonials,
  .demo {
    position: relative;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .testimonials .testimonial-item,
  .demo .testimonial-item {
    margin: 40px;
    outline: none !important;
  }
  .testimonials .testimonial-item .testimonial-avatar,
  .demo .testimonial-item .testimonial-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testimonials .testimonial-item .testimonial-avatar img,
  .demo .testimonial-item .testimonial-avatar img {
    border-radius: 100px;
    width: 75px;
    height: 75px;
    position: relative;
    top: -40px;
  }
  .testimonials .testimonial-item .testimonial-name,
  .demo .testimonial-item .testimonial-name {
    text-align: center;
  }
  .testimonials .testimonial-item .testimonial-name h3,
  .demo .testimonial-item .testimonial-name h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 18px;
    color: #8c8cf9;
    position: relative;
    top: -20px;
  }
  .testimonials .testimonial-item .testimonial-name span,
  .demo .testimonial-item .testimonial-name span {
    font-family: "Nexa Light", sans-serif;
    font-size: 14px;
    color: #a9abac;
    position: relative;
    top: -15px;
  }
  .testimonials .testimonial-item .testimonial-content p,
  .demo .testimonial-item .testimonial-content p {
    padding: 0 30px 30px 30px;
  }
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #ad5cff !important;
  }
  .vertical-testimonials {
    max-width: 640px;
    margin: 0 auto;
  }
  .vertical-testimonials .vtestimonial-item {
    margin: 5px 80px;
    border-radius: 12px;
    height: 130px !important;
  }
  .vertical-testimonials .vtestimonial-item:last-child {
    margin-bottom: 100px;
  }
  .vertical-testimonials .vtestimonial-item .vt-avatar {
    height: 55px;
    border-radius: 100px;
  }
  .vertical-testimonials .vtestimonial-item .vt-content {
    margin: 0 10px;
  }
  .vertical-testimonials .vtestimonial-item .vt-content .vt-name {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    color: #8c8cf9;
    margin-bottom: 0 !important;
  }
  .vertical-testimonials .vtestimonial-item .vt-content .vt-text {
    font-family: "Roboto", sans-serif;
    padding-right: 5px;
    font-size: 12px;
  }
  .vertical-testimonials .vtestimonial-item .vt-content .star-rating {
    float: right;
    position: relative;
    top: -5px;
    right: 5px;
    color: #f5c62c;
  }
  .vertical-testimonials .slick-current.slick-active.slick-center {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
  }
  .vertical-testimonials .slick-slide:not(.slick-current) {
    opacity: 0.1 !important;
  }
  .flat-testimonials .flat-testimonial-item {
    margin: 0 20px 50px 20px;
  }
  .flat-testimonials .flat-testimonial-item .image-container {
    position: relative;
    overflow: hidden;
  }
  .flat-testimonials .flat-testimonial-item .image-container img {
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
  }
  .flat-testimonials .flat-testimonial-item .image-container .skewed-overlay {
    position: absolute;
    top: 95%;
    left: 0;
    height: 40%;
    width: 200%;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
    padding: 20px;
    background: #fff;
  }
  .flat-testimonials .flat-testimonial-item .testimonial-text .quoted-text {
    color: #878787;
  }
  .flat-testimonials .flat-testimonial-item .testimonial-text .client-name {
    margin-top: 20px;
    font-family: "Nexa Bold", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
  }
  .flat-testimonials .flat-testimonial-item .testimonial-text .client-position {
    font-family: "Nexa Light", sans-serif;
    font-size: 0.9rem;
    color: #444f60;
  }
  .flat-testimonials .flat-testimonial-item .testimonial-text .company {
    max-height: 60px;
    margin-right: 50px;
    float: right;
  }
  .flat-testimonials .flat-testimonial-item .testimonial-text .fa-quote-left {
    margin: 20px 0 !important;
  }
  .flat-testimonials .flat-testimonial-item.primary .skewed-overlay {
    background: #8c8cf9;
  }
  .flat-testimonials .flat-testimonial-item.primary .client-name {
    color: #8c8cf9;
  }
  .flat-testimonials .flat-testimonial-item.primary .fa-quote-left {
    color: #8c8cf9;
  }
  .flat-testimonials .flat-testimonial-item.secondary .skewed-overlay {
    background: #7f00ff;
  }
  .flat-testimonials .flat-testimonial-item.secondary .client-name {
    color: #7f00ff;
  }
  .flat-testimonials .flat-testimonial-item.secondary .fa-quote-left {
    color: #7f00ff;
  }
  .flat-testimonials .flat-testimonial-item.accent .skewed-overlay {
    background: #ad5cff;
  }
  .flat-testimonials .flat-testimonial-item.accent .client-name {
    color: #ad5cff;
  }
  .flat-testimonials .flat-testimonial-item.accent .fa-quote-left {
    color: #ad5cff;
  }
  .flat-testimonials .flat-testimonial-item .company {
    max-width: 100px;
    margin-right: 0 !important;
  } /*! Bulkit | 5.0 | CSS Ninja */

  form {
    width: 100%;
  }
  .input,
  .textarea,
  select {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .form-label {
    padding-bottom: 5px;
    color: #999;
  }
  .input {
    color: #878787;
    font-family: "Roboto", sans-serif;
    font-size: 0.95rem;
    height: 36px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-color: #dee2e6;
  }
  .input.is-small {
    height: 26px;
  }
  .input.is-small ~ .icon {
    height: 26px !important;
    width: 26px !important;
  }
  .input.is-medium {
    height: 44px;
  }
  .input.is-medium ~ .icon {
    height: 44px !important;
    width: 44px !important;
  }
  .input.is-large {
    height: 52px;
  }
  .input.is-large ~ .icon {
    height: 52px !important;
    width: 52px !important;
  }
  .input.custom-input {
    height: 46px;
    line-height: 46px;
    padding-left: 50px !important;
  }
  .input.custom-input:focus {
    border-color: #dbdbdb !important;
  }
  .input.rounded {
    border-radius: 100px;
  }
  .input.is-primary-focus:focus {
    border-color: #8c8cf9;
  }
  .input.is-primary-focus:focus ~ .icon i {
    color: #8c8cf9;
  }
  .input.is-secondary-focus:focus {
    border-color: #7f00ff;
  }
  .input.is-secondary-focus:focus ~ .icon i {
    color: #7f00ff;
  }
  .input.is-accent-focus:focus {
    border-color: #ad5cff;
  }
  .input.is-accent-focus:focus ~ .icon i {
    color: #ad5cff;
  }
  .input.is-grey-focus:focus {
    border-color: #a9abac;
  }
  .input.is-grey-focus:focus ~ .icon i {
    color: #a9abac;
  }
  .input:hover {
    border-color: #d3d3d3;
  }
  .input:focus,
  .input:active {
    border-color: #d6d6d6;
  }
  .input:focus.has-shadow,
  .input:active.has-shadow {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .input:focus ~ .icon i,
  .input:active ~ .icon i {
    color: #8c8cf9;
  }
  .input:focus {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .input .icon {
    height: 36px !important;
    width: 36px !important;
  }
  .input .icon i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .textarea {
    color: #878787;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .textarea:focus {
    border: 1px solid #ededed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .textarea.is-primary-focus:focus {
    border-color: #8c8cf9;
  }
  .textarea.is-primary-focus:focus ~ span.icon i {
    color: #8c8cf9;
  }
  .textarea.is-secondary-focus:focus {
    border-color: #7f00ff;
  }
  .textarea.is-secondary-focus:focus ~ span.icon i {
    color: #7f00ff;
  }
  .textarea.is-accent-focus:focus {
    border-color: #ad5cff;
  }
  .textarea.is-accent-focus:focus ~ span.icon i {
    color: #ad5cff;
  }
  .textarea.is-default-focus:focus {
    border-color: #ccc;
  }
  .textarea.is-default-focus:focus ~ span.icon i {
    color: #ccc;
  }
  .textarea.is-grow {
    min-height: 40px !important;
    height: 40px;
    resize: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
  }
  .textarea.is-grow:focus {
    height: 130px !important;
    border-color: #999;
  }
  .textarea.is-button {
    min-height: 50px !important;
    height: 50px !important;
    resize: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none !important;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .textarea.is-button:hover {
    border-color: #ccc;
  }
  .textarea.is-button:focus {
    height: 130px !important;
    padding-bottom: 40px !important;
    border-color: #ccc;
  }
  .textarea.is-button + .textarea-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    border: 1px solid #ccc;
    border-top: none !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .textarea.is-button + .textarea-button button {
    margin: 10px 7px 7px 7px;
  }
  .control.required {
    position: relative;
  }
  .control.required.has-success .input {
    border-color: #06d6a0;
  }
  .control.required.has-success .validation-info.is-success {
    display: block;
  }
  .control.required.has-success .success {
    opacity: 1;
  }
  .control.required.has-error .input {
    border-color: #f92b60;
  }
  .control.required.has-error .validation-info.is-error {
    display: block;
  }
  .control.required.has-error .error {
    opacity: 1;
  }
  .control.required.required-small .success,
  .control.required.required-small .error {
    height: 26px;
    width: 26px;
  }
  .control.required.required-small .success i,
  .control.required.required-small .error i {
    font-size: 10px;
  }
  .control.required.required-small .input {
    padding-right: 26px;
  }
  .control.required.required-medium .success,
  .control.required.required-medium .error {
    height: 44px;
    width: 44px;
  }
  .control.required.required-medium .input {
    padding-right: 44px;
  }
  .control.required.required-large .success,
  .control.required.required-large .error {
    height: 52px;
    width: 52px;
  }
  .control.required.required-large .input {
    padding-right: 52px;
  }
  .control.required .success,
  .control.required .error {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .control.required .success i {
    color: #06d6a0;
  }
  .control.required .error i {
    color: #f92b60;
  }
  .control.required .validation-info {
    display: none;
    font-size: 0.8rem;
  }
  .control.required .validation-info.is-success {
    color: #06d6a0;
  }
  .control.required .validation-info.is-error {
    color: #f92b60;
  }
  .control.required .input {
    padding-right: 36px;
  }
  .control-material {
    position: relative;
    margin-bottom: 2em;
    font-family: "Roboto", sans-serif;
  }
  .control-material input,
  .control-material textarea {
    border-radius: 0 !important;
  }
  .control-material.has-icon {
    position: relative;
  }
  .control-material.has-icon input {
    padding-right: 54px;
  }
  .control-material.has-icon input:focus ~ i,
  .control-material.has-icon input:valid ~ i {
    margin-left: 10px;
  }
  .control-material.has-icon i {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #cecece;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .control-material.required {
    position: relative;
  }
  .control-material.required input {
    padding-right: 54px;
  }
  .control-material.required i {
    position: absolute;
    right: 15px;
    top: 6px;
    color: #cecece;
    display: none;
  }
  .control-material.required .validation-info {
    display: none;
    font-size: 0.8rem;
  }
  .control-material.required.has-success input {
    border-bottom-color: #06d6a0 !important;
  }
  .control-material.required.has-success .bar:after,
  .control-material.required.has-success .bar:before {
    background: #06d6a0 !important;
  }
  .control-material.required.has-success .success i {
    color: #06d6a0 !important;
    display: block;
  }
  .control-material.required.has-success label {
    color: #06d6a0 !important;
  }
  .control-material.required.has-success small.validation-info.success {
    color: #06d6a0;
    display: block;
  }
  .control-material.required.has-error input {
    border-bottom-color: #f92b60 !important;
  }
  .control-material.required.has-error .bar:after,
  .control-material.required.has-error .bar:before {
    background: #f92b60 !important;
  }
  .control-material.required.has-error .error i {
    color: #f92b60 !important;
    display: block;
  }
  .control-material.required.has-error label {
    color: #f92b60 !important;
  }
  .control-material.required.has-error small.validation-info.error {
    color: #f92b60;
    display: block;
  }
  .control-material.is-primary input.material-input:focus ~ label,
  .control-material.is-primary input:valid ~ label,
  .control-material.is-primary textarea:focus ~ label {
    color: #8c8cf9;
  }
  .control-material.is-primary .material-input:focus ~ .caret-icon i {
    color: #8c8cf9;
  }
  .control-material.is-primary .bar:before,
  .control-material.is-primary .bar:after {
    background: #8c8cf9;
  }
  .control-material.is-primary.has-icon input:focus ~ i {
    color: #8c8cf9 !important;
  }
  .control-material.is-primary .dropdown-list .option.selected {
    background: #8c8cf9;
    color: #fcfcfc;
  }
  .control-material.is-secondary input.material-input:focus ~ label,
  .control-material.is-secondary input:valid ~ label,
  .control-material.is-secondary textarea:focus ~ label {
    color: #7f00ff;
  }
  .control-material.is-secondary .material-input:focus ~ .caret-icon i {
    color: #7f00ff;
  }
  .control-material.is-secondary .bar:before,
  .control-material.is-secondary .bar:after {
    background: #7f00ff;
  }
  .control-material.is-secondary.has-icon input:focus ~ i {
    color: #7f00ff !important;
  }
  .control-material.is-secondary .dropdown-list .option.selected {
    background: #7f00ff;
    color: #fcfcfc;
  }
  .control-material.is-accent input.material-input:focus ~ label,
  .control-material.is-accent input:valid ~ label,
  .control-material.is-accent textarea:focus ~ label {
    color: #ad5cff;
  }
  .control-material.is-accent .material-input:focus ~ .caret-icon i {
    color: #ad5cff;
  }
  .control-material.is-accent .bar:before,
  .control-material.is-accent .bar:after {
    background: #ad5cff;
  }
  .control-material.is-accent.has-icon input:focus ~ i {
    color: #ad5cff !important;
  }
  .control-material.is-accent .dropdown-list .option.selected {
    background: #ad5cff;
    color: #fcfcfc;
  }
  .control-material.is-light input.material-input,
  .control-material.is-light textarea {
    color: #fff;
    border-color: #fff;
  }
  .control-material.is-light label {
    color: #fff;
  }
  .control-material.is-light input.material-input:focus ~ label,
  .control-material.is-light input:valid ~ label,
  .control-material.is-light textarea:focus ~ label {
    color: #fff;
  }
  .control-material.is-light .bar:before,
  .control-material.is-light .bar:after {
    background: #fff;
  }
  .control-material.is-light.has-icon input:focus ~ i {
    color: #fff !important;
  }
  .control-material .material-input,
  .control-material textarea {
    width: 100% !important;
    font-size: 1.15rem;
    padding: 0.625em 0.625em 0.625em 0.3125em;
    display: block;
    width: 18.75em;
    border: none;
    border-bottom: 1px solid #a9abac;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .control-material .material-input:focus,
  .control-material textarea:focus {
    outline: none;
  }
  .control-material label {
    font-family: "Roboto", sans-serif;
    color: #cecece;
    font-size: 0.9rem;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 1em;
    left: 0.3125em;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  .control-material .material-input:focus ~ label,
  .control-material input:valid ~ label,
  .control-material textarea:focus ~ label {
    top: -8px;
    left: -2px;
    font-size: 12px;
  }
  .control-material .bar {
    position: relative;
    display: block;
  }
  .control-material .bar:before,
  .control-material .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  .control-material .bar:before {
    left: 50%;
  }
  .control-material .bar:after {
    right: 50%;
  }
  .control-material .material-input:focus ~ .bar:before,
  .control-material input.material-input:focus ~ .bar:after,
  .control-material textarea:focus ~ .bar:before,
  .control-material textarea:focus ~ .bar:after {
    width: 50%;
  }
  .control-material .material-select.is-active .dropdown-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
  }
  .control-material .material-select .inner-wrap .caret-icon {
    position: absolute;
    top: 10px;
    right: 0;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .control-material .material-select .inner-wrap .caret-icon i {
    color: #999;
  }
  .control-material .material-select .material-input:focus {
    pointer-events: none !important;
  }
  .control-material .material-select .material-input:focus ~ .caret-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .control-material .material-select .dropdown-list {
    background: #fff;
    border: 1px solid #ededed;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 15px;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
  }
  .control-material .material-select .dropdown-list .option {
    font-size: 12px;
    cursor: pointer;
    padding: 10px;
  }
  .control-material .material-select .dropdown-list .option:hover:not(.selected) {
    background: #ededed;
  }
  .control.has-icons-left .select select {
    padding-left: 2.5rem;
  }
  .control.has-icons-left .select.is-small select {
    padding-left: 1.75rem;
  }
  .control.has-icons-left .select.is-medium select {
    padding-left: 3rem;
  }
  .control.has-icons-left .select.is-large + .icon {
    font-size: 1.6rem;
  }
  .control.has-icons-left .select.is-large select {
    padding-left: 3.3rem;
  }
  .control .select:after {
    border: 1px solid #8c8cf9;
    border-right: 0;
    border-top: 0;
  }
  .control .select:hover:after {
    border: 1px solid #5c5cf6;
    border-right: 0;
    border-top: 0;
  }
  .control .select select:active,
  .control .select select:focus {
    border-color: #8c8cf9;
  }
  .control .select:not(.is-multiple):not(.is-loading)::after {
    right: 1.525em;
    z-index: 4;
    font-size: 0.8rem;
    border: 1px solid #999;
    border-right: 0;
    border-top: 0;
  }
  .control .icon i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .auto-cpl-control .icon {
    height: 44px !important;
    width: 44px !important;
  }
  .auto-cpl-control .icon i {
    font-size: 18px;
  }
  .auto-cpl-control .autocpl {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .auto-cpl-control .easy-autocomplete-container ul li {
    padding: 8px 12px;
  }
  .auto-cpl-control .easy-autocomplete-container ul li.selected {
    background: #f7f7f7 !important;
  }
  .auto-cpl-control .easy-autocomplete-container .template-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auto-cpl-control
    .easy-autocomplete-container
    .template-wrapper
    .autocpl-avatar {
    width: 36px !important;
    height: 36px !important;
    border-radius: 100px !important;
  }
  .auto-cpl-control .easy-autocomplete-container .template-wrapper .entry-text {
    margin-left: 15px;
  }
  .auto-cpl-control
    .easy-autocomplete-container
    .template-wrapper
    .entry-text
    span {
    font-size: 0.8rem;
    color: #a9abac;
  }
  .datepicker-panel > ul > li.picked,
  .datepicker-panel > ul > li.picked:hover {
    background-color: #ad5cff !important;
  }
  .file-input-wrapper .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .file-input-wrapper .control .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .file-input-wrapper .control .inputfile + label {
    max-width: 80%;
    font-size: 1.05rem;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    padding: 0.625rem 1.45rem 0.8rem 1.25rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .file-input-wrapper .control .inputfile + label i {
    margin-right: 10px;
  }
  .file-input-wrapper .control .simple-file-input + label {
    color: #fff;
    background-color: #ad5cff;
  }
  .file-input-wrapper .control .simple-file-input:focus + label,
  .file-input-wrapper .control .simple-file-input + label:hover {
    background-color: #ba76ff;
    outline: none;
    -webkit-box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
  }
  .field-input-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .field-input-wrapper .field-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fcfcfc;
    border: 1px solid #ededed;
    padding: 16px;
    width: 450px;
    position: relative;
    border-radius: 3px;
  }
  .field-input-wrapper .field-input > [type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
  }
  .field-input-wrapper .field-input > .button {
    display: inline-block;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 2px;
    margin-right: 8px;
    line-height: 1;
  }
  .field-input-wrapper .field-input > .label {
    color: #444f60;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.3;
  }
  .field > label {
    font-family: "Roboto", sans-serif;
    padding-bottom: 4px;
    color: #5d6c84;
  }
  .field.has-addons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .field.has-addons input {
    margin-right: 5px;
  }
  .field.has-addons .button {
    height: 36px;
  }
  @-webkit-keyframes slideUp {
    0% {
      -webkit-transform: translateY(6.25rem);
      transform: translateY(6.25rem);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes slideUp {
    0% {
      -webkit-transform: translateY(6.25rem);
      transform: translateY(6.25rem);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @media (min-width: 769px) {
    input.md-checkbox:focus {
      border-bottom-color: rgba(0, 0, 0, 0) !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      outline: none !important;
      outline-offset: 0 !important;
      background: #fff !important;
    }
  }
  .radio-wrap,
  .checkbox-wrap {
    position: relative;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    padding: 1em;
  }
  .radio-wrap::-moz-selection,
  .checkbox-wrap::-moz-selection {
    background: rgba(0, 0, 0, 0);
  }
  .radio-wrap::selection,
  .checkbox-wrap::selection {
    background: rgba(0, 0, 0, 0);
  }
  .radio-wrap input.d-checkbox + span,
  .checkbox-wrap input.d-checkbox + span,
  .radio-wrap input.b-radio + span,
  .checkbox-wrap input.b-radio + span {
    background: #fff;
    content: "";
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0;
    border: 1px solid #999;
    vertical-align: middle;
    width: 2em;
    height: 2em;
  }
  .radio-wrap input.d-checkbox + span::after,
  .checkbox-wrap input.d-checkbox + span::after,
  .radio-wrap input.b-radio + span::after,
  .checkbox-wrap input.b-radio + span::after {
    content: "";
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .radio-wrap input.d-checkbox:checked + span::after,
  .checkbox-wrap input.d-checkbox:checked + span::after,
  .radio-wrap input.b-radio:checked + span::after,
  .checkbox-wrap input.b-radio:checked + span::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .radio-wrap input.d-checkbox,
  .checkbox-wrap input.d-checkbox,
  .radio-wrap input.b-radio,
  .checkbox-wrap input.b-radio {
    position: absolute;
    cursor: pointer;
    opacity: 0;
  }
  .checkbox-wrap input + span {
    border-radius: 2px;
  }
  .checkbox-wrap input + span::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+)
      no-repeat center;
    background-size: contain;
    width: 1.9em;
    height: 1.9em;
  }
  .checkbox-wrap.is-medium input + span {
    width: 1.4em;
    height: 1.4em;
  }
  .checkbox-wrap.is-medium input + span::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+)
      no-repeat center;
    background-size: contain;
    width: 1.3em;
    height: 1.3em;
  }
  .checkbox-wrap.is-small input + span {
    width: 1em;
    height: 1em;
  }
  .checkbox-wrap.is-small input + span::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+)
      no-repeat center;
    background-size: contain;
    width: 0.9em;
    height: 0.9em;
  }
  .radio-wrap input + span {
    border-radius: 1000px;
  }
  .radio-wrap input + span::after {
    border-radius: 1000px;
    margin: 0.55em;
    width: 0.75em;
    height: 0.75em;
  }
  .radio-wrap input:checked + span::after {
    background: #444f60;
  }
  .radio-wrap.is-small span {
    -webkit-transform: scale(0.6) !important;
    transform: scale(0.6) !important;
  }
  .radio-wrap.is-small span::after {
    margin: 0.54em !important;
  }
  .radio-wrap.is-medium span {
    -webkit-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
  }
  .radio-wrap.is-medium span::after {
    margin: 0.58em !important;
  }
  .radio-wrap.is-primary input:checked + span::after {
    background: #8c8cf9;
  }
  .radio-wrap.is-secondary input:checked + span::after {
    background: #7f00ff;
  }
  .radio-wrap.is-accent input:checked + span::after {
    background: #ad5cff;
  }
  .tagsinput {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 5px;
    width: 300px;
    height: 100px;
    overflow-y: auto;
  }
  .tagsinput .tag {
    position: relative;
    border: 1px solid #039be5;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    padding: 4px 8px;
    text-decoration: none;
    background: #039be5;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
  }
  .tagsinput .tag:after {
    position: absolute;
    right: 4px;
    font-family: "Material Icons";
    content: "";
    color: #fff;
    opacity: 1;
    z-index: 0;
  }
  .tagsinput .tag span {
    position: relative;
    top: -2px;
    margin-right: 6px;
  }
  .tagsinput .tag a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    opacity: 0;
    position: relative;
    z-index: 2;
  }
  .tagsinput input {
    width: 80px;
    margin: 0 5px 5px 0;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 5px;
    background: 0 0;
    color: #000;
    outline: 0;
  }
  .tagsinput div {
    display: block;
    float: left;
  }
  .bulma-tags .tagsinput {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    overflow-y: auto;
  }
  .bulma-tags .tagsinput .control {
    margin-right: 0.2rem !important;
  }
  .bulma-tags .tagsinput .tags {
    outline: none !important;
  }
  .bulma-tags .tagsinput .tags .tag:first-child {
    padding: 4px 8px 6px;
  }
  .bulma-tags .tagsinput .tags .tag:first-child.is-active {
    background: #039be5;
  }
  .bulma-tags .tagsinput .tags .tag:first-child:after {
    display: none !important;
  }
  .bulma-tags .tagsinput .tags .is-delete {
    margin: 0;
    background: #344258;
  }
  .steps-wrapper {
    position: relative;
    min-height: 390px;
    padding: 40px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 6px;
    -webkit-box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
  }
  .steps-wrapper .steps {
    font-size: 0.9rem;
  }
  .steps-wrapper .steps .steps-content {
    padding-bottom: 50px;
  }
  .steps-wrapper .steps .step-item.is-active .step-marker {
    border-color: #7f00ff !important;
    color: #7f00ff;
  }
  .steps-wrapper .steps .step-item.is-active:before {
    background-position: left bottom;
  }
  .steps-wrapper .steps .step-item.is-completed .step-marker {
    background: #7f00ff;
  }
  .steps-wrapper .steps .step-item.is-completed:before {
    background-position: left bottom;
  }
  .steps-wrapper .steps .step-item:not(:first-child):before {
    content: " ";
    display: block;
    position: absolute;
  }
  .steps-wrapper .steps .step-item:before {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(50%, #dbdbdb),
      color-stop(50%, #7f00ff)
    );
    background: linear-gradient(to left, #dbdbdb 50%, #7f00ff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
  }
  .steps-wrapper .step-title {
    font-size: 0.7rem !important;
    text-transform: uppercase;
  }
  .steps-wrapper .label {
    text-align: left;
    font-weight: 600 !important;
  }
  .steps-wrapper .steps-actions {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    padding: 0 40px;
  }
  .steps-wrapper .steps-actions .steps-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
  }
  .steps-wrapper .steps-actions .steps-action .button {
    margin-left: 8px;
  }
  .steps-wrapper .confirm-image {
    display: block;
    margin: 10px auto;
    height: 75px;
  }
  .steps-wrapper.is-squared .step-marker {
    border-radius: 4px !important;
  }
  @media (max-width: 767px) {
    .steps-wrapper.is-double-column .steps-actions {
      bottom: 20px !important;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .steps-wrapper.is-double-column .steps-actions {
      bottom: 20px !important;
    }
  }
  .is-combo {
    margin-bottom: 20px;
  }
  .is-combo .combo-label {
    font-weight: 500;
    font-size: 0.9rem;
    color: #999;
  }
  .is-combo .combo-box,
  .is-combo .image-combo-box,
  .is-combo .stacked-combo-box {
    position: relative;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 40px;
    margin-top: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-combo .combo-box.has-rounded-images .combo-item img,
  .is-combo .combo-box.has-rounded-images .item-icon img,
  .is-combo .image-combo-box.has-rounded-images .combo-item img,
  .is-combo .image-combo-box.has-rounded-images .item-icon img,
  .is-combo .stacked-combo-box.has-rounded-images .combo-item img,
  .is-combo .stacked-combo-box.has-rounded-images .item-icon img {
    border-radius: 50%;
  }
  .is-combo .combo-box .box-inner,
  .is-combo .image-combo-box .box-inner,
  .is-combo .stacked-combo-box .box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .is-combo .combo-box .box-inner .combo-item,
  .is-combo .image-combo-box .box-inner .combo-item,
  .is-combo .stacked-combo-box .box-inner .combo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding-left: 8px;
  }
  .is-combo .combo-box .box-inner .combo-item i,
  .is-combo .image-combo-box .box-inner .combo-item i,
  .is-combo .stacked-combo-box .box-inner .combo-item i {
    color: #7f00ff;
    font-size: 20px;
    margin-right: 8px;
  }
  .is-combo .combo-box .box-inner .combo-item .fa,
  .is-combo .image-combo-box .box-inner .combo-item .fa,
  .is-combo .stacked-combo-box .box-inner .combo-item .fa {
    position: relative;
    top: 1px;
    font-size: 14px;
  }
  .is-combo .combo-box .box-inner .combo-item .fa.is-green,
  .is-combo .image-combo-box .box-inner .combo-item .fa.is-green,
  .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-green {
    color: #06d6a0;
  }
  .is-combo .combo-box .box-inner .combo-item .fa.is-blue,
  .is-combo .image-combo-box .box-inner .combo-item .fa.is-blue,
  .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-blue {
    color: #039be5;
  }
  .is-combo .combo-box .box-inner .combo-item .fa.is-orange,
  .is-combo .image-combo-box .box-inner .combo-item .fa.is-orange,
  .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-orange {
    color: #eda514;
  }
  .is-combo .combo-box .box-inner .combo-item .fa.is-red,
  .is-combo .image-combo-box .box-inner .combo-item .fa.is-red,
  .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-red {
    color: #f92b60;
  }
  .is-combo .combo-box .box-inner .combo-item .fa.is-secondary,
  .is-combo .image-combo-box .box-inner .combo-item .fa.is-secondary,
  .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-secondary {
    color: #7f00ff;
  }
  .is-combo .combo-box .box-inner .combo-item img,
  .is-combo .image-combo-box .box-inner .combo-item img,
  .is-combo .stacked-combo-box .box-inner .combo-item img {
    display: block;
    height: 26px;
    width: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 8px;
  }
  .is-combo .combo-box .box-inner .combo-item .avatar-container,
  .is-combo .image-combo-box .box-inner .combo-item .avatar-container,
  .is-combo .stacked-combo-box .box-inner .combo-item .avatar-container {
    position: relative;
    display: block;
    height: 26px;
    width: 26px;
  }
  .is-combo .combo-box .box-inner .combo-item .avatar-container .avatar,
  .is-combo .image-combo-box .box-inner .combo-item .avatar-container .avatar,
  .is-combo .stacked-combo-box .box-inner .combo-item .avatar-container .avatar {
    display: block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
  }
  .is-combo .combo-box .box-inner .combo-item .avatar-container .badge,
  .is-combo .image-combo-box .box-inner .combo-item .avatar-container .badge,
  .is-combo .stacked-combo-box .box-inner .combo-item .avatar-container .badge {
    position: absolute;
    bottom: 0;
    right: -6px;
    height: 10px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0;
  }
  .is-combo .combo-box .box-inner .combo-item span,
  .is-combo .image-combo-box .box-inner .combo-item span,
  .is-combo .stacked-combo-box .box-inner .combo-item span {
    display: block;
    color: #444f60;
    font-size: 0.9rem;
    font-weight: 500;
    margin-left: 8px;
  }
  .is-combo .combo-box .box-chevron,
  .is-combo .image-combo-box .box-chevron,
  .is-combo .stacked-combo-box .box-chevron {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
  }
  .is-combo .combo-box .box-chevron i,
  .is-combo .image-combo-box .box-chevron i,
  .is-combo .stacked-combo-box .box-chevron i {
    font-size: 18px;
    stroke: #444f60;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-combo .combo-box .box-chevron svg,
  .is-combo .image-combo-box .box-chevron svg,
  .is-combo .stacked-combo-box .box-chevron svg {
    height: 18px;
    width: 18px;
    stroke: #444f60;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-combo .combo-box .box-dropdown,
  .is-combo .image-combo-box .box-dropdown,
  .is-combo .stacked-combo-box .box-dropdown {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    z-index: 50;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner,
  .is-combo .stacked-combo-box .box-dropdown .dropdown-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-top: 10px;
    max-height: 190px;
    overflow-y: auto;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner ul,
  .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul {
    padding: 10px 0;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li,
  .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li {
    padding: 6px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon,
  .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 30px;
    margin-right: 8px;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon i,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon i,
  .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon i {
    color: #999;
    font-size: 20px;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa {
    font-size: 14px;
    position: relative;
    top: 1px;
  }
  .is-combo
    .combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-green,
  .is-combo
    .image-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-green,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-green {
    color: #06d6a0;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue,
  .is-combo
    .image-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-blue,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-blue {
    color: #039be5;
  }
  .is-combo
    .combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-orange,
  .is-combo
    .image-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-orange,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-orange {
    color: #eda514;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red,
  .is-combo
    .image-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-red,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-red {
    color: #f92b60;
  }
  .is-combo
    .combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-secondary,
  .is-combo
    .image-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-secondary,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .fa.is-secondary {
    color: #7f00ff;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon img,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon img,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    img {
    display: block;
    height: 22px;
    width: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar,
  .is-combo
    .image-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .avatar,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .avatar {
    display: block;
    height: 22px;
    width: 22px;
    border-radius: 50%;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge,
  .is-combo
    .image-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .badge,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .item-icon
    .badge {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark,
  .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 16px;
    width: 16px;
    margin-right: 8px;
    margin-left: auto;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark svg,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li
    .checkmark
    svg {
    stroke: #7f00ff;
    stroke-width: 3px;
    height: 16px;
    width: 16px;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark i,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark i,
  .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark i {
    font-size: 16px;
    color: #7f00ff;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li span,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li span,
  .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li span {
    display: block;
    color: #999;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li:hover,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li:hover,
  .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li:hover {
    background: #f2f2f2;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i,
  .is-combo
    .image-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li.is-active
    .item-icon
    i,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li.is-active
    .item-icon
    i {
    color: #7f00ff;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active span,
  .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active span,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li.is-active
    span {
    color: #444f60;
  }
  .is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark,
  .is-combo
    .image-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li.is-active
    .checkmark,
  .is-combo
    .stacked-combo-box
    .box-dropdown
    .dropdown-inner
    ul
    li.is-active
    .checkmark {
    opacity: 1;
  }
  .is-combo .combo-box.is-active,
  .is-combo .image-combo-box.is-active,
  .is-combo .stacked-combo-box.is-active {
    border-color: #7f00ff;
  }
  .is-combo .combo-box.is-active .box-chevron svg,
  .is-combo .combo-box.is-active .box-chevron i,
  .is-combo .image-combo-box.is-active .box-chevron svg,
  .is-combo .image-combo-box.is-active .box-chevron i,
  .is-combo .stacked-combo-box.is-active .box-chevron svg,
  .is-combo .stacked-combo-box.is-active .box-chevron i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .is-combo .combo-box.is-active .box-dropdown,
  .is-combo .image-combo-box.is-active .box-dropdown,
  .is-combo .stacked-combo-box.is-active .box-dropdown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
  } /*! _tables.scss | Bulkit | CSS Ninja */
  .table {
    width: 100%;
  }
  .table.device-table th,
  .table.device-table td {
    text-align: center !important;
    border: none;
  }
  .table.device-table th i {
    font-size: 35px;
    color: #cecece;
  }
  .table.device-table td {
    padding: 0.75em 1em;
  }
  .table.device-table td:first-child {
    text-align: left !important;
  }
  .table.device-table td.feature-name {
    line-height: 1.9;
    font-family: "Nexa Light", sans-serif;
  }
  .table.device-table td i.im-icon-Yes {
    font-size: 24px;
    color: #8c8cf9;
  }
  .table.device-table td i.im-icon-Close {
    font-size: 24px;
    color: #cecece;
  }
  .table.device-table th {
    border-bottom: 1px solid #dbdbdb;
  }
  .table.compare-table th,
  .table.compare-table td {
    text-align: center !important;
    border: none;
  }
  .table.compare-table th i {
    font-size: 35px;
    color: #cecece;
  }
  .table.compare-table td {
    padding: 0.75em 1em;
  }
  .table.compare-table td:first-child {
    text-align: left !important;
  }
  .table.compare-table td.feature-name {
    line-height: 1.9;
    font-family: "Nexa Light", sans-serif;
  }
  .table.compare-table td i.fa-check {
    font-size: 18px;
    color: #8c8cf9;
  }
  .table.compare-table td i.fa-close {
    font-size: 18px;
    color: #cecece;
  }
  .table.compare-table th {
    border-bottom: 1px solid #dbdbdb;
    font-family: "Nexa Bold", sans-serif;
  }
  .responsive-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
    color: #333;
    border-radius: 0.2em;
    overflow: hidden;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  }
  .responsive-table.is-primary tr:first-child {
    background: #8c8cf9;
  }
  .responsive-table.is-secondary tr:first-child {
    background: #7f00ff;
  }
  .responsive-table.is-accent tr:first-child {
    background: #ad5cff;
  }
  .responsive-table tr:first-child {
    border-top: none;
    background: #999;
    color: #fff !important;
  }
  .responsive-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    border-color: #bfbfbf;
  }
  .responsive-table:nth-child(odd):not(:first-child) {
    background-color: #fcfcfc;
  }
  .responsive-table th {
    display: none;
    color: #fff;
  }
  .responsive-table td {
    display: block;
  }
  .responsive-table td:first-child {
    margin-top: 0.5em;
  }
  .responsive-table td:last-child {
    margin-bottom: 0.5em;
  }
  .responsive-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
  }
  .responsive-table th,
  .responsive-table td {
    text-align: left;
    padding: 0.5em 1em;
  }
  @media screen and (max-width: 601px) {
    .responsive-table tr:nth-child(2) {
      border-top: none;
    }
    .responsive-table td {
      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;
    }
    .responsive-table td::before {
      text-align: left !important;
    }
  }
  @media screen and (min-width: 600px) {
    .responsive-table tr:hover:not(:first-child) {
      background-color: #f2f2f2;
    }
    .responsive-table td:before {
      display: none;
    }
    .responsive-table th,
    .responsive-table td {
      display: table-cell;
      padding: 0.25em 0.5em;
    }
    .responsive-table th:first-child,
    .responsive-table td:first-child {
      padding-left: 0;
    }
    .responsive-table th:last-child,
    .responsive-table td:last-child {
      padding-right: 0;
    }
    .responsive-table th,
    .responsive-table td {
      padding: 1em !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .content ul {
    list-style-type: disc;
  }
  .content ol {
    list-style-type: decimal;
  }
  ul,
  ol {
    list-style-type: none;
    font-family: "Roboto", sans-serif;
  }
  .icon-bullet-list {
    list-style: none;
    padding: 0;
    font-family: "Roboto", sans-serif;
  }
  .icon-bullet-list li {
    padding-left: 1.3em;
    padding: 3px 0 3px 1.3em;
  }
  .icon-bullet-list li:before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 0.7rem;
    width: 1.3em;
  }
  .solid-list {
    display: inline-block;
    font-family: "Roboto", sans-serif;
  }
  .solid-list .solid-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
  }
  .solid-list .solid-list-item .list-bullet i {
    font-size: 1.5rem;
    margin-right: 10px;
    position: relative;
    top: 2px;
    color: #a9abac;
  }
  .inline-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Roboto", sans-serif;
  }
  .inline-list i.inline-bullet {
    font-size: 0.4rem;
    margin: 0 10px;
    color: #ededed;
    position: relative;
    top: 8px;
  }
  .list-block {
    border: 1px solid #ededed;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  }
  .list-block li {
    padding: 10px 20px;
    font-family: "Roboto", sans-serif;
  }
  .list-block li a {
    color: #444;
  }
  .list-block li.is-active {
    background: #8c8cf9;
  }
  .list-block li.is-active:hover {
    background: #8c8cf9;
  }
  .list-block li.is-active .b-badge {
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
  }
  .list-block li.is-active a {
    color: #fff;
  }
  .list-block li:hover {
    background: #eff4f7;
  }
  .list-block.bordered li:not(last-child) {
    border-bottom: 1px solid #ededed;
  }
  .list-block.minimal {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .list-block.minimal li {
    border-bottom: 1px solid #ededed;
  }
  .list-block .b-badge {
    float: right;
  }
  .list-block.is-secondary li.is-active {
    background: #7f00ff;
  }
  .list-block.is-accent li.is-active {
    background: #ad5cff;
  }
  .level.nav-level {
    padding: 20px 40px;
    border: 1px solid #ededed;
    background: #fff;
  }
  .level.nav-level i {
    cursor: pointer;
  }
  .level.nav-level i:hover {
    color: #8c8cf9;
  }
  .level.centered-level {
    padding: 20px 40px;
    border: 1px solid #ededed;
    background: #fff;
  }
  .user-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
  }
  .user-list .user-list-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
  }
  .user-list .user-list-info {
    margin: 0 10px;
  }
  .user-list .user-list-info .name {
    font-size: 14px;
    font-weight: 500;
    color: #444f60;
  }
  .user-list .user-list-info .position {
    font-size: 12px;
    color: #a9abac;
  }
  .user-list .user-list-status {
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background: #a9abac;
    margin-left: auto;
  }
  .user-list .user-list-status.is-offline {
    background: #ededed;
  }
  .user-list .user-list-status.is-online {
    background: #06d6a0;
  }
  .user-list .user-list-status.is-busy {
    background: #eda514;
  }
  .user-media-list li {
    margin: 15px 0;
  }
  .user-media-list .media-left .image {
    position: relative;
  }
  .user-media-list .media-left .image .avatar-status {
    height: 10px;
    width: 10px;
    border-radius: 200px;
    background: #a9abac;
    position: absolute;
    right: 1px;
    top: 3px;
  }
  .user-media-list .media-left .image .avatar-status.is-offline {
    background: #ededed;
  }
  .user-media-list .media-left .image .avatar-status.is-online {
    background: #06d6a0;
  }
  .user-media-list .media-left .image .avatar-status.is-busy {
    background: #eda514;
  }
  .user-media-list .media-content span {
    color: #444f60;
    font-weight: 500;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .b-badge {
    height: 20px;
    min-width: 20px;
    max-width: 100px;
    padding: 3px 6px;
    line-height: 1.2;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 0.8rem;
    color: #fff;
    background: #999;
    text-align: center;
    border-radius: 3px;
  }
  .b-badge.rounded {
    border-radius: 200px;
  }
  .b-badge.badge-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #999;
    color: #999;
  }
  .b-badge.is-primary {
    background: #8c8cf9;
  }
  .b-badge.is-primary.badge-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #8c8cf9;
    color: #8c8cf9;
  }
  .b-badge.is-secondary {
    background: #7f00ff;
  }
  .b-badge.is-secondary.badge-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #7f00ff;
    color: #7f00ff;
  }
  .b-badge.is-accent {
    background: #ad5cff;
  }
  .b-badge.is-accent.badge-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ad5cff;
    color: #ad5cff;
  }
  .b-badge.is-success {
    background: #06d6a0;
  }
  .b-badge.is-success.badge-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #06d6a0;
    color: #06d6a0;
  }
  .b-badge.is-warning {
    background: #eda514;
  }
  .b-badge.is-warning.badge-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #eda514;
    color: #eda514;
  }
  .b-badge.is-danger {
    background: #f92b60;
  }
  .b-badge.is-danger.badge-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #f92b60;
    color: #f92b60;
  }
  .b-badge.is-info {
    background: #039be5;
  }
  .b-badge.is-info.badge-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #039be5;
    color: #039be5;
  }
  .tag {
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
  }
  .tag.squared {
    border-radius: 2px !important;
  }
  .tag.is-outlined {
    border: 1px solid #999;
  }
  .tag.is-primary {
    background: #8c8cf9;
    color: #fff;
  }
  .tag.is-primary.is-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #8c8cf9;
    color: #8c8cf9;
  }
  .tag.is-secondary {
    background: #7f00ff;
    color: #fff;
  }
  .tag.is-secondary.is-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #7f00ff;
    color: #7f00ff;
  }
  .tag.is-accent {
    background: #ad5cff;
    color: #fff;
  }
  .tag.is-accent.is-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ad5cff;
    color: #ad5cff;
  }
  .tag.is-success {
    background: #06d6a0;
    color: #fff;
  }
  .tag.is-success.is-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #06d6a0;
    color: #06d6a0;
  }
  .tag.is-success.is-pastel {
    background: #d3fef3;
    color: #05ae82;
  }
  .tag.is-warning {
    background: #eda514 !important;
    color: #fff !important;
  }
  .tag.is-warning.is-outlined {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #eda514 !important;
    color: #eda514 !important;
  }
  .tag.is-warning.is-pastel {
    background: #fceed1 !important;
    color: #c98b0f !important;
  }
  .tag.is-danger {
    background: #f92b60;
    color: #fff;
  }
  .tag.is-danger.is-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #f92b60;
    color: #f92b60;
  }
  .tag.is-danger.is-pastel {
    background: #fdf2f6 !important;
    color: #ce1852 !important;
  }
  .tag.is-info {
    background: #039be5;
    color: #fff;
  }
  .tag.is-info.is-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #039be5;
    color: #039be5;
  }
  .tag.is-info.is-pastel {
    background: #caedfe !important;
    color: #0280bd !important;
  }
  .tag.is-purple {
    background: #8269b2;
    color: #fff;
  }
  .tag.is-purple.is-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #8269b2;
    color: #8269b2;
  }
  .tag.is-purple.is-pastel {
    background: #ede9f4 !important;
    color: #6d52a0 !important;
  }
  .tag.is-purple {
    background: #8269b2;
    color: #fff;
  }
  .tag.is-purple.is-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #8269b2;
    color: #8269b2;
  }
  .tag.is-purple.is-pastel {
    background: #ede9f4 !important;
    color: #6d52a0 !important;
  }
  .tag.is-yellow {
    background: #ffd66e;
    color: #fff;
  }
  .tag.is-yellow.is-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ffd66e;
    color: #ffd66e;
  }
  .tag.is-yellow.is-pastel {
    background: #fff6de !important;
    color: #ffca45 !important;
  }
  .tag.is-orange {
    background: #ffa981;
    color: #fff;
  }
  .tag.is-orange.is-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ffa981;
    color: #ffa981;
  }
  .tag.is-orange.is-pastel {
    background: #fff6f1 !important;
    color: #ff8d58 !important;
  }
  .tag.is-light {
    background: #fff;
    color: #444f60;
  }
  .tag.is-light.is-outlined {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    color: #fff;
  }
  .tag span.delete {
    top: 2px;
  }
  .tags.has-addons span:first-child {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-right: 0;
  }
  .tags.has-addons span:last-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    margin-left: -5px;
  }
  .tags.has-addons.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .control.tag-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tag.is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em;
    border-radius: 0 2px 2px 0 !important;
    margin-left: -5px;
  }
  .tag.is-delete:before {
    height: 1px;
    width: 50%;
  }
  .tag.is-delete:after {
    height: 50%;
    width: 1px;
  }
  .tag.is-delete:before,
  .tag.is-delete:after {
    background-color: currentColor;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .message .message-header {
    background: #999;
  }
  .message.msg-primary .message-header {
    background: #8c8cf9;
  }
  .message.msg-primary .message-body {
    border: 1px solid #8c8cf9;
  }
  .message.msg-secondary .message-header {
    background: #7f00ff;
  }
  .message.msg-secondary .message-body {
    border: 1px solid #7f00ff;
  }
  .message.msg-accent .message-header {
    background: #ad5cff;
  }
  .message.msg-accent .message-body {
    border: 1px solid #ad5cff;
  }
  .message.msg-info .message-header {
    background: #039be5;
  }
  .message.msg-info .message-body {
    border: 1px solid #039be5;
  }
  .message.msg-success .message-header {
    background: #06d6a0;
  }
  .message.msg-success .message-body {
    border: 1px solid #06d6a0;
  }
  .message.msg-warning .message-header {
    background: #eda514;
  }
  .message.msg-warning .message-body {
    border: 1px solid #eda514;
  }
  .message.msg-danger .message-header {
    background: #f92b60;
  }
  .message.msg-danger .message-body {
    border: 1px solid #f92b60;
  }
  .message.icon-msg {
    position: relative;
  }
  .message.icon-msg .message-body {
    padding: 1em 3em 1em 1.5em;
  }
  .message.icon-msg .message-body h4 {
    padding-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #444f60;
  }
  .message.icon-msg i {
    position: absolute;
    top: -18px;
    right: -20px;
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #999;
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
  }
  .message.icon-msg.primary-msg i {
    background: #8c8cf9;
  }
  .message.icon-msg.secondary-msg i {
    background: #7f00ff;
  }
  .message.icon-msg.accent-msg i {
    background: #ad5cff;
  }
  .message.icon-msg.info-msg i {
    background: #039be5;
  }
  .message.icon-msg.success-msg i {
    background: #06d6a0;
  }
  .message.icon-msg.warning-msg i {
    background: #eda514;
  }
  .message.icon-msg.danger-msg i {
    background: #f92b60;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .pricing-plan .plan-header {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: "Nexa Bold", sans-serif;
    color: #999;
  }
  .classic-pricing .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;
    font-family: "Roboto", sans-serif;
  }
  .classic-pricing .pricing-table.is-comparative .pricing-plan {
    margin: 0;
  }
  .classic-pricing .pricing-table.is-comparative .pricing-plan:not(:last-child) {
    border-right: none;
  }
  .classic-pricing .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%;
  }
  .classic-pricing .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;
  }
  .classic-pricing .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;
  }
  .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-items {
    width: 100%;
    background-color: #fcfcfc;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 0.1rem;
    -moz-column-gap: 0.1rem;
    column-gap: 0.1rem;
  }
  .classic-pricing .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;
  }
  .classic-pricing .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;
    flex: 1;
    background-color: #fff;
    border: 0.1rem solid #ededed;
    border-radius: 3px;
    list-style-type: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    margin: 0.5em;
  }
  .classic-pricing .pricing-table .pricing-plan .plan-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0.75em;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }
  .classic-pricing .pricing-table .pricing-plan .plan-item {
    background: #fcfcfc;
    border-bottom: 1px solid #ededed;
    padding: 0.75em;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    font-size: 0.9em;
    color: #8e9baf;
  }
  .classic-pricing .pricing-table .pricing-plan .plan-item:hover {
    background: #eff4f7;
  }
  .classic-pricing .pricing-table .pricing-plan .plan-price {
    background-color: #fff;
    font-size: 0.8rem;
    font-weight: normal;
    padding: 0.75em;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }
  .classic-pricing .pricing-table .pricing-plan .plan-price .plan-price-amount {
    font-size: 3rem;
    font-weight: bolder;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan
    .plan-price
    .plan-price-amount
    .plan-price-currency {
    vertical-align: super;
    font-size: 1.1rem !important;
    font-weight: normal !important;
    color: #444f60;
    margin-right: 0.25rem;
  }
  .classic-pricing .pricing-table .pricing-plan .plan-footer {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0.75em;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    margin-top: auto;
  }
  .classic-pricing .pricing-table .pricing-plan .plan-footer .button {
    height: 42px;
  }
  .classic-pricing .pricing-table .pricing-plan.is-primary .plan-header {
    color: #8c8cf9;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-primary
    .plan-price
    .plan-price-amount {
    color: #8c8cf9;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-primary
    .plan-price
    .plan-price-currency {
    color: #8c8cf9;
  }
  .classic-pricing .pricing-table .pricing-plan.is-primary .plan-footer .button {
    background-color: #8c8cf9;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-primary
    .plan-footer
    .button:hover {
    background-color: #8080f8;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-primary
    .plan-footer
    .button:focus {
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0.5em rgba(140, 140, 249, 0.25);
    box-shadow: 0 0 0.5em rgba(140, 140, 249, 0.25);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-primary
    .plan-footer
    .button:active,
  .classic-pricing
    .pricing-table
    .pricing-plan.is-primary
    .plan-footer
    .button.is-active {
    background-color: #7474f8;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-primary
    .plan-footer
    .button[disabled] {
    background-color: #8c8cf9;
    border-color: rgba(0, 0, 0, 0);
  }
  .classic-pricing .pricing-table .pricing-plan.is-secondary .plan-header {
    color: #7f00ff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-secondary
    .plan-price
    .plan-price-amount {
    color: #7f00ff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-secondary
    .plan-price
    .plan-price-currency {
    color: #7f00ff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-secondary
    .plan-footer
    .button {
    background-color: #7f00ff;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-secondary
    .plan-footer
    .button:hover {
    background-color: #7900f2;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-secondary
    .plan-footer
    .button:focus {
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0.5em rgba(127, 0, 255, 0.25);
    box-shadow: 0 0 0.5em rgba(127, 0, 255, 0.25);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-secondary
    .plan-footer
    .button:active,
  .classic-pricing
    .pricing-table
    .pricing-plan.is-secondary
    .plan-footer
    .button.is-active {
    background-color: #7200e6;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-secondary
    .plan-footer
    .button[disabled] {
    background-color: #7f00ff;
    border-color: rgba(0, 0, 0, 0);
  }
  .classic-pricing .pricing-table .pricing-plan.is-accent .plan-header {
    color: #ad5cff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-accent
    .plan-price
    .plan-price-amount {
    color: #ad5cff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-accent
    .plan-price
    .plan-price-currency {
    color: #ad5cff;
  }
  .classic-pricing .pricing-table .pricing-plan.is-accent .plan-footer .button {
    background-color: #ad5cff;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-accent
    .plan-footer
    .button:hover {
    background-color: #a74fff;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-accent
    .plan-footer
    .button:focus {
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0.5em rgba(173, 92, 255, 0.25);
    box-shadow: 0 0 0.5em rgba(173, 92, 255, 0.25);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-accent
    .plan-footer
    .button:active,
  .classic-pricing
    .pricing-table
    .pricing-plan.is-accent
    .plan-footer
    .button.is-active {
    background-color: #a043ff;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-accent
    .plan-footer
    .button[disabled] {
    background-color: #ad5cff;
    border-color: rgba(0, 0, 0, 0);
  }
  .classic-pricing .pricing-table .pricing-plan.is-success .plan-header {
    color: #06d6a0;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-success
    .plan-price
    .plan-price-amount {
    color: #06d6a0;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-success
    .plan-price
    .plan-price-currency {
    color: #06d6a0;
  }
  .classic-pricing .pricing-table .pricing-plan.is-success .plan-footer .button {
    background-color: #06d6a0;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-success
    .plan-footer
    .button:hover {
    background-color: #06ca97;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-success
    .plan-footer
    .button:focus {
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0.5em rgba(6, 214, 160, 0.25);
    box-shadow: 0 0 0.5em rgba(6, 214, 160, 0.25);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-success
    .plan-footer
    .button:active,
  .classic-pricing
    .pricing-table
    .pricing-plan.is-success
    .plan-footer
    .button.is-active {
    background-color: #05bd8d;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-success
    .plan-footer
    .button[disabled] {
    background-color: #06d6a0;
    border-color: rgba(0, 0, 0, 0);
  }
  .classic-pricing .pricing-table .pricing-plan.is-warning .plan-header {
    color: #eda514;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-warning
    .plan-price
    .plan-price-amount {
    color: #eda514;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-warning
    .plan-price
    .plan-price-currency {
    color: #eda514;
  }
  .classic-pricing .pricing-table .pricing-plan.is-warning .plan-footer .button {
    background-color: #eda514;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-warning
    .plan-footer
    .button:hover {
    background-color: #e39d11;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-warning
    .plan-footer
    .button:focus {
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0.5em rgba(237, 165, 20, 0.25);
    box-shadow: 0 0 0.5em rgba(237, 165, 20, 0.25);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-warning
    .plan-footer
    .button:active,
  .classic-pricing
    .pricing-table
    .pricing-plan.is-warning
    .plan-footer
    .button.is-active {
    background-color: #d79510;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-warning
    .plan-footer
    .button[disabled] {
    background-color: #eda514;
    border-color: rgba(0, 0, 0, 0);
  }
  .classic-pricing .pricing-table .pricing-plan.is-danger .plan-header {
    color: #f92b60;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-danger
    .plan-price
    .plan-price-amount {
    color: #f92b60;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-danger
    .plan-price
    .plan-price-currency {
    color: #f92b60;
  }
  .classic-pricing .pricing-table .pricing-plan.is-danger .plan-footer .button {
    background-color: #f92b60;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-danger
    .plan-footer
    .button:hover {
    background-color: #f91f57;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-danger
    .plan-footer
    .button:focus {
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0.5em rgba(249, 43, 96, 0.25);
    box-shadow: 0 0 0.5em rgba(249, 43, 96, 0.25);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-danger
    .plan-footer
    .button:active,
  .classic-pricing
    .pricing-table
    .pricing-plan.is-danger
    .plan-footer
    .button.is-active {
    background-color: #f8124d;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-danger
    .plan-footer
    .button[disabled] {
    background-color: #f92b60;
    border-color: rgba(0, 0, 0, 0);
  }
  .classic-pricing .pricing-table .pricing-plan.is-info .plan-header {
    color: #039be5;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-info
    .plan-price
    .plan-price-amount {
    color: #039be5;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-info
    .plan-price
    .plan-price-currency {
    color: #039be5;
  }
  .classic-pricing .pricing-table .pricing-plan.is-info .plan-footer .button {
    background-color: #039be5;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-info
    .plan-footer
    .button:hover {
    background-color: #0392d8;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-info
    .plan-footer
    .button:focus {
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0.5em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0.5em rgba(3, 155, 229, 0.25);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-info
    .plan-footer
    .button:active,
  .classic-pricing
    .pricing-table
    .pricing-plan.is-info
    .plan-footer
    .button.is-active {
    background-color: #038acc;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .classic-pricing
    .pricing-table
    .pricing-plan.is-info
    .plan-footer
    .button[disabled] {
    background-color: #039be5;
    border-color: rgba(0, 0, 0, 0);
  }
  .classic-pricing .pricing-table .pricing-plan.is-active {
    -webkit-box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    .classic-pricing .pricing-table.is-comparative {
      margin: 0.5rem;
    }
    .classic-pricing .pricing-table.is-comparative.is-features {
      display: none;
    }
    .classic-pricing .pricing-table.is-comparative .plan-item::before {
      content: attr("data-feature");
    }
    .classic-pricing .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%;
    }
    .classic-pricing .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;
    }
    .classic-pricing .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;
    }
    .classic-pricing .pricing-table.is-horizontal .pricing-plan .plan-items {
      width: 100%;
      background-color: #fcfcfc;
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      -webkit-column-gap: 0.1rem;
      -moz-column-gap: 0.1rem;
      column-gap: 0.1rem;
    }
    .classic-pricing .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 (max-width: 767px) {
    .classic-pricing .pricing-table.is-comparative .pricing-plan {
      width: 100% !important;
      margin: 0.5rem;
    }
    .classic-pricing .pricing-table.is-comparative .pricing-plan.is-features {
      display: none;
    }
    .classic-pricing
      .pricing-table.is-comparative
      .pricing-plan
      .plan-item::before {
      content: attr(data-feature);
      display: block;
      font-weight: 600;
      font-size: 0.8rem;
      color: #eff4f7;
    }
    .classic-pricing .pricing-table.is-horizontal .plan-items {
      display: none;
    }
    .classic-pricing .pricing-plan.is-mobile {
      min-width: 100% !important;
      display: block !important;
    }
  }
  .minimal-pricing {
    border: 2px solid #444f60;
    border-radius: 2px;
  }
  .minimal-pricing.wide-box {
    max-width: 100%;
    margin: 0 10px 0 10px;
    padding: 20px 0 20px 0;
  }
  .minimal-pricing.featured {
    border: 2px solid #8c8cf9;
  }
  .minimal-pricing.featured .plan-name {
    color: #8c8cf9;
  }
  .minimal-pricing.featured .price .price-number {
    color: #8c8cf9;
  }
  .minimal-pricing.featured .price .price-currency {
    color: #8c8cf9;
  }
  .minimal-pricing .plan-name {
    color: #444f60;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .minimal-pricing .price {
    margin-bottom: 20px;
  }
  .minimal-pricing .price .price-currency {
    font-weight: bold;
    font-size: 2rem;
  }
  .minimal-pricing .price .price-number {
    font-size: 6rem;
    font-weight: bold;
  }
  .minimal-pricing .plan-features {
    margin-bottom: 30px;
  }
  .minimal-pricing .plan-features ul li {
    padding: 5px 10px 5px 10px;
  }
  .minimal-pricing.wide-box {
    background-image: url(https://via.placeholder.com/1280x720);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .plan-controls {
    padding: 10px 0;
  }
  .plan-controls span {
    margin: 0 5px 0 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }
  .plan-controls span.is-active {
    border: 1px solid #8c8cf9;
    border-radius: 4px;
    color: #8c8cf9;
  }
  .period-select {
    padding: 20px 0;
    max-width: 245px;
  }
  .period-select span {
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    color: #444f60;
    border: 1px solid #444f60;
  }
  .period-select span:first-child {
    border-right: 1px solid #444f60;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .period-select span:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .period-select span.is-active {
    background: #444f60;
    color: #fff;
  }
  .side-pricing .pricing-card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ededed;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .side-pricing .pricing-card .popular {
    position: absolute;
    top: 15px;
    right: 25px;
  }
  .side-pricing .pricing-card .popular i {
    font-size: 26px;
    color: #8c8cf9;
  }
  .side-pricing .pricing-card .inner {
    padding: 15px;
  }
  .side-pricing .pricing-card .inner .plan-name {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 500;
    color: #999;
  }
  .side-pricing .pricing-card .inner .plan-price {
    color: #444f60;
    font-weight: bolder;
    font-size: 3.8em;
    line-height: 1.15em;
    position: relative;
  }
  .side-pricing .pricing-card .inner .plan-price small.currency {
    position: relative;
    top: 38px;
    left: -90px;
    font-size: 26px;
  }
  .side-pricing .pricing-card .inner .plan-price small:last-child {
    font-size: 12px;
    font-weight: 400;
  }
  .side-pricing .pricing-card .inner ul {
    list-style: none;
    padding: 0;
    max-width: 240px;
    margin: 10px auto;
  }
  .side-pricing .pricing-card .inner ul li {
    color: #999;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  }
  .side-pricing .pricing-card .inner ul li b {
    color: #3c4858;
  }
  .side-pricing .pricing-card .inner a {
    margin: 10px 0;
  }
  .side-pricing .pricing-card.transparent {
    background: rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .side-pricing .pricing-card.card-raised:hover {
    -webkit-box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px !important;
    box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px !important;
  }
  .fancy-pricing .fancy-pricing-card {
    padding: 20px;
    text-align: center;
    border-radius: 15px 15px 0 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .fancy-pricing .fancy-pricing-card:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .fancy-pricing .fancy-pricing-card:hover .plan-icon i {
    -webkit-box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
  }
  .fancy-pricing .fancy-pricing-card .plan-name {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 0;
  }
  .fancy-pricing .fancy-pricing-card .plan-icon {
    padding: 20px 0;
  }
  .fancy-pricing .fancy-pricing-card .plan-icon i {
    font-size: 3rem;
    padding: 20px;
    border: 1px solid #ededed;
    color: #fff;
    border-radius: 200px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .fancy-pricing .fancy-pricing-card .plan-price {
    font-size: 3rem;
    padding: 30px 20px;
    color: #444f60;
    font-weight: bolder;
  }
  .fancy-pricing .fancy-pricing-card .plan-price small:first-child {
    font-size: 1.4rem;
    position: relative;
    top: -20px;
  }
  .fancy-pricing .fancy-pricing-card .plan-price small:last-child {
    font-size: 1rem;
    font-weight: 400;
  }
  .fancy-pricing .fancy-pricing-card .plan-features {
    text-align: left;
    padding: 10px 0;
  }
  .fancy-pricing .fancy-pricing-card .plan-features li {
    margin: 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .fancy-pricing .fancy-pricing-card .plan-features li .feature-count-text {
    color: #999;
  }
  .fancy-pricing .fancy-pricing-card.streched {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px;
  }
  .fancy-pricing .fancy-pricing-card.streched .plan-name {
    font-family: "Nexa Bold", sans-serif;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .fancy-pricing .fancy-pricing-card.streched .plan-price {
    margin-top: 0;
    font-size: 2rem;
  }
  .fancy-pricing .fancy-pricing-card.streched .plan-price small:first-child {
    position: static !important;
  }
  .fancy-pricing .fancy-pricing-card.streched .large-count {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .fancy-pricing .fancy-pricing-card.primary .plan-name {
    color: #8c8cf9;
  }
  .fancy-pricing .fancy-pricing-card.primary .plan-icon i {
    color: #8c8cf9;
  }
  .fancy-pricing .fancy-pricing-card.primary .plan-features li .large-count {
    color: #8c8cf9;
  }
  .fancy-pricing .fancy-pricing-card.secondary .plan-name {
    color: #7f00ff;
  }
  .fancy-pricing .fancy-pricing-card.secondary .plan-icon i {
    color: #7f00ff;
  }
  .fancy-pricing .fancy-pricing-card.secondary .plan-features li .large-count {
    color: #7f00ff;
  }
  .fancy-pricing .fancy-pricing-card.accent .plan-name {
    color: #ad5cff;
  }
  .fancy-pricing .fancy-pricing-card.accent .plan-icon i {
    color: #ad5cff;
  }
  .fancy-pricing .fancy-pricing-card.accent .plan-features li .large-count {
    color: #ad5cff;
  }
  .header-pricing.is-wavy .flex-card,
  .header-pricing.is-wavy .network-grid .network-card,
  .network-grid .header-pricing.is-wavy .network-card,
  .header-pricing.is-wavy .project-card,
  .header-pricing.is-wavy .profile-card,
  .header-pricing.is-wavy
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item,
  .carousel-wrap
    .testimonials-solo-carousel
    .header-pricing.is-wavy
    .testimonial-item {
    border: none !important;
  }
  .header-pricing.is-wavy .flex-card .plan-name,
  .header-pricing.is-wavy .network-grid .network-card .plan-name,
  .network-grid .header-pricing.is-wavy .network-card .plan-name,
  .header-pricing.is-wavy .project-card .plan-name,
  .header-pricing.is-wavy .profile-card .plan-name,
  .header-pricing.is-wavy
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .plan-name,
  .carousel-wrap
    .testimonials-solo-carousel
    .header-pricing.is-wavy
    .testimonial-item
    .plan-name {
    font-family: "Nexa Bold", sans-serif;
    text-transform: none;
    font-size: 1.4rem;
  }
  .header-pricing .header-pricing-card {
    text-align: center;
    border-radius: 15px 15px 0 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-pricing .header-pricing-card .plan-name {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    background: #999;
    padding: 20px;
  }
  .header-pricing .header-pricing-card .pricing-card-body {
    border: 1px solid #ededed;
    border-top-color: rgba(0, 0, 0, 0);
  }
  .header-pricing .header-pricing-card .pricing-card-body .plan-price {
    font-size: 3rem;
    padding: 40px 20px;
    color: #444f60;
    font-weight: bolder;
  }
  .header-pricing
    .header-pricing-card
    .pricing-card-body
    .plan-price
    small:first-child {
    font-size: 1.4rem;
    position: relative;
    top: -20px;
  }
  .header-pricing
    .header-pricing-card
    .pricing-card-body
    .plan-price
    small:last-child {
    font-size: 1rem;
    font-weight: 400;
  }
  .header-pricing .header-pricing-card .pricing-card-body ul {
    list-style: none;
    padding: 0;
    max-width: 240px;
    margin: 10px auto;
  }
  .header-pricing .header-pricing-card .pricing-card-body ul li {
    color: #999;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  }
  .header-pricing .header-pricing-card .pricing-card-body ul li b {
    color: #3c4858;
  }
  .header-pricing .header-pricing-card.primary .plan-name {
    background: #8c8cf9;
  }
  .header-pricing .header-pricing-card.secondary .plan-name {
    background: #7f00ff;
  }
  .header-pricing .header-pricing-card.accent .plan-name {
    background: #ad5cff;
  }
  .switch-pricing-wrapper {
    margin-top: -125px;
  }
  .switch-pricing-wrapper .pricing-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
  }
  .switch-pricing-wrapper .pricing-switcher {
    text-align: center;
  }
  .switch-pricing-wrapper .pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    border: 2px solid #2d3e50;
  }
  .switch-pricing-wrapper .pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
  }
  .switch-pricing-wrapper .pricing-switcher .switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 90px;
    background-color: #2d3e50;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .switch-pricing-wrapper .pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .switch-pricing-wrapper
    .pricing-switcher
    input[type="radio"]:checked
    + label
    + .switch,
  .switch-pricing-wrapper
    .pricing-switcher
    input[type="radio"]:checked
    + label:nth-of-type(n)
    + .switch {
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
  }
  .switch-pricing-wrapper .tables-wrap {
    margin: 40px 0;
  }
  .switch-pricing-wrapper .tables-wrap .flex-card,
  .switch-pricing-wrapper .tables-wrap .network-grid .network-card,
  .network-grid .switch-pricing-wrapper .tables-wrap .network-card,
  .switch-pricing-wrapper .tables-wrap .project-card,
  .switch-pricing-wrapper .tables-wrap .profile-card,
  .switch-pricing-wrapper
    .tables-wrap
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item,
  .carousel-wrap
    .testimonials-solo-carousel
    .switch-pricing-wrapper
    .tables-wrap
    .testimonial-item {
    padding: 20px;
    border-radius: 8px;
  }
  .switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container,
  .switch-pricing-wrapper
    .tables-wrap
    .network-grid
    .network-card
    .pricing-image-container,
  .network-grid
    .switch-pricing-wrapper
    .tables-wrap
    .network-card
    .pricing-image-container,
  .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container,
  .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container,
  .switch-pricing-wrapper
    .tables-wrap
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .pricing-image-container,
  .carousel-wrap
    .testimonials-solo-carousel
    .switch-pricing-wrapper
    .tables-wrap
    .testimonial-item
    .pricing-image-container {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
  .switch-pricing-wrapper .tables-wrap .flex-card .pricing-image-container img,
  .switch-pricing-wrapper
    .tables-wrap
    .network-grid
    .network-card
    .pricing-image-container
    img,
  .network-grid
    .switch-pricing-wrapper
    .tables-wrap
    .network-card
    .pricing-image-container
    img,
  .switch-pricing-wrapper .tables-wrap .project-card .pricing-image-container img,
  .switch-pricing-wrapper .tables-wrap .profile-card .pricing-image-container img,
  .switch-pricing-wrapper
    .tables-wrap
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .pricing-image-container
    img,
  .carousel-wrap
    .testimonials-solo-carousel
    .switch-pricing-wrapper
    .tables-wrap
    .testimonial-item
    .pricing-image-container
    img {
    height: 60px;
  }
  .switch-pricing-wrapper
    .tables-wrap
    .flex-card
    .pricing-image-container
    .plan-price,
  .switch-pricing-wrapper
    .tables-wrap
    .network-grid
    .network-card
    .pricing-image-container
    .plan-price,
  .network-grid
    .switch-pricing-wrapper
    .tables-wrap
    .network-card
    .pricing-image-container
    .plan-price,
  .switch-pricing-wrapper
    .tables-wrap
    .project-card
    .pricing-image-container
    .plan-price,
  .switch-pricing-wrapper
    .tables-wrap
    .profile-card
    .pricing-image-container
    .plan-price,
  .switch-pricing-wrapper
    .tables-wrap
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .pricing-image-container
    .plan-price,
  .carousel-wrap
    .testimonials-solo-carousel
    .switch-pricing-wrapper
    .tables-wrap
    .testimonial-item
    .pricing-image-container
    .plan-price {
    position: absolute;
    bottom: 0;
    right: -52px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px,
      rgba(213, 220, 247, 0.59) 0 10px 20px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .switch-pricing-wrapper
    .tables-wrap
    .flex-card
    .pricing-image-container
    .plan-price
    span,
  .switch-pricing-wrapper
    .tables-wrap
    .network-grid
    .network-card
    .pricing-image-container
    .plan-price
    span,
  .network-grid
    .switch-pricing-wrapper
    .tables-wrap
    .network-card
    .pricing-image-container
    .plan-price
    span,
  .switch-pricing-wrapper
    .tables-wrap
    .project-card
    .pricing-image-container
    .plan-price
    span,
  .switch-pricing-wrapper
    .tables-wrap
    .profile-card
    .pricing-image-container
    .plan-price
    span,
  .switch-pricing-wrapper
    .tables-wrap
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .pricing-image-container
    .plan-price
    span,
  .carousel-wrap
    .testimonials-solo-carousel
    .switch-pricing-wrapper
    .tables-wrap
    .testimonial-item
    .pricing-image-container
    .plan-price
    span {
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .switch-pricing-wrapper
    .tables-wrap
    .flex-card
    .pricing-image-container
    .plan-price
    span:before,
  .switch-pricing-wrapper
    .tables-wrap
    .network-grid
    .network-card
    .pricing-image-container
    .plan-price
    span:before,
  .network-grid
    .switch-pricing-wrapper
    .tables-wrap
    .network-card
    .pricing-image-container
    .plan-price
    span:before,
  .switch-pricing-wrapper
    .tables-wrap
    .project-card
    .pricing-image-container
    .plan-price
    span:before,
  .switch-pricing-wrapper
    .tables-wrap
    .profile-card
    .pricing-image-container
    .plan-price
    span:before,
  .switch-pricing-wrapper
    .tables-wrap
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .pricing-image-container
    .plan-price
    span:before,
  .carousel-wrap
    .testimonials-solo-carousel
    .switch-pricing-wrapper
    .tables-wrap
    .testimonial-item
    .pricing-image-container
    .plan-price
    span:before {
    content: "$";
    font-size: 1rem;
  }
  .switch-pricing-wrapper
    .tables-wrap
    .flex-card
    .pricing-image-container
    .plan-price.is-active,
  .switch-pricing-wrapper
    .tables-wrap
    .network-grid
    .network-card
    .pricing-image-container
    .plan-price.is-active,
  .network-grid
    .switch-pricing-wrapper
    .tables-wrap
    .network-card
    .pricing-image-container
    .plan-price.is-active,
  .switch-pricing-wrapper
    .tables-wrap
    .project-card
    .pricing-image-container
    .plan-price.is-active,
  .switch-pricing-wrapper
    .tables-wrap
    .profile-card
    .pricing-image-container
    .plan-price.is-active,
  .switch-pricing-wrapper
    .tables-wrap
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .pricing-image-container
    .plan-price.is-active,
  .carousel-wrap
    .testimonials-solo-carousel
    .switch-pricing-wrapper
    .tables-wrap
    .testimonial-item
    .pricing-image-container
    .plan-price.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .switch-pricing-wrapper .tables-wrap .flex-card .plan-name,
  .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-name,
  .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-name,
  .switch-pricing-wrapper .tables-wrap .project-card .plan-name,
  .switch-pricing-wrapper .tables-wrap .profile-card .plan-name,
  .switch-pricing-wrapper
    .tables-wrap
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .plan-name,
  .carousel-wrap
    .testimonials-solo-carousel
    .switch-pricing-wrapper
    .tables-wrap
    .testimonial-item
    .plan-name {
    margin: 20px 0;
  }
  .switch-pricing-wrapper .tables-wrap .flex-card .plan-name h3,
  .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-name h3,
  .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-name h3,
  .switch-pricing-wrapper .tables-wrap .project-card .plan-name h3,
  .switch-pricing-wrapper .tables-wrap .profile-card .plan-name h3,
  .switch-pricing-wrapper
    .tables-wrap
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .plan-name
    h3,
  .carousel-wrap
    .testimonials-solo-carousel
    .switch-pricing-wrapper
    .tables-wrap
    .testimonial-item
    .plan-name
    h3 {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
  }
  .switch-pricing-wrapper .tables-wrap .flex-card .plan-features,
  .switch-pricing-wrapper .tables-wrap .network-grid .network-card .plan-features,
  .network-grid .switch-pricing-wrapper .tables-wrap .network-card .plan-features,
  .switch-pricing-wrapper .tables-wrap .project-card .plan-features,
  .switch-pricing-wrapper .tables-wrap .profile-card .plan-features,
  .switch-pricing-wrapper
    .tables-wrap
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .plan-features,
  .carousel-wrap
    .testimonials-solo-carousel
    .switch-pricing-wrapper
    .tables-wrap
    .testimonial-item
    .plan-features {
    text-align: center;
    padding: 10px 0;
  }
  .switch-pricing-wrapper .tables-wrap .flex-card .plan-features li,
  .switch-pricing-wrapper
    .tables-wrap
    .network-grid
    .network-card
    .plan-features
    li,
  .network-grid
    .switch-pricing-wrapper
    .tables-wrap
    .network-card
    .plan-features
    li,
  .switch-pricing-wrapper .tables-wrap .project-card .plan-features li,
  .switch-pricing-wrapper .tables-wrap .profile-card .plan-features li,
  .switch-pricing-wrapper
    .tables-wrap
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .plan-features
    li,
  .carousel-wrap
    .testimonials-solo-carousel
    .switch-pricing-wrapper
    .tables-wrap
    .testimonial-item
    .plan-features
    li {
    padding: 10px 20px;
  }
  .switch-pricing-wrapper .tables-wrap .flex-card .plan-features li:hover,
  .switch-pricing-wrapper
    .tables-wrap
    .network-grid
    .network-card
    .plan-features
    li:hover,
  .network-grid
    .switch-pricing-wrapper
    .tables-wrap
    .network-card
    .plan-features
    li:hover,
  .switch-pricing-wrapper .tables-wrap .project-card .plan-features li:hover,
  .switch-pricing-wrapper .tables-wrap .profile-card .plan-features li:hover,
  .switch-pricing-wrapper
    .tables-wrap
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .plan-features
    li:hover,
  .carousel-wrap
    .testimonials-solo-carousel
    .switch-pricing-wrapper
    .tables-wrap
    .testimonial-item
    .plan-features
    li:hover {
    background: #ededed;
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .switch-pricing-wrapper {
      margin-top: -30px !important;
    }
  }
  @media (max-width: 767px) {
    .switch-pricing-wrapper {
      margin-top: 0 !important;
    }
  }
  .pricing-wrap {
    padding: 60px 0;
  }
  .pricing-wrap .pricing-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #ededed;
    border-radius: 8px;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .pricing-wrap .pricing-card:hover .pricing-overlay {
    -webkit-transform: scale(20);
    transform: scale(20);
  }
  .pricing-wrap .pricing-card:hover .pricing-head .price {
    color: #fcfcfc;
  }
  .pricing-wrap .pricing-card:hover .pricing-head .meta span {
    color: #fcfcfc !important;
  }
  .pricing-wrap .pricing-card:hover .pricing-desc {
    opacity: 0;
  }
  .pricing-wrap .pricing-card:hover .pricing-button {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .pricing-wrap .pricing-card .pricing-overlay {
    position: absolute;
    bottom: -50px;
    right: -50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #8c8cf9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pricing-wrap .pricing-card .pricing-overlay.is-accent {
    background: #ad5cff;
  }
  .pricing-wrap .pricing-card .pricing-overlay.is-bold {
    background: #344258;
  }
  .pricing-wrap .pricing-card .pricing-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 1;
  }
  .pricing-wrap .pricing-card .pricing-head .price {
    font-size: 3.6rem;
    font-family: "Nexa Bold", sans-serif;
    font-weight: bolder;
    color: #444f60;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pricing-wrap .pricing-card .pricing-head .price:before {
    content: "$";
    position: relative;
    top: -20px;
    font-size: 1.6rem;
  }
  .pricing-wrap .pricing-card .pricing-head .meta span {
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pricing-wrap .pricing-card .pricing-head .meta span:first-child {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
  }
  .pricing-wrap .pricing-card .pricing-head .meta span:nth-child(2) {
    color: #6f7592;
  }
  .pricing-wrap .pricing-card .pricing-desc {
    position: relative;
    padding: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pricing-wrap .pricing-card .pricing-desc p {
    color: #999;
  }
  .pricing-wrap .pricing-card .pricing-button {
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 160px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .pricing-card {
    width: 100%;
    padding: 40px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .pricing-card .pricing-title {
    color: #444f60;
    font-family: "Nexa Bold", sans-serif;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .pricing-card p {
    margin-bottom: 40px;
  }
  .pricing-card .features {
    margin-bottom: 30px;
  }
  .pricing-card .features .feature {
    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;
    margin-bottom: 20px;
  }
  .pricing-card .features .feature:last-child {
    margin-bottom: 0;
  }
  .pricing-card .features .feature span {
    display: block;
  }
  .pricing-card .features .feature span:first-child {
    color: #444f60;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
  }
  .pricing-card .features .feature span:nth-child(2) {
    color: #444f60;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
  }
  .pricing-card .features .feature span.colored {
    color: #8c8cf9;
  }
  .pricing-card .button {
    min-height: 44px;
    line-height: 2;
  }
  .billing-switcher-wrapper {
    padding-top: 40px;
    max-width: 200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .billing-switcher-wrapper .by-month {
    padding-right: 20px;
  }
  .billing-switcher-wrapper .by-year {
    padding-left: 10px;
  }
  .billing-switcher-wrapper .by-month,
  .billing-switcher-wrapper .by-year {
    color: #a9abac;
  }
  .billing-switcher-wrapper .by-month.is-active,
  .billing-switcher-wrapper .by-year.is-active {
    color: #8c8cf9;
  }
  .billing-switcher-wrapper .discount {
    position: absolute;
    top: -10px;
    right: -100px;
  }
  .billing-switcher-wrapper .discount img {
    max-height: 70px;
    height: 70px;
  }
  .pricing-wrapper {
    position: relative;
  }
  .pricing-wrapper .hr-bg {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1096px;
    width: 100%;
    z-index: 0;
  }
  .pricing-wrapper .flex-card,
  .pricing-wrapper .network-grid .network-card,
  .network-grid .pricing-wrapper .network-card,
  .pricing-wrapper .project-card,
  .pricing-wrapper .profile-card,
  .pricing-wrapper .carousel-wrap .testimonials-solo-carousel .testimonial-item,
  .carousel-wrap .testimonials-solo-carousel .pricing-wrapper .testimonial-item {
    z-index: 2;
  }
  .pricing-wrapper .flex-card .condensed-plan,
  .pricing-wrapper .network-grid .network-card .condensed-plan,
  .network-grid .pricing-wrapper .network-card .condensed-plan,
  .pricing-wrapper .project-card .condensed-plan,
  .pricing-wrapper .profile-card .condensed-plan,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan {
    padding: 20px;
    text-align: center;
    border-right: 1px solid #ededed;
  }
  .pricing-wrapper .flex-card .condensed-plan.is-last,
  .pricing-wrapper .network-grid .network-card .condensed-plan.is-last,
  .network-grid .pricing-wrapper .network-card .condensed-plan.is-last,
  .pricing-wrapper .project-card .condensed-plan.is-last,
  .pricing-wrapper .profile-card .condensed-plan.is-last,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan.is-last,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan.is-last {
    border-right: none;
  }
  .pricing-wrapper .flex-card .condensed-plan.is-switched .monthly-price,
  .pricing-wrapper
    .network-grid
    .network-card
    .condensed-plan.is-switched
    .monthly-price,
  .network-grid
    .pricing-wrapper
    .network-card
    .condensed-plan.is-switched
    .monthly-price,
  .pricing-wrapper .project-card .condensed-plan.is-switched .monthly-price,
  .pricing-wrapper .profile-card .condensed-plan.is-switched .monthly-price,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan.is-switched
    .monthly-price,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan.is-switched
    .monthly-price {
    display: none !important;
  }
  .pricing-wrapper .flex-card .condensed-plan.is-switched .yearly-price,
  .pricing-wrapper
    .network-grid
    .network-card
    .condensed-plan.is-switched
    .yearly-price,
  .network-grid
    .pricing-wrapper
    .network-card
    .condensed-plan.is-switched
    .yearly-price,
  .pricing-wrapper .project-card .condensed-plan.is-switched .yearly-price,
  .pricing-wrapper .profile-card .condensed-plan.is-switched .yearly-price,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan.is-switched
    .yearly-price,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan.is-switched
    .yearly-price {
    display: block !important;
  }
  .pricing-wrapper .flex-card .condensed-plan.is-switched .yearly-billed,
  .pricing-wrapper
    .network-grid
    .network-card
    .condensed-plan.is-switched
    .yearly-billed,
  .network-grid
    .pricing-wrapper
    .network-card
    .condensed-plan.is-switched
    .yearly-billed,
  .pricing-wrapper .project-card .condensed-plan.is-switched .yearly-billed,
  .pricing-wrapper .profile-card .condensed-plan.is-switched .yearly-billed,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan.is-switched
    .yearly-billed,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan.is-switched
    .yearly-billed {
    visibility: visible !important;
  }
  .pricing-wrapper .flex-card .condensed-plan .plan-header,
  .pricing-wrapper .network-grid .network-card .condensed-plan .plan-header,
  .network-grid .pricing-wrapper .network-card .condensed-plan .plan-header,
  .pricing-wrapper .project-card .condensed-plan .plan-header,
  .pricing-wrapper .profile-card .condensed-plan .plan-header,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan
    .plan-header,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan
    .plan-header {
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 20px;
  }
  .pricing-wrapper .flex-card .condensed-plan .plan-description,
  .pricing-wrapper .network-grid .network-card .condensed-plan .plan-description,
  .network-grid .pricing-wrapper .network-card .condensed-plan .plan-description,
  .pricing-wrapper .project-card .condensed-plan .plan-description,
  .pricing-wrapper .profile-card .condensed-plan .plan-description,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan
    .plan-description,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan
    .plan-description {
    color: #a9abac;
    padding-bottom: 20px;
  }
  .pricing-wrapper .flex-card .condensed-plan .plan-description span,
  .pricing-wrapper
    .network-grid
    .network-card
    .condensed-plan
    .plan-description
    span,
  .network-grid
    .pricing-wrapper
    .network-card
    .condensed-plan
    .plan-description
    span,
  .pricing-wrapper .project-card .condensed-plan .plan-description span,
  .pricing-wrapper .profile-card .condensed-plan .plan-description span,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan
    .plan-description
    span,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan
    .plan-description
    span {
    font-weight: 500;
    color: #8c8cf9;
  }
  .pricing-wrapper .flex-card .condensed-plan .plan-price,
  .pricing-wrapper .network-grid .network-card .condensed-plan .plan-price,
  .network-grid .pricing-wrapper .network-card .condensed-plan .plan-price,
  .pricing-wrapper .project-card .condensed-plan .plan-price,
  .pricing-wrapper .profile-card .condensed-plan .plan-price,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan
    .plan-price,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan
    .plan-price {
    font-size: 6rem;
    font-weight: 400;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #a9abac;
  }
  .pricing-wrapper .flex-card .condensed-plan .plan-price span:after,
  .pricing-wrapper
    .network-grid
    .network-card
    .condensed-plan
    .plan-price
    span:after,
  .network-grid
    .pricing-wrapper
    .network-card
    .condensed-plan
    .plan-price
    span:after,
  .pricing-wrapper .project-card .condensed-plan .plan-price span:after,
  .pricing-wrapper .profile-card .condensed-plan .plan-price span:after,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan
    .plan-price
    span:after,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan
    .plan-price
    span:after {
    content: "PER MONTH";
    display: block;
    margin-top: -8px;
    font-size: 0.8rem;
    line-height: 1rem;
    font-family: inherit;
    font-weight: 300;
    color: #748088;
  }
  .pricing-wrapper .flex-card .condensed-plan .plan-price span:before,
  .pricing-wrapper
    .network-grid
    .network-card
    .condensed-plan
    .plan-price
    span:before,
  .network-grid
    .pricing-wrapper
    .network-card
    .condensed-plan
    .plan-price
    span:before,
  .pricing-wrapper .project-card .condensed-plan .plan-price span:before,
  .pricing-wrapper .profile-card .condensed-plan .plan-price span:before,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan
    .plan-price
    span:before,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan
    .plan-price
    span:before {
    content: "$";
    display: inline-block;
    font-weight: 700;
    line-height: 4rem;
    font-size: 1rem;
    padding-top: 1rem;
    margin-right: 0;
    vertical-align: text-top;
  }
  .pricing-wrapper .flex-card .condensed-plan .plan-price .monthly-price,
  .pricing-wrapper
    .network-grid
    .network-card
    .condensed-plan
    .plan-price
    .monthly-price,
  .network-grid
    .pricing-wrapper
    .network-card
    .condensed-plan
    .plan-price
    .monthly-price,
  .pricing-wrapper .project-card .condensed-plan .plan-price .monthly-price,
  .pricing-wrapper .profile-card .condensed-plan .plan-price .monthly-price,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan
    .plan-price
    .monthly-price,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan
    .plan-price
    .monthly-price {
    display: block;
  }
  .pricing-wrapper .flex-card .condensed-plan .plan-price .yearly-price,
  .pricing-wrapper
    .network-grid
    .network-card
    .condensed-plan
    .plan-price
    .yearly-price,
  .network-grid
    .pricing-wrapper
    .network-card
    .condensed-plan
    .plan-price
    .yearly-price,
  .pricing-wrapper .project-card .condensed-plan .plan-price .yearly-price,
  .pricing-wrapper .profile-card .condensed-plan .plan-price .yearly-price,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan
    .plan-price
    .yearly-price,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan
    .plan-price
    .yearly-price {
    display: none;
  }
  .pricing-wrapper .flex-card .condensed-plan .plan-price .yearly-billed,
  .pricing-wrapper
    .network-grid
    .network-card
    .condensed-plan
    .plan-price
    .yearly-billed,
  .network-grid
    .pricing-wrapper
    .network-card
    .condensed-plan
    .plan-price
    .yearly-billed,
  .pricing-wrapper .project-card .condensed-plan .plan-price .yearly-billed,
  .pricing-wrapper .profile-card .condensed-plan .plan-price .yearly-billed,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan
    .plan-price
    .yearly-billed,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan
    .plan-price
    .yearly-billed {
    padding-top: 2rem;
    font-size: 0.9rem;
    color: #8c8cf9;
    visibility: hidden;
  }
  .pricing-wrapper .flex-card .condensed-plan .plan-features,
  .pricing-wrapper .network-grid .network-card .condensed-plan .plan-features,
  .network-grid .pricing-wrapper .network-card .condensed-plan .plan-features,
  .pricing-wrapper .project-card .condensed-plan .plan-features,
  .pricing-wrapper .profile-card .condensed-plan .plan-features,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan
    .plan-features,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan
    .plan-features {
    padding-top: 3rem;
  }
  .pricing-wrapper .flex-card .condensed-plan .plan-features li,
  .pricing-wrapper .network-grid .network-card .condensed-plan .plan-features li,
  .network-grid .pricing-wrapper .network-card .condensed-plan .plan-features li,
  .pricing-wrapper .project-card .condensed-plan .plan-features li,
  .pricing-wrapper .profile-card .condensed-plan .plan-features li,
  .pricing-wrapper
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .condensed-plan
    .plan-features
    li,
  .carousel-wrap
    .testimonials-solo-carousel
    .pricing-wrapper
    .testimonial-item
    .condensed-plan
    .plan-features
    li {
    padding-bottom: 20px;
  }
  @media (max-width: 768px) {
    .category-card .card-body {
      padding: 30px 20px !important;
    }
    .category-card .card-body a {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .category-card .card-body .inner-content {
      padding-left: 0 !important;
    }
    .category-card .card-body .icon {
      width: 100% !important;
      height: 60px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .category-card .card-body .icon i {
      font-size: 2.8rem !important;
    }
    .category-header {
      padding: 30px 20px !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
    }
    .category-header .inner-content {
      padding-left: 0 !important;
    }
    .category-header .icon {
      width: 100% !important;
      height: 60px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .category-header .icon i {
      font-size: 2.8rem !important;
    }
    .small-avatar:nth-child(2),
    .small-avatar:nth-child(3),
    .small-avatar:nth-child(4),
    .small-avatar.is-more {
      display: none !important;
    }
    .help-article {
      padding: 30px 20px !important;
    }
    .articles-list {
      margin: 20px;
      width: calc(100% - 40px);
    }
    .single-help-article {
      padding: 25px 20px;
    }
  }
  .pricing-sub {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 20px;
  }
  .is-pricing-card {
    border-radius: 6px;
  }
  .is-pricing-card .pricing-icon {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #e0ecff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    z-index: 2;
  }
  .is-pricing-card .pricing-icon img {
    height: 38px;
    width: 38px;
    display: block;
  }
  .is-pricing-card .plan-name {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
  }
  .is-pricing-card .features-list {
    padding: 10px 0;
  }
  .is-pricing-card .features-list li {
    padding: 4px 0;
    color: #999;
  }
  .is-pricing-card .plan-price {
    font-size: 2rem;
    font-weight: 500;
    color: #8c8cf9;
  }
  .is-pricing-card .plan-price:before {
    content: "$";
    font-size: 60%;
  }
  .is-pricing-card .price-per {
    font-weight: 500;
  }
  .is-pricing-card .plan-action {
    margin-top: 20px;
  }
  .pricing-wrapper {
    padding-bottom: 60px;
  }
  .pricing-wrapper.is-large {
    max-width: 1080px;
  }
  .pricing-wrapper .pricing-tabs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #faf8ff;
    border-radius: 100px;
    margin-bottom: 40px;
  }
  .pricing-wrapper .pricing-tabs .tab-item {
    position: relative;
    width: 25%;
    height: 40px;
    margin: 16px 0;
    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;
    border-right: 1px solid #e3e3e3;
    z-index: 1;
  }
  .pricing-wrapper .pricing-tabs .tab-item.is-active,
  .pricing-wrapper .pricing-tabs .tab-item + .is-active {
    border-color: rgba(0, 0, 0, 0);
  }
  .pricing-wrapper .pricing-tabs .tab-item.is-active span,
  .pricing-wrapper .pricing-tabs .tab-item + .is-active span {
    color: #444f60;
  }
  .pricing-wrapper .pricing-tabs .tab-item.is-active img,
  .pricing-wrapper .pricing-tabs .tab-item + .is-active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .pricing-wrapper .pricing-tabs .tab-item.is-active:first-child ~ .naver {
    margin-left: 0;
  }
  .pricing-wrapper .pricing-tabs .tab-item.is-active:nth-child(2) ~ .naver {
    margin-left: 25%;
  }
  .pricing-wrapper .pricing-tabs .tab-item.is-active:nth-child(3) ~ .naver {
    margin-left: 50%;
  }
  .pricing-wrapper .pricing-tabs .tab-item.is-active:nth-child(4) ~ .naver {
    margin-left: 75%;
  }
  .pricing-wrapper .pricing-tabs .tab-item:nth-child(4) {
    border: none !important;
  }
  .pricing-wrapper .pricing-tabs .tab-item img {
    display: block;
    height: 28px;
    width: 28px;
    margin-right: 4px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pricing-wrapper .pricing-tabs .tab-item span {
    display: block;
    font-weight: 500;
    color: #6a7b96;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pricing-wrapper .pricing-tabs .naver {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    border-radius: 100px;
    background: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    margin: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .pricing-wrapper .pricing-tabs .naver .naver-inner {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .pricing-wrapper .pricing-tabs .naver .naver-inner .naver-naver {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 4px;
    width: 30px;
    border-radius: 50px;
    background: #8c8cf9;
  }
  .pricing-wrapper .pricing-container {
    display: none;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
  }
  .pricing-wrapper .pricing-container.is-active {
    display: block;
  }
  .pricing-wrapper .pricing-container .container-inner {
    padding: 40px 0;
  }
  .pricing-wrapper .pricing-container .container-inner.no-padding {
    padding: 0;
  }
  .pricing-wrapper .pricing-container .container-inner .solo-plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan {
    min-height: 200px;
    width: 33.3%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan:nth-child(2) {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .header {
    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;
    width: 100%;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .header
    img {
    display: block;
    height: 40px;
    width: 40px;
    margin-right: 6px;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .header
    span {
    display: block;
    font-size: 1.4rem;
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .price {
    width: 100%;
    text-align: center;
    padding: 16px 0;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .price
    .amount {
    font-size: 3rem;
    font-weight: bold;
    color: #444f60;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .price
    .amount:before {
    content: "$";
    position: relative;
    top: -15px;
    left: -5px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #999;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .price
    p {
    color: #7f8ea4;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .plan-tagline {
    text-align: center;
    padding: 16px 0;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .plan-tagline
    p {
    color: #999;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .button-wrap {
    width: 100%;
    padding: 20px 0 20px 0;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .button-wrap
    .button {
    height: 44px;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .button-wrap
    .button.is-first {
    border-color: #e3e3e3;
    color: #7f8ea4;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .button-wrap
    .button.primary-btn {
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    font-weight: 500;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .button-wrap
    .button.is-upgrade {
    border-color: #e3e3e3;
    color: #7f8ea4;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .benefits
    li {
    padding: 6px 0;
    color: #7f8ea4;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .solo-plans
    .solo-plan
    .benefits
    li
    span {
    color: #444f60;
    font-weight: 500;
  }
  .pricing-wrapper .pricing-container .container-inner .plan-focus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side {
    width: 35%;
    padding: 40px;
    border-right: 1px solid #e3e3e3;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .header
    img {
    display: block;
    height: 40px;
    width: 40px;
    margin-right: 6px;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .header
    span {
    display: block;
    font-size: 1.4rem;
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .plan-tagline {
    padding: 16px 0;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .plan-tagline
    p {
    color: #999;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .price {
    width: 100%;
    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;
    padding: 16px 0;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .price
    .control {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 16px;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .price
    .control
    .input {
    height: 40px;
    font-size: 1rem;
    padding-bottom: 8px;
    padding-left: 22px;
    background: #fafafa;
    border-color: #ededed;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .price
    .control
    .input:focus {
    background: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .price
    .amount {
    font-size: 3rem;
    font-weight: bold;
    color: #444f60;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .price
    .amount:before {
    content: "$";
    position: relative;
    top: -15px;
    left: -5px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #999;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .price-info {
    padding: 8px 0 16px 0;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .price-info
    p {
    color: #999;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .button-wrap {
    width: 100%;
    padding: 20px 0 20px 0;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .button-wrap
    .button {
    height: 44px;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    font-weight: 500;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .benefits {
    padding-bottom: 20px;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .benefits
    li {
    padding: 6px 0;
    color: #7f8ea4;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .left-side
    .benefits
    li
    span {
    color: #444f60;
    font-weight: 500;
  }
  .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side {
    width: 65%;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .feature-carousel {
    position: relative;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .feature-carousel
    .carousel-item {
    padding: 40px;
    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;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .feature-carousel
    .carousel-item
    .header
    .header-inner
    .title-wrap
    h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #999;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .feature-carousel
    .carousel-item
    .header
    .header-inner
    .title-wrap
    h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #444f60;
    margin: 0 !important;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .feature-carousel
    .carousel-item
    .header
    .subheader
    p {
    font-size: 1rem;
    color: #999;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .feature-carousel
    .carousel-item
    .carousel-image {
    display: block;
    margin-top: 30px;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .slick-dots {
    bottom: 12px !important;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .slick-custom {
    position: absolute;
    top: 40px;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 50px;
    height: 50px;
    display: none !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    color: #444f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .slick-custom
    i {
    position: relative;
    font-size: 12px;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .slick-custom:hover {
    border-color: #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .slick-custom.is-prev {
    right: 100px;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .slick-custom.is-prev
    i {
    right: 2px;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .slick-custom.is-next {
    right: 40px;
  }
  .pricing-wrapper
    .pricing-container
    .container-inner
    .plan-focus
    .right-side
    .slick-custom.is-next
    i {
    left: 2px;
  }
  @media (max-width: 767px) {
    .pricing-wrapper .pricing-tabs .tab-item span {
      display: none;
    }
    .pricing-wrapper .pricing-container .container-inner .solo-plans {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .pricing-wrapper .pricing-container .container-inner .solo-plans .solo-plan {
      width: 100%;
    }
    .pricing-wrapper
      .pricing-container
      .container-inner
      .solo-plans
      .solo-plan:nth-child(2),
    .pricing-wrapper
      .pricing-container
      .container-inner
      .solo-plans
      .solo-plan:nth-child(3) {
      margin-top: 40px;
      padding-top: 40px;
      border-top: 1px solid #e3e3e3;
    }
    .pricing-wrapper .pricing-container .container-inner .plan-focus {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .pricing-wrapper .pricing-container .container-inner .plan-focus .left-side {
      width: 100%;
    }
    .pricing-wrapper
      .pricing-container
      .container-inner
      .plan-focus
      .left-side
      .price
      .control {
      max-width: 150px;
    }
    .pricing-wrapper .pricing-container .container-inner .plan-focus .right-side {
      width: 100%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .pricing-container .container-inner .plan-focus .left-side {
      width: 45% !important;
    }
    .pricing-container .container-inner .plan-focus .right-side {
      width: 55% !important;
    }
    .pricing-container .container-inner .plan-focus .right-side .slick-custom {
      height: 36px !important;
      width: 36px !important;
      top: 30px !important;
    }
    .pricing-container
      .container-inner
      .plan-focus
      .right-side
      .slick-custom.is-next {
      right: 12px !important;
    }
    .pricing-container
      .container-inner
      .plan-focus
      .right-side
      .slick-custom.is-prev {
      right: 50px !important;
    }
  }
  .pricing-wrapper {
    padding: 30px 0;
    max-width: 900px;
    margin: 0 auto;
  }
  .pricing-wrapper .pricing-box {
    padding: 20px;
    -webkit-box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
    border-radius: 10px;
    background: #fff;
    text-align: center;
  }
  .pricing-wrapper .pricing-box > img {
    display: block;
    max-width: 160px;
    margin: 0 auto;
  }
  .pricing-wrapper .pricing-box h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #8c8cf9;
  }
  .pricing-wrapper .pricing-box > p {
    margin-bottom: 16px;
    color: #999;
  }
  .pricing-wrapper .pricing-box .price {
    position: relative;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 16px;
  }
  .pricing-wrapper .pricing-box .price .price-number {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    color: #444f60;
  }
  .pricing-wrapper .pricing-box .price .price-number:after {
    content: "PER MONTH";
    position: absolute;
    top: 6px;
    right: 40px;
    font-size: 0.8rem;
    font-weight: 400;
    color: #999;
    text-align: left;
    text-transform: uppercase;
    max-width: 50px;
    line-height: 1.2;
  }
  .pricing-wrapper .pricing-box .button {
    min-height: 46px;
    font-weight: 500;
    line-height: 2;
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .pricing-wrapper .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .clean-pricing {
    padding-top: 80px !important;
  }
  @media (max-width: 768px) {
    .clean-pricing .column.is-5 {
      text-align: center !important;
    }
    .clean-pricing .period-select {
      margin: 0 auto;
    }
  }
  @media (max-width: 767px) {
    .is-ice-pricing .pricing-card {
      padding: 24px !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .is-drop {
    position: relative;
    cursor: pointer;
  }
  .is-drop i.sl-icon-arrow-down {
    font-size: 8px !important;
    top: 2px !important;
  }
  .is-drop .dropContain {
    width: 220px;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -165px;
    top: -500vh;
  }
  .is-drop .dropContain .dropOut {
    width: 220px;
    background: #fff;
    float: left;
    position: relative;
    margin-top: 15px;
    opacity: 0;
    border: 1px solid #ededed;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .is-drop .dropContain .dropOut ul li {
    text-align: left;
    float: left;
    width: 200px;
    padding: 12px 0 10px 15px;
    margin: 3px 10px;
    color: #777;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
  }
  .is-drop .dropContain .dropOut ul li:hover {
    background: #eff4f7;
    cursor: pointer;
  }
  .is-drop .dropContain .dropOut ul li i.drop-icon {
    position: relative;
    top: 4px;
    margin-right: 15px;
  }
  .is-drop .dropContain .dropOut ul li i.drop-icon.sl {
    position: relative;
    top: 0;
    margin-right: 15px;
  }
  .is-drop .dropContain .dropOut ul {
    float: left;
    padding: 10px 0;
    list-style: none;
  }
  .is-drop .dropContain .dropOut ul li.dropdown-divider {
    padding: 0 !important;
    border-radius: 0 !important;
    height: 5px;
    border-bottom: 1px solid #f2f2f2;
  }
  .is-drop .dropContain .dropOut ul li.dropdown-divider:hover {
    background-color: #fff;
  }
  .is-drop .dropContain .dropOut.is-primary ul li:hover {
    background: #8c8cf9;
    color: #fff;
  }
  .is-drop .dropContain .dropOut.is-secondary ul li:hover {
    background: #7f00ff;
    color: #fff;
  }
  .is-drop .dropContain .dropOut.is-accent ul li:hover {
    background: #ad5cff;
    color: #fff;
  }
  .is-drop:hover .dropContain {
    top: 30px !important;
  }
  .is-drop:hover .dropContain .dropOut {
    -webkit-animation: fadeInUp 0.27s ease-out;
    animation: fadeInUp 0.27s ease-out;
    opacity: 1;
  }
  .is-drop.drop-sm:hover .dropContain {
    top: 15px !important;
  }
  .is-drop.is-centered .dropContain {
    margin-left: -110px;
  }
  .is-drop.is-right .dropContain {
    margin-left: -55px;
  }
  button i.sl-icon-arrow-down {
    font-size: 8px !important;
    top: 2px !important;
    padding-left: 8px !important;
  }
  .jq-dropdown {
    position: absolute;
    top: 5px;
    z-index: 1039;
    display: none;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.27s;
    animation-duration: 0.27s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  .jq-dropdown .jq-dropdown-menu,
  .jq-dropdown .jq-dropdown-panel {
    min-width: 220px;
    max-width: 360px;
    list-style: none;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    overflow: visible;
    padding: 4px 0;
    margin: 0;
  }
  .jq-dropdown .jq-dropdown-panel {
    padding: 20px;
  }
  .jq-dropdown.jq-dropdown-tip {
    margin-top: 8px;
  }
  .jq-dropdown.jq-dropdown-tip:before {
    position: absolute;
    top: -6px;
    left: 9px;
    content: "";
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #ddd;
    display: inline-block;
  }
  .jq-dropdown.jq-dropdown-tip:after {
    position: absolute;
    top: -5px;
    left: 10px;
    content: "";
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #fff;
    display: inline-block;
  }
  .jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
  .jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
    max-height: 180px;
    overflow: auto;
  }
  .jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu::-webkit-scrollbar {
    width: 10px;
  }
  .jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
  }
  .jq-dropdown li {
    list-style: none;
    padding: 0 3px;
    text-indent: 0;
    margin: 0;
    line-height: 18px;
  }
  .jq-dropdown li > a,
  .jq-dropdown label {
    display: block;
    color: inherit;
    text-decoration: none;
    line-height: 18px;
    padding: 10px 15px;
    margin: 0;
    white-space: nowrap;
  }
  .jq-dropdown li > a:hover,
  .jq-dropdown label:hover {
    background-color: #eff4f7;
    color: inherit;
    cursor: pointer;
  }
  .jq-dropdown .jq-dropdown-divider {
    font-size: 1px;
    border-top: solid 1px #e5e5e5;
    padding: 0;
    margin: 5px 0;
  }
  .jq-dropdown .jq-dropdown-menu li > a:hover,
  .jq-dropdown .jq-dropdown .jq-dropdown-menu label:hover {
    background-color: #eff4f7;
    color: inherit;
  }
  .jq-dropdown.is-primary .jq-dropdown-menu li > a:hover,
  .jq-dropdown.is-primary .jq-dropdown .jq-dropdown-menu label:hover {
    background-color: #8c8cf9;
    color: #fff;
  }
  .jq-dropdown.is-secondary .jq-dropdown-menu li > a:hover,
  .jq-dropdown.is-secondary .jq-dropdown .jq-dropdown-menu label:hover {
    background-color: #7f00ff;
    color: #fff;
  }
  .jq-dropdown.is-accent .jq-dropdown-menu li > a:hover,
  .jq-dropdown.is-accent .jq-dropdown .jq-dropdown-menu label:hover {
    background-color: #ad5cff;
    color: #fff;
  }
  .is-megamenu {
    padding: 0 !important;
  }
  .is-megamenu .mega-inner {
    position: relative;
    padding: 0.5rem 0;
  }
  .is-megamenu .mega-inner .container {
    padding: 1rem;
  }
  .is-megamenu .mega-inner .column {
    padding-left: 0;
    padding-right: 0;
  }
  .is-megamenu .mega-inner .scrollable-container {
    height: 275px;
  }
  .is-megamenu .mega-inner .navbar-item.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .is-megamenu .mega-inner .navbar-item.is-flex i {
    font-size: 2.2rem;
    font-weight: 500;
    color: #cecece;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-megamenu .mega-inner .navbar-item.is-flex div {
    margin: 0 10px;
  }
  .is-megamenu .mega-inner .navbar-item.is-flex:hover {
    background-color: #f5f5f5;
  }
  .is-megamenu .mega-inner .navbar-item.is-flex:hover i {
    color: #8c8cf9;
  }
  .is-megamenu .menu-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 220px;
  }
  .is-megamenu .menu-image img {
    height: 220px;
    max-height: none !important;
  }
  .is-megamenu .is-footer {
    padding: 0.375rem 1rem;
    position: relative;
    z-index: 2;
  }
  .is-megamenu p.is-cta {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .is-megamenu .mega-btn.primary-btn {
    background: #8c8cf9 !important;
    color: #fff;
  }
  .is-megamenu .mega-btn.secondary-btn {
    background: #7f00ff !important;
    color: #fff;
  }
  .is-megamenu .mega-btn.accent-btn {
    background: #ad5cff !important;
    color: #fff;
  }
  .is-megamenu .level-left .level-item {
    text-transform: uppercase;
  }
  .is-megamenu .social-link {
    color: #fff;
    margin: 0 5px;
  }
  .is-megamenu .social-link i {
    font-size: 1rem;
  }
  @media (max-width: 768px) {
    .is-mega .navbar-link {
      display: none;
    }
    .navbar-item.is-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .media.media-notification {
    -ms-flex-line-pack: center;
    align-content: center;
    cursor: pointer;
  }
  .media.media-notification:hover .notification-title {
    color: #8c8cf9;
  }
  .media.media-notification .timestamp {
    color: #a9abac;
    position: relative;
    top: 3px;
    font-size: 0.7rem;
  }
  .media.media-notification .notification-title {
    font-weight: 600;
  }
  .media.media-notification .notification-text {
    font-size: 0.9rem !important;
    color: #878787;
  }
  .media .see-all {
    margin-top: 20px;
    font-size: 0.7rem;
    text-transform: uppercase;
  }
  .media.icon-media {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .media.icon-media .media-left i {
    font-size: 1.8rem;
    color: #a9abac;
  }
  .media.icon-media .timestamp {
    color: #a9abac;
    position: relative;
    top: 3px;
    font-size: 0.7rem;
  }
  .media.icon-media .notification-title {
    font-weight: 600;
  }
  .media.icon-media .notification-text {
    font-size: 0.9rem !important;
    color: #878787;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .b-checkbox {
    position: relative;
  }
  .b-checkbox.is-circular label::before {
    border-radius: 50%;
  }
  .b-checkbox.is-primary input[type="checkbox"]:checked + label::before {
    background-color: #8c8cf9;
    border-color: #8c8cf9;
  }
  .b-checkbox.is-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
  }
  .b-checkbox.is-secondary input[type="checkbox"]:checked + label::before {
    background-color: #7f00ff;
    border-color: #7f00ff;
  }
  .b-checkbox.is-secondary input[type="checkbox"]:checked + label::after {
    color: #fff;
  }
  .b-checkbox.is-accent input[type="checkbox"]:checked + label::before {
    background-color: #ad5cff;
    border-color: #ad5cff;
  }
  .b-checkbox.is-accent input[type="checkbox"]:checked + label::after {
    color: #fff;
  }
  .b-checkbox.is-danger input[type="checkbox"]:checked + label::before {
    background-color: #f92b60;
    border-color: #f92b60;
  }
  .b-checkbox.is-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
  }
  .b-checkbox.is-info input[type="checkbox"]:checked + label::before {
    background-color: #039be5;
    border-color: #039be5;
  }
  .b-checkbox.is-info input[type="checkbox"]:checked + label::after {
    color: #fff;
  }
  .b-checkbox.is-warning input[type="checkbox"]:checked + label::before {
    background-color: #eda514;
    border-color: #eda514;
  }
  .b-checkbox.is-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
  }
  .b-checkbox.is-success input[type="checkbox"]:checked + label::before {
    background-color: #06d6a0;
    border-color: #06d6a0;
  }
  .b-checkbox.is-success input[type="checkbox"]:checked + label::after {
    color: #fff;
  }
  .b-checkbox.is-dark input[type="checkbox"]:checked + label::before {
    background-color: #444;
    border-color: #444;
  }
  .b-checkbox.is-dark input[type="checkbox"]:checked + label::after {
    color: #fff;
  }
  .b-checkbox label {
    padding-left: 5px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
  }
  .b-checkbox label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
  }
  .b-checkbox label::after {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 3px;
    font-size: 12px;
    color: #363636;
  }
  .b-checkbox input[type="checkbox"],
  .b-checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
  }
  .b-checkbox input[type="checkbox"]:checked + label::after,
  .b-checkbox input[type="radio"]:checked + label::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: 0.7rem;
    top: 2px;
    left: 1px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .b-checkbox input[type="checkbox"]:disabled,
  .b-checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
  }
  .b-checkbox input[type="checkbox"]:disabled + label,
  .b-checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
  }
  .b-checkbox input[type="checkbox"]:disabled + label::before,
  .b-checkbox input[type="radio"]:disabled + label::before {
    background-color: #fcfcfc;
    cursor: not-allowed;
  }
  .b-checkbox input[type="checkbox"].styled:checked + label:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: 0.7rem;
    top: 2px;
    left: 1px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .b-checkbox input[type="checkbox"] .styled:checked + label::before {
    color: #fff;
  }
  .b-checkbox input[type="checkbox"] .styled:checked + label::after {
    color: #fff;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .badge {
    position: relative;
    white-space: nowrap;
  }
  .badge[data-badge]::after {
    position: absolute;
    left: 100%;
    z-index: 99;
    margin: 0;
    background: #444f60;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 0 0.1rem #fff;
    box-shadow: 0 0 0 0.1rem #fff;
    color: #fff;
    content: attr(data-badge);
    display: inline-block;
  }
  .badge[data-badge]::after.is-badge-outlined {
    background: #fff;
    border: 1px solid #444f60;
    color: #444f60;
  }
  .badge:not([data-badge=""])::after {
    text-align: center;
    white-space: nowrap;
    padding:0.2rem 0.6rem 0.6rem 0.3rem;
    margin-top:0.3rem;
  }
  .badge.is-badge-outlined[data-badge]::after {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0.1rem solid #444f60;
    color: #444f60;
  }
  .badge.is-badge-outlined.badge-primary::after {
    background: #fff;
    border: 0.1rem solid #8c8cf9;
    color: #8c8cf9;
  }
  .badge.is-badge-outlined.badge-secondary::after {
    background: #fff;
    border: 0.1rem solid #7f00ff;
    color: #7f00ff;
  }
  .badge.is-badge-outlined.badge-accent::after {
    background: #fff;
    border: 0.1rem solid #ad5cff;
    color: #ad5cff;
  }
  .badge.is-badge-outlined.badge-success::after {
    background: #fff;
    border: 0.1rem solid #06d6a0;
    color: #06d6a0;
  }
  .badge.is-badge-outlined.badge-warning::after {
    background: #fff;
    border: 0.1rem solid #eda514;
    color: #eda514;
  }
  .badge.is-badge-outlined.badge-danger::after {
    background: #fff;
    border: 0.1rem solid #f92b60;
    color: #f92b60;
  }
  .badge.is-badge-outlined.badge-info::after {
    background: #fff;
    border: 0.1rem solid #039be5;
    color: #039be5;
  }
  .badge.is-badge-outlined.badge-blue::after {
    background: #fff;
    border: 0.1rem solid #1565C0;
    color: #1565C0;
  }

  .badge[data-badge]::after {
    top: calc(0px - (0.75rem / 2));
    left: calc(100% - (1rem / 2));
    height: 0.75rem;
    width: 0.45rem;
  }
  .badge:not([data-badge=""])::after {
    font-size: 0.5625rem;
    line-height: 0.375rem;
    margin-right:20px;
    padding-top:3px;
  }
  .badge.is-badge-small[data-badge]::after {
    top: calc(0px - (0.75rem / 2));
    left: calc(100% - (0.75rem / 2));
    min-height: 0.75rem;
    min-width: 0.75rem;
  }
  .badge.is-badge-small:not([data-badge=""])::after {
    font-size: 0.5625rem;
    line-height: 0.375rem;
  }
  .badge.is-badge-medium[data-badge]::after {
    top: calc(0px - (1.25rem / 2));
    left: calc(100% - (1.25rem / 2));
    min-height: 1.25rem;
    min-width: 1.25rem;
  }
  .badge.is-badge-medium:not([data-badge=""])::after {
    font-size: 0.9375rem;
    line-height: 0.625rem;
  }
  .badge.is-badge-large[data-badge]::after {
    top: calc(0px - (1.5rem / 2));
    left: calc(100% - (1.5rem / 2));
    min-height: 1.5rem;
    min-width: 1.5rem;
  }
  .badge.is-badge-large:not([data-badge=""])::after {
    font-size: 1.125rem;
    line-height: 0.75rem;
  }
  .badge.badge-primary::after {
    background: #8c8cf9;
  }
  .badge.badge-secondary::after {
    background: #7f00ff;
  }
  .badge.badge-accent::after {
    background: #ad5cff;
  }
  .badge.badge-success::after {
    background: #06d6a0;
  }
  .badge.badge-warning::after {
    background: #eda514;
  }
  .badge.badge-danger::after {
    background: #f92b60;
  }
  .badge.badge-info::after {
    background: #039be5;
  } 
  .badge.badge-blue::after {
    background: #1565C0;
  } 
  
  /*! Bulkit | 5.0 | CSS Ninja */
  input[type="range"].slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 1rem 0;
    background: rgba(0, 0, 0, 0);
  }
  input[type="range"].slider.is-fullwidth {
    display: block;
    width: 100%;
  }
  input[type="range"].slider:focus {
    outline: none;
  }
  input[type="range"].slider:not(
      [orient="vertical"]
    )::-webkit-slider-runnable-track {
    width: 100%;
  }
  input[type="range"].slider:not([orient="vertical"])::-moz-range-track {
    width: 100%;
  }
  input[type="range"].slider:not([orient="vertical"])::-ms-track {
    width: 100%;
  }
  input[type="range"].slider:not([orient="vertical"]).has-output + output,
  input[type="range"].slider:not([orient="vertical"]).has-output-tooltip
    + output {
    width: 3.1rem;
    background: #878787;
    border-radius: 3px;
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
    line-height: 1rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
  }
  input[type="range"].slider:not([orient="vertical"]).has-output {
    display: inline-block;
    width: calc(100% - 4.1rem);
  }
  input[type="range"].slider:not([orient="vertical"]).has-output + output {
    display: inline-block;
    position: relative;
    margin-left: 0.75rem;
    top: -0.75rem;
  }
  input[type="range"].slider:not([orient="vertical"]).has-output-tooltip {
    display: block;
  }
  input[type="range"].slider:not([orient="vertical"]).has-output-tooltip
    + output {
    position: absolute;
    left: 0;
    top: 2rem;
  }
  input[type="range"].slider[orient="vertical"] {
    -webkit-writing-mode: bt-lr;
    -ms-writing-mode: bt-lr;
    writing-mode: bt-lr;
  }
  input[type="range"].slider[orient="vertical"]::-webkit-slider-runnable-track {
    height: 100%;
  }
  input[type="range"].slider[orient="vertical"]::-moz-range-track {
    height: 100%;
  }
  input[type="range"].slider[orient="vertical"]::-ms-track {
    height: 100%;
  }
  input[type="range"].slider[orient="vertical"]::-webkit-slider-thumb {
    position: relative;
    left: -2px;
    height: 2rem;
    width: 2rem;
    border-radius: 100px;
  }
  input[type="range"].slider::-webkit-slider-runnable-track {
    cursor: pointer;
    animate: 0.2s;
    -webkit-box-shadow: 0px 0px 0px #666;
    box-shadow: 0px 0px 0px #666;
    background: #cecece;
    border-radius: 50px;
    border: 0px solid #666;
  }
  input[type="range"].slider::-moz-range-track {
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #666;
    background: #cecece;
    border-radius: 50px;
    border: 0px solid #666;
  }
  input[type="range"].slider::-ms-track {
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #666;
    background: #cecece;
    border-radius: 50px;
    border: 0px solid #666;
  }
  input[type="range"].slider::-ms-fill-lower {
    background: #8c8cf9;
  }
  input[type="range"].slider::-ms-fill-upper {
    background: #eff4f7;
  }
  input[type="range"].slider::-webkit-slider-thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c1c1c1;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
  }
  input[type="range"].slider::-moz-range-thumb {
    box-shadow: none;
    border: 1px solid #c1c1c1;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
  }
  input[type="range"].slider::-ms-thumb {
    box-shadow: none;
    border: 1px solid #c1c1c1;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
  }
  input[type="range"].slider::-webkit-slider-thumb {
    -webkit-appearance: none;
  }
  input[type="range"].slider:active::-webkit-slider-thumb {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  input[type="range"].slider:active::-moz-range-thumb {
    transform: scale(1.25);
  }
  input[type="range"].slider:active::-ms-thumb {
    transform: scale(1.25);
  }
  input[type="range"].slider:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  input[type="range"].slider:disabled::-webkit-slider-thumb {
    cursor: not-allowed;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  input[type="range"].slider:disabled::-moz-range-thumb {
    cursor: not-allowed;
    transform: scale(1);
  }
  input[type="range"].slider:disabled::-ms-thumb {
    cursor: not-allowed;
    transform: scale(1);
  }
  input[type="range"].slider:not(
      [orient="vertical"]
    )::-webkit-slider-runnable-track {
    height: 0.6rem;
  }
  input[type="range"].slider:not([orient="vertical"])::-moz-range-track {
    height: 0.6rem;
  }
  input[type="range"].slider:not([orient="vertical"])::-ms-track {
    height: 0.6rem;
  }
  input[type="range"].slider[orient="vertical"]::-webkit-slider-runnable-track {
    width: 0.6rem;
  }
  input[type="range"].slider[orient="vertical"]::-moz-range-track {
    width: 0.6rem;
  }
  input[type="range"].slider[orient="vertical"]::-ms-track {
    width: 0.6rem;
  }
  input[type="range"].slider::-webkit-slider-thumb {
    height: 1.2rem;
    width: 1.2rem;
    margin-top: -0.3rem;
  }
  input[type="range"].slider::-moz-range-thumb {
    height: 1.2rem;
    width: 1.2rem;
  }
  input[type="range"].slider::-ms-thumb {
    height: 1.2rem;
    width: 1.2rem;
  }
  input[type="range"].slider[orient="vertical"]::-webkit-slider-thumb {
    margin-top: auto;
    margin-left: -0.3rem;
  }
  input[type="range"].slider.is-small:not(
      [orient="vertical"]
    )::-webkit-slider-runnable-track {
    height: 0.5rem;
  }
  input[type="range"].slider.is-small:not([orient="vertical"])::-moz-range-track {
    height: 0.5rem;
  }
  input[type="range"].slider.is-small:not([orient="vertical"])::-ms-track {
    height: 0.5rem;
  }
  input[type="range"].slider.is-small[orient="vertical"]::-webkit-slider-runnable-track {
    width: 0.5rem;
  }
  input[type="range"].slider.is-small[orient="vertical"]::-moz-range-track {
    width: 0.5rem;
  }
  input[type="range"].slider.is-small[orient="vertical"]::-ms-track {
    width: 0.5rem;
  }
  input[type="range"].slider.is-small::-webkit-slider-thumb {
    height: 1rem;
    width: 1rem;
    margin-top: -0.25rem;
  }
  input[type="range"].slider.is-small::-moz-range-thumb {
    height: 1rem;
    width: 1rem;
  }
  input[type="range"].slider.is-small::-ms-thumb {
    height: 1rem;
    width: 1rem;
  }
  input[type="range"].slider.is-small[orient="vertical"]::-webkit-slider-thumb {
    margin-top: auto;
    margin-left: -0.25rem;
  }
  input[type="range"].slider.is-medium:not(
      [orient="vertical"]
    )::-webkit-slider-runnable-track {
    height: 0.75rem;
  }
  input[type="range"].slider.is-medium:not(
      [orient="vertical"]
    )::-moz-range-track {
    height: 0.75rem;
  }
  input[type="range"].slider.is-medium:not([orient="vertical"])::-ms-track {
    height: 0.75rem;
  }
  input[type="range"].slider.is-medium[orient="vertical"]::-webkit-slider-runnable-track {
    width: 0.75rem;
  }
  input[type="range"].slider.is-medium[orient="vertical"]::-moz-range-track {
    width: 0.75rem;
  }
  input[type="range"].slider.is-medium[orient="vertical"]::-ms-track {
    width: 0.75rem;
  }
  input[type="range"].slider.is-medium::-webkit-slider-thumb {
    height: 1.5rem;
    width: 1.5rem;
    margin-top: -0.375rem;
  }
  input[type="range"].slider.is-medium::-moz-range-thumb {
    height: 1.5rem;
    width: 1.5rem;
  }
  input[type="range"].slider.is-medium::-ms-thumb {
    height: 1.5rem;
    width: 1.5rem;
  }
  input[type="range"].slider.is-medium[orient="vertical"]::-webkit-slider-thumb {
    margin-top: auto;
    margin-left: -0.375rem;
  }
  input[type="range"].slider.is-large:not(
      [orient="vertical"]
    )::-webkit-slider-runnable-track {
    height: 0.9rem;
  }
  input[type="range"].slider.is-large:not([orient="vertical"])::-moz-range-track {
    height: 0.9rem;
  }
  input[type="range"].slider.is-large:not([orient="vertical"])::-ms-track {
    height: 0.9rem;
  }
  input[type="range"].slider.is-large[orient="vertical"]::-webkit-slider-runnable-track {
    width: 0.9rem;
  }
  input[type="range"].slider.is-large[orient="vertical"]::-moz-range-track {
    width: 0.9rem;
  }
  input[type="range"].slider.is-large[orient="vertical"]::-ms-track {
    width: 0.9rem;
  }
  input[type="range"].slider.is-large::-webkit-slider-thumb {
    height: 1.8rem;
    width: 1.8rem;
    margin-top: -0.45rem;
  }
  input[type="range"].slider.is-large::-moz-range-thumb {
    height: 1.8rem;
    width: 1.8rem;
  }
  input[type="range"].slider.is-large::-ms-thumb {
    height: 1.8rem;
    width: 1.8rem;
  }
  input[type="range"].slider.is-large[orient="vertical"]::-webkit-slider-thumb {
    margin-top: auto;
    margin-left: -0.45rem;
  }
  input[type="range"].slider.is-primary::-webkit-slider-runnable-track {
    background: #8c8cf9;
  }
  input[type="range"].slider.is-primary::-moz-range-track {
    background: #8c8cf9;
  }
  input[type="range"].slider.is-primary::-ms-track {
    background: #8c8cf9;
  }
  input[type="range"].slider.is-secondary::-webkit-slider-runnable-track {
    background: #7f00ff;
  }
  input[type="range"].slider.is-secondary::-moz-range-track {
    background: #7f00ff;
  }
  input[type="range"].slider.is-secondary::-ms-track {
    background: #7f00ff;
  }
  input[type="range"].slider.is-accent::-webkit-slider-runnable-track {
    background: #ad5cff;
  }
  input[type="range"].slider.is-accent::-moz-range-track {
    background: #ad5cff;
  }
  input[type="range"].slider.is-accent::-ms-track {
    background: #ad5cff;
  }
  input[type="range"].slider.is-info::-webkit-slider-runnable-track {
    background: #039be5;
  }
  input[type="range"].slider.is-info::-moz-range-track {
    background: #039be5;
  }
  input[type="range"].slider.is-info::-ms-track {
    background: #039be5;
  }
  input[type="range"].slider.is-success::-webkit-slider-runnable-track {
    background: #06d6a0;
  }
  input[type="range"].slider.is-success::-moz-range-track {
    background: #06d6a0;
  }
  input[type="range"].slider.is-success::-ms-track {
    background: #06d6a0;
  }
  input[type="range"].slider.is-warning::-webkit-slider-runnable-track {
    background: #eda514;
  }
  input[type="range"].slider.is-warning::-moz-range-track {
    background: #eda514;
  }
  input[type="range"].slider.is-warning::-ms-track {
    background: #eda514;
  }
  input[type="range"].slider.is-danger::-webkit-slider-runnable-track {
    background: #f92b60;
  }
  input[type="range"].slider.is-danger::-moz-range-track {
    background: #f92b60;
  }
  input[type="range"].slider.is-danger::-ms-track {
    background: #f92b60;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .has-ribbon {
    position: relative;
  }
  .has-ribbon-left {
    position: relative;
  }
  .has-ribbon-left .ribbon {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 0.1rem solid #ededed;
  }
  .has-ribbon-bottom {
    position: relative;
  }
  .has-ribbon-bottom .ribbon {
    top: auto;
    bottom: 0.5em;
  }
  .ribbon {
    background-color: #fff;
    border: 0.1rem solid #ededed;
    border-right: none;
    color: #999;
    font-size: 1rem !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 0.5em;
    right: 0;
    font-weight: 400;
    z-index: 2;
  }
  .ribbon.is-primary {
    background-color: #8c8cf9;
    color: #fff;
    border-color: #8c8cf9;
  }
  .ribbon.is-secondary {
    background-color: #7f00ff;
    color: #fff;
    border-color: #7f00ff;
  }
  .ribbon.is-accent {
    background-color: #ad5cff;
    color: #fff;
    border-color: #ad5cff;
  }
  .ribbon.is-success {
    background-color: #06d6a0;
    color: #fff;
    border-color: #06d6a0;
  }
  .ribbon.is-warning {
    background-color: #eda514;
    color: #fff;
    border-color: #eda514;
  }
  .ribbon.is-danger {
    background-color: #f92b60;
    color: #fff;
    border-color: #f92b60;
  }
  .ribbon.is-info {
    background-color: #039be5;
    color: #fff;
    border-color: #039be5;
  }
  .ribbon.is-small {
    font-size: 0.8rem !important;
  }
  .ribbon.is-medium {
    font-size: 1.3rem !important;
  }
  .ribbon.is-large {
    font-size: 1.6rem !important;
  }
  .ribbon.is-outlined {
    background-color: rgba(0, 0, 0, 0);
  } /*! Bulkit | 5.0 | CSS Ninja */
  .bubble-range {
    -webkit-appearance: none;
    margin: 12.5px 0;
    width: 100%;
  }
  .bubble-range:focus {
    outline: none;
  }
  .bubble-range::-webkit-slider-thumb {
    position: relative;
    border: 5px solid rgba(255, 255, 255, 0.5);
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: #01c9ca;
    cursor: pointer;
    z-index: 1;
    -webkit-appearance: none;
    margin-top: -10px;
  }
  .bubble-range:focus::-webkit-slider-runnable-track {
    background: #cecece;
  }
  .bubble-range::-moz-range-thumb {
    position: relative;
    border: 5px solid rgba(255, 255, 255, 0.5);
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: #01c9ca;
    cursor: pointer;
    z-index: 1;
  }
  .bubble-range::-ms-thumb {
    position: relative;
    border: 5px solid rgba(255, 255, 255, 0.5);
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: #01c9ca;
    cursor: pointer;
    z-index: 1;
  }
  .bubble-range:focus::-ms-fill-lower {
    background: #cecece;
  }
  .bubble-range:focus::-ms-fill-upper {
    background: #cecece;
  }
  .bubble-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #cecece;
    border: 0px solid #000;
    border-radius: 0px;
  }
  .bubble-range::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #cecece;
    border: 0px solid #000;
    border-radius: 0px;
  }
  .bubble-range::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-width: 25px 0;
    color: rgba(0, 0, 0, 0);
  }
  .bubble-range::-ms-fill-lower {
    background: #cecece;
    border: 0px solid #000;
    border-radius: 0px;
  }
  .bubble-range::-ms-fill-upper {
    background: #cecece;
    border: 0px solid #000;
    border-radius: 0px;
  }
  .range {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 50px;
    width: 100%;
  }
  .range[data-value="0"] .bubble-label {
    left: 0%;
  }
  .range[data-value="1"] .bubble-label {
    left: 1%;
  }
  .range[data-value="2"] .bubble-label {
    left: 2%;
  }
  .range[data-value="3"] .bubble-label {
    left: 3%;
  }
  .range[data-value="4"] .bubble-label {
    left: 4%;
  }
  .range[data-value="5"] .bubble-label {
    left: 5%;
  }
  .range[data-value="6"] .bubble-label {
    left: 6%;
  }
  .range[data-value="7"] .bubble-label {
    left: 7%;
  }
  .range[data-value="8"] .bubble-label {
    left: 8%;
  }
  .range[data-value="9"] .bubble-label {
    left: 9%;
  }
  .range[data-value="10"] .bubble-label {
    left: 10%;
  }
  .range[data-value="11"] .bubble-label {
    left: 11%;
  }
  .range[data-value="12"] .bubble-label {
    left: 12%;
  }
  .range[data-value="13"] .bubble-label {
    left: 13%;
  }
  .range[data-value="14"] .bubble-label {
    left: 14%;
  }
  .range[data-value="15"] .bubble-label {
    left: 15%;
  }
  .range[data-value="16"] .bubble-label {
    left: 16%;
  }
  .range[data-value="17"] .bubble-label {
    left: 17%;
  }
  .range[data-value="18"] .bubble-label {
    left: 18%;
  }
  .range[data-value="19"] .bubble-label {
    left: 19%;
  }
  .range[data-value="20"] .bubble-label {
    left: 20%;
  }
  .range[data-value="21"] .bubble-label {
    left: 21%;
  }
  .range[data-value="22"] .bubble-label {
    left: 22%;
  }
  .range[data-value="23"] .bubble-label {
    left: 23%;
  }
  .range[data-value="24"] .bubble-label {
    left: 24%;
  }
  .range[data-value="25"] .bubble-label {
    left: 25%;
  }
  .range[data-value="26"] .bubble-label {
    left: 26%;
  }
  .range[data-value="27"] .bubble-label {
    left: 27%;
  }
  .range[data-value="28"] .bubble-label {
    left: 28%;
  }
  .range[data-value="29"] .bubble-label {
    left: 29%;
  }
  .range[data-value="30"] .bubble-label {
    left: 30%;
  }
  .range[data-value="31"] .bubble-label {
    left: 31%;
  }
  .range[data-value="32"] .bubble-label {
    left: 32%;
  }
  .range[data-value="33"] .bubble-label {
    left: 33%;
  }
  .range[data-value="34"] .bubble-label {
    left: 34%;
  }
  .range[data-value="35"] .bubble-label {
    left: 35%;
  }
  .range[data-value="36"] .bubble-label {
    left: 36%;
  }
  .range[data-value="37"] .bubble-label {
    left: 37%;
  }
  .range[data-value="38"] .bubble-label {
    left: 38%;
  }
  .range[data-value="39"] .bubble-label {
    left: 39%;
  }
  .range[data-value="40"] .bubble-label {
    left: 40%;
  }
  .range[data-value="41"] .bubble-label {
    left: 41%;
  }
  .range[data-value="42"] .bubble-label {
    left: 42%;
  }
  .range[data-value="43"] .bubble-label {
    left: 43%;
  }
  .range[data-value="44"] .bubble-label {
    left: 44%;
  }
  .range[data-value="45"] .bubble-label {
    left: 45%;
  }
  .range[data-value="46"] .bubble-label {
    left: 46%;
  }
  .range[data-value="47"] .bubble-label {
    left: 47%;
  }
  .range[data-value="48"] .bubble-label {
    left: 48%;
  }
  .range[data-value="49"] .bubble-label {
    left: 49%;
  }
  .range[data-value="50"] .bubble-label {
    left: 50%;
  }
  .range[data-value="51"] .bubble-label {
    left: 51%;
  }
  .range[data-value="52"] .bubble-label {
    left: 52%;
  }
  .range[data-value="53"] .bubble-label {
    left: 53%;
  }
  .range[data-value="54"] .bubble-label {
    left: 54%;
  }
  .range[data-value="55"] .bubble-label {
    left: 55%;
  }
  .range[data-value="56"] .bubble-label {
    left: 56%;
  }
  .range[data-value="57"] .bubble-label {
    left: 57%;
  }
  .range[data-value="58"] .bubble-label {
    left: 58%;
  }
  .range[data-value="59"] .bubble-label {
    left: 59%;
  }
  .range[data-value="60"] .bubble-label {
    left: 60%;
  }
  .range[data-value="61"] .bubble-label {
    left: 61%;
  }
  .range[data-value="62"] .bubble-label {
    left: 62%;
  }
  .range[data-value="63"] .bubble-label {
    left: 63%;
  }
  .range[data-value="64"] .bubble-label {
    left: 64%;
  }
  .range[data-value="65"] .bubble-label {
    left: 65%;
  }
  .range[data-value="66"] .bubble-label {
    left: 66%;
  }
  .range[data-value="67"] .bubble-label {
    left: 67%;
  }
  .range[data-value="68"] .bubble-label {
    left: 68%;
  }
  .range[data-value="69"] .bubble-label {
    left: 69%;
  }
  .range[data-value="70"] .bubble-label {
    left: 70%;
  }
  .range[data-value="71"] .bubble-label {
    left: 71%;
  }
  .range[data-value="73"] .bubble-label {
    left: 73%;
  }
  .range[data-value="74"] .bubble-label {
    left: 74%;
  }
  .range[data-value="75"] .bubble-label {
    left: 75%;
  }
  .range[data-value="76"] .bubble-label {
    left: 76%;
  }
  .range[data-value="77"] .bubble-label {
    left: 77%;
  }
  .range[data-value="78"] .bubble-label {
    left: 78%;
  }
  .range[data-value="79"] .bubble-label {
    left: 79%;
  }
  .range[data-value="81"] .bubble-label {
    left: 81%;
  }
  .range[data-value="82"] .bubble-label {
    left: 82%;
  }
  .range[data-value="83"] .bubble-label {
    left: 83%;
  }
  .range[data-value="84"] .bubble-label {
    left: 84%;
  }
  .range[data-value="85"] .bubble-label {
    left: 85%;
  }
  .range[data-value="86"] .bubble-label {
    left: 86%;
  }
  .range[data-value="87"] .bubble-label {
    left: 87%;
  }
  .range[data-value="88"] .bubble-label {
    left: 88%;
  }
  .range[data-value="89"] .bubble-label {
    left: 89%;
  }
  .range[data-value="90"] .bubble-label {
    left: 90%;
  }
  .range[data-value="91"] .bubble-label {
    left: 91%;
  }
  .range[data-value="92"] .bubble-label {
    left: 92%;
  }
  .range[data-value="93"] .bubble-label {
    left: 93%;
  }
  .range[data-value="94"] .bubble-label {
    left: 94%;
  }
  .range[data-value="95"] .bubble-label {
    left: 95%;
  }
  .range[data-value="96"] .bubble-label {
    left: 96%;
  }
  .range[data-value="97"] .bubble-label {
    left: 97%;
  }
  .range[data-value="98"] .bubble-label {
    left: 98%;
  }
  .range[data-value="99"] .bubble-label {
    left: 99%;
  }
  .range[data-value="100"] .bubble-label {
    left: 100%;
  }
  .range.is-primary .bubble-label .drop {
    background: #8c8cf9 !important;
  }
  .range.is-primary .bubble-range::-webkit-slider-thumb {
    position: relative;
    border: 5px solid #ededfe;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: #8c8cf9;
    cursor: pointer;
    z-index: 1;
    -webkit-appearance: none;
    margin-top: -10px;
  }
  .range.is-primary .bubble-range::-moz-range-thumb {
    position: relative;
    border: 5px solid #ededfe;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: #8c8cf9;
    cursor: pointer;
    z-index: 1;
  }
  .range.is-primary .bubble-range::-ms-thumb {
    position: relative;
    border: 5px solid #ededfe;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: #8c8cf9;
    cursor: pointer;
    z-index: 1;
  }
  .range.is-secondary .bubble-label .drop {
    background: #7f00ff !important;
  }
  .range.is-secondary .bubble-range::-webkit-slider-thumb {
    position: relative;
    border: 5px solid #b266ff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: #7f00ff;
    cursor: pointer;
    z-index: 1;
    -webkit-appearance: none;
    margin-top: -10px;
  }
  .range.is-secondary .bubble-range::-moz-range-thumb {
    position: relative;
    border: 5px solid #b266ff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: #7f00ff;
    cursor: pointer;
    z-index: 1;
  }
  .range.is-secondary .bubble-range::-ms-thumb {
    position: relative;
    border: 5px solid #b266ff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: #7f00ff;
    cursor: pointer;
    z-index: 1;
  }
  .range.is-accent .bubble-label .drop {
    background: #ad5cff !important;
  }
  .range.is-accent .bubble-range::-webkit-slider-thumb {
    position: relative;
    border: 5px solid #e0c2ff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: #ad5cff;
    cursor: pointer;
    z-index: 1;
    -webkit-appearance: none;
    margin-top: -10px;
  }
  .range.is-accent .bubble-range::-moz-range-thumb {
    position: relative;
    border: 5px solid #e0c2ff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: #ad5cff;
    cursor: pointer;
    z-index: 1;
  }
  .range.is-accent .bubble-range::-ms-thumb {
    position: relative;
    border: 5px solid #e0c2ff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: #ad5cff;
    cursor: pointer;
    z-index: 1;
  }
  .bubble-label {
    position: relative;
    top: 0;
    margin-left: -40px;
    margin-bottom: 20px;
    width: 80px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .bubble-label .value {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
  }
  .bubble-label .drop {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    width: 80px;
    height: 80px;
    border-radius: 80% 0 55% 50%/55% 0 80% 50%;
    background: #01c9ca;
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
  }
  .input-box {
    position: relative;
    margin: 0 -12.5px;
    height: 60px;
  }
  .input-box input[type="range"] {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0);
  }
  .input-box .bar {
    position: absolute;
    bottom: 50%;
    left: 0;
    margin: 0 0 -2.5px;
    height: 5px;
    background: #01c9ca;
    z-index: 0;
  }
  .input-box[data-value="0"] .bar {
    margin-right: 25px;
    /* width: calc(0% - math.div(25px, math.div(100, 0))); */
  }
  
  .input-box[data-value="1"] .bar {
    margin-right: 25px;
    /* width: calc(1% - math.div(25px, math.div(100, 1))); */
  }
  
  .input-box[data-value="2"] .bar {
    margin-right: 25px;
    /* width: calc(2% - math.div(25px, math.div(100, 2))); */
  }
  
  .input-box[data-value="3"] .bar {
    margin-right: 25px;
    /* width: calc(3% - math.div(25px, math.div(100, 3))); */
  }
  
  .input-box[data-value="4"] .bar {
    margin-right: 25px;
    /* width: calc(4% - math.div(25px, math.div(100, 4))); */
  }
  
  .input-box[data-value="5"] .bar {
    margin-right: 25px;
    /* width: calc(5% - math.div(25px, math.div(100, 5))); */
  }
  
  .input-box[data-value="6"] .bar {
    margin-right: 25px;
    /* width: calc(6% - math.div(25px, math.div(100, 6))); */
  }
  
  .input-box[data-value="7"] .bar {
    margin-right: 25px;
    /* width: calc(7% - math.div(25px, math.div(100, 7))); */
  }
  
  .input-box[data-value="8"] .bar {
    margin-right: 25px;
    /* width: calc(8% - math.div(25px, math.div(100, 8))); */
  }
  
  .input-box[data-value="9"] .bar {
    margin-right: 25px;
    /* width: calc(9% - math.div(25px, math.div(100, 9))); */
  }
  
  .input-box[data-value="10"] .bar {
    margin-right: 25px;
    /* width: calc(10% - math.div(25px, math.div(100, 10))); */
  }
  
  .input-box[data-value="11"] .bar {
    margin-right: 25px;
    /* width: calc(11% - math.div(25px, math.div(100, 11))); */
  }
  
  .input-box[data-value="12"] .bar {
    margin-right: 25px;
    /* width: calc(12% - math.div(25px, math.div(100, 12))); */
  }
  
  .input-box[data-value="13"] .bar {
    margin-right: 25px;
    /* width: calc(13% - math.div(25px, math.div(100, 13))); */
  }
  
  .input-box[data-value="14"] .bar {
    margin-right: 25px;
    /* width: calc(14% - math.div(25px, math.div(100, 14))); */
  }
  
  .input-box[data-value="15"] .bar {
    margin-right: 25px;
    /* width: calc(15% - math.div(25px, math.div(100, 15))); */
  }
  
  .input-box[data-value="16"] .bar {
    margin-right: 25px;
    /* width: calc(16% - math.div(25px, math.div(100, 16))); */
  }
  
  .input-box[data-value="17"] .bar {
    margin-right: 25px;
    /* width: calc(17% - math.div(25px, math.div(100, 17))); */
  }
  
  .input-box[data-value="18"] .bar {
    margin-right: 25px;
    /* width: calc(18% - math.div(25px, math.div(100, 18))); */
  }
  
  .input-box[data-value="19"] .bar {
    margin-right: 25px;
    /* width: calc(19% - math.div(25px, math.div(100, 19))); */
  }
  
  .input-box[data-value="20"] .bar {
    margin-right: 25px;
    /* width: calc(20% - math.div(25px, math.div(100, 20))); */
  }
  
  .input-box[data-value="21"] .bar {
    margin-right: 25px;
    /* width: calc(21% - math.div(25px, math.div(100, 21))); */
  }
  
  .input-box[data-value="22"] .bar {
    margin-right: 25px;
    /* width: calc(22% - math.div(25px, math.div(100, 22))); */
  }
  
  .input-box[data-value="23"] .bar {
    margin-right: 25px;
    /* width: calc(23% - math.div(25px, math.div(100, 23))); */
  }
  
  .input-box[data-value="24"] .bar {
    margin-right: 25px;
    /* width: calc(24% - math.div(25px, math.div(100, 24))); */
  }
  
  .input-box[data-value="25"] .bar {
    margin-right: 25px;
    /* width: calc(25% - math.div(25px, math.div(100, 25))); */
  }
  
  .input-box[data-value="26"] .bar {
    margin-right: 25px;
    /* width: calc(26% - math.div(25px, math.div(100, 26))); */
  }
  
  .input-box[data-value="27"] .bar {
    margin-right: 25px;
    /* width: calc(27% - math.div(25px, math.div(100, 27))); */
  }
  
  .input-box[data-value="28"] .bar {
    margin-right: 25px;
    /* width: calc(28% - math.div(25px, math.div(100, 28))); */
  }
  
  .input-box[data-value="29"] .bar {
    margin-right: 25px;
    /* width: calc(29% - math.div(25px, math.div(100, 29))); */
  }
  
  .input-box[data-value="30"] .bar {
    margin-right: 25px;
    /* width: calc(30% - math.div(25px, math.div(100, 30))); */
  }
  
  .input-box[data-value="31"] .bar {
    margin-right: 25px;
    /* width: calc(31% - math.div(25px, math.div(100, 31))); */
  }
  
  .input-box[data-value="32"] .bar {
    margin-right: 25px;
    /* width: calc(32% - math.div(25px, math.div(100, 32))); */
  }
  
  .input-box[data-value="33"] .bar {
    margin-right: 25px;
    /* width: calc(33% - math.div(25px, math.div(100, 33))); */
  }
  
  .input-box[data-value="34"] .bar {
    margin-right: 25px;
    /* width: calc(34% - math.div(25px, math.div(100, 34))); */
  }
  
  .input-box[data-value="35"] .bar {
    margin-right: 25px;
    /* width: calc(35% - math.div(25px, math.div(100, 35))); */
  }
  
  .input-box[data-value="36"] .bar {
    margin-right: 25px;
    /* width: calc(36% - math.div(25px, math.div(100, 36))); */
  }
  
  .input-box[data-value="37"] .bar {
    margin-right: 25px;
    /* width: calc(37% - math.div(25px, math.div(100, 37))); */
  }
  
  .input-box[data-value="38"] .bar {
    margin-right: 25px;
    /* width: calc(38% - math.div(25px, math.div(100, 38))); */
  }
  
  .input-box[data-value="39"] .bar {
    margin-right: 25px;
    /* width: calc(39% - math.div(25px, math.div(100, 39))); */
  }
  
  .input-box[data-value="40"] .bar {
    margin-right: 25px;
    /* width: calc(40% - math.div(25px, math.div(100, 40))); */
  }
  
  .input-box[data-value="41"] .bar {
    margin-right: 25px;
    /* width: calc(41% - math.div(25px, math.div(100, 41))); */
  }
  
  .input-box[data-value="42"] .bar {
    margin-right: 25px;
    /* width: calc(42% - math.div(25px, math.div(100, 42))); */
  }
  
  .input-box[data-value="43"] .bar {
    margin-right: 25px;
    /* width: calc(43% - math.div(25px, math.div(100, 43))); */
  }
  
  .input-box[data-value="44"] .bar {
    margin-right: 25px;
    /* width: calc(44% - math.div(25px, math.div(100, 44))); */
  }
  
  .input-box[data-value="45"] .bar {
    margin-right: 25px;
    /* width: calc(45% - math.div(25px, math.div(100, 45))); */
  }
  
  .input-box[data-value="46"] .bar {
    margin-right: 25px;
    /* width: calc(46% - math.div(25px, math.div(100, 46))); */
  }
  
  .input-box[data-value="47"] .bar {
    margin-right: 25px;
    /* width: calc(47% - math.div(25px, math.div(100, 47))); */
  }
  
  .input-box[data-value="48"] .bar {
    margin-right: 25px;
    /* width: calc(48% - math.div(25px, math.div(100, 48))); */
  }
  
  .input-box[data-value="49"] .bar {
    margin-right: 25px;
    /* width: calc(49% - math.div(25px, math.div(100, 49))); */
  }
  
  .input-box[data-value="50"] .bar {
    margin-right: 25px;
    /* width: calc(50% - math.div(25px, math.div(100, 50))); */
  }
  
  .input-box[data-value="51"] .bar {
    margin-right: 25px;
    /* width: calc(51% - math.div(25px, math.div(100, 51))); */
  }
  
  .input-box[data-value="52"] .bar {
    margin-right: 25px;
    /* width: calc(52% - math.div(25px, math.div(100, 52))); */
  }
  
  .input-box[data-value="53"] .bar {
    margin-right: 25px;
    /* width: calc(53% - math.div(25px, math.div(100, 53))); */
  }
  
  .input-box[data-value="54"] .bar {
    margin-right: 25px;
    /* width: calc(54% - math.div(25px, math.div(100, 54))); */
  }
  
  .input-box[data-value="55"] .bar {
    margin-right: 25px;
    /* width: calc(55% - math.div(25px, math.div(100, 55))); */
  }
  
  .input-box[data-value="56"] .bar {
    margin-right: 25px;
    /* width: calc(56% - math.div(25px, math.div(100, 56))); */
  }
  
  .input-box[data-value="57"] .bar {
    margin-right: 25px;
    /* width: calc(57% - math.div(25px, math.div(100, 57))); */
  }
  
  .input-box[data-value="58"] .bar {
    margin-right: 25px;
    /* width: calc(58% - math.div(25px, math.div(100, 58))); */
  }
  
  .input-box[data-value="59"] .bar {
    margin-right: 25px;
    /* width: calc(59% - math.div(25px, math.div(100, 59))); */
  }
  
  .input-box[data-value="60"] .bar {
    margin-right: 25px;
    /* width: calc(60% - math.div(25px, math.div(100, 60))); */
  }
  
  .input-box[data-value="61"] .bar {
    margin-right: 25px;
    /* width: calc(61% - math.div(25px, math.div(100, 61))); */
  }
  
  .input-box[data-value="62"] .bar {
    margin-right: 25px;
    /* width: calc(62% - math.div(25px, math.div(100, 62))); */
  }
  
  .input-box[data-value="63"] .bar {
    margin-right: 25px;
    /* width: calc(63% - math.div(25px, math.div(100, 63))); */
  }
  
  .input-box[data-value="64"] .bar {
    margin-right: 25px;
    /* width: calc(64% - math.div(25px, math.div(100, 64))); */
  }
  
  .input-box[data-value="65"] .bar {
    margin-right: 25px;
    /* width: calc(65% - math.div(25px, math.div(100, 65))); */
  }
  
  .input-box[data-value="66"] .bar {
    margin-right: 25px;
    /* width: calc(66% - math.div(25px, math.div(100, 66))); */
  }
  
  .input-box[data-value="67"] .bar {
    margin-right: 25px;
    /* width: calc(67% - math.div(25px, math.div(100, 67))); */
  }
  
  .input-box[data-value="68"] .bar {
    margin-right: 25px;
    /* width: calc(68% - math.div(25px, math.div(100, 68))); */
  }
  
  .input-box[data-value="69"] .bar {
    margin-right: 25px;
    /* width: calc(69% - math.div(25px, math.div(100, 69))); */
  }
  
  .input-box[data-value="70"] .bar {
    margin-right: 25px;
    /* width: calc(70% - math.div(25px, math.div(100, 70))); */
  }
  
  .input-box[data-value="71"] .bar {
    margin-right: 25px;
    /* width: calc(71% - math.div(25px, math.div(100, 71))); */
  }
  
  .input-box[data-value="72"] .bar {
    margin-right: 25px;
    /* width: calc(72% - math.div(25px, math.div(100, 72))); */
  }
  
  .input-box[data-value="73"] .bar {
    margin-right: 25px;
    /* width: calc(73% - math.div(25px, math.div(100, 73))); */
  }
  
  .input-box[data-value="74"] .bar {
    margin-right: 25px;
    /* width: calc(74% - math.div(25px, math.div(100, 74))); */
  }
  
  .input-box[data-value="75"] .bar {
    margin-right: 25px;
    /* width: calc(75% - math.div(25px, math.div(100, 75))); */
  }
  
  .input-box[data-value="76"] .bar {
    margin-right: 25px;
    /* width: calc(76% - math.div(25px, math.div(100, 76))); */
  }
  
  .input-box[data-value="77"] .bar {
    margin-right: 25px;
    /* width: calc(77% - math.div(25px, math.div(100, 77))); */
  }
  
  .input-box[data-value="78"] .bar {
    margin-right: 25px;
    /* width: calc(78% - math.div(25px, math.div(100, 78))); */
  }
  
  .input-box[data-value="79"] .bar {
    margin-right: 25px;
    /* width: calc(79% - math.div(25px, math.div(100, 79))); */
  }
  
  .input-box[data-value="80"] .bar {
    margin-right: 25px;
    /* width: calc(80% - math.div(25px, math.div(100, 80))); */
  }
  
  .input-box[data-value="81"] .bar {
    margin-right: 25px;
    /* width: calc(81% - math.div(25px, math.div(100, 81))); */
  }
  
  .input-box[data-value="82"] .bar {
    margin-right: 25px;
    /* width: calc(82% - math.div(25px, math.div(100, 82))); */
  }
  
  .input-box[data-value="83"] .bar {
    margin-right: 25px;
    /* width: calc(83% - math.div(25px, math.div(100, 83))); */
  }
  
  .input-box[data-value="84"] .bar {
    margin-right: 25px;
    /* width: calc(84% - math.div(25px, math.div(100, 84))); */
  }
  
  .input-box[data-value="85"] .bar {
    margin-right: 25px;
    /* width: calc(85% - math.div(25px, math.div(100, 85))); */
  }
  
  .input-box[data-value="86"] .bar {
    margin-right: 25px;
    /* width: calc(86% - math.div(25px, math.div(100, 86))); */
  }
  
  .input-box[data-value="87"] .bar {
    margin-right: 25px;
    /* width: calc(87% - math.div(25px, math.div(100, 87))); */
  }
  
  .input-box[data-value="88"] .bar {
    margin-right: 25px;
    /* width: calc(88% - math.div(25px, math.div(100, 88))); */
  }
  
  .input-box[data-value="89"] .bar {
    margin-right: 25px;
    /* width: calc(89% - math.div(25px, math.div(100, 89))); */
  }
  
  .input-box[data-value="90"] .bar {
    margin-right: 25px;
    /* width: calc(90% - math.div(25px, math.div(100, 90))); */
  }
  
  .input-box[data-value="91"] .bar {
    margin-right: 25px;
    /* width: calc(91% - math.div(25px, math.div(100, 91))); */
  }
  
  .input-box[data-value="92"] .bar {
    margin-right: 25px;
    /* width: calc(92% - math.div(25px, math.div(100, 92))); */
  }
  
  .input-box[data-value="93"] .bar {
    margin-right: 25px;
    /* width: calc(93% - math.div(25px, math.div(100, 93))); */
  }
  
  .input-box[data-value="94"] .bar {
    margin-right: 25px;
    /* width: calc(94% - math.div(25px, math.div(100, 94))); */
  }
  
  .input-box[data-value="95"] .bar {
    margin-right: 25px;
    /* width: calc(95% - math.div(25px, math.div(100, 95))); */
  }
  
  .input-box[data-value="96"] .bar {
    margin-right: 25px;
    /* width: calc(96% - math.div(25px, math.div(100, 96))); */
  }
  
  .input-box[data-value="97"] .bar {
    margin-right: 25px;
    /* width: calc(97% - math.div(25px, math.div(100, 97))); */
  }
  
  .input-box[data-value="98"] .bar {
    margin-right: 25px;
    /* width: calc(98% - math.div(25px, math.div(100, 98))); */
  }
  
  .input-box[data-value="99"] .bar {
    margin-right: 25px;
    /* width: calc(99% - math.div(25px, math.div(100, 99))); */
  }
  
  .input-box[data-value="100"] .bar {
    margin-right: 25px;
    /* width: calc(100% - math.div(25px, math.div(100, 100))); */
  }  
  .switch[type="checkbox"] {
    outline: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .switch[type="checkbox"][disabled] {
    cursor: not-allowed;
  }
  .switch[type="checkbox"][disabled] + label {
    opacity: 0.5;
  }
  .switch[type="checkbox"][disabled] + label::before {
    opactiy: 0.5;
  }
  .switch[type="checkbox"][disabled] + label::after {
    opactiy: 0.5;
  }
  .switch[type="checkbox"][disabled] + label:hover {
    cursor: not-allowed;
  }
  .switch[type="checkbox"] + label {
    position: relative;
    display: initial;
    font-size: 1.2rem;
    line-height: initial;
    padding-left: 4.1rem;
    padding-top: 0.2rem;
    cursor: pointer;
  }
  .switch[type="checkbox"] + label::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 3.6rem;
    height: 1.8rem;
    border: 0.1rem solid rgba(0, 0, 0, 0);
    border-radius: 100px;
    background: #ededed;
    content: "";
  }
  .switch[type="checkbox"] + label::after {
    display: block;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.3rem;
    height: 1.3rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 100px;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: "";
  }
  .switch[type="checkbox"]:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(237, 237, 237, 0.25);
    box-shadow: 0 0 0 0.125em rgba(237, 237, 237, 0.25);
  }
  .switch[type="checkbox"]:hover + label::before {
    background: #e7e7e7;
  }
  .switch[type="checkbox"]:active + label::before {
    background: #e0e0e0;
  }
  .switch[type="checkbox"]:checked + label::before {
    background: #878787;
  }
  .switch[type="checkbox"]:checked + label::after {
    left: 1.925rem;
  }
  .switch[type="checkbox"]:checked:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(135, 135, 135, 0.25);
    box-shadow: 0 0 0 0.125em rgba(135, 135, 135, 0.25);
  }
  .switch[type="checkbox"]:checked:hover + label::before {
    background: #818181;
  }
  .switch[type="checkbox"]:checked:active + label::before {
    background: #7a7a7a;
  }
  .switch[type="checkbox"].is-outlined + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ededed;
  }
  .switch[type="checkbox"].is-outlined + label::after {
    background: #ededed;
  }
  .switch[type="checkbox"].is-outlined:hover + label::before {
    border-color: #e7e7e7;
  }
  .switch[type="checkbox"].is-outlined:hover + label::after {
    background: #e7e7e7;
  }
  .switch[type="checkbox"].is-outlined:active + label::before {
    border-color: #e7e7e7;
  }
  .switch[type="checkbox"].is-outlined:active + label::after {
    background: #e0e0e0;
  }
  .switch[type="checkbox"].is-outlined:checked + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #878787;
  }
  .switch[type="checkbox"].is-outlined:checked + label::after {
    background: #878787;
  }
  .switch[type="checkbox"].is-outlined:checked:hover + label::before {
    border-color: #818181;
  }
  .switch[type="checkbox"].is-outlined:checked:hover + label::after {
    background: #818181;
  }
  .switch[type="checkbox"].is-outlined:checked:active + label::before {
    border-color: #818181;
  }
  .switch[type="checkbox"].is-outlined:checked:active + label::after {
    background: #7a7a7a;
  }
  .switch[type="checkbox"].is-thin + label::before {
    top: 0.6545454545rem;
    height: 0.45rem;
  }
  .switch[type="checkbox"].is-thin + label::after {
    -webkit-box-shadow: 0px 0px 3px #878787;
    box-shadow: 0px 0px 3px #878787;
  }
  .switch[type="checkbox"].is-small + label {
    position: relative;
    display: initial;
    font-size: 1rem;
    line-height: initial;
    padding-left: 3.5rem;
    padding-top: 0.2rem;
    cursor: pointer;
  }
  .switch[type="checkbox"].is-small + label::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 3rem;
    height: 1.5rem;
    border: 0.1rem solid rgba(0, 0, 0, 0);
    border-radius: 100px;
    background: #ededed;
    content: "";
  }
  .switch[type="checkbox"].is-small + label::after {
    display: block;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 100px;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: "";
  }
  .switch[type="checkbox"].is-small:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(237, 237, 237, 0.25);
    box-shadow: 0 0 0 0.125em rgba(237, 237, 237, 0.25);
  }
  .switch[type="checkbox"].is-small:hover + label::before {
    background: #e7e7e7;
  }
  .switch[type="checkbox"].is-small:active + label::before {
    background: #e0e0e0;
  }
  .switch[type="checkbox"].is-small:checked + label::before {
    background: #878787;
  }
  .switch[type="checkbox"].is-small:checked + label::after {
    left: 1.625rem;
  }
  .switch[type="checkbox"].is-small:checked:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(135, 135, 135, 0.25);
    box-shadow: 0 0 0 0.125em rgba(135, 135, 135, 0.25);
  }
  .switch[type="checkbox"].is-small:checked:hover + label::before {
    background: #818181;
  }
  .switch[type="checkbox"].is-small:checked:active + label::before {
    background: #7a7a7a;
  }
  .switch[type="checkbox"].is-small.is-outlined + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ededed;
  }
  .switch[type="checkbox"].is-small.is-outlined + label::after {
    background: #ededed;
  }
  .switch[type="checkbox"].is-small.is-outlined:hover + label::before {
    border-color: #e7e7e7;
  }
  .switch[type="checkbox"].is-small.is-outlined:hover + label::after {
    background: #e7e7e7;
  }
  .switch[type="checkbox"].is-small.is-outlined:active + label::before {
    border-color: #e7e7e7;
  }
  .switch[type="checkbox"].is-small.is-outlined:active + label::after {
    background: #e0e0e0;
  }
  .switch[type="checkbox"].is-small.is-outlined:checked + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #878787;
  }
  .switch[type="checkbox"].is-small.is-outlined:checked + label::after {
    background: #878787;
  }
  .switch[type="checkbox"].is-small.is-outlined:checked:hover + label::before {
    border-color: #818181;
  }
  .switch[type="checkbox"].is-small.is-outlined:checked:hover + label::after {
    background: #818181;
  }
  .switch[type="checkbox"].is-small.is-outlined:checked:active + label::before {
    border-color: #818181;
  }
  .switch[type="checkbox"].is-small.is-outlined:checked:active + label::after {
    background: #7a7a7a;
  }
  .switch[type="checkbox"].is-small.is-thin + label::before {
    top: 0.5454545455rem;
    height: 0.375rem;
  }
  .switch[type="checkbox"].is-small.is-thin + label::after {
    -webkit-box-shadow: 0px 0px 3px #878787;
    box-shadow: 0px 0px 3px #878787;
  }
  .switch[type="checkbox"].is-medium + label {
    position: relative;
    display: initial;
    font-size: 1.5rem;
    line-height: initial;
    padding-left: 5rem;
    padding-top: 0.2rem;
    cursor: pointer;
  }
  .switch[type="checkbox"].is-medium + label::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 4.5rem;
    height: 2.25rem;
    border: 0.1rem solid rgba(0, 0, 0, 0);
    border-radius: 100px;
    background: #ededed;
    content: "";
  }
  .switch[type="checkbox"].is-medium + label::after {
    display: block;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.75rem;
    height: 1.75rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 100px;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: "";
  }
  .switch[type="checkbox"].is-medium:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(237, 237, 237, 0.25);
    box-shadow: 0 0 0 0.125em rgba(237, 237, 237, 0.25);
  }
  .switch[type="checkbox"].is-medium:hover + label::before {
    background: #e7e7e7;
  }
  .switch[type="checkbox"].is-medium:active + label::before {
    background: #e0e0e0;
  }
  .switch[type="checkbox"].is-medium:checked + label::before {
    background: #878787;
  }
  .switch[type="checkbox"].is-medium:checked + label::after {
    left: 2.375rem;
  }
  .switch[type="checkbox"].is-medium:checked:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(135, 135, 135, 0.25);
    box-shadow: 0 0 0 0.125em rgba(135, 135, 135, 0.25);
  }
  .switch[type="checkbox"].is-medium:checked:hover + label::before {
    background: #818181;
  }
  .switch[type="checkbox"].is-medium:checked:active + label::before {
    background: #7a7a7a;
  }
  .switch[type="checkbox"].is-medium.is-outlined + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ededed;
  }
  .switch[type="checkbox"].is-medium.is-outlined + label::after {
    background: #ededed;
  }
  .switch[type="checkbox"].is-medium.is-outlined:hover + label::before {
    border-color: #e7e7e7;
  }
  .switch[type="checkbox"].is-medium.is-outlined:hover + label::after {
    background: #e7e7e7;
  }
  .switch[type="checkbox"].is-medium.is-outlined:active + label::before {
    border-color: #e7e7e7;
  }
  .switch[type="checkbox"].is-medium.is-outlined:active + label::after {
    background: #e0e0e0;
  }
  .switch[type="checkbox"].is-medium.is-outlined:checked + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #878787;
  }
  .switch[type="checkbox"].is-medium.is-outlined:checked + label::after {
    background: #878787;
  }
  .switch[type="checkbox"].is-medium.is-outlined:checked:hover + label::before {
    border-color: #818181;
  }
  .switch[type="checkbox"].is-medium.is-outlined:checked:hover + label::after {
    background: #818181;
  }
  .switch[type="checkbox"].is-medium.is-outlined:checked:active + label::before {
    border-color: #818181;
  }
  .switch[type="checkbox"].is-medium.is-outlined:checked:active + label::after {
    background: #7a7a7a;
  }
  .switch[type="checkbox"].is-medium.is-thin + label::before {
    top: 0.8181818182rem;
    height: 0.5625rem;
  }
  .switch[type="checkbox"].is-medium.is-thin + label::after {
    -webkit-box-shadow: 0px 0px 3px #878787;
    box-shadow: 0px 0px 3px #878787;
  }
  .switch[type="checkbox"].is-large + label {
    position: relative;
    display: initial;
    font-size: 1.8rem;
    line-height: initial;
    padding-left: 5.9rem;
    padding-top: 0.2rem;
    cursor: pointer;
  }
  .switch[type="checkbox"].is-large + label::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 5.4rem;
    height: 2.7rem;
    border: 0.1rem solid rgba(0, 0, 0, 0);
    border-radius: 100px;
    background: #ededed;
    content: "";
  }
  .switch[type="checkbox"].is-large + label::after {
    display: block;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 2.2rem;
    height: 2.2rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 100px;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: "";
  }
  .switch[type="checkbox"].is-large:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(237, 237, 237, 0.25);
    box-shadow: 0 0 0 0.125em rgba(237, 237, 237, 0.25);
  }
  .switch[type="checkbox"].is-large:hover + label::before {
    background: #e7e7e7;
  }
  .switch[type="checkbox"].is-large:active + label::before {
    background: #e0e0e0;
  }
  .switch[type="checkbox"].is-large:checked + label::before {
    background: #878787;
  }
  .switch[type="checkbox"].is-large:checked + label::after {
    left: 2.825rem;
  }
  .switch[type="checkbox"].is-large:checked:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(135, 135, 135, 0.25);
    box-shadow: 0 0 0 0.125em rgba(135, 135, 135, 0.25);
  }
  .switch[type="checkbox"].is-large:checked:hover + label::before {
    background: #818181;
  }
  .switch[type="checkbox"].is-large:checked:active + label::before {
    background: #7a7a7a;
  }
  .switch[type="checkbox"].is-large.is-outlined + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ededed;
  }
  .switch[type="checkbox"].is-large.is-outlined + label::after {
    background: #ededed;
  }
  .switch[type="checkbox"].is-large.is-outlined:hover + label::before {
    border-color: #e7e7e7;
  }
  .switch[type="checkbox"].is-large.is-outlined:hover + label::after {
    background: #e7e7e7;
  }
  .switch[type="checkbox"].is-large.is-outlined:active + label::before {
    border-color: #e7e7e7;
  }
  .switch[type="checkbox"].is-large.is-outlined:active + label::after {
    background: #e0e0e0;
  }
  .switch[type="checkbox"].is-large.is-outlined:checked + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #878787;
  }
  .switch[type="checkbox"].is-large.is-outlined:checked + label::after {
    background: #878787;
  }
  .switch[type="checkbox"].is-large.is-outlined:checked:hover + label::before {
    border-color: #818181;
  }
  .switch[type="checkbox"].is-large.is-outlined:checked:hover + label::after {
    background: #818181;
  }
  .switch[type="checkbox"].is-large.is-outlined:checked:active + label::before {
    border-color: #818181;
  }
  .switch[type="checkbox"].is-large.is-outlined:checked:active + label::after {
    background: #7a7a7a;
  }
  .switch[type="checkbox"].is-large.is-thin + label::before {
    top: 0.9818181818rem;
    height: 0.675rem;
  }
  .switch[type="checkbox"].is-large.is-thin + label::after {
    -webkit-box-shadow: 0px 0px 3px #878787;
    box-shadow: 0px 0px 3px #878787;
  }
  .switch[type="checkbox"].is-primary:checked + label::before {
    background: #8c8cf9;
  }
  .switch[type="checkbox"].is-primary:checked:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
    box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
  }
  .switch[type="checkbox"].is-primary:checked:hover + label::before {
    background: #8080f8;
  }
  .switch[type="checkbox"].is-primary:checked:active + label::before {
    background: #7474f8;
  }
  .switch[type="checkbox"].is-primary.is-outlined:checked + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #8c8cf9;
  }
  .switch[type="checkbox"].is-primary.is-outlined:checked + label::after {
    background: #8c8cf9;
  }
  .switch[type="checkbox"].is-primary.is-outlined:checked:hover + label::before {
    border-color: #8080f8;
  }
  .switch[type="checkbox"].is-primary.is-outlined:checked:hover + label::after {
    background: #8080f8;
  }
  .switch[type="checkbox"].is-primary.is-outlined:checked:active + label::before {
    border-color: #8080f8;
  }
  .switch[type="checkbox"].is-primary.is-outlined:checked:active + label::after {
    background: #7474f8;
  }
  .switch[type="checkbox"].is-primary.is-thin.is-outlined + label::after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .switch[type="checkbox"].is-secondary:checked + label::before {
    background: #7f00ff;
  }
  .switch[type="checkbox"].is-secondary:checked:focus:not(:active)
    + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(127, 0, 255, 0.25);
    box-shadow: 0 0 0 0.125em rgba(127, 0, 255, 0.25);
  }
  .switch[type="checkbox"].is-secondary:checked:hover + label::before {
    background: #7900f2;
  }
  .switch[type="checkbox"].is-secondary:checked:active + label::before {
    background: #7200e6;
  }
  .switch[type="checkbox"].is-secondary.is-outlined:checked + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #7f00ff;
  }
  .switch[type="checkbox"].is-secondary.is-outlined:checked + label::after {
    background: #7f00ff;
  }
  .switch[type="checkbox"].is-secondary.is-outlined:checked:hover
    + label::before {
    border-color: #7900f2;
  }
  .switch[type="checkbox"].is-secondary.is-outlined:checked:hover + label::after {
    background: #7900f2;
  }
  .switch[type="checkbox"].is-secondary.is-outlined:checked:active
    + label::before {
    border-color: #7900f2;
  }
  .switch[type="checkbox"].is-secondary.is-outlined:checked:active
    + label::after {
    background: #7200e6;
  }
  .switch[type="checkbox"].is-secondary.is-thin.is-outlined + label::after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .switch[type="checkbox"].is-accent:checked + label::before {
    background: #ad5cff;
  }
  .switch[type="checkbox"].is-accent:checked:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(173, 92, 255, 0.25);
    box-shadow: 0 0 0 0.125em rgba(173, 92, 255, 0.25);
  }
  .switch[type="checkbox"].is-accent:checked:hover + label::before {
    background: #a74fff;
  }
  .switch[type="checkbox"].is-accent:checked:active + label::before {
    background: #a043ff;
  }
  .switch[type="checkbox"].is-accent.is-outlined:checked + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ad5cff;
  }
  .switch[type="checkbox"].is-accent.is-outlined:checked + label::after {
    background: #ad5cff;
  }
  .switch[type="checkbox"].is-accent.is-outlined:checked:hover + label::before {
    border-color: #a74fff;
  }
  .switch[type="checkbox"].is-accent.is-outlined:checked:hover + label::after {
    background: #a74fff;
  }
  .switch[type="checkbox"].is-accent.is-outlined:checked:active + label::before {
    border-color: #a74fff;
  }
  .switch[type="checkbox"].is-accent.is-outlined:checked:active + label::after {
    background: #a043ff;
  }
  .switch[type="checkbox"].is-accent.is-thin.is-outlined + label::after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .switch[type="checkbox"].is-info:checked + label::before {
    background: #039be5;
  }
  .switch[type="checkbox"].is-info:checked:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .switch[type="checkbox"].is-info:checked:hover + label::before {
    background: #0392d8;
  }
  .switch[type="checkbox"].is-info:checked:active + label::before {
    background: #038acc;
  }
  .switch[type="checkbox"].is-info.is-outlined:checked + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #039be5;
  }
  .switch[type="checkbox"].is-info.is-outlined:checked + label::after {
    background: #039be5;
  }
  .switch[type="checkbox"].is-info.is-outlined:checked:hover + label::before {
    border-color: #0392d8;
  }
  .switch[type="checkbox"].is-info.is-outlined:checked:hover + label::after {
    background: #0392d8;
  }
  .switch[type="checkbox"].is-info.is-outlined:checked:active + label::before {
    border-color: #0392d8;
  }
  .switch[type="checkbox"].is-info.is-outlined:checked:active + label::after {
    background: #038acc;
  }
  .switch[type="checkbox"].is-info.is-thin.is-outlined + label::after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .switch[type="checkbox"].is-success:checked + label::before {
    background: #06d6a0;
  }
  .switch[type="checkbox"].is-success:checked:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
    box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
  }
  .switch[type="checkbox"].is-success:checked:hover + label::before {
    background: #06ca97;
  }
  .switch[type="checkbox"].is-success:checked:active + label::before {
    background: #05bd8d;
  }
  .switch[type="checkbox"].is-success.is-outlined:checked + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #06d6a0;
  }
  .switch[type="checkbox"].is-success.is-outlined:checked + label::after {
    background: #06d6a0;
  }
  .switch[type="checkbox"].is-success.is-outlined:checked:hover + label::before {
    border-color: #06ca97;
  }
  .switch[type="checkbox"].is-success.is-outlined:checked:hover + label::after {
    background: #06ca97;
  }
  .switch[type="checkbox"].is-success.is-outlined:checked:active + label::before {
    border-color: #06ca97;
  }
  .switch[type="checkbox"].is-success.is-outlined:checked:active + label::after {
    background: #05bd8d;
  }
  .switch[type="checkbox"].is-success.is-thin.is-outlined + label::after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .switch[type="checkbox"].is-warning:checked + label::before {
    background: #eda514;
  }
  .switch[type="checkbox"].is-warning:checked:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
    box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
  }
  .switch[type="checkbox"].is-warning:checked:hover + label::before {
    background: #e39d11;
  }
  .switch[type="checkbox"].is-warning:checked:active + label::before {
    background: #d79510;
  }
  .switch[type="checkbox"].is-warning.is-outlined:checked + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #eda514;
  }
  .switch[type="checkbox"].is-warning.is-outlined:checked + label::after {
    background: #eda514;
  }
  .switch[type="checkbox"].is-warning.is-outlined:checked:hover + label::before {
    border-color: #e39d11;
  }
  .switch[type="checkbox"].is-warning.is-outlined:checked:hover + label::after {
    background: #e39d11;
  }
  .switch[type="checkbox"].is-warning.is-outlined:checked:active + label::before {
    border-color: #e39d11;
  }
  .switch[type="checkbox"].is-warning.is-outlined:checked:active + label::after {
    background: #d79510;
  }
  .switch[type="checkbox"].is-warning.is-thin.is-outlined + label::after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .switch[type="checkbox"].is-danger:checked + label::before {
    background: #f92b60;
  }
  .switch[type="checkbox"].is-danger:checked:focus:not(:active) + label::before {
    -webkit-box-shadow: 0 0 0 0.125em rgba(249, 43, 96, 0.25);
    box-shadow: 0 0 0 0.125em rgba(249, 43, 96, 0.25);
  }
  .switch[type="checkbox"].is-danger:checked:hover + label::before {
    background: #f91f57;
  }
  .switch[type="checkbox"].is-danger:checked:active + label::before {
    background: #f8124d;
  }
  .switch[type="checkbox"].is-danger.is-outlined:checked + label::before {
    background-color: rgba(0, 0, 0, 0);
    border-color: #f92b60;
  }
  .switch[type="checkbox"].is-danger.is-outlined:checked + label::after {
    background: #f92b60;
  }
  .switch[type="checkbox"].is-danger.is-outlined:checked:hover + label::before {
    border-color: #f91f57;
  }
  .switch[type="checkbox"].is-danger.is-outlined:checked:hover + label::after {
    background: #f91f57;
  }
  .switch[type="checkbox"].is-danger.is-outlined:checked:active + label::before {
    border-color: #f91f57;
  }
  .switch[type="checkbox"].is-danger.is-outlined:checked:active + label::after {
    background: #f8124d;
  }
  .switch[type="checkbox"].is-danger.is-thin.is-outlined + label::after {
    -webkit-box-shadow: none;
    box-shadow: none;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .timeline *,
  .timeline *:before,
  .timeline *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .timeline .timeline-item:after,
  .timeline .timeline-item:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
  }
  .timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #ededed;
    left: 50%;
    top: 0;
    position: absolute;
  }
  .timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
  }
  .timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
  }
  .timeline .timeline-item .timeline-icon {
    background: #ad5cff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
  }
  .timeline .timeline-item .timeline-icon i {
    position: relative;
    font-size: 1.6rem;
    top: 8px;
    left: 14px;
    color: #fff;
  }
  .timeline .timeline-item .timeline-icon svg {
    position: relative;
    top: 14px;
    left: 14px;
  }
  .timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .timeline .timeline-item .timeline-content .content-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .timeline .timeline-item .timeline-content .content-body .timeline-avatar {
    height: 40px;
    border-radius: 100px;
  }
  .timeline .timeline-item .timeline-content .content-body .timeline-text {
    margin: 0 10px;
  }
  .timeline
    .timeline-item
    .timeline-content
    .content-body
    .timeline-text
    div:first-child {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .timeline
    .timeline-item
    .timeline-content
    .content-body
    .timeline-text
    div:last-child {
    color: #999;
  }
  .timeline
    .timeline-item
    .timeline-content
    .content-body
    .timeline-text
    .timestamp {
    font-size: 0.9rem;
    color: #999;
  }
  .timeline .timeline-item .timeline-content:before {
    content: "";
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-left: 7px solid #fff;
  }
  .timeline .timeline-item .timeline-content.right {
    float: right;
  }
  .timeline .timeline-item .timeline-content.right:before {
    content: "";
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #fff;
  }
  .timeline.doted .timeline-icon {
    background: #fff;
    border: 2px solid #ededed;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 22%;
    overflow: hidden;
    margin: -5px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
  }
  @media screen and (max-width: 768px) {
    .timeline {
      margin: 10px;
      padding: 0px;
      width: 100%;
    }
    .timeline:before {
      left: 0;
    }
    .timeline .timeline-item .timeline-content {
      width: 90%;
      float: right;
    }
    .timeline .timeline-item .timeline-content:before,
    .timeline .timeline-item .timeline-content.right:before {
      left: 10%;
      margin-left: -6px;
      border-left: 0;
      border-right: 7px solid #fff;
    }
    .timeline .timeline-item .timeline-icon {
      left: 0;
    }
    .timeline.doted .timeline-icon {
      left: 0;
    }
  }
  .simple-feed {
    padding: 15px;
    list-style: none;
  }
  .simple-feed a {
    color: #ad5cff;
  }
  .simple-feed .feed-item {
    position: relative;
    top: -10px;
    padding-bottom: 40px;
    padding-left: 30px;
    border-left: 2px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .simple-feed .feed-item .name {
    font-weight: 600;
    color: #444f60;
  }
  .simple-feed .feed-item img {
    border-radius: 100px;
    width: 45px;
    height: 45px;
  }
  .simple-feed .feed-item .feed-item-text {
    margin-left: 15px;
  }
  .simple-feed .feed-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: -8px;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #ededed;
  }
  .simple-feed .feed-item .date {
    display: block;
    position: relative;
    top: -5px;
    color: #999;
    text-transform: none;
    font-size: 13px;
  }
  .simple-feed .feed-item .text {
    position: relative;
    top: -3px;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .fileuploader-theme-onebutton .fileuploader-input {
    display: inline-block;
  }
  .fileuploader-theme-onebutton .fileuploader-input .fileuploader-input-caption {
    display: none;
  }
  .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
  .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
    display: inline-block;
    width: 25%;
    height: 115px;
    line-height: 95px;
    padding: 10px;
    vertical-align: top;
  }
  .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
    width: 100%;
    max-width: 95px;
    height: 100%;
    border: 2px dashed #c2cdda;
    border-radius: 4px;
    text-align: center;
    font-size: 30px;
    color: #acb9c7;
    vertical-align: top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner span {
    position: relative;
    top: -5px;
  }
  .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:hover,
  .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:active {
    border-color: #92a7bf;
    color: #899baf;
  }
  .fileuploader-theme-thumbnails
    .fileuploader-dragging
    .fileuploader-thumbnails-input-inner {
    background: #fff;
  }
  .fileuploader-theme-thumbnails .fileuploader-items-list {
    margin: -5px -10px;
  }
  .fileuploader-theme-thumbnails .fileuploader-item {
    -webkit-animation: fileuploaderScaleIn 0.2s ease;
    animation: fileuploaderScaleIn 0.2s ease;
    border-bottom: 0;
  }
  .fileuploader-theme-thumbnails .fileuploader-item-inner {
    position: relative;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    z-index: 1;
  }
  .fileuploader-theme-thumbnails .fileuploader-item-inner,
  .fileuploader-theme-thumbnails fileuploader-item-inner .thumbnail-holder,
  .fileuploader-theme-thumbnails
    .fileuploader-items-list
    .fileuploader-item-image {
    width: 100%;
    height: 100%;
    min-height: 95px;
  }
  .fileuploader-theme-thumbnails
    .fileuploader-items-list
    .fileuploader-item-image {
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  .fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image img,
  .fileuploader-theme-thumbnails
    .fileuploader-item
    .fileuploader-item-image
    canvas {
    border-radius: 0;
  }
  .fileuploader-theme-thumbnails
    .fileuploader-items-list
    .fileuploader-item-image
    img {
    max-height: 100%;
    min-height: 100%;
    max-width: none;
  }
  .fileuploader-theme-thumbnails
    .fileuploader-item
    .fileuploader-item-image.fileuploader-loading:after {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.2;
  }
  .fileuploader-theme-thumbnails .fileuploader-items-list .actions-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(33, 33, 33, 0.55);
    text-align: right;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
    z-index: 3;
  }
  .fileuploader-theme-thumbnails
    .fileuploader-items-list
    .fileuploader-item:hover
    .actions-holder {
    opacity: 1;
  }
  .fileuploader-theme-thumbnails .fileuploader-action {
    background: none;
    border: 0;
    width: 24px;
    height: 24px;
    margin: 3px 3px 0 0;
    z-index: 2;
  }
  .fileuploader-theme-thumbnails .fileuploader-action-remove i:before,
  .fileuploader-theme-thumbnails .fileuploader-action-remove i:after {
    top: 4px;
    left: 10px;
    height: 14px;
    width: 3px;
    background: #fff;
  }
  .fileuploader-theme-thumbnails .fileuploader-action-sort i {
    top: 10px;
    width: 12px;
  }
  .fileuploader-theme-thumbnails .fileuploader-action-sort i:before {
    top: -4px;
  }
  .fileuploader-theme-thumbnails .fileuploader-action-sort i:after {
    top: 4px;
  }
  .fileuploader-theme-thumbnails .fileuploader-action-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
  }
  .fileuploader-theme-thumbnails .fileuploader-item.upload-failed {
    background: none;
  }
  .fileuploader-theme-thumbnails
    .fileuploader-items-list
    .fileuploader-item.upload-failed
    .fileuploader-item-icon {
    display: block !important;
    background: #db6868 !important;
    color: #fff;
  }
  .fileuploader-theme-thumbnails
    .fileuploader-item.upload-pending
    .fileuploader-action-remove:after {
    right: 0;
    margin-top: -14px;
  }
  .fileuploader-theme-thumbnails .fileuploader-item .progress-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .fileuploader-theme-thumbnails
    .fileuploader-item
    .progress-holder
    .fileuploader-progressbar {
    position: relative;
    top: 50%;
    width: 80%;
    height: 6px;
    margin: 0 auto;
    background: #dde4f6;
  }
  .fileuploader-theme-thumbnails .fileuploader-item.sorting {
    -webkit-animation: none;
    animation: none;
  }
  .fileuploader-theme-thumbnails .fileuploader-sorter-placeholder {
    background: none;
  }
  .fileuploader-theme-thumbnails .fileuploader-sorter-placeholder div {
    background: #fff;
  }
  .fileuploader-theme-dragdrop .fileuploader-input {
    display: block;
    padding: 60px 0;
    background: #fff;
    border: 2px dashed #c2cdda;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .fileuploader-theme-dragdrop .fileuploader-input .fileuploader-input-inner {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .fileuploader-theme-dragdrop
    .fileuploader-input.fileuploader-dragging
    .fileuploader-input-inner {
    opacity: 0.4;
  }
  .fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .fileuploader-theme-dragdrop .fileuploader-input img {
    display: block;
    max-width: 64px;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .fileuploader-theme-dragdrop .fileuploader-input h3 {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    color: #555a6b;
    white-space: normal;
  }
  .fileuploader-theme-dragdrop .fileuploader-input p {
    color: #74809d;
  }
  .fileuploader-theme-dragdrop.fileuploader-is-uploading
    .fileuploader-input-caption:after {
    display: none;
  }
  .fileuploader-theme-dragdrop .fileuploader-pending-loader .right-half,
  .fileuploader-theme-dragdrop .fileuploader-pending-loader .spinner {
    background: #687ddb;
  }
  .fileuploader-theme-dragdrop .fileuploader-input p {
    margin: 10px 0;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .iconpicker-wrapper {
    padding: 20px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .iconpicker-wrapper .help {
    padding-top: 10px;
    font-weight: 500;
  }
  .iconpicker-wrapper .iconpicker-preview {
    background: #039be5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .iconpicker-wrapper .iconpicker-preview i {
    color: #fff;
  }
  .iconpicker-wrapper .iconpicker-preview:hover {
    background: #7f00ff;
  }
  .iconpicker-wrapper:hover {
    border: 2px solid #7f00ff;
  }
  
  .calendar-legacy.is-centered {
    margin: 0 auto;
  }
  .calendar-legacy.is-large .calendar-range:before {
    top: 1.6rem !important;
  }
  .calendar-legacy.is-custom {
    border: 1px solid #ededed;
    border-radius: 3px;
  }
  .calendar-legacy.is-custom .calendar-nav {
    background: #7f00ff;
  }
  .calendar-legacy.is-custom .calendar-nav-previous-month button,
  .calendar-legacy.is-custom .calendar-nav-next-month button {
    text-decoration: none !important;
  }
  .calendar-legacy.is-custom .calendar-nav-previous-month button i,
  .calendar-legacy.is-custom .calendar-nav-next-month button i {
    color: #fff !important;
  }
  .calendar-legacy.is-custom .calendar-nav-previous-month button:hover,
  .calendar-legacy.is-custom .calendar-nav-next-month button:hover {
    background: rgba(0, 0, 0, 0) !important;
  }
  .calendar-legacy.is-custom .calendar-body .date-item.is-today {
    border-color: #7f00ff;
    color: #7f00ff;
  }
  .calendar-legacy.is-custom .calendar-body .date-item.is-active {
    background: #7f00ff;
    color: #fff !important;
    border-color: #7f00ff;
  }
  .calendar-legacy.is-custom .calendar-body .calendar-range .date-item {
    color: #7f00ff;
  }
  .calendar-legacy.is-custom .calendar-body .calendar-range:before {
    background: #e5ccff;
  }
  .calendar-legacy.is-custom button:focus,
  .calendar-legacy.is-custom button:active {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
  }
  .calendar-legacy .calendar-event {
    background: #999;
    padding: 0.6rem 0.4rem !important;
  }
  .calendar-legacy .calendar-event.is-primary {
    background: #8c8cf9 !important;
  }
  .calendar-legacy .calendar-event.is-secondary {
    background: #7f00ff !important;
  }
  .calendar-legacy .calendar-event.is-accent {
    background: #ad5cff !important;
  }
  .calendar-legacy .calendar-event.is-success {
    background: #06d6a0 !important;
  }
  .calendar-legacy .calendar-event.is-warning {
    background: #eda514 !important;
    color: #fff !important;
  }
  .calendar-legacy .calendar-event.is-danger {
    background: #f92b60 !important;
  }
  .datepicker-legacy.modal.is-active .modal-background,
  .datepicker-legacy.is-active .modal-background {
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    background: rgba(0, 0, 0, 0.8) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    border-radius: 0 !important;
  }
  .datepicker-legacy.modal.is-active .calendar-legacy,
  .datepicker-legacy.is-active .calendar-legacy {
    z-index: 99 !important;
  }
  .datepicker-legacy.modal.is-active .calendar-legacy .calendar-nav,
  .datepicker-legacy.is-active .calendar-legacy .calendar-nav {
    background: #7f00ff;
  }
  .datepicker-legacy.modal.is-active .calendar-legacy .calendar-nav button:focus,
  .datepicker-legacy.modal.is-active .calendar-legacy .calendar-nav button:active,
  .datepicker-legacy.is-active .calendar-legacy .calendar-nav button:focus,
  .datepicker-legacy.is-active .calendar-legacy .calendar-nav button:active {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
  }
  .datepicker-legacy.modal.is-active .calendar-legacy .calendar-body,
  .datepicker-legacy.is-active .calendar-legacy .calendar-body {
    min-height: 266px !important;
  }
  .datepicker-legacy.modal.is-active
    .calendar-legacy
    .calendar-body
    .date-item.is-active,
  .datepicker-legacy.is-active
    .calendar-legacy
    .calendar-body
    .date-item.is-active {
    background: #7f00ff;
    border-color: #7f00ff;
    color: #fff;
  }
  .datepicker-legacy .calendar-legacy {
    border: 1px solid #ededed;
  }
  .datetimepicker-wrapper.modal.is-active .modal-background {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    border-radius: 0;
    height: 100%;
    width: 100%;
    background: rgba(52, 66, 88, 0.6);
  }
  .datetimepicker-wrapper.modal.is-active .datetimepicker {
    z-index: 99;
  }
  .datetimepicker-wrapper .datetimepicker {
    margin: 0 auto;
  }
  .datetimepicker-dummy-wrapper {
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px;
    background: #fff;
    height: 38px !important;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .Wallop--scale .Wallop-item--hidePrevious,
  .Wallop--scale .Wallop-item--hideNext {
    visibility: visible;
    -webkit-animation: scaleOut 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
    animation: scaleOut 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
  }
  .Wallop--scale .Wallop-item--hidePrevious,
  .Wallop--scale .Wallop-item--hideNext {
    z-index: 2;
  }
  .Wallop--scale .Wallop-item--showPrevious,
  .Wallop--scale .Wallop-item--showNext {
    z-index: 1;
  }
  @-webkit-keyframes scaleOut {
    100% {
      -webkit-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  @keyframes scaleOut {
    100% {
      -webkit-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  .Wallop--fade .Wallop-item--hidePrevious,
  .Wallop--fade .Wallop-item--hideNext {
    visibility: visible;
    -webkit-animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: fadeOut 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  }
  .Wallop--fade .Wallop-item--hidePrevious,
  .Wallop--fade .Wallop-item--hideNext {
    z-index: 2;
  }
  .Wallop--fade .Wallop-item--showPrevious,
  .Wallop--fade .Wallop-item--showNext {
    z-index: 1;
  }
  @-webkit-keyframes fadeOut {
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  @keyframes fadeOut {
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  .Wallop--v1 {
    top: -65px;
  }
  .Wallop--v1 .Wallop-list {
    width: 100%;
    height: 100%;
  }
  .Wallop--v1 .Wallop-item {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .Wallop--v1 .Wallop-buttonPrevious,
  .Wallop--v1 .Wallop-buttonNext {
    position: absolute;
    top: calc(50% - 27px);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 6;
  }
  .Wallop--v1 .Wallop-buttonPrevious:hover i,
  .Wallop--v1 .Wallop-buttonNext:hover i {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Wallop--v1 .Wallop-buttonPrevious i,
  .Wallop--v1 .Wallop-buttonNext i {
    font-size: 3.5rem;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .Wallop--v1 .Wallop-buttonPrevious:active,
  .Wallop--v1 .Wallop-buttonPrevious:focus,
  .Wallop--v1 .Wallop-buttonNext:active,
  .Wallop--v1 .Wallop-buttonNext:focus {
    outline: none !important;
  }
  .Wallop--v1 .Wallop-buttonPrevious {
    left: 20px;
  }
  .Wallop--v1 .Wallop-buttonNext {
    right: 20px;
  }
  .Wallop--v1 .Wallop-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .Wallop--v1 .Wallop-pagination {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 5;
  }
  .Wallop--v1 .Wallop-dot {
    text-indent: -9999px;
    border: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 5px;
    background-color: #ccc;
    cursor: pointer;
    -webkit-appearance: none;
  }
  .Wallop--v1 .Wallop-dot:active,
  .Wallop--v1 .Wallop-dot:focus {
    outline: none !important;
  }
  .Wallop--v1 .Wallop-dot--current {
    background-color: #8c8cf9;
  }
  .Wallop--v1 .Wallop-caption-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
  }
  .Wallop--v1 .Wallop-caption {
    font-family: "Nexa Bold", sans-serif;
  }
  .Wallop--v1 .Wallop-caption.is-centered {
    font-size: 3rem;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 5;
    text-align: center;
  }
  .Wallop--v1 .Wallop-caption.is-centered .main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Wallop--v1 .Wallop-caption.is-centered h1 {
    font-weight: bolder !important;
    text-transform: uppercase;
  }
  .Wallop--v1 .Wallop-caption.is-centered h4 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
      Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 40%;
    padding: 0;
    font-weight: 300;
  }
  .Wallop--v1 .caption-action {
    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;
    margin-top: 20px;
  }
  .Wallop--v1 .caption-action a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
      Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
  @media (max-width: 768px) {
    .Wallop--v1 .Wallop-caption {
      font-size: 2.8rem !important;
    }
    .Wallop--v1 .Wallop-caption h1,
    .Wallop--v1 .Wallop-caption h4 {
      padding: 0 10% !important;
    }
  }
  .Wallop--v2 {
    top: -65px;
  }
  .Wallop--v2 .Wallop-list {
    width: 100%;
    height: 100%;
  }
  .Wallop--v2 .Wallop-item {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .Wallop--v2 .Wallop-buttonPrevious,
  .Wallop--v2 .Wallop-buttonNext {
    position: absolute;
    top: 48%;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 6;
  }
  .Wallop--v2 .Wallop-buttonPrevious:hover i,
  .Wallop--v2 .Wallop-buttonNext:hover i {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Wallop--v2 .Wallop-buttonPrevious i,
  .Wallop--v2 .Wallop-buttonNext i {
    font-size: 3.5rem;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .Wallop--v2 .Wallop-buttonPrevious:active,
  .Wallop--v2 .Wallop-buttonPrevious:focus,
  .Wallop--v2 .Wallop-buttonNext:active,
  .Wallop--v2 .Wallop-buttonNext:focus {
    outline: none !important;
  }
  .Wallop--v2 .Wallop-buttonPrevious {
    left: 20px;
  }
  .Wallop--v2 .Wallop-buttonNext {
    right: 20px;
  }
  .Wallop--v2 .Wallop-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .Wallop--v2 .Wallop-pagination {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 100;
  }
  .Wallop--v2 .Wallop-dot {
    text-indent: -9999px;
    border: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 5px;
    background-color: #ccc;
    cursor: pointer;
    -webkit-appearance: none;
  }
  .Wallop--v2 .Wallop-dot:active,
  .Wallop--v2 .Wallop-dot:focus {
    outline: none !important;
  }
  .Wallop--v2 .Wallop-dot--current {
    background-color: #8c8cf9;
  }
  .Wallop--v2 .Wallop-caption-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 99;
  }
  .Wallop--v2 .Wallop-caption-wrapper .container {
    position: relative;
    min-height: 500px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Wallop--v2 .Wallop-caption-wrapper .container .caption-inner h1 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 3.8rem;
    color: #fff;
  }
  .Wallop--v2 .Wallop-caption-wrapper .container .caption-inner .caption-divider {
    width: 30%;
    height: 3px;
    background: #fff;
    margin: 10px 0;
  }
  .Wallop--v2 .Wallop-caption-wrapper .container .caption-inner .caption-text {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
  }
  .Wallop--v2
    .Wallop-caption-wrapper
    .container
    .caption-inner
    .caption-text
    .action {
    padding: 20px 0;
  }
  @media (max-width: 767px) {
    .Wallop--v2 .caption-inner {
      max-width: 100% !important;
      top: 30% !important;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
    }
    .Wallop--v2 .caption-inner .caption-divider {
      height: 3px !important;
      margin: 10px auto !important;
    }
    .Wallop--v2 .caption-inner h1 {
      font-size: 3.2rem !important;
    }
    .Wallop--v2 .caption-inner .caption-text span {
      margin: 0 20px;
      display: block;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .Wallop--v2 .caption-inner {
      text-align: center;
      position: relative;
      top: 40vh !important;
    }
    .Wallop--v2 .caption-inner .caption-divider {
      margin: 10px auto !important;
      height: 3px !important;
    }
    .Wallop--v2 .caption-inner .caption-text {
      padding: 0 15%;
    }
    .Wallop--v2 .is-tablet-padded {
      padding: 0 20% !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  #landing-hero {
    background: #8c8cf9 url(../img/graphics/legacy/icon-bg.png) repeat 0 0;
    -webkit-animation: 18s linear 0s normal none infinite animate;
    animation: 18s linear 0s normal none infinite animate;
  }
  @-webkit-keyframes animate {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 -1450px;
    }
  }
  @keyframes animate {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 -1450px;
    }
  }
  .has-waves-bottom {
    position: relative;
  }
  .has-waves-bottom:before {
    background: rgba(0, 0, 0, 0) url(../img/graphics/legacy/wavy.png) no-repeat
      scroll 0 bottom/100% auto;
    content: "";
    height: 321px;
    width: 100%;
    z-index: 0 !important;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .has-waves-bottom-dark {
    position: relative;
  }
  .has-waves-bottom-dark:before {
    background: rgba(0, 0, 0, 0) url(/assets/img/wavy-dark.png)
      no-repeat scroll 0 bottom/100% auto;
    content: "";
    height: 321px;
    width: 100%;
    z-index: 0 !important;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .hero.is-slant {
    position: relative;
  }
  .hero.is-slant:before {
    background: rgba(0, 0, 0, 0) url(../img/graphics/legacy/slanted.svg) no-repeat
      scroll 0 bottom/100% auto;
    content: "";
    height: 150px;
    width: 100%;
    z-index: 1 !important;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .hero.is-slant .hero-body .clean-title {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 700;
    font-size: 3.4rem;
    color: #444f60;
    padding: 0;
    line-height: 1.2;
  }
  .hero.is-slant .hero-body .clean-hero-mockup {
    position: relative;
    margin-top: 80px;
    z-index: 2;
  }
  .hero.is-slant .hero-body .cta-wrapper {
    padding: 20px 0;
  }
  @media (max-width: 768px) {
    .hero.is-slant .column.caption-column .clean-title,
    .hero.is-slant .column.caption-column .subtitle,
    .hero.is-slant .column.caption-column .cta-wrapper {
      text-align: center !important;
    }
  }
  .has-waves-bottom-alt {
    position: relative;
  }
  .has-waves-bottom-alt:before {
    background: rgba(0, 0, 0, 0) url(../img/graphics/legacy/wavy-alt.png)
      no-repeat scroll 0 bottom/100% auto;
    content: "";
    height: 321px;
    width: 100%;
    z-index: 1 !important;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .has-waves-bottom-alt .columns {
    margin-top: -180px;
  }
  .has-wavy-footer {
    position: relative;
  }
  .has-wavy-footer:before {
    background: rgba(0, 0, 0, 0) url(../img/graphics/legacy/wavy-alt.png)
      no-repeat scroll 0 bottom/100% auto;
    content: "";
    height: 321px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1 !important;
  }
  .is-wavy-bg:before {
    background: rgba(0, 0, 0, 0) url(../img/graphics/legacy/wavy-core.svg)
      no-repeat scroll 0 bottom/100% auto;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1 !important;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body.is-theme-core .hero.is-wavy-bg:before {
    background: rgba(0, 0, 0, 0) url(../img/graphics/legacy/wavy-core.svg)
      no-repeat scroll 0 bottom/100% auto;
  }
  .has-shape-layer-1 {
    overflow: hidden;
  }
  .has-shape-layer-1 .shape-layer {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 0;
  }
  .has-shape-layer-2 {
    overflow: hidden;
  }
  .has-shape-layer-2 .shape-layer {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 0;
  }
  .has-animated-waves {
    position: relative;
    z-index: 10;
  }
  .has-animated-waves.waves-bottom .animated-waves {
    bottom: 0;
  }
  .has-animated-waves .animated-waves {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .has-animated-waves .animated-waves.is-reversed {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .waves-primary .animated-waves .parallax > use:first-child {
    fill: rgba(140, 140, 249, 0.7) !important;
  }
  .waves-primary .animated-waves .parallax > use:nth-child(2) {
    fill: rgba(140, 140, 249, 0.5) !important;
  }
  .waves-primary .animated-waves .parallax > use:nth-child(3) {
    fill: rgba(140, 140, 249, 0.3) !important;
  }
  .waves-primary .animated-waves .parallax > use:nth-child(4) {
    fill: #8c8cf9 !important;
  }
  .waves-primary .animated-waves .parallax > use:last-child {
    fill: rgba(140, 140, 249, 0.7) !important;
  }
  .waves-inverted .animated-waves .parallax > use:first-child {
    fill: rgba(255, 255, 255, 0.7) !important;
  }
  .waves-inverted .animated-waves .parallax > use:nth-child(2) {
    fill: rgba(255, 255, 255, 0.5) !important;
  }
  .waves-inverted .animated-waves .parallax > use:nth-child(3) {
    fill: rgba(255, 255, 255, 0.3) !important;
  }
  .waves-inverted .animated-waves .parallax > use:nth-child(4) {
    fill: #fff !important;
  }
  .waves-inverted .animated-waves .parallax > use:last-child {
    fill: rgba(255, 255, 255, 0.7) !important;
  }
  .animated-waves .waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 250px;
  }
  .animated-waves .parallax > use {
    -webkit-animation: move-forever 18s cubic-bezier(0.55, 0.5, 0.45, 0.5)
      infinite;
    animation: move-forever 18s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  }
  .animated-waves .parallax > use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
  }
  .animated-waves .parallax > use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
  }
  .animated-waves .parallax > use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
  }
  .animated-waves .parallax > use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
  }
  @-webkit-keyframes move-forever {
    0% {
      -webkit-transform: translate3d(-90px, 0, 0);
      transform: translate3d(-90px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(85px, 0, 0);
      transform: translate3d(85px, 0, 0);
    }
  }
  @keyframes move-forever {
    0% {
      -webkit-transform: translate3d(-90px, 0, 0);
      transform: translate3d(-90px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(85px, 0, 0);
      transform: translate3d(85px, 0, 0);
    }
  }
  @media (max-width: 768px) {
    .animated-waves .waves {
      height: 40px;
      min-height: 40px;
    }
    .animated-waves .content {
      height: 30vh;
    }
    .animated-waves h1 {
      font-size: 24px;
    }
  }
  @-webkit-keyframes gradientBG {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gradientBG {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .hero.gradient-hero {
    background: #8c8cf9;
    background: linear-gradient(-45deg, #ad5cff, #8c8cf9, #8c8cf9, #ad5cff);
    background-size: 400% 400%;
    -webkit-animation: gradientBG 15s ease infinite;
    animation: gradientBG 15s ease infinite;
  }
  .hero.gradient-hero,
  .hero.slant-laptop-hero {
    position: relative;
  }
  .hero.gradient-hero .slant-shape,
  .hero.slant-laptop-hero .slant-shape {
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 1 !important;
  }
  .hero.gradient-hero .hero-caption,
  .hero.slant-laptop-hero .hero-caption {
    padding-bottom: 150px;
  }
  .hero.gradient-hero .laptop-container,
  .hero.slant-laptop-hero .laptop-container {
    position: relative;
  }
  .hero.gradient-hero .laptop-container .laptop,
  .hero.slant-laptop-hero .laptop-container .laptop {
    position: relative;
    z-index: 1 !important;
  }
  .hero.gradient-hero .laptop-container .laptop-shadow,
  .hero.slant-laptop-hero .laptop-container .laptop-shadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0 !important;
  }
  .hero.gradient-hero .hero-foot,
  .hero.slant-laptop-hero .hero-foot {
    position: relative;
    z-index: 3;
  }
  .hero.rounded-hero {
    position: relative;
    z-index: 3;
  }
  .hero.rounded-hero.is-active .absolute-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .hero.rounded-hero.is-active .absolute-header .header-inner .states {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  .hero.rounded-hero.is-active .hero-body .hero-mockup {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .hero.rounded-hero .hero-body .hero-mockup {
    display: block;
    max-width: 740px;
    margin: 0 auto;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    border-radius: 12px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    pointer-events: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .hero.rounded-hero .hero-body .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero .is-hero-title {
    z-index: 2;
  }
  .hero .is-hero-title h1,
  .hero .is-hero-title h2 {
    color: #fff;
  }
  .absolute-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
    background: #8c8cf9;
    background: linear-gradient(-45deg, #6565f7, #8c8cf9, #8c8cf9, #6565f7);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .absolute-header .header-inner {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .absolute-header .header-inner .cut-circle {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
  }
  @media (max-width: 767px) {
    .rounded-hero {
      min-height: 75vh !important;
    }
    .rounded-hero .absolute-header {
      height: 500px;
    }
    .rounded-hero .hero-body .hero-mockup {
      max-width: 340px !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .hero.gradient-hero .is-hero-title {
      text-align: center !important;
    }
    .hero.gradient-hero .is-hero-title .buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .hero.rounded-hero {
      min-height: 75vh !important;
    }
    .hero.rounded-hero .hero-body .hero-mockup {
      max-width: 610px !important;
    }
  }
  .blob-hero .morphing-blob-wrapper {
    position: absolute;
    opacity: 0.6;
  }
  .blob-hero .morphing-blob-wrapper.is-blob-1 {
    top: 20%;
    right: 12%;
  }
  .blob-hero .morphing-blob-wrapper.is-blob-2 {
    bottom: 20%;
    left: 12%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .blob-hero .morphing-blob-wrapper.is-blob-3 {
    bottom: 10%;
    right: 5%;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  .blob-hero .morphing-blob-wrapper.is-blob-4 {
    top: 2%;
    left: 30%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  .blob-hero .morphing-blob-wrapper.is-blob-5 {
    bottom: 45%;
    left: 10%;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  .blob-hero .morphing-blob-wrapper.is-blob-6 {
    bottom: 25%;
    left: 2%;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  .blob-hero .morphing-blob-wrapper.is-blob-7 {
    top: -12%;
    left: -8%;
  }
  @media (max-width: 767px) {
    .blob-hero .morphing-blob-wrapper.is-blob-1 {
      top: 17%;
      right: -27%;
      -webkit-transform: scale(0.1);
      transform: scale(0.1);
    }
    .blob-hero .morphing-blob-wrapper.is-blob-2 {
      display: none;
    }
    .blob-hero .morphing-blob-wrapper.is-blob-3 {
      bottom: -1%;
      right: -26%;
    }
    .blob-hero .morphing-blob-wrapper.is-blob-4 {
      top: -3%;
      left: 46%;
    }
    .blob-hero .morphing-blob-wrapper.is-blob-5 {
      bottom: 45%;
      left: -38%;
    }
    .blob-hero .morphing-blob-wrapper.is-blob-6 {
      bottom: -9%;
      left: -17%;
    }
  }
  .hero {
    position: relative;
  }
  .hero.type-1.is-cover {
    background-size: cover !important;
  }
  .hero.type-1 .hero-shape-commerce {
    position: absolute;
    top: unset;
    bottom: -1px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 1 !important;
  }
  .hero.type-1 .is-hero-caption {
    position: relative;
    z-index: 2;
  }
  .hero.type-1 .is-hero-caption .field-wrap .field {
    margin-bottom: 4px;
  }
  .hero.type-1 .is-hero-caption .field-wrap .field .control:first-child {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .hero.type-1 .is-hero-caption .field-wrap .form-text {
    color: #fff;
  }
  .hero.type-2.type-2-light {
    background: #f5f6fa;
  }
  .hero.type-2.type-2-light .is-hero-caption .field-wrap .form-text {
    color: #999;
  }
  .hero.type-2.type-2-heavy {
    background: #8c8cf9;
  }
  .hero.type-2.type-2-heavy .is-hero-caption .field-wrap .form-text {
    color: #fff;
  }
  .hero.type-2 .hero-shape-commerce {
    position: absolute;
    top: unset;
    bottom: -1px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 1 !important;
  }
  .hero.type-2 .is-hero-caption {
    position: relative;
    z-index: 2;
  }
  .hero.type-2 .is-hero-caption .field-wrap .field {
    margin-bottom: 4px;
  }
  .hero.type-2 .is-hero-caption .field-wrap .field .control:first-child {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .hero .large-input {
    height: 46px;
  }
  .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #333;
    opacity: 0.4;
  }
  @media (max-width: 767px) {
    .hero.type-1 .is-hero-caption {
      text-align: center;
    }
    .hero.type-1 .is-hero-caption .field-wrap .field {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .hero.type-1 .is-hero-caption .field-wrap .field .control:first-child {
      margin-bottom: 8px;
      margin-right: 0;
    }
    .hero.type-1 .is-hero-caption .field-wrap .field .control .button {
      width: 100%;
    }
  }
  .sub-hero {
    background: #f2f2fa;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content {
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square {
    position: absolute;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-1 {
    top: -20px;
    left: -16px;
    -webkit-transform: rotate(124deg);
    transform: rotate(124deg);
    height: 68px;
    width: 68px;
    border-radius: 12px;
    background: #6f6ff7;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-2 {
    bottom: 20px;
    right: -16px;
    -webkit-transform: rotate(194deg);
    transform: rotate(194deg);
    height: 88px;
    width: 88px;
    border-radius: 16px;
    background: #6f6ff7;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-3 {
    top: -90px;
    right: 35%;
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
    height: 160px;
    width: 160px;
    border-radius: 26px;
    background: #6f6ff7;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-4 {
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    height: 48px;
    width: 48px;
    border-radius: 8px;
    background: #6f6ff7;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-5 {
    top: 30%;
    left: 25%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 18px;
    width: 18px;
    border-radius: 6px;
    border: 2px solid #dadafd;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-6 {
    top: 28%;
    left: 32%;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    height: 32px;
    width: 32px;
    border-radius: 6px;
    border: 2px solid #dadafd;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-7 {
    top: 24%;
    left: 27%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 10px;
    width: 10px;
    border-radius: 3px;
    border: 1.4px solid #dadafd;
  }
  .sub-hero .hero-body.is-narrow {
    padding-top: 20px;
  }
  .sub-hero .sub-hero-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
    background: #8c8cf9;
  }
  .sub-hero .sub-hero-container .sub-hero-content {
    text-align: center;
    width: 100%;
    padding: 4rem;
    border-radius: 12px;
  }
  .sub-hero .sub-hero-container .sub-hero-content h1,
  .sub-hero .sub-hero-container .sub-hero-content h3 {
    position: relative;
    z-index: 10;
  }
  .sub-hero .sub-hero-container .sub-hero-search {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 10px;
    border-radius: 10px;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .control {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 12px;
  }
  .sub-hero
    .sub-hero-container
    .sub-hero-search
    .search-inner
    .control:first-child {
    border-right: 1px solid #e5e5e5;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .input {
    border: none;
    min-height: 46px;
    max-height: 46px;
    padding-left: 46px;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon {
    height: 46px;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon i {
    font-size: 18px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .button {
    min-height: 46px;
    max-height: 46px;
    min-width: 120px;
    font-weight: 600;
  }
  @media (max-width: 767px) {
    .sub-hero .sub-hero-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .sub-hero .sub-hero-container .sub-hero-content {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 0;
    }
    .sub-hero .sub-hero-container .sub-hero-content .square.square-3,
    .sub-hero .sub-hero-container .sub-hero-content .square.square-5,
    .sub-hero .sub-hero-container .sub-hero-content .square.square-6,
    .sub-hero .sub-hero-container .sub-hero-content .square.square-7 {
      display: none;
    }
    .sub-hero .sub-hero-container .sub-hero-search {
      position: relative;
      top: 0;
      width: calc(100% - 40px);
      margin: 0 20px 20px 20px;
    }
    .sub-hero .sub-hero-container .sub-hero-search .search-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  .hero-form .flex-card,
  .hero-form .network-grid .network-card,
  .network-grid .hero-form .network-card,
  .hero-form .project-card,
  .hero-form .profile-card,
  .hero-form .carousel-wrap .testimonials-solo-carousel .testimonial-item,
  .carousel-wrap .testimonials-solo-carousel .hero-form .testimonial-item {
    padding: 30px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    max-width: 380px;
    margin: 0 auto;
  }
  .hero-form .flex-card .field > label,
  .hero-form .network-grid .network-card .field > label,
  .network-grid .hero-form .network-card .field > label,
  .hero-form .project-card .field > label,
  .hero-form .profile-card .field > label,
  .hero-form
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .field
    > label,
  .carousel-wrap
    .testimonials-solo-carousel
    .hero-form
    .testimonial-item
    .field
    > label {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 6px;
    padding: 0;
  }
  .hero-form .flex-card .field > label small,
  .hero-form .network-grid .network-card .field > label small,
  .network-grid .hero-form .network-card .field > label small,
  .hero-form .project-card .field > label small,
  .hero-form .profile-card .field > label small,
  .hero-form
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .field
    > label
    small,
  .carousel-wrap
    .testimonials-solo-carousel
    .hero-form
    .testimonial-item
    .field
    > label
    small {
    color: #e62965;
  }
  .hero-form .flex-card .field .control .input,
  .hero-form .network-grid .network-card .field .control .input,
  .network-grid .hero-form .network-card .field .control .input,
  .hero-form .project-card .field .control .input,
  .hero-form .profile-card .field .control .input,
  .hero-form
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .field
    .control
    .input,
  .carousel-wrap
    .testimonials-solo-carousel
    .hero-form
    .testimonial-item
    .field
    .control
    .input {
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    padding-left: 42px;
  }
  .hero-form .flex-card .field .control .input:not(:focus),
  .hero-form .network-grid .network-card .field .control .input:not(:focus),
  .network-grid .hero-form .network-card .field .control .input:not(:focus),
  .hero-form .project-card .field .control .input:not(:focus),
  .hero-form .profile-card .field .control .input:not(:focus),
  .hero-form
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .field
    .control
    .input:not(:focus),
  .carousel-wrap
    .testimonials-solo-carousel
    .hero-form
    .testimonial-item
    .field
    .control
    .input:not(:focus) {
    border-color: #dee2e6;
  }
  .hero-form .flex-card .field .control .button,
  .hero-form .network-grid .network-card .field .control .button,
  .network-grid .hero-form .network-card .field .control .button,
  .hero-form .project-card .field .control .button,
  .hero-form .profile-card .field .control .button,
  .hero-form
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .field
    .control
    .button,
  .carousel-wrap
    .testimonials-solo-carousel
    .hero-form
    .testimonial-item
    .field
    .control
    .button {
    line-height: 0;
  }
  .jobs-hero .hero-body {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .jobs-hero .hero-body .is-hero-caption .title {
    font-family: "Nexa Light", sans-serif;
    margin-bottom: 6px !important;
  }
  .jobs-hero .hero-body .is-hero-caption .subtitle {
    margin-bottom: 10px !important;
  }
  .jobs-hero .jobs-hero-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .jobs-hero .hero-body .container > .columns {
      padding: 0 0;
    }
  }
  .mapbox-hero {
    position: relative;
  }
  .mapbox-hero .hero-map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  .countdown.is-light li {
    color: #fff;
  }
  .countdown li {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    color: #444f60;
  }
  .countdown li span {
    display: block;
    font-size: 4.5rem;
  }
  .car-hero {
    position: relative;
  }
  .car-hero .main-image {
    opacity: 0;
    pointer-events: none;
  }
  .car-hero .left-image,
  .car-hero .right-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .car-hero .right-image {
    z-index: 0;
    -webkit-transition: all 0.55s ease-out;
    transition: all 0.55s ease-out;
  }
  .car-hero .right-image.is-active {
    -webkit-transform: translate(-44px, -40px);
    transform: translate(-44px, -40px);
  }
  .car-hero .left-image {
    top: -4rem;
    z-index: 1;
    -webkit-transition: all 0.55s ease-out;
    transition: all 0.55s ease-out;
  }
  .car-hero .left-image.is-active {
    -webkit-transform: translate(44px, 44px);
    transform: translate(44px, 44px);
  }
  .is-car-layer {
    bottom: -150px !important;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .is-car-layer.is-active {
    bottom: 0 !important;
  }
  @media (max-width: 767px) {
    .car-hero-wrap .title,
    .car-hero-wrap .subtitle {
      text-align: center;
    }
    .car-hero-wrap .hero-form {
      margin-top: 2rem;
    }
    .car-hero-wrap .hero-form .flex-card,
    .car-hero-wrap .hero-form .network-grid .network-card,
    .network-grid .car-hero-wrap .hero-form .network-card,
    .car-hero-wrap .hero-form .project-card,
    .car-hero-wrap .hero-form .profile-card,
    .car-hero-wrap
      .hero-form
      .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item,
    .carousel-wrap
      .testimonials-solo-carousel
      .car-hero-wrap
      .hero-form
      .testimonial-item {
      padding-top: 0;
      padding-bottom: 0;
      background: rgba(0, 0, 0, 0);
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .car-hero-wrap .title,
    .car-hero-wrap .subtitle {
      text-align: center;
    }
    .car-hero-wrap .hero-form {
      margin-top: 2rem;
    }
    .car-hero-wrap .hero-form .flex-card,
    .car-hero-wrap .hero-form .network-grid .network-card,
    .network-grid .car-hero-wrap .hero-form .network-card,
    .car-hero-wrap .hero-form .project-card,
    .car-hero-wrap .hero-form .profile-card,
    .car-hero-wrap
      .hero-form
      .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item,
    .carousel-wrap
      .testimonials-solo-carousel
      .car-hero-wrap
      .hero-form
      .testimonial-item {
      display: block;
      padding-top: 0;
      padding-bottom: 0;
      background: rgba(0, 0, 0, 0);
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      margin: 0 auto;
    }
  }
  .hero-image-composition-1 {
    position: relative;
  }
  .hero-image-composition-1 .image-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 420px;
  }
  .hero-image-composition-1 .image-wrap .curly-image {
    max-height: 540px;
    border-radius: 0 5rem 0 5rem;
  }
  .hero-image-composition-1 .floating-box {
    position: absolute;
    background: #fff;
    padding: 0.85rem;
    border: 1px solid #dbdbdb;
    border-radius: 0.75rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .hero-image-composition-1 .floating-box.floating-box-1 {
    bottom: 4rem;
    right: -4rem;
    max-width: 240px;
    min-width: 240px;
  }
  .hero-image-composition-1 .floating-box.floating-box-2 {
    top: 4rem;
    left: -6rem;
    max-width: 180px;
    min-width: 180px;
  }
  .hero-image-composition-1 .floating-box .floating-box-content {
    width: 100%;
  }
  .hero-image-composition-1 .floating-box .floating-box-content .pastel-icon {
    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;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
  }
  .hero-image-composition-1
    .floating-box
    .floating-box-content
    .pastel-icon.is-success {
    background: #c4fdef;
    color: #06d6a0;
  }
  .hero-image-composition-1
    .floating-box
    .floating-box-content
    .pastel-icon.is-info {
    background: #cfeffe;
    color: #039be5;
  }
  .hero-image-composition-1
    .floating-box
    .floating-box-content
    .icon-block
    .pastel-icon {
    margin: 1rem auto 0.75rem auto;
    height: 50px;
    width: 50px;
    min-width: 50px;
  }
  .hero-image-composition-1
    .floating-box
    .floating-box-content
    .icon-block
    .block-text {
    text-align: center;
  }
  .hero-image-composition-1
    .floating-box
    .floating-box-content
    .icon-block
    .block-text
    .block-title {
    display: block;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    color: #444f60;
  }
  .hero-image-composition-1
    .floating-box
    .floating-box-content
    .icon-block
    .block-text
    .block-subtitle {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 0.85rem;
    color: #8e9baf;
    margin-bottom: 0.75rem;
  }
  .hero-image-composition-1 .floating-box .floating-box-content .icon-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .hero-image-composition-1
    .floating-box
    .floating-box-content
    .icon-header
    .header-text {
    display: block;
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    margin-left: 0.75rem;
  }
  .hero-image-composition-1
    .floating-box
    .floating-box-content
    .icon-header
    .header-stat {
    margin-left: auto;
    margin-right: 0.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
  }
  .hero-image-composition-1
    .floating-box
    .floating-box-content
    .icon-header
    .header-stat.is-positive {
    color: #06d6a0;
  }
  .hero-image-composition-1
    .floating-box
    .floating-box-content
    .icon-header
    .header-stat.is-negative {
    color: #e62965;
  }
  .hero-image-composition-1
    .floating-box
    .floating-box-content
    .inner-text-content {
    font-family: "Roboto", sans-serif;
    font-size: 0.85rem;
    color: #8e9baf;
    text-align: left;
  }
  .hero-image-composition-2 {
    position: relative;
  }
  .hero-image-composition-2 .image-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 420px;
  }
  .hero-image-composition-2 .image-wrap .inner-image {
    height: 420px;
    width: 420px;
    max-width: 420px;
    border-radius: 50%;
  }
  .hero-image-composition-2 .image-wrap .floating-disc {
    position: absolute;
  }
  .hero-image-composition-2 .image-wrap .floating-disc.disc-1 {
    bottom: 4rem;
    right: -4rem;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 3px solid #039be5;
  }
  .hero-image-composition-2 .image-wrap .floating-disc.disc-2 {
    top: 5rem;
    left: 1rem;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid #06d6a0;
  }
  .hero-image-composition-2 .image-wrap .floating-disc.disc-3 {
    bottom: 2rem;
    right: 0;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 2px solid #e62965;
  }
  @media only screen and (max-width: 767px) {
    .hero-image-composition-2 .image-wrap .inner-image {
      height: 280px;
      width: 280px;
      max-width: 280px;
    }
  }
  .hero-image-composition-3 {
    position: relative;
  }
  .hero-image-composition-3 .image-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 380px;
  }
  .hero-image-composition-3 .image-wrap .inner-image {
    height: 380px;
    width: 380px;
    max-width: 380px;
    border-radius: 50%;
  }
  .hero-image-composition-3 .image-wrap .inner-image-second {
    position: absolute;
    top: -55px;
    right: -55px;
    height: 170px;
    width: 170px;
    max-width: 170px;
    border-radius: 50%;
  }
  .hero-image-composition-3 .image-wrap .inner-image-third {
    position: absolute;
    top: -90px;
    right: 140px;
    height: 70px;
    width: 70px;
    max-width: 70px;
    border-radius: 50%;
  }
  .hero-image-composition-3 .image-wrap .floating-dot {
    position: absolute;
  }
  .hero-image-composition-3 .image-wrap .floating-dot.dot-1 {
    top: -8%;
    right: 61%;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #039be5;
  }
  .hero-image-composition-3 .image-wrap .floating-dot.dot-2 {
    top: -30%;
    right: 58%;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #06d6a0;
  }
  .hero-image-composition-3 .image-wrap .floating-dot.dot-3 {
    bottom: 33%;
    right: 0;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #e62965;
  }
  .hero-image-composition-3 .image-wrap .floating-dot.dot-4 {
    bottom: 76%;
    right: -22%;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #8c8cf9;
  }
  .hero-image-composition-3 .image-wrap .floating-dot.dot-5 {
    bottom: 18%;
    left: -10%;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #eda514;
  }
  @media only screen and (max-width: 767px) {
    .hero-image-composition-3 .image-wrap .inner-image {
      height: 280px;
      width: 280px;
      max-width: 280px;
    }
    .hero-image-composition-3 .image-wrap .inner-image-second {
      top: 8px;
      right: 10px;
      height: 90px;
      width: 90px;
    }
    .hero-image-composition-3 .image-wrap .inner-image-third {
      display: none;
    }
    .hero-image-composition-3 .image-wrap .floating-dot.dot-1 {
      top: 2%;
      right: 80%;
    }
    .hero-image-composition-3 .image-wrap .floating-dot.dot-2 {
      top: 12%;
      right: 90%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .hero-image-composition-3 {
      margin-top: 8rem;
    }
  }
  .has-people .hero-body {
    padding-bottom: 0;
  }
  .hero-image-composition-4 .image-wrap {
    min-height: 580px;
    margin: 0 auto;
    width: 100%;
  }
  .hero-image-composition-4 .image-wrap .inner-image {
    position: absolute;
    bottom: 0.75rem;
    right: -10%;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 740px;
    z-index: 2;
  }
  .hero-image-composition-4 .image-wrap .perspective {
    position: absolute;
    top: 10%;
    right: -2%;
    width: 100%;
    max-width: 720px;
    min-height: 410px;
    background: #8c8cf9;
    border-radius: 2rem;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: perspective(600px) rotatey(-18deg);
    transform: perspective(600px) rotatey(-18deg);
    z-index: 1;
  }
  .hero-image-composition-4 .image-wrap .person-bubble {
    position: absolute;
    background: #fff;
    padding: 0.85rem 1.25rem 0.85rem 0.85rem;
    border: 1px solid #dbdbdb;
    border-radius: 50rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 230px;
    z-index: 4;
  }
  .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-1 {
    bottom: 30%;
    right: -16%;
  }
  .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-2 {
    top: 44%;
    right: 38%;
  }
  .hero-image-composition-4 .image-wrap .person-bubble img {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
  }
  .hero-image-composition-4 .image-wrap .person-bubble .bubble-content {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-left: 0.75rem;
  }
  .hero-image-composition-4 .image-wrap .person-bubble .bubble-content span {
    display: block;
    border-radius: 5rem;
    height: 0.75rem;
    background: #ededed;
  }
  .hero-image-composition-4
    .image-wrap
    .person-bubble
    .bubble-content
    span:first-child {
    margin-bottom: 0.25rem;
    max-width: 80%;
  }
  .hero-image-composition-4
    .image-wrap
    .person-bubble
    .bubble-content
    span:nth-child(2) {
    max-width: 50%;
  }
  .hero-image-composition-4 .image-wrap .half-circle {
    position: absolute;
    height: 26px;
    width: 52px;
    border-top-left-radius: 52px;
    border-top-right-radius: 52px;
    z-index: 3;
  }
  .hero-image-composition-4 .image-wrap .half-circle.half-circle-1 {
    top: 27%;
    right: 52%;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    background: #06d6a0;
  }
  .hero-image-composition-4 .image-wrap .half-circle.half-circle-2 {
    top: 2%;
    right: 5%;
    -webkit-transform: rotate(65deg) scale(0.8);
    transform: rotate(65deg) scale(0.8);
    background: #e62965;
  }
  @media only screen and (max-width: 767px) {
    .hero-image-composition-4 .image-wrap {
      min-height: 280px;
    }
    .hero-image-composition-4 .image-wrap .inner-image {
      right: 0;
    }
    .hero-image-composition-4 .image-wrap .perspective {
      min-height: 225px;
      top: initial;
      right: 1%;
      bottom: 5%;
    }
    .hero-image-composition-4 .image-wrap .half-circle {
      z-index: 0;
    }
    .hero-image-composition-4 .image-wrap .half-circle.half-circle-1 {
      top: 27%;
      left: -15%;
      right: initial;
    }
    .hero-image-composition-4 .image-wrap .half-circle.half-circle-2 {
      top: 12%;
      right: 5%;
    }
    .hero-image-composition-4 .image-wrap .person-bubble {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
    }
    .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-1 {
      bottom: 17%;
      right: -35%;
    }
    .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-2 {
      top: initial;
      bottom: 5%;
      right: 45%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .hero-image-composition-4 .image-wrap .inner-image {
      right: -2%;
    }
    .hero-image-composition-4 .image-wrap .perspective {
      top: 42%;
      right: 8%;
    }
    .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-2 {
      top: 75%;
      left: -3%;
      right: initial;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hero-image-composition-4 .image-wrap .inner-image {
      max-width: 660px;
    }
    .hero-image-composition-4 .image-wrap .perspective {
      top: 20%;
      right: 2%;
      max-width: 545px;
      min-height: 400px;
    }
    .hero-image-composition-4 .image-wrap .person-bubble.person-bubble-2 {
      top: 50%;
      right: 34%;
    }
  }
  .hero-image-composition-5 .image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-image-composition-5 .image-wrap .thin-image-first,
  .hero-image-composition-5 .image-wrap .thin-image-second,
  .hero-image-composition-5 .image-wrap .thin-image-third {
    display: block;
    margin: 0 0.5rem;
    width: calc(33.3% - 1rem);
    border-radius: 50rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero-image-composition-5 .image-wrap .thin-image-first,
  .hero-image-composition-5 .image-wrap .thin-image-third {
    min-height: 420px;
  }
  .hero-image-composition-5 .image-wrap .thin-image-second {
    min-height: 560px;
  }
  @media only screen and (max-width: 767px) {
    .hero-image-composition-5 .image-wrap .thin-image-first,
    .hero-image-composition-5 .image-wrap .thin-image-third {
      min-height: 360px;
    }
    .hero-image-composition-5 .image-wrap .thin-image-second {
      min-height: 460px;
    }
  }
  .hero-image-composition-6 {
    min-height: 580px;
  }
  .hero-image-composition-6 .image-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 580px;
    margin: 0 auto;
    width: 100%;
  }
  .hero-image-composition-6 .image-wrap .inner-image {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 100%;
    max-height: 580px;
    width: auto;
    z-index: 2;
  }
  .hero-image-composition-6 .polka-dots {
    position: absolute;
    z-index: 0;
  }
  .hero-image-composition-6 .polka-dots img {
    display: block;
    width: 140px;
  }
  .hero-image-composition-6 .polka-dots.polka-dots-1 {
    bottom: 48%;
    right: 7%;
  }
  .hero-image-composition-6 .polka-dots.polka-dots-2 {
    bottom: 30%;
    left: 6%;
  }
  .hero-image-composition-6 .element-container {
    position: absolute;
    z-index: 1;
  }
  .hero-image-composition-6 .element-container.element-1 {
    bottom: 35%;
    right: 10%;
    background: #fff;
    padding: 0.85rem;
    height: 230px;
    max-width: 300px;
    border: 1px solid #dbdbdb;
    border-radius: 1.75rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .hero-image-composition-6 .element-container.element-1 .call-container {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .hero-image-composition-6 .element-container.element-1 .call-container img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 1.25rem;
  }
  .hero-image-composition-6 .element-container.element-2 {
    bottom: 35%;
    left: 10%;
    background: #fff;
    padding: 0.85rem;
    height: 300px;
    max-width: 260px;
    border: 1px solid #dbdbdb;
    border-radius: 1.75rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .hero-image-composition-6 .element-container.element-2 .call-container {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .hero-image-composition-6 .element-container.element-2 .call-container img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 1.25rem;
  }
  @media only screen and (max-width: 767px) {
    .hero-image-composition-6 .element-container {
      display: none;
    }
    .hero-image-composition-6 .polka-dots.polka-dots-1 {
      display: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .hero-image-composition-6 .element-container.element-1 {
      right: -18%;
    }
    .hero-image-composition-6 .element-container.element-2 {
      bottom: 24%;
      left: -17%;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .title.is-bigger {
    font-size: 5rem;
    line-height: 1;
  }
  .title.is-medium {
    font-size: 4rem;
    line-height: 1;
  }
  .main-title {
    font-family: "Nexa Bold", sans-serif;
  }
  .subpage-title {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600 !important;
  }
  .centered-title {
    text-align: center;
  }
  .centered-title.is-inverted h2,
  .centered-title.is-inverted .subheading {
    color: #fff;
  }
  .centered-title h2 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #444f60;
  }
  .centered-title .subheading {
    font-family: "Nexa Light", sans-serif;
    font-weight: 600;
    max-width: 70vh;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 18px;
    color: #a9abac;
  }
  .centered-title .title-divider {
    margin: 10px auto;
  }
  .big-title {
    font-family: "Nexa Bold", sans-serif;
    margin-bottom: 0 !important;
    padding: 10px 0;
  }
  .light-subtitle {
    font-size: 1.5rem;
    padding: 2% 10% 2% 10%;
    margin-bottom: 0 !important;
  }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .is-hero-title .is-bigger {
      font-size: 3.6rem;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .is-hero-title {
      text-align: center;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .is-hero-title .is-bigger {
      font-size: 4rem;
    }
  }
  @media (max-width: 767px) {
    .is-hero-title {
      text-align: center;
    }
    .is-hero-title .is-bigger {
      font-size: 3rem;
    }
  }
  .section-title.is-flex {
    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;
  }
  .section-title.is-flex .actions .link-wrap {
    position: relative;
  }
  .section-title.is-flex .actions .link-wrap:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1.6px dashed #8c8cf9;
  }
  .section-title.is-flex .actions .link-wrap a {
    display: inline-block;
    color: #8c8cf9;
    font-weight: 500;
  }
  .section-title > img {
    display: block;
    width: 40px;
    margin: 0 auto;
  }
  .section-title .title-alt {
    color: #444f60;
    font-family: "Nexa Light", sans-serif;
    font-size: 2.2rem;
  }
  .section-title .subtitle,
  .section-title .subtitle-alt {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    color: #a9abac;
  }
  .section-title-wrapper {
    position: relative;
  }
  .section-title-wrapper .slanted-container {
    padding: 40px 0;
  }
  .section-title-wrapper .bg-number {
    position: absolute;
    text-align: center;
    font-weight: bolder;
    top: -70px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 160px;
    z-index: 0;
    opacity: 0.1;
    color: #999;
    width: 160px;
    height: 160px;
    line-height: 160px;
  }
  .section-title-wrapper .bg-number .material-icons {
    font-size: 12rem;
  }
  .section-title-wrapper .section-title {
    font-family: "Nexa Bold", sans-serif;
    margin-bottom: 1.5rem;
  }
  .section-title-wrapper .section-subtitle {
    font-family: "Nexa Light", sans-serif;
    font-size: 1.5rem;
    line-height: 30px;
    font-weight: 400;
    color: #a9abac;
    line-height: 1.2;
    margin-bottom: 1rem !important;
  }
  .section-title-wrapper .section-subtitle-alt {
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    line-height: 30px;
    font-weight: 400;
    color: #8e9baf;
    line-height: 1.2;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem !important;
  }
  .section-title-wrapper .section-title-landing {
    font-family: "Nexa Bold", sans-serif;
    font-size: 2.7rem;
    color: #444f60;
  }
  .section-title-wrapper .top-subtitle {
    text-transform: uppercase;
    color: #8c8cf9;
    font-family: "Nexa Light", sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
  }
  .section-title-wrapper .icon-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .section-title-wrapper h4 {
    font-family: "Nexa Light", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: #999;
  }
  .title + .subtitle {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  @media (max-width: 767px) {
    .section-title-wrapper .bg-number {
      font-size: 110px !important;
    }
    .section-title-wrapper .bg-number .material-icons {
      font-size: 6rem;
    }
    .section-title-wrapper .section-title-landing {
      line-height: 1.1;
    }
    .section-title-wrapper .subtitle {
      font-size: 1.1rem;
      line-height: 22px;
    }
    .section-title.is-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .section-title.is-flex .actions {
      margin: 10px auto;
    }
  }
  .title-wrapper .top-subtitle {
    text-transform: uppercase;
    color: #999;
    font-family: "Nexa Light", sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
  }
  .title-wrapper h2 {
    font-size: 2rem !important;
  }
  .title-wrapper .is-landing {
    font-family: "Nexa Light", sans-serif !important;
    font-weight: 700;
  }
  .title-wrap {
    position: relative;
  }
  .title-wrap h3,
  .title-wrap h2 {
    position: relative;
    z-index: 2;
  }
  .title-wrap h2 {
    margin-bottom: 10px !important;
  }
  .title-wrap h3 {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 480px;
    font-size: 1.3rem;
    line-height: 1;
    font-family: "Nexa Light", sans-serif;
    color: #8e9baf;
  }
  .title-wrap .special-divider {
    position: absolute;
    right: 0;
    left: 0;
    top: -10px;
    z-index: 0;
    max-width: 90px;
    margin: 0 auto;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .cta-block {
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #e3e3e3;
  }
  .cta-block.no-border {
    padding-bottom: 2rem;
    border-bottom: none;
  }
  .cta-block.is-box {
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #ededed;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cta-block .head-text h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.8rem;
    color: #444f60;
  }
  .cta-block .head-text p {
    font-size: 1.1rem;
    color: #999;
  }
  .cta-block .head-action .buttons .button.action-button {
    height: 36px;
    min-width: 140px;
  }
  .cta-block .head-action .buttons .button.chat-button {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8c8cf9;
    font-weight: 500;
  }
  .cta-block .head-action .buttons .button.chat-button.is-secondary {
    color: #7f00ff;
  }
  @media (max-width: 767px) {
    .cta-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .cta-block .head-text {
      padding-bottom: 20px;
    }
  }
  .section-cta {
    padding: 40px 0 0 0;
  }
  .section-cta .button {
    min-width: 220px;
  }
  .section-cta p {
    margin-top: 12px;
    color: #999;
  }
  .body-subtitle {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    color: #444f60;
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5rem !important;
  }
  .body-subtitle.is-inverted {
    color: #fff;
  }
  .body-text {
    color: #8e9baf;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
  }
  .detailed-feature-subtitle {
    text-transform: uppercase;
    font-family: "Nexa Light", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 3px;
    color: #a9abac;
    font-weight: 600;
  }
  .quick-feature-wrap .button-wrap {
    padding: 10px 0;
  }
  .quick-feature.has-numbers {
    font-size: 2.1rem !important;
    font-family: "Nexa Bold", sans-serif;
    font-weight: 400 !important;
    margin-bottom: 0.8rem !important;
  }
  .quick-feature.has-numbers .bg-number {
    padding-right: 10px !important;
    font-family: "Roboto", sans-serif !important;
  }
  .quick-feature > span {
    font-size: 2rem;
    font-family: "Nexa Bold", sans-serif;
  }
  .small-feature {
    padding: 5px 0;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.3rem;
  }
  .is-clean,
  .clean-text {
    font-family: "Nexa Bold", sans-serif !important;
  }
  .side-feature-text {
    padding: 20px;
  }
  .side-feature-text h2 {
    font-size: 1.75rem;
    margin-bottom: 12px !important;
  }
  .side-feature-text p {
    color: #444f60;
    margin-bottom: 12px;
  }
  .feature-content {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
  }
  .minimal-feature .minimal-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #444f60;
    padding: 10px 0;
    margin-bottom: 0 !important;
  }
  .minimal-feature-image {
    position: relative;
  }
  .minimal-feature-image .main-image {
    position: relative;
    z-index: 2;
  }
  .minimal-feature-image .image-bg {
    position: absolute;
    top: 10%;
    left: -20%;
    right: 0;
    margin: 0 auto;
    max-width: 1096px;
    width: 120%;
    z-index: 0;
  }
  .special-divider {
    margin: 30px auto;
  }
  .special-divider span {
    display: block;
    height: 2px;
    width: 60px;
    background: #8c8cf9;
    border-radius: 50px;
    margin: 15px auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .special-divider.is-inverted span {
    background: #fff;
  }
  .title-divider {
    background: #8c8cf9 !important;
    height: 3px;
    border-radius: 50px;
  }
  .divider-container {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
  }
  .divider-container .divider-bar {
    height: 160px;
    width: 1.4px;
    background: #d9d9d9;
  }
  .divider-container .divider-text {
    font-weight: 600;
    color: #444f60;
    margin: 16px;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .services-cards.is-minimal {
    padding: 0 8%;
  }
  .services-cards.is-minimal i {
    color: #444f60;
    font-size: 4.5rem;
  }
  .services-cards.is-minimal .feature-card:hover i {
    color: #8c8cf9;
  }
  .services-cards .feature-card {
    height: 310px;
    padding: 50px 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .services-cards .card-feature-description {
    font-size: 95%;
  }
  .services-cards .card-icon {
    padding-top: 30px;
  }
  .services-cards .card-icon i {
    font-size: 5rem;
    color: #8c8cf9;
  }
  @media (max-width: 768px) {
    .services-cards .is-minimal {
      padding: 0 !important;
    }
  }
  .service-box .service-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #444f60;
  }
  .service-box p {
    padding: 5px 0;
  }
  .service-box .action {
    padding: 10px 0;
  }
  .service-box .action a {
    border-width: 2px;
    font-weight: 600;
  }
  @media (max-width: 767px) {
    .service-box {
      padding-bottom: 20px;
      text-align: center;
    }
    .service-box .title-divider {
      margin: 0 auto;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .service-box {
      text-align: center;
    }
    .service-box .title-divider {
      margin: 0 auto;
    }
  }
  .featured-job-box {
    padding: 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
    border-radius: 10px;
  }
  .featured-job-box:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .featured-job-box .icon-container {
    background: #f5f6fa;
    height: 50px !important;
    width: 50px !important;
    min-width: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  .featured-job-box .icon-container img {
    border-radius: 50%;
  }
  .featured-job-box h3 {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
  }
  .featured-job-box .job-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 16px;
  }
  .featured-job-box .job-summary .company,
  .featured-job-box .job-summary .salary {
    margin-right: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 0.95rem;
    color: #8e9baf;
  }
  .job-categories .job-categories-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .job-categories .job-categories-inner .job-category {
    position: relative;
    width: 250px;
    height: 300px;
    margin: 10px;
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    background-color: #424242;
    will-change: tranform;
  }
  .job-categories
    .job-categories-inner
    .job-category:hover
    .job-category-overlay {
    opacity: 0.8;
  }
  .job-categories .job-categories-inner .job-category .job-category-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: url(../img/graphics/legacy/blur-overlay.jpg) no-repeat center
      center;
    background-size: cover;
    mix-blend-mode: lighten;
    opacity: 0.1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .job-categories .job-categories-inner .job-category .job-category-image img {
    max-width: 100%;
    width: 250px;
    height: 300px;
    mix-blend-mode: lighten;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .job-categories .job-categories-inner .job-category .job-category-heading {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    color: #fff;
  }
  .job-categories .job-categories-inner .job-category .job-category-heading h2 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
  }
  .job-categories
    .job-categories-inner
    .job-category
    .job-category-heading
    .small {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 10px;
    -webkit-transform: translateZ(15px);
    transform: translateZ(15px);
  }
  @media only screen and (max-width: 767px) {
    .job-categories .job-categories-inner .job-category {
      width: 100%;
    }
    .job-categories .job-categories-inner .job-category .job-category-image img {
      width: 100%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .job-categories .job-categories-inner .job-category {
      width: 280px;
    }
    .job-categories .job-categories-inner .job-category .job-category-image img {
      width: 280px;
    }
  }
  .job-topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
    padding: 20px;
    border-radius: 10px;
  }
  .job-topic:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .job-topic .icon-container {
    background: #f5f6fa;
    height: 38px !important;
    width: 38px !important;
    min-width: 38px;
    border-radius: 50%;
  }
  .job-topic .icon-container img {
    border-radius: 50%;
  }
  .job-topic .meta {
    margin-left: 12px;
  }
  .job-topic .meta h3 {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
  }
  .job-topic .meta .job-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .job-topic .meta .job-summary .company,
  .job-topic .meta .job-summary .salary {
    margin-right: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 0.95rem;
    color: #8e9baf;
  }
  .job-user {
    text-align: center;
  }
  .job-user .avatar-wrap {
    position: relative;
    height: 100px;
    width: 100px;
    min-width: 100px;
    margin: 0 auto 10px auto;
  }
  .job-user .avatar-wrap .avatar {
    display: block;
    border-radius: 50%;
  }
  .job-user .avatar-wrap .badge {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .job-user h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.3rem;
    color: #444f60;
  }
  .job-user p {
    font-size: 1rem;
    color: #8e9baf;
    margin-bottom: 8px;
  }
  .job-user .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .benefits-card {
    padding: 40px;
    border: 1px solid #e5e5e5;
  }
  .benefits-card .benefits-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .benefits-card .benefits-header i {
    font-size: 2.8rem;
    margin-right: 1rem;
    color: #8e9baf;
  }
  .benefits-card .benefits-body .solid-list .solid-list-item {
    margin-bottom: 1rem;
  }
  .benefits-card .benefits-body .solid-list .solid-list-item .list-bullet i {
    font-size: 2.5rem;
    color: #06d6a0;
  }
  .feature-card.is-startup {
    padding: 20px;
  }
  .feature-card.is-startup img {
    margin: 0;
  }
  .integration-cards .feature-card {
    padding: 50px 20px !important;
    margin-bottom: 20px;
  }
  .integration-cards .brand-logo {
    padding: 10px 0;
  }
  .integration-cards .brand-logo img {
    max-height: 60px;
    max-width: 120px;
  }
  .integration-cards .card-title {
    padding: 10px 0;
  }
  .integration-cards .card-feature-description {
    padding: 0 !important;
  }
  .integration-cards a {
    margin: 20px 0;
  }
  .values-cards .feature-card {
    height: 310px;
  }
  .values-cards .card-feature-description {
    font-size: 95%;
  }
  .values-cards .card-icon {
    padding-top: 50px;
  }
  .values-cards .card-icon i {
    font-size: 5rem;
    color: #8c8cf9;
  }
  .values-cards.is-minimal {
    padding: 0 8%;
  }
  .values-cards.is-minimal i {
    color: #444f60;
    font-size: 4.5rem;
  }
  .values-cards.is-minimal .feature-card:hover i {
    color: #8c8cf9;
  }
  @media (max-width: 768px) {
    .values-cards.is-minimal {
      padding: 0 !important;
    }
  }
  .event-card.is-wavy .text-title {
    font-family: "Nexa Bold", sans-serif;
    text-transform: none;
    font-size: 1.35em;
  }
  .event-card.is-wavy .text-subtitle {
    font-family: "Nexa Light", sans-serif;
    font-size: 0.9rem;
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .event-card.is-wavy .text-title {
      font-size: 1.5rem !important;
    }
  }
  .icon-card {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-card img {
    display: block;
    max-width: 60px;
    margin: 0 auto;
  }
  .icon-card .icon-card-text {
    margin-top: 10px;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .boxed-features {
    padding: 40px 0;
  }
  .boxed-features .flex-card,
  .boxed-features .network-grid .network-card,
  .network-grid .boxed-features .network-card,
  .boxed-features .project-card,
  .boxed-features .profile-card,
  .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item,
  .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .boxed-features .flex-card .flex-cell,
  .boxed-features .network-grid .network-card .flex-cell,
  .network-grid .boxed-features .network-card .flex-cell,
  .boxed-features .project-card .flex-cell,
  .boxed-features .profile-card .flex-cell,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell {
    width: 25%;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    padding: 24px 16px;
  }
  .boxed-features .flex-card .flex-cell.is-bordered,
  .boxed-features .network-grid .network-card .flex-cell.is-bordered,
  .network-grid .boxed-features .network-card .flex-cell.is-bordered,
  .boxed-features .project-card .flex-cell.is-bordered,
  .boxed-features .profile-card .flex-cell.is-bordered,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell.is-bordered,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell.is-bordered {
    border-bottom: 1px solid #e5e5e5;
  }
  .boxed-features .flex-card .flex-cell.no-border-edge,
  .boxed-features .network-grid .network-card .flex-cell.no-border-edge,
  .network-grid .boxed-features .network-card .flex-cell.no-border-edge,
  .boxed-features .project-card .flex-cell.no-border-edge,
  .boxed-features .profile-card .flex-cell.no-border-edge,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell.no-border-edge,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell.no-border-edge {
    border-right: none;
  }
  .boxed-features .flex-card .flex-cell i,
  .boxed-features .network-grid .network-card .flex-cell i,
  .network-grid .boxed-features .network-card .flex-cell i,
  .boxed-features .project-card .flex-cell i,
  .boxed-features .profile-card .flex-cell i,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell
    i,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell
    i {
    font-size: 2.2rem;
    color: #8c8cf9;
  }
  .boxed-features .flex-card .flex-cell h3,
  .boxed-features .network-grid .network-card .flex-cell h3,
  .network-grid .boxed-features .network-card .flex-cell h3,
  .boxed-features .project-card .flex-cell h3,
  .boxed-features .profile-card .flex-cell h3,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell
    h3,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell
    h3 {
    font-weight: 500;
    color: #444f60;
  }
  .boxed-features .flex-card .flex-cell p,
  .boxed-features .network-grid .network-card .flex-cell p,
  .network-grid .boxed-features .network-card .flex-cell p,
  .boxed-features .project-card .flex-cell p,
  .boxed-features .profile-card .flex-cell p,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell
    p,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell
    p {
    font-size: 0.95rem;
    color: #999;
    max-width: 200px;
    margin: 0 auto;
  }
  @media (max-width: 767px) {
    .boxed-features .flex-card .flex-cell,
    .boxed-features .network-grid .network-card .flex-cell,
    .network-grid .boxed-features .network-card .flex-cell,
    .boxed-features .project-card .flex-cell,
    .boxed-features .profile-card .flex-cell,
    .boxed-features
      .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .flex-cell,
    .carousel-wrap
      .testimonials-solo-carousel
      .boxed-features
      .testimonial-item
      .flex-cell {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #e5e5e5;
    }
    .boxed-features .flex-card .flex-cell:last-child,
    .boxed-features .network-grid .network-card .flex-cell:last-child,
    .network-grid .boxed-features .network-card .flex-cell:last-child,
    .boxed-features .project-card .flex-cell:last-child,
    .boxed-features .profile-card .flex-cell:last-child,
    .boxed-features
      .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .flex-cell:last-child,
    .carousel-wrap
      .testimonials-solo-carousel
      .boxed-features
      .testimonial-item
      .flex-cell:last-child {
      border-bottom: none;
    }
  }
  .feature-line {
    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;
  }
  .feature-line span {
    padding: 0 16px;
    color: #999;
  }
  .feature-line span i {
    margin-right: 4px;
  }
  @media (max-width: 767px) {
    .feature-line > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
    }
  }
  .agency-icon-box i {
    font-size: 3.4rem;
    font-weight: normal;
    color: #8c8cf9;
  }
  .agency-icon-box .box-title {
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
    font-family: "Nexa Light", sans-serif;
    font-weight: 600;
    color: #444f60;
  }
  .agency-icon-box .box-content {
    color: #a9abac;
  }
  @media (max-width: 767px) {
    .agency-icon-box {
      text-align: center;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .agency-icon-box {
      text-align: center;
    }
    .agency-icon-box .title-divider {
      margin: 0 auto;
    }
  }
  .startup-icon-box {
    padding: 20px 0;
  }
  .startup-icon-box i {
    font-size: 3.8rem;
    font-weight: normal;
    color: #8c8cf9;
  }
  .startup-icon-box .box-title {
    font-family: "Nexa Light", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #444f60;
    padding: 5px 0;
  }
  .startup-icon-box .box-content {
    color: #999;
  }
  .wavy-icon-box i {
    font-size: 3.8rem;
    font-weight: normal;
    color: #8c8cf9;
  }
  .wavy-icon-box .box-title {
    font-family: "Nexa Light", sans-serif;
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #8c8cf9;
  }
  .wavy-icon-box .box-content {
    color: #999;
  }
  .square-icon-box.is-landing .box-title {
    font-family: "Nexa Light", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #444f60;
  }
  .square-icon-box.is-landing .box-text {
    font-family: "Roboto", sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    color: #8e9baf !important;
  }
  .square-icon-box.is-chat .box-title {
    font-family: "Nexa Light";
    font-size: 1.1rem;
    font-weight: 700;
  }
  .square-icon-box.is-chat .box-text {
    font-size: 14px;
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .square-icon-box .box-text {
      padding: 0 15%;
    }
  }
  .icon-box.is-spaced .box-icon {
    margin-bottom: 0;
  }
  .icon-box.is-spaced .box-title {
    margin: 0;
    padding: 5px 0;
    font-weight: 700;
  }
  .company-types {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .chat-icon-box i {
    font-size: 3.8rem;
    font-weight: normal;
    color: #8c8cf9;
  }
  .chat-icon-box .box-title {
    font-family: "Nexa Light", sans-serif;
    padding: 5px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #8c8cf9;
  }
  .is-feature {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    -webkit-box-shadow: inset rgba(143, 160, 241, 0.09) 0 0 0 1px,
      rgba(213, 220, 247, 0.22) 0 10px 20px;
    box-shadow: inset rgba(143, 160, 241, 0.09) 0 0 0 1px,
      rgba(213, 220, 247, 0.22) 0 10px 20px;
  }
  .is-feature.is-link {
    border: 1px solid #e3e3e3;
    -webkit-transition: border 0.3s, -webkit-transform 0.3s,
      -webkit-box-shadow 0.3s;
    transition: border 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, border 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, border 0.3s,
      -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  }
  .is-feature.is-link:hover {
    border-color: #8c8cf9;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .is-feature .icon-container {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background: #f5f6fa;
  }
  .is-feature .icon-container img {
    height: 40px;
    width: 40px;
    display: block;
  }
  .is-feature .image-container img {
    display: block;
  }
  .is-feature .content-container h3 {
    padding: 10px 0;
    font-family: "Nexa Bold", sans-serif;
  }
  .is-feature .content-container p {
    font-size: 0.95rem;
    font-family: "Roboto", sans-serif;
    color: #999;
  }
  .box-wrap.is-one-page {
    margin-top: -50px;
    text-align: left;
  }
  .box-wrap.is-one-page .icon-box {
    text-align: left;
    width: 100%;
    border: 1px solid #ededed;
    border-radius: 8px;
    background: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .box-wrap.is-one-page .icon-box img {
    display: block;
    width: 55px;
    margin: 0;
  }
  .box-wrap.is-one-page .icon-box .box-title {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    padding: 10px 0;
  }
  .box-wrap.is-one-page .icon-box h4 {
    margin-bottom: 0;
  }
  .box-wrap.is-one-page .icon-box p {
    font-size: 0.9rem;
    color: #999;
  }
  .box-wrap.is-one-page-2 {
    margin-top: 60px;
  }
  .box-wrap.is-one-page-2 .icon-box {
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .box-wrap.is-one-page-2 .icon-box img {
    display: block;
    width: 65px;
    margin: 0 auto 6px auto;
  }
  .box-wrap.is-one-page-2 .icon-box .box-title {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    padding: 6px 0;
  }
  .box-wrap.is-one-page-2 .icon-box p {
    font-size: 0.9rem;
    color: #999;
  }
  @media only screen and (max-width: 767px) {
    .box-wrap.is-one-page,
    .box-wrap.is-one-page-2 {
      margin-top: 0;
    }
  }
  .side-title {
    position: relative;
  }
  .side-title .title-number {
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 7rem;
    font-family: "Nexa Bold", sans-serif;
    font-weight: 700;
    color: #444f60;
    opacity: 0.1;
  }
  .side-paragraph {
    color: #999;
    font-size: 1.3rem;
    max-width: 450px;
  }
  .side-paragraph.is-small {
    font-size: 1rem;
  }
  .side-paragraph.has-margin {
    margin-top: 20px;
  }
  .side-image {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .side-image.is-pulled {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  .side-card {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .side-card:last-child {
    margin-bottom: 0;
  }
  .side-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .side-card:hover .round-icon {
    background: #344258 !important;
  }
  .side-card .round-icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .side-card .round-icon.is-primary {
    background: #8c8cf9;
  }
  .side-card .round-icon.is-accent {
    background: #ad5cff;
  }
  .side-card .round-icon svg {
    height: 28px;
    width: 28px;
    stroke: #fcfcfc;
    stroke-width: 1px;
  }
  .side-card .meta {
    margin-left: 16px;
  }
  .side-card .meta span,
  .side-card .meta a {
    display: block;
  }
  .side-card .meta span:first-child,
  .side-card .meta a:first-child {
    font-weight: 500;
    color: #444f60;
  }
  .side-card .meta span:nth-child(2),
  .side-card .meta a:nth-child(2) {
    color: #999;
    font-size: 0.9rem;
  }
  .side-card .meta span:nth-child(3),
  .side-card .meta a:nth-child(3) {
    color: #8c8cf9;
    font-size: 0.95rem;
  }
  .side-card .meta span:nth-child(3):hover,
  .side-card .meta a:nth-child(3):hover {
    text-decoration: underline;
  }
  .feature-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .feature-block:last-child {
    margin-bottom: 0;
  }
  .feature-block .round-icon {
    height: 54px;
    width: 54px;
    min-width: 54px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #252f3e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .feature-block .round-icon img {
    display: block;
    height: 36px;
    width: 36px;
  }
  .feature-block .meta {
    margin-left: 16px;
  }
  .feature-block .meta span,
  .feature-block .meta a {
    display: block;
  }
  .feature-block .meta span:first-child,
  .feature-block .meta a:first-child {
    font-weight: 500;
    font-size: 1rem;
    color: #fcfcfc;
  }
  .feature-block .meta span:nth-child(2),
  .feature-block .meta a:nth-child(2) {
    color: #fcfcfc;
    font-size: 0.9rem;
    max-width: 350px;
  }
  .partner-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
  .partner-logos img {
    display: block;
    height: 80px;
    margin: 0 25px;
  }
  @media (max-width: 767px) {
    .partner-logos img {
      height: 54px !important;
      margin: 0 12px !important;
    }
  }
  .theme-list {
    padding: 30px 0;
  }
  .theme-list a:hover .theme-preview {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .theme-list a .theme-preview {
    display: block;
    border-radius: 14px;
    -webkit-box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .theme-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .theme-feature .feature-icon i {
    color: #8c8cf9;
  }
  .theme-feature h5 {
    font-weight: 500;
    color: #444f60;
  }
  .theme-feature p {
    color: #999;
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .theme-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .theme-list .column {
      width: 50%;
      min-width: 50%;
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
    }
    .theme-features {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .theme-features .theme-feature p {
      font-size: 0.9rem;
    }
  }
  .is-side-feature .text-column {
    position: relative;
  }
  .is-side-feature .text-column h3 {
    margin-bottom: 0.75rem;
  }
  .is-side-feature .text-column p {
    color: #999;
    font-size: 1.1rem;
  }
  .is-side-feature .media-column {
    position: relative;
  }
  .is-side-feature .media-column .pattern {
    position: absolute;
    top: 20px;
    display: block;
    width: 130px;
    opacity: 0.5;
    z-index: 0;
  }
  .is-side-feature .media-column .pattern.is-left {
    left: 111px;
  }
  .is-side-feature .media-column .pattern.is-right {
    right: 110px;
  }
  .is-side-feature .media-column .mockup {
    position: relative;
    z-index: 1;
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .is-side-feature {
      text-align: center;
      max-width: 500px;
      margin: 0 auto;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .presentation-tools {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .presentation-tools .content-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .presentation-tools .content-flex > div:nth-child(2) {
      margin-left: 0 !important;
      text-align: center !important;
    }
  }
  .stat-boxes-wrapper .stat-box {
    width: 100%;
    text-align: center;
  }
  .stat-boxes-wrapper .stat-box .stat-icon img {
    display: block;
    height: 80px;
    margin: 0 auto;
  }
  .stat-boxes-wrapper .stat-box .stat-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 8px 0 0 0;
  }
  .stat-boxes-wrapper .stat-box .stat-count span {
    display: block;
    font-weight: 700;
    font-size: 2rem;
    color: #444f60;
  }
  .stat-boxes-wrapper .stat-box .stat-count small {
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 4px;
    color: #444f60;
  }
  .stat-boxes-wrapper .stat-box p {
    color: #999;
    font-weight: 500;
  }
  .business-types {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0 20px 0;
    max-width: 780px;
    margin: 0 auto;
  }
  .business-types .business-type {
    position: relative;
    text-align: center;
    width: calc(33.3% - 24px);
    margin: 12px;
    z-index: 1;
  }
  .business-types .business-type .inner {
    padding: 20px;
    border-radius: 16px;
    -webkit-box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
    background: #fff;
  }
  .business-types .business-type .inner .inner-icon {
    margin: 0 auto;
  }
  .business-types .business-type .inner .inner-icon img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
  }
  .business-types .business-type .inner .inner-text {
    font-weight: 500;
    font-size: 1.2rem;
    color: #444f60;
  }
  .extra-word {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 540px;
    margin: 20px auto;
  }
  .extra-word .avatar-wrap {
    height: 100px;
    width: 100px;
    min-width: 100px;
    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;
    border-radius: 50%;
    border: 2px solid #8c8cf9;
    -webkit-box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #fff;
  }
  .extra-word .avatar-wrap img {
    display: block;
    height: 80px;
    width: 80px;
    min-width: 80px;
    border-radius: 50%;
  }
  .extra-word .text {
    margin-left: 16px;
  }
  .extra-word .text p {
    color: #999;
    margin-bottom: 6px;
  }
  .extra-word .text p .fa {
    color: #8c8cf9;
  }
  .extra-word .text p .fa-quote-left {
    padding-right: 5px;
  }
  .extra-word .text p .fa-quote-right {
    padding-left: 5px;
  }
  .extra-word .text span {
    display: block;
  }
  .extra-word .text span:nth-child(2) {
    color: #444f60;
    font-weight: 500;
  }
  .extra-word .text span:nth-child(3) {
    font-size: 0.9rem;
    color: #999;
  }
  @media (max-width: 767px) {
    .business-types .business-type {
      width: calc(100% - 24px);
    }
    .extra-word {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .extra-word .avatar-wrap {
      margin: 0 auto 12px auto;
    }
    .extra-word .text {
      margin-left: 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .pricing-picker span {
    color: #fff;
    font-family: "Nexa Light", sans-serif;
    margin: 0 5px 0 5px;
    padding: 10px 20px 13px 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
  }
  .pricing-picker span.is-active {
    border: 1px solid #fff;
  }
  .giant-input-wrapper.is-wavy {
    padding: 30px 40px;
    background: #efefef;
    border-radius: 100px;
    margin: 20px 0;
  }
  .giant-input-wrapper.is-wavy .giant-input {
    position: relative;
    min-width: 300px;
    max-width: 100%;
  }
  .giant-input-wrapper.is-wavy .giant-input input {
    padding: 20px 165px 20px 20px;
    width: 100%;
    background: #fff;
    color: #999;
    border: none;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgba(213, 220, 247, 0.59);
    border-radius: 100px;
  }
  .giant-input-wrapper.is-wavy .giant-input input:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
    box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
  }
  .giant-input-wrapper.is-wavy .giant-input button.inner {
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .slide-toggle {
    width: 65px;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .slide-toggle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .slide-toggle input:checked ~ .toggler {
    border-color: #8c8cf9;
  }
  .slide-toggle input:checked ~ .toggler .active,
  .slide-toggle input:checked ~ .toggler .inactive {
    -webkit-transform: translateX(100%) rotate(360deg);
    transform: translateX(100%) rotate(360deg);
  }
  .slide-toggle input:checked ~ .toggler .active {
    opacity: 1;
  }
  .slide-toggle input:checked ~ .toggler .inactive {
    opacity: 0;
  }
  .slide-toggle .toggler {
    position: relative;
    display: block;
    height: 34px;
    width: 61px;
    border: 2px solid #cecece;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .slide-toggle .toggler .active,
  .slide-toggle .toggler .inactive {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .slide-toggle .toggler .active svg,
  .slide-toggle .toggler .inactive svg {
    stroke: #fff;
    height: 14px;
    width: 14px;
    stroke-width: 3px;
  }
  .slide-toggle .toggler .active i,
  .slide-toggle .toggler .inactive i {
    font-size: 14px;
  }
  .slide-toggle .toggler .inactive {
    background: #cecece;
    border-color: #cecece;
    opacity: 1;
    z-index: 1;
  }
  .slide-toggle .toggler .active {
    background: #8c8cf9;
    border-color: #8c8cf9;
    opacity: 0;
    z-index: 0;
  }
  .floating-circles .floating-text {
    margin-top: 20px;
  }
  .floating-circles .button-wrap {
    padding: 40px 0;
  }
  .feature-matrix .button-wrap {
    padding: 40px 0;
  }
  .device-table {
    margin: 0 auto;
  }
  #bulchat {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 85px;
    margin: 0 25px 0 0;
    z-index: 9999;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: gelatine;
    animation: gelatine;
  }
  #bulchat.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #bulchat.visible div {
    outline: none;
    opacity: 1;
    background: #8c8cf9;
    cursor: pointer;
  }
  #bulchat.visible div:hover {
    opacity: 0.8;
  }
  #bulchat div {
    outline: none;
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 46px;
    height: 46px;
    background-color: #66676b;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50% 50% 50% 0;
    text-align: center;
    font-size: 26px;
  }
  body #bulchat div {
    outline: none;
    color: #fff;
  }
  #bulchat div:after {
    outline: none;
    content: url(../img/graphics/legacy/smile.svg);
    font-family: "FontAwesome";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
  #bulchat.visible.close {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #bulchat div.close:after {
    outline: none;
    content: url(../img/graphics/legacy/close.svg);
    font-family: "FontAwesome";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #chat-widget {
    display: none;
  }
  #chat-widget .chat-widget-body {
    background-color: #fff;
    position: fixed;
    bottom: 85px;
    right: 85px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 370px;
    height: 550px;
    border-radius: 10px 10px 0;
    -webkit-box-shadow: 0 24px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 24px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
  }
  #chat-widget .chat-widget-body.is-closed {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  #chat-widget .chat-widget-body.is-opened {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  #chat-widget .chat-widget-body .chat-header {
    padding: 20px 20px 10px 20px;
    background-color: #8c8cf9;
  }
  #chat-widget .chat-widget-body .chat-header .close-chat img {
    height: 10px;
  }
  #chat-widget .chat-widget-body .chat-header .chat-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #chat-widget .chat-widget-body .chat-header .chat-team .team-member {
    margin: 0 5px 0 5px;
  }
  #chat-widget .chat-widget-body .chat-header .chat-team .team-member img {
    height: 50px;
    border-radius: 100px;
  }
  #chat-widget .chat-widget-body .chat-header .chat-team .team-member div {
    color: #fff;
  }
  #chat-widget .chat-widget-body .chat-header .response-delay {
    color: #fff;
    margin-top: 20px;
    font-size: 12px;
  }
  #chat-widget .chat-widget-body .message-container {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 100px;
  }
  #chat-widget .chat-widget-body .message-container .chat-message {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #chat-widget .chat-widget-body .message-container .chat-message img {
    height: 35px;
    border-radius: 100px;
  }
  #chat-widget
    .chat-widget-body
    .message-container
    .chat-message
    .bubble-wrapper {
    width: 100%;
  }
  #chat-widget
    .chat-widget-body
    .message-container
    .chat-message
    .bubble-wrapper
    .chat-bubble {
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    border: 1px solid #ededed;
    position: relative;
    top: 30px;
  }
  #chat-widget
    .chat-widget-body
    .message-container
    .chat-message
    .bubble-wrapper
    .timestamp {
    position: relative;
    top: 8px;
    font-size: 11px;
    font-weight: 500;
    color: #999;
  }
  #chat-widget
    .chat-widget-body
    .message-container
    .chat-message.from
    .chat-bubble {
    margin-left: 20px;
    color: #fff;
    background: #8c8cf9;
    border-radius: 0 15px 15px 15px;
  }
  #chat-widget
    .chat-widget-body
    .message-container
    .chat-message.from
    .timestamp {
    right: 10px;
    float: right;
  }
  #chat-widget
    .chat-widget-body
    .message-container
    .chat-message.to
    .chat-bubble {
    margin-right: 20px;
    color: #fff;
    background: #8c8cf9;
    border: 1px solid #ededed;
    border-radius: 15px 0 15px 15px;
    text-align: left !important;
  }
  #chat-widget .chat-widget-body .message-container .chat-message.to .timestamp {
    left: 0;
    top: 23px;
  }
  #chat-widget .chat-widget-body .message-container::-webkit-scrollbar {
    width: 10px;
  }
  #chat-widget .chat-widget-body .message-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
  }
  #chat-widget .chat-widget-body .message-input {
    position: absolute;
    bottom: -5px !important;
    width: 100%;
  }
  #chat-widget .chat-widget-body .message-input textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px;
    padding-right: 100px;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    font-family: "intercom-font", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: none !important;
    resize: none;
    background-color: #fcfcfc;
  }
  #chat-widget .chat-widget-body .message-input textarea:focus {
    outline: none !important;
  }
  #chat-widget .chat-widget-body .message-input .message-options {
    position: absolute;
    right: 30px;
    top: 0;
  }
  #chat-widget .chat-widget-body .message-input .message-options .emoji-button {
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    opacity: 0.7;
    height: 55px;
    width: 30px;
  }
  #chat-widget
    .chat-widget-body
    .message-input
    .message-options
    .emoji-button:before {
    background-image: url(https://image.ibb.co/gH13KQ/emoji_icon.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    content: " ";
    width: 18px;
    height: 18px;
    left: 5px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    background-position: 50%;
  }
  #chat-widget .chat-widget-body .message-input .message-options .attach-button {
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    opacity: 0.7;
    height: 55px;
    width: 30px;
  }
  #chat-widget
    .chat-widget-body
    .message-input
    .message-options
    .attach-button:before {
    background-image: url(https://image.ibb.co/hSE165/attach_icon.png);
    background-size: 16px 18px;
    background-repeat: no-repeat;
    content: " ";
    width: 16px;
    height: 18px;
    left: 5px;
    position: absolute;
    top: 20px;
    background-position: 50%;
  }
  @media (max-width: 767px) {
    .chat-widget-body {
      height: 100% !important;
      width: 100% !important;
      top: 0 !important;
      left: 0 !important;
      border-radius: 0 !important;
      z-index: 99999 !important;
    }
    #bulchat.visible.close {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      visibility: hidden;
    }
  }
  a:not(.button).is-link {
    color: #8c8cf9 !important;
  }
  .subscription-combo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 0;
  }
  .subscription-combo .control input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    font-size: 1rem;
    height: 45px;
    padding-left: 45px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .subscription-combo .control input:focus {
    border-color: #8c8cf9;
  }
  .subscription-combo .control input:focus + .form-icon svg {
    stroke: #8c8cf9;
  }
  .subscription-combo .control .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subscription-combo .control .form-icon svg {
    height: 20px;
    width: 20px;
    stroke: #d4d4d4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .subscription-combo .combo-button {
    height: 48px;
    max-height: 48px;
    margin-left: 4px;
    padding-bottom: 8px;
  }
  .update-pill {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
    padding: 8px 12px 8px 8px;
    border-radius: 10px;
    font-family: "Roboto", sans-serif;
  }
  .update-pill .inner-tag {
    height: 26px;
    background: #8c8cf9;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0 8px;
    line-height: 2.2;
    border-radius: 8px;
  }
  .update-pill .inner-text {
    color: #8e9baf;
    font-size: 0.9rem;
    margin-left: 8px;
  }
  .search-box-wrapper {
    margin: 10px auto 40px auto;
    width: 100%;
    max-width: 940px;
    padding: 24px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 18px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .search-box-wrapper .search-box {
    height: 82px;
    padding: 10px 0 10px 10px;
    border-radius: 12px;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
  }
  .search-box-wrapper .search-box .search-button {
    width: 100%;
    height: 80px;
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    margin-top: -10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #8c8cf9;
  }
  .search-box-wrapper .search-box .search-button:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .search-box-wrapper .search-block,
  .search-box-wrapper .price-block {
    position: relative;
    width: 100%;
    height: 80px;
    margin-top: -10px;
    border-right: 1px solid #dee2e6;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .search-box-wrapper .search-block.focus,
  .search-box-wrapper .price-block.focus {
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  }
  .search-box-wrapper .price-block .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    border: 1px solid #b1b1b1;
    text-align: left;
    width: 100%;
    height: 100%;
    font-size: 1em;
    margin-right: 4px;
    color: #4c4c4c;
    padding: 0 0.825em;
    z-index: 0;
    border-radius: 0px;
    border: 0px;
  }
  .search-box-wrapper .price-block .button span {
    position: absolute;
    top: 40px;
    left: 10px;
    font-family: "Roboto", sans-serif;
    padding-bottom: 5px;
    font-size: 1.1rem;
    background: none;
    color: #8e9baf;
    width: 90%;
    height: 30px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
  }
  .search-box-wrapper .price-block .dropdown-container {
    padding-bottom: 0;
    width: 100%;
    border-radius: 0;
    border-top: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    font-size: 14px;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.172549) 0 6px 12px 0;
    box-shadow: rgba(0, 0, 0, 0.172549) 0 6px 12px 0;
    visibility: hidden;
  }
  .search-box-wrapper .price-block .dropdown-container.is-open {
    visibility: visible;
  }
  .search-box-wrapper .price-block .dropdown-container .dropdown {
    display: inline-block;
    margin: 0;
    border-top: 1px solid #ccc;
    width: 100%;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .range-container {
    height: 60px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #ccc;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .range-container
    .left-input {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
    z-index: 11;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .range-container
    .left-input
    input {
    width: 100%;
    max-width: 100% !important;
    line-height: 26px;
    height: 40px;
    padding-left: 6px;
    background-color: #fff;
    text-align: center;
    border: solid 1px #ccc;
    outline-width: 1px;
    outline-color: #009688;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .range-container
    .right-input {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
    z-index: 11;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .range-container
    .right-input
    input {
    width: 100%;
    max-width: 100% !important;
    line-height: 26px;
    height: 40px;
    padding-left: 6px;
    background-color: #fff;
    text-align: center;
    border: solid 1px #ccc;
    outline: none;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .range-container:before {
    content: "-";
    color: #ccc;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 2em;
    left: 0;
    z-index: 10;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .salary-options-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 10px 20px 10px;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .salary-options-container
    ul {
    height: 245px;
    overflow-y: auto;
    text-align: center;
    padding: 0;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .salary-options-container
    ul
    li {
    font-family: "Roboto", sans-serif;
    font-size: 0.95rem;
    width: 100%;
    height: 35px;
    min-width: 80px;
    line-height: 35px;
    border-radius: 8px;
    cursor: pointer;
    color: #8e9baf;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .salary-options-container
    ul
    li:not(.dark-text):hover {
    background: #8c8cf9;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    color: #fff;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .options-container {
    width: 100%;
    height: 178px;
    margin: 0px;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    overflow-y: auto;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .options-container
    p {
    font-weight: 500;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .options-container
    ul {
    min-height: 245px;
    list-style: none;
    padding-left: 0;
    margin: 0;
    background-color: #fff;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .options-container
    ul
    li {
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .options-container
    ul
    li:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  .search-box-wrapper
    .price-block
    .dropdown-container
    .dropdown
    .options-container
    ul.max-options
    li {
    padding-right: 15px;
    text-align: right;
  }
  .search-box-wrapper .search-label,
  .search-box-wrapper .price-label {
    position: absolute;
    top: 15px;
    left: 10px;
    font-family: "Roboto", sans-serif;
    color: #444f60;
    z-index: 999;
  }
  .search-box-wrapper .search-input {
    position: absolute;
    top: 40px;
    left: 10px;
    font-family: "Roboto", sans-serif;
    padding-bottom: 5px;
    font-size: 1.1rem;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: #8e9baf;
    width: 90%;
    height: 30px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
  }
  .search-box-wrapper .search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
  }
  .search-box-wrapper .search-input:focus {
    border-bottom-color: #8c8cf9;
  }
  .search-box-wrapper .checkbox input[type="checkbox"] {
    margin-left: 0px;
  }
  .search-box-wrapper .checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 12px;
    cursor: pointer;
  }
  .search-box-wrapper .checkbox > span {
    position: relative;
    top: 2px;
    font-size: 0.95rem;
    color: #8e9baf;
    margin-left: 4px;
  }
  .search-box-wrapper .checkbox .end {
    margin-left: auto;
  }
  .search-box-wrapper .checkbox .end img {
    display: block;
    height: 22px;
    width: 22px;
    min-width: 22px;
    border-radius: 50%;
  }
  .search-box-wrapper .checkbox input[type="checkbox"],
  .search-box-wrapper label input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
  }
  .search-box-wrapper .checkbox .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
  }
  .search-box-wrapper
    .checkbox
    input[type="checkbox"]:checked
    ~ .checkbox-material
    .check {
    color: #8c8cf9;
    padding: 1px 0 0px 1px;
    cursor: pointer;
  }
  .search-box-wrapper .checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    margin-right: 5px;
  }
  .search-box-wrapper
    .checkbox
    input[type="checkbox"]:checked
    ~ .checkbox-material
    .check:before {
    position: relative;
    top: -2px;
    color: #8c8cf9;
    font: normal normal normal 14px/1 FontAwesome;
    content: "";
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  @media (max-width: 767px) {
    .search-box-wrapper .search-box {
      height: auto;
      padding: 10px 8px;
    }
    .search-box-wrapper .search-box .search-block,
    .search-box-wrapper .search-box .price-block {
      border-right: none;
    }
    .search-box-wrapper .search-box .search-button {
      border-radius: 12px;
      margin-top: 12px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .search-box-wrapper .search-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .marquee-hero {
    height: auto !important;
    max-height: initial !important;
  }
  .marquee-container {
    position: relative;
    max-width: 980px;
    margin: 0 auto 1.5rem auto;
    padding: 4px 6px;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    z-index: 3;
  }
  .marquee-container.is-night {
    background: #000021;
    border-color: #00004f;
  }
  .marquee-container.is-night .marquee-item span {
    color: #fff;
  }
  .marquee {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 5;
  }
  .marquee.is-app-screens {
    max-width: 100%;
    padding: 0.5rem 0;
  }
  .marquee .marquee-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
  }
  .marquee .marquee-inner.is-auto {
    height: auto;
  }
  .marquee .marquee-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1rem;
  }
  .marquee .marquee-item:last-child {
    margin-right: 0;
  }
  .marquee .marquee-item.is-app-screen {
    margin: 0 0.5rem;
  }
  .marquee .marquee-item img {
    height: 26px;
    width: 26px;
    min-width: 26px;
    margin-right: 0.5rem;
  }
  .marquee .marquee-item img.app-screen {
    display: inline-block;
    height: auto;
    min-width: 460px;
    max-width: 460px;
    margin-right: 0;
    border-radius: 0.5rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.12);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.12);
  }
  .marquee .marquee-item span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .marquee .marquee-item span.positive {
    color: #06d6a0;
  }
  .marquee .marquee-item span.negative {
    color: #e62965;
  }
  @-webkit-keyframes scaleAnimation {
    0% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes scaleAnimation {
    0% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes drawCircle {
    0% {
      stroke-dashoffset: 151px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes drawCircle {
    0% {
      stroke-dashoffset: 151px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes drawCheck {
    0% {
      stroke-dashoffset: 36px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes drawCheck {
    0% {
      stroke-dashoffset: 36px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeInUp {
    from {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
      opacity: 0;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  .SuccessAnimation-box {
    min-height: 70px;
    min-width: 70px;
    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;
  }
  .SuccessAnimation.is-primary .SuccessAnimationCircle,
  .SuccessAnimation.is-primary .SuccessAnimationCheck {
    stroke: #8c8cf9;
  }
  .SuccessAnimation.is-primary .SuccessAnimationResult {
    fill: #8c8cf9;
  }
  .SuccessAnimation.is-success .SuccessAnimationCircle,
  .SuccessAnimation.is-success .SuccessAnimationCheck {
    stroke: #7f00ff;
  }
  .SuccessAnimation.is-success .SuccessAnimationResult {
    fill: #7f00ff;
  }
  .SuccessAnimation .SuccessAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #ad5cff;
  }
  .SuccessAnimation .SuccessAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #ad5cff;
  }
  .SuccessAnimation .SuccessAnimationResult {
    fill: #ad5cff;
    opacity: 0;
  }
  .SuccessAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation;
  }
  .SuccessAnimation.animated .SuccessAnimationCircle {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,
      0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,
      0.3s linear 0.9s 1 both fadeOut;
  }
  .SuccessAnimation.animated .SuccessAnimationCheck {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,
      0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,
      0.3s linear 0.9s 1 both fadeOut;
  }
  .SuccessAnimation.animated .SuccessAnimationResult {
    -webkit-animation: 0.3s linear 0.9s both fadeIn;
    animation: 0.3s linear 0.9s both fadeIn;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .featured-svg {
    max-width: 450px;
  }
  .featured-svg.is-large {
    max-width: 540px;
  }
  .featured-svg-lg {
    max-width: 550px;
    max-height: 550px;
  }
  .vivus-svg {
    max-height: 450px;
    width: 450px;
  }
  @media (max-width: 767px) {
    .featured-svg,
    .featured-svg-lg {
      max-width: 100% !important;
    }
  }
  .dotted-app {
    display: block;
    max-width: 940px;
    margin: 40px auto 0 auto;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .mockup-dots .dot {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    background-color: #8c8cf9;
    z-index: 5;
  }
  .mockup-dots .dot:before {
    position: absolute;
    background: #8c8cf9;
    content: "";
    top: 0;
    left: 0;
    border: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-animation: dotPulse 2s ease-out infinite;
    animation: dotPulse 2s ease-out infinite;
  }
  .mockup-dots .dot.first {
    top: 42%;
    left: 20%;
  }
  .mockup-dots .dot.first:hover + .dot-tip.tip-first {
    display: block;
  }
  .mockup-dots .dot.second {
    top: 65%;
    left: 20%;
  }
  .mockup-dots .dot.second:hover + .dot-tip.tip-second {
    display: block;
  }
  .mockup-dots .dot.third {
    top: 55%;
    right: 20%;
  }
  .mockup-dots .dot.third:hover + .dot-tip.tip-third {
    display: block;
  }
  .mockup-dots .dot-tip {
    padding: 15px 20px;
    background-color: #8c8cf9;
    color: #fff;
    border-radius: 10px 10px 0 10px;
    font-size: 13px;
    display: none;
    z-index: 4;
  }
  .mockup-dots .dot-tip.tip-first {
    position: absolute;
    top: 38%;
    left: 0;
  }
  .mockup-dots .dot-tip.tip-second {
    position: absolute;
    top: 60%;
    left: 0;
  }
  .mockup-dots .dot-tip.tip-third {
    position: absolute;
    top: 50%;
    right: 24%;
  }
  @media (max-width: 767px) {
    .dotted-app {
      max-width: 100%;
    }
  }
  @media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: portrait) {
    .dotted-app {
      max-width: 100%;
    }
  }
  .mockup-wrap .image-wrap {
    max-width: 840px;
    margin: 0 auto;
  }
  .mockup-wrap .image-wrap img {
    display: block;
    width: 100%;
  }
  .mockup-wrap .image-wrap img.full-image {
    border: 1px solid #dbdbdb;
    border-radius: 1.25rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    max-width: 680px;
    margin: 0 auto 40px auto;
  }
  .mockup-wrap .image-wrap img.full-image-minimal {
    max-width: 680px;
    margin: 0 auto 40px auto;
  }
  .mockup-wrap .image-wrap .app-features {
    max-width: 640px;
    margin: 0 auto;
  }
  .mockup-wrap .image-wrap .app-features.is-pulled {
    margin-top: -30px;
  }
  .mockup-wrap .image-wrap .app-features .content-flex h5 {
    margin-bottom: 0.35rem;
  }
  .mockup-wrap .image-wrap .app-features .content-flex p {
    color: #999;
    font-size: 0.9rem;
  }
  .mockup-wrap .image-wrap .app-features .content-flex i {
    color: #8c8cf9;
  }
  .blob-figure {
    position: relative;
  }
  .blob-figure .morphing-blob-wrapper {
    position: absolute;
  }
  .blob-figure .morphing-blob-wrapper.sub-blob-1 {
    top: -130px;
    left: -120px;
  }
  .blob-figure .morphing-blob-wrapper.sub-blob-2 {
    bottom: -130px;
    right: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .blob-figure .morphing-blob-wrapper.sub-blob-3 {
    top: -180px;
    right: -200px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  .hero-figure {
    position: relative;
  }
  .hero-figure.is-pushed {
    top: 60px;
  }
  .mockup-section {
    padding: 5rem 1.5rem !important;
  }
  .mockup-section .app-mockup {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    margin-top: 5%;
    z-index: 2;
  }
  .mockup-section .hr-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1096px;
    width: 100%;
    z-index: 0;
  }
  .featured-ui {
    max-height: 500px;
    display: block;
    margin: 0 auto;
  }
  .rounded-app {
    position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 1.25rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .hero-app {
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .hero-app img {
    border-radius: 4px;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
  }
  .hero-image {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  @media (max-width: 767px) {
    .hero-image {
      max-width: 375px;
    }
    .mockup-section .app-mockup {
      max-width: 100%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .mockup-section .app-mockup {
      max-width: 100%;
    }
  }
  .showcase-text-wrapper {
    padding: 0 40px;
  }
  .showcase-wrapper {
    position: relative;
  }
  .showcase-wrapper .showcase-wrap {
    width: 100%;
    height: 100%;
  }
  .showcase-wrapper .showcase-wrap .app-showcase {
    border-radius: 4px;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .showcase-wrapper .showcase-wrap.is-active .app-showcase {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    position: relative;
    z-index: 0;
  }
  .slide-control {
    max-width: 350px;
    margin: 60px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slide-control .slide-dot {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .slide-control .slide-dot img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ededed;
  }
  .slide-control .slide-dot.is-active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .slide-control .slide-dot.is-active img {
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
  }
  @media only screen and (max-width: 767px) {
    .hero-figure.is-pushed {
      top: -80px !important;
    }
    .slide-control {
      margin: 0 auto;
    }
    .showcase-text-wrapper {
      padding: 0;
      text-align: center;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .hero-figure.is-pushed {
      top: -80px !important;
    }
    .showcase-text-wrapper {
      text-align: center;
    }
    .slide-control {
      margin: 30px auto;
    }
  }
  .app-wrapper {
    padding: 80px 0 0 0;
  }
  .app-wrapper .app-features {
    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;
    max-width: 640px;
    margin: 0 auto;
  }
  .app-wrapper .app-features .app-feature {
    text-align: center;
    width: 25%;
  }
  .app-wrapper .app-features .app-feature img {
    display: block;
    max-width: 48px;
    margin: 0 auto 12px auto;
  }
  .app-wrapper .app-features .app-feature h3 {
    font-weight: 600;
    color: #444f60;
    margin-left: 12px;
    padding-bottom: 24px;
    border-bottom: 2px solid #c2c2c2;
  }
  .app-wrapper .mockup-wrapper {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 60px;
  }
  .app-wrapper .mockup-wrapper img {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    border-radius: 6px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    z-index: 3;
  }
  @media (max-width: 767px) {
    .app-wrapper .mockup-wrapper {
      padding: 10px;
      margin-top: 30px;
    }
    .app-wrapper .app-features .app-feature h3 {
      margin-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .app-features {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .app-features .column {
      width: 50%;
      min-width: 50%;
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
    }
  }
  #geo-canvas {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: visible;
    position: absolute;
    top: 10%;
  }
  .starfall {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 0;
  }
  .starfall .falling-star {
    width: 8px;
    height: 8px;
    background: #8c8cf9;
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
  }
  .falling-star:nth-child(1) {
    -webkit-transform: translateX(70vw) translateY(-8px);
    transform: translateX(70vw) translateY(-8px);
    -webkit-animation: anim1 4s infinite;
    animation: anim1 4s infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  @-webkit-keyframes anim1 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(90vw) translateY(100vh);
      transform: translateX(90vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim1 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(90vw) translateY(100vh);
      transform: translateX(90vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(2) {
    -webkit-transform: translateX(12vw) translateY(-8px);
    transform: translateX(12vw) translateY(-8px);
    -webkit-animation: anim2 4s infinite;
    animation: anim2 4s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  @-webkit-keyframes anim2 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(32vw) translateY(100vh);
      transform: translateX(32vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim2 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(32vw) translateY(100vh);
      transform: translateX(32vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(3) {
    -webkit-transform: translateX(71vw) translateY(-8px);
    transform: translateX(71vw) translateY(-8px);
    -webkit-animation: anim3 4s infinite;
    animation: anim3 4s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  @-webkit-keyframes anim3 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(91vw) translateY(100vh);
      transform: translateX(91vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim3 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(91vw) translateY(100vh);
      transform: translateX(91vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(4) {
    -webkit-transform: translateX(11vw) translateY(-8px);
    transform: translateX(11vw) translateY(-8px);
    -webkit-animation: anim4 4s infinite;
    animation: anim4 4s infinite;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  @-webkit-keyframes anim4 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(31vw) translateY(100vh);
      transform: translateX(31vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim4 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(31vw) translateY(100vh);
      transform: translateX(31vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(5) {
    -webkit-transform: translateX(7vw) translateY(-8px);
    transform: translateX(7vw) translateY(-8px);
    -webkit-animation: anim5 4s infinite;
    animation: anim5 4s infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  @-webkit-keyframes anim5 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(27vw) translateY(100vh);
      transform: translateX(27vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim5 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(27vw) translateY(100vh);
      transform: translateX(27vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(6) {
    -webkit-transform: translateX(72vw) translateY(-8px);
    transform: translateX(72vw) translateY(-8px);
    -webkit-animation: anim6 4s infinite;
    animation: anim6 4s infinite;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
  }
  @-webkit-keyframes anim6 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(92vw) translateY(100vh);
      transform: translateX(92vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim6 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(92vw) translateY(100vh);
      transform: translateX(92vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(7) {
    -webkit-transform: translateX(82vw) translateY(-8px);
    transform: translateX(82vw) translateY(-8px);
    -webkit-animation: anim7 4s infinite;
    animation: anim7 4s infinite;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
  }
  @-webkit-keyframes anim7 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(102vw) translateY(100vh);
      transform: translateX(102vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim7 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(102vw) translateY(100vh);
      transform: translateX(102vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(8) {
    -webkit-transform: translateX(77vw) translateY(-8px);
    transform: translateX(77vw) translateY(-8px);
    -webkit-animation: anim8 4s infinite;
    animation: anim8 4s infinite;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
  }
  @-webkit-keyframes anim8 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(97vw) translateY(100vh);
      transform: translateX(97vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim8 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(97vw) translateY(100vh);
      transform: translateX(97vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(9) {
    -webkit-transform: translateX(90vw) translateY(-8px);
    transform: translateX(90vw) translateY(-8px);
    -webkit-animation: anim9 4s infinite;
    animation: anim9 4s infinite;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
  }
  @-webkit-keyframes anim9 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(110vw) translateY(100vh);
      transform: translateX(110vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim9 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(110vw) translateY(100vh);
      transform: translateX(110vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(10) {
    -webkit-transform: translateX(72vw) translateY(-8px);
    transform: translateX(72vw) translateY(-8px);
    -webkit-animation: anim10 4s infinite;
    animation: anim10 4s infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  @-webkit-keyframes anim10 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(92vw) translateY(100vh);
      transform: translateX(92vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim10 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(92vw) translateY(100vh);
      transform: translateX(92vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(11) {
    -webkit-transform: translateX(68vw) translateY(-8px);
    transform: translateX(68vw) translateY(-8px);
    -webkit-animation: anim11 4s infinite;
    animation: anim11 4s infinite;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
  }
  @-webkit-keyframes anim11 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(88vw) translateY(100vh);
      transform: translateX(88vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim11 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(88vw) translateY(100vh);
      transform: translateX(88vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(12) {
    -webkit-transform: translateX(19vw) translateY(-8px);
    transform: translateX(19vw) translateY(-8px);
    -webkit-animation: anim12 4s infinite;
    animation: anim12 4s infinite;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
  }
  @-webkit-keyframes anim12 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(39vw) translateY(100vh);
      transform: translateX(39vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim12 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(39vw) translateY(100vh);
      transform: translateX(39vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(13) {
    -webkit-transform: translateX(45vw) translateY(-8px);
    transform: translateX(45vw) translateY(-8px);
    -webkit-animation: anim13 4s infinite;
    animation: anim13 4s infinite;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
  }
  @-webkit-keyframes anim13 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(65vw) translateY(100vh);
      transform: translateX(65vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim13 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(65vw) translateY(100vh);
      transform: translateX(65vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(14) {
    -webkit-transform: translateX(44vw) translateY(-8px);
    transform: translateX(44vw) translateY(-8px);
    -webkit-animation: anim14 4s infinite;
    animation: anim14 4s infinite;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
  }
  @-webkit-keyframes anim14 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(64vw) translateY(100vh);
      transform: translateX(64vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim14 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(64vw) translateY(100vh);
      transform: translateX(64vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(15) {
    -webkit-transform: translateX(25vw) translateY(-8px);
    transform: translateX(25vw) translateY(-8px);
    -webkit-animation: anim15 4s infinite;
    animation: anim15 4s infinite;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
  }
  @-webkit-keyframes anim15 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(45vw) translateY(100vh);
      transform: translateX(45vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim15 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(45vw) translateY(100vh);
      transform: translateX(45vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(16) {
    -webkit-transform: translateX(57vw) translateY(-8px);
    transform: translateX(57vw) translateY(-8px);
    -webkit-animation: anim16 4s infinite;
    animation: anim16 4s infinite;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
  }
  @-webkit-keyframes anim16 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(77vw) translateY(100vh);
      transform: translateX(77vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim16 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(77vw) translateY(100vh);
      transform: translateX(77vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(17) {
    -webkit-transform: translateX(44vw) translateY(-8px);
    transform: translateX(44vw) translateY(-8px);
    -webkit-animation: anim17 4s infinite;
    animation: anim17 4s infinite;
    -webkit-animation-delay: 5.1s;
    animation-delay: 5.1s;
  }
  @-webkit-keyframes anim17 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(64vw) translateY(100vh);
      transform: translateX(64vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim17 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(64vw) translateY(100vh);
      transform: translateX(64vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(18) {
    -webkit-transform: translateX(56vw) translateY(-8px);
    transform: translateX(56vw) translateY(-8px);
    -webkit-animation: anim18 4s infinite;
    animation: anim18 4s infinite;
    -webkit-animation-delay: 5.4s;
    animation-delay: 5.4s;
  }
  @-webkit-keyframes anim18 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(76vw) translateY(100vh);
      transform: translateX(76vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim18 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(76vw) translateY(100vh);
      transform: translateX(76vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(19) {
    -webkit-transform: translateX(97vw) translateY(-8px);
    transform: translateX(97vw) translateY(-8px);
    -webkit-animation: anim19 4s infinite;
    animation: anim19 4s infinite;
    -webkit-animation-delay: 5.7s;
    animation-delay: 5.7s;
  }
  @-webkit-keyframes anim19 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(117vw) translateY(100vh);
      transform: translateX(117vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim19 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(117vw) translateY(100vh);
      transform: translateX(117vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(20) {
    -webkit-transform: translateX(26vw) translateY(-8px);
    transform: translateX(26vw) translateY(-8px);
    -webkit-animation: anim20 4s infinite;
    animation: anim20 4s infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
  }
  @-webkit-keyframes anim20 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(46vw) translateY(100vh);
      transform: translateX(46vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim20 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(46vw) translateY(100vh);
      transform: translateX(46vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(21) {
    -webkit-transform: translateX(93vw) translateY(-8px);
    transform: translateX(93vw) translateY(-8px);
    -webkit-animation: anim21 4s infinite;
    animation: anim21 4s infinite;
    -webkit-animation-delay: 6.3s;
    animation-delay: 6.3s;
  }
  @-webkit-keyframes anim21 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(113vw) translateY(100vh);
      transform: translateX(113vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim21 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(113vw) translateY(100vh);
      transform: translateX(113vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(22) {
    -webkit-transform: translateX(29vw) translateY(-8px);
    transform: translateX(29vw) translateY(-8px);
    -webkit-animation: anim22 4s infinite;
    animation: anim22 4s infinite;
    -webkit-animation-delay: 6.6s;
    animation-delay: 6.6s;
  }
  @-webkit-keyframes anim22 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(49vw) translateY(100vh);
      transform: translateX(49vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim22 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(49vw) translateY(100vh);
      transform: translateX(49vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(23) {
    -webkit-transform: translateX(58vw) translateY(-8px);
    transform: translateX(58vw) translateY(-8px);
    -webkit-animation: anim23 4s infinite;
    animation: anim23 4s infinite;
    -webkit-animation-delay: 6.9s;
    animation-delay: 6.9s;
  }
  @-webkit-keyframes anim23 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(78vw) translateY(100vh);
      transform: translateX(78vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim23 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(78vw) translateY(100vh);
      transform: translateX(78vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(24) {
    -webkit-transform: translateX(6vw) translateY(-8px);
    transform: translateX(6vw) translateY(-8px);
    -webkit-animation: anim24 4s infinite;
    animation: anim24 4s infinite;
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s;
  }
  @-webkit-keyframes anim24 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(26vw) translateY(100vh);
      transform: translateX(26vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim24 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(26vw) translateY(100vh);
      transform: translateX(26vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(25) {
    -webkit-transform: translateX(35vw) translateY(-8px);
    transform: translateX(35vw) translateY(-8px);
    -webkit-animation: anim25 4s infinite;
    animation: anim25 4s infinite;
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
  }
  @-webkit-keyframes anim25 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(55vw) translateY(100vh);
      transform: translateX(55vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim25 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(55vw) translateY(100vh);
      transform: translateX(55vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(26) {
    -webkit-transform: translateX(35vw) translateY(-8px);
    transform: translateX(35vw) translateY(-8px);
    -webkit-animation: anim26 4s infinite;
    animation: anim26 4s infinite;
    -webkit-animation-delay: 7.8s;
    animation-delay: 7.8s;
  }
  @-webkit-keyframes anim26 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(55vw) translateY(100vh);
      transform: translateX(55vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim26 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(55vw) translateY(100vh);
      transform: translateX(55vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(27) {
    -webkit-transform: translateX(61vw) translateY(-8px);
    transform: translateX(61vw) translateY(-8px);
    -webkit-animation: anim27 4s infinite;
    animation: anim27 4s infinite;
    -webkit-animation-delay: 8.1s;
    animation-delay: 8.1s;
  }
  @-webkit-keyframes anim27 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(81vw) translateY(100vh);
      transform: translateX(81vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim27 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(81vw) translateY(100vh);
      transform: translateX(81vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(28) {
    -webkit-transform: translateX(87vw) translateY(-8px);
    transform: translateX(87vw) translateY(-8px);
    -webkit-animation: anim28 4s infinite;
    animation: anim28 4s infinite;
    -webkit-animation-delay: 8.4s;
    animation-delay: 8.4s;
  }
  @-webkit-keyframes anim28 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(107vw) translateY(100vh);
      transform: translateX(107vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim28 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(107vw) translateY(100vh);
      transform: translateX(107vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(29) {
    -webkit-transform: translateX(48vw) translateY(-8px);
    transform: translateX(48vw) translateY(-8px);
    -webkit-animation: anim29 4s infinite;
    animation: anim29 4s infinite;
    -webkit-animation-delay: 8.7s;
    animation-delay: 8.7s;
  }
  @-webkit-keyframes anim29 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(68vw) translateY(100vh);
      transform: translateX(68vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim29 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(68vw) translateY(100vh);
      transform: translateX(68vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(30) {
    -webkit-transform: translateX(19vw) translateY(-8px);
    transform: translateX(19vw) translateY(-8px);
    -webkit-animation: anim30 4s infinite;
    animation: anim30 4s infinite;
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
  }
  @-webkit-keyframes anim30 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(39vw) translateY(100vh);
      transform: translateX(39vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim30 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(39vw) translateY(100vh);
      transform: translateX(39vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(31) {
    -webkit-transform: translateX(59vw) translateY(-8px);
    transform: translateX(59vw) translateY(-8px);
    -webkit-animation: anim31 4s infinite;
    animation: anim31 4s infinite;
    -webkit-animation-delay: 9.3s;
    animation-delay: 9.3s;
  }
  @-webkit-keyframes anim31 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(79vw) translateY(100vh);
      transform: translateX(79vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim31 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(79vw) translateY(100vh);
      transform: translateX(79vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(32) {
    -webkit-transform: translateX(41vw) translateY(-8px);
    transform: translateX(41vw) translateY(-8px);
    -webkit-animation: anim32 4s infinite;
    animation: anim32 4s infinite;
    -webkit-animation-delay: 9.6s;
    animation-delay: 9.6s;
  }
  @-webkit-keyframes anim32 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(61vw) translateY(100vh);
      transform: translateX(61vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim32 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(61vw) translateY(100vh);
      transform: translateX(61vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(33) {
    -webkit-transform: translateX(6vw) translateY(-8px);
    transform: translateX(6vw) translateY(-8px);
    -webkit-animation: anim33 4s infinite;
    animation: anim33 4s infinite;
    -webkit-animation-delay: 9.9s;
    animation-delay: 9.9s;
  }
  @-webkit-keyframes anim33 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(26vw) translateY(100vh);
      transform: translateX(26vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim33 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(26vw) translateY(100vh);
      transform: translateX(26vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(34) {
    -webkit-transform: translateX(53vw) translateY(-8px);
    transform: translateX(53vw) translateY(-8px);
    -webkit-animation: anim34 4s infinite;
    animation: anim34 4s infinite;
    -webkit-animation-delay: 10.2s;
    animation-delay: 10.2s;
  }
  @-webkit-keyframes anim34 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(73vw) translateY(100vh);
      transform: translateX(73vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim34 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(73vw) translateY(100vh);
      transform: translateX(73vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(35) {
    -webkit-transform: translateX(7vw) translateY(-8px);
    transform: translateX(7vw) translateY(-8px);
    -webkit-animation: anim35 4s infinite;
    animation: anim35 4s infinite;
    -webkit-animation-delay: 10.5s;
    animation-delay: 10.5s;
  }
  @-webkit-keyframes anim35 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(27vw) translateY(100vh);
      transform: translateX(27vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim35 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(27vw) translateY(100vh);
      transform: translateX(27vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(36) {
    -webkit-transform: translateX(96vw) translateY(-8px);
    transform: translateX(96vw) translateY(-8px);
    -webkit-animation: anim36 4s infinite;
    animation: anim36 4s infinite;
    -webkit-animation-delay: 10.8s;
    animation-delay: 10.8s;
  }
  @-webkit-keyframes anim36 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(116vw) translateY(100vh);
      transform: translateX(116vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim36 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(116vw) translateY(100vh);
      transform: translateX(116vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(37) {
    -webkit-transform: translateX(10vw) translateY(-8px);
    transform: translateX(10vw) translateY(-8px);
    -webkit-animation: anim37 4s infinite;
    animation: anim37 4s infinite;
    -webkit-animation-delay: 11.1s;
    animation-delay: 11.1s;
  }
  @-webkit-keyframes anim37 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(30vw) translateY(100vh);
      transform: translateX(30vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim37 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(30vw) translateY(100vh);
      transform: translateX(30vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(38) {
    -webkit-transform: translateX(68vw) translateY(-8px);
    transform: translateX(68vw) translateY(-8px);
    -webkit-animation: anim38 4s infinite;
    animation: anim38 4s infinite;
    -webkit-animation-delay: 11.4s;
    animation-delay: 11.4s;
  }
  @-webkit-keyframes anim38 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(88vw) translateY(100vh);
      transform: translateX(88vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim38 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(88vw) translateY(100vh);
      transform: translateX(88vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(39) {
    -webkit-transform: translateX(10vw) translateY(-8px);
    transform: translateX(10vw) translateY(-8px);
    -webkit-animation: anim39 4s infinite;
    animation: anim39 4s infinite;
    -webkit-animation-delay: 11.7s;
    animation-delay: 11.7s;
  }
  @-webkit-keyframes anim39 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(30vw) translateY(100vh);
      transform: translateX(30vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim39 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(30vw) translateY(100vh);
      transform: translateX(30vw) translateY(100vh);
      opacity: 0;
    }
  }
  .falling-star:nth-child(40) {
    -webkit-transform: translateX(64vw) translateY(-8px);
    transform: translateX(64vw) translateY(-8px);
    -webkit-animation: anim40 4s infinite;
    animation: anim40 4s infinite;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
  }
  @-webkit-keyframes anim40 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(84vw) translateY(100vh);
      transform: translateX(84vw) translateY(100vh);
      opacity: 0;
    }
  }
  @keyframes anim40 {
    10% {
      opacity: 0.5;
    }
    12% {
      opacity: 1;
      -webkit-box-shadow: 0 0 3px 0 #fff;
      box-shadow: 0 0 3px 0 #fff;
    }
    15% {
      opacity: 0.5;
    }
    50% {
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(84vw) translateY(100vh);
      transform: translateX(84vw) translateY(100vh);
      opacity: 0;
    }
  }
  @-webkit-keyframes move {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 0;
    }
    10%,
    90% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(45vw);
      transform: translateY(45vw);
      opacity: 0;
    }
  }
  @keyframes move {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 0;
    }
    10%,
    90% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(45vw);
      transform: translateY(45vw);
      opacity: 0;
    }
  }
  .ref-tabs ul,
  .ref-tabs li a {
    border-bottom: none !important;
  }
  .ref-tabs img {
    display: block;
    width: 100%;
    max-width: 110px;
    max-height: 70px;
  }
  .floating-bubbles .bubble img {
    height: 100px;
    position: absolute;
  }
  .floating-bubbles .bubble img.bubble-1st {
    left: 20%;
    top: -5%;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .floating-bubbles .bubble img.bubble-2nd {
    left: 50%;
    top: 25%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .floating-bubbles .bubble img.bubble-3rd {
    left: 15%;
    top: 75%;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
  }
  .floating-bubbles .bubble img.bubble-4th {
    right: 15%;
    top: -15%;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
  }
  .floating-bubbles .bubble img.bubble-5th {
    right: 15%;
    top: -15%;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
  }
  .floating-bubbles .bubble img.bubble-6th {
    right: 50%;
    top: 20%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .floating-bubbles .bubble img.bubble-7th {
    right: 10%;
    top: -80%;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .floating-bubbles .bubble img.bubble-8th {
    left: 10%;
    top: -7%;
    -webkit-animation-delay: 5.3s;
    animation-delay: 5.3s;
  }
  .floating-bubbles .bubble img.bubble-9th {
    left: 30%;
    top: 80%;
    -webkit-animation-delay: 5.3s;
    animation-delay: 5.3s;
  }
  .floating-avatars .avatar {
    height: 60px;
    border-radius: 100px;
    position: absolute;
  }
  .floating-avatars .avatar.avatar-1st {
    left: 50%;
    top: 64%;
  }
  .floating-avatars .avatar.avatar-2nd {
    height: 40px;
    left: 80%;
    top: 45%;
  }
  .floating-avatars .avatar.avatar-3rd {
    height: 50px;
    left: 68%;
    top: 60%;
  }
  .floating-avatars .avatar.avatar-4th {
    left: 90%;
    top: 75%;
  }
  .floating-avatars .avatar.avatar-5th {
    height: 50px;
    left: 33%;
    top: 55%;
  }
  .floating-avatars .avatar.avatar-6th {
    left: 20%;
    top: 69%;
    z-index: 2;
  }
  .floating-avatars .avatar.avatar-7th {
    height: 40px;
    left: 8%;
    top: 45%;
  }
  .city-container img {
    display: block;
  }
  .conditions {
    position: relative;
    top: 12px;
    font-size: 85%;
    margin-left: 15px;
    color: #fff;
  }
  .tabbed-features .navigation-tabs {
    margin-bottom: 40px;
  }
  .tabbed-features .navtab-content .inner-content {
    padding: 20px;
  }
  .tabbed-features .navtab-content .inner-content .feature-headline {
    font-size: 1.75rem;
  }
  .tabbed-features .navtab-content .inner-content p {
    margin-bottom: 12px;
  }
  .square {
    position: absolute;
  }
  .square.square-1 {
    bottom: 60px;
    right: 5%;
    height: 80px;
    width: 80px;
    border-radius: 12px;
    opacity: 0.5;
    background: #fff;
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    z-index: 2;
  }
  .square.square-2 {
    bottom: 50px;
    right: 25%;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    opacity: 0.7;
    background: #f7f7ff;
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    z-index: 2;
  }
  .square.square-3 {
    bottom: 160px;
    right: -22px;
    height: 180px;
    width: 180px;
    border-radius: 36px;
    background: #8c8cf9;
    opacity: 0.2;
    -webkit-transform: rotate(24deg);
    transform: rotate(38deg);
    z-index: 2;
  }
  .square.square-4 {
    top: 20px;
    left: 30%;
    height: 80px;
    width: 80px;
    border-radius: 16px;
    opacity: 0.5;
    background: #8c8cf9;
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    z-index: 2;
  }
  .square.square-5 {
    top: 220px;
    left: 20%;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    opacity: 0.7;
    background: #f7f7ff;
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    z-index: 2;
  }
  .square.square-6 {
    top: 60px;
    right: 10%;
    height: 40px;
    width: 40px;
    opacity: 0.5;
    border: 2px solid #8c8cf9;
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    z-index: 2;
  }
  .square.square-7 {
    top: 80px;
    left: 15%;
    height: 30px;
    width: 30px;
    opacity: 0.5;
    border: 2px solid #8c8cf9;
    -webkit-transform: rotate(146deg);
    transform: rotate(146deg);
    z-index: 2;
  }
  @media (max-width: 767px) {
    .square.square-1 {
      bottom: -25px;
      height: 40px;
      width: 40px;
    }
    .square.square-2 {
      bottom: 23px;
      right: 25%;
      height: 25px;
      width: 25px;
      border-radius: 7px;
    }
    .square.square-4 {
      top: 8px;
      left: 30%;
      height: 50px;
      width: 50px;
      border-radius: 11px;
    }
    .square.square-5 {
      top: 207px;
      height: 24px;
      width: 24px;
      border-radius: 7px;
    }
    .square.square-6 {
      top: 100px;
      right: 10%;
      height: 20px;
      width: 20px;
    }
    .square.square-7 {
      display: none;
    }
  }
  .has-background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .has-background-image.is-contain {
    background-size: contain;
    background-repeat: repeat;
  }
  .partner-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .partner-logos img {
    display: block;
    height: 80px;
    margin: 0 25px;
  }
  .blob-1 {
    position: absolute;
    top: 10%;
    right: -290px;
    width: 280px;
    z-index: 0;
    opacity: 0.15;
  }
  .blob-2 {
    position: absolute;
    top: 10%;
    left: -190px;
    width: 380px;
    z-index: 0;
    opacity: 0.15;
  }
  .blob-3 {
    position: absolute;
    top: -80px;
    left: -120px;
    width: 90px;
    z-index: 0;
    opacity: 0.15;
  }
  .blob-4 {
    position: absolute;
    top: -82px;
    left: 180px;
    width: 130px;
    z-index: 0;
    opacity: 0.15;
  }
  .blob-5 {
    position: absolute;
    bottom: 50px;
    right: -104px;
    width: 130px;
    z-index: 0;
    opacity: 0.15;
  }
  .morphing-blob-wrapper svg,
  .morphing-blob-wrapper svg circle {
    fill: #8c8cf9;
  }
  @-webkit-keyframes from0to360 {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes from0to360 {
    from {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .morphing-blob-wrapper .Circle1 {
    -webkit-animation: from0to360 3s linear infinite;
    animation: from0to360 3s linear infinite;
    cx: 150;
    cy: 145;
    r: 100;
    -webkit-transform-origin: 145px 150px;
    transform-origin: 145px 150px;
  }
  @-webkit-keyframes from360to0 {
    from {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes from360to0 {
    from {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  .morphing-blob-wrapper .Circle2 {
    -webkit-animation: from360to0 4s linear infinite;
    animation: from360to0 4s linear infinite;
    cx: 150;
    cy: 155;
    r: 100;
    -webkit-transform-origin: 155px 150px;
    transform-origin: 155px 150px;
  }
  .morphing-blob-wrapper .Circle3 {
    -webkit-animation: from0to360 5s linear infinite;
    animation: from0to360 5s linear infinite;
    cx: 145;
    cy: 150;
    r: 100;
    -webkit-transform-origin: 150px 145px;
    transform-origin: 150px 145px;
  }
  .morphing-blob-wrapper .Circle4 {
    -webkit-animation: from360to0 4.5s linear infinite;
    animation: from360to0 4.5s linear infinite;
    cx: 155;
    cy: 150;
    r: 100;
    -webkit-transform-origin: 150px 155px;
    transform-origin: 150px 155px;
  }
  .masked-image {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
  }
  .masked-image .main-image {
    display: block;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  .masked-image .image-mask {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .masked-image .dot {
    position: absolute;
    height: 48px;
    width: 48px;
    border-radius: 50%;
  }
  .masked-image .dot.dot-primary {
    background: #8c8cf9;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .masked-image .dot.dot-success {
    background: #06d6a0;
    -webkit-box-shadow: 0 14px 26px -12px rgba(6, 214, 160, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(6, 214, 160, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(6, 214, 160, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(6, 214, 160, 0.2) !important;
  }
  .masked-image .dot.dot-info {
    background: #039be5;
    -webkit-box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(3, 155, 229, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 155, 229, 0.2) !important;
  }
  .masked-image .dot.dot-1 {
    bottom: 20%;
    left: 5%;
  }
  .masked-image .dot.dot-2 {
    bottom: 20%;
    right: 2%;
    height: 54px;
    width: 54px;
  }
  .masked-image .dot.dot-3 {
    bottom: 10%;
    height: 32px;
    width: 32px;
    left: 15%;
  }
  .masked-image .dot.dot-4 {
    top: 20%;
    left: 5%;
  }
  .masked-image .dot.dot-5 {
    bottom: 22%;
    right: 5%;
    height: 54px;
    width: 54px;
  }
  .masked-image .dot.dot-6 {
    top: 15%;
    left: 2%;
  }
  @media only screen and (max-width: 1024px) {
    .masked-image .main-image {
      -webkit-transform: scale(0.99);
      transform: scale(0.99);
    }
  }
  .featured-image-medium {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
  .featured-image-large {
    display: block;
    max-width: 580px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 767px) {
    .featured-image-medium,
    .featured-image-large {
      max-width: 100%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .stories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .stories .column {
      min-width: 50%;
    }
  }
  .section-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 650px;
  }
  .section-wrap.is-skewed-sm {
    -webkit-transform: skew(0deg, -3deg) translate(0, -45px);
    transform: skew(0deg, -3deg) translate(0, -45px);
  }
  .section-wrap.is-skewed-sm .container {
    -webkit-transform: skew(0deg, 3deg) translate(0, 45px);
    transform: skew(0deg, 3deg) translate(0, 45px);
    margin-top: -60px;
  }
  .section-wrap .section.image-section {
    width: 50%;
    padding-left: 10%;
    padding-right: 5%;
    background: #252f3e;
  }
  .section-wrap .section.image-section .title,
  .section-wrap .section.image-section .subtitle,
  .section-wrap .section.image-section p {
    color: #fff;
  }
  .section-wrap .section.image-section .title-wrap h3 {
    margin-left: 0 !important;
  }
  .section-wrap .section.image-section .support-features {
    padding: 16px 0;
  }
  .section-wrap .section.image-section .support-features > p {
    margin-bottom: 16px;
  }
  .section-wrap .section.image-section .support-features .support-card {
    display: inline-block;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    background: #19202b;
    border: 1px solid #212a38;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-wrap .section.image-section .support-features .support-card:hover {
    border-color: #8c8cf9 !important;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .section-wrap .section.image-section .support-features .support-card:hover h3,
  .section-wrap .section.image-section .support-features .support-card:hover i {
    color: #8c8cf9;
  }
  .section-wrap .section.image-section .support-features .support-card i {
    font-size: 2.8rem;
    color: #999;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .section-wrap .section.image-section .support-features .support-card h3 {
    font-weight: 500;
    color: #fff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .section-wrap .section.image-section .support-features .support-card p {
    font-size: 0.95rem;
    color: #999;
  }
  .section-wrap .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    background-size: cover;
    background-repeat: no-repeat;
  }
  @media (max-width: 767px) {
    .section-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .section-wrap .section.image-section {
      width: 100%;
      padding-left: 10%;
      padding-right: 10%;
      text-align: center;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-wrap .section.image-section {
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .section-wrap .section.image-section {
      padding-left: 5%;
      padding-right: 5%;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .clients-logo-carousel {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
  }
  .clients-logo-carousel:hover .slick-custom {
    opacity: 1;
  }
  .clients-logo-carousel .carousel-item {
    margin: 0 20px;
  }
  .clients-logo-carousel .image-wrapper {
    position: relative;
  }
  .clients-logo-carousel .image-wrapper .stack-logo {
    max-height: 130px;
    margin: 0 auto;
  }
  .clients-logo-carousel .slick-custom {
    opacity: 0;
    top: 23px;
  }
  .clients-logo-carousel .slick-dots {
    bottom: -60px !important;
  }
  .clients-logo-carousel .slick-prev:before,
  .clients-logo-carousel .slick-next:before {
    color: #999;
  }
  .clients-logo-carousel .slick-custom.is-next {
    right: -15px;
  }
  .clients-logo-carousel .slick-custom.is-prev {
    left: -15px;
  }
  .clients-logo-carousel .client-logo {
    max-height: 80px;
  }
  @media (max-width: 768px) {
    .clients-logo-carousel .slick-dots {
      display: none !important;
    }
  }
  .people-carousel {
    margin-bottom: 0 !important;
  }
  .people-carousel .people-carousel-item.slick-dotted .slick-slider {
    margin-bottom: 0 !important;
  }
  .people-carousel .people-carousel-item .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .people-carousel .people-carousel-item .image-column {
    width: 60%;
    display: block;
    position: relative;
  }
  .people-carousel .people-carousel-item .content-column {
    width: 40%;
    display: block;
    position: relative;
  }
  .people-carousel .people-carousel-item .carousel-img {
    text-align: center;
  }
  .people-carousel .people-carousel-item .carousel-img img {
    display: block;
    margin: 0 auto;
  }
  .people-carousel .testimonial-title {
    font-size: 1.7rem;
    color: #444f60;
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    position: relative;
  }
  .people-carousel .testimonial-title i {
    position: absolute;
    top: -25px;
    right: 0;
    color: #8c8cf9;
  }
  .people-carousel .testimonial-content p {
    padding-bottom: 10px;
  }
  .people-carousel .customer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .people-carousel .customer-info .customer-avatar img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #ededed;
  }
  .people-carousel .customer-info .customer-block {
    margin: 0 10px;
    position: relative;
  }
  .people-carousel .customer-info .customer-block .name {
    font-family: "Nexa Light", sans-serif;
    font-weight: 600;
    color: #444f60;
  }
  .people-carousel .customer-info .customer-block .position {
    font-size: 90%;
    color: #a9abac;
  }
  .people-carousel .customer-info .company-logo {
    max-width: 100px !important;
    margin-left: auto;
  }
  .people-carousel .mobile-spacer {
    padding-bottom: 80px;
  }
  .people-carousel .slick-dots {
    bottom: 40px;
    right: 18%;
    width: auto;
  }
  @media (max-width: 767px) {
    .people-carousel .content-column {
      width: 100% !important;
    }
    .people-carousel .testimonial-title {
      font-size: 1.4rem;
    }
    .people-carousel .slick-dots {
      left: 0 !important;
      right: 0 !important;
    }
  }
  .testimonials.is-wavy .testimonial-name h3 {
    font-family: "Nexa Bold", sans-serif;
  }
  @media (max-width: 768px) {
    .testimonials.is-wavy .testimonial-item {
      margin: 40px 15px !important;
    }
    .testimonials.is-wavy .testimonial-item .testimonial-content p {
      padding: 20px !important;
    }
  }
  .testimonials-wrapper .testimonial .fa-quote-left {
    font-size: 1.3rem;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    background: #8c8cf9;
    position: relative;
    left: 19px;
    -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  }
  .testimonials-wrapper .testimonial .testimonial-title {
    margin: 0 0 20px 22px;
    font-weight: normal;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.7);
  }
  .testimonials-wrapper .testimonial .testimonial-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border: none;
  }
  .testimonials-wrapper .testimonial .testimonial-quote footer::before {
    content: "";
  }
  .testimonials-wrapper .testimonial .testimonial-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px;
    max-width: 500px;
    padding: 30px 70px 30px 30px;
    font-size: 16px;
    line-height: 1.55;
    color: #888;
    background: #fff;
    border-radius: 0 30px;
    -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  }
  .testimonials-wrapper .testimonial .testimonial-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonials-wrapper .testimonial .testimonial-img {
    position: relative;
    left: -40px;
    min-width: 80px;
    width: 80px;
    height: 80px;
    font-size: 16px;
    border-radius: 50%;
    background: #fff;
    border: solid 2px #fff;
    -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  }
  .testimonials-wrapper .slick-dots .slick-active button::before {
    color: #fff !important;
  }
  @media (min-width: 768px) {
    .testimonials-wrapper .testimonial-img {
      min-width: 116px;
      width: 116px;
      height: 116px;
      border-width: 3px;
    }
    .testimonials-wrapper .testimonial-text {
      max-width: 70%;
      padding: 50px 22px;
      padding-right: 90px;
      border-radius: 0 50px;
    }
  }
  @media (max-width: 768px) {
    .testimonials-wrapper .testimonial-text {
      margin-bottom: 20px;
      padding: 20px !important;
    }
    .testimonials-wrapper .testimonial-img {
      min-width: 60px !important;
      width: 60px !important;
      height: 60px !important;
    }
  }
  @media (max-width: 767px) {
    .testimonials-wrapper .testimonials-wrapper .slick-slide {
      height: 340px;
      min-height: 340px;
    }
    .testimonials-wrapper .testimonial-quote {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .testimonials-wrapper .fa-quote-left {
      top: 20px;
      left: 0 !important;
    }
    .testimonials-wrapper .testimonial-img {
      top: -40px;
      left: 0 !important;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .testimonials-wrapper .fa-quote-left {
      top: -10px !important;
      left: 12px !important;
    }
    .testimonials-wrapper .testimonial-img {
      top: -10px !important;
      left: -26px !important;
    }
  }
  .testimonials-wrapper .slick-slide {
    height: 260px;
    min-height: 260px;
  }
  .testimonials-cover {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .testimonials-cover.is-active {
    opacity: 1;
  }
  .css-carousel {
    background: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4rem;
    height: 300px;
    max-width: 750px;
    margin: auto;
    position: relative;
    overflow: hidden;
  }
  .css-carousel h2 {
    margin: 0;
    margin-top: -1.7em;
    padding: 0;
    font-size: 1em;
    text-align: center;
    color: #bbb;
  }
  .css-carousel .slides {
    width: 400%;
    left: 0;
    padding-left: 0;
    padding-top: 1em;
    overflow: hidden;
    list-style: none;
    position: relative;
    -webkit-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .css-carousel .slides li {
    width: 25%;
    position: relative;
    float: left;
  }
  .css-carousel .slides li p {
    margin-top: 0;
  }
  .css-carousel .slides li q {
    max-width: 90%;
    margin: auto;
    color: #666;
    font-size: 1.3em;
    font-weight: bold;
  }
  .css-carousel .slides li img {
    width: 3em;
    border-radius: 50%;
    margin-left: -1.5em;
    margin-right: 0.5em;
    vertical-align: middle;
  }
  .css-carousel .slides li .author {
    margin-top: 20px;
    font-size: 1rem;
    color: #777;
    display: block;
    font-weight: 500;
  }
  .css-carousel .slides li .text {
    display: block;
    color: #999;
  }
  .css-carousel .carousel-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    text-align: center;
    bottom: 1em;
    position: absolute;
    width: 104px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .css-carousel .carousel-dots label {
    float: left;
    margin: 6px;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: solid 2px #8c8cf9;
    font-size: 0;
  }
  .css-carousel .carousel-dots label:hover {
    cursor: pointer;
  }
  .css-carousel input {
    display: none;
  }
  .css-carousel #radio-1:checked ~ .slides {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .css-carousel #radio-2:checked ~ .slides {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  .css-carousel #radio-3:checked ~ .slides {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .css-carousel #radio-4:checked ~ .slides {
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
  }
  .css-carousel #radio-1:checked ~ .carousel-dots label#dotForRadio-1,
  .css-carousel #radio-2:checked ~ .carousel-dots label#dotForRadio-2,
  .css-carousel #radio-3:checked ~ .carousel-dots label#dotForRadio-3,
  .css-carousel #radio-4:checked ~ .carousel-dots label#dotForRadio-4 {
    background: #8c8cf9;
  }
  @media (max-width: 796px) {
    .css-carousel {
      height: 8.5em;
    }
  }
  @media (max-width: 480px) {
    .css-carousel li p {
      padding-left: 0.5em;
      padding-right: 0.5em;
    }
    .css-carousel li q {
      font-size: 1em;
    }
    .css-carousel li img {
      width: 2em;
      margin-left: -1em;
      margin-right: 0.25em;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .css-carousel {
      padding: 4rem 2rem !important;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .css-carousel {
      padding: 10px;
      min-height: 260px;
      opacity: 0.9;
    }
  }
  @media (max-width: 767px) {
    .css-carousel {
      padding: 10px;
      min-height: 200px;
      opacity: 0.9;
    }
  }
  .carousel-wrap {
    padding: 40px 0;
    max-width: 840px;
    margin: 0 auto;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item {
    padding: 40px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .left-side
    .avatar-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 175px;
    margin: 0 auto;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .left-side
    .avatar-container
    img {
    display: block;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .left-side
    .avatar-container
    img.avatar {
    position: relative;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    z-index: 1;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .left-side
    .avatar-container
    img.dots {
    position: absolute;
    width: 100%;
    max-width: 90px;
    z-index: 0;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .left-side
    .avatar-container
    img.dots.is-top {
    top: 0;
    left: 0;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .left-side
    .avatar-container
    img.dots.is-bottom {
    bottom: 0;
    right: 0;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .left-side
    .avatar-info {
    text-align: center;
    padding: 16px 0;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .left-side
    .avatar-info
    h3 {
    font-family: "Nexa Bold";
    font-size: 1.2rem;
    color: #444f60;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .left-side
    .avatar-info
    p {
    color: #999;
  }
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
    padding: 0 40px;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .right-side
    .company-logo {
    display: block;
    width: 100%;
    max-width: 100px;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .right-side
    .testimonial-content
    .text-content {
    color: #64748d;
    margin-bottom: 10px;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .right-side
    .testimonial-content
    .learn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #8c8cf9;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .right-side
    .testimonial-content
    .learn-more
    span {
    display: block;
    margin-right: 4px;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .right-side
    .testimonial-content
    .learn-more
    i {
    position: relative;
    top: 1px;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .right-side
    .testimonial-content
    .metrics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .right-side
    .testimonial-content
    .metrics
    .metric {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .right-side
    .testimonial-content
    .metrics
    .metric
    .circle-chart__circle {
    animation: circle-chart-fill 2s reverse;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .right-side
    .testimonial-content
    .metrics
    .metric
    .circle-chart__info {
    -webkit-animation: circle-chart-appear 2s forwards;
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    -webkit-transform: translateY(0.3em);
    transform: translateY(0.3em);
  }
  @-webkit-keyframes circle-chart-fill {
    to {
      stroke-dasharray: 0 100;
    }
  }
  @keyframes circle-chart-fill {
    to {
      stroke-dasharray: 0 100;
    }
  }
  @-webkit-keyframes circle-chart-appear {
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes circle-chart-appear {
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .right-side
    .testimonial-content
    .metrics
    .metric
    .meta
    span {
    display: block;
    line-height: 1.2;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .right-side
    .testimonial-content
    .metrics
    .metric
    .meta
    span:first-child {
    font-weight: 600;
    color: #444f60;
  }
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .right-side
    .testimonial-content
    .metrics
    .metric
    .meta
    span:nth-child(2) {
    color: #64748d;
  }
  .carousel-wrap .slick-custom {
    position: absolute;
    top: 41%;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 50px;
    height: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    color: #444f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
  }
  .carousel-wrap .slick-custom i {
    position: relative;
    font-size: 12px;
  }
  .carousel-wrap .slick-custom:hover {
    border-color: #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .carousel-wrap .slick-custom.is-prev {
    left: -60px;
  }
  .carousel-wrap .slick-custom.is-prev i {
    right: 2px;
  }
  .carousel-wrap .slick-custom.is-next {
    right: -60px;
  }
  .carousel-wrap .slick-custom.is-next i {
    left: 2px;
  }
  .carousel-wrap .carousel-footer {
    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;
    max-width: 540px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .carousel-wrap .carousel-footer > div {
    width: 50%;
    padding: 0 20px;
  }
  .carousel-wrap .carousel-footer > div.rating-block {
    text-align: center;
    border-right: 1px solid #e3e3e3;
  }
  .carousel-wrap .carousel-footer > div.rating-block .stars i {
    font-size: 18px;
    color: #cecece;
  }
  .carousel-wrap .carousel-footer > div.rating-block p {
    color: #999;
  }
  .carousel-wrap .carousel-footer > div.support-block {
    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;
  }
  .carousel-wrap .carousel-footer > div.support-block i {
    font-size: 22px;
    color: #cecece;
  }
  .carousel-wrap .carousel-footer > div.support-block .meta {
    margin-left: 12px;
  }
  .carousel-wrap .carousel-footer > div.support-block .meta span {
    display: block;
    line-height: 1.2;
    color: #999;
  }
  @media (max-width: 767px) {
    .carousel-wrap .testimonials-solo-carousel .testimonial-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side,
    .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
      width: 100%;
    }
    .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
      padding: 0;
    }
    .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .right-side
      .testimonial-content
      .learn-more {
      margin-bottom: 20px;
    }
    .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .right-side
      .testimonial-content
      .metrics
      .metric {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 50%;
      margin: 0 auto;
    }
    .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .right-side
      .testimonial-content
      .metrics
      .metric
      .meta {
      margin: 0;
      padding-top: 12px;
      text-align: center;
    }
  }
  .carousel-wrapper {
    max-width: 760px;
    margin: 90px auto;
  }
  .carousel-wrapper .carousel .slick-slide {
    outline: none !important;
  }
  .carousel-wrapper .carousel .carousel-item {
    width: 100%;
    border: 1px solid #ededed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background: #fff;
    padding: 60px;
    margin: 20px;
  }
  .carousel-wrapper .carousel .carousel-item.slick-current .item-footer span {
    color: #fff !important;
  }
  .carousel-wrapper .carousel .carousel-item p {
    color: #999;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer img {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer span {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    margin-left: 10px;
  }
  .customer-testimonials-wrapper {
    position: relative;
  }
  .customer-testimonials-wrapper .customer-testimonials {
    max-width: 840px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .customer-testimonials-wrapper .customer-testimonials .testimonial-item {
    outline: none;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left {
    width: calc(50% - 120px);
    margin-left: 120px;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    .rating {
    margin-bottom: 8px;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    .rating
    i {
    font-size: 1.3rem;
    color: #ffc02e;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    p {
    margin-bottom: 12px;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    p
    i {
    color: #8c8cf9;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    p
    .fa-quote-left {
    margin-right: 5px;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    p
    .fa-quote-right {
    margin-left: 5px;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    .meta
    img {
    display: block;
    height: 48px;
    width: 48px;
    min-width: 48px;
    border-radius: 50%;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    .meta
    .inner-meta {
    margin-left: 12px;
    line-height: 1.2;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    .meta
    .inner-meta
    span {
    display: block;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    .meta
    .inner-meta
    span:first-child {
    color: #444f60;
    font-size: 1.1rem;
    font-weight: 500;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    .meta
    .inner-meta
    span:nth-child(2) {
    color: #999;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .right {
    width: 50%;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .right
    img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 478px;
  }
  @media (max-width: 767px) {
    .customer-testimonials-wrapper
      .customer-testimonials
      .testimonial-item
      .item-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .customer-testimonials-wrapper
      .customer-testimonials
      .testimonial-item
      .item-inner
      .left {
      width: 100%;
      margin-left: 0;
      margin-bottom: 30px;
      text-align: center;
    }
    .customer-testimonials-wrapper
      .customer-testimonials
      .testimonial-item
      .item-inner
      .left
      .meta {
      text-align: left;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .carousel-wrapper {
    max-width: 620px;
    margin: 90px auto;
  }
  .carousel-wrapper .carousel .slick-slide {
    outline: none !important;
  }
  .carousel-wrapper .carousel .carousel-item {
    width: 100%;
    border: 1px solid #ededed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background: #fff;
    padding: 60px;
    margin: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .carousel-wrapper .carousel .carousel-item.slick-current {
    background: #8c8cf9;
  }
  .carousel-wrapper .carousel .carousel-item.slick-current i,
  .carousel-wrapper .carousel .carousel-item.slick-current p {
    color: #fcfcfc;
  }
  .carousel-wrapper
    .carousel
    .carousel-item.slick-current
    .item-footer
    .meta
    span {
    color: #fcfcfc !important;
  }
  .carousel-wrapper .carousel .carousel-item p {
    color: #999;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .carousel-wrapper .carousel .carousel-item i {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer img {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer .meta {
    margin-left: 10px;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer .meta span {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer .meta span:first-child {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
  }
  .carousel-wrapper
    .carousel
    .carousel-item
    .item-footer
    .meta
    span:nth-child(2) {
    font-size: 1rem;
    color: #8c8cf9;
    line-height: 1;
  }
  @media only screen and (max-width: 767px) {
    .carousel-wrapper .carousel .carousel-item {
      padding: 30px;
      margin-left: 10px;
      margin-right: 10px;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .currencies-table {
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    max-width: 940px;
    width: 100%;
    margin: 0 auto 40px auto;
    overflow: hidden;
    border-radius: 1rem;
  }
  .currencies-table .responsive-table {
    max-width: 940px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
  }
  .currencies-table .responsive-table tr:first-child {
    background: #fff !important;
  }
  .currencies-table .responsive-table tr:last-child {
    border-bottom: none;
  }
  .currencies-table .responsive-table th,
  .currencies-table .responsive-table td {
    vertical-align: middle;
    border-color: #e3e3e3;
  }
  .currencies-table .responsive-table th {
    color: #444f60;
    font-weight: 600;
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .currencies-table .responsive-table td.light-cell {
    color: #8e9baf;
  }
  .currencies-table .responsive-table td .currency-icon {
    height: 38px;
    width: 38px;
    min-width: 38px;
  }
  .currencies-table .responsive-table td .evolution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .currencies-table .responsive-table td .evolution.is-positive {
    color: #06d6a0;
  }
  .currencies-table .responsive-table td .evolution.is-negative {
    color: #e62965;
  }
  .currencies-table .responsive-table td .evolution span {
    color: #8e9baf;
    margin-right: 8px;
  }
  .currencies-table .responsive-table td .evolution svg {
    height: 18px;
    width: 18px;
  }
  .flex-table {
    margin-top: 20px;
  }
  .flex-table .flex-table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4px;
  }
  .flex-table .flex-table-header span {
    font-family: "Nexa Bold", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
  .flex-table .flex-table-header span.product {
    width: 40%;
  }
  .flex-table .flex-table-header span.quantity {
    width: 15%;
    text-align: center;
  }
  .flex-table .flex-table-header span.price {
    width: 15%;
    text-align: center;
  }
  .flex-table .flex-table-header span.discount {
    width: 15%;
    text-align: center;
  }
  .flex-table .flex-table-header span.total {
    width: 15%;
    text-align: center;
  }
  .flex-table .flex-table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    padding: 8px;
    margin-bottom: 6px;
  }
  .flex-table .flex-table-item .flex-table-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
  }
  .flex-table .flex-table-item .flex-table-cell.is-grow {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .flex-table .flex-table-item .flex-table-cell.cell-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown:hover
    .dropdown-trigger
    .button {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-color: #e8e8e8;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-trigger
    .button {
    min-width: 150px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-color: #e3e3e3;
    color: #98a9c3;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-trigger
    .button
    svg {
    stroke: #98a9c3;
    stroke-width: 1.6px;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu {
    margin-top: 8px;
    width: 240px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    > img {
    height: 28px;
    width: 28px;
    border-radius: 50%;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    > .meta {
    margin-left: 0.75rem;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    > .meta
    span {
    display: block;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    > .meta
    span:first-child {
    font-size: 0.9rem;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    > .meta
    span:nth-child(2) {
    font-size: 0.8rem;
    color: #98a9c3;
  }
  .flex-table .flex-table-item .flex-table-cell.is-bold > span {
    font-weight: 600;
  }
  .flex-table .flex-table-item .flex-table-cell.is-meta .meta span {
    display: block;
    font-family: "Roboto", sans-serif;
  }
  .flex-table .flex-table-item .flex-table-cell.is-meta .meta span:first-child {
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #98a9c3;
  }
  .flex-table .flex-table-item .flex-table-cell.is-meta .meta span:nth-child(2) {
    font-size: 0.95rem;
    color: #444f60;
  }
  .flex-table .flex-table-item .flex-table-cell .badge,
  .flex-table .flex-table-item .flex-table-cell .tag {
    margin-bottom: 0 !important;
  }
  .flex-table .flex-table-item .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
  }
  .flex-table .flex-table-item .product img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .flex-table .flex-table-item .product .product-name {
    display: block;
    margin-left: 12px;
    max-width: 360px;
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    color: #444f60;
  }
  .flex-table .flex-table-item .quantity span,
  .flex-table .flex-table-item .price span {
    display: block;
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #999;
  }
  .flex-table .flex-table-item .discount span,
  .flex-table .flex-table-item .total span {
    display: block;
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #444f60;
  }
  .flex-table .flex-table-item .quantity {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e3e3e3;
  }
  .flex-table .flex-table-item .price {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e3e3e3;
  }
  .flex-table .flex-table-item .price span:before {
    content: "$";
  }
  .flex-table .flex-table-item .discount {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e3e3e3;
  }
  .flex-table .flex-table-item .total {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e3e3e3;
  }
  .flex-table .flex-table-item .total span:before {
    content: "$";
  }
  @media (max-width: 767px) {
    .flex-table .flex-table-header {
      display: none;
    }
    .flex-table .flex-table-item {
      -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;
      width: 100% !important;
      padding: 20px;
      margin-bottom: 16px;
    }
    .flex-table .flex-table-item .flex-table-cell {
      position: relative;
      margin: 8px 0;
    }
    .flex-table .flex-table-item .flex-table-cell:before {
      content: attr(data-th);
      font-size: 0.85rem;
      text-transform: uppercase;
      font-weight: 500;
      color: #98a9c3;
    }
    .flex-table .flex-table-item .flex-table-cell.cell-end {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown {
      width: 100%;
    }
    .flex-table
      .flex-table-item
      .flex-table-cell.cell-end
      .dropdown
      .dropdown-trigger {
      width: 100%;
    }
    .flex-table
      .flex-table-item
      .flex-table-cell.cell-end
      .dropdown
      .dropdown-trigger
      .button {
      width: 100%;
    }
    .flex-table
      .flex-table-item
      .flex-table-cell.is-meta
      .meta
      span:first-child:not(.tag) {
      display: none;
    }
    .flex-table
      .flex-table-item
      .flex-table-cell.is-meta
      .meta
      span:nth-child(2) {
      font-size: 1rem !important;
    }
    .flex-table .flex-table-item .flex-table-cell.is-meta .tag {
      line-height: 2 !important;
      text-transform: capitalize !important;
    }
    .flex-table .flex-table-item .flex-table-cell > span,
    .flex-table .flex-table-item .flex-table-cell > .pushed-mobile {
      margin-left: auto;
    }
    .flex-table .flex-table-item:last-child {
      margin-bottom: 0;
    }
    .flex-table .flex-table-item > div {
      border: none !important;
    }
    .flex-table .product {
      width: 100% !important;
      padding-bottom: 10px;
    }
    .flex-table .quantity,
    .flex-table .price,
    .flex-table .discount,
    .flex-table .total {
      position: relative;
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
      width: 100% !important;
      border: none;
    }
    .flex-table .quantity:before,
    .flex-table .price:before,
    .flex-table .discount:before,
    .flex-table .total:before {
      text-transform: uppercase;
      font-size: 0.7rem;
      font-weight: 500;
      color: #999;
    }
    .flex-table .quantity:before {
      content: "Quantity";
      position: absolute;
      top: 0;
      left: 0;
    }
    .flex-table .price:before {
      content: "Price";
      position: absolute;
      top: 0;
      left: 0;
    }
    .flex-table .discount:before {
      content: "Discount";
      position: absolute;
      top: 0;
      left: 0;
    }
    .flex-table .total:before {
      content: "Total";
      position: absolute;
      top: 0;
      left: 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  @keyframes gradientBG {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  #demo-canvas {
    position: absolute;
    bottom: 20%;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .hero.rounded-hero {
    position: relative;
    z-index: 3;
  }
  .hero.rounded-hero.is-active .absolute-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .hero.rounded-hero.is-active .absolute-header .header-inner .states {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  .hero.rounded-hero.is-active .hero-body .hero-mockup {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .hero.rounded-hero .hero-body {
    position: relative;
    z-index: 1;
  }
  .hero.rounded-hero .hero-body .tag {
    max-height: 18px;
    font-weight: 500;
  }
  .hero.rounded-hero .hero-body .hero-mockup {
    display: block;
    max-width: 740px;
    margin: 0 auto;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    border-radius: 12px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    pointer-events: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .hero.rounded-hero .hero-body .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .is-hero-title {
    z-index: 2;
  }
  .is-hero-title h1,
  .is-hero-title h2 {
    color: #fff;
  }
  .absolute-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .absolute-header.is-landing-demo {
    background: #8c8cf9;
    background: linear-gradient(-45deg, #7f00ff, #8c8cf9, #8c8cf9, #7f00ff);
  }
  .absolute-header .header-inner {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .absolute-header .header-inner .cut-circle {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
  }
  .sub-hero {
    background: #f2f2fa;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content {
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square {
    position: absolute;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-1 {
    top: -20px;
    left: -16px;
    -webkit-transform: rotate(124deg);
    transform: rotate(124deg);
    height: 68px;
    width: 68px;
    border-radius: 12px;
    background: #6f6ff7;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-2 {
    bottom: 20px;
    right: -16px;
    -webkit-transform: rotate(194deg);
    transform: rotate(194deg);
    height: 88px;
    width: 88px;
    border-radius: 16px;
    background: #6f6ff7;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-3 {
    top: -90px;
    right: 35%;
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
    height: 160px;
    width: 160px;
    border-radius: 26px;
    background: #6f6ff7;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-4 {
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    height: 48px;
    width: 48px;
    border-radius: 8px;
    background: #6f6ff7;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-5 {
    top: 30%;
    left: 25%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 18px;
    width: 18px;
    border-radius: 6px;
    border: 2px solid #dadafd;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-6 {
    top: 28%;
    left: 32%;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    height: 32px;
    width: 32px;
    border-radius: 6px;
    border: 2px solid #dadafd;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-7 {
    top: 24%;
    left: 27%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 10px;
    width: 10px;
    border-radius: 3px;
    border: 1.4px solid #dadafd;
  }
  .sub-hero .hero-body.is-narrow {
    padding-top: 20px;
  }
  .sub-hero .sub-hero-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
    background: #8c8cf9;
  }
  .sub-hero .sub-hero-container .sub-hero-content {
    text-align: center;
    width: 100%;
    padding: 4rem;
    border-radius: 12px;
  }
  .sub-hero .sub-hero-container .sub-hero-content h1,
  .sub-hero .sub-hero-container .sub-hero-content h3 {
    position: relative;
    z-index: 10;
  }
  .sub-hero .sub-hero-container .sub-hero-search {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 10px;
    border-radius: 10px;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .control {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 12px;
  }
  .sub-hero
    .sub-hero-container
    .sub-hero-search
    .search-inner
    .control:first-child {
    border-right: 1px solid #e5e5e5;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .input {
    border: none;
    min-height: 46px;
    max-height: 46px;
    padding-left: 46px;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon {
    height: 46px;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon i {
    font-size: 18px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .button {
    min-height: 46px;
    max-height: 46px;
    min-width: 120px;
    font-weight: 600;
  }
  .title {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
  }
  .title.is-bigger {
    font-size: 4rem;
  }
  .title.is-medium {
    font-size: 4rem;
  }
  .title.is-light {
    color: #fff;
  }
  .subtitle.is-light {
    color: #fff;
  }
  .section {
    position: relative;
  }
  .section .section-title h2 {
    margin-bottom: 6px;
  }
  .section .section-title h4 {
    color: #999;
    font-size: 1.4rem;
  }
  .section .section-feature-description {
    font-size: 1.2rem;
  }
  .has-background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .has-background-image.is-contain {
    background-size: contain;
    background-repeat: repeat;
  }
  .stacks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 540px;
    margin: 0 auto;
    padding: 16px 0 30px 0;
  }
  .stacks .stack {
    height: 54px;
    width: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ededed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    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;
    margin: 0 6px;
  }
  .stacks .stack img {
    display: block;
    height: 40px;
    width: 40px;
  }
  .boxed-features {
    padding: 40px 0;
  }
  .boxed-features .flex-card,
  .boxed-features .network-grid .network-card,
  .network-grid .boxed-features .network-card,
  .boxed-features .project-card,
  .boxed-features .profile-card,
  .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item,
  .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .boxed-features .flex-card .flex-cell,
  .boxed-features .network-grid .network-card .flex-cell,
  .network-grid .boxed-features .network-card .flex-cell,
  .boxed-features .project-card .flex-cell,
  .boxed-features .profile-card .flex-cell,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell {
    width: 25%;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    padding: 24px 16px;
  }
  .boxed-features .flex-card .flex-cell.is-bordered,
  .boxed-features .network-grid .network-card .flex-cell.is-bordered,
  .network-grid .boxed-features .network-card .flex-cell.is-bordered,
  .boxed-features .project-card .flex-cell.is-bordered,
  .boxed-features .profile-card .flex-cell.is-bordered,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell.is-bordered,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell.is-bordered {
    border-bottom: 1px solid #e5e5e5;
  }
  .boxed-features .flex-card .flex-cell.no-border-edge,
  .boxed-features .network-grid .network-card .flex-cell.no-border-edge,
  .network-grid .boxed-features .network-card .flex-cell.no-border-edge,
  .boxed-features .project-card .flex-cell.no-border-edge,
  .boxed-features .profile-card .flex-cell.no-border-edge,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell.no-border-edge,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell.no-border-edge {
    border-right: none;
  }
  .boxed-features .flex-card .flex-cell i,
  .boxed-features .network-grid .network-card .flex-cell i,
  .network-grid .boxed-features .network-card .flex-cell i,
  .boxed-features .project-card .flex-cell i,
  .boxed-features .profile-card .flex-cell i,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell
    i,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell
    i {
    font-size: 2.2rem;
    color: #8c8cf9;
  }
  .boxed-features .flex-card .flex-cell h3,
  .boxed-features .network-grid .network-card .flex-cell h3,
  .network-grid .boxed-features .network-card .flex-cell h3,
  .boxed-features .project-card .flex-cell h3,
  .boxed-features .profile-card .flex-cell h3,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell
    h3,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell
    h3 {
    font-weight: 500;
    color: #444f60;
  }
  .boxed-features .flex-card .flex-cell p,
  .boxed-features .network-grid .network-card .flex-cell p,
  .network-grid .boxed-features .network-card .flex-cell p,
  .boxed-features .project-card .flex-cell p,
  .boxed-features .profile-card .flex-cell p,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell
    p,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell
    p {
    font-size: 0.95rem;
    color: #999;
    max-width: 200px;
    margin: 0 auto;
  }
  .demo-section {
    margin-bottom: 100px;
  }
  .demo-section .demo-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .demo-section .demo-section-title img {
    display: block;
    width: 100%;
    max-width: 100px;
  }
  .demo-section .demo-section-title .title-meta {
    margin-left: 12px;
    line-height: 1.2;
  }
  .demo-section .demo-section-title .title-meta h3 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    color: #444f60;
  }
  .demo-section .demo-section-title .title-meta p {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    color: #8e9baf;
  }
  .demo-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .demo-wrapper:hover .circle-overlay {
    -webkit-transform: scale(35);
    transform: scale(35);
  }
  .demo-wrapper:hover .demo-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
  .demo-wrapper:hover .demo-link {
    color: #fff;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
  .demo-wrapper .new-tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: red;
    color: #fff;
    font-family: "Roboto", sans-serif;
    padding: 6px 16px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 0.8rem;
    z-index: 8;
  }
  .demo-wrapper img {
    border-radius: 10px;
    display: block;
  }
  .demo-wrapper .circle-overlay {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #7f00ff;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
  }
  .demo-wrapper .demo-info {
    position: absolute;
    margin: 0 auto;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .demo-wrapper .demo-title {
    color: #fff;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .demo-wrapper .demo-link {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .demo-wrapper .demo-link a {
    color: #fff;
    font-size: 1rem;
  }
  .demo-wrapper .demo-link a i {
    position: relative;
    top: 8px;
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .demo-wrapper .demo-link a:hover i {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .cta-block {
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #e3e3e3;
  }
  .cta-block.no-border {
    padding-bottom: 2rem;
    border-bottom: none;
  }
  .cta-block.is-box {
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #ededed;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cta-block .head-text h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.8rem;
    color: #444f60;
  }
  .cta-block .head-text p {
    font-size: 1.1rem;
    color: #999;
  }
  .cta-block .head-action .buttons .button.action-button {
    height: 36px;
    min-width: 140px;
  }
  .cta-block .head-action .buttons .button.chat-button {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8c8cf9;
    font-weight: 500;
  }
  .cta-block .head-action .buttons .button.chat-button.is-secondary {
    color: #7f00ff;
  }
  .component-box {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .component-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-color: #7f00ff;
  }
  .component-box:hover .component img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .component-box:hover .component-title {
    color: #444f60;
  }
  .component-box .component {
    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;
  }
  .component-box .component img {
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
    max-height: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .component-box .component-title {
    font-size: 1.1rem;
    padding-top: 6px;
    color: #999;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .section-focus {
    background: #f2f2fa;
  }
  .footer-light-medium-demo {
    padding-bottom: 0 !important;
    padding-top: 4rem !important;
    background: #fafafa;
  }
  .footer-light-medium-demo .footer-head {
    padding-bottom: 3rem;
    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;
    border-bottom: 1px solid #e3e3e3;
  }
  .footer-light-medium-demo .footer-head .head-text h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.8rem;
    color: #444f60;
  }
  .footer-light-medium-demo .footer-head .head-text p {
    font-size: 1.1rem;
    color: #999;
  }
  .footer-light-medium-demo
    .footer-head
    .head-action
    .buttons
    .button.action-button {
    height: 36px;
    min-width: 140px;
  }
  .footer-light-medium-demo
    .footer-head
    .head-action
    .buttons
    .button.chat-button {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8c8cf9;
    font-weight: 500;
  }
  .footer-light-medium-demo .footer-body {
    padding-top: 3rem;
  }
  .footer-light-medium-demo .footer-body .footer-column {
    padding-top: 20px;
  }
  .footer-light-medium-demo .footer-body .footer-column .column-header {
    font-family: "Nexa Light", sans-serif;
    text-transform: uppercase;
    color: #444f60;
    font-size: 1rem;
    font-weight: 700;
    margin: 10px 0;
  }
  .footer-light-medium-demo .footer-body .footer-column .column-item {
    padding-bottom: 10px;
  }
  .footer-light-medium-demo .footer-body .footer-column .column-item a {
    color: #a9abac;
  }
  .footer-light-medium-demo .footer-body .footer-column .column-item a:hover {
    color: #8c8cf9;
  }
  .footer-light-medium-demo .footer-body .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-light-medium-demo .footer-body .social-links a {
    color: #a9abac;
    margin: 0 5px;
  }
  .footer-light-medium-demo .footer-body .social-links a:hover {
    color: #8c8cf9;
  }
  .footer-light-medium-demo .footer-body .footer-description {
    color: #a9abac;
  }
  .footer-light-medium-demo .footer-body .moto {
    color: #999;
  }
  .footer-light-medium-demo .footer-body .small-footer-logo {
    height: 24px;
  }
  .footer-light-medium-demo .footer-copyright {
    color: #999;
    padding: 4rem 0 2rem 0;
  }
  .footer-light-medium-demo .footer-copyright a {
    color: #999;
  }
  .footer-light-medium-demo .footer-copyright a:hover {
    color: #8c8cf9;
  }
  @media (max-width: 767px) {
    .footer-light-medium-demo .footer-head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .footer-light-medium-demo .footer-head .head-text {
      padding-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .main-hero .title.is-bigger {
      font-size: 3rem !important;
    }
    .rounded-hero {
      min-height: 75vh !important;
      max-height: 75vh;
    }
    .rounded-hero .absolute-header {
      height: 500px;
    }
    .rounded-hero .hero-body .hero-mockup {
      max-width: 340px !important;
    }
    .sub-hero .sub-hero-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .sub-hero .sub-hero-container .sub-hero-content {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 0;
    }
    .sub-hero .sub-hero-container .sub-hero-content .square.square-3,
    .sub-hero .sub-hero-container .sub-hero-content .square.square-5,
    .sub-hero .sub-hero-container .sub-hero-content .square.square-6,
    .sub-hero .sub-hero-container .sub-hero-content .square.square-7 {
      display: none;
    }
    .sub-hero .sub-hero-container .sub-hero-search {
      position: relative;
      top: 0;
      width: calc(100% - 40px);
      margin: 0 20px 20px 20px;
    }
    .sub-hero .sub-hero-container .sub-hero-search .search-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .boxed-features .flex-card .flex-cell,
    .boxed-features .network-grid .network-card .flex-cell,
    .network-grid .boxed-features .network-card .flex-cell,
    .boxed-features .project-card .flex-cell,
    .boxed-features .profile-card .flex-cell,
    .boxed-features
      .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .flex-cell,
    .carousel-wrap
      .testimonials-solo-carousel
      .boxed-features
      .testimonial-item
      .flex-cell {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #e5e5e5;
    }
    .boxed-features .flex-card .flex-cell:last-child,
    .boxed-features .network-grid .network-card .flex-cell:last-child,
    .network-grid .boxed-features .network-card .flex-cell:last-child,
    .boxed-features .project-card .flex-cell:last-child,
    .boxed-features .profile-card .flex-cell:last-child,
    .boxed-features
      .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .flex-cell:last-child,
    .carousel-wrap
      .testimonials-solo-carousel
      .boxed-features
      .testimonial-item
      .flex-cell:last-child {
      border-bottom: none;
    }
    .cta-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .cta-block .head-text {
      padding-bottom: 20px;
    }
    .app-wrapper .mockup-wrapper {
      padding: 10px;
      margin-top: 30px;
    }
    .app-wrapper .app-features .app-feature h3 {
      margin-left: 0;
    }
    .carousel-wrap .testimonials-solo-carousel .testimonial-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side,
    .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
      width: 100%;
    }
    .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
      padding: 0;
    }
    .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .right-side
      .testimonial-content
      .learn-more {
      margin-bottom: 20px;
    }
    .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .right-side
      .testimonial-content
      .metrics
      .metric {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 50%;
      margin: 0 auto;
    }
    .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .right-side
      .testimonial-content
      .metrics
      .metric
      .meta {
      margin: 0;
      padding-top: 12px;
      text-align: center;
    }
    .grid-clients.three-grid .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .job-results-wrapper {
      padding-top: 0;
      padding-bottom: 0;
    }
    .job-results-wrapper .job-results-section h3 {
      text-align: center;
    }
    .job-results-wrapper .job-results-section .result-list .result-list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      border: 1px solid #ededed;
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .job-results-wrapper
      .job-results-section
      .result-list
      .result-list-item
      .end {
      margin: 10px auto 0 auto;
    }
    .footer-light-medium-demo .footer-body {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .main-hero .is-hero-title {
      text-align: center !important;
    }
    .main-hero .is-hero-title .buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .rounded-hero {
      min-height: 75vh !important;
    }
    .rounded-hero .hero-body .hero-mockup {
      max-width: 610px !important;
    }
    .section .featured-image {
      max-width: 540px !important;
      margin: 0 auto;
    }
    .section .section-title.is-demo,
    .section .section-feature-description {
      max-width: 460px !important;
      margin: 0 auto !important;
    }
    .presentation-tools {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .presentation-tools .content-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .presentation-tools .content-flex > div:nth-child(2) {
      margin-left: 0 !important;
      text-align: center !important;
    }
    .grid-clients.three-grid .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .stories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .stories .column {
      min-width: 50%;
    }
    .is-centered-tablet-portrait {
      text-align: center;
    }
    .is-centered-tablet-portrait img {
      max-width: 380px;
      margin: 0 auto 30px auto;
      display: block;
    }
    .is-centered-tablet-portrait p {
      max-width: 380px;
      margin-left: auto;
      margin-right: auto;
    }
    .is-flex-portrait {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .footer-light-medium-demo .footer-head,
    .footer-light-medium-demo .footer-body {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .components-title {
    font-family: "Nexa Bold", cursive;
  }
  .components-title.is-cta {
    font-size: 3.4rem !important;
  }
  .components-title {
    margin-bottom: 0 !important;
  }
  .components-subtitle {
    margin-bottom: 0 !important;
    padding: 20px 0;
    font-family: "Nexa Light", sans-serif;
  }
  .info-block {
    position: relative;
    background: #fff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin: 0 auto 30px auto;
    max-width: 480px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .info-block .tag {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 24px;
  }
  .info-block .tag.is-secondary {
    -webkit-box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
  }
  .info-block .tag.is-success {
    -webkit-box-shadow: 0 14px 26px -12px rgba(6, 214, 160, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(6, 214, 160, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(6, 214, 160, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(6, 214, 160, 0.2) !important;
  }
  .info-block h4 {
    font-size: 1.4rem;
    color: #444f60;
    font-family: "Nexa Bold", sans-serif;
  }
  .info-block p {
    padding: 10px 0;
  }
  .component-block {
    max-width: 480px;
    margin: 0 auto;
  }
  .component-block.is-large {
    max-width: 640px;
  }
  .hero-heading {
    font-size: 3rem !important;
    font-family: Open Sans, sans-serif !important;
  }
  .hero-heading + h2 {
    padding: 0;
    margin-bottom: 0 !important;
  }
  .section-title.is-demo {
    font-weight: 700;
    font-size: 2rem !important;
  }
  .vivus-svg {
    max-height: 450px;
    width: 450px;
  }
  .feature-icon {
    height: 140px !important;
  }
  .feature-icon-md {
    height: 110px !important;
  }
  .feature-description {
    font-size: 1.2rem;
    color: #a9abac;
  }
  .feature-description span {
    display: block;
  }
  .feature-description span.feature-key {
    font-size: 1.2rem;
    font-weight: 600;
    color: #7f00ff;
    font-family: "Nexa Light", sans-serif;
  }
  .highlight {
    padding: 1.4rem;
    overflow: auto;
    background: #444f60;
    border-radius: 4px;
  }
  .highlight::-webkit-scrollbar {
    width: 10px;
  }
  .highlight::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
  }
  code.hljs span {
    font-family: Inconsolata, monospace !important;
  }
  @media (max-width: 767px) {
    .components-title,
    .components-subtitle,
    .components-cta {
      text-align: center !important;
    }
  }
  .flex-card.is-active .name,
  .network-grid .is-active.network-card .name,
  .is-active.project-card .name,
  .is-active.profile-card .name,
  .carousel-wrap .testimonials-solo-carousel .is-active.testimonial-item .name {
    color: #8c8cf9 !important;
  }
  .flex-card .card-avatar img,
  .network-grid .network-card .card-avatar img,
  .project-card .card-avatar img,
  .profile-card .card-avatar img,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-avatar img {
    width: 45px;
    border-radius: 100px;
  }
  .flex-card .card-name,
  .network-grid .network-card .card-name,
  .project-card .card-name,
  .profile-card .card-name,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-name {
    margin-left: 15px;
  }
  .flex-card .card-name .name,
  .network-grid .network-card .card-name .name,
  .project-card .card-name .name,
  .profile-card .card-name .name,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-name .name {
    color: #444f60;
  }
  .flex-card .card-name .position,
  .network-grid .network-card .card-name .position,
  .project-card .card-name .position,
  .profile-card .card-name .position,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .card-name
    .position {
    font-size: 0.9rem;
    color: #a9abac;
  }
  .flex-card .card-select i,
  .network-grid .network-card .card-select i,
  .project-card .card-select i,
  .profile-card .card-select i,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-select i {
    color: #cecece;
    border: 2px dashed #cecece;
    border-radius: 100px;
    padding: 6px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .flex-card .card-select i:hover,
  .network-grid .network-card .card-select i:hover,
  .project-card .card-select i:hover,
  .profile-card .card-select i:hover,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .card-select
    i:hover,
  .flex-card .card-select i.is-active,
  .network-grid .network-card .card-select i.is-active,
  .project-card .card-select i.is-active,
  .profile-card .card-select i.is-active,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .card-select
    i.is-active {
    color: #8c8cf9;
    border: 2px solid #8c8cf9;
  }
  .flex-card .title-bold,
  .network-grid .network-card .title-bold,
  .project-card .title-bold,
  .profile-card .title-bold,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .title-bold {
    font-family: "Nexa Bold", sans-serif;
  }
  .feature-card {
    padding: 20px !important;
  }
  .feature-card img {
    margin: 0 !important;
  }
  .accordion-wrapper .toggle-wrap {
    border-bottom: 1px solid #e0e0e0;
  }
  .accordion-wrapper .toggle-wrap .trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: none;
    color: #444f60;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    padding: 16px 27px;
    margin: -1px 0 0 0;
  }
  .accordion-wrapper .toggle-wrap .trigger a i {
    padding-right: 6px;
    margin: 0 4px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .accordion-wrapper .toggle-wrap .trigger a .im-icon-Add {
    position: absolute;
    right: 0;
    top: 55%;
    font-size: 24px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(0);
    transform: translate3d(0, -50%, 0) rotate(0);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .accordion-wrapper .toggle-wrap .trigger a .im-icon-Coding {
    position: relative;
    top: 7px;
  }
  .accordion-wrapper .toggle-wrap .trigger a {
    text-transform: none;
    border: none;
    margin: 0;
    padding: 15px 0;
    text-transform: none;
    font-size: 11px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0);
    color: #ad5cff;
    padding-right: 60px;
    font-weight: 400;
  }
  .accordion-wrapper .toggle-wrap .trigger.active .im-icon-Add {
    margin-top: 2px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
    color: #ad5cff;
  }
  .accordion-wrapper .toggle-wrap .toggle-container {
    border: none;
  }
  .demo-im-block:hover {
    background: #eff4f7;
  }
  .demo-im-block:hover .demo-im i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #ad5cff;
  }
  .demo-im-block .demo-im i {
    font-size: 2.6rem;
    margin: 0 15px 0 10px;
    color: #878787;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .demo-im-block .im-code {
    font-size: 1rem;
  }
  .demo-im-block .im-code code {
    color: #878787;
  }
  .demo-fa-block {
    padding: 10px 5px;
  }
  .demo-fa-block:hover {
    background: #eff4f7;
  }
  .demo-fa-block:hover .demo-fa i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #ad5cff;
  }
  .demo-fa-block .demo-fa i {
    font-size: 1.6rem;
    margin: 0 15px 0 10px;
    color: #878787;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .demo-fa-block .fa-embed-code {
    font-size: 1rem;
  }
  .demo-fa-block .fa-embed-code code {
    color: #878787;
  }
  .demo-sl-block {
    padding: 10px 5px;
  }
  .demo-sl-block:hover {
    background: #eff4f7;
  }
  .demo-sl-block:hover .demo-sl i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #ad5cff;
  }
  .demo-sl-block .demo-sl i {
    font-size: 1.6rem;
    margin: 0 15px 0 10px;
    color: #878787;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .demo-sl-block .sl-embed-code {
    font-size: 1rem;
  }
  .demo-sl-block .sl-embed-code code {
    color: #878787;
  }
  .nav-switch {
    padding: 20px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #3d4e68;
    border: 1px solid #ededed;
    border-radius: 4px;
    min-width: 220px;
  }
  .nav-switch .panel-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-switch .panel-title h3 {
    text-transform: uppercase;
    color: #fff;
  }
  .nav-switch .panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }
  .nav-switch .panel-body .color-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ededed;
    margin-top: 10px;
    cursor: pointer;
  }
  .nav-switch .panel-body .color-dot.is-white {
    background: #fff;
  }
  .nav-switch .panel-body .color-dot.is-blue {
    background: #039be5;
  }
  .nav-switch .panel-body .color-dot.is-purple {
    background: #7f00ff;
  }
  .nav-switch .panel-body .color-dot.is-red {
    background: #f92b60;
  }
  .nav-switch .panel-body .color-dot.is-reverse {
    background: #344258;
  }
  .flex-card.color-card .color-item,
  .network-grid .color-card.network-card .color-item,
  .color-card.project-card .color-item,
  .color-card.profile-card .color-item,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-card.color-card .color-item .color-spot,
  .network-grid .color-card.network-card .color-item .color-spot,
  .color-card.project-card .color-item .color-spot,
  .color-card.profile-card .color-item .color-spot,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot {
    display: block;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ededed;
    border-radius: 100px;
  }
  .flex-card.color-card .color-item .color-spot.is-white,
  .network-grid .color-card.network-card .color-item .color-spot.is-white,
  .color-card.project-card .color-item .color-spot.is-white,
  .color-card.profile-card .color-item .color-spot.is-white,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-white {
    background: #fff;
  }
  .flex-card.color-card .color-item .color-spot.is-smoke-white,
  .network-grid .color-card.network-card .color-item .color-spot.is-smoke-white,
  .color-card.project-card .color-item .color-spot.is-smoke-white,
  .color-card.profile-card .color-item .color-spot.is-smoke-white,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-smoke-white {
    background: #fcfcfc;
  }
  .flex-card.color-card .color-item .color-spot.is-grey-white,
  .network-grid .color-card.network-card .color-item .color-spot.is-grey-white,
  .color-card.project-card .color-item .color-spot.is-grey-white,
  .color-card.profile-card .color-item .color-spot.is-grey-white,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-grey-white {
    background: #f2f2f2;
  }
  .flex-card.color-card .color-item .color-spot.is-grey-white-accent,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-grey-white-accent,
  .color-card.project-card .color-item .color-spot.is-grey-white-accent,
  .color-card.profile-card .color-item .color-spot.is-grey-white-accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-grey-white-accent {
    background: #e2e2e2;
  }
  .flex-card.color-card .color-item .color-spot.is-light-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-light-grey,
  .color-card.project-card .color-item .color-spot.is-light-grey,
  .color-card.profile-card .color-item .color-spot.is-light-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-light-grey {
    background: #eff4f7;
  }
  .flex-card.color-card .color-item .color-spot.is-ultra-light-grey,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-ultra-light-grey,
  .color-card.project-card .color-item .color-spot.is-ultra-light-grey,
  .color-card.profile-card .color-item .color-spot.is-ultra-light-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-ultra-light-grey {
    background: #f7fcff;
  }
  .flex-card.color-card .color-item .color-spot.is-title-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-title-grey,
  .color-card.project-card .color-item .color-spot.is-title-grey,
  .color-card.profile-card .color-item .color-spot.is-title-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-title-grey {
    background: #a9abac;
  }
  .flex-card.color-card .color-item .color-spot.is-blue-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-blue-grey,
  .color-card.project-card .color-item .color-spot.is-blue-grey,
  .color-card.profile-card .color-item .color-spot.is-blue-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-blue-grey {
    background: #444f60;
  }
  .flex-card.color-card .color-item .color-spot.is-light-blue-grey,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-light-blue-grey,
  .color-card.project-card .color-item .color-spot.is-light-blue-grey,
  .color-card.profile-card .color-item .color-spot.is-light-blue-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-light-blue-grey {
    background: #98a9c3;
  }
  .flex-card.color-card .color-item .color-spot.is-medium-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-medium-grey,
  .color-card.project-card .color-item .color-spot.is-medium-grey,
  .color-card.profile-card .color-item .color-spot.is-medium-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-medium-grey {
    background: #66676b;
  }
  .flex-card.color-card .color-item .color-spot.is-basaltic-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-basaltic-grey,
  .color-card.project-card .color-item .color-spot.is-basaltic-grey,
  .color-card.profile-card .color-item .color-spot.is-basaltic-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-basaltic-grey {
    background: #878787;
  }
  .flex-card.color-card .color-item .color-spot.is-muted-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-muted-grey,
  .color-card.project-card .color-item .color-spot.is-muted-grey,
  .color-card.profile-card .color-item .color-spot.is-muted-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-muted-grey {
    background: #999;
  }
  .flex-card.color-card .color-item .color-spot.is-section-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-section-grey,
  .color-card.project-card .color-item .color-spot.is-section-grey,
  .color-card.profile-card .color-item .color-spot.is-section-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-section-grey {
    background: #fbfbfb;
  }
  .flex-card.color-card .color-item .color-spot.is-section-grey-accent,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-section-grey-accent,
  .color-card.project-card .color-item .color-spot.is-section-grey-accent,
  .color-card.profile-card .color-item .color-spot.is-section-grey-accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-section-grey-accent {
    background: #efefef;
  }
  .flex-card.color-card .color-item .color-spot.is-header-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-header-grey,
  .color-card.project-card .color-item .color-spot.is-header-grey,
  .color-card.profile-card .color-item .color-spot.is-header-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-header-grey {
    background: #f5f9fc;
  }
  .flex-card.color-card .color-item .color-spot.is-default-input,
  .network-grid .color-card.network-card .color-item .color-spot.is-default-input,
  .color-card.project-card .color-item .color-spot.is-default-input,
  .color-card.profile-card .color-item .color-spot.is-default-input,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-default-input {
    background: #ccc;
  }
  .flex-card.color-card .color-item .color-spot.is-placeholder,
  .network-grid .color-card.network-card .color-item .color-spot.is-placeholder,
  .color-card.project-card .color-item .color-spot.is-placeholder,
  .color-card.profile-card .color-item .color-spot.is-placeholder,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-placeholder {
    background: #cecece;
  }
  .flex-card.color-card .color-item .color-spot.is-fade-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-fade-grey,
  .color-card.project-card .color-item .color-spot.is-fade-grey,
  .color-card.profile-card .color-item .color-spot.is-fade-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-fade-grey {
    background: #ededed;
  }
  .flex-card.color-card .color-item .color-spot.is-sidebar,
  .network-grid .color-card.network-card .color-item .color-spot.is-sidebar,
  .color-card.project-card .color-item .color-spot.is-sidebar,
  .color-card.profile-card .color-item .color-spot.is-sidebar,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-sidebar {
    background: #344258;
  }
  .flex-card.color-card .color-item .color-spot.is-coal,
  .network-grid .color-card.network-card .color-item .color-spot.is-coal,
  .color-card.project-card .color-item .color-spot.is-coal,
  .color-card.profile-card .color-item .color-spot.is-coal,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-coal {
    background: #444;
  }
  .flex-card.color-card .color-item .color-spot.is-grey-3,
  .network-grid .color-card.network-card .color-item .color-spot.is-grey-3,
  .color-card.project-card .color-item .color-spot.is-grey-3,
  .color-card.profile-card .color-item .color-spot.is-grey-3,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-grey-3 {
    background: #333;
  }
  .flex-card.color-card .color-item .color-spot.is-grey-5,
  .network-grid .color-card.network-card .color-item .color-spot.is-grey-5,
  .color-card.project-card .color-item .color-spot.is-grey-5,
  .color-card.profile-card .color-item .color-spot.is-grey-5,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-grey-5 {
    background: #555;
  }
  .flex-card.color-card .color-item .color-spot.is-grey-6,
  .network-grid .color-card.network-card .color-item .color-spot.is-grey-6,
  .color-card.project-card .color-item .color-spot.is-grey-6,
  .color-card.profile-card .color-item .color-spot.is-grey-6,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-grey-6 {
    background: #666;
  }
  .flex-card.color-card .color-item .color-spot.is-cream-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-cream-grey,
  .color-card.project-card .color-item .color-spot.is-cream-grey,
  .color-card.profile-card .color-item .color-spot.is-cream-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-cream-grey {
    background: #f6f4ff;
  }
  .flex-card.color-card .color-item .color-spot.is-icon-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-icon-grey,
  .color-card.project-card .color-item .color-spot.is-icon-grey,
  .color-card.profile-card .color-item .color-spot.is-icon-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-icon-grey {
    background: #818a97;
  }
  .flex-card.color-card .color-item .color-spot.is-blue,
  .network-grid .color-card.network-card .color-item .color-spot.is-blue,
  .color-card.project-card .color-item .color-spot.is-blue,
  .color-card.profile-card .color-item .color-spot.is-blue,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-blue {
    background: #039be5;
  }
  .flex-card.color-card .color-item .color-spot.is-green,
  .network-grid .color-card.network-card .color-item .color-spot.is-green,
  .color-card.project-card .color-item .color-spot.is-green,
  .color-card.profile-card .color-item .color-spot.is-green,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-green {
    background: #06d6a0;
  }
  .flex-card.color-card .color-item .color-spot.is-orange,
  .network-grid .color-card.network-card .color-item .color-spot.is-orange,
  .color-card.project-card .color-item .color-spot.is-orange,
  .color-card.profile-card .color-item .color-spot.is-orange,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-orange {
    background: #eda514;
  }
  .flex-card.color-card .color-item .color-spot.is-red,
  .network-grid .color-card.network-card .color-item .color-spot.is-red,
  .color-card.project-card .color-item .color-spot.is-red,
  .color-card.profile-card .color-item .color-spot.is-red,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-red {
    background: #f92b60;
  }
  .flex-card.color-card .color-item .color-spot.is-facebook,
  .network-grid .color-card.network-card .color-item .color-spot.is-facebook,
  .color-card.project-card .color-item .color-spot.is-facebook,
  .color-card.profile-card .color-item .color-spot.is-facebook,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-facebook {
    background: #3b5998;
  }
  .flex-card.color-card .color-item .color-spot.is-twitter,
  .network-grid .color-card.network-card .color-item .color-spot.is-twitter,
  .color-card.project-card .color-item .color-spot.is-twitter,
  .color-card.profile-card .color-item .color-spot.is-twitter,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-twitter {
    background: #1dcaff;
  }
  .flex-card.color-card .color-item .color-spot.is-linkedin,
  .network-grid .color-card.network-card .color-item .color-spot.is-linkedin,
  .color-card.project-card .color-item .color-spot.is-linkedin,
  .color-card.profile-card .color-item .color-spot.is-linkedin,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-linkedin {
    background: #007bb6;
  }
  .flex-card.color-card .color-item .color-spot.is-tumblr,
  .network-grid .color-card.network-card .color-item .color-spot.is-tumblr,
  .color-card.project-card .color-item .color-spot.is-tumblr,
  .color-card.profile-card .color-item .color-spot.is-tumblr,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-tumblr {
    background: #35465c;
  }
  .flex-card.color-card .color-item .color-spot.is-reddit,
  .network-grid .color-card.network-card .color-item .color-spot.is-reddit,
  .color-card.project-card .color-item .color-spot.is-reddit,
  .color-card.profile-card .color-item .color-spot.is-reddit,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-reddit {
    background: #ff4500;
  }
  .flex-card.color-card .color-item .color-spot.is-github,
  .network-grid .color-card.network-card .color-item .color-spot.is-github,
  .color-card.project-card .color-item .color-spot.is-github,
  .color-card.profile-card .color-item .color-spot.is-github,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-github {
    background: #444;
  }
  .flex-card.color-card .color-item .color-spot.is-dribbble,
  .network-grid .color-card.network-card .color-item .color-spot.is-dribbble,
  .color-card.project-card .color-item .color-spot.is-dribbble,
  .color-card.profile-card .color-item .color-spot.is-dribbble,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-dribbble {
    background: #ea4c89;
  }
  .flex-card.color-card .color-item .color-spot.is-youtube,
  .network-grid .color-card.network-card .color-item .color-spot.is-youtube,
  .color-card.project-card .color-item .color-spot.is-youtube,
  .color-card.profile-card .color-item .color-spot.is-youtube,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-youtube {
    background: #cc181e;
  }
  .flex-card.color-card .color-item .color-spot.is-google-plus,
  .network-grid .color-card.network-card .color-item .color-spot.is-google-plus,
  .color-card.project-card .color-item .color-spot.is-google-plus,
  .color-card.profile-card .color-item .color-spot.is-google-plus,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-google-plus {
    background: #d34836;
  }
  .flex-card.color-card .color-item .color-spot.is-primary,
  .network-grid .color-card.network-card .color-item .color-spot.is-primary,
  .color-card.project-card .color-item .color-spot.is-primary,
  .color-card.profile-card .color-item .color-spot.is-primary,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-primary {
    background: #8c8cf9;
  }
  .flex-card.color-card .color-item .color-spot.is-secondary,
  .network-grid .color-card.network-card .color-item .color-spot.is-secondary,
  .color-card.project-card .color-item .color-spot.is-secondary,
  .color-card.profile-card .color-item .color-spot.is-secondary,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-secondary {
    background: #7f00ff;
  }
  .flex-card.color-card .color-item .color-spot.is-accent,
  .network-grid .color-card.network-card .color-item .color-spot.is-accent,
  .color-card.project-card .color-item .color-spot.is-accent,
  .color-card.profile-card .color-item .color-spot.is-accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-accent {
    background: #ad5cff;
  }
  .flex-card.color-card .color-item .color-spot.is-green-accent,
  .network-grid .color-card.network-card .color-item .color-spot.is-green-accent,
  .color-card.project-card .color-item .color-spot.is-green-accent,
  .color-card.profile-card .color-item .color-spot.is-green-accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-green-accent {
    background: #06f4b6;
  }
  .flex-card.color-card .color-item .color-spot.is-deep-primary,
  .network-grid .color-card.network-card .color-item .color-spot.is-deep-primary,
  .color-card.project-card .color-item .color-spot.is-deep-primary,
  .color-card.profile-card .color-item .color-spot.is-deep-primary,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-deep-primary {
    background: #0082c8;
  }
  .flex-card.color-card .color-item .color-spot.is-deep-secondary,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-deep-secondary,
  .color-card.project-card .color-item .color-spot.is-deep-secondary,
  .color-card.profile-card .color-item .color-spot.is-deep-secondary,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-deep-secondary {
    background: #7c4dff;
  }
  .flex-card.color-card .color-item .color-spot.is-deep-accent,
  .network-grid .color-card.network-card .color-item .color-spot.is-deep-accent,
  .color-card.project-card .color-item .color-spot.is-deep-accent,
  .color-card.profile-card .color-item .color-spot.is-deep-accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-deep-accent {
    background: #00b289;
  }
  .flex-card.color-card .color-item .color-spot.is-lemonade-primary,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-lemonade-primary,
  .color-card.project-card .color-item .color-spot.is-lemonade-primary,
  .color-card.profile-card .color-item .color-spot.is-lemonade-primary,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-lemonade-primary {
    background: #039be5;
  }
  .flex-card.color-card .color-item .color-spot.is-lemonade-secondary,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-lemonade-secondary,
  .color-card.project-card .color-item .color-spot.is-lemonade-secondary,
  .color-card.profile-card .color-item .color-spot.is-lemonade-secondary,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-lemonade-secondary {
    background: #0084c4;
  }
  .flex-card.color-card .color-item .color-spot.is-lemonade-accent,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-lemonade-accent,
  .color-card.project-card .color-item .color-spot.is-lemonade-accent,
  .color-card.profile-card .color-item .color-spot.is-lemonade-accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-lemonade-accent {
    background: #00d1b2;
  }
  .flex-card.color-card .color-item .color-values,
  .network-grid .color-card.network-card .color-item .color-values,
  .color-card.project-card .color-item .color-values,
  .color-card.profile-card .color-item .color-values,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-values {
    margin: 0 20px;
  }
  .flex-card.color-card .color-item .color-values .hex-value,
  .network-grid .color-card.network-card .color-item .color-values .hex-value,
  .color-card.project-card .color-item .color-values .hex-value,
  .color-card.profile-card .color-item .color-values .hex-value,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-values
    .hex-value {
    color: #999;
  }
  .flex-card.color-card .color-item .color-values .hex-value span,
  .network-grid
    .color-card.network-card
    .color-item
    .color-values
    .hex-value
    span,
  .color-card.project-card .color-item .color-values .hex-value span,
  .color-card.profile-card .color-item .color-values .hex-value span,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-values
    .hex-value
    span {
    font-weight: 600;
    color: #444f60;
  }
  .flex-card.color-card .color-item .color-values .variable-value span,
  .network-grid
    .color-card.network-card
    .color-item
    .color-values
    .variable-value
    span,
  .color-card.project-card .color-item .color-values .variable-value span,
  .color-card.profile-card .color-item .color-values .variable-value span,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-values
    .variable-value
    span {
    color: #ad5cff;
    font-weight: 600;
  }
  .grid-system .columns .column p {
    padding: 40px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 4px;
  }
  .grid-system .columns .column p.is-blue {
    background: #039be5;
  }
  .grid-system .columns .column p.is-green {
    background: #06d6a0;
  }
  .grid-system .columns .column p.is-orange {
    background: #eda514;
  }
  .grid-system .columns .column p.is-red {
    background: #f92b60;
  }
  .grid-system.is-medium .column p {
    padding: 25px;
  }
  .parallax-hero-title {
    font-size: 6rem !important;
    font-family: "Nexa Bold", cursive !important;
  }
  .parallax-hero-title.is-smaller {
    font-size: 4rem !important;
    line-height: 1;
  }
  .parallax-hero-title + h2 {
    padding: 0 20%;
    margin-bottom: 0 !important;
  }
  .tag.is-bold {
    border-width: 2px !important;
    font-weight: 700 !important;
  }
  .small-footer-logo {
    height: 38px;
  }
  pre {
    background-color: rgba(0, 0, 0, 0) !important;
    color: unset;
    font-size: 0.875em;
    overflow-x: auto;
    padding: 0 !important;
    white-space: pre;
    word-wrap: normal;
  }
  .hljs {
    display: block;
    overflow-x: auto;
    padding: 1.5em;
    background: #444f60;
    color: #fff;
  }
  .hljs-name,
  .hljs-strong {
    font-weight: bold;
    color: #4fc1ea;
  }
  .hljs-code,
  .hljs-emphasis {
    font-style: italic;
  }
  .hljs-tag {
    color: #909090;
  }
  .hljs-variable,
  .hljs-template-variable,
  .hljs-selector-id,
  .hljs-selector-class {
    color: #ade5fc;
  }
  .hljs-string,
  .hljs-bullet {
    color: #f39200 !important;
  }
  .hljs-type,
  .hljs-title,
  .hljs-section,
  .hljs-attribute,
  .hljs-quote,
  .hljs-built_in,
  .hljs-builtin-name {
    color: #ffa;
  }
  .hljs-attr {
    color: #68bb88;
  }
  .hljs-number,
  .hljs-symbol,
  .hljs-bullet {
    color: #d36363;
  }
  .hljs-keyword,
  .hljs-selector-tag,
  .hljs-literal {
    color: #fcc28c;
  }
  .hljs-comment,
  .hljs-deletion,
  .hljs-code {
    color: #888;
  }
  .hljs-regexp,
  .hljs-link {
    color: #c6b4f0;
  }
  .hljs-meta {
    color: #fc9b9b;
  }
  .hljs-deletion {
    background-color: #fc9b9b;
    color: #333;
  }
  .hljs-addition {
    background-color: #a2fca2;
    color: #333;
  }
  .hljs a {
    color: inherit;
  }
  .hljs a:focus,
  .hljs a:hover {
    color: inherit;
    text-decoration: underline;
  }
  @media (max-width: 767px) {
    .parallax-hero-title {
      font-size: 4rem !important;
    }
    .parallax-hero-title.is-smaller {
      font-size: 3rem !important;
    }
    .parallax-hero-title + h2 {
      padding: 0 8%;
      margin-bottom: 0 !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .hero-heading {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .hero-heading .auth-logo .top-logo {
    height: 32px;
  }
  .login {
    padding: 10px 0;
  }
  .login-wrapper {
    overflow: hidden !important;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .login-wrapper.is-gapless:not(:last-child) {
    margin-bottom: 0 !important;
  }
  .login-wrapper .column .login-column {
    padding: 0 !important;
  }
  .login-wrapper .hero.login-hero,
  .login-wrapper .hero.signup-hero {
    background-position: center;
    background-size: auto;
  }
  .hero-body .auth-content {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .hero-body .auth-content h2 {
    font-size: 2rem;
    font-family: "Nexa Bold", sans-serif;
    line-height: 1;
  }
  .hero-body .auth-content p {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #999;
  }
  .hero-body .auth-content a {
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #8c8cf9;
  }
  .hero-body .auth-form-wrapper {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .hero-banner .title {
    padding: 25px;
    padding-top: 25%;
  }
  .hero-banner .subtitle {
    padding: 0 30px;
  }
  .hero-banner img.login-city {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
  .hero-banner .button {
    position: relative;
    z-index: 2;
  }
  .signup-hero {
    overflow: hidden;
  }
  .signup-hero .title {
    padding: 25px;
    padding-top: 15%;
  }
  .signup-hero .subtitle {
    padding: 0 22%;
  }
  .signup-hero img.mockup {
    position: absolute;
    bottom: -15%;
    left: 0;
    right: 0;
    z-index: 0;
    max-width: 80%;
    margin: 0 auto;
  }
  .signup-hero .already {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
  .signup-hero .already span {
    margin-right: 15px;
    color: #fff;
  }
  .signup-hero .already a {
    min-width: 80px;
  }
  .no-account,
  .return {
    color: #a9abac !important;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .no-account:hover,
  .return:hover {
    opacity: 0.8;
    color: #8c8cf9 !important;
  }
  .no-account.is-secondary,
  .return.is-secondary {
    color: #7f00ff !important;
  }
  .no-account.is-accent,
  .return.is-accent {
    color: #ad5cff !important;
  }
  .forgot-password a {
    color: #95a5a6;
    font-weight: normal;
    padding-right: 20px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .forgot-password a:hover {
    color: #8c8cf9;
  }
  .icon.user,
  .icon.password {
    margin: 5px 10px 0 0;
  }
  .checkbox-wrap {
    color: #a9abac;
    margin-bottom: 10px;
  }
  .checkbox-wrap span {
    position: relative;
    top: -2px;
  }
  .signup-block.is-rounded .input,
  .signup-block.is-rounded button {
    border-radius: 100px;
  }
  .signup-block.is-rounded .input {
    padding-left: 20px !important;
  }
  .signup-block .control {
    position: relative;
    width: 80%;
  }
  .signup-block .control .input {
    height: 50px;
    padding-left: 10px;
    padding-right: 140px;
    font-size: 1rem;
  }
  .signup-block .control .input:focus {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .signup-block .control .input::-webkit-input-placeholder {
    color: #cecece;
  }
  .signup-block .control .input::-moz-placeholder {
    color: #cecece;
  }
  .signup-block .control .input:-ms-input-placeholder {
    color: #cecece;
  }
  .signup-block .control .input::-ms-input-placeholder {
    color: #cecece;
  }
  .signup-block .control .input::placeholder {
    color: #cecece;
  }
  .signup-block .control button {
    position: absolute;
    top: 4px;
    right: 5px;
    height: 42px;
    width: 120px;
    font-weight: 600;
  }
  @media (max-width: 768px) {
    .signup-column {
      margin-top: 0 !important;
      text-align: center !important;
    }
    .signup-block .control {
      width: 100%;
    }
  }
  .contact-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-card .icon i {
    font-size: 26px;
    color: #8c8cf9;
    position: relative;
  }
  .contact-card .contact-info {
    margin: 0 30px;
    font-family: "Roboto", sans-serif;
  }
  .contact-card .contact-info .contact-name {
    color: #cecece;
  }
  .contact-card .contact-info .contact-details .details-text {
    font-size: 16px;
    font-weight: 400;
    color: #444f60 !important;
  }
  .wavy-login-card,
  .wavy-signup-card,
  .clean-login-card,
  .clean-signup-card,
  .quick-signup {
    padding: 40px;
    border-radius: 6px;
    max-width: 400px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ecf0f1;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  }
  .wavy-login-card h2,
  .wavy-signup-card h2,
  .clean-login-card h2,
  .clean-signup-card h2,
  .quick-signup h2 {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 700 !important;
    font-family: "Nexa Light", sans-serif;
  }
  .quick-signup.is-landing {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 40px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  }
  .trial-features {
    padding: 40px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  }
  .trial-features img {
    margin-top: 20px;
  }
  .remember-wrap .control:last-child,
  .switch-toggle-wrap .control:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .remember-wrap .control > span,
  .switch-toggle-wrap .control > span {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    color: #8e9baf !important;
    max-width: 70%;
  }
  .remember-wrap .control > span a,
  .switch-toggle-wrap .control > span a {
    color: #8c8cf9;
  }
  .clean-signup-info {
    padding: 40px;
  }
  .clean-signup-info h2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 300;
  }
  .clean-signup-info .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .clean-signup-info .feature img {
    height: 48px !important;
    width: 48px !important;
  }
  .clean-signup-info .feature .feature-text {
    margin-left: 20px;
    color: #999;
  }
  .signup-context {
    border: none !important;
    border-radius: 6px;
  }
  .signup-context .subtitle {
    color: #fff !important;
  }
  .signup-context .argument {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding-top: 30px;
  }
  .signup-context .argument .icon i {
    font-size: 2.4rem;
    color: #fff;
  }
  .signup-context .argument .argument-text {
    margin-left: 22px;
    color: #fff;
  }
  .auth-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
  }
  .auth-nav a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .auth-nav a img {
    display: block;
    width: 100%;
    max-width: 90px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .auth-outer {
    position: relative;
    margin-top: 60px;
    background: #f2f2f2;
    min-height: calc(100vh - 60px);
    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;
  }
  .auth-outer .mobile-auth-toggle {
    display: none;
  }
  .auth-outer .shadow {
    -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important;
  }
  .auth-outer .auth-box {
    width: 760px;
    min-height: 480px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .auth-outer .auth-box .form-wrapper {
    position: relative;
    width: 380px;
    height: 480px;
    overflow: hidden;
  }
  .auth-outer .auth-box .form-wrapper.is-active .register {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .auth-outer .auth-box .form-wrapper.is-active .login {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .auth-outer .auth-box .form-wrapper .register {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .auth-outer .auth-box .form-wrapper .login {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .auth-outer .auth-box .form-wrapper .login,
  .auth-outer .auth-box .form-wrapper .register {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    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;
  }
  .auth-outer .auth-box .form-wrapper .login .header,
  .auth-outer .auth-box .form-wrapper .register .header {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth-outer .auth-box .form-wrapper .login .item-list,
  .auth-outer .auth-box .form-wrapper .register .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .auth-outer .auth-box .form-wrapper .login .item-list .item,
  .auth-outer .auth-box .form-wrapper .register .item-list .item {
    width: 140px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 21px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth-outer .auth-box .form-wrapper .login .item-list .item a,
  .auth-outer .auth-box .form-wrapper .register .item-list .item a {
    color: #444f60;
  }
  .auth-outer .auth-box .form-wrapper .login .item-list .item a:hover,
  .auth-outer .auth-box .form-wrapper .register .item-list .item a:hover {
    color: #8c8cf9;
  }
  .auth-outer .auth-box .form-wrapper .login .body,
  .auth-outer .auth-box .form-wrapper .register .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
  }
  .auth-outer .auth-box .form-wrapper .login .body form,
  .auth-outer .auth-box .form-wrapper .register .body form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  .auth-outer .auth-box .form-wrapper .login .body .control,
  .auth-outer .auth-box .form-wrapper .register .body .control {
    position: relative;
  }
  .auth-outer .auth-box .form-wrapper .login .body .control input,
  .auth-outer .auth-box .form-wrapper .register .body .control input {
    width: 290px;
    height: 40px;
    padding-left: 40px;
    padding-bottom: 6px;
    border: 1px solid #e5e5e5;
    background: #f2f2f2;
    border-radius: 4px;
  }
  .auth-outer .auth-box .form-wrapper .login .body .control input:focus,
  .auth-outer .auth-box .form-wrapper .register .body .control input:focus {
    background: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .auth-outer
    .auth-box
    .form-wrapper
    .login
    .body
    .control
    input:focus
    + .form-icon
    i,
  .auth-outer
    .auth-box
    .form-wrapper
    .register
    .body
    .control
    input:focus
    + .form-icon
    i {
    color: #8c8cf9;
  }
  .auth-outer .auth-box .form-wrapper .login .body .control .form-icon,
  .auth-outer .auth-box .form-wrapper .register .body .control .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth-outer .auth-box .form-wrapper .login .body .control .form-icon i,
  .auth-outer .auth-box .form-wrapper .register .body .control .form-icon i {
    color: #cecece;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .auth-outer .auth-box .form-wrapper .login .body button[type="submit"],
  .auth-outer .auth-box .form-wrapper .register .body button[type="submit"] {
    width: 290px;
    height: 44px;
    border: none;
    margin-top: 35px;
    color: #fff;
  }
  .auth-outer .auth-box .form-wrapper .login .body button,
  .auth-outer .auth-box .form-wrapper .register .body button {
    width: 290px;
    height: 44px;
    border: none;
    margin-top: 35px;
    color: #fff;
    cursor: pointer;
  }
  .auth-outer .auth-box .side-box {
    width: 380px;
    height: 480px;
    z-index: 1;
    -webkit-transition: 2s;
    transition: 2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(-45deg, #ad5cff, #8c8cf9, #8c8cf9, #ad5cff);
    background-size: 200% 200%;
    -webkit-animation: gradientBG 15s ease infinite;
    animation: gradientBG 15s ease infinite;
  }
  .auth-outer .auth-box .side-box .action-btn {
    height: 40px;
    min-width: 160px;
    color: #8c8cf9;
    font-weight: 500;
  }
  .auth-outer .forgot-password {
    margin-top: 12px;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .auth-outer .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .auth-outer .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  @media (max-width: 767px) {
    .auth-outer .mobile-auth-toggle {
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: block;
      text-align: center;
    }
    .auth-outer .mobile-auth-toggle h3 {
      margin-bottom: 0;
    }
    .auth-outer .mobile-auth-toggle .button {
      font-size: 1.2rem;
      border: none;
      background: rgba(0, 0, 0, 0);
      color: #8c8cf9;
      font-weight: 500;
    }
    .auth-outer .auth-box {
      max-width: 340px;
    }
    .auth-outer .auth-box .side-box {
      display: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .auth-outer .auth-box {
      max-width: 720px;
    }
  }
  .auth-nav-alt {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    padding: 0 20px;
    background: #f2f2fa;
    border-bottom: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
  }
  .auth-nav-alt .start a,
  .auth-nav-alt .end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth-nav-alt .start a {
    color: #999;
  }
  .auth-nav-alt .end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .auth-nav-alt .end .button {
    font-weight: 500;
    color: #7f00ff;
    border-color: #7f00ff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .auth-outer-alt {
    position: relative;
    margin-top: 60px;
    background: #f2f2fa;
    min-height: calc(100vh - 60px);
    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;
  }
  .auth-outer-alt .form-wrapper {
    max-width: 400px;
    margin: 0 auto 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .auth-outer-alt .form-wrapper .form-title {
    text-align: center;
  }
  .auth-outer-alt .form-wrapper .form-title h3 {
    font-size: 1.6rem;
    color: #444f60;
  }
  .auth-outer-alt .form-wrapper .form-title h4 {
    color: #999;
    max-width: 240px;
    margin: 0 auto;
  }
  .auth-outer-alt .form-wrapper .form-inner {
    padding: 20px;
  }
  .auth-outer-alt .form-wrapper .form-inner .field .control .button {
    height: 42px;
    font-weight: 600;
  }
  .auth-outer-alt .form-wrapper .form-inner .field .control .input:focus {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .auth-outer-alt .form-wrapper .form-inner .form-divider {
    position: relative;
    margin: 40px 0;
    border-top: 1px solid #ededed;
  }
  .auth-outer-alt .form-wrapper .form-inner .form-divider .divider-circle {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .auth-outer-alt .form-wrapper .form-inner .form-divider .divider-circle i {
    color: #444f60;
  }
  .auth-outer-alt .form-wrapper .form-inner .social-login h4 {
    text-align: center;
    color: #999;
    max-width: 240px;
    margin: 0 auto;
  }
  .auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }
  .auth-outer-alt
    .form-wrapper
    .form-inner
    .social-login
    .login-buttons
    .button-wrap {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth-outer-alt
    .form-wrapper
    .form-inner
    .social-login
    .login-buttons
    .button-wrap
    .button-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    background: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .auth-outer-alt
    .form-wrapper
    .form-inner
    .social-login
    .login-buttons
    .button-wrap
    .button-inner:hover {
    border-color: #7f00ff;
    background: #7f00ff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
  }
  .auth-outer-alt
    .form-wrapper
    .form-inner
    .social-login
    .login-buttons
    .button-wrap
    .button-inner:hover
    i {
    color: #fff;
  }
  .auth-outer-alt
    .form-wrapper
    .form-inner
    .social-login
    .login-buttons
    .button-wrap
    .button-inner
    i {
    color: #444f60;
    font-size: 1.3rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .auth-outer-alt > div {
    width: 100%;
  }
  .login-hero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .login-hero .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
  }
  .login-hero .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: animateCircles 25s linear infinite;
    animation: animateCircles 25s linear infinite;
    bottom: -150px;
  }
  .login-hero .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .login-hero .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
  }
  .login-hero .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  .login-hero .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
  }
  .login-hero .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .login-hero .circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  .login-hero .circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
  }
  .login-hero .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
  }
  .login-hero .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
  }
  .login-hero .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
  }
  @-webkit-keyframes animateCircles {
    0% {
      -webkit-transform: translateY(0) rotate(0deg);
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
    }
    100% {
      -webkit-transform: translateY(-1000px) rotate(720deg);
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
    }
  }
  @keyframes animateCircles {
    0% {
      -webkit-transform: translateY(0) rotate(0deg);
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
    }
    100% {
      -webkit-transform: translateY(-1000px) rotate(720deg);
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
    }
  }
  .quick-landing-signup {
    padding: 30px 0;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  .quick-landing-signup .control {
    position: relative;
  }
  .quick-landing-signup .control .input {
    height: 46px;
    padding-left: 20px;
    padding-bottom: 8px;
    font-size: 1.2rem;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .quick-landing-signup .control .button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 46px;
    min-width: 160px;
    background: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
    font-weight: 500;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .profile-header {
    background: #fff;
  }
  .profile-header .profile-header-inner {
    position: relative;
    text-align: center;
    padding: 2rem 0 6rem 0;
  }
  .profile-header .profile-header-inner .profile-avatar {
    position: relative;
  }
  .profile-header .profile-header-inner .profile-avatar .avatar {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
  }
  .profile-header .profile-header-inner .profile-avatar p {
    color: #8e9baf;
  }
  .profile-header .profile-header-inner .tabs {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .profile-header .profile-header-inner .tabs ul {
    border: none;
  }
  .profile-header .profile-header-inner .tabs ul li.is-active a {
    color: #8c8cf9;
    border-color: #8c8cf9;
  }
  .profile-header .profile-header-inner .tabs ul li a {
    border-color: rgba(0, 0, 0, 0);
    border-width: 3px;
    margin-bottom: 0;
    color: #8e9baf;
  }
  .profile-wrapper {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
  .profile-wrapper.is-larger {
    max-width: 890px;
  }
  .profile-card {
    border-color: #e5e5e5;
    padding: 2rem;
  }
  .profile-card:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .profile-card .profile-card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .profile-card .profile-card-head h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.2rem;
    color: #444f60;
  }
  .profile-card .profile-card-head > a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #8c8cf9;
  }
  .profile-card .profile-card-body > p {
    color: #8e9baf;
  }
  .profile-card .profile-card-body .projects .project h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.2rem;
    color: #444f60;
  }
  .profile-card .profile-card-body .projects .project > p {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
  }
  .profile-card .profile-card-body .projects .project .project-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 1rem;
  }
  .profile-card .profile-card-body .projects .project .project-members img {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin: 0 0.35rem;
  }
  .profile-card .profile-card-body .skills .skill-box {
    padding: 1.5rem;
    border: 1px solid #e5e5e5;
  }
  .profile-card .profile-card-body .skills .skill-box h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
    margin-bottom: 0.75rem;
  }
  .profile-card .profile-card-body .skills .skill-box > p {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
    margin-bottom: 0.75rem;
  }
  .profile-card .profile-card-body .skills .skill-box .skill-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem;
    padding: 0.75rem 0 0 0;
  }
  .profile-card .profile-card-body .skills .skill-box .skill-list img {
    display: block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin: 0 0.35rem;
  }
  .profile-card .profile-card-body .experiences .experience,
  .profile-card .profile-card-body .experiences .education,
  .profile-card .profile-card-body .educations .experience,
  .profile-card .profile-card-body .educations .education {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile-card .profile-card-body .experiences .experience + .experience,
  .profile-card .profile-card-body .experiences .experience + .education,
  .profile-card .profile-card-body .experiences .education + .experience,
  .profile-card .profile-card-body .experiences .education + .education,
  .profile-card .profile-card-body .educations .experience + .experience,
  .profile-card .profile-card-body .educations .experience + .education,
  .profile-card .profile-card-body .educations .education + .experience,
  .profile-card .profile-card-body .educations .education + .education {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
  }
  .profile-card .profile-card-body .experiences .experience > img,
  .profile-card .profile-card-body .experiences .education > img,
  .profile-card .profile-card-body .educations .experience > img,
  .profile-card .profile-card-body .educations .education > img {
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
  }
  .profile-card .profile-card-body .experiences .experience .meta,
  .profile-card .profile-card-body .experiences .education .meta,
  .profile-card .profile-card-body .educations .experience .meta,
  .profile-card .profile-card-body .educations .education .meta {
    margin-left: 1rem;
  }
  .profile-card .profile-card-body .experiences .experience .meta h3,
  .profile-card .profile-card-body .experiences .education .meta h3,
  .profile-card .profile-card-body .educations .experience .meta h3,
  .profile-card .profile-card-body .educations .education .meta h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
  }
  .profile-card .profile-card-body .experiences .experience .meta span,
  .profile-card .profile-card-body .experiences .education .meta span,
  .profile-card .profile-card-body .educations .experience .meta span,
  .profile-card .profile-card-body .educations .education .meta span {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
  }
  .profile-card .profile-card-body .experiences .experience .meta p,
  .profile-card .profile-card-body .experiences .education .meta p,
  .profile-card .profile-card-body .educations .experience .meta p,
  .profile-card .profile-card-body .educations .education .meta p {
    margin-top: 0.75rem;
  }
  .project-card {
    border-color: #e5e5e5;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .project-card:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .project-card .project-card-content {
    padding: 1.25rem;
  }
  .project-card .project-card-content h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
    margin-bottom: 0.25rem;
  }
  .project-card .project-card-content p {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
  }
  .project-card .project-card-content .project-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 1rem;
  }
  .project-card .project-card-content .project-members img {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin: 0 0.35rem;
  }
  .network-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .network-stats .network-stat {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .network-stats .network-stat.is-centered {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
  .network-stats .network-stat span {
    display: block;
  }
  .network-stats .network-stat span:first-child {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.8rem;
    color: #444f60;
  }
  .network-stats .network-stat span:nth-child(2) {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    color: #8e9baf;
  }
  .network-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .network-toolbar h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.2rem;
    color: #444f60;
  }
  .network-toolbar > a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #8c8cf9;
  }
  .network-grid .network-card {
    border-color: #e5e5e5;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .network-grid .network-card:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .network-grid .network-card .network-avatar {
    position: relative;
  }
  .network-grid .network-card .network-avatar .avatar {
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
  }
  .network-grid .network-card p {
    color: #8e9baf;
  }
  .network-grid .network-card .network-stats {
    margin-bottom: 1.5rem;
  }
  .network-grid .network-card .network-stats .network-stat:first-child {
    border-right: 1px solid #e5e5e5;
  }
  .network-grid .network-card .network-stats .network-stat span:first-child {
    font-size: 1rem !important;
  }
  .network-grid .network-card .network-stats .network-stat span:nth-child(2) {
    font-size: 0.9rem;
  }
  .network-grid .network-card > a {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #8c8cf9;
  }
  .network-grid .load-more {
    text-align: center;
  }
  .network-grid .load-more .button {
    height: 42px;
    min-width: 140px;
  }
  .account-form {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  .account-form .form-section-title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .account-form .input {
    background: #fff;
    border-radius: 0.5rem;
  }
  .account-form .select {
    width: 100%;
  }
  .account-form .select select {
    width: 100%;
  }
  .account-form .form-button {
    font-size: 1.1rem;
    font-family: "Roboto", sans-serif;
    min-height: 48px;
    min-width: 180px;
    border-radius: 0.65rem;
  }
  .addresses .addresses-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
  .addresses .addresses-grid .addresses-grid-item {
    position: relative;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 0.65rem;
    padding: 2.5rem;
    -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
    transition: border 0.3s, -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  }
  .addresses .addresses-grid .addresses-grid-item:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-color: #8c8cf9;
  }
  .addresses .addresses-grid .addresses-grid-item:hover .edit-link {
    opacity: 1;
    pointer-events: all;
  }
  .addresses .addresses-grid .addresses-grid-item .edit-link {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 36px;
    border: 1px solid #e1e8ee;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s, border 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s, border 0.3s,
      -webkit-box-shadow 0.3s;
    color: #444f60;
    border-radius: 50%;
    font-size: 0.8rem;
  }
  .addresses .addresses-grid .addresses-grid-item .edit-link:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-color: #8c8cf9;
  }
  .addresses .addresses-grid .addresses-grid-item .edit-link svg {
    height: 16px;
    width: 16px;
  }
  .addresses .addresses-grid .addresses-grid-item .address {
    margin-bottom: 1rem;
  }
  .addresses .addresses-grid .addresses-grid-item .address p:first-child {
    font-weight: 500;
    margin-bottom: 0.25rem;
  }
  .addresses .addresses-grid .addresses-grid-item .checkbox-wrap {
    padding: 0;
  }
  .account-orders .flex-table .flex-table-item {
    padding-top: 0.7rem;
    padding-bottom: 0.75rem;
  }
  .account-orders .flex-table .flex-table-item .flex-table-cell.cell-end {
    padding-right: 0;
  }
  @media (max-width: 767px) {
    .account-orders .flex-table .flex-table-item .flex-table-cell.cell-end {
      padding-right: 10px;
    }
    .account-orders .flex-table .flex-table-item .is-details {
      width: 100%;
      min-height: 48px;
      font-size: 1.25rem;
      border-radius: 0.55rem;
      margin-top: 1rem;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .profile-wrapper > .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
    }
    .profile-wrapper > .columns .column.is-4 {
      min-width: 33.3%;
    }
    .profile-wrapper .projects > .columns,
    .profile-wrapper .skills > .columns,
    .profile-wrapper .network-grid > .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
    }
    .profile-wrapper .projects > .columns .column.is-4,
    .profile-wrapper .skills > .columns .column.is-4,
    .profile-wrapper .network-grid > .columns .column.is-4 {
      min-width: 33.3%;
    }
    .addresses .addresses-title {
      padding: 0 10%;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .modern-team .modern-team-item {
    padding: 0 5px;
    width: 33%;
  }
  .modern-team .modern-team-item .item-img:before {
    content: "";
    background-color: rgba(140, 140, 249, 0.9);
  }
  .modern-team .modern-team-item img {
    border-radius: 10px;
  }
  .modern-team .modern-team-item:hover .item-img {
    border-radius: 10px;
  }
  @media (max-width: 767px) {
    .modern-team .modern-team-item {
      width: auto !important;
    }
  }
  .modern-team.startup-team .modern-team-item {
    padding: 0 5px;
    width: 33%;
  }
  .modern-team.startup-team .modern-team-item .item-wrapper {
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
  }
  .modern-team.startup-team .modern-team-item img {
    border-radius: 10px;
  }
  .modern-team.startup-team .modern-team-item:hover .item-img {
    border-radius: 10px;
  }
  .modern-team.startup-team .modern-team-item a i {
    color: #8c8cf9;
  }
  .modern-team.startup-team .modern-team-item a:hover i {
    color: #444f60;
  }
  @media (max-width: 767px) {
    .modern-team.startup-team .modern-team-item {
      width: auto !important;
    }
  }
  .hero-box {
    padding: 20px;
    border-radius: 6px;
    width: 100%;
    background: #fff;
    border: 1px solid #ededed;
  }
  .hero-box img {
    height: 50px;
    display: block;
    margin: 10px auto;
  }
  .hero-box .name {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
  }
  .hero-box .position {
    font-size: 0.9rem;
    font-weight: 600;
    color: #7f00ff;
  }
  .hero-box .social {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-box .social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 2px;
    color: #8c8cf9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hero-box .social a i {
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hero-box .social a:hover {
    background: #8c8cf9;
  }
  .hero-box .social a:hover i {
    color: #fff;
  }
  .hero-box p {
    padding: 10px 0;
    color: #999;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .help-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .help-header img {
    max-height: 45px;
    max-width: 45px;
    padding-right: 20px;
    border-right: 1px solid #fff;
  }
  .help-header .title {
    color: #fff;
    padding-left: 20px;
    position: relative;
    top: -2px;
  }
  .help-subheader {
    padding: 20px 0 30px 0;
  }
  .help-search-wrapper {
    position: relative;
    width: 100%;
  }
  .help-search-wrapper input {
    width: 100%;
    padding: 20px 32px 21px 59px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: background 0.4s, box-shadow 0.2s;
    -webkit-transition: background 0.4s, -webkit-box-shadow 0.2s;
    transition: background 0.4s, -webkit-box-shadow 0.2s;
    transition: background 0.4s, box-shadow 0.2s;
    transition: background 0.4s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  }
  .help-search-wrapper input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .help-search-wrapper input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .help-search-wrapper input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .help-search-wrapper input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .help-search-wrapper input:focus {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
    background: #fff;
    color: #444f60;
  }
  .help-search-wrapper input:focus + i {
    color: #999;
  }
  .help-search-wrapper input:focus::-webkit-input-placeholder {
    color: #cecece !important;
  }
  .help-search-wrapper input:focus::-moz-placeholder {
    color: #cecece !important;
  }
  .help-search-wrapper input:focus:-ms-input-placeholder {
    color: #cecece !important;
  }
  .help-search-wrapper input:focus:-moz-placeholder {
    color: #cecece !important;
  }
  .help-search-wrapper i {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 12px;
    left: 16px;
  }
  .section.help-section {
    background: #f3f5f7;
  }
  .section.help-section .category-card {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  }
  .section.help-section .category-card .card-body a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.help-section .category-card .card-body a .icon {
    width: 110px;
    height: 110px;
    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;
  }
  .section.help-section .category-card .card-body a .icon i {
    font-size: 3.5rem;
    color: #818a97 !important;
  }
  .section.help-section .category-card .card-body a .inner-content {
    padding-left: 25px;
  }
  .section.help-section .category-card .card-body a .inner-content .title {
    margin-bottom: 10px !important;
    font-weight: 400;
    color: #8c8cf9;
  }
  .section.help-section .category-card .card-body a .inner-content .inner-text {
    color: #999 !important;
  }
  .section.help-section .category-card .card-body a .inner-content .card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 12px;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fff;
    position: relative;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar:not(:first-child) {
    margin-left: -19px;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar:first-child {
    z-index: 3;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar:nth-child(2) {
    z-index: 2;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar:nth-child(3) {
    z-index: 1;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar:nth-child(4) {
    z-index: 0;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar.is-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #999;
    font-weight: 500;
    font-size: 13px;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar.is-more
    span {
    position: relative;
    top: -2px;
    left: -1px;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .meta-info {
    color: #999 !important;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .meta-info
    .articles-number {
    font-size: 13px;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .meta-info
    .authors {
    font-size: 13px;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .meta-info
    .authors
    span {
    color: #039be5;
  }
  .breadcrumbs {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #999;
  }
  .breadcrumbs ul {
    margin: 0 !important;
  }
  .breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
  }
  .breadcrumbs ul li:first-child:before {
    content: "";
    margin-left: -20px;
  }
  .breadcrumbs ul li:before {
    content: "";
    font-family: "FontAwesome";
    color: #a0a0a0;
    font-size: 14px;
    margin-right: 15px;
  }
  .breadcrumbs a {
    font-weight: 500;
    color: #8c8cf9;
  }
  .help-container {
    position: relative;
  }
  .help-container .shadow-bg {
    width: 100%;
  }
  .help-container .shadow-bg:before {
    content: " ";
    position: absolute;
    display: block;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ebeef1;
    border-radius: 4px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 0;
    margin: 0 10px;
  }
  .help-container .category-header {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 20px;
    z-index: 2;
  }
  .help-container .category-header .icon {
    width: 110px;
    height: 110px;
    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;
  }
  .help-container .category-header .icon i {
    font-size: 3.5rem;
    color: #818a97 !important;
  }
  .help-container .category-header .inner-content {
    padding-left: 25px;
  }
  .help-container .category-header .inner-content .title {
    margin-bottom: 10px !important;
    font-weight: 400;
    color: #8c8cf9;
  }
  .help-container .category-header .inner-content .inner-text {
    color: #999 !important;
  }
  .help-container .category-header .inner-content .card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 12px;
  }
  .help-container .category-header .inner-content .card-meta .small-avatar {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fff;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar:not(:first-child) {
    margin-left: -19px;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar:first-child {
    z-index: 3;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar:nth-child(2) {
    z-index: 2;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar:nth-child(3) {
    z-index: 1;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar:nth-child(4) {
    z-index: 0;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar.is-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #999;
    font-weight: 500;
    font-size: 13px;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar.is-more
    span {
    position: relative;
    top: -2px;
    left: -1px;
  }
  .help-container .category-header .inner-content .card-meta .meta-info {
    color: #999 !important;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .meta-info
    .articles-number {
    font-size: 13px;
  }
  .help-container .category-header .inner-content .card-meta .meta-info .authors {
    font-size: 13px;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .meta-info
    .authors
    span {
    color: #8c8cf9;
  }
  .help-container .articles-list {
    position: relative;
    margin: 30px;
    background: #fff;
    width: calc(100% - 60px);
    border-radius: 4px;
    border: 1px solid #d4dadf;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  }
  .help-container .articles-list .help-article {
    padding: 30px;
  }
  .help-container .articles-list .help-article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .help-container .articles-list .help-article a .inner-content .title {
    margin-bottom: 10px !important;
    font-weight: 400;
    color: #8c8cf9;
  }
  .help-container .articles-list .help-article a .inner-content .inner-text {
    color: #999 !important;
  }
  .help-container .articles-list .help-article a .inner-content .card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 12px;
  }
  .help-container
    .articles-list
    .help-article
    a
    .inner-content
    .card-meta
    .small-avatar {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fff;
    position: relative;
  }
  .help-container
    .articles-list
    .help-article
    a
    .inner-content
    .card-meta
    .meta-info {
    color: #999 !important;
    line-height: 1.1rem;
  }
  .help-container
    .articles-list
    .help-article
    a
    .inner-content
    .card-meta
    .meta-info
    .author {
    font-size: 13px;
  }
  .help-container
    .articles-list
    .help-article
    a
    .inner-content
    .card-meta
    .meta-info
    .author
    span {
    color: #039be5;
  }
  .help-container
    .articles-list
    .help-article
    a
    .inner-content
    .card-meta
    .meta-info
    .status {
    font-size: 12px;
    color: #a9abac;
  }
  .help-container .articles-list .help-article:not(:last-child) {
    border-bottom: 1px solid #d4dadf;
  }
  .single-help-article {
    border-radius: 4px;
    border: 1px solid #d4dadf;
    margin-top: 20px;
    padding: 60px;
  }
  .single-help-article .article-inner {
    max-width: 640px;
    margin: 0 auto;
  }
  .single-help-article .article-inner h2 {
    font-weight: 500;
  }
  .single-help-article .article-inner h3 {
    padding-top: 20px;
    color: #999;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .single-help-article .article-inner .article-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999 !important;
    line-height: 1.1rem;
  }
  .single-help-article .article-inner .article-meta .small-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .single-help-article .article-inner .article-meta .meta-info {
    color: #999 !important;
    line-height: 1.1rem;
    margin-left: 15px;
  }
  .single-help-article .article-inner .article-meta .meta-info .author {
    font-size: 13px;
  }
  .single-help-article .article-inner .article-meta .meta-info .author span {
    color: #039be5;
  }
  .single-help-article .article-inner .article-meta .meta-info .status {
    font-size: 12px;
    color: #a9abac;
  }
  .single-help-article .article-inner .content {
    padding-top: 30px;
  }
  .single-help-article .article-inner .content p {
    font-size: 16px;
    color: #444f60;
  }
  .single-help-article .article-inner .content h4 {
    padding-top: 10px;
    font-weight: 500;
  }
  .single-help-article .article-inner .content ul {
    font-size: 16px;
  }
  .single-help-article .article-inner .rating-section {
    width: 100%;
    text-align: center;
  }
  .single-help-article .article-inner .rating-section .question {
    padding-top: 25px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #a9abac;
  }
  .single-help-article .article-inner .rating-section .rating-buttons {
    position: relative;
    top: 18px;
  }
  .single-help-article .article-inner .rating-section .rating-button {
    max-width: 60px;
    max-height: 60px;
    cursor: pointer;
  }
  .single-help-article .article-inner .rating-section .rating-button i {
    font-size: 50px;
    font-weight: 200;
    color: #a9abac;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .single-help-article .article-inner .rating-section .rating-button:hover i {
    color: #8c8cf9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .faq-wrapper {
    padding: 50px 0;
  }
  .faq-wrapper .faq-block {
    margin: 0 0 50px 0;
    padding: 0 16px;
  }
  .faq-wrapper .faq-block:last-child {
    margin-bottom: 0;
  }
  .faq-wrapper .faq-block .block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .faq-wrapper .faq-block .block-header.is-active .header-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .faq-wrapper .faq-block .block-header .header-icon {
    height: 24px;
    width: 24px;
    min-width: 24px;
    background: #8c8cf9;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .faq-wrapper .faq-block .block-header .header-icon i {
    color: #fcfcfc;
    font-size: 12px;
  }
  .faq-wrapper .faq-block .block-header h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #444f60;
    margin-left: 12px;
  }
  .faq-wrapper .faq-block .block-body {
    display: none;
    padding-top: 16px;
  }
  .faq-wrapper .faq-block .block-body p {
    color: #64748d;
  }
  @media (max-width: 767px) {
    .faq-wrapper .faq-block {
      margin: 25px 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    max-height: 800px;
    height: auto;
    margin: 20px 10px;
  }
  .portfolio .portfolio-item:hover .circle-overlay {
    -webkit-transform: scale(35);
    transform: scale(35);
  }
  .portfolio .portfolio-item:hover .project-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
  .portfolio .portfolio-item:hover .project-link {
    color: #fff;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
  .portfolio .portfolio-item img {
    border-radius: 10px;
    max-height: 800px;
    display: block;
  }
  .portfolio .portfolio-item .circle-overlay {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #8c8cf9;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
  }
  .portfolio .portfolio-item .project-info {
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .portfolio .portfolio-item .project-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .portfolio .portfolio-item .project-link {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .portfolio .portfolio-item .project-link a {
    color: #fff;
    font-family: "Nexa Light", sans-serif;
    font-size: 1.2rem;
  }
  .portfolio .portfolio-item .project-link a i {
    position: relative;
    top: 8px;
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .portfolio .portfolio-item .project-link a:hover i {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .portfolio-item .item-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 2.3rem;
  }
  .portfolio-item .project-description p {
    padding-bottom: 10px;
  }
  .portfolio-item .made-for {
    font-family: "Nexa Bold", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .portfolio-item .made-for img {
    max-height: 80px;
  }
  .portfolio-item label {
    font-family: "Nexa Light", sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 90%;
    color: #999;
  }
  .portfolio-item .project-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .portfolio-item .project-category span {
    font-family: "Nexa Bold", sans-serif;
  }
  .portfolio-item .project-category i {
    font-size: 1.8rem;
    color: #8c8cf9;
  }
  .portfolio-item .inline-list {
    padding: 10px 0;
  }
  .portfolio-item .project-date {
    padding: 10px 0;
    font-family: "Nexa Bold", sans-serif;
  }
  .portfolio-item .fa-social {
    font-size: 1.4rem;
    color: #a9abac;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .portfolio-item .fa-social:hover {
    color: #8c8cf9;
  }
  .portfolio-item .navigation {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .portfolio-item .navigation a {
    width: 146px;
    margin: 0 5px;
  }
  .portfolio-item .navigation a i {
    font-size: 18px;
  }
  .portfolio-item .navigation a i.is-right {
    position: relative;
    right: -14px;
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .portfolio-item img {
      width: 100%;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .latest-posts .card,
  .latest-posts .cart-summary .summary-card,
  .cart-summary .latest-posts .summary-card {
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #ededed;
  }
  .latest-posts .card .card-image figure img,
  .latest-posts .cart-summary .summary-card .card-image figure img,
  .cart-summary .latest-posts .summary-card .card-image figure img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .latest-posts .card figure.author,
  .latest-posts .cart-summary .summary-card figure.author,
  .cart-summary .latest-posts .summary-card figure.author {
    position: absolute;
    bottom: -24px;
    right: 20px;
  }
  .latest-posts .card figure.author .img-circle,
  .latest-posts .cart-summary .summary-card figure.author .img-circle,
  .cart-summary .latest-posts .summary-card figure.author .img-circle {
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .latest-posts .card .media,
  .latest-posts .cart-summary .summary-card .media,
  .cart-summary .latest-posts .summary-card .media {
    margin: 0;
  }
  .latest-posts .card .title,
  .latest-posts .cart-summary .summary-card .title,
  .cart-summary .latest-posts .summary-card .title {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
  }
  .latest-posts .card .timestamp,
  .latest-posts .cart-summary .summary-card .timestamp,
  .cart-summary .latest-posts .summary-card .timestamp {
    font-size: 85%;
    color: #a9abac;
    padding: 5px 0;
  }
  .latest-posts .card .timestamp i,
  .latest-posts .cart-summary .summary-card .timestamp i,
  .cart-summary .latest-posts .summary-card .timestamp i {
    margin-right: 7px;
  }
  .latest-posts .card .post-exerpt,
  .latest-posts .cart-summary .summary-card .post-exerpt,
  .cart-summary .latest-posts .summary-card .post-exerpt {
    padding: 10px 0 20px 0;
    font-family: "Roboto", sans-serif;
  }
  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .is-post {
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 760px;
    margin: 0 auto 50px auto;
  }
  .is-post:last-child {
    margin-bottom: 0;
  }
  .is-post .featured-post-image {
    position: relative;
  }
  .is-post .featured-post-image img {
    display: block;
    border-radius: 4px 4px 0 0;
  }
  .is-post .featured-post-image .post-date {
    position: absolute;
    bottom: -28px;
    right: 28px;
    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;
    height: 56px;
    width: 56px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .is-post .featured-post-image .post-date .post-date-inner {
    line-height: 1;
    text-align: center;
  }
  .is-post .featured-post-image .post-date .post-date-inner span {
    font-family: "Roboto", sans-serif;
    display: block;
  }
  .is-post .featured-post-image .post-date .post-date-inner span:first-child {
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444f60;
  }
  .is-post .featured-post-image .post-date .post-date-inner span:nth-child(2) {
    font-weight: 700;
    font-size: 1.8rem;
    color: #8c8cf9;
  }
  .is-post .featured-post-body {
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 0 0 6px 6px;
  }
  .is-post .featured-post-body .featured-post-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .is-post .featured-post-body .featured-post-title .title-avatar {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
    display: block;
  }
  .is-post .featured-post-body .featured-post-title .title-avatar img {
    border-radius: 50%;
  }
  .is-post .featured-post-body .featured-post-title .title-meta {
    margin-left: 12px;
  }
  .is-post .featured-post-body .featured-post-title .title-meta .post-title {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.4rem;
    line-height: 1;
  }
  .is-post .featured-post-body .featured-post-title .title-meta .post-subtitle {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
  }
  .is-post .featured-post-body .featured-post-title .title-meta .post-subtitle a {
    color: #8c8cf9;
  }
  .is-post .featured-post-body .featured-post-title .title-meta .post-subtitle i {
    position: relative;
    top: -4px;
    font-size: 4px;
    margin: 0 5px;
  }
  .is-post .featured-post-body p {
    color: #8e9baf;
    margin-bottom: 1.5rem;
  }
  .is-post .featured-post-body .read-more-link {
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    color: #8c8cf9;
    font-size: 1.1rem;
  }
  .is-post .featured-post-body .read-more-link span {
    position: relative;
    top: 2px;
    font-size: 1.6rem;
    margin-left: 4px;
  }
  .load-more {
    padding: 60px 0;
  }
  .load-more .button {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
  }
  .blog-grid-item.is-masonry {
    margin-bottom: 1.5rem;
  }
  .blog-grid-item.is-masonry:last-child {
    margin-bottom: 0;
  }
  .blog-grid-item.masonry-size-1 .card-image .item-featured-image {
    height: 140px;
  }
  .blog-grid-item.masonry-size-2 .card-image .item-featured-image {
    height: 240px;
  }
  .blog-grid-item.masonry-size-3 .card-image .item-featured-image {
    height: 290px;
  }
  .blog-grid-item.is-related .card-content {
    padding: 16px;
  }
  .blog-grid-item.is-related .card-content .featured-post-title .title-meta {
    margin-left: 0;
  }
  .blog-grid-item.is-related
    .card-content
    .featured-post-title
    .title-meta
    .post-title {
    font-size: 1.3rem;
  }
  .blog-grid-item.is-related
    .card-content
    .featured-post-title
    .title-meta
    .post-subtitle {
    font-size: 1rem;
  }
  .blog-grid-item .card-image .item-featured-image {
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .blog-grid-item .card-image .post-date {
    position: absolute;
    bottom: 12px;
    right: 12px;
    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;
    height: 50px;
    width: 50px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .blog-grid-item .card-image .post-date .post-date-inner {
    line-height: 1;
    text-align: center;
  }
  .blog-grid-item .card-image .post-date .post-date-inner span {
    font-family: "Roboto", sans-serif;
    display: block;
  }
  .blog-grid-item .card-image .post-date .post-date-inner span:first-child {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444f60;
  }
  .blog-grid-item .card-image .post-date .post-date-inner span:nth-child(2) {
    font-weight: 700;
    font-size: 1.5rem;
    color: #8c8cf9;
  }
  .blog-grid-item .card-content {
    padding: 26px;
  }
  .blog-grid-item .card-content .featured-post-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .blog-grid-item .card-content .featured-post-title .title-avatar {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
    display: block;
  }
  .blog-grid-item .card-content .featured-post-title .title-avatar img {
    border-radius: 50%;
  }
  .blog-grid-item .card-content .featured-post-title .title-meta {
    margin-left: 12px;
  }
  .blog-grid-item .card-content .featured-post-title .title-meta .post-title {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .blog-grid-item .card-content .featured-post-title .title-meta .post-subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    color: #8e9baf;
  }
  .blog-grid-item
    .card-content
    .featured-post-title
    .title-meta
    .post-subtitle
    a {
    color: #8c8cf9;
  }
  .blog-grid-item
    .card-content
    .featured-post-title
    .title-meta
    .post-subtitle
    i {
    position: relative;
    top: -4px;
    font-size: 4px;
    margin: 0 5px;
  }
  .blog-grid-item .card-content p {
    color: #8e9baf;
    margin-bottom: 1rem;
  }
  .blog-grid-item .card-content .read-more-link {
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    color: #8c8cf9;
    font-size: 1rem;
  }
  .blog-grid-item .card-content .read-more-link span {
    position: relative;
    top: 2px;
    font-size: 1.6rem;
    margin-left: 4px;
  }
  .blog-sidebar {
    padding: 0 30px;
  }
  .blog-sidebar .blog-sidebar-search {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 2.5rem;
  }
  .blog-sidebar .blog-sidebar-search .input {
    border-color: #e7eaed;
    font-size: 1.2rem;
  }
  .blog-sidebar .blog-sidebar-posts {
    margin-bottom: 3.5rem;
  }
  .blog-sidebar .blog-sidebar-posts h4 {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post:last-child {
    margin-bottom: 0;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-image {
    position: relative;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-image img {
    display: block;
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    object-fit: cover;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 0 20px;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content h3 {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #444f60;
    margin-bottom: 6px;
    line-height: 1.2;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content .meta img {
    display: block;
    height: 24px;
    width: 24px;
    min-width: 24px;
    border-radius: 50%;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content .meta span {
    color: #8e9baf;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    margin-left: 8px;
  }
  .blog-sidebar .blog-sidebar-categories {
    margin-bottom: 3.5rem;
  }
  .blog-sidebar .blog-sidebar-categories h4 {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .blog-sidebar .blog-sidebar-categories .blog-sidebar-category {
    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;
  }
  .blog-sidebar .blog-sidebar-categories .blog-sidebar-category:last-child {
    margin-bottom: 0;
  }
  .blog-sidebar .blog-sidebar-categories .blog-sidebar-category:hover > span {
    color: #8c8cf9;
  }
  .blog-sidebar
    .blog-sidebar-categories
    .blog-sidebar-category:hover
    .post-count {
    border-color: #e7eaed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .blog-sidebar
    .blog-sidebar-categories
    .blog-sidebar-category:hover
    .post-count
    span {
    color: #8c8cf9;
  }
  .blog-sidebar .blog-sidebar-categories .blog-sidebar-category > span {
    font-family: "Roboto", sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    color: #8e9baf;
    line-height: 1.2;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-sidebar .blog-sidebar-categories .blog-sidebar-category .post-count {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .blog-sidebar .blog-sidebar-categories .blog-sidebar-category .post-count span {
    font-weight: 600;
    font-size: 1rem;
    color: #444f60;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-sidebar .blog-sidebar-tags {
    margin-bottom: 3.5rem;
  }
  .blog-sidebar .blog-sidebar-tags h4 {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .blog-sidebar .blog-sidebar-tags .tags .tag {
    height: 3em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.9rem;
    background: #fff;
    color: #8e9baf;
    border: 1px solid #e7eaed;
    border-radius: 8px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .blog-sidebar .blog-sidebar-tags .tags .tag:hover {
    color: #8c8cf9;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .is-single-post {
    border-radius: 6px;
    background: #fff;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 50px auto;
  }
  .is-single-post:last-child {
    margin-bottom: 0;
  }
  .is-single-post .featured-post-image {
    position: relative;
  }
  .is-single-post .featured-post-image img {
    display: block;
    border-radius: 4px 4px 0 0;
  }
  .is-single-post .featured-post-image .post-date {
    position: absolute;
    bottom: -28px;
    right: 28px;
    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;
    height: 56px;
    width: 56px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .is-single-post .featured-post-image .post-date .post-date-inner {
    line-height: 1;
    text-align: center;
  }
  .is-single-post .featured-post-image .post-date .post-date-inner span {
    font-family: "Roboto", sans-serif;
    display: block;
  }
  .is-single-post
    .featured-post-image
    .post-date
    .post-date-inner
    span:first-child {
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444f60;
  }
  .is-single-post
    .featured-post-image
    .post-date
    .post-date-inner
    span:nth-child(2) {
    font-weight: 700;
    font-size: 1.8rem;
    color: #8c8cf9;
  }
  .is-single-post .featured-post-body {
    padding: 30px 0;
  }
  .is-single-post .featured-post-body .featured-post-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .is-single-post
    .featured-post-body
    .featured-post-title
    .title-meta
    .post-title {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 8px;
  }
  .is-single-post
    .featured-post-body
    .featured-post-title
    .title-meta
    .post-subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    color: #8e9baf;
    margin-bottom: 1rem;
  }
  .is-single-post
    .featured-post-body
    .featured-post-title
    .title-meta
    .post-subtitle
    a {
    color: #8c8cf9;
  }
  .is-single-post
    .featured-post-body
    .featured-post-title
    .title-meta
    .post-subtitle
    i {
    position: relative;
    top: -4px;
    font-size: 4px;
    margin: 0 5px;
  }
  .is-single-post .featured-post-body p {
    font-size: 1.2rem;
    color: #8e9baf;
    margin-bottom: 1.5rem;
  }
  .is-single-post .featured-post-body blockquote {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    background: #f5f6fa;
    border-color: #8c8cf9;
    color: #8593a9;
  }
  .is-single-post .sharing-links,
  .is-single-post .post-tags {
    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;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    font-size: 1.1rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #dee2e6;
  }
  .is-single-post .sharing-links > span,
  .is-single-post .post-tags > span {
    position: relative;
    top: 2px;
    color: #444f60;
    font-size: 1.3rem;
    margin-left: 4px;
  }
  .is-single-post .sharing-links .social-links,
  .is-single-post .post-tags .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .is-single-post .sharing-links .social-links a,
  .is-single-post .post-tags .social-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    width: 38px;
    min-width: 38px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-single-post .sharing-links .social-links a:hover,
  .is-single-post .post-tags .social-links a:hover {
    background: #fff;
    border-color: #e7eaf3;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .is-single-post .sharing-links .social-links a:hover i,
  .is-single-post .post-tags .social-links a:hover i {
    color: #8c8cf9;
  }
  .is-single-post .sharing-links .social-links a i,
  .is-single-post .post-tags .social-links a i {
    font-size: 16px;
    color: #c5cbe2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-single-post .sharing-links {
    margin-bottom: 1.5rem;
  }
  .is-single-post .post-tags {
    border-bottom: none;
  }
  .is-single-post .post-tags .tags .tag {
    height: 3em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.9rem;
    background: #fff;
    color: #8e9baf;
    border: 1px solid #e7eaed;
    border-radius: 8px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-single-post .post-tags .tags .tag:hover {
    color: #8c8cf9;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .is-single-post .post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    margin: 40px 0;
    padding: 30px;
    border: 1px solid #e4e7ea;
    border-radius: 12px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-single-post .post-author:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .is-single-post .post-author .post-author-avatar {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
    display: block;
  }
  .is-single-post .post-author .post-author-avatar img {
    border-radius: 50%;
  }
  .is-single-post .post-author .post-author-meta {
    margin-left: 12px;
  }
  .is-single-post .post-author .post-author-meta .post-author-title a {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.4rem;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-single-post .post-author .post-author-meta .post-author-title a:hover {
    color: #8c8cf9;
  }
  .is-single-post .post-author .post-author-meta h4 {
    font-family: "Nexa Light", sans-serif;
    color: #8e9baf;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .is-single-post .post-author .post-author-meta p {
    font-size: 1.1rem;
    color: #8e9baf;
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .is-single-post .post-author {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .is-single-post .post-author .post-author-avatar {
      margin: 0 auto 16px auto;
    }
  }
  .related-posts {
    margin-bottom: 3.5rem;
  }
  .related-posts .related-posts-head {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.6rem;
    margin: 20px 0;
  }
  .single-comments .single-comments-head {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.6rem;
    margin: 20px 0;
  }
  .single-comments .comments-list .media {
    font-family: "Roboto", sans-serif;
    margin: 0 !important;
    padding: 1.5rem 0 !important;
    border-color: #e4e7ea;
    max-width: 640px;
  }
  .single-comments .comments-list .media .media-left img {
    border-radius: 50%;
  }
  .single-comments .comments-list .media .media-content .content .title {
    color: #444f60;
    font-size: 1.2rem;
  }
  .single-comments .comments-list .media .media-content .content .timestamp {
    display: block;
    color: #8e9baf;
    margin-bottom: 0.5rem;
  }
  .single-comments .comments-list .media .media-content .content p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .single-comments .comments-list .media .media-content .content .controls i {
    color: #f92b60;
    font-size: 12px;
  }
  .single-comments
    .comments-list
    .media
    .media-content
    .content
    .controls
    .count {
    color: #444f60;
    font-weight: 500;
  }
  .single-comments
    .comments-list
    .media
    .media-content
    .content
    .controls
    .reply {
    font-family: "Roboto", sans-serif;
    margin-left: 20px;
  }
  .single-comments
    .comments-list
    .media
    .media-content
    .content
    .controls
    .reply
    a {
    color: #8c8cf9;
  }
  .single-comments .publish-comment {
    margin-bottom: 3.5rem;
  }
  .single-comments .publish-comment .publish-comment-head {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.6rem;
    margin: 20px 0;
  }
  .single-comments .publish-comment form .field .textarea {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    border-color: #dee2e6;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
  }
  .single-comments .publish-comment form .field .input {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    height: 50px;
    font-size: 1.2rem;
  }
  .single-comments .publish-comment form .field .submit-wrap .button {
    height: 55px;
    min-width: 240px;
  }
  .main-post .post-image {
    position: relative;
    border-radius: 6px;
  }
  .main-post .post-image img {
    display: block;
    border-radius: 6px;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .main-post .post-image .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(140, 140, 249, 0.8);
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main-post .post-image:hover .image-overlay {
    background: rgba(140, 140, 249, 0.6);
  }
  .main-post .post-content {
    padding: 20px;
  }
  .main-post .post-content h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #8c8cf9;
    margin: 10px 0 0 0;
  }
  .main-post .post-content h3 a {
    color: #8c8cf9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main-post .post-content h3 a:hover {
    opacity: 0.7;
  }
  .main-post .post-content .time {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    color: #999;
    margin-bottom: 16px;
  }
  .main-post .post-content p {
    font-size: 1.1rem;
    color: #999;
  }
  .side-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .side-post .post-image {
    position: relative;
  }
  .side-post .post-image img {
    display: block;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .side-post .post-image .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(140, 140, 249, 0.8);
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .side-post .post-image:hover .image-overlay {
    background: rgba(140, 140, 249, 0.6);
  }
  .side-post .post-content {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 0 20px;
  }
  .side-post .post-content h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #8c8cf9;
    margin-bottom: 6px;
  }
  .side-post .post-content h3 a {
    color: #8c8cf9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .side-post .post-content h3 a:hover {
    opacity: 0.7;
  }
  .side-post .post-content p {
    font-size: 1rem;
    color: #999;
  }
  .no-credit-card {
    color: #999;
    font-size: 0.8rem;
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .side-post .post-image img {
      width: 90px !important;
      min-width: 90px !important;
      height: 90px !important;
      min-height: 90px !important;
    }
    .side-post .post-content {
      padding-right: 0 !important;
    }
    .side-post .post-content h3 {
      font-size: 1rem !important;
    }
    .side-post .post-content p {
      font-size: 0.9rem !important;
    }
  }
  @media (max-width: 767px) {
    .main-post .post-content {
      padding: 20px 0;
    }
    .side-post .post-image img {
      width: 60px !important;
      min-width: 60px !important;
      height: 60px !important;
      min-height: 60px !important;
    }
    .side-post .post-content {
      padding-right: 0 !important;
    }
    .side-post .post-content h3 {
      font-size: 1rem !important;
    }
    .side-post .post-content p {
      font-size: 0.9rem !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .contact-form-wrapper {
    min-height: 500px;
    padding: 50px 0;
    background: #ededed;
  }
  .contact-form-wrapper .container {
    padding: 50px 0;
  }
  .contact-form-wrapper .columns {
    padding: 30px 0;
  }
  .contact-form-wrapper .form-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #444f60;
  }
  .shadow-title {
    font-family: "Nexa Light", sans-serif;
    font-size: 1.3rem;
    padding-top: 10px;
  }
  .shadow-description {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
  }
  .contact-title {
    margin-top: 200px;
  }
  .contact-form {
    width: 100%;
    padding: 40px 20px;
  }
  .contact-form.is-bigger {
    width: 100%;
    border: 1px solid #ededed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background: #fff;
    padding: 50px;
  }
  .contact-form.is-bigger p {
    color: #6f7592;
    font-size: 0.9rem;
    margin-bottom: 40px;
  }
  .contact-form.is-bigger .button-wrap {
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Nexa Bold", sans-serif;
  }
  .contact-form.is-bigger .button-wrap .button {
    height: 54px;
    line-height: 1 !important;
  }
  .contact-form label {
    font-weight: 500;
    color: #444f60;
  }
  .contact-form .submit-wrapper {
    text-align: right;
  }
  .contact-toggler {
    padding: 40px 0;
  }
  .contact-toggler .tabbed-links li {
    display: inline-block;
    padding: 10px;
    color: #cecece;
    border-top: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .contact-toggler .tabbed-links li.is-active {
    color: #444f60;
    font-weight: 500;
    border-top: 2px solid #8c8cf9;
  }
  .contact-toggler .contact-blocks .contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
  .contact-toggler .contact-blocks .contact-block .contact-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8c8cf9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .contact-toggler .contact-blocks .contact-block .contact-icon i {
    font-size: 1.3rem;
    color: #fff;
  }
  .contact-toggler .contact-blocks .contact-block .contact-info {
    padding: 0 10px;
  }
  .contact-toggler .contact-blocks .contact-block .contact-info span {
    display: block;
  }
  .contact-toggler .contact-blocks .contact-block .contact-info span:first-child {
    font-weight: 500;
    color: #444f60;
  }
  .contact-toggler
    .contact-blocks
    .contact-block
    .contact-info
    span:nth-child(2) {
    font-weight: 500;
    color: #039be5;
  }
  @media (max-width: 767px) {
    .submit-wrapper {
      text-align: center !important;
    }
    .contact-form.is-bigger {
      padding: 30px;
    }
  }
  .contact-form-2 {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 60px auto;
    border: 1px solid #ededed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background: #fff;
    padding: 50px;
  }
  .contact-form-2 p {
    color: #6f7592;
    font-size: 0.9rem;
    margin-bottom: 40px;
  }
  .contact-form-2 .b-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-form-2 .b-checkbox label {
    padding-left: 1rem;
    color: #8e9baf;
  }
  .contact-form-2 .button-wrap {
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Nexa Bold", sans-serif;
  }
  .contact-form-2 .button-wrap .button {
    height: 54px;
    line-height: 3 !important;
  }
  .half-map {
    min-height: 550px;
  }
  @media (max-width: 767px) {
    #google-map {
      min-height: 50vh;
    }
  }
  .mapbox-map.map-1 {
    width: 100%;
    height: 100%;
  }
  .mapbox-map.map-1 canvas {
    height: 100% !important;
  }
  .startup-contact-button {
    max-width: 320px;
    margin: 0 auto;
    height: 44px;
  }
  .contact-page-form {
    display: block;
    padding: 40px;
    border: 1px solid #eaecef;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    text-align: left;
  }
  .contact-page-form > h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.4rem;
    color: #444f60;
  }
  .contact-page-form > p {
    color: #8e9baf;
    margin-bottom: 2rem;
  }
  .contact-page-form .column {
    padding: 0.5rem;
  }
  .contact-page-form .field > label {
    font-size: 0.95rem;
  }
  .contact-page-form .field .control .input,
  .contact-page-form .field .control .textarea {
    font-size: 1.1rem;
  }
  .map-block {
    border-radius: 2rem;
    margin: 3rem auto 5rem auto;
    max-width: 1040px;
  }
  .map-block .map-block-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 3rem;
    min-height: 400px;
    z-index: 1;
  }
  .map-block .map-block-inner .card,
  .map-block .map-block-inner .cart-summary .summary-card,
  .cart-summary .map-block .map-block-inner .summary-card {
    min-width: 340px;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #dbdbdb;
  }
  .map-block .map-block-inner .card .card-content,
  .map-block .map-block-inner .cart-summary .summary-card .card-content,
  .cart-summary .map-block .map-block-inner .summary-card .card-content {
    padding: 2.5rem;
  }
  .map-block .map-block-inner .card .card-content h4,
  .map-block .map-block-inner .cart-summary .summary-card .card-content h4,
  .cart-summary .map-block .map-block-inner .summary-card .card-content h4 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.2rem;
    color: #444f60;
  }
  .map-block .map-block-inner .card .card-content p,
  .map-block .map-block-inner .cart-summary .summary-card .card-content p,
  .cart-summary .map-block .map-block-inner .summary-card .card-content p {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .map-block .map-block-inner .card .card-content .control,
  .map-block .map-block-inner .cart-summary .summary-card .card-content .control,
  .cart-summary .map-block .map-block-inner .summary-card .card-content .control {
    position: relative;
  }
  .map-block .map-block-inner .card .card-content .control .form-icon,
  .map-block
    .map-block-inner
    .cart-summary
    .summary-card
    .card-content
    .control
    .form-icon,
  .cart-summary
    .map-block
    .map-block-inner
    .summary-card
    .card-content
    .control
    .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    width: 42px;
  }
  .map-block .map-block-inner .card .card-content .control .form-icon svg,
  .map-block
    .map-block-inner
    .cart-summary
    .summary-card
    .card-content
    .control
    .form-icon
    svg,
  .cart-summary
    .map-block
    .map-block-inner
    .summary-card
    .card-content
    .control
    .form-icon
    svg {
    height: 18px;
    width: 18px;
    stroke: #8c8cf9;
  }
  .map-block .map-block-inner .card .card-content .input,
  .map-block .map-block-inner .cart-summary .summary-card .card-content .input,
  .cart-summary .map-block .map-block-inner .summary-card .card-content .input,
  .map-block .map-block-inner .card .card-content .textarea,
  .map-block .map-block-inner .cart-summary .summary-card .card-content .textarea,
  .cart-summary
    .map-block
    .map-block-inner
    .summary-card
    .card-content
    .textarea {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .map-block .map-block-inner .card .card-content .input:focus,
  .map-block
    .map-block-inner
    .cart-summary
    .summary-card
    .card-content
    .input:focus,
  .cart-summary
    .map-block
    .map-block-inner
    .summary-card
    .card-content
    .input:focus,
  .map-block .map-block-inner .card .card-content .textarea:focus,
  .map-block
    .map-block-inner
    .cart-summary
    .summary-card
    .card-content
    .textarea:focus,
  .cart-summary
    .map-block
    .map-block-inner
    .summary-card
    .card-content
    .textarea:focus {
    border-color: #8c8cf9;
  }
  .map-block .map-block-inner .card .card-content .input,
  .map-block .map-block-inner .cart-summary .summary-card .card-content .input,
  .cart-summary .map-block .map-block-inner .summary-card .card-content .input {
    height: 42px;
    padding-left: 42px;
    border-radius: 0.55rem;
  }
  .map-block .map-block-inner .card .card-content .button,
  .map-block .map-block-inner .cart-summary .summary-card .card-content .button,
  .cart-summary .map-block .map-block-inner .summary-card .card-content .button {
    height: 42px;
    border-radius: 0.55rem;
  }
  @media only screen and (max-width: 767px) {
    .map-block .map-block-inner {
      padding: 1.5rem !important;
    }
    .map-block .map-block-inner .card,
    .map-block .map-block-inner .cart-summary .summary-card,
    .cart-summary .map-block .map-block-inner .summary-card {
      min-width: 100% !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .case-study-logo-container {
    position: relative;
  }
  .case-study-logo-container .case-study-logo {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 6px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background: #f5f6fa;
  }
  .case-study-logo-container .case-study-logo img {
    height: 32px;
    width: 32px;
    display: block;
  }
  .case-study-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -40px;
  }
  .case-study-colors .color-dot-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    min-width: 50px;
    background: #fff;
    border: 1px solid #e4e7ea;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    margin: 0 10px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .case-study-colors .color-dot-container:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .case-study-colors .color-dot-container .color-dot-inner {
    height: 35px;
    width: 35px;
    min-width: 35px;
    background: #fff;
    border-radius: 50%;
  }
  .case-study-colors .color-dot-container .color-dot-inner.primary-color {
    background: #8c8cf9;
  }
  .case-study-colors .color-dot-container .color-dot-inner.secondary-color {
    background: #7f00ff;
  }
  .case-study-colors .color-dot-container .color-dot-inner.accent-color {
    background: #ad5cff;
  }
  .case-study-colors .color-dot-container .color-dot-inner.fade-grey-color {
    background: #ededed;
  }
  .case-study-colors .color-dot-container .color-dot-inner.blue-grey-color {
    background: #444f60;
  }
  .case-study-colors .color-dot-container .color-dot-inner.blue-grey-light-color {
    background: #8e9baf;
  }
  @media only screen and (max-width: 767px) {
    .case-study-colors {
      padding: 80px 0 30px 0;
    }
    .case-study-colors .color-dot-container {
      margin: 0 4px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .case-study-colors {
      padding: 80px 0 30px 0;
    }
  }
  .case-study-tools .case-study-tools-card {
    padding: 30px;
    border: 1px solid #e4e7ea;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .case-study-tools .case-study-tools-card:not(:last-child) {
    margin-bottom: 30px;
  }
  .case-study-tools .case-study-tools-card:nth-child(2) {
    position: relative;
    right: -40px;
  }
  .case-study-tools .case-study-tools-card h4 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.3rem;
    color: #444f60;
  }
  .case-study-tools .case-study-tools-card p {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
    margin-bottom: 1.5rem;
  }
  .case-study-tools .case-study-tools-card .tools-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .case-study-tools .case-study-tools-card .tools-list .tool-container {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .case-study-tools
    .case-study-tools-card
    .tools-list
    .tool-container
    .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    width: 52px;
    min-width: 52px;
    border: 1px solid #e4e7ea;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 50%;
  }
  .case-study-tools
    .case-study-tools-card
    .tools-list
    .tool-container
    .inner-wrap
    img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    width: 42px;
    min-width: 42px;
    border-radius: 50%;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .code-container-wrapper {
    padding-top: 40px;
  }
  .code-container-wrapper .code-container {
    border-radius: 6px;
    min-height: 300px;
    border-radius: 6px;
    position: relative;
    will-change: height;
    margin-bottom: 2.5rem;
    background-color: #050f2c !important;
  }
  .code-container-wrapper .code-container:after {
    top: 22%;
    width: 90%;
    height: 80%;
    left: 5%;
    content: "";
    position: absolute;
    background-color: rgba(62, 57, 107, 0.5);
    z-index: -1;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  .code-container-wrapper .code-container header {
    border-radius: 6px 6px 0 0;
    padding: 0 16px;
    height: 40px;
    color: #8994c6;
    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;
    background-color: #3e396b !important;
  }
  .code-container-wrapper .code-container header .dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .code-container-wrapper .code-container header .dots .dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin: 0 2px;
    background: #8c8cf9;
  }
  .code-container-wrapper .code-container header .dots .dot:hover {
    stroke: #3e396b;
    stroke-width: 4px;
  }
  .code-container-wrapper .tabs-title {
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e3e3;
  }
  .code-container-wrapper [data-backend-sample],
  .code-container-wrapper [data-frontend-sample] {
    display: none;
  }
  .code-container-wrapper [data-backend-sample].active,
  .code-container-wrapper [data-frontend-sample].active {
    display: block;
  }
  .code-container-wrapper [data-backend-sample].active pre,
  .code-container-wrapper [data-frontend-sample].active pre {
    opacity: 1 !important;
  }
  .code-container-wrapper [data-backend-sample] pre,
  .code-container-wrapper [data-frontend-sample] pre {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    opacity: 0;
    height: calc(100% - 40px);
    max-height: calc(100% - 40px);
    padding: 15px 15px 40px 15px;
    width: 100%;
  }
  .code-container-wrapper [data-backend-sample] pre::-webkit-scrollbar,
  .code-container-wrapper [data-frontend-sample] pre::-webkit-scrollbar {
    width: 6px !important;
  }
  .code-container-wrapper [data-backend-sample] pre::-webkit-scrollbar-thumb,
  .code-container-wrapper [data-frontend-sample] pre::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: rgba(0, 0, 0, 0.2) !important;
  }
  .code-container-wrapper [data-backend-sample] pre code,
  .code-container-wrapper [data-frontend-sample] pre code {
    height: 100%;
    display: block;
    overflow: auto;
  }
  .code-container-wrapper .backend-languages,
  .code-container-wrapper .frontend-languages {
    margin: 40px 0 0 0;
  }
  .code-container-wrapper .backend-languages ul,
  .code-container-wrapper .frontend-languages ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  .code-container-wrapper .backend-languages ul li,
  .code-container-wrapper .frontend-languages ul li {
    margin: 0 8px 12px 8px;
    width: calc(16.6% - 16px);
    text-align: center;
    color: #8994c6;
    cursor: pointer;
  }
  .code-container-wrapper .backend-languages ul li.is-active.ruby,
  .code-container-wrapper .frontend-languages ul li.is-active.ruby {
    opacity: 1;
    color: #a62c46 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.rails,
  .code-container-wrapper .frontend-languages ul li.is-active.rails {
    opacity: 1;
    color: #d1405f !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.django,
  .code-container-wrapper .frontend-languages ul li.is-active.django {
    opacity: 1;
    color: #326543 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.python,
  .code-container-wrapper .frontend-languages ul li.is-active.python {
    opacity: 1;
    color: #3770a0 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.php,
  .code-container-wrapper .frontend-languages ul li.is-active.php {
    opacity: 1;
    color: #6c7eb7 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.symfony,
  .code-container-wrapper .frontend-languages ul li.is-active.symfony {
    opacity: 1;
    color: #000 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.java,
  .code-container-wrapper .frontend-languages ul li.is-active.java {
    opacity: 1;
    color: #3694d6 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.go,
  .code-container-wrapper .frontend-languages ul li.is-active.go {
    opacity: 1;
    color: #3770a0 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.javascript,
  .code-container-wrapper .frontend-languages ul li.is-active.javascript {
    opacity: 1;
    color: #ffd141 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.scala,
  .code-container-wrapper .frontend-languages ul li.is-active.scala {
    opacity: 1;
    color: #dc332d !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.csharp,
  .code-container-wrapper .frontend-languages ul li.is-active.csharp {
    opacity: 1;
    color: #00adef !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.apple,
  .code-container-wrapper .frontend-languages ul li.is-active.apple {
    opacity: 1;
    color: #fe6c34 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.android,
  .code-container-wrapper .frontend-languages ul li.is-active.android {
    opacity: 1;
    color: #a4c145 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.vue,
  .code-container-wrapper .frontend-languages ul li.is-active.vue {
    opacity: 1;
    color: #4dba87 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.react,
  .code-container-wrapper .frontend-languages ul li.is-active.react {
    opacity: 1;
    color: #00aeff !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.angular,
  .code-container-wrapper .frontend-languages ul li.is-active.angular {
    opacity: 1;
    color: #c5002f !important;
  }
  .code-container-wrapper .backend-languages ul li span,
  .code-container-wrapper .backend-languages ul li small,
  .code-container-wrapper .frontend-languages ul li span,
  .code-container-wrapper .frontend-languages ul li small {
    display: block;
  }
  .code-container-wrapper .backend-languages ul li svg,
  .code-container-wrapper .frontend-languages ul li svg {
    height: 48px;
    width: 48px;
  }
  .code-container-wrapper .hljs {
    background: rgba(0, 0, 0, 0) !important;
    overflow-x: initial !important;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .process-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .process-wrap .process-block {
    position: relative;
  }
  .process-wrap .process-block:after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    height: 2px;
    width: 50%;
    background: #e0ecff;
  }
  .process-wrap .process-block:before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    height: 2px;
    width: 50%;
    background: #e0ecff;
  }
  .process-wrap .process-block:first-child:before {
    display: none;
  }
  .process-wrap .process-block:last-child:after {
    display: none;
  }
  .process-wrap .process-block .process-icon {
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #e0ecff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    z-index: 2;
  }
  .process-wrap .process-block .process-icon img {
    height: 40px;
    width: 40px;
    display: block;
  }
  .process-wrap .process-block .text-block {
    padding: 16px;
  }
  .process-wrap .process-block .text-block p {
    margin-top: 2px;
    padding: 0 16px;
    color: #999;
  }
  @media (max-width: 767px) {
    .process-wrap {
      display: block;
    }
    .process-wrap .process-block {
      margin-bottom: 20px;
    }
    .process-wrap .process-block:before,
    .process-wrap .process-block:after {
      display: block !important;
    }
  }
  .process-block {
    position: relative;
    text-align: center;
  }
  .process-block .process-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 5rem;
  }
  .process-block .process-icon .icon-wrapper {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .process-block.has-line:after {
    content: "";
    height: 4px;
    width: 80px;
    background: #ededed;
    position: absolute;
    top: 88px;
    right: -14%;
    border-radius: 50px;
  }
  .process-block .process-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bolder;
    position: absolute;
    top: 13px;
    right: 0;
    background: #8c8cf9;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .process-block .process-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .process-block .process-info .step-number {
    font-size: 8rem;
    font-weight: bolder;
    color: #ededed;
    margin-right: 15px;
  }
  .process-block .process-info .details {
    text-align: left;
  }
  .process-block .process-info .motto {
    font-size: 2.4rem;
    font-weight: 700;
    color: #444f60;
  }
  .process-block .process-info .description {
    font-size: 95%;
    color: #999;
  }
  @media (max-width: 768px) {
    .process-block.has-line:after {
      display: none !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  body.is-theme-core .phone-slide {
    background-position: center left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    vertical-align: top;
    padding: 800px 30px 30px 30px;
  }
  body.is-theme-core .phone-slide.is-first {
    background-image: url(../img/graphics/compositions/phone-slide-1-core.png);
  }
  body.is-theme-core .phone-slide.is-second {
    background-image: url(../img/graphics/compositions/phone-slide-2-core.png);
  }
  body.is-theme-core .phone-slide.is-third {
    background-image: url(../img/graphics/compositions/phone-slide-3-core.png);
  }
  body.is-theme-core .phone-slide.is-fourth {
    background-image: url(../img/graphics/compositions/phone-slide-4-core.png);
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .column.slide-description {
      padding: 40px 0 !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .hover-cards .icon-card-hover {
    height: 170px;
    padding: 20px 20px 10px 130px;
    border-radius: 8px;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.04);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.04);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: left;
    background-color: #fff;
  }
  .hover-cards .icon-card-hover:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  .hover-cards .icon-card-hover.first-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-1-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-1-core.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .hover-cards .icon-card-hover.first-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-1-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-1-core.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
  }
  .hover-cards .icon-card-hover.second-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-2-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-2-core.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .hover-cards .icon-card-hover.second-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-2-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-2-core.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
  }
  .hover-cards .icon-card-hover.third-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-3-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-3-core.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .hover-cards .icon-card-hover.third-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-3-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-3-core.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
  }
  .hover-cards .icon-card-hover.fourth-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-4-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-4-core.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .hover-cards .icon-card-hover.fourth-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-4-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-4-core.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
  }
  .hover-cards .button-wrap {
    padding: 40px 0;
  }
  body.is-theme-core .hover-cards .icon-card-hover.first-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-1-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-1-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.first-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-1-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-1-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.second-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-2-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-2-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.second-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-2-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-2-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.third-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-3-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-3-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.third-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-3-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-3-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.fourth-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-4-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-4-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.fourth-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-4-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-4-core.svg);
  }
  @media (max-width: 767px) {
    .hover-cards .icon-card-hover {
      padding: 20px 20px 10px 100px !important;
    }
    .hover-cards .icon-card-hover .card-description {
      font-size: 14px;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .job-results-wrapper {
    padding: 40px 0;
  }
  .job-results-wrapper .job-results-filter .checkbox-list label {
    padding: 0 !important;
  }
  .job-results-wrapper .job-results .job-results-section {
    padding-bottom: 60px;
  }
  .job-results-wrapper .job-results .job-results-section h3 {
    margin-bottom: 30px;
    padding: 0 16px;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item:hover {
    background: #FCFAFF;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item:hover
    img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item:hover
    .end
    .tag:not(.is-secondary) {
    background: #fff;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    img {
    display: block;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .meta {
    margin-left: 28px;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .meta
    > span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #444f60;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .meta
    .details
    span {
    color: #999;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .meta
    .details
    span.spacer {
    padding: 0 10px;
    opacity: 0.6;
  }
  .result-list
    .result-list-item
    .meta
    span.spacer {
      margin:0 20px;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .end {
    margin-left: auto;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .end
    .tag {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .end
    .time {
    display: block;
    font-size: 0.95rem;
  }
  .text-light-brown {
    color: #A1887F;
  }
  .text-light-grey {
    color: #d2d2d2;
  }
  .text-blue {
    color: #1565C0;
  }
  .text-yellow {
    color: #FDD835;
  }
  .text-orange {
    color: #FF6F00;
  }
  .text-green {
    color: #009A10;
  }
  @media (max-width: 767px) {
    .job-results-wrapper {
      padding-top: 0;
      padding-bottom: 0;
    }
    .job-results-wrapper .job-results-section h3 {
      text-align: center;
    }
    .job-results-wrapper .job-results-section .result-list .result-list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      border: 1px solid #ededed;
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .job-results-wrapper
      .job-results-section
      .result-list
      .result-list-item
      .end {
      margin: 10px auto 0 auto;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .conference-event-card {
    width: 100%;
    max-width: 960px;
    min-height: 540px;
    height: 540px;
    background-color: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #e1e8ee;
    overflow: hidden;
    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;
    margin: 0 auto;
  }
  .conference-event-card .card-container {
    height: 100%;
    width: 50%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .conference-event-card .card-container .card-container-content {
    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;
  }
  .conference-event-card .card-container .text h1 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 2.5em;
    line-height: 1;
    color: #444f60;
    margin-bottom: 0.75rem;
  }
  .conference-event-card .card-container .text p {
    font-family: "Roboto", sans-serif;
    color: #98a9c3;
    margin-bottom: 1rem;
  }
  .conference-event-card .card-container .text a {
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
  }
  .conference-event-card .photo {
    height: 100%;
    width: 50%;
    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-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .conference-schedule {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 4rem;
  }
  .conference-schedule .tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ebedf5;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0.5rem !important;
    border-radius: 100px;
  }
  .conference-schedule .tabs ul li {
    width: 33.3%;
  }
  .conference-schedule .tabs ul li a {
    margin-bottom: 0 !important;
    min-height: 42px;
  }
  .conference-schedule .schedule-box {
    position: relative;
    border: 1px solid #e1e8ee;
    border-radius: 0.65rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 2rem;
  }
  .conference-schedule .schedule-box .speaker {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    height: 42px;
    width: 42px;
    border-radius: 50%;
  }
  .conference-schedule .schedule-box h4 {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #8c8cf9;
  }
  .conference-schedule .schedule-box h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.25rem;
    color: #444f60;
    margin-bottom: 0.5rem;
  }
  .conference-schedule .schedule-box p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444f60;
  }
  .conference-schedule .schedule-box p:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .conference-schedule .schedule-box p span {
    font-size: 0.9rem;
  }
  .conference-schedule .schedule-box p svg {
    height: 18px;
    width: 18px;
    margin-right: 0.5rem;
    stroke-width: 1px;
    stroke: #98a9c3;
  }
  @media only screen and (max-width: 767px) {
    .conference-event-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .conference-event-card .card-container {
      width: 100%;
      padding: 2rem;
    }
    .conference-event-card .card-container .button {
      width: 100%;
    }
    .conference-event-card .photo {
      width: 100%;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .error-wrap {
    position: relative;
  }
  .error-wrap.error-centered .bg-404 {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 25rem;
    font-weight: 700;
    color: rgba(68, 79, 96, 0.15);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
  }
  .error-wrap.error-centered img {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 660px;
    z-index: 1;
  }
  .error-wrap.error-centered .error-caption h2 {
    color: #444f60;
    font-family: "Nexa Bold", sans-serif;
    font-size: 2rem;
    max-width: 560px;
    margin: 0 auto;
  }
  .error-wrap.error-centered .error-caption p {
    color: #999;
    font-size: 1.2rem;
  }
  .error-wrap.error-centered .error-caption .button-wrap {
    margin: 20px 0;
  }
  @media only screen and (max-width: 767px) {
    .error-wrap.error-centered .bg-404 {
      top: 28%;
      font-size: 11rem;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  .commerce-toolbar {
    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;
    padding: 3rem 0 2rem 0;
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 2rem;
  }
  .commerce-toolbar.is-docked {
    padding-top: 0;
  }
  .commerce-toolbar .breadcrumb {
    margin-bottom: 0;
  }
  .commerce-toolbar .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .commerce-toolbar .actions a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    color: #444f60;
  }
  .commerce-toolbar .actions a:hover {
    text-decoration: underline;
    color: #8c8cf9;
  }
  .commerce-toolbar .actions a svg {
    height: 18px;
    width: 18px;
    stroke-width: 1.2px;
    stroke: #999;
    margin-right: 4px;
  }
  @media only screen and (max-width: 767px) {
    .commerce-toolbar {
      -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;
    }
    .commerce-toolbar .breadcrumb {
      margin-bottom: 1rem;
    }
    .commerce-toolbar .breadcrumb ul li a .icon.is-solo {
      margin-left: 0;
    }
    .commerce-toolbar .actions a:first-child {
      margin-left: 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .parallax-rounded-section {
    border-radius: 1.75rem;
    overflow: hidden;
  }
  .shop-hero {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shop-hero .shop-hero-box {
    position: relative;
    width: 33.33%;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    border: none;
    background: none;
  }
  .shop-hero .shop-hero-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .shop-hero .shop-hero-box .overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .shop-hero .shop-hero-box .overlay-layer .overlay-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content {
    padding: 40px;
    color: #fff;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 3.5rem;
    font-weight: bolder;
    line-height: 43px;
    color: #fcfcfc;
    margin-bottom: 6px;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta
    img {
    display: block;
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 50%;
    margin-right: 6px;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta
    .meta-item {
    display: block;
    font-size: 0.82rem;
    font-weight: 500;
    color: #e8e8e8;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta
    .meta-item.is-hoverable:hover {
    color: #8c8cf9;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta
    .separator {
    padding: 0 10px;
    font-size: 0.8rem;
    color: #e3e3e3;
    opacity: 0.6;
    text-align: center;
    color: #fcfcfc;
  }
  .shop-hero .shop-hero-box .box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#161616),
      to(rgba(255, 0, 0, 0))
    );
    background: linear-gradient(to top, #161616, rgba(255, 0, 0, 0));
    z-index: 0;
  }
  .shop-toolbar {
    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;
    margin-bottom: 3rem;
  }
  .shop-toolbar h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #444f60;
  }
  .shop-toolbar .links .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #98a9c3;
  }
  .shop-toolbar .links .link:hover {
    color: #8c8cf9;
  }
  .shop-toolbar .links .link:hover svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .shop-toolbar .links .link span {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .shop-toolbar .links .link svg {
    height: 20px;
    width: 20px;
    margin-left: 0.5rem;
    -webkit-transition: stroke 0.3s, -webkit-transform 0.3s;
    transition: stroke 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, stroke 0.3s;
    transition: transform 0.3s, stroke 0.3s, -webkit-transform 0.3s;
  }
  .popular-categories .box.is-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e8ee;
    border-radius: 0.75rem;
    padding: 1.75rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: background-color 0.3s, border 0.3s,
      -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, border 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border 0.3s, box-shadow 0.3s,
      -webkit-box-shadow 0.3s;
    cursor: pointer;
    margin-bottom: 1.5rem;
  }
  .popular-categories .box.is-category:hover {
    background: #8c8cf9;
    border-color: #8c8cf9;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .popular-categories .box.is-category:hover .left h3,
  .popular-categories .box.is-category:hover .left p {
    color: #fff;
  }
  .popular-categories .box.is-category:hover .left p {
    color: #fff !important;
    opacity: 0.75;
  }
  .popular-categories .box.is-category:hover .right img {
    -webkit-transform: scale(1.25) translateY(-5px);
    transform: scale(1.25) translateY(-5px);
  }
  .popular-categories .box.is-category .left {
    width: 60%;
  }
  .popular-categories .box.is-category .left h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.25rem;
    color: #444f60;
  }
  .popular-categories .box.is-category .left p {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    color: #444f60;
  }
  .popular-categories .box.is-category .left p:last-child {
    font-weight: 500;
    margin-top: 0.55rem;
    color: #98a9c3;
  }
  .popular-categories .box.is-category .right {
    position: relative;
    width: 40%;
    min-height: 120px;
  }
  .popular-categories .box.is-category .right img {
    position: absolute;
    top: -20%;
    right: 0;
    width: 100%;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .grid-products .grid-products-inner.is-carousel .grid-product {
    margin: 0 0.75rem;
  }
  .grid-products .grid-products-inner .grid-product {
    position: relative;
    padding: 1.5rem;
    border: 1px solid #e1e8ee;
    background: #fff;
    border-radius: 0.65rem;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .grid-products .grid-products-inner .grid-product:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .grid-products .grid-products-inner .grid-product:hover .grid-product-rating {
    opacity: 1;
  }
  .grid-products .grid-products-inner .grid-product:hover .buttons .button {
    background: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-price {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-price::before {
    content: "$";
  }
  .grid-products .grid-products-inner .grid-product .grid-product-rating {
    position: absolute;
    top: 0.8rem;
    right: 1.5rem;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-rating i {
    font-size: 10px;
    color: #e4e7f2;
  }
  .grid-products
    .grid-products-inner
    .grid-product
    .grid-product-rating
    i.highlighted {
    color: #ffd663;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-image img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
    margin: 0 auto 1rem auto;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-info {
    display: block;
    margin-bottom: 1rem;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-info h4 {
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #8c8cf9;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-info h3 {
    font-size: 1.1rem;
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    margin-bottom: 0.5rem;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-info p {
    color: #999;
    font-family: "Roboto", sans-serif;
    font-size: 0.95rem;
  }
  .grid-products .grid-products-inner .grid-product .buttons .button {
    font-family: "Roboto", sans-serif;
    min-height: 42px;
    line-height: 2;
  }
  .brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .brands .brand {
    display: block;
    width: 20%;
    text-align: center;
  }
  .brands .brand img {
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto;
  }
  .brands .brand h3 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #444f60;
    margin-top: 10px;
  }
  .brands .brand span {
    font-size: 0.85rem;
    color: #999;
    font-weight: 500;
  }
  .supported-providers {
    display: block;
    border: 1px solid #e1e8ee;
    border-radius: 0.5rem;
    text-align: center;
    max-width: 580px;
    padding: 3rem;
    margin: 2rem auto 0 auto;
  }
  .supported-providers h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .supported-providers p {
    color: #4f5b6f;
  }
  .supported-providers .providers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .supported-providers .providers img {
    display: block;
    max-height: 30px;
    max-width: 70px;
    margin-right: 1rem;
  }
  .has-section-image {
    position: relative;
    min-height: 750px;
  }
  .has-section-image img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
  }
  @media (max-width: 767px) {
    .shop-hero {
      overflow: hidden;
    }
    .shop-hero .shop-hero-box {
      min-width: 100vw;
    }
    .shop-hero .shop-hero-box:not(:first-child) {
      display: none;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content {
      padding: 25px !important;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
      font-size: 2.8rem !important;
      line-height: 40px !important;
    }
    .shop-hero
      .shop-hero-box
      .overlay-layer
      .inner-content
      .episode-meta
      .meta-item {
      font-size: 0.75rem !important;
    }
    .shop-toolbar h4 {
      font-size: 1.4rem;
    }
    .brands {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .brands .brand {
      width: 50% !important;
      margin-bottom: 16px;
    }
    .has-section-image {
      min-height: 580px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .shop-hero {
      overflow: hidden;
    }
    .shop-hero .shop-hero-box {
      min-width: 50vw;
    }
    .shop-hero .shop-hero-box:nth-child(3) {
      display: none;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content {
      padding: 25px !important;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
      font-size: 1.8rem !important;
      line-height: 28px !important;
    }
    .shop-hero
      .shop-hero-box
      .overlay-layer
      .inner-content
      .episode-meta
      .meta-item {
      font-size: 0.75rem !important;
    }
    .popular-categories .columns,
    .grid-products .columns {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .popular-categories .columns .column,
    .grid-products .columns .column {
      min-width: 50%;
    }
    .shop-icon-features {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .has-section-image {
      min-height: 620px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .shop-hero {
      overflow: hidden;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content {
      padding: 25px !important;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
      font-size: 2rem !important;
      line-height: 26px !important;
    }
    .shop-hero
      .shop-hero-box
      .overlay-layer
      .inner-content
      .episode-meta
      .meta-item {
      font-size: 0.68rem !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .product-mockup {
    max-height: 640px;
    width: auto;
    margin: 0 auto;
  }
  @media only screen and (max-width: 767px) {
    .product-mockup {
      max-height: 290px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .product-mockup {
      max-height: 440px;
    }
  }
  .gallery-wrapper .gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .gallery-wrapper .gallery img,
  .gallery-wrapper .gallery a {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gallery-wrapper .gallery a:first-child {
    grid-row: 1/3;
    grid-column: 1/3;
  }
  .gallery-wrapper .gallery a:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .product-page-section {
    padding-top: 0;
  }
  .product-page-v1 .product-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .product-page-v1 .product-head .left {
    position: relative;
    width: 60%;
    overflow: hidden;
  }
  .product-page-v1 .product-head .left .product-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-page-v1 .product-head .left .product-thumbs .product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0.5rem;
    height: 70px;
    width: 70px;
    margin-bottom: 0.75rem;
  }
  .product-page-v1 .product-head .left .product-thumbs .product-thumb.is-active {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .product-page-v1
    .product-head
    .left
    .product-thumbs
    .product-thumb.is-active
    img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .product-page-v1 .product-head .left .product-thumbs .product-thumb img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
    -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, -webkit-filter 0.3s;
    transition: filter 0.3s, opacity 0.3s;
    transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
  }
  .product-page-v1 .product-head .left .product-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .product-page-v1 .product-head .left .product-image.is-active {
    opacity: 1;
  }
  .product-page-v1 .product-head .right {
    width: 40%;
  }
  .product-page-v1 .product-head .right .product-description {
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .product-page-v1 .product-head .right .product-description > span {
    font-size: 0.9rem;
    color: #8c8cf9;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .product-page-v1 .product-head .right .product-description h1 {
    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;
  }
  .product-page-v1 .product-head .right .product-description h1 .product-name {
    font-family: "Nexa Light", sans-serif;
    font-size: 2.75rem;
    color: #444f60;
    letter-spacing: -2px;
  }
  .product-page-v1 .product-head .right .product-description h1 .product-price {
    font-family: "Nexa Bold", sans-serif;
    font-size: 2rem;
    color: #444f60;
  }
  .product-page-v1
    .product-head
    .right
    .product-description
    h1
    .product-price::before {
    content: "$";
  }
  .product-page-v1 .product-head .right .product-description p {
    font-family: "Roboto", sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    color: #98a9c3;
    line-height: 24px;
  }
  .product-page-v1 .product-head .right .product-colors {
    margin-bottom: 30px;
  }
  .product-page-v1 .product-head .right .product-colors > span {
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #98a9c3;
    margin-bottom: 20px;
    display: inline-block;
  }
  .product-page-v1 .product-head .right .product-colors .color-selector div {
    display: inline-block;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"] {
    display: none;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]
    + label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #e1e8ee;
    border-radius: 50%;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]
    + label
    .indicator {
    position: absolute;
    top: -2px;
    right: -2px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #06d6a0 !important;
    color: #fff;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]
    + label
    .indicator
    svg {
    height: 10px;
    width: 10px;
    stroke-width: 4px;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]
    + label
    span:not(.indicator) {
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]:checked
    + label
    .indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]#red
    + label
    span {
    background-color: #c91524;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]#blue
    + label
    span {
    background-color: #314780;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]#black
    + label
    span {
    background-color: #323232;
  }
  .product-page-v1 .product-head .right .product-options {
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 2rem;
  }
  .product-page-v1 .product-head .right .product-options > span {
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #98a9c3;
    margin-bottom: 20px;
    display: inline-block;
  }
  .product-page-v1 .product-head .right .product-options a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
  }
  .product-page-v1 .product-head .right .product-options a svg {
    height: 18px;
    width: 18px;
    stroke: #98a9c3;
    margin-right: 0.5rem;
  }
  .product-page-v1 .product-head .right .product-options a span {
    color: #98a9c3;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    position: relative;
    display: inline-block;
  }
  .product-page-v1 .product-head .right .product-options .option-selector {
    margin-bottom: 20px;
  }
  .product-page-v1 .product-head .right .product-options .option-selector button {
    border: 2px solid #e1e8ee;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    color: #5e6977;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .product-page-v1
    .product-head
    .right
    .product-options
    .option-selector
    button:hover,
  .product-page-v1
    .product-head
    .right
    .product-options
    .option-selector
    button:active,
  .product-page-v1
    .product-head
    .right
    .product-options
    .option-selector
    button:focus {
    border: 2px solid #86939e;
    outline: none;
  }
  .product-page-v1 .product-head .right .product-actions {
    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;
  }
  .product-page-v1 .product-head .right .product-actions .cart-btn {
    display: inline-block;
    background-color: #8c8cf9;
    min-width: 140px;
    border-radius: 6px;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .product-page-v1 .product-head .right .product-actions .cart-btn:hover {
    background-color: #a4a4fa;
  }
  .product-page-v1 .product-head .right .product-actions .wishlist-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e1e8ee;
    -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
    transition: border 0.3s, -webkit-box-shadow 0.3s;
    transition: border 0.3s, box-shadow 0.3s;
    transition: border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .product-page-v1 .product-head .right .product-actions .wishlist-btn:hover {
    border-color: #e62965;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn:hover
    span:first-child
    small {
    color: #444f60;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn:hover
    span:nth-child(2) {
    color: #e62965;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn
    span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn
    span:first-child
    svg {
    height: 18px;
    width: 18px;
    stroke: #e62965;
    fill: #e62965;
    margin-right: 0.25rem;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn
    span:first-child
    small {
    font-size: 0.9rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #98a9c3;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn
    span:nth-child(2) {
    position: relative;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #444f60;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .product-page-v1 .product-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5rem;
    border-bottom: 1px solid #e1e8ee;
  }
  .product-page-v1 .product-body .product-info {
    width: 60%;
    padding-right: 3rem;
  }
  .product-page-v1 .product-body .product-info .tabs ul {
    padding-bottom: 0;
  }
  .product-page-v1 .product-body .product-info .navtab-content {
    padding: 0;
  }
  .product-page-v1 .product-body .product-info .content {
    margin-top: 1.5rem;
    padding: 4rem;
    border: 1px solid #e1e8ee;
    border-radius: 0.5rem;
  }
  .product-page-v1 .product-body .product-info .content h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .product-page-v1 .product-body .product-info .content p {
    font-size: 1.1rem;
    color: #4f5b6f;
  }
  .product-page-v1 .product-body .product-info .content p + h4 {
    margin-top: 2.5rem;
  }
  .product-page-v1 .product-body .product-info .content .product-specs {
    padding-top: 2rem;
  }
  .product-page-v1 .product-body .product-info .content .product-specs .table td {
    font-family: "Roboto", sans-serif;
    color: #444f60;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-specs
    .table
    td:first-child {
    font-weight: 500;
  }
  .product-page-v1 .product-body .product-info .content .product-reviews {
    padding-top: 2rem;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-reviews
    .product-review:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-reviews
    .media
    .media-left {
    margin-left: 0;
    margin-right: 0.75rem;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-reviews
    .media
    .media-content
    i {
    font-size: 12px;
    color: #e4e7f2;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-reviews
    .media
    .media-content
    i.highlighted {
    color: #ffd663;
  }
  .product-page-v1 .product-body .product-meta {
    width: 40%;
    padding-left: 4rem;
  }
  .product-page-v1 .product-body .product-meta .flex-card,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item,
  .product-page-v1 .product-body .product-meta .profile-card,
  .product-page-v1 .product-body .product-meta .project-card,
  .product-page-v1 .product-body .product-meta .network-grid .network-card,
  .network-grid .product-page-v1 .product-body .product-meta .network-card {
    border: 1px solid #e1e8ee;
    border-radius: 0.5rem;
  }
  .product-page-v1 .product-body .product-meta .flex-card h4,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    h4,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item
    h4,
  .product-page-v1 .product-body .product-meta .profile-card h4,
  .product-page-v1 .product-body .product-meta .project-card h4,
  .product-page-v1 .product-body .product-meta .network-grid .network-card h4,
  .network-grid .product-page-v1 .product-body .product-meta .network-card h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .product-page-v1 .product-body .product-meta .flex-card p,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    p,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item
    p,
  .product-page-v1 .product-body .product-meta .profile-card p,
  .product-page-v1 .product-body .product-meta .project-card p,
  .product-page-v1 .product-body .product-meta .network-grid .network-card p,
  .network-grid .product-page-v1 .product-body .product-meta .network-card p {
    color: #4f5b6f;
  }
  .product-page-v1 .product-body .product-meta .flex-card .providers,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .providers,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item
    .providers,
  .product-page-v1 .product-body .product-meta .profile-card .providers,
  .product-page-v1 .product-body .product-meta .project-card .providers,
  .product-page-v1
    .product-body
    .product-meta
    .network-grid
    .network-card
    .providers,
  .network-grid
    .product-page-v1
    .product-body
    .product-meta
    .network-card
    .providers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page-v1 .product-body .product-meta .flex-card .providers img,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .providers
    img,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item
    .providers
    img,
  .product-page-v1 .product-body .product-meta .profile-card .providers img,
  .product-page-v1 .product-body .product-meta .project-card .providers img,
  .product-page-v1
    .product-body
    .product-meta
    .network-grid
    .network-card
    .providers
    img,
  .network-grid
    .product-page-v1
    .product-body
    .product-meta
    .network-card
    .providers
    img {
    display: block;
    max-height: 30px;
    max-width: 70px;
    margin-right: 1rem;
  }
  .product-page-v1 .product-footer {
    padding: 5rem 0;
  }
  .product-page-v1 .product-footer .footer-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .product-page-v1 .product-footer .footer-title h2 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.5rem;
    color: #444f60;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product {
    position: relative;
    padding: 1.5rem;
    border: 1px solid #e1e8ee;
    background: #fff;
    border-radius: 0.65rem;
    margin: 0 0.75rem;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product:hover
    .related-product-rating {
    opacity: 1;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product:hover
    .buttons
    .button {
    background: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-price {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-price::before {
    content: "$";
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-rating {
    position: absolute;
    top: 0.8rem;
    right: 1.5rem;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-rating
    i {
    font-size: 10px;
    color: #e4e7f2;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-rating
    i.highlighted {
    color: #ffd663;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-image
    img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
    margin: 0 auto;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-info {
    margin-bottom: 1rem;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-info
    h4 {
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #8c8cf9;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-info
    h3 {
    font-size: 1.1rem;
    font-family: "Nexa Bold", sans-serif;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .buttons
    .button {
    font-family: "Roboto", sans-serif;
  }
  @media only screen and (max-width: 767px) {
    .product-page-v1 {
      margin-top: 2rem;
    }
    .product-page-v1 .product-head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .product-page-v1 .product-head .left {
      width: 100%;
      min-height: 300px;
    }
    .product-page-v1 .product-head .left .product-thumbs .product-thumb {
      height: 40px;
      width: 40px;
    }
    .product-page-v1 .product-head .right {
      width: 100%;
    }
    .product-page-v1 .product-head .right .product-description h1 {
      -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;
    }
    .product-page-v1 .product-head .right .product-description h1 .product-price {
      margin-bottom: 1rem;
    }
    .product-page-v1
      .product-head
      .right
      .product-actions
      .wishlist-btn
      span:first-child {
      display: none;
    }
    .product-page-v1 .product-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .product-page-v1 .product-body .product-info {
      width: 100%;
      padding-right: 0;
    }
    .product-page-v1 .product-body .product-info .content {
      padding: 2rem;
      margin-bottom: 2.5rem;
    }
    .product-page-v1 .product-body .product-meta {
      width: 100%;
      padding-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .product-page-v1 {
      margin-top: 2rem;
    }
    .product-page-v1 .product-head .left {
      width: 44%;
    }
    .product-page-v1 .product-head .left .product-thumbs .product-thumb {
      height: 50px;
      width: 50px;
    }
    .product-page-v1 .product-head .right {
      width: 56%;
      padding-left: 3rem;
    }
    .product-page-v1 .product-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .product-page-v1 .product-body .product-info {
      width: 100%;
      padding-right: 0;
    }
    .product-page-v1 .product-body .product-info .content {
      padding: 2rem;
      margin-bottom: 2.5rem;
    }
    .product-page-v1 .product-body .product-meta {
      width: 100%;
      padding-left: 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .coupon-area {
    margin-top: 2rem;
  }
  .coupon-area h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #444f60;
  }
  .coupon-area p {
    color: #999;
    font-size: 0.95rem;
  }
  .coupon-area .field {
    margin-top: 10px;
    max-width: 580px;
  }
  .coupon-area .field .control {
    position: relative;
  }
  .coupon-area .field .control .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 58px;
    width: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .coupon-area .field .control .form-icon i {
    font-size: 1.55rem;
    color: #cecece;
  }
  .coupon-area .field .control .input {
    padding-left: 58px;
    height: 58px;
    border-radius: 0.65rem;
    font-size: 1.1rem;
  }
  .coupon-area .field .control .button {
    position: absolute;
    top: 50%;
    right: 6px;
    height: 44px;
    min-width: 164px;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .coupon-area .field .control .button:hover {
    background: #06d6a0;
    border-color: #06d6a0;
    color: #fff;
  }
  @media (max-width: 767px) {
    .coupon-area .field .control .button {
      position: static;
      margin-top: 42px;
      height: 54px;
      width: 100%;
      font-size: 1.2rem;
    }
  }
  .cart-summary {
    padding-left: 20px;
  }
  .cart-summary .summary-header h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    margin-top: 1.25rem;
    padding-bottom: 14px;
  }
  .cart-summary .summary-card {
    position: relative;
    padding: 2rem;
    border-radius: 0.65rem;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .cart-summary .summary-card:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .cart-summary .summary-card > h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    padding-bottom: 14px;
  }
  .cart-summary .summary-card > p {
    color: #8896ab !important;
  }
  .cart-summary .summary-card .order-line {
    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;
  }
  .cart-summary .summary-card .order-line:not(:last-child) {
    margin-bottom: 12px;
  }
  .cart-summary .summary-card .order-line span {
    display: block;
    font-family: "Roboto", sans-serif;
  }
  .cart-summary .summary-card .order-line span:first-child {
    font-size: 1rem;
    font-weight: 400;
    color: #98a9c3;
  }
  .cart-summary .summary-card .order-line span:first-child.is-total {
    color: #444f60;
  }
  .cart-summary .summary-card .order-line span:nth-child(2) {
    font-size: 1.1rem;
    font-weight: 500;
    color: #444f60;
  }
  .cart-summary .summary-card .order-line span:nth-child(2):before {
    content: "$";
  }
  .cart-summary .summary-card .order-line span:nth-child(2).is-total {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .cart-summary .summary-card .order-line span:nth-child(2).is-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
    font-size: 0.9rem;
    color: #98a9c3;
  }
  .cart-summary .summary-card .order-line span:nth-child(2).is-text:before {
    content: "";
  }
  .cart-summary .summary-card img {
    display: block;
    max-width: 60px;
    margin: 0 auto 20px auto;
  }
  .cart-summary .summary-card h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    color: #444f60;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  .cart-summary .summary-card p {
    font-size: 0.9rem;
    color: #999;
  }
  .cart-summary .summary-card .button.is-loading {
    color: rgba(0, 0, 0, 0) !important;
  }
  @media only screen and (max-width: 767px) {
    .cart-summary {
      padding-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .cart-summary {
      padding-left: 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .payment-process {
    text-align: left;
  }
  .payment-process .payment-process-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .payment-process .payment-process-block.has-padding-bottom {
    padding-bottom: 5rem;
  }
  .payment-process .payment-process-block + .payment-process-block {
    margin-top: 10rem;
  }
  .payment-process .payment-process-block .payment-process-left,
  .payment-process .payment-process-block .payment-process-right {
    width: 50%;
  }
  .payment-process .payment-process-block .payment-process-left {
    padding-right: 3rem;
  }
  .payment-process .payment-process-block .payment-process-right {
    padding-left: 3rem;
  }
  .payment-process .action-box.is-pushed {
    padding-left: 5rem;
  }
  .payment-process .intructions-block {
    max-width: 450px;
  }
  .payment-process .intructions-block h2 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.75rem;
    color: #444f60;
  }
  .payment-process .intructions-block p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 0.75rem;
  }
  .payment-process .intructions-block .checkbox-wrap {
    padding: 0;
  }
  .payment-process .intructions-block .checkbox-wrap a {
    color: #8c8cf9;
  }
  .payment-process .shipping-methods-grid,
  .payment-process .payment-methods-grid {
    margin: 20px 0;
  }
  .payment-process .shipping-methods-grid .method-card,
  .payment-process .payment-methods-grid .method-card {
    position: relative;
    width: 100%;
  }
  .payment-process .shipping-methods-grid .method-card:hover .method-card-inner,
  .payment-process .payment-methods-grid .method-card:hover .method-card-inner {
    border-color: #444f60;
  }
  .payment-process .shipping-methods-grid .method-card > input,
  .payment-process .payment-methods-grid .method-card > input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
  }
  .payment-process
    .shipping-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner,
  .payment-process
    .payment-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner {
    border-color: #8c8cf9;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .payment-process
    .shipping-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner
    .icon-container
    img,
  .payment-process
    .payment-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner
    .icon-container
    img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .payment-process
    .shipping-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner
    .icon-container
    .indicator,
  .payment-process
    .payment-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner
    .icon-container
    .indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .payment-process .shipping-methods-grid .method-card .method-card-inner,
  .payment-process .payment-methods-grid .method-card .method-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #cecece;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .payment-process .shipping-methods-grid .method-card .icon-container,
  .payment-process .payment-methods-grid .method-card .icon-container {
    position: relative;
    height: 48px;
    width: 48px;
    min-width: 48px;
    margin: 0 auto;
  }
  .payment-process .shipping-methods-grid .method-card .icon-container img,
  .payment-process .payment-methods-grid .method-card .icon-container img {
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
  }
  .payment-process .shipping-methods-grid .method-card .icon-container .indicator,
  .payment-process .payment-methods-grid .method-card .icon-container .indicator {
    position: absolute;
    bottom: -18px;
    left: -12px;
    height: 26px;
    width: 26px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8c8cf9;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .payment-process
    .shipping-methods-grid
    .method-card
    .icon-container
    .indicator
    svg,
  .payment-process
    .payment-methods-grid
    .method-card
    .icon-container
    .indicator
    svg {
    height: 10px;
    width: 10px;
    stroke-width: 5px;
    stroke: #fff;
  }
  .payment-process .shipping-methods-grid .method-card .meta,
  .payment-process .payment-methods-grid .method-card .meta {
    margin-left: 16px;
  }
  .payment-process .shipping-methods-grid .method-card .meta h3,
  .payment-process .payment-methods-grid .method-card .meta h3 {
    font-weight: 600;
    font-size: 1rem;
    color: #444f60;
  }
  .payment-process .shipping-methods-grid .method-card .meta p,
  .payment-process .payment-methods-grid .method-card .meta p {
    line-height: 1.2;
    font-size: 0.9rem;
  }
  .payment-process .payment-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .payment-process .payment-form .input {
    background: #fff;
  }
  .payment-process .payment-form .select {
    width: 100%;
  }
  .payment-process .payment-form .select select {
    width: 100%;
  }
  .payment-process .payment-form .payment-button {
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    min-height: 54px;
    min-width: 180px;
    border-radius: 0.65rem;
  }
  .payment-process .payment-process-navigation {
    padding: 4rem 0;
  }
  .payment-process .payment-process-navigation .button {
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    min-height: 54px;
    min-width: 180px;
    border-radius: 0.65rem;
  }
  .payment-process .checkout-success {
    min-height: calc(80vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .payment-process .checkout-success .success-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #cecece;
    padding: 40px;
    -webkit-animation: fadeInUp 0.5s;
    animation: fadeInUp 0.5s;
  }
  .payment-process .checkout-success .success-card .success-content {
    max-width: 400px;
    margin: 0 auto;
  }
  .payment-process .checkout-success .success-card .success-content h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.5rem;
    color: #444f60;
    font-weight: 600;
  }
  .payment-process .checkout-success .success-card .success-content p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    color: #999;
  }
  .payment-process
    .checkout-success
    .success-card
    .success-content
    .button-wrap
    .button {
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    min-height: 54px;
    min-width: 180px;
    border-radius: 0.65rem;
  }
  @media only screen and (max-width: 767px) {
    .payment-process .payment-process-block + .payment-process-block {
      margin-top: 5rem;
    }
    .payment-process .payment-process-block:nth-child(odd) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .payment-process .payment-process-block:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .payment-process .payment-process-block .payment-process-left,
    .payment-process .payment-process-block .payment-process-right {
      width: 100%;
      padding: 0;
    }
    .payment-process .payment-process-block .action-box.is-pushed {
      padding-left: 0;
    }
    .payment-process .payment-process-block .payment-form {
      margin-top: 2rem;
    }
    .payment-process .shipping-methods-grid .columns,
    .payment-process .payment-methods-grid .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .payment-process .shipping-methods-grid .columns .column,
    .payment-process .payment-methods-grid .columns .column {
      min-width: 50%;
      max-width: 50%;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1.25rem;
      text-align: center;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container {
      height: 32px;
      width: 32px;
      max-width: 32px;
      margin-bottom: 1.75rem;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container
      img,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container
      img {
      width: 100%;
      max-width: 100%;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .meta,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .meta {
      margin-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .payment-process .payment-process-block + .payment-process-block {
      margin-top: 5rem;
    }
    .payment-process .payment-process-block:nth-child(odd) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .payment-process .payment-process-block:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .payment-process .payment-process-block .payment-process-left,
    .payment-process .payment-process-block .payment-process-right {
      width: 100%;
      padding: 0;
    }
    .payment-process .payment-process-block .action-box.is-pushed {
      padding-left: 0;
    }
    .payment-process .payment-process-block .payment-form {
      margin-top: 2rem;
    }
    .payment-process
      .payment-process-block
      .intructions-block.is-tablet-p-centered {
      margin: 0 auto !important;
      text-align: center;
    }
    .payment-process .shipping-methods-grid .columns,
    .payment-process .payment-methods-grid .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .payment-process .shipping-methods-grid .columns .column,
    .payment-process .payment-methods-grid .columns .column {
      min-width: 33.3%;
      max-width: 33.3%;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container {
      margin-bottom: 1rem;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container
      img,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container
      img {
      width: 100%;
      max-width: 100%;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .meta,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .meta {
      margin-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .payment-process .payment-process-block:nth-child(odd) .payment-process-left {
      width: 60%;
    }
    .payment-process
      .payment-process-block:nth-child(odd)
      .payment-process-right {
      width: 40%;
    }
    .payment-process
      .payment-process-block:nth-child(even)
      .payment-process-left {
      width: 40%;
    }
    .payment-process
      .payment-process-block:nth-child(even)
      .payment-process-right {
      width: 60%;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  .image-grid figure {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
  }
  .image-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
  }
  .image-grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .image-grid figure figcaption:before,
  .image-grid figure figcaption:after {
    pointer-events: none;
  }
  .image-grid figure figcaption a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }
  .image-grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    margin: 0;
  }
  .image-grid figure h2 span {
    font-weight: 800;
  }
  .image-grid figure p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 68.5%;
  }
  .image-grid figure p span {
    font-size: 75% !important;
    color: #fff;
  }
  figure.cornered img {
    max-width: none;
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  figure.cornered h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
  }
  figure.cornered:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
  figure.cornered:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.cornered p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  figure.team-hover figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  figure.team-hover h2 {
    float: left;
    display: inline-block;
  }
  figure.team-hover p.icon-links a {
    float: right !important;
    color: #3c4a50;
    font-size: 1.4em;
  }
  figure.team-hover p.icon-links a:hover span::before {
    color: #8c8cf9;
  }
  figure.team-hover p.description {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    bottom: 65px;
    padding: 1em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
  }
  figure.team-hover h2,
  figure.team-hover p.icon-links a {
    position: static;
    width: auto;
    height: auto;
    z-index: 1000;
    text-indent: 0 !important;
    white-space: nowrap;
    opacity: inherit;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
  figure.team-hover p.icon-links a span::before {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: -5px;
    padding: 8px 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #444f60;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  figure.team-hover .icon-twitter::before {
    content: "";
  }
  figure.team-hover .icon-linkedin::before {
    content: "";
  }
  figure.team-hover .icon-dribbble::before {
    content: "";
  }
  figure.team-hover:hover p.icon-links a:hover,
  figure.team-hover:hover p.icon-links a:focus {
    color: #252d31;
  }
  figure.team-hover:hover p.description {
    opacity: 1;
  }
  figure.team-hover:hover figcaption,
  figure.team-hover:hover h2,
  figure.team-hover:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.team-hover:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  figure.team-hover:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  figure.team-hover:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  figure.team-hover:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  figure.team-slanted {
    background: #162633;
    text-align: left;
  }
  figure.team-slanted img {
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  figure.team-slanted figcaption::before {
    position: absolute;
    top: 95%;
    left: 10%;
    width: 200%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8) no-repeat center center;
    background-size: 100% 100%;
    content: "";
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    transition: opacity 0.45s, transform 0.45s, -webkit-transform 0.45s;
    -webkit-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  figure.team-slanted .member-position {
    position: static !important;
    font-size: 0.9rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  figure.team-slanted h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  figure.team-slanted p {
    position: absolute;
    right: 0;
    bottom: -5px;
    padding: 0 1.5em 7% 0;
  }
  figure.team-slanted a {
    margin: 0 10px;
    color: #5d504f;
    font-size: 170% !important;
    position: static !important;
    width: auto;
    height: auto;
    text-indent: 0 !important;
    white-space: nowrap;
    opacity: 1 !important;
  }
  figure.team-slanted a:hover,
  figure.team-slanted a:focus {
    color: #8c8cf9;
  }
  figure.team-slanted p a i {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  figure.team-slanted:hover img {
    opacity: 0.6;
  }
  figure.team-slanted:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.team-slanted:hover figcaption::before {
    opacity: 0.9;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  figure.team-slanted:hover p i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.team-slanted:hover p a:nth-child(3) i {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  figure.team-slanted:hover p a:nth-child(2) i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  figure.team-slanted:hover p a:first-child i {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  figure.team-slanted:hover .member-position {
    opacity: 1;
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  .side-block {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: 2;
  }
  .side-block .background-wrapper {
    background-color: #344258;
    border-radius: 10px;
    overflow: visible;
  }
  .side-block .background-wrapper .video-wrapper {
    position: relative;
    height: 0;
    max-width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 0;
    overflow: hidden;
    cursor: pointer;
    display: block;
  }
  .side-block .background-wrapper .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .side-block .background-wrapper .video-wrapper .video-overlay {
    position: absolute;
    width: 100%;
    background-size: cover;
    filter: alpha(opacity=35);
    opacity: 0.2;
  }
  .side-block .background-wrapper .video-wrapper .playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -63px;
    cursor: pointer;
  }
  .side-block .background-wrapper .video-wrapper .playbutton .icon-play i {
    font-size: 6rem;
    color: #8c8cf9;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .side-block .background-wrapper .video-wrapper .playbutton .icon-play i:hover {
    color: #7f00ff;
  }
  .bulkit-player-container {
    margin: 0 auto;
    overflow: hidden;
  }
  .bulkit-player-container.is-square {
    position: relative;
    height: 440px;
    width: 480px;
  }
  .bulkit-player-container.is-square .plyr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
  }
  .bulkit-player-container.is-square .plyr__video-wrapper {
    height: 440px;
    width: 480px;
  }
  .bulkit-player-container.is-4by3 {
    position: relative;
    padding-top: 75%;
    width: 100%;
    max-width: 840px;
  }
  .bulkit-player-container.is-4by3 .plyr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
  }
  .bulkit-player-container.is-16by9 {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    max-width: 840px;
  }
  .bulkit-player-container.is-16by9 .plyr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
  }
  .bulkit-player-container.reversed-play
    .plyr--full-ui.plyr--video
    .plyr__control--overlaid {
    background: #fff !important;
    border: 1px solid #8c8cf9;
    color: #8c8cf9 !important;
  }
  .bulkit-player-container.reversed-play
    .plyr--full-ui.plyr--video
    .plyr__control--overlaid:hover {
    background: #8c8cf9 !important;
    border-color: #8c8cf9 !important;
    color: #fff !important;
  }
  .bulkit-player-container.reversed-play
    .plyr--full-ui.plyr--video
    .plyr__control--overlaid:hover
    svg {
    fill: #fff !important;
    stroke: #fff !important;
  }
  .bulkit-player-container.reversed-play
    .plyr--full-ui.plyr--video
    .plyr__control--overlaid
    svg {
    fill: none;
    stroke: #8c8cf9;
    stroke-width: 1.6px;
  }
  .bulkit-player-container video,
  .bulkit-player-container > div {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .bulkit-player-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bulkit-player-container .plyr__video-wrapper {
    position: static;
  }
  .plyr--full-ui.plyr--video .plyr__control--overlaid {
    background: #8c8cf9 !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .plyr--video .plyr__control.plyr__tab-focus,
  .plyr--video .plyr__control:hover,
  .plyr--video .plyr__control[aria-expanded="true"],
  .plyr__menu__container
    .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
    background: #8c8cf9;
  }
  .plyr--full-ui input[type="range"] {
    color: #8c8cf9;
  }
  .plyr__controls {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .plyr--paused .plyr__controls,
  .plyr--stopped .plyr__controls {
    opacity: 0;
    pointer-events: none;
  }
  @media only screen and (max-width: 767px) {
    .bulkit-player-container.is-square {
      height: 303px;
      width: 330px;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  @media (max-width: 767px) {
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .is-mega-menu-title {
      color: #fff;
    }
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .navbar-item:active,
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .navbar-item:focus {
      background: #3c4c65;
    }
    .navbar .navbar-item.mobile-account {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar .navbar-item.mobile-account .account-dropdown .dropdown-menu {
      width: calc(100vw - 20px);
    }
    .navbar .navbar-item.mobile-account .account-dropdown .dropdown-item {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-size: 1rem;
    }
    .navbar .navbar-item.mobile-cart,
    .navbar .navbar-item.mobile-wishlist {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar .navbar-item.mobile-cart .shopping-cart,
    .navbar .navbar-item.mobile-cart .shopping-wishlist,
    .navbar .navbar-item.mobile-wishlist .shopping-cart,
    .navbar .navbar-item.mobile-wishlist .shopping-wishlist {
      width: calc(100vw - 20px);
      position: fixed;
      top: 68px;
      left: 10px;
    }
    .navbar .navbar-item.mobile-cart .shopping-cart::before,
    .navbar .navbar-item.mobile-cart .shopping-cart::after,
    .navbar .navbar-item.mobile-wishlist .shopping-cart::before,
    .navbar .navbar-item.mobile-wishlist .shopping-cart::after {
      left: 79%;
    }
    .navbar .navbar-item.mobile-cart .shopping-wishlist::before,
    .navbar .navbar-item.mobile-cart .shopping-wishlist::after,
    .navbar .navbar-item.mobile-wishlist .shopping-wishlist::before,
    .navbar .navbar-item.mobile-wishlist .shopping-wishlist::after {
      left: 62%;
    }
    .navbar .navbar-item.is-mega .is-megamenu {
      max-height: 275px;
      overflow-y: auto;
      border-bottom: 1px solid #ededed;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .column:last-child {
      display: none;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item {
      width: 49%;
      max-width: 49%;
      display: inline-block !important;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-left {
      display: none;
    }
    .navbar
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .level
      .level-right
      .level-item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .is-flex-center-mobile {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .is-centered-mobile {
      text-align: center;
    }
    .is-centered-mobile .button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    form button[type="submit"] {
      width: 100% !important;
    }
  }
  @media (max-width: 768px) {
    .navbar.navbar-light.is-dark-mobile {
      background: #344258 !important;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu {
      background: #344258 !important;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu a {
      color: #fff;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop.is-active
      .mobile-drop-trigger {
      opacity: 0.9;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop.is-active
      .mobile-drop-trigger
      i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .mobile-drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .mobile-drop-trigger
      i {
      position: relative;
      top: 2px;
      font-size: 16px;
      margin-left: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu {
      display: none;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .child-menu
      ul
      li
      a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
      color: #d9d9d9;
    }
    .navbar .navbar-menu .navbar-link,
    .navbar .navbar-menu .navbar-item,
    .navbar .navbar-menu .navbar-dropdown {
      width: 100%;
      text-align: center;
    }
    .navbar .navbar-menu .navbar-link:after {
      display: block !important;
      right: 43%;
    }
    .navbar .navbar-menu .button {
      width: 100%;
    }
    .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
      opacity: 0.9;
    }
    .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #333;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
      position: relative;
      top: 2px;
      font-size: 16px;
      margin-left: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar .navbar-menu .mobile-drop .child-menu {
      display: none;
      border-top: 1px solid #ededed;
      border-bottom: 1px solid #ededed;
    }
    .navbar .navbar-menu .mobile-drop .child-menu ul li a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
      color: #999;
    }
    .navbar-brand {
      min-height: 4.6rem;
    }
    .custom-burger {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar-burger {
      height: 4.6rem;
      width: 4.6rem;
    }
    .level-left.level-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .level-left.level-social .level-item:last-child .icon i {
      position: relative !important;
    }
    #main-hero {
      max-height: 100vh;
      background-position-x: 55% !important;
    }
    .parallax-overlay {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0 !important;
    }
    .title.section-title {
      font-size: 2rem !important;
    }
    .three-grid .column,
    .four-grid .column,
    .five-grid .column {
      border: none !important;
    }
    .three-grid .is-separator,
    .four-grid .is-separator,
    .five-grid .is-separator {
      border: none !important;
    }
    .single-image-carousel .image-wrapper img {
      min-height: 50px !important;
    }
    .single-image-carousel .image-wrapper .caption {
      display: none;
    }
    #navigation-trigger,
    .navigation-close {
      opacity: 1 !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .is-mega-menu-title {
      color: #fff;
    }
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .navbar-item:active,
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .navbar-item:focus {
      background: #3c4c65;
    }
    .navbar .navbar-item.mobile-account,
    .navbar .navbar-item.mobile-cart,
    .navbar .navbar-item.mobile-wishlist {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar .navbar-item.is-mega .is-megamenu {
      max-height: 275px;
      overflow-y: auto;
      border-bottom: 1px solid #ededed;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .column:last-child {
      display: none;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item {
      width: 49%;
      max-width: 49%;
      display: inline-block !important;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-left {
      display: none;
    }
    .navbar
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .level
      .level-right
      .level-item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .columns {
      padding: 0 10%;
    }
    .columns.is-tablet-portrait {
      padding: 10%;
    }
    .columns.is-not-tablet-portrait {
      padding: 0 !important;
    }
    p.is-tablet-padded {
      padding: 0 10%;
    }
    .is-flex-center-mobile {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .is-centered-mobile {
      text-align: center;
    }
    .is-centered-mobile .button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .is-centered-tablet-portrait {
      text-align: center;
    }
    .is-flex-portrait {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .is-flex-portrait .flex-portrait-4 {
      min-width: 33.3%;
    }
    #component-page .hero .hero-body .column.is-4 {
      text-align: center !important;
    }
  }
  @media (max-width: 1007px) {
    .column.slide-description > *:first-child {
      padding-top: 60px;
    }
    .column.slide-description > *:last-child {
      padding-bottom: 60px;
    }
    .account {
      display: none;
    }
    .media-card {
      min-height: 300px !important;
    }
    .column.is-4.media-stretch {
      width: 100% !important;
    }
    .column.is-4.media-stretch .media-card-image {
      min-height: 150px;
    }
    .mcard-controls {
      position: relative !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .navbar-brand {
      min-height: 4.6rem;
      height: 4.6rem;
    }
    .navbar.navbar-light.is-dark-mobile {
      background: #344258;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu {
      background: #344258;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu a {
      color: #fff;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop.is-active
      .mobile-drop-trigger {
      opacity: 0.9;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop.is-active
      .mobile-drop-trigger
      i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .mobile-drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .mobile-drop-trigger
      i {
      position: relative;
      top: 2px;
      font-size: 16px;
      margin-left: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu {
      display: none;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .child-menu
      ul
      li
      a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
      color: #d9d9d9;
    }
    .navbar .navbar-item.has-dropdown .navbar-link:after {
      right: 20%;
    }
    .navbar .navbar-menu .navbar-link,
    .navbar .navbar-menu .navbar-item,
    .navbar .navbar-menu .navbar-dropdown {
      text-align: center;
    }
    .navbar .navbar-menu .navbar-link:after {
      display: block !important;
    }
    .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
      opacity: 0.9;
    }
    .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #333;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
      position: relative;
      top: 2px;
      font-size: 16px;
      margin-left: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar .navbar-menu .mobile-drop .child-menu {
      display: none;
      border-top: 1px solid #ededed;
      border-bottom: 1px solid #ededed;
    }
    .navbar .navbar-menu .mobile-drop .child-menu ul li a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
      color: #999;
    }
    .navbar .navbar-menu .button {
      width: 100%;
    }
    .navbar .navbar-menu #signup-btn {
      width: 30% !important;
    }
  }
  .navbar .navbar-menu.is-active .navbar-item.has-dropdown.is-hidden-mobile {
    display: none !important;
  }
  @media only screen and (max-width: 1023px) {
    .custom-burger {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
  }
  .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: rgba(0, 0, 0, 0);
  }
  .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);
    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;
  }
  .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 rgba(0, 0, 0, 0);
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .slick-loading .slick-list {
    background: #fff url("/assets/fonts/ajax-loader.gif") center center no-repeat;
  }
  @font-face {
    font-family: "slick";
    src: url("/assets/fonts/slick.eot");
    src: url("/assets/fonts/slick.eot?#iefix") format("embedded-opentype"),
      url("/assets/fonts/slick.woff") format("woff"),
      url("/assets/fonts/slick.ttf") format("truetype"),
      url("/assets/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    top: 50%;
    -webkit-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: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
  }
  .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: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -25px;
  }
  .slick-prev:before {
    content: "←";
  }
  .slick-next {
    right: -25px;
  }
  .slick-next:before {
    content: "→";
  }
  .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: rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: rgba(0, 0, 0, 0);
    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: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
  }
  