@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

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

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

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

.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: hsl(0, 0%, 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

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

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

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

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

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

ul {
  list-style: none;
}

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

html {
  box-sizing: border-box;
}

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

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

iframe {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

small {
  font-size: 0.875em;
}

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

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

fieldset {
  border: none;
}

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

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

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

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

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

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

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

.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 5px solid hsl(0, 0%, 86%);
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: hsl(0, 0%, 21%);
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.75rem;
}
.content.is-normal {
  font-size: 1rem;
}
.content.is-medium {
  font-size: 1.25rem;
}
.content.is-large {
  font-size: 1.5rem;
}

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

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

div.icon-text {
  display: flex;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: hsl(0, 0%, 100%);
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.notification.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.notification.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.notification.is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.notification.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.notification.is-link {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.notification.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.notification.is-info {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.notification.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.notification.is-success {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.notification.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.notification.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.notification.is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

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

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

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

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

.tag:not(body) {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  color: hsl(0, 0%, 29%);
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}
.tag:not(body).is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}
.tag:not(body).is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: hsl(171, 100%, 41%);
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.tag:not(body).is-link {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.tag:not(body).is-info {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.tag:not(body).is-success {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.tag:not(body).is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.tag:not(body).is-danger {
  background-color: hsl(348, 86%, 61%);
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.25rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}
.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
.tag:not(body).is-rounded {
  border-radius: 9999px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: hsl(0, 0%, 21%);
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: hsl(0, 0%, 48%);
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Bulma Components */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: hsl(229, 53%, 53%);
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: hsl(0, 0%, 21%);
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: hsl(0, 0%, 21%);
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: hsl(0, 0%, 71%);
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.75rem;
}
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
.breadcrumb.is-large {
  font-size: 1.5rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

.card {
  background-color: hsl(0, 0%, 100%);
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: hsl(0, 0%, 29%);
  max-width: 100%;
  position: relative;
}

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

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

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

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

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

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

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

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

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

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 2px;
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.menu-list a.is-active {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid hsl(0, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: hsl(0, 0%, 48%);
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

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

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: hsl(0, 0%, 29%);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

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

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

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

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: hsl(229, 53%, 53%);
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

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

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

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

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

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

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

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

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

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

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-f8be00ef.eot");
  src: url("/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-f8be00ef.eot?#iefix") format("embedded-opentype"), url("/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-729f0fb9.woff2") format("woff2"), url("/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-2fc776f4.woff") format("woff"), url("/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-7f125dfe.ttf") format("truetype"), url("/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-d9839def.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-4bcae0ec.eot");
  src: url("/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-4bcae0ec.eot?#iefix") format("embedded-opentype"), url("/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-0639d426.woff2") format("woff2"), url("/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-5dedb937.woff") format("woff"), url("/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-9d14a822.ttf") format("truetype"), url("/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-01b9ba16.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*! @creativebulma/bulma-divider v1.1.0 | (c) 2020 Gaetan | MIT License | https://github.com/CreativeBulma/bulma-divider */
@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 17, src/sass/app.sass */
.divider {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #7a7a7a;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 25px 0;
}

/* line 28, src/sass/app.sass */
.divider::after, .divider::before {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #dbdbdb;
}

/* line 37, src/sass/app.sass */
.divider:not(.is-right)::after {
  margin-left: 10px;
}

/* line 41, src/sass/app.sass */
.divider:not(.is-left)::before {
  margin-right: 10px;
}

/* line 45, src/sass/app.sass */
.divider.is-left::before {
  display: none;
}

/* line 49, src/sass/app.sass */
.divider.is-right::after {
  display: none;
}

/* line 52, src/sass/app.sass */
.divider.is-vertical {
  flex-direction: column;
  margin: 0 25px;
}

/* line 56, src/sass/app.sass */
.divider.is-vertical::after, .divider.is-vertical::before {
  height: auto;
  width: 1px;
}

/* line 61, src/sass/app.sass */
.divider.is-vertical::after {
  margin-left: 0;
  margin-top: 10px;
}

/* line 65, src/sass/app.sass */
.divider.is-vertical::before {
  margin-right: 0;
  margin-bottom: 10px;
}

/* line 72, src/sass/app.sass */
.divider.is-white::after, .divider.is-white::before {
  background-color: white;
}

/* line 72, src/sass/app.sass */
.divider.is-black::after, .divider.is-black::before {
  background-color: #0a0a0a;
}

/* line 72, src/sass/app.sass */
.divider.is-light::after, .divider.is-light::before {
  background-color: whitesmoke;
}

/* line 72, src/sass/app.sass */
.divider.is-dark::after, .divider.is-dark::before {
  background-color: #363636;
}

/* line 72, src/sass/app.sass */
.divider.is-primary::after, .divider.is-primary::before {
  background-color: #00d1b2;
}

/* line 80, src/sass/app.sass */
.divider.is-primary.is-light::after, .divider.is-primary.is-light::before {
  background-color: #ebfffc;
}

/* line 72, src/sass/app.sass */
.divider.is-link::after, .divider.is-link::before {
  background-color: #3273dc;
}

/* line 80, src/sass/app.sass */
.divider.is-link.is-light::after, .divider.is-link.is-light::before {
  background-color: #eef3fc;
}

/* line 72, src/sass/app.sass */
.divider.is-info::after, .divider.is-info::before {
  background-color: #3298dc;
}

/* line 80, src/sass/app.sass */
.divider.is-info.is-light::after, .divider.is-info.is-light::before {
  background-color: #eef6fc;
}

/* line 72, src/sass/app.sass */
.divider.is-success::after, .divider.is-success::before {
  background-color: #48c774;
}

/* line 80, src/sass/app.sass */
.divider.is-success.is-light::after, .divider.is-success.is-light::before {
  background-color: #effaf3;
}

/* line 72, src/sass/app.sass */
.divider.is-warning::after, .divider.is-warning::before {
  background-color: #ffdd57;
}

/* line 80, src/sass/app.sass */
.divider.is-warning.is-light::after, .divider.is-warning.is-light::before {
  background-color: #fffbeb;
}

/* line 72, src/sass/app.sass */
.divider.is-danger::after, .divider.is-danger::before {
  background-color: #f14668;
}

/* line 80, src/sass/app.sass */
.divider.is-danger.is-light::after, .divider.is-danger.is-light::before {
  background-color: #feecf0;
}

/*! @creativebulma/bulma-badge v1.0.1 | (c) 2020 Gaetan | MIT License | https://github.com/CreativeBulma/bulma-badge */
@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* line 72, src/sass/app.sass */
.badge {
  background-color: #00d1b2;
  border: 2px solid transparent;
  border-radius: 14px;
  box-shadow: 0 0 0 2px white;
  color: white;
  font-size: 0.65rem;
  height: 14px;
  line-height: 8px;
  min-width: 14px;
  overflow: hidden;
  padding: 0.05rem 0.15rem;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  transform: translate(50%, -50%);
  white-space: nowrap;
}

/* line 91, src/sass/app.sass */
.badge.is-outlined {
  background-color: white;
  border-color: #00d1b2;
  color: #00d1b2;
}

/* line 16, src/sass/app.sass */
.badge.is-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 23, src/sass/app.sass */
.badge.is-right {
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

/* line 30, src/sass/app.sass */
.badge.is-top {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 0;
  transform: translate(-50%, -50%);
}

/* line 37, src/sass/app.sass */
.badge.is-top-left {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  transform: translate(-50%, -50%);
}

/* line 44, src/sass/app.sass */
.badge.is-top-right {
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

/* line 51, src/sass/app.sass */
.badge.is-bottom {
  bottom: 0;
  left: 50%;
  right: auto;
  top: auto;
  transform: translate(-50%, 50%);
}

/* line 58, src/sass/app.sass */
.badge.is-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  transform: translate(-50%, 50%);
}

/* line 65, src/sass/app.sass */
.badge.is-bottom-right {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
  transform: translate(50%, 50%);
}

/* line 103, src/sass/app.sass */
.badge.is-white:not(.is-outlined) {
  background-color: white;
  color: #0a0a0a;
}

/* line 107, src/sass/app.sass */
.badge.is-white.is-outlined {
  border-color: white;
  color: white;
}

/* line 103, src/sass/app.sass */
.badge.is-black:not(.is-outlined) {
  background-color: #0a0a0a;
  color: white;
}

/* line 107, src/sass/app.sass */
.badge.is-black.is-outlined {
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 103, src/sass/app.sass */
.badge.is-light:not(.is-outlined) {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 107, src/sass/app.sass */
.badge.is-light.is-outlined {
  border-color: whitesmoke;
  color: whitesmoke;
}

/* line 103, src/sass/app.sass */
.badge.is-dark:not(.is-outlined) {
  background-color: #363636;
  color: #fff;
}

/* line 107, src/sass/app.sass */
.badge.is-dark.is-outlined {
  border-color: #363636;
  color: #363636;
}

/* line 103, src/sass/app.sass */
.badge.is-primary:not(.is-outlined) {
  background-color: #00d1b2;
  color: #fff;
}

/* line 107, src/sass/app.sass */
.badge.is-primary.is-outlined {
  border-color: #00d1b2;
  color: #00d1b2;
}

/* line 115, src/sass/app.sass */
.badge.is-primary.is-light {
  color: #00947e;
}

/* line 117, src/sass/app.sass */
.badge.is-primary.is-light:not(.is-outlined) {
  background-color: #ebfffc;
}

/* line 119, src/sass/app.sass */
.badge.is-primary.is-light.is-outlined {
  border-color: #00d1b2;
}

/* line 103, src/sass/app.sass */
.badge.is-link:not(.is-outlined) {
  background-color: #3273dc;
  color: #fff;
}

/* line 107, src/sass/app.sass */
.badge.is-link.is-outlined {
  border-color: #3273dc;
  color: #3273dc;
}

/* line 115, src/sass/app.sass */
.badge.is-link.is-light {
  color: #2160c4;
}

/* line 117, src/sass/app.sass */
.badge.is-link.is-light:not(.is-outlined) {
  background-color: #eef3fc;
}

/* line 119, src/sass/app.sass */
.badge.is-link.is-light.is-outlined {
  border-color: #3273dc;
}

/* line 103, src/sass/app.sass */
.badge.is-info:not(.is-outlined) {
  background-color: #3298dc;
  color: #fff;
}

/* line 107, src/sass/app.sass */
.badge.is-info.is-outlined {
  border-color: #3298dc;
  color: #3298dc;
}

/* line 115, src/sass/app.sass */
.badge.is-info.is-light {
  color: #1d72aa;
}

/* line 117, src/sass/app.sass */
.badge.is-info.is-light:not(.is-outlined) {
  background-color: #eef6fc;
}

/* line 119, src/sass/app.sass */
.badge.is-info.is-light.is-outlined {
  border-color: #3298dc;
}

/* line 103, src/sass/app.sass */
.badge.is-success:not(.is-outlined) {
  background-color: #48c774;
  color: #fff;
}

/* line 107, src/sass/app.sass */
.badge.is-success.is-outlined {
  border-color: #48c774;
  color: #48c774;
}

/* line 115, src/sass/app.sass */
.badge.is-success.is-light {
  color: #257942;
}

/* line 117, src/sass/app.sass */
.badge.is-success.is-light:not(.is-outlined) {
  background-color: #effaf3;
}

/* line 119, src/sass/app.sass */
.badge.is-success.is-light.is-outlined {
  border-color: #48c774;
}

/* line 103, src/sass/app.sass */
.badge.is-warning:not(.is-outlined) {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 107, src/sass/app.sass */
.badge.is-warning.is-outlined {
  border-color: #ffdd57;
  color: #ffdd57;
}

/* line 115, src/sass/app.sass */
.badge.is-warning.is-light {
  color: #947600;
}

/* line 117, src/sass/app.sass */
.badge.is-warning.is-light:not(.is-outlined) {
  background-color: #fffbeb;
}

/* line 119, src/sass/app.sass */
.badge.is-warning.is-light.is-outlined {
  border-color: #ffdd57;
}

/* line 103, src/sass/app.sass */
.badge.is-danger:not(.is-outlined) {
  background-color: #f14668;
  color: #fff;
}

/* line 107, src/sass/app.sass */
.badge.is-danger.is-outlined {
  border-color: #f14668;
  color: #f14668;
}

/* line 115, src/sass/app.sass */
.badge.is-danger.is-light {
  color: #cc0f35;
}

/* line 117, src/sass/app.sass */
.badge.is-danger.is-light:not(.is-outlined) {
  background-color: #feecf0;
}

/* line 119, src/sass/app.sass */
.badge.is-danger.is-light.is-outlined {
  border-color: #f14668;
}

/* line 124, src/sass/app.sass */
.tabs li {
  position: relative;
}

.switch[type=checkbox] {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}

.switch[type=checkbox]:focus + label::after, .switch[type=checkbox]:focus + label::before, .switch[type=checkbox]:focus + label:after, .switch[type=checkbox]:focus + label:before {
  outline: 1px dotted #b5b5b5;
}

.switch[type=checkbox][disabled] {
  cursor: not-allowed;
}

.switch[type=checkbox][disabled] + label {
  opacity: 0.5;
}

.switch[type=checkbox][disabled] + label::before, .switch[type=checkbox][disabled] + label:before {
  opacity: 0.5;
}

.switch[type=checkbox][disabled] + label::after, .switch[type=checkbox][disabled] + label:after {
  opacity: 0.5;
}

.switch[type=checkbox][disabled] + label:hover {
  cursor: not-allowed;
}

.switch[type=checkbox] + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 3.5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}

.switch[type=checkbox] + label::before, .switch[type=checkbox] + label:before {
  position: absolute;
  display: block;
  top: calc(50% - 0.75rem);
  left: 0;
  width: 3rem;
  height: 1.5rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: #b5b5b5;
  content: "";
}

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

.switch[type=checkbox] + label .switch-active, .switch[type=checkbox] + label .switch-inactive {
  font-size: 0.9rem;
  z-index: 1;
  margin-top: -4px;
}

.switch[type=checkbox] + label.has-text-inside .switch-inactive {
  margin-left: -1.925rem;
}

.switch[type=checkbox] + label.has-text-inside .switch-active {
  margin-left: -3.25rem;
}

.switch[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 3.5rem;
}

.switch[type=checkbox].is-rtl + label::before, .switch[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}

.switch[type=checkbox].is-rtl + label::after, .switch[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 1.625rem;
}

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

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

.switch[type=checkbox]:checked.is-rtl + label::after, .switch[type=checkbox]:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}

.switch[type=checkbox].is-outlined + label::before, .switch[type=checkbox].is-outlined + label:before {
  background-color: transparent;
  border-color: #b5b5b5;
}

.switch[type=checkbox].is-outlined + label::after, .switch[type=checkbox].is-outlined + label:after {
  background: #b5b5b5;
}

.switch[type=checkbox].is-outlined:checked + label::before, .switch[type=checkbox].is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00d1b2;
}

.switch[type=checkbox].is-outlined:checked + label::after, .switch[type=checkbox].is-outlined:checked + label:after {
  background: #00d1b2;
}

.switch[type=checkbox].is-thin + label::before, .switch[type=checkbox].is-thin + label:before {
  top: 0.5454545456rem;
  height: 0.375rem;
}

.switch[type=checkbox].is-thin + label::after, .switch[type=checkbox].is-thin + label:after {
  box-shadow: 0 0 3px #7a7a7a;
}

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

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

.switch[type=checkbox].is-small + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.75rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 2.75rem;
  padding-top: 0.2rem;
  cursor: pointer;
}

.switch[type=checkbox].is-small + label::before, .switch[type=checkbox].is-small + label:before {
  position: absolute;
  display: block;
  top: calc(50% - 0.5625rem);
  left: 0;
  width: 2.25rem;
  height: 1.125rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: #b5b5b5;
  content: "";
}

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

.switch[type=checkbox].is-small + label .switch-active, .switch[type=checkbox].is-small + label .switch-inactive {
  font-size: 0.65rem;
  z-index: 1;
  margin-top: -4px;
}

.switch[type=checkbox].is-small + label.has-text-inside .switch-inactive {
  margin-left: -1.55rem;
}

.switch[type=checkbox].is-small + label.has-text-inside .switch-active {
  margin-left: -2.5rem;
}

.switch[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 2.75rem;
}

.switch[type=checkbox].is-small.is-rtl + label::before, .switch[type=checkbox].is-small.is-rtl + label:before {
  left: auto;
  right: 0;
}

.switch[type=checkbox].is-small.is-rtl + label::after, .switch[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 1.25rem;
}

.switch[type=checkbox].is-small:checked + label::before, .switch[type=checkbox].is-small:checked + label:before {
  background: #00d1b2;
}

.switch[type=checkbox].is-small:checked + label::after {
  left: 1.25rem;
}

.switch[type=checkbox].is-small:checked.is-rtl + label::after, .switch[type=checkbox].is-small:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}

.switch[type=checkbox].is-small.is-outlined + label::before, .switch[type=checkbox].is-small.is-outlined + label:before {
  background-color: transparent;
  border-color: #b5b5b5;
}

.switch[type=checkbox].is-small.is-outlined + label::after, .switch[type=checkbox].is-small.is-outlined + label:after {
  background: #b5b5b5;
}

.switch[type=checkbox].is-small.is-outlined:checked + label::before, .switch[type=checkbox].is-small.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00d1b2;
}

.switch[type=checkbox].is-small.is-outlined:checked + label::after, .switch[type=checkbox].is-small.is-outlined:checked + label:after {
  background: #00d1b2;
}

.switch[type=checkbox].is-small.is-thin + label::before, .switch[type=checkbox].is-small.is-thin + label:before {
  top: 0.4090909093rem;
  height: 0.28125rem;
}

.switch[type=checkbox].is-small.is-thin + label::after, .switch[type=checkbox].is-small.is-thin + label:after {
  box-shadow: 0 0 3px #7a7a7a;
}

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

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

.switch[type=checkbox].is-medium + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 4.25rem;
  padding-top: 0.2rem;
  cursor: pointer;
}

.switch[type=checkbox].is-medium + label::before, .switch[type=checkbox].is-medium + label:before {
  position: absolute;
  display: block;
  top: calc(50% - 0.9375rem);
  left: 0;
  width: 3.75rem;
  height: 1.875rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: #b5b5b5;
  content: "";
}

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

.switch[type=checkbox].is-medium + label .switch-active, .switch[type=checkbox].is-medium + label .switch-inactive {
  font-size: 1.15rem;
  z-index: 1;
  margin-top: -4px;
}

.switch[type=checkbox].is-medium + label.has-text-inside .switch-inactive {
  margin-left: -2.3rem;
}

.switch[type=checkbox].is-medium + label.has-text-inside .switch-active {
  margin-left: -4rem;
}

.switch[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 4.25rem;
}

.switch[type=checkbox].is-medium.is-rtl + label::before, .switch[type=checkbox].is-medium.is-rtl + label:before {
  left: auto;
  right: 0;
}

.switch[type=checkbox].is-medium.is-rtl + label::after, .switch[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 2rem;
}

.switch[type=checkbox].is-medium:checked + label::before, .switch[type=checkbox].is-medium:checked + label:before {
  background: #00d1b2;
}

.switch[type=checkbox].is-medium:checked + label::after {
  left: 2rem;
}

.switch[type=checkbox].is-medium:checked.is-rtl + label::after, .switch[type=checkbox].is-medium:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}

.switch[type=checkbox].is-medium.is-outlined + label::before, .switch[type=checkbox].is-medium.is-outlined + label:before {
  background-color: transparent;
  border-color: #b5b5b5;
}

.switch[type=checkbox].is-medium.is-outlined + label::after, .switch[type=checkbox].is-medium.is-outlined + label:after {
  background: #b5b5b5;
}

.switch[type=checkbox].is-medium.is-outlined:checked + label::before, .switch[type=checkbox].is-medium.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00d1b2;
}

.switch[type=checkbox].is-medium.is-outlined:checked + label::after, .switch[type=checkbox].is-medium.is-outlined:checked + label:after {
  background: #00d1b2;
}

.switch[type=checkbox].is-medium.is-thin + label::before, .switch[type=checkbox].is-medium.is-thin + label:before {
  top: 0.6818181819rem;
  height: 0.46875rem;
}

.switch[type=checkbox].is-medium.is-thin + label::after, .switch[type=checkbox].is-medium.is-thin + label:after {
  box-shadow: 0 0 3px #7a7a7a;
}

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

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

.switch[type=checkbox].is-large + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  height: 2.5em;
  line-height: 1.5;
  padding-left: 5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}

.switch[type=checkbox].is-large + label::before, .switch[type=checkbox].is-large + label:before {
  position: absolute;
  display: block;
  top: calc(50% - 1.125rem);
  left: 0;
  width: 4.5rem;
  height: 2.25rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: #b5b5b5;
  content: "";
}

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

.switch[type=checkbox].is-large + label .switch-active, .switch[type=checkbox].is-large + label .switch-inactive {
  font-size: 1.4rem;
  z-index: 1;
  margin-top: -4px;
}

.switch[type=checkbox].is-large + label.has-text-inside .switch-inactive {
  margin-left: -2.675rem;
}

.switch[type=checkbox].is-large + label.has-text-inside .switch-active {
  margin-left: -4.75rem;
}

.switch[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 5rem;
}

.switch[type=checkbox].is-large.is-rtl + label::before, .switch[type=checkbox].is-large.is-rtl + label:before {
  left: auto;
  right: 0;
}

.switch[type=checkbox].is-large.is-rtl + label::after, .switch[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 2.375rem;
}

.switch[type=checkbox].is-large:checked + label::before, .switch[type=checkbox].is-large:checked + label:before {
  background: #00d1b2;
}

.switch[type=checkbox].is-large:checked + label::after {
  left: 2.375rem;
}

.switch[type=checkbox].is-large:checked.is-rtl + label::after, .switch[type=checkbox].is-large:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}

.switch[type=checkbox].is-large.is-outlined + label::before, .switch[type=checkbox].is-large.is-outlined + label:before {
  background-color: transparent;
  border-color: #b5b5b5;
}

.switch[type=checkbox].is-large.is-outlined + label::after, .switch[type=checkbox].is-large.is-outlined + label:after {
  background: #b5b5b5;
}

.switch[type=checkbox].is-large.is-outlined:checked + label::before, .switch[type=checkbox].is-large.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00d1b2;
}

.switch[type=checkbox].is-large.is-outlined:checked + label::after, .switch[type=checkbox].is-large.is-outlined:checked + label:after {
  background: #00d1b2;
}

.switch[type=checkbox].is-large.is-thin + label::before, .switch[type=checkbox].is-large.is-thin + label:before {
  top: 0.8181818183rem;
  height: 0.5625rem;
}

.switch[type=checkbox].is-large.is-thin + label::after, .switch[type=checkbox].is-large.is-thin + label:after {
  box-shadow: 0 0 3px #7a7a7a;
}

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

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

.switch[type=checkbox].is-white + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-white + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-white:checked + label::before, .switch[type=checkbox].is-white:checked + label:before {
  background: #fff;
}

.switch[type=checkbox].is-white:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-white:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-white.is-outlined:checked + label::before, .switch[type=checkbox].is-white.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #fff !important;
}

.switch[type=checkbox].is-white.is-outlined:checked + label::after, .switch[type=checkbox].is-white.is-outlined:checked + label:after {
  background: #fff;
}

.switch[type=checkbox].is-white.is-thin.is-outlined + label::after, .switch[type=checkbox].is-white.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-white + label::before, .switch[type=checkbox].is-unchecked-white + label:before {
  background: #fff;
}

.switch[type=checkbox].is-unchecked-white.is-outlined + label::before, .switch[type=checkbox].is-unchecked-white.is-outlined + label:before {
  background-color: transparent;
  border-color: #fff !important;
}

.switch[type=checkbox].is-unchecked-white.is-outlined + label::after, .switch[type=checkbox].is-unchecked-white.is-outlined + label:after {
  background: #fff;
}

.switch[type=checkbox].is-black + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-black + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-black:checked + label::before, .switch[type=checkbox].is-black:checked + label:before {
  background: #0a0a0a;
}

.switch[type=checkbox].is-black:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-black:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-black.is-outlined:checked + label::before, .switch[type=checkbox].is-black.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0a0a0a !important;
}

.switch[type=checkbox].is-black.is-outlined:checked + label::after, .switch[type=checkbox].is-black.is-outlined:checked + label:after {
  background: #0a0a0a;
}

.switch[type=checkbox].is-black.is-thin.is-outlined + label::after, .switch[type=checkbox].is-black.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-black + label::before, .switch[type=checkbox].is-unchecked-black + label:before {
  background: #0a0a0a;
}

.switch[type=checkbox].is-unchecked-black.is-outlined + label::before, .switch[type=checkbox].is-unchecked-black.is-outlined + label:before {
  background-color: transparent;
  border-color: #0a0a0a !important;
}

.switch[type=checkbox].is-unchecked-black.is-outlined + label::after, .switch[type=checkbox].is-unchecked-black.is-outlined + label:after {
  background: #0a0a0a;
}

.switch[type=checkbox].is-light + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-light + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-light:checked + label::before, .switch[type=checkbox].is-light:checked + label:before {
  background: #f5f5f5;
}

.switch[type=checkbox].is-light:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-light:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-light.is-outlined:checked + label::before, .switch[type=checkbox].is-light.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #f5f5f5 !important;
}

.switch[type=checkbox].is-light.is-outlined:checked + label::after, .switch[type=checkbox].is-light.is-outlined:checked + label:after {
  background: #f5f5f5;
}

.switch[type=checkbox].is-light.is-thin.is-outlined + label::after, .switch[type=checkbox].is-light.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-light + label::before, .switch[type=checkbox].is-unchecked-light + label:before {
  background: #f5f5f5;
}

.switch[type=checkbox].is-unchecked-light.is-outlined + label::before, .switch[type=checkbox].is-unchecked-light.is-outlined + label:before {
  background-color: transparent;
  border-color: #f5f5f5 !important;
}

.switch[type=checkbox].is-unchecked-light.is-outlined + label::after, .switch[type=checkbox].is-unchecked-light.is-outlined + label:after {
  background: #f5f5f5;
}

.switch[type=checkbox].is-dark + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-dark + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-dark:checked + label::before, .switch[type=checkbox].is-dark:checked + label:before {
  background: #363636;
}

.switch[type=checkbox].is-dark:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-dark:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-dark.is-outlined:checked + label::before, .switch[type=checkbox].is-dark.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #363636 !important;
}

.switch[type=checkbox].is-dark.is-outlined:checked + label::after, .switch[type=checkbox].is-dark.is-outlined:checked + label:after {
  background: #363636;
}

.switch[type=checkbox].is-dark.is-thin.is-outlined + label::after, .switch[type=checkbox].is-dark.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-dark + label::before, .switch[type=checkbox].is-unchecked-dark + label:before {
  background: #363636;
}

.switch[type=checkbox].is-unchecked-dark.is-outlined + label::before, .switch[type=checkbox].is-unchecked-dark.is-outlined + label:before {
  background-color: transparent;
  border-color: #363636 !important;
}

.switch[type=checkbox].is-unchecked-dark.is-outlined + label::after, .switch[type=checkbox].is-unchecked-dark.is-outlined + label:after {
  background: #363636;
}

.switch[type=checkbox].is-primary + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-primary + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-primary:checked + label::before, .switch[type=checkbox].is-primary:checked + label:before {
  background: #00d1b2;
}

.switch[type=checkbox].is-primary:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-primary:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-primary.is-outlined:checked + label::before, .switch[type=checkbox].is-primary.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00d1b2 !important;
}

.switch[type=checkbox].is-primary.is-outlined:checked + label::after, .switch[type=checkbox].is-primary.is-outlined:checked + label:after {
  background: #00d1b2;
}

.switch[type=checkbox].is-primary.is-thin.is-outlined + label::after, .switch[type=checkbox].is-primary.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-primary + label::before, .switch[type=checkbox].is-unchecked-primary + label:before {
  background: #00d1b2;
}

.switch[type=checkbox].is-unchecked-primary.is-outlined + label::before, .switch[type=checkbox].is-unchecked-primary.is-outlined + label:before {
  background-color: transparent;
  border-color: #00d1b2 !important;
}

.switch[type=checkbox].is-unchecked-primary.is-outlined + label::after, .switch[type=checkbox].is-unchecked-primary.is-outlined + label:after {
  background: #00d1b2;
}

.switch[type=checkbox].is-link + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-link + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-link:checked + label::before, .switch[type=checkbox].is-link:checked + label:before {
  background: #485fc7;
}

.switch[type=checkbox].is-link:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-link:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-link.is-outlined:checked + label::before, .switch[type=checkbox].is-link.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #485fc7 !important;
}

.switch[type=checkbox].is-link.is-outlined:checked + label::after, .switch[type=checkbox].is-link.is-outlined:checked + label:after {
  background: #485fc7;
}

.switch[type=checkbox].is-link.is-thin.is-outlined + label::after, .switch[type=checkbox].is-link.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-link + label::before, .switch[type=checkbox].is-unchecked-link + label:before {
  background: #485fc7;
}

.switch[type=checkbox].is-unchecked-link.is-outlined + label::before, .switch[type=checkbox].is-unchecked-link.is-outlined + label:before {
  background-color: transparent;
  border-color: #485fc7 !important;
}

.switch[type=checkbox].is-unchecked-link.is-outlined + label::after, .switch[type=checkbox].is-unchecked-link.is-outlined + label:after {
  background: #485fc7;
}

.switch[type=checkbox].is-info + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-info + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-info:checked + label::before, .switch[type=checkbox].is-info:checked + label:before {
  background: #3e8ed0;
}

.switch[type=checkbox].is-info:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-info:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-info.is-outlined:checked + label::before, .switch[type=checkbox].is-info.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #3e8ed0 !important;
}

.switch[type=checkbox].is-info.is-outlined:checked + label::after, .switch[type=checkbox].is-info.is-outlined:checked + label:after {
  background: #3e8ed0;
}

.switch[type=checkbox].is-info.is-thin.is-outlined + label::after, .switch[type=checkbox].is-info.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-info + label::before, .switch[type=checkbox].is-unchecked-info + label:before {
  background: #3e8ed0;
}

.switch[type=checkbox].is-unchecked-info.is-outlined + label::before, .switch[type=checkbox].is-unchecked-info.is-outlined + label:before {
  background-color: transparent;
  border-color: #3e8ed0 !important;
}

.switch[type=checkbox].is-unchecked-info.is-outlined + label::after, .switch[type=checkbox].is-unchecked-info.is-outlined + label:after {
  background: #3e8ed0;
}

.switch[type=checkbox].is-success + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-success + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-success:checked + label::before, .switch[type=checkbox].is-success:checked + label:before {
  background: #48c78e;
}

.switch[type=checkbox].is-success:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-success:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-success.is-outlined:checked + label::before, .switch[type=checkbox].is-success.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #48c78e !important;
}

.switch[type=checkbox].is-success.is-outlined:checked + label::after, .switch[type=checkbox].is-success.is-outlined:checked + label:after {
  background: #48c78e;
}

.switch[type=checkbox].is-success.is-thin.is-outlined + label::after, .switch[type=checkbox].is-success.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-success + label::before, .switch[type=checkbox].is-unchecked-success + label:before {
  background: #48c78e;
}

.switch[type=checkbox].is-unchecked-success.is-outlined + label::before, .switch[type=checkbox].is-unchecked-success.is-outlined + label:before {
  background-color: transparent;
  border-color: #48c78e !important;
}

.switch[type=checkbox].is-unchecked-success.is-outlined + label::after, .switch[type=checkbox].is-unchecked-success.is-outlined + label:after {
  background: #48c78e;
}

.switch[type=checkbox].is-warning + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-warning + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-warning:checked + label::before, .switch[type=checkbox].is-warning:checked + label:before {
  background: #ffe08a;
}

.switch[type=checkbox].is-warning:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-warning:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-warning.is-outlined:checked + label::before, .switch[type=checkbox].is-warning.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #ffe08a !important;
}

.switch[type=checkbox].is-warning.is-outlined:checked + label::after, .switch[type=checkbox].is-warning.is-outlined:checked + label:after {
  background: #ffe08a;
}

.switch[type=checkbox].is-warning.is-thin.is-outlined + label::after, .switch[type=checkbox].is-warning.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-warning + label::before, .switch[type=checkbox].is-unchecked-warning + label:before {
  background: #ffe08a;
}

.switch[type=checkbox].is-unchecked-warning.is-outlined + label::before, .switch[type=checkbox].is-unchecked-warning.is-outlined + label:before {
  background-color: transparent;
  border-color: #ffe08a !important;
}

.switch[type=checkbox].is-unchecked-warning.is-outlined + label::after, .switch[type=checkbox].is-unchecked-warning.is-outlined + label:after {
  background: #ffe08a;
}

.switch[type=checkbox].is-danger + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-danger + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-danger:checked + label::before, .switch[type=checkbox].is-danger:checked + label:before {
  background: #f14668;
}

.switch[type=checkbox].is-danger:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-danger:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-danger.is-outlined:checked + label::before, .switch[type=checkbox].is-danger.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #f14668 !important;
}

.switch[type=checkbox].is-danger.is-outlined:checked + label::after, .switch[type=checkbox].is-danger.is-outlined:checked + label:after {
  background: #f14668;
}

.switch[type=checkbox].is-danger.is-thin.is-outlined + label::after, .switch[type=checkbox].is-danger.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-danger + label::before, .switch[type=checkbox].is-unchecked-danger + label:before {
  background: #f14668;
}

.switch[type=checkbox].is-unchecked-danger.is-outlined + label::before, .switch[type=checkbox].is-unchecked-danger.is-outlined + label:before {
  background-color: transparent;
  border-color: #f14668 !important;
}

.switch[type=checkbox].is-unchecked-danger.is-outlined + label::after, .switch[type=checkbox].is-unchecked-danger.is-outlined + label:after {
  background: #f14668;
}

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

/*
* Font Face
*/
@font-face {
  font-family: "simple-line-icons";
  src: url("/assets/simple-line-icons/fonts/Simple-Line-Icons-94aa1df4.eot?v=2.4.0");
  src: url("/assets/simple-line-icons/fonts/Simple-Line-Icons-94aa1df4.eot?v=2.4.0#iefix") format("embedded-opentype"), url("/assets/simple-line-icons/fonts/Simple-Line-Icons-a1a9de05.woff2?v=2.4.0") format("woff2"), url("/assets/simple-line-icons/fonts/Simple-Line-Icons-99ffa0a9.ttf?v=2.4.0") format("truetype"), url("/assets/simple-line-icons/fonts/Simple-Line-Icons-890b5a9c.woff?v=2.4.0") format("woff"), url("/assets/simple-line-icons/fonts/Simple-Line-Icons-e244a76b.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector,
 but it's slower.
*/
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e005";
}

.icon-people:before {
  content: "\e001";
}

.icon-user-female:before {
  content: "\e000";
}

.icon-user-follow:before {
  content: "\e002";
}

.icon-user-following:before {
  content: "\e003";
}

.icon-user-unfollow:before {
  content: "\e004";
}

.icon-login:before {
  content: "\e066";
}

.icon-logout:before {
  content: "\e065";
}

.icon-emotsmile:before {
  content: "\e021";
}

.icon-phone:before {
  content: "\e600";
}

.icon-call-end:before {
  content: "\e048";
}

.icon-call-in:before {
  content: "\e047";
}

.icon-call-out:before {
  content: "\e046";
}

.icon-map:before {
  content: "\e033";
}

.icon-location-pin:before {
  content: "\e096";
}

.icon-direction:before {
  content: "\e042";
}

.icon-directions:before {
  content: "\e041";
}

.icon-compass:before {
  content: "\e045";
}

.icon-layers:before {
  content: "\e034";
}

.icon-menu:before {
  content: "\e601";
}

.icon-list:before {
  content: "\e067";
}

.icon-options-vertical:before {
  content: "\e602";
}

.icon-options:before {
  content: "\e603";
}

.icon-arrow-down:before {
  content: "\e604";
}

.icon-arrow-left:before {
  content: "\e605";
}

.icon-arrow-right:before {
  content: "\e606";
}

.icon-arrow-up:before {
  content: "\e607";
}

.icon-arrow-up-circle:before {
  content: "\e078";
}

.icon-arrow-left-circle:before {
  content: "\e07a";
}

.icon-arrow-right-circle:before {
  content: "\e079";
}

.icon-arrow-down-circle:before {
  content: "\e07b";
}

.icon-check:before {
  content: "\e080";
}

.icon-clock:before {
  content: "\e081";
}

.icon-plus:before {
  content: "\e095";
}

.icon-minus:before {
  content: "\e615";
}

.icon-close:before {
  content: "\e082";
}

.icon-event:before {
  content: "\e619";
}

.icon-exclamation:before {
  content: "\e617";
}

.icon-organization:before {
  content: "\e616";
}

.icon-trophy:before {
  content: "\e006";
}

.icon-screen-smartphone:before {
  content: "\e010";
}

.icon-screen-desktop:before {
  content: "\e011";
}

.icon-plane:before {
  content: "\e012";
}

.icon-notebook:before {
  content: "\e013";
}

.icon-mustache:before {
  content: "\e014";
}

.icon-mouse:before {
  content: "\e015";
}

.icon-magnet:before {
  content: "\e016";
}

.icon-energy:before {
  content: "\e020";
}

.icon-disc:before {
  content: "\e022";
}

.icon-cursor:before {
  content: "\e06e";
}

.icon-cursor-move:before {
  content: "\e023";
}

.icon-crop:before {
  content: "\e024";
}

.icon-chemistry:before {
  content: "\e026";
}

.icon-speedometer:before {
  content: "\e007";
}

.icon-shield:before {
  content: "\e00e";
}

.icon-screen-tablet:before {
  content: "\e00f";
}

.icon-magic-wand:before {
  content: "\e017";
}

.icon-hourglass:before {
  content: "\e018";
}

.icon-graduation:before {
  content: "\e019";
}

.icon-ghost:before {
  content: "\e01a";
}

.icon-game-controller:before {
  content: "\e01b";
}

.icon-fire:before {
  content: "\e01c";
}

.icon-eyeglass:before {
  content: "\e01d";
}

.icon-envelope-open:before {
  content: "\e01e";
}

.icon-envelope-letter:before {
  content: "\e01f";
}

.icon-bell:before {
  content: "\e027";
}

.icon-badge:before {
  content: "\e028";
}

.icon-anchor:before {
  content: "\e029";
}

.icon-wallet:before {
  content: "\e02a";
}

.icon-vector:before {
  content: "\e02b";
}

.icon-speech:before {
  content: "\e02c";
}

.icon-puzzle:before {
  content: "\e02d";
}

.icon-printer:before {
  content: "\e02e";
}

.icon-present:before {
  content: "\e02f";
}

.icon-playlist:before {
  content: "\e030";
}

.icon-pin:before {
  content: "\e031";
}

.icon-picture:before {
  content: "\e032";
}

.icon-handbag:before {
  content: "\e035";
}

.icon-globe-alt:before {
  content: "\e036";
}

.icon-globe:before {
  content: "\e037";
}

.icon-folder-alt:before {
  content: "\e039";
}

.icon-folder:before {
  content: "\e089";
}

.icon-film:before {
  content: "\e03a";
}

.icon-feed:before {
  content: "\e03b";
}

.icon-drop:before {
  content: "\e03e";
}

.icon-drawer:before {
  content: "\e03f";
}

.icon-docs:before {
  content: "\e040";
}

.icon-doc:before {
  content: "\e085";
}

.icon-diamond:before {
  content: "\e043";
}

.icon-cup:before {
  content: "\e044";
}

.icon-calculator:before {
  content: "\e049";
}

.icon-bubbles:before {
  content: "\e04a";
}

.icon-briefcase:before {
  content: "\e04b";
}

.icon-book-open:before {
  content: "\e04c";
}

.icon-basket-loaded:before {
  content: "\e04d";
}

.icon-basket:before {
  content: "\e04e";
}

.icon-bag:before {
  content: "\e04f";
}

.icon-action-undo:before {
  content: "\e050";
}

.icon-action-redo:before {
  content: "\e051";
}

.icon-wrench:before {
  content: "\e052";
}

.icon-umbrella:before {
  content: "\e053";
}

.icon-trash:before {
  content: "\e054";
}

.icon-tag:before {
  content: "\e055";
}

.icon-support:before {
  content: "\e056";
}

.icon-frame:before {
  content: "\e038";
}

.icon-size-fullscreen:before {
  content: "\e057";
}

.icon-size-actual:before {
  content: "\e058";
}

.icon-shuffle:before {
  content: "\e059";
}

.icon-share-alt:before {
  content: "\e05a";
}

.icon-share:before {
  content: "\e05b";
}

.icon-rocket:before {
  content: "\e05c";
}

.icon-question:before {
  content: "\e05d";
}

.icon-pie-chart:before {
  content: "\e05e";
}

.icon-pencil:before {
  content: "\e05f";
}

.icon-note:before {
  content: "\e060";
}

.icon-loop:before {
  content: "\e064";
}

.icon-home:before {
  content: "\e069";
}

.icon-grid:before {
  content: "\e06a";
}

.icon-graph:before {
  content: "\e06b";
}

.icon-microphone:before {
  content: "\e063";
}

.icon-music-tone-alt:before {
  content: "\e061";
}

.icon-music-tone:before {
  content: "\e062";
}

.icon-earphones-alt:before {
  content: "\e03c";
}

.icon-earphones:before {
  content: "\e03d";
}

.icon-equalizer:before {
  content: "\e06c";
}

.icon-like:before {
  content: "\e068";
}

.icon-dislike:before {
  content: "\e06d";
}

.icon-control-start:before {
  content: "\e06f";
}

.icon-control-rewind:before {
  content: "\e070";
}

.icon-control-play:before {
  content: "\e071";
}

.icon-control-pause:before {
  content: "\e072";
}

.icon-control-forward:before {
  content: "\e073";
}

.icon-control-end:before {
  content: "\e074";
}

.icon-volume-1:before {
  content: "\e09f";
}

.icon-volume-2:before {
  content: "\e0a0";
}

.icon-volume-off:before {
  content: "\e0a1";
}

.icon-calendar:before {
  content: "\e075";
}

.icon-bulb:before {
  content: "\e076";
}

.icon-chart:before {
  content: "\e077";
}

.icon-ban:before {
  content: "\e07c";
}

.icon-bubble:before {
  content: "\e07d";
}

.icon-camrecorder:before {
  content: "\e07e";
}

.icon-camera:before {
  content: "\e07f";
}

.icon-cloud-download:before {
  content: "\e083";
}

.icon-cloud-upload:before {
  content: "\e084";
}

.icon-envelope:before {
  content: "\e086";
}

.icon-eye:before {
  content: "\e087";
}

.icon-flag:before {
  content: "\e088";
}

.icon-heart:before {
  content: "\e08a";
}

.icon-info:before {
  content: "\e08b";
}

.icon-key:before {
  content: "\e08c";
}

.icon-link:before {
  content: "\e08d";
}

.icon-lock:before {
  content: "\e08e";
}

.icon-lock-open:before {
  content: "\e08f";
}

.icon-magnifier:before {
  content: "\e090";
}

.icon-magnifier-add:before {
  content: "\e091";
}

.icon-magnifier-remove:before {
  content: "\e092";
}

.icon-paper-clip:before {
  content: "\e093";
}

.icon-paper-plane:before {
  content: "\e094";
}

.icon-power:before {
  content: "\e097";
}

.icon-refresh:before {
  content: "\e098";
}

.icon-reload:before {
  content: "\e099";
}

.icon-settings:before {
  content: "\e09a";
}

.icon-star:before {
  content: "\e09b";
}

.icon-symbol-female:before {
  content: "\e09c";
}

.icon-symbol-male:before {
  content: "\e09d";
}

.icon-target:before {
  content: "\e09e";
}

.icon-credit-card:before {
  content: "\e025";
}

.icon-paypal:before {
  content: "\e608";
}

.icon-social-tumblr:before {
  content: "\e00a";
}

.icon-social-twitter:before {
  content: "\e009";
}

.icon-social-facebook:before {
  content: "\e00b";
}

.icon-social-instagram:before {
  content: "\e609";
}

.icon-social-linkedin:before {
  content: "\e60a";
}

.icon-social-pinterest:before {
  content: "\e60b";
}

.icon-social-github:before {
  content: "\e60c";
}

.icon-social-google:before {
  content: "\e60d";
}

.icon-social-reddit:before {
  content: "\e60e";
}

.icon-social-skype:before {
  content: "\e60f";
}

.icon-social-dribbble:before {
  content: "\e00d";
}

.icon-social-behance:before {
  content: "\e610";
}

.icon-social-foursqare:before {
  content: "\e611";
}

.icon-social-soundcloud:before {
  content: "\e612";
}

.icon-social-spotify:before {
  content: "\e613";
}

.icon-social-stumbleupon:before {
  content: "\e614";
}

.icon-social-youtube:before {
  content: "\e008";
}

.icon-social-dropbox:before {
  content: "\e00c";
}

.icon-social-vkontakte:before {
  content: "\e618";
}

.icon-social-steam:before {
  content: "\e620";
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Core Theme
========================================================================== */
/* ==========================================================================
0. CSS Imports
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Bulkit variables 
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Base typography
1. Bulkit colors
2. State colors
3. Social colors
4. Predefined gradients
5. Predefined box shadows
=============================================================================
***/
/* ==========================================================================
0. Base typography
========================================================================== */
var {
  font-style: normal;
}

p,
ul li {
  font-family: "Roboto", sans-serif;
}

i {
  font-style: normal;
}

/* ==========================================================================
1. Bulkit colors
========================================================================== */
/* ==========================================================================
2. State colors
========================================================================== */
/* ==========================================================================
3. Social colors
========================================================================== */
/* ==========================================================================
4. Predefined gradients
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Night Theme
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Theme color variables
1. Theme gradient
2. Box shadows
3. Pageloader
=============================================================================
***/
/* ==========================================================================
0. Theme color variables
========================================================================== */
/* ==========================================================================
1. Theme gradient
========================================================================== */
/* ==========================================================================
2. Pageloader
========================================================================== */
.pageloader {
  background-color: #4A00E0 !important;
}

/* ==========================================================================
3. Theme specific Hero
========================================================================== */
.hero.is-theme-primary, .section.is-theme-primary {
  background-color: #4A00E0;
  background: linear-gradient(to right, #4A00E0, #3600a3);
  background: linear-gradient(to top, #4A00E0, #3600a3);
}
.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: #23a6d5;
  background: linear-gradient(to right, #23a6d5, #8E2DE2);
  background: linear-gradient(to top, #23a6d5, #8E2DE2);
}
.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 */
/* ==========================================================================
Shadow variables
========================================================================== */
/***
TABLE OF CONTENTS
1. Predefined box shadows
***/
/* ==========================================================================
1. Predefined box shadows
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Barrel file
========================================================================== */
/* ==========================================================================
0. Layout CSS Imports
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Resets and Utils
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================

0. Resets and base setup
1. Back to top button
2. Progress bars
3. Input placeholders
4. Window scrollbar
=============================================================================
***/
/* ==========================================================================
0. Resets and base setup
========================================================================== */
*::selection {
  background: #4A00E0;
  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: #4A00E0;
}

.button.is-active, .button:active, .button:focus {
  box-shadow: none !important;
}

section:focus {
  outline: none !important;
}

/* ==========================================================================
1. Back to top button
========================================================================== */
#backtotop {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 25px;
  margin: 0 25px 0 0;
  z-index: 9999;
  transition: 0.35s;
  transform: scale(0.7);
  transition: all 0.5s;
}

#backtotop.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#backtotop.visible a:hover {
  outline: none;
  opacity: 0.9;
  background: #23a6d5;
}

#backtotop a {
  outline: none;
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #66676b;
  opacity: 1;
  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;
  content: "\e607";
  font-family: "simple-line-icons";
  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: flex;
  flex-direction: column;
  z-index: 9999;
  transform: translate(150px);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
.style-switcher.visible {
  opacity: 1;
  pointer-events: all;
  transform: translate(0);
}
.style-switcher.force-visible {
  opacity: 1 !important;
  pointer-events: all !important;
  transform: translate(0) !important;
}
.style-switcher.away {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(150px) !important;
}
.style-switcher .switcher-close {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #444f60;
  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 {
  transform: scale(1);
}
.style-switcher .style-dot .style-dot-inner {
  position: relative;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #8c8cf9;
  transform: scale(0.7);
  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: #ff5555;
}
.style-switcher .style-dot .style-dot-inner.is-purple {
  background: #837FCB;
}
.style-switcher .style-dot .style-dot-inner.is-yellow {
  background: #f5c62c;
}

/* ==========================================================================
2. Progress bars
========================================================================== */
.progress {
  width: 100% !important;
}

.progress.primary::-webkit-progress-value {
  background-color: #4A00E0 !important;
}

.progress.secondary::-moz-progress-bar {
  background-color: #23a6d5 !important;
}

/* ==========================================================================
3. Input placeholders
========================================================================== */
::-webkit-input-placeholder {
  color: #cecece;
}

::-moz-placeholder {
  color: #cecece;
}

:-ms-input-placeholder {
  color: #cecece;
}

:-moz-placeholder {
  color: #cecece;
}

/* ==========================================================================
4. Window scrollbar
========================================================================== */
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 related styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Resets
1. Navbar placeholder
2. Fixed solid navbar
3. Static navbar
4. Shared styles
5. Sticky fade navbar
6. Light and transparent navbar
7. Base styles
8. Hero head
9. Account avatar
10. Scrollnav
11. Hamburger menu icon
=============================================================================
***/
/* ==========================================================================
1. Navbar placeholder
========================================================================== */
.navbar-placeholder {
  z-index: 999;
}

/* ==========================================================================
3. Static navbar
========================================================================== */
.navbar-wrapper {
  width: 100%;
  height: 4.6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.4s;
}
.navbar-wrapper.is-static {
  position: static !important;
}
.navbar-wrapper.is-solid {
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.navbar-wrapper.is-cloned {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.navbar-wrapper.is-cloned.is-active {
  transform: translateY(0);
}
.navbar-wrapper.is-transparent .navbar-item.is-slide, .navbar-wrapper.is-transparent .navbar-link.is-slide {
  border-bottom: 1px solid transparent;
}
.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: #4A00E0;
  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 {
  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: transparent;
}
.navbar-wrapper .navbar-item:hover a, .navbar-wrapper .navbar-item.has-dropdown:hover a {
  background: transparent;
}
.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: #23a6d5 !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: #4A00E0 !important;
}
.navbar-wrapper .navbar-item.is-button:hover > .button.secondary-btn {
  background: #23a6d5 !important;
}
.navbar-wrapper .navbar-item.is-button:hover > .button.accent-btn {
  background: #8E2DE2 !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: flex;
  justify-content: 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 .cart-button .wishlist-count, .navbar-wrapper .navbar-item.is-cart .wishlist-button .cart-count, .navbar-wrapper .navbar-item.is-cart .wishlist-button .wishlist-count, .navbar-wrapper .navbar-item.is-wishlist .cart-button .cart-count, .navbar-wrapper .navbar-item.is-wishlist .cart-button .wishlist-count, .navbar-wrapper .navbar-item.is-wishlist .wishlist-button .cart-count, .navbar-wrapper .navbar-item.is-wishlist .wishlist-button .wishlist-count {
  position: absolute;
  top: 0;
  right: 0;
  height: 12px;
  min-width: 12px;
  background: #4A00E0;
  border: 2px solid #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-wrapper .navbar-item.is-cart .cart-button .cart-count span, .navbar-wrapper .navbar-item.is-cart .cart-button .wishlist-count span, .navbar-wrapper .navbar-item.is-cart .wishlist-button .cart-count span, .navbar-wrapper .navbar-item.is-cart .wishlist-button .wishlist-count span, .navbar-wrapper .navbar-item.is-wishlist .cart-button .cart-count span, .navbar-wrapper .navbar-item.is-wishlist .cart-button .wishlist-count span, .navbar-wrapper .navbar-item.is-wishlist .wishlist-button .cart-count span, .navbar-wrapper .navbar-item.is-wishlist .wishlist-button .wishlist-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;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e5e5;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: transform 0.3s, opacity 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;
  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 transparent;
  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 transparent;
  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: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  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: #4A00E0;
  border-color: #4A00E0;
  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: #4f00ef;
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 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;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  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: #4A00E0;
  color: #4A00E0;
}
.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: flex;
  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: flex;
  justify-content: 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-item.is-cart .clearfix:after, .navbar-wrapper .navbar-item.is-wishlist .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.navbar-wrapper .navbar-link:hover {
  background: transparent !important;
  color: #4A00E0;
}
.navbar-wrapper .navbar-link:hover:after {
  border-color: #4A00E0;
}
.navbar-wrapper .navbar-link:after {
  font-size: 0.85rem;
  border: 1.6px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  border-color: #444f60;
  margin-top: -0.375em;
  right: 1.125em;
  transition: all 0.3s;
  right: 1.525em;
}
.navbar-wrapper .custom-burger {
  margin-left: auto;
  display: none;
  justify-content: center;
  align-items: center;
  height: 4.6rem;
  width: 4.6rem;
}
.navbar-wrapper .custom-burger.is-in-flow {
  margin-left: 0;
}
.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 transparent;
}
.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;
  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 transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  border-color: #fff;
  margin-top: -0.375em;
  right: 1.125em;
  transition: all 0.3s;
  right: 1.525em;
}
.navbar-wrapper.navbar-light .navbar-burger span {
  background: #fff !important;
}
.navbar-wrapper.navbar-inverse.is-reverse {
  background: #344258;
}
.navbar-wrapper.navbar-inverse.is-reverse .navbar-menu.is-active {
  background: #344258;
}
.navbar-wrapper.navbar-inverse.is-blue {
  background: #039be5;
}
.navbar-wrapper.navbar-inverse.is-blue .navbar-menu.is-active {
  background: #039be5;
}
.navbar-wrapper.navbar-inverse.is-purple {
  background: #23a6d5;
}
.navbar-wrapper.navbar-inverse.is-purple .navbar-menu.is-active {
  background: #23a6d5;
}
.navbar-wrapper.navbar-inverse.is-red {
  background: #f92b60;
}
.navbar-wrapper.navbar-inverse.is-red .navbar-menu.is-active {
  background: #f92b60;
}
.navbar-wrapper.navbar-inverse .icon-box-toggle span i {
  background: #fff !important;
}
.navbar-wrapper.navbar-inverse .navbar-item, .navbar-wrapper.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-wrapper.navbar-inverse .navbar-link:after {
  font-size: 0.85rem;
  border: 1.6px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  border-color: #fff;
  margin-top: -0.375em;
  right: 1.125em;
  transition: all 0.3s;
  right: 1.525em;
}
.navbar-wrapper.navbar-inverse .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;
  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;
  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: flex;
  align-items: center;
  margin: 0 1rem;
  width: calc(100% - 2rem);
  border-radius: 0.5rem;
  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;
}

/* ==========================================================================
9. Account avatar
========================================================================== */
.account {
  position: relative;
  right: 20px;
  top: 5px;
  margin-left: 30px;
}
.account .nav-item {
  border-bottom: 1px solid transparent !important;
}
.account img.account-avatar {
  max-height: 40px;
  border-radius: 50px;
  border: 1px solid #eff4f7;
}
.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;
}

/* ==========================================================================
10. Scrollnav 
========================================================================== */
.scroll-nav-wrapper {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  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: transparent;
}
.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: #4A00E0;
  border-bottom-color: #4A00E0;
}
.scroll-nav-wrapper .tabs ul li.is-active a {
  color: #4A00E0;
  border-bottom: 3px solid #4A00E0;
}
.scroll-nav-wrapper .tabs ul li a.there {
  color: #4A00E0;
  border-bottom: 3px solid #4A00E0;
}

/* ==========================================================================
11. Hamburger menu icon
========================================================================== */
.menu-toggle {
  font-size: 20px;
  color: #666;
  line-height: 48px;
  text-align: center;
  background: transparent;
  display: block;
  width: 24px;
  height: 26px;
  cursor: pointer;
  padding: 0;
  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 {
  /*transform*/
  -webkit-transform: rotate(90deg);
  -moz-transform: translate(0px, 0px) rotate(90deg);
  -ms-transform: translate(0px, 0px) rotate(90deg);
  -o-transform: translate(0px, 0px) 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;
  /*transform*/
  -webkit-transform: rotate(135deg);
  -moz-transform: translate(0px, 0px) rotate(135deg);
  -ms-transform: translate(0px, 0px) rotate(135deg);
  -o-transform: translate(0px, 0px) 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;
  /*transform*/
  -webkit-transform: rotate(45deg);
  -moz-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  -o-transform: translate(0px, 0px) 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;
  -moz-transition: all 0.2s ease;
  -o-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;
  -moz-transition: all 0.2s ease;
  -o-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;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Navbar styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Landing Navbar
=============================================================================
***/
/* ==========================================================================
0. Landing Navbar
========================================================================== */
.navbar.navbar-landing {
  background-color: #fff;
  height: 60px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  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;
  transition: all 0.3s;
}
.navbar.navbar-landing .navbar-brand .navbar-burger span {
  background: #999;
}
.navbar.navbar-landing .separator {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 1.4px;
  margin: 0 16px;
  background: #ccc;
}
.navbar.navbar-landing .navbar-item {
  color: #999;
  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;
  -ms-transform-origin: right center;
  transform-origin: right center;
  height: 1.4px;
  background: #4A00E0;
  -webkit-transform: scale(0, 1);
  -ms-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);
}
.navbar.navbar-landing .navbar-item.has-hover:hover:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.navbar.navbar-landing .navbar-item .cta-button {
  background: #4A00E0;
  border-color: #4A00E0;
}
.navbar.navbar-landing .navbar-item .cta-button:hover {
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 0.2) !important !important;
  opacity: 0.9;
}
.navbar.navbar-landing .navbar-item:hover, .navbar.navbar-landing .navbar-item:active {
  color: #4A00E0;
}
.navbar.navbar-landing.nav-light.is-faded {
  height: 80px;
  background-color: transparent;
  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%;
  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;
  -ms-transform-origin: right center;
  transform-origin: right center;
  height: 1.4px;
  background: #4A00E0;
  -webkit-transform: scale(0, 1);
  -ms-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);
}
.navbar.navbar-landing.nav-light.is-faded .navbar-item.has-hover:hover:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.navbar.navbar-landing.nav-light.is-faded .navbar-item .cta-button:hover {
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 0.2) !important;
  opacity: 0.9;
}
.navbar.navbar-landing.is-faded {
  height: 80px;
  background-color: transparent;
  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%;
  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;
  -ms-transform-origin: right center;
  transform-origin: right center;
  height: 1.4px;
  background: #fcfcfc;
  -webkit-transform: scale(0, 1);
  -ms-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);
}
.navbar.navbar-landing.is-faded .navbar-item.has-hover:hover:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.navbar.navbar-landing.is-faded .navbar-item .cta-button {
  background: #8E2DE2;
  border-color: #8E2DE2;
}
.navbar.navbar-landing.is-faded .navbar-item .cta-button:hover {
  box-shadow: 0 14px 26px -12px rgba(142, 45, 226, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(142, 45, 226, 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: transparent;
  display: block;
  width: 24px;
  height: 26px;
  cursor: pointer;
  padding: 0;
  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 {
  /*transform*/
  -webkit-transform: rotate(90deg);
  -moz-transform: translate(0px, 0px) rotate(90deg);
  -ms-transform: translate(0px, 0px) rotate(90deg);
  -o-transform: translate(0px, 0px) 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;
  /*transform*/
  -webkit-transform: rotate(135deg);
  -moz-transform: translate(0px, 0px) rotate(135deg);
  -ms-transform: translate(0px, 0px) rotate(135deg);
  -o-transform: translate(0px, 0px) 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;
  /*transform*/
  -webkit-transform: rotate(45deg);
  -moz-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  -o-transform: translate(0px, 0px) 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;
  -moz-transition: all 0.2s ease;
  -o-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;
  -moz-transition: all 0.2s ease;
  -o-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;
  -moz-transition: all 0.2s ease;
  -o-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 */
/* ==========================================================================
Sections related styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Sections general styles
1. Quick flex block
2. Divider
=============================================================================
***/
/* ==========================================================================
0. Sections general styles
========================================================================== */
.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-header-grey {
  background-color: #f5f9fc;
}
.section.section-feature-grey-accent {
  background-color: #efefef;
}
.section.section-primary {
  background-color: #4A00E0;
}
.section.section-secondary {
  background-color: #23a6d5;
}
.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-bottom {
  border-bottom: 1px solid #ededed;
}
.section.has-border-top {
  border-top: 1px solid #ededed;
}
.section.no-margin {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section.section-half {
  height: 75vh !important;
}
.section.is-skewed-sm {
  transform: skew(0deg, -3deg) translate(0, -45px);
  padding-top: 140px;
}
.section.is-reversed .columns {
  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: #4A00E0;
  z-index: 0;
}
.section.has-circles .primary-bold-circle {
  position: absolute;
  left: 15%;
  bottom: 10%;
  height: 210px;
  width: 210px;
  border-radius: 50%;
  background: #4000c1;
  z-index: 1;
}
.section.has-circles .accent-circle {
  position: absolute;
  right: 65%;
  top: 18%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #8E2DE2;
}
.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: #4A00E0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
}
.section.has-pseudo-lines:after {
  content: "";
  width: 2px;
  height: 60px;
  background: #4A00E0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  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 {
  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, .section .title.quick-feature .bg-symbol {
  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: #4A00E0;
}
.section .title-divider {
  margin: 10px 0;
  width: 80px;
  height: 5px;
  background: #4A00E0;
}
.section .title-divider.is-right {
  margin-left: auto;
}
.section .title-divider.is-centered {
  margin: 0 auto;
}
.section .feature-headline {
  color: #4A00E0 !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 .media.icon-box .media-content .content p span.icon-box-title {
  color: #444f60;
  font-size: 1.2rem;
  font-weight: 600;
}
.section .media.icon-box .media-content .content p span.icon-box-text {
  color: #a9abac;
  font-size: 1.1rem;
  font-weight: 400;
}
.section .flex-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
}
.section .flex-wrapper.flex-center {
  justify-content: center;
}
.section .flex-wrapper.flex-start {
  justify-content: flex-start;
}
.section .flex-wrapper.flex-end {
  justify-content: flex-end;
}
.section .flex-wrapper img {
  width: 23%;
}
.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, .title.quick-feature .bg-symbol {
    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: flex;
    padding: 0;
  }
  .columns.is-flex-tablet-portrait.is-flex-tablet-portrait-3 .column {
    min-width: 33.3%;
    width: 33.3%;
  }
}
/* ==========================================================================
1. Quick flex block
========================================================================== */
.content.content-flex, .content-flex {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.content.content-flex.center-flex, .content-flex.center-flex {
  justify-content: center !important;
}
.content.content-flex h5, .content-flex h5 {
  padding: 0 !important;
}

/* ==========================================================================
2. Divider
========================================================================== */
.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;
  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 related styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Hero general styles
1. Hero body
2. Hero footer
3. Parallax Overlay
=============================================================================
***/
/* ==========================================================================
0. Hero general styles
========================================================================== */
.hero.is-relative {
  position: relative;
}
.hero.is-cover {
  background-size: cover !important;
}
.hero.is-theme-primary {
  background-color: #4A00E0;
}
.hero.is-theme-primary .title {
  color: #fff;
}
.hero.is-theme-primary .subtitle {
  color: #fff;
}
.hero.is-theme-secondary {
  background-color: #23a6d5;
}
.hero.is-theme-secondary .title {
  color: #fff;
}
.hero.is-theme-secondary .subtitle {
  color: #fff;
}
.hero.is-theme-accent {
  background-color: #8E2DE2;
}
.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: -webkit-linear-gradient(309deg, #d0e0ec 0%, #f5f7fa 71%, white 100%);
  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: #4A00E0;
}
.hero.is-light-grey .subtitle {
  margin-top: 0 !important;
  padding-right: 20%;
  line-height: 1.6 !important;
}
.hero.is-coal {
  background-color: #444444;
}
.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::placeholder {
  color: #fff;
  opacity: 0.3;
}
.hero.is-night .signup-block .input:focus {
  border-color: #00006d;
}
.hero .hero-foot.is-pulled {
  margin-top: -65px;
}

/* ==========================================================================
1. Hero body 
========================================================================== */
.hero-body {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 6;
}
.hero-body.is-start {
  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;
  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;
  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 .title.page-title {
  font-size: 3.5rem;
}
.hero-body .title.medium-title {
  font-size: 2.5rem;
}
.hero-body .title.small-title {
  font-size: 2rem;
}
.hero-body .subtitle.page-subtitle {
  font-size: 1.8rem;
}
.hero-body .clients-small {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 15px 0;
}
.hero-body .clients-small img {
  height: 42px;
  margin: 0 5px;
}
.hero-body .clients-small.centered {
  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;
  }
}
/* ==========================================================================
2. Hero footer
========================================================================== */
.hero-foot .partner-logo, .partner-logo {
  height: 70px !important;
}

/* ==========================================================================
3. Parallax Overlay
========================================================================== */
.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 {
    justify-content: center;
  }
  .signup-block .button {
    margin-top: 0.25rem;
    position: static !important;
    min-height: 50px;
  }
  .product-hero .buttons {
    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 {
    justify-content: center;
  }
  .product-hero .buttons {
    justify-content: center;
  }
}
/* ==========================================================================
3. Hero Scroll Button
========================================================================== */
.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: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.scroll-button:hover {
  background: #8E2DE2;
  border-color: #8E2DE2;
}
.scroll-button:hover i {
  color: #fcfcfc;
  transform: rotate(360deg);
}
.scroll-button i {
  font-size: 20px;
  font-weight: 600;
  color: #cecece;
  transition: all 0.3s;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Footer styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Dark footer
1. Light Footer
2. Light left Footer
3. Dark left Footer
4. Light medium footer
5. Colored footer
6. Landing Dark Footer
=============================================================================
***/
/* ==========================================================================
0. Dark footer
========================================================================== */
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 img {
  height: 25px;
  max-width: 120px;
}
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;
  transition: all 0.5s;
}
footer.footer-dark .footer-column ul.link-list :hover {
  color: #fcfcfc;
}
footer.footer-dark .footer-column .level-item .icon {
  color: #4A00E0;
  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;
}

/* ==========================================================================
1. Light Footer
========================================================================== */
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;
  transition: all 0.5s;
}
footer.footer-light .footer-column ul.link-list :hover {
  color: #4A00E0;
}
footer.footer-light .footer-column .level-item .icon {
  color: #999;
  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: #23a6d5;
}
footer.footer-light .footer-column .copyright {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .footer-columns.is-flex-mobile {
    flex-wrap: wrap !important;
  }
}
/* ==========================================================================
2. Light left Footer
========================================================================== */
footer.footer-light-left {
  padding: 5rem 1.5rem !important;
  background: #f5f6fa;
}
footer.footer-light-left .footer-nav-right {
  display: flex;
  justify-content: flex-end;
  align-content: 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 transparent;
}
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: #4A00E0 !important;
  border-bottom: 2px solid #4A00E0 !important;
}
footer.footer-light-left .level-item .icon {
  color: #cecece;
  transition: all 0.5s;
}
footer.footer-light-left .level-item .icon :hover {
  color: #4A00E0;
}
footer.footer-light-left .moto {
  color: #999;
}

@media (max-width: 767px) {
  footer.footer-light-left {
    text-align: center;
  }
  footer.footer-light-left .level {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer-nav-right {
    margin-top: 0 !important;
  }
}
/* ==========================================================================
3. Dark left Footer
========================================================================== */
footer.footer-dark-left {
  padding: 5rem 1.5rem !important;
  background: #444f60;
}
footer.footer-dark-left .footer-nav-right {
  display: flex;
  justify-content: flex-end;
  align-content: 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 transparent;
}
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: #4A00E0 !important;
  border-bottom: 2px solid #4A00E0 !important;
}
footer.footer-dark-left .level-item .icon {
  color: #fff;
  transition: all 0.5s;
}
footer.footer-dark-left .level-item .icon :hover {
  color: #4A00E0;
}
footer.footer-dark-left .moto {
  color: #fff;
}

/* ==========================================================================
4. Light medium footer
========================================================================== */
.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: flex;
  align-items: center;
  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: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #4A00E0;
  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: #4A00E0;
}
.footer-light-medium .footer-body .social-links {
  display: flex;
  justify-content: flex-start;
  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: #4A00E0;
}
.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: #4A00E0;
}

@media (max-width: 767px) {
  .footer-light-medium .footer-head {
    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: flex;
    padding: 2rem 1rem !important;
  }
  .footer-light-medium .footer-body .column.is-4 {
    width: 42%;
    max-width: 42%;
    flex-shrink: 1;
  }
  .footer-light-medium .footer-body .is-offset-2 .columns {
    display: flex !important;
  }
}
/* ==========================================================================
5. Colored footer
========================================================================== */
footer.colored-footer {
  background: #4A00E0;
  padding: 0;
}
footer.colored-footer .footer-body {
  display: flex;
  justify-content: 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: transparent;
  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: #23a6d5;
  border: 1px solid #fcfcfc;
  border-radius: 0 100px 100px 0;
  width: 130px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  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: flex;
  justify-content: space-between;
  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 {
    flex-direction: column;
  }
  .colored-footer .footer-inner .footer-block {
    width: 100% !important;
    display: flex;
    justify-content: center !important;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .colored-footer .footer-form {
    padding: 0 20px;
  }
  .colored-footer .footer-inner {
    flex-direction: column;
  }
  .colored-footer .footer-inner .footer-block {
    width: 100% !important;
    display: flex;
    justify-content: center !important;
    padding: 8px 0;
  }
}
/* ==========================================================================
6. Landing Dark Footer
========================================================================== */
.footer.landing-dark-footer {
  background: #344258;
  padding: 8rem 1.5rem 4rem 1.5rem;
}
.footer.landing-dark-footer .footer-logo {
  max-width: 150px;
}
.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: flex;
  justify-content: space-between;
  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 */
/* ==========================================================================
Core animation styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Default settings
1. Translate Left
2. Translate Down
3. Translate Up
4. Fade In
5. Fade In Left
6. Fade In Right
7. Fade In Up
8. Fade In Down
9. Fade Out Up
10. Levitate
11. Gelatine
12. Unzoom
13. Dot pulsation
14. Bouncy entrance
15. Scale in
16. Scale in circle
17. Scale out
18. Pulsate
19. Predefined animation delays
=============================================================================
***/
/* ==========================================================================
0. Default settings
========================================================================== */
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}

/* ==========================================================================
1. Translate Left
========================================================================== */
@keyframes translateLeft {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.translateLeft {
  animation-name: translateLeft;
  animation-duration: 0.3s;
  transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

/* ==========================================================================
2. Translate Down
========================================================================== */
@keyframes translateDown {
  from {
    transform: translate3d(0, -100px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.translateDown {
  animation-name: translateDown;
  animation-duration: 0.3s;
  transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

/* ==========================================================================
3. Translate Up
========================================================================== */
@keyframes translateUp {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.translateUp {
  animation-name: translateUp;
  animation-duration: 0.3s;
  transition: all 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

/* ==========================================================================
4. Fade In
========================================================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  animation-name: fadeIn;
}

/* ==========================================================================
5. Fade In Left
========================================================================== */
@keyframes fadeInLeft {
  from {
    transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.preFadeInLeft {
  opacity: 0;
}

.fadeInLeft {
  opacity: 0;
  animation-name: fadeInLeft;
}

/* ==========================================================================
6. Fade In Right
========================================================================== */
@keyframes fadeInRight {
  from {
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.preFadeInRight {
  opacity: 0;
}

.fadeInRight {
  opacity: 0;
  animation-name: fadeInRight;
}

/* ==========================================================================
7. Fade In Up
========================================================================== */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.preFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
}

/* ==========================================================================
8. Fade In Down
========================================================================== */
@keyframes fadeInDown {
  from {
    transform: translate3d(0, -20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.preFadeInDown {
  opacity: 0;
}

.fadeInDown {
  opacity: 0;
  animation-name: fadeInDown;
}

/* ==========================================================================
9. Fade Out Up
========================================================================== */
@keyframes fadeOutUp {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
.preFadeOutUp {
  opacity: 1;
}

.fadeOutUp {
  opacity: 1;
  animation-name: fadeOutUp;
}

/* ==========================================================================
10. Levitate
========================================================================== */
@keyframes levitate {
  from {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  to {
    transform: translate(0, 0);
  }
}
.levitate {
  animation-name: levitate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* ==========================================================================
11. Gelatine
========================================================================== */
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.gelatine {
  animation: gelatine 0.6s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

/* ==========================================================================
12. Unzoom
========================================================================== */
@keyframes unzoom {
  from, to {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0);
  }
}
.unzoom {
  animation: unzoom 0.7s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

/* ==========================================================================
13. Dot pulsation
========================================================================== */
@keyframes dotPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
/* ==========================================================================
14. Bouncy entrance
========================================================================== */
@keyframes entrance {
  from {
    transform: scale(0);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(0.95);
  }
  75% {
    transform: scale(1.05);
  }
  to {
    transform: none;
  }
}
.entrance {
  animation: entrance 0.8s;
}

/* ==========================================================================
15. Scale in 
========================================================================== */
@keyframes scaleIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.scaleIn {
  animation: scaleIn 0.5s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ==========================================================================
16. Scale in circle (used for modal popup)
========================================================================== */
@keyframes scaleInCircle {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(7);
  }
}
.scaleInCircle {
  animation: scaleInCircle 0.6s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ==========================================================================
17. Scale out
========================================================================== */
@keyframes scaleOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.scaleOut {
  animation: scaleOut 0.6s;
}

/* ==========================================================================
18. Pulsate
========================================================================== */
@keyframes pulsate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pulsate {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}

/* ==========================================================================
19. Predefined delays
========================================================================== */
.delay-1 {
  animation-delay: 0.25s;
}

.delay-2 {
  animation-delay: 0.5s;
}

.delay-3 {
  animation-delay: 0.75s;
}

.delay-4 {
  animation-delay: 1s;
}

.delay-5 {
  animation-delay: 1.25s;
}

.delay-6 {
  animation-delay: 1.5s;
}

.delay-7 {
  animation-delay: 1.75s;
}

.delay-8 {
  animation-delay: 2.25s;
}

.delay-9 {
  animation-delay: 2.5s;
}

.delay-10 {
  animation-delay: 2.75s;
}

.delay-11 {
  animation-delay: 3s;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Website sidebar
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Website sidebar
=============================================================================
***/
/* ==========================================================================
0. Website sidebar
========================================================================== */
.side-navigation-menu {
  display: flex;
  justify-content: flex-start;
  background: #344258;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  overflow: hidden;
  transform: translateX(-301px);
  -webkit-transition: width 0.05s linear;
  transition: width 0.05s linear;
  transition: transform 0.3s;
  z-index: 1000;
}
.side-navigation-menu.is-active {
  transform: translateX(0);
}
.side-navigation-menu .category-menu-wrapper {
  height: 100%;
  position: relative;
  width: 80px;
  background: #23a6d5;
}
.side-navigation-menu .category-menu-wrapper ul.categories li {
  height: 60px;
}
.side-navigation-menu .category-menu-wrapper ul.categories li.square-logo {
  display: flex;
  justify-content: 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: flex;
  justify-content: 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: #34b1de;
}
.side-navigation-menu .category-menu-wrapper ul.categories li.is-active {
  background: #4ab9e1;
}
.side-navigation-menu .category-menu-wrapper .author {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.side-navigation-menu .category-menu-wrapper .author li {
  display: flex;
  align-items: 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;
  transform: scale(1);
  transition: transform 0.4s;
}
.side-navigation-menu .category-menu-wrapper .author .main-menu-author:hover {
  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: flex;
  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 {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side-navigation-menu .navigation-menu-wrapper li.has-children.active-section a.parent-link {
  color: #732eff !important;
}
.side-navigation-menu .navigation-menu-wrapper li.has-children.active-section a.parent-link span, .side-navigation-menu .navigation-menu-wrapper li.has-children.active-section a.parent-link span:after {
  color: #732eff !important;
}
.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: #4A00E0;
}
.side-navigation-menu .navigation-menu-wrapper li.has-children span:after {
  position: absolute;
  right: 30px;
  content: "\e315";
  color: #fff;
  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: flex;
  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;
  animation: pulsate 1s ease-out;
  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 styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Pageloader
1. infraloader
=============================================================================
***/
/* ==========================================================================
0. Pageloader
========================================================================== */
.pageloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4A00E0;
  z-index: 999998;
  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;
  -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;
  }
}
/* ==========================================================================
1. Infraloader
========================================================================== */
.infraloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.35s;
}
.infraloader.is-active {
  opacity: 1;
  z-index: 999997;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Helper classes (must always be at the end of the core imports)
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Color helpers
1. Typography helpers
2. Display helpers
3. Padding helpers
4. Margin helpers
5. Sizing helpers
6. Position helpers
7. States helpers
8. Overflow helpers
9. Icon helpers
10. Image helpers
11. Responsive helpers
=============================================================================
***/
/* ==========================================================================
0. Color helpers
========================================================================== */
.body-color {
  color: #8e9baf !important;
}

.color-primary {
  color: #4A00E0 !important;
}

.color-secondary {
  color: #23a6d5 !important;
}

.color-accent {
  color: #8E2DE2 !important;
}

.color-red {
  color: #f92b60 !important;
}

.border-light {
  border-color: #fff !important;
}

.dark-text {
  color: #444f60 !important;
}

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

.light-text {
  color: #fff !important;
}

.muted-text {
  color: #999 !important;
}

.primary-text {
  color: #4A00E0 !important;
}

.secondary-text {
  color: #23a6d5 !important;
}

.accent-text {
  color: #8E2DE2 !important;
}

.info-text {
  color: #039be5 !important;
}

.success-text {
  color: #06d6a0 !important;
}

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

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

.dark-bg {
  background: #444444 !important;
}

.light-bg {
  background: #fff !important;
}

.has-light-shadow {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

.has-light-border {
  border: 1px solid #dadfe3;
}

/* ==========================================================================
1. Typography helpers
========================================================================== */
.title.is-styled {
  font-family: "Nexa Bold", sans-serif;
  color: #444f60;
}

.font-w-400 {
  font-weight: 400 !important;
}

.font-w-500 {
  font-weight: 500 !important;
}

.font-w-600 {
  font-weight: 600 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

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

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

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

.font-size-normal {
  font-size: 1rem;
}

.font-size-2x {
  font-size: 2rem;
}

.font-size-small {
  font-size: 0.9rem;
}

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

/* ==========================================================================
2. Display helpers
========================================================================== */
.is-flex {
  display: flex;
}
.is-flex.is-start {
  justify-content: flex-start;
}
.is-flex.is-center {
  justify-content: center;
}
.is-flex.is-end {
  justify-content: flex-end;
}
.is-flex.is-vcenter {
  align-items: center;
  align-content: center;
}

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

.has-slimscroll-xs::-webkit-scrollbar {
  width: 3px !important;
}
.has-slimscroll-xs::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background: rgba(0, 0, 0, 0.2) !important;
}

.has-slimscroll-xs-h::-webkit-scrollbar {
  height: 6px !important;
}
.has-slimscroll-xs-h::-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;
}

/* ==========================================================================
3. Padding helpers
========================================================================== */
.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 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-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-50 {
  padding: 50px;
}

.padding-60 {
  padding: 60px;
}

.padding-70 {
  padding: 70px;
}

.padding-80 {
  padding: 80px;
}

.padding-90 {
  padding: 90px;
}

.padding-100 {
  padding: 100px;
}

.pt-5 {
  padding-top: 5px;
}

.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-70 {
  padding-top: 70px;
}

.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-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.huge-pt {
  padding-top: 100px;
}

.huge-pb {
  padding-bottom: 100px;
}

.giant-pb {
  padding-bottom: 150px;
}

.hr {
  height: 1px;
  background: #e3e3e3;
}

/* ==========================================================================
4. Margin helpers
========================================================================== */
.no-margin {
  margin: 0 !important;
}

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

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

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

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

.margin-x-auto {
  margin: 0 auto !important;
}

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

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

.margin-10 {
  margin: 10px;
}

.margin-20 {
  margin: 20px;
}

.margin-25 {
  margin: 25px;
}

.margin-30 {
  margin: 30px;
}

.margin-40 {
  margin: 40px;
}

.margin-50 {
  margin: 50px;
}

.margin-60 {
  margin: 60px;
}

.margin-70 {
  margin: 70px;
}

.margin-80 {
  margin: 80px;
}

.margin-90 {
  margin: 90px;
}

.margin-100 {
  margin: 100px;
}

.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-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

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

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

/* ==========================================================================
5. Sizing helpers
========================================================================== */
.width-40 {
  width: 40px !important;
}

.width-100 {
  width: 100px !important;
}

.width-250 {
  width: 250px !important;
}

.height-30 {
  height: 30px !important;
}

.height-60 {
  height: 60px !important;
}

.height-60 {
  height: 60px !important;
}

.height-70 {
  height: 60px !important;
}

.height-80 {
  height: 60px !important;
}

.height-90 {
  height: 60px !important;
}

.max-w-center {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.max-w-center.max-w-440 {
  max-width: 440px !important;
}
.max-w-center.max-w-540 {
  max-width: 540px !important;
}
.max-w-center.max-w-640 {
  max-width: 640px;
}
.max-w-center.max-w-680 {
  max-width: 680px;
}
.max-w-center.max-w-740 {
  max-width: 740px;
}
.max-w-center.max-w-780 {
  max-width: 780px;
}
.max-w-center.max-w-840 {
  max-width: 840px;
}
.max-w-center.max-w-880 {
  max-width: 880px;
}
.max-w-center.max-w-940 {
  max-width: 940px;
}
.max-w-center.max-w-1040 {
  max-width: 1040px;
}

.max-w {
  width: 100%;
}
.max-w.max-w-640 {
  max-width: 640px;
}
.max-w.max-w-680 {
  max-width: 680px;
}
.max-w.max-w-740 {
  max-width: 740px;
}
.max-w.max-w-780 {
  max-width: 780px;
}
.max-w.max-w-840 {
  max-width: 840px;
}
.max-w.max-w-880 {
  max-width: 880px;
}
.max-w.max-w-940 {
  max-width: 940px;
}
.max-w.max-w-1040 {
  max-width: 1040px;
}

/* ==========================================================================
6. Position helpers
========================================================================== */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* ==========================================================================
7. States helpers
========================================================================== */
.is-hidden {
  display: none !important;
}

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

.is-disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: default !important;
}

.no-click {
  pointer-events: none !important;
}

.stuck {
  position: fixed !important;
  top: 0 !important;
  z-index: 999 !important;
  animation-name: translateDown;
  animation-duration: 0.4s;
}

/* ==========================================================================
8. Overflow helpers
========================================================================== */
.overflow-auto {
  overflow: auto !important;
}

/* ==========================================================================
9. Icon helpers
========================================================================== */
.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-icon-3x, .sl.is-icon-3x, .material-icons.is-icon-3x {
  font-size: 3rem;
}
.im.is-icon-4x, .sl.is-icon-4x, .material-icons.is-icon-4x {
  font-size: 4rem;
}
.im.is-gigantic, .sl.is-gigantic, .material-icons.is-gigantic {
  font-size: 12rem;
}

/* ==========================================================================
10. Image helpers
========================================================================== */
.img-circle {
  border-radius: 1000px;
}

/* ==========================================================================
11. Responsive helpers
========================================================================== */
@media (max-width: 767px) {
  .mobile-padding-20 {
    padding: 20px 30px;
  }
  .mobile-padding-40 {
    padding: 40px;
  }
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Button styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Main button class
1. Square buttons
2. Link buttons
3. Primary button
4. Secondary button
5. Accent button
6. Success button
7. Warning button
8. Danger button
9. Info button
10. Social buttons
11. Ripple effect
12. Combo Button
13. Read More Button
14. Fab Button
15. Pricing Button
=============================================================================
***/
/* ==========================================================================
0. Main button class
========================================================================== */
.button {
  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-md {
  padding: 5px 15px 18px 15px;
}
.button.btn-align-lg {
  padding: 6px 15px 18px 15px;
}
.button.btn-upper {
  text-transform: uppercase;
}
.button.rounded {
  border-radius: 500px;
}
.button.raised:hover {
  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-raised {
  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;
}
.button.is-bold {
  font-weight: 500;
}
.button.btn-fade:hover {
  opacity: 0.6;
}
.button.btn-outlined {
  background: transparent;
}
.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.btn-padding {
  padding: 6px 13px 16px 13px !important;
}
.button.default-btn {
  color: #cecece !important;
}
.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;
}

/* ==========================================================================
1. Square buttons
========================================================================== */
.button.btn-square {
  width: 45px;
  height: 45px;
  text-align: center !important;
  display: flex;
  justify-content: 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;
}

/* ==========================================================================
2. Link buttons
========================================================================== */
.button.is-link {
  background: transparent !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: #4A00E0 !important;
  transition: all 0.5s;
}
.button.is-link:hover {
  background: #f5f5f5 !important;
}
.button.is-link:hover i {
  transform: translate(10px, 0);
}

/* ==========================================================================
3. Primary button
========================================================================== */
.button.primary-btn {
  outline: none;
  border-color: #4A00E0;
  background-color: #4A00E0;
  color: #fff;
  transition: all 0.5s;
}
.button.primary-btn:hover {
  color: #fff;
}
.button.primary-btn.raised:hover {
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 0.2) !important;
  opacity: 0.9 0.5;
}
.button.primary-btn.btn-outlined {
  border-color: #4A00E0;
  color: #4A00E0;
  background-color: transparent;
}
.button.primary-btn.btn-outlined:hover {
  color: #fff;
  background-color: #4A00E0;
}
.button.primary-btn:focus {
  border-color: #4A00E0;
}

/* ==========================================================================
4. Secondary button
========================================================================== */
.button.secondary-btn {
  outline: none;
  border-color: #23a6d5;
  background-color: #23a6d5;
  color: #fff;
  transition: all 0.5s;
}
.button.secondary-btn:hover {
  color: #fff;
}
.button.secondary-btn.raised:hover {
  box-shadow: 0 14px 26px -12px rgba(35, 166, 213, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(35, 166, 213, 0.2) !important;
  opacity: 0.95;
}
.button.secondary-btn.btn-outlined {
  border-color: #23a6d5;
  color: #23a6d5;
  background-color: transparent;
}
.button.secondary-btn.btn-outlined:hover {
  color: #fff;
  background-color: #23a6d5;
}
.button.secondary-btn:focus {
  border-color: #23a6d5;
}

/* ==========================================================================
5. Accent button
========================================================================== */
.button.accent-btn {
  outline: none;
  border-color: #8E2DE2;
  background-color: #8E2DE2;
  color: #fff;
  transition: all 0.5s;
}
.button.accent-btn:hover {
  color: #fff;
}
.button.accent-btn.raised:hover {
  box-shadow: 0 14px 26px -12px rgba(142, 45, 226, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(142, 45, 226, 0.2) !important;
  opacity: 0.8;
}
.button.accent-btn.btn-outlined {
  border-color: #8E2DE2;
  color: #8E2DE2;
  background-color: transparent;
}
.button.accent-btn.btn-outlined:hover {
  color: #fff;
  background-color: #8E2DE2;
}
.button.accent-btn:focus {
  border-color: #8E2DE2;
}

/* ==========================================================================
6. Success button
========================================================================== */
.button.success-btn {
  outline: none;
  border-color: #06d6a0;
  background-color: #06d6a0;
  color: #fff;
  transition: all 0.5s;
}
.button.success-btn:hover {
  color: #fff;
}
.button.success-btn.raised:hover {
  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: transparent;
}
.button.success-btn.btn-outlined:hover {
  color: #fff;
  background-color: #06d6a0;
}
.button.success-btn:focus {
  border-color: #06d6a0;
}

/* ==========================================================================
7. Warning button
========================================================================== */
.button.warning-btn {
  outline: none;
  border-color: #eda514;
  background-color: #eda514;
  color: #fff;
  transition: all 0.5s;
}
.button.warning-btn:hover {
  color: #fff;
}
.button.warning-btn.raised:hover {
  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: transparent;
}
.button.warning-btn.btn-outlined:hover {
  color: #fff;
  background-color: #eda514;
}
.button.warning-btn:focus {
  border-color: #eda514;
}

/* ==========================================================================
8. Danger button
========================================================================== */
.button.danger-btn {
  outline: none;
  border-color: #f92b60;
  background-color: #f92b60;
  color: #fff;
  transition: all 0.5s;
}
.button.danger-btn:hover {
  color: #fff;
}
.button.danger-btn.raised:hover {
  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: transparent;
}
.button.danger-btn.btn-outlined:hover {
  color: #fff;
  background-color: #f92b60;
}
.button.danger-btn:focus {
  border-color: #f92b60;
}

/* ==========================================================================
9. Info button
========================================================================== */
.button.info-btn {
  outline: none;
  border-color: #039be5;
  background-color: #039be5;
  color: #fff;
  transition: all 0.5s;
}
.button.info-btn:hover {
  color: #fff;
}
.button.info-btn.raised:hover {
  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: transparent;
}
.button.info-btn.btn-outlined:hover {
  color: #fff;
  background-color: #039be5;
}
.button.info-btn:focus {
  border-color: #039be5;
}

/* ==========================================================================
10. Social buttons
========================================================================== */
.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;
}

/* ==========================================================================
11. Ripple effect
========================================================================== */
.ripple {
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 2s;
}

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
/* ==========================================================================
12. Combo Button
========================================================================== */
.combo-button {
  display: flex;
  justify-content: flex-start;
  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;
}

/* ==========================================================================
13. Read More Button
========================================================================== */
.read-more {
  display: flex;
  align-items: center;
  padding: 16px 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #4A00E0;
}
.read-more.low-padding {
  padding: 8px 0;
  font-size: 1rem;
}
.read-more.low-padding i {
  font-size: 1.2rem;
}
.read-more i {
  position: relative;
  top: 2px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 6px;
}

/* ==========================================================================
14. Fab Button
========================================================================== */
.fab-btn {
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  padding: 16px;
  border: none;
  border-radius: 50%;
  color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
  z-index: 1;
}
.fab-btn:active, .fab-btn:focus {
  outline: none !important;
}
.fab-btn.mini {
  width: 48px;
  height: 48px;
  padding: 12px;
  transform: rotate(-600deg);
  background: #4A00E0;
}
.fab-btn.like {
  background: #a9abac !important;
  transform: rotate(0deg);
  position: absolute;
  right: 28%;
  bottom: -22px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.fab-btn.like i.unliked {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
}
.fab-btn.like i.liked {
  display: none;
  color: #fff;
  position: relative;
  z-index: 1;
}
.fab-btn.like.is-active .like-overlay {
  transform: scale(1);
}
.fab-btn.like.is-active i.unliked {
  display: none;
}
.fab-btn.like.is-active i.liked {
  display: block;
}
.fab-btn.like.is-single {
  bottom: -34px;
}
.fab-btn .like-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.fab-btn .like-wrapper .like-overlay {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: -36px;
  left: -24px;
  background: #f92b60;
  transform: scale(0);
  transition: transform 0.4s;
  z-index: 0;
}

/* ==========================================================================
15. Pricing Button
========================================================================== */
.button-wrap .combo-button .button.is-active {
  background: #4A00E0;
  color: #fff;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Timeline extension
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Variables
1. Timeline
2. Responsive styles
3. Activity feed
=============================================================================
***/
/* ==========================================================================
0. Variables
========================================================================== */
/* ==========================================================================
1. Timeline
========================================================================== */
.timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  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: #8E2DE2;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
}
.timeline .timeline-item .timeline-icon i {
  position: relative;
  font-size: 1.6rem;
  top: 12px;
  left: 13px;
  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;
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  transition: all 0.3s;
}
.timeline .timeline-item .timeline-content .content-header {
  padding: 10px;
  background: #fff;
  color: #444f60;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  border-radius: 3px 3px 0 0;
}
.timeline .timeline-item .timeline-content .content-header .timestamp {
  font-size: 0.9rem;
  color: #999;
}
.timeline .timeline-item .timeline-content .content-body {
  position: relative;
  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 transparent;
  border-bottom: 7px solid transparent;
  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: white;
  border: 2px solid #ededed;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 22%;
  overflow: hidden;
  margin: -5px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
}

/* ==========================================================================
2. Responsive styles
========================================================================== */
@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;
  }
}
/* ==========================================================================
3. Activity feed
========================================================================== */
.simple-feed {
  padding: 15px;
  list-style: none;
}
.simple-feed a {
  color: #8E2DE2;
}
.simple-feed .feed-item {
  position: relative;
  top: -10px;
  padding-bottom: 40px;
  padding-left: 30px;
  border-left: 2px solid #ededed;
  display: flex;
  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 */
/* ==========================================================================
Barrel file
========================================================================== */
/* ==========================================================================
0. Features CSS Imports
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Heading Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Pages title
    1. Section title
    2. Parallax title
    3. Clean Section title
    4. Title wrapper
***/
/* ==========================================================================
0. Pages titlea
========================================================================== */
.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;
  }
}
/* ==========================================================================
1. Section title
========================================================================== */
.section-title.is-flex {
  display: flex;
  align-items: center;
  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 #4A00E0;
}
.section-title.is-flex .actions .link-wrap a {
  display: inline-block;
  color: #4A00E0;
  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, .section-title-wrapper .bg-symbol {
  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, .section-title-wrapper .bg-symbol .material-icons {
  font-size: 12rem;
}
.section-title-wrapper .clean-bg-symbol {
  position: absolute;
  font-weight: bolder;
  top: -25px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-size: 10rem;
  z-index: 0;
  opacity: 0.1;
  color: #999;
  width: 150px;
  line-height: 1;
}
.section-title-wrapper .clean-bg-symbol i {
  font-weight: 900;
}
.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: #4A00E0;
  font-family: "Nexa Light", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
}
.section-title-wrapper .icon-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.section-title-wrapper .icon-subtitle.is-one i {
  margin: 10px 5px 0 5px;
  font-size: 2.2rem;
  color: #4A00E0;
}
.section-title-wrapper .icon-subtitle.is-many i {
  margin: 10px 5px 0 5px;
  font-size: 1.4rem;
  color: #4A00E0;
}
.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, .section-title-wrapper .bg-symbol {
    font-size: 110px !important;
  }
  .section-title-wrapper .bg-number .material-icons, .section-title-wrapper .bg-symbol .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 {
    flex-direction: column;
    text-align: center;
  }
  .section-title.is-flex .actions {
    margin: 10px auto;
  }
}
/* ==========================================================================
2. Parallax title
========================================================================== */
.parallax-title {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600 !important;
  font-size: 2.4rem !important;
  margin-bottom: 0 !important;
  padding: 10px 0;
}

/* ==========================================================================
3. Clean Section title
========================================================================== */
.clean-section-title {
  font-family: "Nexa Bold", sans-serif;
  font-size: 2.6rem;
  color: #444f60;
}
.clean-section-title:before {
  content: "";
  border-top: 3px solid #ededed;
  position: absolute;
  width: 100px;
  top: 40%;
  left: 15%;
  z-index: -999;
}
.clean-section-title:after {
  content: "";
  border-top: 3px solid #ededed;
  position: absolute;
  width: 100px;
  top: 40%;
  right: 15%;
  z-index: -999;
}

@media (max-width: 768px) {
  .clean-section-title:after, .clean-section-title:before {
    display: none !important;
  }
}
/* ==========================================================================
4. Title wrapper
========================================================================== */
.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 */
/* ==========================================================================
Hero Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Animated Icons Hero
    1. Waves Hero
    2. Waves Hero Dark
    3. Slanted Hero
    4. Waves Hero Alt
    5. Wavy hero v1
    6. Shape Layers
    7. Animated Waves
    8. Animated Gradient Hero
    9. Blob Hero
    10. Ecommerce hero
    11. Subpage Hero
    12. Header Form
    13. Jobs Hero
    13. Map Hero
    14. Car Hero
    15. Hero composition 1
***/
/* ==========================================================================
0. Animated Icons Hero
========================================================================== */
#landing-hero {
  background: #4A00E0 url("../img/graphics/legacy/icon-bg.png") repeat 0 0;
  -webkit-animation: 18s linear 0s normal none infinite animate;
  -moz-animation: 18s linear 0s normal none infinite animate;
  -ms-animation: 18s linear 0s normal none infinite animate;
  -o-animation: 18s linear 0s normal none infinite animate;
  animation: 18s linear 0s normal none infinite animate;
}

@keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1450px;
  }
}
/* ==========================================================================
1. Waves Hero
========================================================================== */
.has-waves-bottom {
  position: relative;
}
.has-waves-bottom:before {
  background: transparent 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;
}

/* ==========================================================================
2. Waves Hero Dark
========================================================================== */
.has-waves-bottom-dark {
  position: relative;
}
.has-waves-bottom-dark:before {
  background: transparent url("../img/graphics/legacy/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;
}

/* ==========================================================================
3. Slanted Hero
========================================================================== */
.hero.is-slant {
  position: relative;
}
.hero.is-slant:before {
  background: transparent 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.pricing-hero {
  padding: 120px 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;
  }
}
/* ==========================================================================
4. Waves Hero Alt
========================================================================== */
.has-waves-bottom-alt {
  position: relative;
}
.has-waves-bottom-alt:before {
  background: transparent 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: transparent 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;
}

/* ==========================================================================
5. Wavy hero v1
========================================================================== */
.is-wavy-bg:before {
  background: transparent 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: transparent url("../img/graphics/legacy/wavy-core.svg") no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-purple .hero.is-wavy-bg:before {
  background: transparent url("../img/graphics/legacy/wavy-purple.svg") no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-teal .hero.is-wavy-bg:before {
  background: transparent url("../img/graphics/legacy/wavy-teal.svg") no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-green .hero.is-wavy-bg:before {
  background: transparent url("../img/graphics/legacy/wavy-green.svg") no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-azur .hero.is-wavy-bg:before {
  background: transparent url("../img/graphics/legacy/wavy-azur.svg") no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-blue .hero.is-wavy-bg:before {
  background: transparent url("../img/graphics/legacy/wavy-blue.svg") no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-night .hero.is-wavy-bg:before {
  background: transparent url("../img/graphics/legacy/wavy-night.svg") no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-yellow .hero.is-wavy-bg:before {
  background: transparent url("../img/graphics/legacy/wavy-yellow.svg") no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-orange .hero.is-wavy-bg:before {
  background: transparent url("../img/graphics/legacy/wavy-orange.svg") no-repeat scroll 0 bottom/100% auto;
}
body.is-theme-red .hero.is-wavy-bg:before {
  background: transparent url("../img/graphics/legacy/wavy-red.svg") no-repeat scroll 0 bottom/100% auto;
}

/* ==========================================================================
6. Shape Layers
========================================================================== */
.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;
}

/* ==========================================================================
7. Animated Waves
========================================================================== */
.has-animated-waves {
  position: relative;
  z-index: 10;
}
.has-animated-waves.waves-top .animated-waves {
  top: 0;
}
.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 {
  transform: rotate(180deg);
}

.waves-primary .animated-waves .parallax > use:first-child {
  fill: rgba(74, 0, 224, 0.7) !important;
}
.waves-primary .animated-waves .parallax > use:nth-child(2) {
  fill: rgba(74, 0, 224, 0.5) !important;
}
.waves-primary .animated-waves .parallax > use:nth-child(3) {
  fill: rgba(74, 0, 224, 0.3) !important;
}
.waves-primary .animated-waves .parallax > use:nth-child(4) {
  fill: #4a00e0 !important;
}
.waves-primary .animated-waves .parallax > use:last-child {
  fill: rgba(74, 0, 224, 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: white !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 {
  animation: move-forever 18s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.animated-waves .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.animated-waves .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.animated-waves .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.animated-waves .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    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;
  }
}

/* ==========================================================================
8. Animated Gradient Hero
========================================================================== */
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.hero.gradient-hero {
  background: #4A00E0;
  background: linear-gradient(-45deg, #8E2DE2, #4A00E0, #4A00E0, #8E2DE2);
  background-size: 400% 400%;
  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 {
  transform: translateY(0);
}
.hero.rounded-hero.is-active .absolute-header .header-inner .states {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.hero.rounded-hero.is-active .hero-body .hero-mockup {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.hero.rounded-hero .hero-body .hero-mockup {
  display: block;
  max-width: 740px;
  margin: 0 auto;
  transform: translateY(10px);
  opacity: 0;
  border-radius: 12px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  pointer-events: none;
  transition: all 0.4s;
  transition-delay: 0.3s;
}
.hero.rounded-hero .hero-body .buttons {
  display: flex;
  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: #4A00E0;
  background: linear-gradient(-45deg, #3d00b7, #4A00E0, #4A00E0, #3d00b7);
  transform: translateY(-100%);
  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 {
    justify-content: center;
  }
  .hero.rounded-hero {
    min-height: 75vh !important;
  }
  .hero.rounded-hero .hero-body .hero-mockup {
    max-width: 610px !important;
  }
}
/* ==========================================================================
9. Blob Hero
========================================================================== */
.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%;
  transform: scale(0.7);
}
.blob-hero .morphing-blob-wrapper.is-blob-3 {
  bottom: 10%;
  right: 5%;
  transform: scale(0.4);
}
.blob-hero .morphing-blob-wrapper.is-blob-4 {
  top: 2%;
  left: 30%;
  transform: scale(0.2);
}
.blob-hero .morphing-blob-wrapper.is-blob-5 {
  bottom: 45%;
  left: 10%;
  transform: scale(0.4);
}
.blob-hero .morphing-blob-wrapper.is-blob-6 {
  bottom: 25%;
  left: 2%;
  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%;
    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%;
  }
}
/* ==========================================================================
10. Ecommerce hero
========================================================================== */
.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 {
  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: #4A00E0;
}
.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 .hero-shape {
  position: absolute;
  bottom: -1px;
  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 {
  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 {
    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%;
  }
}
/* ==========================================================================
11. Subpage Hero
========================================================================== */
.sub-hero {
  background: #f2f2fa;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content {
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 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;
  transform: rotate(124deg);
  height: 68px;
  width: 68px;
  border-radius: 12px;
  background: #4000c1;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-2 {
  bottom: 20px;
  right: -16px;
  transform: rotate(194deg);
  height: 88px;
  width: 88px;
  border-radius: 16px;
  background: #4000c1;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-3 {
  top: -90px;
  right: 35%;
  transform: rotate(234deg);
  height: 160px;
  width: 160px;
  border-radius: 26px;
  background: #4000c1;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-4 {
  top: 50%;
  left: 15%;
  transform: rotate(32deg);
  height: 48px;
  width: 48px;
  border-radius: 8px;
  background: #4000c1;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-5 {
  top: 30%;
  left: 25%;
  transform: rotate(60deg);
  height: 18px;
  width: 18px;
  border-radius: 6px;
  border: 2px solid #7633ff;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-6 {
  top: 28%;
  left: 32%;
  transform: rotate(120deg);
  height: 32px;
  width: 32px;
  border-radius: 6px;
  border: 2px solid #7633ff;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-7 {
  top: 24%;
  left: 27%;
  transform: rotate(60deg);
  height: 10px;
  width: 10px;
  border-radius: 3px;
  border: 1.4px solid #7633ff;
}
.sub-hero .hero-body.is-narrow {
  padding-top: 20px;
}
.sub-hero .sub-hero-container {
  position: relative;
  display: flex;
  border-radius: 12px;
  background: #4A00E0;
}
.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;
  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: flex;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .control {
  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;
  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 {
    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 {
    flex-direction: column;
  }
}
/* ==========================================================================
12. Hero Form
========================================================================== */
.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;
  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;
}

/* ==========================================================================
13. Jobs Hero
========================================================================== */
.jobs-hero .hero-body {
  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;
  }
}
/* ==========================================================================
13. Map Hero
========================================================================== */
.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;
}

/* ==========================================================================
14. Car Hero
========================================================================== */
.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;
  transition: all 0.55s ease-out;
}
.car-hero .right-image.is-active {
  transform: translate(-44px, -40px);
}
.car-hero .left-image {
  top: -4rem;
  z-index: 1;
  transition: all 0.55s ease-out;
}
.car-hero .left-image.is-active {
  transform: translate(44px, 44px);
}

.is-car-layer {
  bottom: -150px !important;
  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: transparent;
    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: transparent;
    box-shadow: none;
    border: none;
    margin: 0 auto;
  }
}
/* ==========================================================================
15. Hero composition 1
========================================================================== */
.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 #d4dadf;
  border-radius: 0.75rem;
  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: flex;
  align-items: 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: flex;
  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;
}

/* ==========================================================================
16. Hero composition 2
========================================================================== */
.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;
  }
}
/* ==========================================================================
17. Hero composition 3
========================================================================== */
.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: #4A00E0;
}
.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;
  }
}
/* ==========================================================================
18. Hero composition 4
========================================================================== */
.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: #4A00E0;
  border-radius: 2rem;
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 0.2) !important;
  transform-origin: center center;
  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 #d4dadf;
  border-radius: 50rem;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  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 {
  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%;
  transform: rotate(-35deg);
  background: #06d6a0;
}
.hero-image-composition-4 .image-wrap .half-circle.half-circle-2 {
  top: 2%;
  right: 5%;
  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 {
    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%;
  }
}
/* ==========================================================================
19. Hero composition 5
========================================================================== */
.hero-image-composition-5 .image-wrap {
  display: flex;
  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;
  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;
  }
}
/* ==========================================================================
19. Hero composition 6
========================================================================== */
.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 #d4dadf;
  border-radius: 1.75rem;
  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;
  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 #d4dadf;
  border-radius: 1.75rem;
  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;
  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 */
/* ==========================================================================
Text elements Kit SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. CTA Text
    1. CTA Block
    2. Section CTA
    3. Feature text
    4. Side Feature
    5. Minimal Feature
    6. Dividers
***/
/* ==========================================================================
0. CTA Text
========================================================================== */
.cta-text {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.cta-block {
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  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;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #ededed;
  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: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #4A00E0;
  font-weight: 500;
}
.cta-block .head-action .buttons .button.chat-button.is-secondary {
  color: #23a6d5;
}

/* ==========================================================================
1. CTA Block
========================================================================== */
@media (max-width: 767px) {
  .cta-block {
    flex-direction: column;
    text-align: center;
  }
  .cta-block .head-text {
    padding-bottom: 20px;
  }
}
/* ==========================================================================
2. Section CTA
========================================================================== */
.section-cta {
  padding: 40px 0 0 0;
}
.section-cta .button {
  min-width: 220px;
}
.section-cta p {
  margin-top: 12px;
  color: #999;
}

/* ==========================================================================
3. Feature text
========================================================================== */
.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;
}

/* ==========================================================================
5. Quick Feature
========================================================================== */
.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;
}

/* ==========================================================================
4. Side Feature
========================================================================== */
.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;
}

/* ==========================================================================
5. Minimal Feature
========================================================================== */
.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;
}

/* ==========================================================================
6. Dividers
========================================================================== */
.special-divider {
  margin: 30px auto;
}
.special-divider span {
  display: block;
  height: 2px;
  width: 60px;
  background: #4A00E0;
  border-radius: 50px;
  margin: 15px auto;
  transform: rotate(-45deg);
}
.special-divider.is-inverted span {
  background: #fff;
}

.title-divider {
  background: #4A00E0 !important;
  height: 3px;
  border-radius: 50px;
}

.divider-container {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  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 */
/* ==========================================================================
Card Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Services cards
    1. Service box
    2. Featured Job Box
    3. Job Categories
    4. Job Topics
    5. Job Users
    6. Benefits Card
    7. Startup feature cards
    8. Integration cards
    9. Values cards
    10. Event cards
    11. Icon Card
***/
/* ==========================================================================
0. Services cards
========================================================================== */
.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: #4A00E0;
}
.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: #4A00E0;
}

@media (max-width: 768px) {
  .services-cards .is-minimal {
    padding: 0 !important;
  }
}
/* ==========================================================================
1. Service box
========================================================================== */
.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;
  }
}
/* ==========================================================================
2. Featured Job Box
========================================================================== */
.featured-job-box {
  padding: 30px;
  border: 1px solid #e5e5e5;
  margin-bottom: 0;
  border-radius: 10px;
}
.featured-job-box:hover {
  transform: scale(1.05);
  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: flex;
  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;
}

/* ==========================================================================
3. Job Categories
========================================================================== */
.job-categories .job-categories-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.job-categories .job-categories-inner .job-category {
  position: relative;
  width: 250px;
  height: 300px;
  margin: 10px;
  transform: rotateX(0) rotateY(0);
  transform-style: preserve-3d;
  transition-duration: 0.1s;
  transition-timing-function: ease !important;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
  background-color: #424242;
  will-change: tranform;
}
.job-categories .job-categories-inner .job-category.is-out {
  transform: rotateX(0) rotateY(0) !important;
  transition-duration: 1s;
}
.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-size: cover;
  mix-blend-mode: lighten;
  opacity: 0.1;
  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;
  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;
  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;
  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;
  }
}
/* ==========================================================================
4. Job Topics
========================================================================== */
.job-topic {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  margin-bottom: 0;
  padding: 20px;
  border-radius: 10px;
}
.job-topic:hover {
  transform: scale(1.05);
  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: flex;
  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;
}

/* ==========================================================================
5. Job Users
========================================================================== */
.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: flex;
  justify-content: center;
}

/* ==========================================================================
6. Benefits Card
========================================================================== */
.benefits-card {
  padding: 40px;
  border: 1px solid #e5e5e5;
}
.benefits-card .benefits-header {
  display: flex;
  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;
}

/* ==========================================================================
7. Startup feature cards
========================================================================== */
.feature-card.is-startup {
  padding: 20px;
}
.feature-card.is-startup img {
  margin: 0;
}

/* ==========================================================================
8. Integration cards
========================================================================== */
.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;
}

/* ==========================================================================
9. Values cards
========================================================================== */
.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: #4A00E0;
}
.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: #4A00E0;
}

@media (max-width: 768px) {
  .values-cards.is-minimal {
    padding: 0 !important;
  }
}
/* ==========================================================================
10. Event cards
========================================================================== */
.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;
  }
}
/* ==========================================================================
11. Icon Card
========================================================================== */
.icon-card {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  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 */
/* ==========================================================================
Box features SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Boxed features
    1. Feature Line
    2. Agency icon box
    3. Startup icon box
    4. Wavy Icon Box
    5. Square Icon Box
    6. Icon Box

***/
/* ==========================================================================
0. Boxed features
========================================================================== */
.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: flex;
  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: #4A00E0;
}
.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;
  }
}
/* ==========================================================================
1. Feature Line
================ ========================================================== */
.feature-line {
  display: flex;
  align-items: 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: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
/* ==========================================================================
2. Agency icon box
========================================================================== */
.agency-icon-box i {
  font-size: 3.4rem;
  font-weight: normal;
  color: #4A00E0;
}
.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;
  }
}
/* ==========================================================================
3. Startup icon box
========================================================================== */
.startup-icon-box {
  padding: 20px 0;
}
.startup-icon-box i {
  font-size: 3.8rem;
  font-weight: normal;
  color: #4A00E0;
}
.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;
}

/* ==========================================================================
4. Wavy Icon Box
========================================================================== */
.wavy-icon-box i {
  font-size: 3.8rem;
  font-weight: normal;
  color: #4A00E0;
}
.wavy-icon-box .box-title {
  font-family: "Nexa Light", sans-serif;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #4A00E0;
}
.wavy-icon-box .box-content {
  color: #999;
}

/* ==========================================================================
5. Square Icon Box
========================================================================== */
.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%;
  }
}
/* ==========================================================================
6. Icon Box
========================================================================== */
.icon-box.is-spaced .box-icon {
  margin-bottom: 0;
}
.icon-box.is-spaced .box-title {
  margin: 0;
  padding: 5px 0;
  font-weight: 700;
}

/* ==========================================================================
7. Icon List
========================================================================== */
.company-types {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

/* ==========================================================================
8. Chat icon box
========================================================================== */
.chat-icon-box i {
  font-size: 3.8rem;
  font-weight: normal;
  color: #4A00E0;
}
.chat-icon-box .box-title {
  font-family: "Nexa Light", sans-serif;
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #4A00E0;
}

/* ==========================================================================
9. Feature box
========================================================================== */
.is-feature {
  border: 1px solid whitesmoke;
  border-radius: 6px;
  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 #dde2e6;
  transition: transform 0.3s, box-shadow 0.3s, border 0.3s;
}
.is-feature.is-link:hover {
  border-color: #4A00E0;
  transform: translateY(-5px);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.is-feature .icon-container {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: 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;
}

/* ==========================================================================
10. Icon Feature
========================================================================== */
.icon-feature {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.icon-feature:hover .icon-block .icon-inner {
  border-bottom-color: #23a6d5;
}
.icon-feature:hover .feature-text h3 {
  color: #23a6d5;
}
.icon-feature .icon-block {
  border-radius: 6px;
  height: 100px;
  width: 100px;
}
.icon-feature .icon-block .icon-inner {
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18) !important;
  height: 100px;
  width: 100px;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  border: 3px solid transparent;
  transition: all 0.3s;
}
.icon-feature .icon-block .icon-inner img {
  height: 46px;
  width: 46px;
}
.icon-feature .feature-text {
  margin: 0 20px;
}
.icon-feature .feature-text h3 {
  color: #444f60;
  font-family: "Nexa Bold", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.icon-feature .feature-text p {
  color: #999;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .icon-feature .icon-block {
    height: 70px !important;
    width: 70px !important;
  }
  .icon-feature .icon-block .icon-inner {
    height: 70px !important;
    width: 70px !important;
  }
  .icon-feature .icon-block .icon-inner img {
    height: 38px !important;
    width: 38px !important;
  }
  .icon-feature .feature-text {
    margin-right: 0 !important;
    font-size: 0.95rem !important;
  }
}
@media (max-width: 767px) {
  .icon-feature .icon-block {
    height: 70px !important;
    width: 70px !important;
  }
  .icon-feature .icon-block .icon-inner {
    height: 70px !important;
    width: 70px !important;
  }
  .icon-feature .icon-block .icon-inner img {
    height: 38px !important;
    width: 38px !important;
  }
  .icon-feature .feature-text {
    margin-right: 0 !important;
    font-size: 0.95rem !important;
  }
}
/* ==========================================================================
11. Box Wrap
========================================================================== */
.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;
  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;
  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;
  }
}
/* ==========================================================================
12. Side Blocks
========================================================================== */
.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;
  transition: all 0.5s;
  transform: translateX(0);
}
.side-image.is-pulled {
  transform: translateX(-80px);
}

.shadow-side-image {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: calc(100% - 20px);
  z-index: 1;
  transform: translateX(60px);
  transition: all 0.5s;
}
.shadow-side-image.is-active {
  transform: translateX(-30px);
}

.side-card {
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  transition: all 0.3s;
}
.side-card:last-child {
  margin-bottom: 0;
}
.side-card:hover {
  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: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.side-card .round-icon.is-primary {
  background: #4A00E0;
}
.side-card .round-icon.is-accent {
  background: #8E2DE2;
}
.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: #4A00E0;
  font-size: 0.95rem;
}
.side-card .meta span:nth-child(3):hover, .side-card .meta a:nth-child(3):hover {
  text-decoration: underline;
}

/* ==========================================================================
13. Feature blocks
========================================================================== */
.feature-block {
  display: flex;
  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: flex;
  justify-content: center;
  align-items: center;
  background: #252f3e;
  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;
}

/* ==========================================================================
14. Partners
========================================================================== */
.partner-logos {
  display: flex;
  justify-content: 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;
  }
}
/* ==========================================================================
15. Themes
========================================================================== */
.theme-list {
  padding: 30px 0;
}
.theme-list a:hover .theme-preview {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-5px);
}
.theme-list a .theme-preview {
  display: block;
  border-radius: 14px;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.3s;
}

.theme-feature {
  display: flex;
}
.theme-feature .feature-icon i {
  color: #4A00E0;
}
.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: flex;
  }
  .theme-list .column {
    width: 50%;
    min-width: 50%;
    flex-grow: 2;
  }
  .theme-features {
    display: flex;
  }
  .theme-features .theme-feature p {
    font-size: 0.9rem;
  }
}
/* ==========================================================================
16. Side Features
========================================================================== */
.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;
  }
}
/* ==========================================================================
17. Icon Box Group
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .presentation-tools {
    display: flex;
  }
  .presentation-tools .content-flex {
    flex-direction: column;
    text-align: center;
  }
  .presentation-tools .content-flex > div:nth-child(2) {
    margin-left: 0 !important;
    text-align: center !important;
  }
}
/* ==========================================================================
18. Stat counters
========================================================================== */
.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: flex;
  justify-content: center;
  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;
}

/* ==========================================================================
19. Business Types
========================================================================== */
.business-types {
  position: relative;
  display: flex;
  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;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  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: flex;
  max-width: 540px;
  margin: 20px auto;
}
.extra-word .avatar-wrap {
  height: 100px;
  width: 100px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #4A00E0;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}
.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: #4A00E0;
}
.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 {
    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 */
/* ==========================================================================
UI Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Pricing Pickers
    1. Giant input
    2. Slide toggle
    3. Floating Circles
    4. Feature Matrix
    5. Compare Table
    6. Chat widget button
    7. Chat widget
    8. Links
    9. Subscription combo
    10. Update Pill
    11. Search Box
    12. Marquee
    13. Success checkmark
***/
/* ==========================================================================
0. Pricing Pickers
========================================================================== */
.pricing-picker span {
  color: #fff;
  font-family: "Nexa Light", sans-serif;
  margin: 0 5px 0 5px;
  padding: 10px 20px 13px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.pricing-picker span.is-active {
  border: 1px solid #fff;
}

/* ==========================================================================
1. Giant input
========================================================================== */
.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;
  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;
  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;
}

/* ==========================================================================
2. Slide toggle
========================================================================== */
.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;
  transform: scale(0.9);
}
.slide-toggle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.slide-toggle input:checked ~ .toggler {
  border-color: #4A00E0;
}
.slide-toggle input:checked ~ .toggler .active,
.slide-toggle input:checked ~ .toggler .inactive {
  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;
  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: black;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0) rotate(0);
  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: #4A00E0;
  border-color: #4A00E0;
  opacity: 0;
  z-index: 0;
}

/* ==========================================================================
3. Floating Circles
========================================================================== */
.floating-circles .floating-text {
  margin-top: 20px;
}
.floating-circles .button-wrap {
  padding: 40px 0;
}

/* ==========================================================================
4. Feature Matrix
========================================================================== */
.feature-matrix .button-wrap {
  padding: 40px 0;
}

/* ==========================================================================
5. Compare Table
========================================================================== */
.device-table {
  margin: 0 auto;
}

/* ==========================================================================
7. Chat widget
========================================================================== */
#chat-widget {
  display: none;
}
#chat-widget .chat-widget-body {
  background-color: #fff;
  position: fixed;
  bottom: 85px;
  right: 85px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 370px;
  height: 550px;
  border-radius: 10px 10px 0;
  box-shadow: 0 24px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  box-sizing: border-box;
  z-index: 999;
}
#chat-widget .chat-widget-body.is-closed {
  animation-name: fadeOutUp;
  animation-duration: 0.5s;
}
#chat-widget .chat-widget-body.is-opened {
  animation-name: fadeInDown;
  animation-duration: 0.5s;
}
#chat-widget .chat-widget-body .chat-header {
  padding: 20px 20px 10px 20px;
  background-color: #4A00E0;
}
#chat-widget .chat-widget-body .chat-header .close-chat img {
  height: 10px;
}
#chat-widget .chat-widget-body .chat-header .chat-title {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
}
#chat-widget .chat-widget-body .chat-header .chat-team {
  display: flex;
  justify-content: 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: flex;
  justify-content: flex-start;
  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: #4A00E0;
  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: #4A00E0;
  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 {
  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 {
    transform: rotate(90deg);
    visibility: hidden;
  }
}
/* ==========================================================================
8. Links
========================================================================== */
a:not(.button).is-link {
  color: #4A00E0 !important;
}

/* ==========================================================================
9. Subscription combo
========================================================================== */
.subscription-combo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.subscription-combo .control input {
  box-shadow: none !important;
  border-radius: 0;
  font-size: 1rem;
  height: 45px;
  padding-left: 45px !important;
  transition: all 0.3s;
}
.subscription-combo .control input:focus {
  border-color: #4A00E0;
}
.subscription-combo .control input:focus + .form-icon svg {
  stroke: #4A00E0;
}
.subscription-combo .control .form-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscription-combo .control .form-icon svg {
  height: 20px;
  width: 20px;
  stroke: #d4d4d4;
  transition: all 0.3s;
}
.subscription-combo .combo-button {
  height: 48px;
  max-height: 48px;
  margin-left: 4px;
  padding-bottom: 8px;
}

/* ==========================================================================
10. Update Pill
========================================================================== */
.update-pill {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  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: #4A00E0;
  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;
}

/* ==========================================================================
11. Search Box
========================================================================== */
.search-box-wrapper {
  margin: 10px auto 40px auto;
  width: 100%;
  max-width: 940px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 18px;
  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;
  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: #4A00E0;
}
.search-box-wrapper .search-box .search-button:hover {
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 0.2) !important;
}
.search-box-wrapper .search-block,
.search-box-wrapper .price-block,
.search-box-wrapper .extras-block {
  position: relative;
  width: 100%;
  height: 80px;
  margin-top: -10px;
  border-right: 1px solid #dee2e6;
  background: #fff;
  transition: all 0.3s ease;
}
.search-box-wrapper .search-block.focus,
.search-box-wrapper .price-block.focus,
.search-box-wrapper .extras-block.focus {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.search-box-wrapper .price-block .button {
  display: flex;
  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;
  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;
  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: flex;
  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;
  transition: all 0.3s;
}
.search-box-wrapper .price-block .dropdown-container .dropdown .salary-options-container ul li:not(.dark-text):hover {
  background: #4A00E0;
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 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 transparent;
  color: #8e9baf;
  width: 90%;
  height: 30px;
  border: none;
  appearance: none;
  outline: none;
}
.search-box-wrapper .search-input::-webkit-search-cancel-button {
  appearance: none;
}
.search-box-wrapper .search-input:focus {
  border-bottom-color: #4A00E0;
}
.search-box-wrapper .checkbox input[type=checkbox] {
  margin-left: 0px;
}
.search-box-wrapper .checkbox {
  position: relative;
  display: flex;
  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: #4A00E0;
  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: #4A00E0;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  -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,
  .search-box-wrapper .search-box .extras-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: flex;
  }
}
/* ==========================================================================
12. Marquee
========================================================================== */
.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 #dde2e6;
  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: flex;
  align-items: center;
  height: 54px;
}
.marquee .marquee-inner.is-auto {
  height: auto;
}
.marquee .marquee-item {
  position: relative;
  display: flex;
  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;
  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;
}

/* ==========================================================================
13. Success checkmark
========================================================================== */
@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  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: flex;
  align-items: center;
  justify-content: center;
}

.SuccessAnimation.is-primary .SuccessAnimationCircle,
.SuccessAnimation.is-primary .SuccessAnimationCheck {
  stroke: #4A00E0;
}
.SuccessAnimation.is-primary .SuccessAnimationResult {
  fill: #4A00E0;
}
.SuccessAnimation.is-success .SuccessAnimationCircle,
.SuccessAnimation.is-success .SuccessAnimationCheck {
  stroke: #23a6d5;
}
.SuccessAnimation.is-success .SuccessAnimationResult {
  fill: #23a6d5;
}
.SuccessAnimation .SuccessAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #8E2DE2;
}
.SuccessAnimation .SuccessAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #8E2DE2;
}
.SuccessAnimation .SuccessAnimationResult {
  fill: #8E2DE2;
  opacity: 0;
}

.SuccessAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
.SuccessAnimation.animated .SuccessAnimationCircle {
  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 {
  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 {
  animation: 0.3s linear 0.9s both fadeIn;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Media Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Featured Images
    1. Dotted App
    2. Mockup Section
    3. Hero App mockup
    4. App Showcase
    5. Landing App mockup
    6. Geometric Canvas
    7. Star Fall
    8. Particles
    9. Client Logos
    10. Floating chat bubbles
    11. Floating avatars
    12. Flat City
    13. Tabbed Features
    14. Square Shapes
    15. Background Images
    16. Partner Logos
    17. Svg Blobs
    18. Morphing Blob
    19. Masked image
    20. Featured Images
    21. Success Stories
    22. Image Section
***/
/* ==========================================================================
0. Featured Images
========================================================================== */
.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;
}

.featured-drawing {
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .featured-svg, .featured-svg-lg, .featured-drawing {
    max-width: 100% !important;
  }
}
/* ==========================================================================
1. Dotted App
========================================================================== */
.dotted-app {
  display: block;
  max-width: 940px;
  margin: 40px auto 0 auto;
  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: #4A00E0;
  z-index: 5;
}
.mockup-dots .dot:before {
  position: absolute;
  background: #4A00E0;
  content: "";
  top: 0;
  left: 0;
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  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: #4A00E0;
  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%;
  }
}
/* ==========================================================================
2. Mockup Section
========================================================================== */
.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 #d4dadf;
  border-radius: 1.25rem;
  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: #4A00E0;
}

/* ==========================================================================
3. Hero App mockup
========================================================================== */
.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;
  transform: scale(0.7);
}
.blob-figure .morphing-blob-wrapper.sub-blob-3 {
  top: -180px;
  right: -200px;
  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 #d4dadf;
  border-radius: 1.25rem;
  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;
  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%;
  }
}
/* ==========================================================================
4. App Showcase
========================================================================== */
.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;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
  transition: all 0.6s;
  transform: translateX(-100%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.showcase-wrapper .showcase-wrap.is-active .app-showcase {
  transform: translateX(0);
  opacity: 1;
  position: relative;
  z-index: 0;
}

.slide-control {
  max-width: 350px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
}
.slide-control .slide-dot {
  width: 60px;
  height: 60px;
  margin: 0 10px;
  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 {
  transform: scale(1.3);
}
.slide-control .slide-dot.is-active img {
  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;
  }
}
/* ==========================================================================
5. Landing App mockup
========================================================================== */
.app-wrapper {
  padding: 80px 0 0 0;
}
.app-wrapper .app-features {
  display: flex;
  align-items: center;
  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;
  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: flex;
    flex-wrap: wrap;
  }
  .app-features .column {
    width: 50%;
    min-width: 50%;
    flex-grow: 2;
  }
}
/* ==========================================================================
6. Geometric Canvas
========================================================================== */
#geo-canvas {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: visible;
  position: absolute;
  top: 10%;
}

/* ==========================================================================
7. Star Fall
========================================================================== */
.starfall {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  perspective: 1000px;
  z-index: 0;
}
.starfall .falling-star {
  width: 8px;
  height: 8px;
  background: #4A00E0;
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
}

.falling-star:nth-child(1) {
  transform: translateX(58vw) translateY(-8px);
  animation: anim1 4s infinite;
  animation-delay: 0.3s;
}

@keyframes anim1 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(78vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(2) {
  transform: translateX(93vw) translateY(-8px);
  animation: anim2 4s infinite;
  animation-delay: 0.6s;
}

@keyframes anim2 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(113vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(3) {
  transform: translateX(15vw) translateY(-8px);
  animation: anim3 4s infinite;
  animation-delay: 0.9s;
}

@keyframes anim3 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(35vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(4) {
  transform: translateX(88vw) translateY(-8px);
  animation: anim4 4s infinite;
  animation-delay: 1.2s;
}

@keyframes anim4 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(108vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(5) {
  transform: translateX(4vw) translateY(-8px);
  animation: anim5 4s infinite;
  animation-delay: 1.5s;
}

@keyframes anim5 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(24vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(6) {
  transform: translateX(32vw) translateY(-8px);
  animation: anim6 4s infinite;
  animation-delay: 1.8s;
}

@keyframes anim6 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(52vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(7) {
  transform: translateX(6vw) translateY(-8px);
  animation: anim7 4s infinite;
  animation-delay: 2.1s;
}

@keyframes anim7 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(26vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(8) {
  transform: translateX(47vw) translateY(-8px);
  animation: anim8 4s infinite;
  animation-delay: 2.4s;
}

@keyframes anim8 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(67vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(9) {
  transform: translateX(39vw) translateY(-8px);
  animation: anim9 4s infinite;
  animation-delay: 2.7s;
}

@keyframes anim9 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(59vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(10) {
  transform: translateX(13vw) translateY(-8px);
  animation: anim10 4s infinite;
  animation-delay: 3s;
}

@keyframes anim10 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(33vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(11) {
  transform: translateX(1vw) translateY(-8px);
  animation: anim11 4s infinite;
  animation-delay: 3.3s;
}

@keyframes anim11 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(21vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(12) {
  transform: translateX(39vw) translateY(-8px);
  animation: anim12 4s infinite;
  animation-delay: 3.6s;
}

@keyframes anim12 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(59vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(13) {
  transform: translateX(61vw) translateY(-8px);
  animation: anim13 4s infinite;
  animation-delay: 3.9s;
}

@keyframes anim13 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(81vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(14) {
  transform: translateX(84vw) translateY(-8px);
  animation: anim14 4s infinite;
  animation-delay: 4.2s;
}

@keyframes anim14 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(104vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(15) {
  transform: translateX(73vw) translateY(-8px);
  animation: anim15 4s infinite;
  animation-delay: 4.5s;
}

@keyframes anim15 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(93vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(16) {
  transform: translateX(26vw) translateY(-8px);
  animation: anim16 4s infinite;
  animation-delay: 4.8s;
}

@keyframes anim16 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(46vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(17) {
  transform: translateX(37vw) translateY(-8px);
  animation: anim17 4s infinite;
  animation-delay: 5.1s;
}

@keyframes anim17 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(57vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(18) {
  transform: translateX(28vw) translateY(-8px);
  animation: anim18 4s infinite;
  animation-delay: 5.4s;
}

@keyframes anim18 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(48vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(19) {
  transform: translateX(75vw) translateY(-8px);
  animation: anim19 4s infinite;
  animation-delay: 5.7s;
}

@keyframes anim19 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(95vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(20) {
  transform: translateX(22vw) translateY(-8px);
  animation: anim20 4s infinite;
  animation-delay: 6s;
}

@keyframes anim20 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(42vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(21) {
  transform: translateX(45vw) translateY(-8px);
  animation: anim21 4s infinite;
  animation-delay: 6.3s;
}

@keyframes anim21 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(65vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(22) {
  transform: translateX(15vw) translateY(-8px);
  animation: anim22 4s infinite;
  animation-delay: 6.6s;
}

@keyframes anim22 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(35vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(23) {
  transform: translateX(56vw) translateY(-8px);
  animation: anim23 4s infinite;
  animation-delay: 6.9s;
}

@keyframes anim23 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(76vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(24) {
  transform: translateX(7vw) translateY(-8px);
  animation: anim24 4s infinite;
  animation-delay: 7.2s;
}

@keyframes anim24 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(27vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(25) {
  transform: translateX(60vw) translateY(-8px);
  animation: anim25 4s infinite;
  animation-delay: 7.5s;
}

@keyframes anim25 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(80vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(26) {
  transform: translateX(55vw) translateY(-8px);
  animation: anim26 4s infinite;
  animation-delay: 7.8s;
}

@keyframes anim26 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(75vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(27) {
  transform: translateX(59vw) translateY(-8px);
  animation: anim27 4s infinite;
  animation-delay: 8.1s;
}

@keyframes anim27 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(79vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(28) {
  transform: translateX(12vw) translateY(-8px);
  animation: anim28 4s infinite;
  animation-delay: 8.4s;
}

@keyframes anim28 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(32vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(29) {
  transform: translateX(47vw) translateY(-8px);
  animation: anim29 4s infinite;
  animation-delay: 8.7s;
}

@keyframes anim29 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(67vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(30) {
  transform: translateX(34vw) translateY(-8px);
  animation: anim30 4s infinite;
  animation-delay: 9s;
}

@keyframes anim30 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(54vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(31) {
  transform: translateX(50vw) translateY(-8px);
  animation: anim31 4s infinite;
  animation-delay: 9.3s;
}

@keyframes anim31 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(70vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(32) {
  transform: translateX(46vw) translateY(-8px);
  animation: anim32 4s infinite;
  animation-delay: 9.6s;
}

@keyframes anim32 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(66vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(33) {
  transform: translateX(64vw) translateY(-8px);
  animation: anim33 4s infinite;
  animation-delay: 9.9s;
}

@keyframes anim33 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(84vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(34) {
  transform: translateX(54vw) translateY(-8px);
  animation: anim34 4s infinite;
  animation-delay: 10.2s;
}

@keyframes anim34 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(74vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(35) {
  transform: translateX(36vw) translateY(-8px);
  animation: anim35 4s infinite;
  animation-delay: 10.5s;
}

@keyframes anim35 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(56vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(36) {
  transform: translateX(48vw) translateY(-8px);
  animation: anim36 4s infinite;
  animation-delay: 10.8s;
}

@keyframes anim36 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(68vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(37) {
  transform: translateX(75vw) translateY(-8px);
  animation: anim37 4s infinite;
  animation-delay: 11.1s;
}

@keyframes anim37 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(95vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(38) {
  transform: translateX(43vw) translateY(-8px);
  animation: anim38 4s infinite;
  animation-delay: 11.4s;
}

@keyframes anim38 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(63vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(39) {
  transform: translateX(91vw) translateY(-8px);
  animation: anim39 4s infinite;
  animation-delay: 11.7s;
}

@keyframes anim39 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(111vw) translateY(100vh);
    opacity: 0;
  }
}
.falling-star:nth-child(40) {
  transform: translateX(71vw) translateY(-8px);
  animation: anim40 4s infinite;
  animation-delay: 12s;
}

@keyframes anim40 {
  10% {
    opacity: 0.5;
  }
  12% {
    opacity: 1;
    box-shadow: 0 0 3px 0 white;
  }
  15% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateX(91vw) translateY(100vh);
    opacity: 0;
  }
}
/* ==========================================================================
8. Particles
========================================================================== */
.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  z-index: 200;
  transform-style: preserve-3d;
  overflow: hidden;
}

@keyframes move {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
  100% {
    transform: translateY(45vw);
    opacity: 0;
  }
}
/* ==========================================================================
9. Client Logos
========================================================================== */
.ref-tabs ul, .ref-tabs li a {
  border-bottom: none !important;
}
.ref-tabs img {
  display: block;
  width: 100%;
  max-width: 110px;
  max-height: 70px;
}

/* ==========================================================================
10. Floating chat bubbles
========================================================================== */
.floating-bubbles .bubble img {
  height: 100px;
  position: absolute;
}
.floating-bubbles .bubble img.bubble-1st {
  left: 20%;
  top: -5%;
  animation-delay: 0.5s;
}
.floating-bubbles .bubble img.bubble-2nd {
  left: 50%;
  top: 25%;
  animation-delay: 1.5s;
}
.floating-bubbles .bubble img.bubble-3rd {
  left: 15%;
  top: 75%;
  animation-delay: 2.5s;
}
.floating-bubbles .bubble img.bubble-4th {
  right: 15%;
  top: -15%;
  animation-delay: 4.5s;
}
.floating-bubbles .bubble img.bubble-5th {
  right: 15%;
  top: -15%;
  animation-delay: 3.5s;
}
.floating-bubbles .bubble img.bubble-6th {
  right: 50%;
  top: 20%;
  animation-delay: 2s;
}
.floating-bubbles .bubble img.bubble-7th {
  right: 10%;
  top: -80%;
  animation-delay: 1.7s;
  transform: rotate(-60deg);
}
.floating-bubbles .bubble img.bubble-8th {
  left: 10%;
  top: -7%;
  animation-delay: 5.3s;
}
.floating-bubbles .bubble img.bubble-9th {
  left: 30%;
  top: 80%;
  animation-delay: 5.3s;
}

/* ==========================================================================
11. Floating avatars
========================================================================== */
.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%;
}

/* ==========================================================================
12. Flat City
========================================================================== */
.city-container img {
  display: block;
}

.conditions {
  position: relative;
  top: 12px;
  font-size: 85%;
  margin-left: 15px;
  color: #fff;
}

/* ==========================================================================
13. Tabbed Features
========================================================================== */
.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;
}

/* ==========================================================================
14. Square Shapes
========================================================================== */
.square {
  position: absolute;
}
.square.square-1 {
  bottom: 60px;
  right: 5%;
  height: 80px;
  width: 80px;
  border-radius: 12px;
  opacity: 0.5;
  background: #b794ff;
  transform: rotate(36deg);
  z-index: 2;
}
.square.square-2 {
  bottom: 50px;
  right: 25%;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  opacity: 0.7;
  background: #8b51ff;
  transform: rotate(24deg);
  z-index: 2;
}
.square.square-3 {
  bottom: 160px;
  right: -22px;
  height: 180px;
  width: 180px;
  border-radius: 36px;
  background: #4A00E0;
  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: #4A00E0;
  transform: rotate(36deg);
  z-index: 2;
}
.square.square-5 {
  top: 220px;
  left: 20%;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  opacity: 0.7;
  background: #8b51ff;
  transform: rotate(24deg);
  z-index: 2;
}
.square.square-6 {
  top: 60px;
  right: 10%;
  height: 40px;
  width: 40px;
  opacity: 0.5;
  border: 2px solid #4A00E0;
  transform: rotate(36deg);
  z-index: 2;
}
.square.square-7 {
  top: 80px;
  left: 15%;
  height: 30px;
  width: 30px;
  opacity: 0.5;
  border: 2px solid #4A00E0;
  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;
  }
}
/* ==========================================================================
15. Background Images
========================================================================== */
.has-background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.has-background-image.is-contain {
  background-size: contain;
  background-repeat: repeat;
}

/* ==========================================================================
16. Partner Logos
========================================================================== */
.partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-logos img {
  display: block;
  height: 80px;
  margin: 0 25px;
}

/* ==========================================================================
17. Svg Blobs
========================================================================== */
.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;
}

/* ==========================================================================
18. Morphing Blob
========================================================================== */
.morphing-blob-wrapper svg,
.morphing-blob-wrapper svg circle {
  fill: #4A00E0;
}
@keyframes from0to360 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.morphing-blob-wrapper .Circle1 {
  animation: from0to360 3s linear infinite;
  cx: 150;
  cy: 145;
  r: 100;
  transform-origin: 145px 150px;
}
@keyframes from360to0 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.morphing-blob-wrapper .Circle2 {
  animation: from360to0 4s linear infinite;
  cx: 150;
  cy: 155;
  r: 100;
  transform-origin: 155px 150px;
}
.morphing-blob-wrapper .Circle3 {
  animation: from0to360 5s linear infinite;
  cx: 145;
  cy: 150;
  r: 100;
  transform-origin: 150px 145px;
}
.morphing-blob-wrapper .Circle4 {
  animation: from360to0 4.5s linear infinite;
  cx: 155;
  cy: 150;
  r: 100;
  transform-origin: 150px 155px;
}

/* ==========================================================================
19. Masked image
========================================================================== */
.masked-image {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
.masked-image .main-image {
  display: block;
  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: #4A00E0;
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 0.2) !important;
}
.masked-image .dot.dot-success {
  background: #06d6a0;
  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;
  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 {
    transform: scale(0.99);
  }
}
/* ==========================================================================
20. Featured Images
========================================================================== */
.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%;
  }
}
/* ==========================================================================
21. Success Stories
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .stories {
    display: flex;
  }
  .stories .column {
    min-width: 50%;
  }
}
/* ==========================================================================
22. Image Section
========================================================================== */
.section-wrap {
  display: flex;
  align-items: stretch;
  min-height: 650px;
}
.section-wrap.is-skewed-sm {
  transform: skew(0deg, -3deg) translate(0, -45px);
}
.section-wrap.is-skewed-sm .container {
  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;
  transition: all 0.3s;
}
.section-wrap .section.image-section .support-features .support-card:hover {
  border-color: #4A00E0 !important;
  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: #4A00E0;
}
.section-wrap .section.image-section .support-features .support-card i {
  font-size: 2.8rem;
  color: #999;
  transition: color 0.3s;
}
.section-wrap .section.image-section .support-features .support-card h3 {
  font-weight: 500;
  color: #fff;
  transition: color 0.3s;
}
.section-wrap .section.image-section .support-features .support-card p {
  font-size: 0.95rem;
  color: #999;
}
.section-wrap .right {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .section-wrap {
    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 */
/* ==========================================================================
Carousel elements Kit SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Client logos carousel
    1. People carousel
    2. Testimonials Basic Carousel
    3. Colorful Testimonials
    4. CSS Carousel
    5. Corporate testimonials   
    6. Focus Testimonials Carousel
    7. Customer Testimonials
    8. Characters Testimonials
***/
/* ==========================================================================
0. Client logos carousel
========================================================================== */
.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;
  }
}
/* ==========================================================================
1. People carousel
========================================================================== */
.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: flex;
  justify-content: flex-start;
  align-items: 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: #4A00E0;
}
.people-carousel .testimonial-content p {
  padding-bottom: 10px;
}
.people-carousel .customer-info {
  display: flex;
  justify-content: flex-start;
  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;
  }
}
/* ==========================================================================
2. Testimonials Basic Carousel
========================================================================== */
.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;
  }
}
/* ==========================================================================
3. Colorful Testimonials
========================================================================== */
.testimonials-wrapper .testimonial .fa-quote-left {
  font-size: 1.3rem;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  background: #4A00E0;
  position: relative;
  left: 19px;
  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: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: none;
}
.testimonials-wrapper .testimonial .testimonial-quote footer::before {
  content: "";
}
.testimonials-wrapper .testimonial .testimonial-text {
  display: flex;
  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;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}
.testimonials-wrapper .testimonial .testimonial-meta {
  display: flex;
  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;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}
.testimonials-wrapper .testimonial .testimonial-author {
  font-family: "Nexa Bold", sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 1.1;
  color: #fff;
}
.testimonials-wrapper .testimonial .testimonial-position {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.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 {
    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;
}

/* ==========================================================================
4. CSS Carousel
========================================================================== */
.testimonials-cover {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 0;
  opacity: 0;
  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: #bbbbbb;
}
.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;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: 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: #666666;
  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: #777777;
  display: block;
  font-weight: 500;
}
.css-carousel .slides li .text {
  display: block;
  color: #999;
}
.css-carousel .carousel-dots {
  display: flex;
  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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #4A00E0;
  font-size: 0;
}
.css-carousel .carousel-dots label:hover {
  cursor: pointer;
}
.css-carousel input {
  display: none;
}
.css-carousel #radio-1:checked ~ .slides {
  transform: translateX(0%);
}
.css-carousel #radio-2:checked ~ .slides {
  transform: translateX(-25%);
}
.css-carousel #radio-3:checked ~ .slides {
  transform: translateX(-50%);
}
.css-carousel #radio-4:checked ~ .slides {
  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: #4A00E0;
}

@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;
  }
}
/* ==========================================================================
5. Corporate testimonials
========================================================================== */
.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;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  display: flex;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side .avatar-container {
  position: relative;
  display: flex;
  justify-content: 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: flex;
  align-items: center;
  font-weight: 500;
  color: #4A00E0;
}
.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: flex;
  padding-top: 16px;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric {
  display: flex;
  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;
  transform: rotate(-90deg);
  transform-origin: center;
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1); /* 1, 2, 3 */
}
.carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side .testimonial-content .metrics .metric .circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@keyframes circle-chart-appear {
  to {
    opacity: 1;
    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 transparent;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  color: #444f60;
  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;
  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: flex;
  align-items: 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: flex;
  align-items: 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 {
    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 {
    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;
  }
}
/* ==========================================================================
6. Focus Testimonials Carousel
========================================================================== */
.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;
  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: flex;
  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;
}

/* ==========================================================================
7. Customer Testimonials
========================================================================== */
.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: flex;
  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: #4A00E0;
}
.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: flex;
  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 {
    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;
    justify-content: center;
  }
}
/* ==========================================================================
8. Characters Testimonials
========================================================================== */
.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;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: #fff;
  padding: 60px;
  margin: 20px;
  transition: all 0.3s;
}
.carousel-wrapper .carousel .carousel-item.slick-current {
  background: #4A00E0;
}
.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;
  transition: color 0.3s;
}
.carousel-wrapper .carousel .carousel-item i {
  transition: color 0.3s;
}
.carousel-wrapper .carousel .carousel-item .item-footer {
  display: flex;
  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;
  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: #4A00E0;
  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 */
/* ==========================================================================
Table features SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    1. Cryptocurrencies table
    2. Flex table
***/
/* ==========================================================================
1. Cryptocurrencies table
========================================================================== */
.currencies-table {
  border: 1px solid #d4dadf;
  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: #dde2e6;
}
.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: flex;
  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;
}

/* ==========================================================================
2. Flex table
========================================================================== */
.flex-table {
  margin-top: 20px;
}
.flex-table .flex-table-header {
  display: flex;
  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: flex;
  align-items: stretch;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  padding: 8px;
  margin-bottom: 6px;
}
.flex-table .flex-table-item.is-row {
  border: none;
  background: transparent;
}
.flex-table .flex-table-item .flex-table-cell {
  flex: 1 1 0px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.flex-table .flex-table-item .flex-table-cell.is-grow {
  flex-grow: 2;
}
.flex-table .flex-table-item .flex-table-cell.cell-center {
  justify-content: center;
}
.flex-table .flex-table-item .flex-table-cell.cell-end {
  justify-content: flex-end;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown:hover .dropdown-trigger .button {
  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;
  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;
  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: flex;
  align-items: center;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart {
  display: block;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > 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.is-add-to-cart .item-summary > .meta {
  margin-left: 0.75rem;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > .meta span {
  display: block;
}
.flex-table .flex-table-item .flex-table-cell.cell-end .dropdown .dropdown-menu .dropdown-content .dropdown-item.is-add-to-cart .item-summary > .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.is-add-to-cart .item-summary > .meta span:nth-child(2) {
  font-size: 0.8rem;
  color: #98a9c3;
}
.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.light-pushed > span {
  margin-left: 16px;
}
.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.is-supplier {
  flex-grow: 2;
}
.flex-table .flex-table-item .flex-table-cell.is-supplier .inner .inner-label {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #98a9c3;
}
.flex-table .flex-table-item .flex-table-cell.is-supplier .inner .supplier {
  display: flex;
  align-items: center;
}
.flex-table .flex-table-item .flex-table-cell.is-supplier .inner .supplier img {
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
.flex-table .flex-table-item .flex-table-cell.is-supplier .inner .supplier span {
  display: block;
  color: #98a9c3;
  margin-left: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}
.flex-table .flex-table-item .flex-table-cell.is-product {
  padding-left: 0;
}
.flex-table .flex-table-item .flex-table-cell.is-product.is-grow {
  flex-grow: 2;
}
.flex-table .flex-table-item .flex-table-cell.is-product .product-image-wrap {
  position: relative;
  height: 48px;
  width: 48px;
}
.flex-table .flex-table-item .flex-table-cell.is-product .product-image-wrap .product-image {
  display: block;
  height: 48px;
  width: 48px;
  min-width: 48px;
  border-radius: 50%;
}
.flex-table .flex-table-item .flex-table-cell.is-product .product-image-wrap .product-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #23a6d5;
  border: 2px solid #fff;
}
.flex-table .flex-table-item .flex-table-cell.is-product .product-image-wrap .product-badge svg {
  stroke: #fff;
  height: 8px;
  width: 8px;
  stroke-width: 3px;
}
.flex-table .flex-table-item .flex-table-cell.is-product > span {
  display: block;
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}
.flex-table .flex-table-item .flex-table-cell.is-product .cell-image {
  display: block;
  width: 100%;
  max-width: 80px;
}
.flex-table .flex-table-item .flex-table-cell.is-product .cell-image.is-mini {
  max-width: 40px;
}
.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: flex;
  align-items: center;
  width: 40%;
}
.flex-table .flex-table-item .product img {
  display: block;
  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: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e3e3e3;
}
.flex-table .flex-table-item .price {
  width: 15%;
  display: flex;
  justify-content: 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: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e3e3e3;
}
.flex-table .flex-table-item .total {
  width: 15%;
  display: flex;
  justify-content: 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 {
    flex-direction: column;
    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.no-label-mobile:before {
    display: none !important;
  }
  .flex-table .flex-table-item .flex-table-cell.cell-end {
    justify-content: flex-start !important;
  }
  .flex-table .flex-table-item .flex-table-cell.cell-end .btn-group {
    margin-left: auto;
  }
  .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-user span {
    font-size: 1.2rem;
  }
  .flex-table .flex-table-item .flex-table-cell.is-supplier .inner-label {
    display: none !important;
  }
  .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;
    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 */
/* ==========================================================================
Barrel file
========================================================================== */
/* ==========================================================================
0. Reusable sections CSS Imports
========================================================================== */
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
DEMO styles (DO NOT USE IN PRODUCTION)
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Hero
1. Subpage Hero
2. Titles
3. Sections
4. Boxed features
5. CTA block
6. Alternate section
7. Light medium footer (Demo)
8. Media Queries
9. Component pages layout and elements
10. Flex card demo styles
11. Code accordion
12. Demo Icons
13. Navbar styles switcher
14. Bulkit color cards
15. Toast messages
16. Grid system demo
17. Parallax
18. Tags
19. Footer
20. Code highlight
21. Demo media queries
=============================================================================
***/
/* ==========================================================================
0. Hero
========================================================================== */
@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 {
  transform: translateY(0);
}
.hero.rounded-hero.is-active .absolute-header .header-inner .states {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.hero.rounded-hero.is-active .hero-body .hero-mockup {
  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;
  transform: translateY(10px);
  opacity: 0;
  border-radius: 12px;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  pointer-events: none;
  transition: all 0.4s;
  transition-delay: 0.3s;
}
.hero.rounded-hero .hero-body .buttons {
  display: flex;
  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;
  transform: translateY(-100%);
  transition: all 0.3s;
}
.absolute-header.is-landing-demo {
  background: #4A00E0;
  background: linear-gradient(-45deg, #23a6d5, #4A00E0, #4A00E0, #23a6d5);
}
.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;
}

/* ==========================================================================
1. Subpage Hero
========================================================================== */
.sub-hero {
  background: #f2f2fa;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content {
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 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;
  transform: rotate(124deg);
  height: 68px;
  width: 68px;
  border-radius: 12px;
  background: #4000c1;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-2 {
  bottom: 20px;
  right: -16px;
  transform: rotate(194deg);
  height: 88px;
  width: 88px;
  border-radius: 16px;
  background: #4000c1;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-3 {
  top: -90px;
  right: 35%;
  transform: rotate(234deg);
  height: 160px;
  width: 160px;
  border-radius: 26px;
  background: #4000c1;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-4 {
  top: 50%;
  left: 15%;
  transform: rotate(32deg);
  height: 48px;
  width: 48px;
  border-radius: 8px;
  background: #4000c1;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-5 {
  top: 30%;
  left: 25%;
  transform: rotate(60deg);
  height: 18px;
  width: 18px;
  border-radius: 6px;
  border: 2px solid #7633ff;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-6 {
  top: 28%;
  left: 32%;
  transform: rotate(120deg);
  height: 32px;
  width: 32px;
  border-radius: 6px;
  border: 2px solid #7633ff;
}
.sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-7 {
  top: 24%;
  left: 27%;
  transform: rotate(60deg);
  height: 10px;
  width: 10px;
  border-radius: 3px;
  border: 1.4px solid #7633ff;
}
.sub-hero .hero-body.is-narrow {
  padding-top: 20px;
}
.sub-hero .sub-hero-container {
  position: relative;
  display: flex;
  border-radius: 12px;
  background: #4A00E0;
}
.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;
  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: flex;
}
.sub-hero .sub-hero-container .sub-hero-search .search-inner .control {
  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;
  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;
}

/* ==========================================================================
2. Titles
========================================================================== */
.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;
}

/* ==========================================================================
3. Sections
========================================================================== */
.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;
}

/* ==========================================================================
4. Boxed features
========================================================================== */
.stacks {
  display: flex;
  justify-content: 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;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: 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: flex;
  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: #4A00E0;
}
.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: flex;
  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;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.demo-wrapper:hover .circle-overlay {
  transform: scale(35);
}
.demo-wrapper:hover .demo-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0 !important;
}
.demo-wrapper:hover .demo-link {
  color: #fff;
  opacity: 1;
  transform: translateY(0);
  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: #23a6d5;
  transform: scale(1);
  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: flex;
  justify-content: 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;
  transform: translateY(20px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.demo-wrapper .demo-link {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  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;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.demo-wrapper .demo-link a:hover i {
  opacity: 1;
  transform: translateX(10px);
}

/* ==========================================================================
5. CTA block
========================================================================== */
.cta-block {
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  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;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #ededed;
  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: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #4A00E0;
  font-weight: 500;
}
.cta-block .head-action .buttons .button.chat-button.is-secondary {
  color: #23a6d5;
}

.component-box {
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.component-box:hover {
  transform: translateY(-5px);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-color: #23a6d5;
}
.component-box:hover .component img {
  filter: grayscale(0);
  opacity: 1;
}
.component-box:hover .component-title {
  color: #444f60;
}
.component-box .component img {
  display: block;
  filter: grayscale(1);
  opacity: 0.6;
  max-height: 60px;
  transition: all 0.3s;
}
.component-box .component-title {
  font-size: 1.1rem;
  padding-top: 6px;
  color: #999;
  transition: color 0.3s;
}

/* ==========================================================================
6. Alternate section
========================================================================== */
.section-focus {
  background: #f2f2fa;
}

/* ==========================================================================
7. Light medium footer
========================================================================== */
.footer-light-medium-demo {
  padding-bottom: 0 !important;
  padding-top: 4rem !important;
  background: #fafafa;
}
.footer-light-medium-demo .footer-head {
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  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: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #4A00E0;
  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: #4A00E0;
}
.footer-light-medium-demo .footer-body .social-links {
  display: flex;
  justify-content: flex-start;
  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: #4A00E0;
}
.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: #4A00E0;
}

@media (max-width: 767px) {
  .footer-light-medium-demo .footer-head {
    flex-direction: column;
    text-align: center;
  }
  .footer-light-medium-demo .footer-head .head-text {
    padding-bottom: 20px;
  }
}
/* ==========================================================================
11. Media Queries
========================================================================== */
@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 {
    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 {
    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 {
    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 {
    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 {
    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: 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 {
    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 {
    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: flex;
  }
  .presentation-tools .content-flex {
    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: flex;
  }
  .stories {
    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: flex;
  }
  .footer-light-medium-demo .footer-head,
  .footer-light-medium-demo .footer-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==========================================================================
9. Component pages layout and elements
========================================================================== */
.components-title,
.handwritten-title,
.handwritten-text {
  font-family: "Nexa Bold", cursive;
}
.components-title.is-cta,
.handwritten-title.is-cta,
.handwritten-text.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;
  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 {
  box-shadow: 0 14px 26px -12px rgba(35, 166, 213, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(35, 166, 213, 0.2) !important;
}
.info-block .tag.is-success {
  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;
}

.spacer-40 {
  margin-bottom: 40px;
}

.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-icon-sm {
  height: 90px !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: #23a6d5;
  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;
  }
}
/* ==========================================================================
10. Flex card demo styles
========================================================================== */
.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: #4A00E0 !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;
  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: #4A00E0;
  border: 2px solid #4A00E0;
}
.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;
}
.flex-card .title-light, .network-grid .network-card .title-light, .project-card .title-light, .profile-card .title-light, .carousel-wrap .testimonials-solo-carousel .testimonial-item .title-light {
  font-family: "Nexa Light", sans-serif;
}

.feature-card {
  padding: 20px !important;
}
.feature-card img {
  margin: 0 !important;
}

/* ==========================================================================
11. Code accordion
========================================================================== */
.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;
  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;
  transition: all 0.3s;
}
.accordion-wrapper .toggle-wrap .trigger a .im-icon-Add {
  position: absolute;
  right: 0;
  top: 55%;
  font-size: 24px;
  transform: translate3d(0, -50%, 0) rotate(0);
  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: transparent;
  color: #8E2DE2;
  padding-right: 60px;
  font-weight: 400;
}
.accordion-wrapper .toggle-wrap .trigger.active .im-icon-Add {
  margin-top: 2px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  color: #8E2DE2;
}
.accordion-wrapper .toggle-wrap .toggle-container {
  border: none;
}

/* ==========================================================================
12. Demo Icons
========================================================================== */
.demo-im-block:hover {
  background: #eff4f7;
}
.demo-im-block:hover .demo-im i {
  transform: scale(1.1);
  color: #8E2DE2;
}
.demo-im-block .demo-im i {
  font-size: 2.6rem;
  margin: 0 15px 0 10px;
  color: #878787;
  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 {
  transform: scale(1.1);
  color: #8E2DE2;
}
.demo-fa-block .demo-fa i {
  font-size: 1.6rem;
  margin: 0 15px 0 10px;
  color: #878787;
  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 {
  transform: scale(1.1);
  color: #8E2DE2;
}
.demo-sl-block .demo-sl i {
  font-size: 1.6rem;
  margin: 0 15px 0 10px;
  color: #878787;
  transition: all 0.4s;
}
.demo-sl-block .sl-embed-code {
  font-size: 1rem;
}
.demo-sl-block .sl-embed-code code {
  color: #878787;
}

/* ==========================================================================
13. Navbar styles switcher
========================================================================== */
.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: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-switch .panel-title h3 {
  text-transform: uppercase;
  color: #fff;
}
.nav-switch .panel-body {
  display: flex;
  justify-content: space-between;
  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: #23a6d5;
}
.nav-switch .panel-body .color-dot.is-red {
  background: #f92b60;
}
.nav-switch .panel-body .color-dot.is-reverse {
  background: #344258;
}

/* ==========================================================================
14. Bulkit color cards
========================================================================== */
.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: flex;
  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: #444444;
}
.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: #4A00E0;
}
.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: #23a6d5;
}
.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: #8E2DE2;
}
.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-spot.is-dashboard-primary, .network-grid .color-card.network-card .color-item .color-spot.is-dashboard-primary, .color-card.project-card .color-item .color-spot.is-dashboard-primary, .color-card.profile-card .color-item .color-spot.is-dashboard-primary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-dashboard-primary {
  background: #00d1b2;
}
.flex-card.color-card .color-item .color-spot.is-dashboard-secondary, .network-grid .color-card.network-card .color-item .color-spot.is-dashboard-secondary, .color-card.project-card .color-item .color-spot.is-dashboard-secondary, .color-card.profile-card .color-item .color-spot.is-dashboard-secondary, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-dashboard-secondary {
  background: #7f00ff;
}
.flex-card.color-card .color-item .color-spot.is-dashboard-accent, .network-grid .color-card.network-card .color-item .color-spot.is-dashboard-accent, .color-card.project-card .color-item .color-spot.is-dashboard-accent, .color-card.profile-card .color-item .color-spot.is-dashboard-accent, .carousel-wrap .testimonials-solo-carousel .color-card.testimonial-item .color-item .color-spot.is-dashboard-accent {
  background: #536dfe;
}
.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: #8E2DE2;
  font-weight: 600;
}

/* ==========================================================================
15. Toast messages
========================================================================== */
.iziToast-cover {
  width: 60px !important;
  background-size: cover !important;
}

/* ==========================================================================
16. Grid system demo
========================================================================== */
.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;
}

/* ==========================================================================
17. Parallax
========================================================================== */
.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;
}

/* ==========================================================================
18. Tags
========================================================================== */
.tag.is-bold {
  border-width: 2px !important;
  font-weight: 700 !important;
}

/* ==========================================================================
19. Footer
========================================================================== */
.small-footer-logo {
  height: 38px;
}

span.more-info {
  font-size: 22px;
}

span.more-info-email {
  font-size: 26px;
  margin-top: 20px;
  color: #4A00E0;
}

/* ==========================================================================
20. Code highlight
========================================================================== */
pre {
  background-color: transparent !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: white;
}

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

/* ==========================================================================
21. Demo Media queries
========================================================================== */
@media (max-width: 767px) {
  #main-landing-title {
    top: -60px;
  }
  #main-landing-title h1:after {
    right: 3px;
  }
  #main-landing-mockup {
    margin-top: -16rem;
  }
  .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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #main-landing-mockup {
    margin-top: -28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #main-landing-title h1:after {
    right: 3px;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Auth Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Signup Block
    1. Contact card
    2. Wavy auth cards
    3. Remember me
    4. Signup info
    5. Signup context
***/
/* ==========================================================================
0. Logo section
========================================================================== */
.hero-heading {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.hero-heading .auth-logo .top-logo {
  height: 32px;
}

/* ==========================================================================
1. Layout
========================================================================== */
.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;
}
.login-wrapper #signup-banner .hero {
  background: url("https://source.unsplash.com/DWui9DmfCXA/");
  background-position: center;
  background-size: cover;
  background-blend-mode: screen;
}

/* ==========================================================================
2. Hero sections
========================================================================== */
.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: #4A00E0;
}
.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: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
.signup-hero .already span {
  margin-right: 15px;
  color: #fff;
}
.signup-hero .already a {
  min-width: 80px;
}

/* ==========================================================================
3. Links
========================================================================== */
.forgot,
.no-account,
.return {
  color: #a9abac !important;
  transition: opacity 0.5s;
}
.forgot:hover,
.no-account:hover,
.return:hover {
  opacity: 0.8;
  color: #4A00E0 !important;
}
.forgot.is-secondary,
.no-account.is-secondary,
.return.is-secondary {
  color: #23a6d5 !important;
}
.forgot.is-accent,
.no-account.is-accent,
.return.is-accent {
  color: #8E2DE2 !important;
}

.forgot-password a {
  color: #95a5a6;
  font-weight: normal;
  padding-right: 20px;
  transition: all 0.6s;
}
.forgot-password a:hover {
  color: #4A00E0;
}

.no-account-link a {
  color: #a9abac;
  font-weight: 500;
}
.no-account-link a:hover {
  color: #4A00E0;
}

/* ==========================================================================
4. Miscellaneous
========================================================================== */
.icon.user,
.icon.password {
  margin: 5px 10px 0 0;
}

.checkbox-wrap {
  color: #a9abac;
  margin-bottom: 10px;
}
.checkbox-wrap span {
  position: relative;
  top: -2px;
}

/* ==========================================================================
0. Signup Block
========================================================================== */
.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 {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
}
.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%;
  }
}
/* ==========================================================================
1. Contact card
========================================================================== */
.contact-card {
  display: flex;
  align-content: center;
  align-items: center;
}
.contact-card .icon i {
  font-size: 26px;
  color: #4A00E0;
  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;
}

/* ==========================================================================
2. Wavy auth cards
========================================================================== */
.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;
  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;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.quick-signup.is-field {
  background: none;
  border: none;
  box-shadow: none;
}
.quick-signup.is-field .control {
  position: relative;
}
.quick-signup.is-field .control .button {
  position: absolute;
  top: 1px;
  right: 0;
}

.trial-features {
  padding: 40px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.trial-features img {
  margin-top: 20px;
}

/* ==========================================================================
3. Remember me
========================================================================== */
.remember-wrap .control:last-child,
.switch-toggle-wrap .control:last-child {
  display: flex;
  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: #4A00E0;
}

/* ==========================================================================
4. Signup info
========================================================================== */
.clean-signup-info {
  padding: 40px;
}
.clean-signup-info h2 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 300;
}
.clean-signup-info .feature {
  display: flex;
  justify-content: flex-start;
  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;
}

/* ==========================================================================
5. Signup context
========================================================================== */
.signup-context {
  border: none !important;
  border-radius: 6px;
}
.signup-context .subtitle {
  color: #fff !important;
}
.signup-context .argument {
  display: flex;
  justify-content: flex-start;
  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;
}

/* ==========================================================================
10. Login / Register Combo
========================================================================== */
.login-register-wrapper {
  height: 100vh;
  position: relative;
}
.login-register-wrapper .backRight {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #23a6d5;
}
.login-register-wrapper .backLeft {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #4A00E0;
}
.login-register-wrapper #back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -999;
}
.login-register-wrapper .canvas-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.login-register-wrapper #slideBox {
  width: 50%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 50%;
  position: absolute;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.login-register-wrapper .topLayer {
  width: 200%;
  height: 100%;
  position: relative;
  left: 0;
  left: -100%;
}
.login-register-wrapper label {
  font-size: 0.8em;
  text-transform: uppercase;
}
.login-register-wrapper .left {
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: #344258;
  left: 0;
  position: absolute;
}
.login-register-wrapper .left label {
  color: #fcfcfc;
}
.login-register-wrapper .left input {
  background: transparent;
  color: #fcfcfc;
  border: 1px solid #475a78;
  transition: border 0.3s;
}
.login-register-wrapper .left input:focus {
  border-color: #5a7298;
}
.login-register-wrapper .right {
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: #f9f9f9;
  right: 0;
  position: absolute;
}
.login-register-wrapper .right label {
  color: #f9f9f9;
}
.login-register-wrapper .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 55%;
  margin: 0 auto;
  position: relative;
}
.login-register-wrapper .content .brand {
  position: absolute;
  top: 65px;
  left: 0;
}
.login-register-wrapper .content .brand a:hover {
  box-shadow: none !important;
}
.login-register-wrapper .content .brand img {
  height: 30px;
}
.login-register-wrapper .content h2 {
  font-weight: 300;
  font-size: 2.2em;
  margin: 0.2em 0 0.1em;
}
.login-register-wrapper .left .content h2 {
  color: #fcfcfc;
  font-family: "Nexa Light", sans-serif;
}
.login-register-wrapper .right .content h2 {
  color: #444f60;
  font-family: "Nexa Light", sans-serif;
}
.login-register-wrapper .form-element {
  margin: 1.6em 0;
}
.login-register-wrapper .form-element.form-submit {
  margin: 1.6em 0 0;
}
.login-register-wrapper .form-stack {
  display: flex;
  flex-direction: column;
}
.login-register-wrapper button,
.login-register-wrapper .is-trigger {
  padding: 0.9em 1.4em;
  margin: 0 10px 0 0;
  width: auto;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0.6px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  transition: all 0.25s;
  cursor: pointer;
}
.login-register-wrapper button.signup,
.login-register-wrapper .is-trigger.signup {
  background: #23a6d5;
}
.login-register-wrapper button.login,
.login-register-wrapper .is-trigger.login {
  background: #4A00E0;
}
.login-register-wrapper button.off,
.login-register-wrapper .is-trigger.off {
  background: none;
  box-shadow: none;
  margin: 0;
}
.login-register-wrapper button.off.signup,
.login-register-wrapper .is-trigger.off.signup {
  color: #23a6d5;
}
.login-register-wrapper button.off.login,
.login-register-wrapper .is-trigger.off.login {
  color: #4A00E0;
}
.login-register-wrapper button:focus,
.login-register-wrapper button:active,
.login-register-wrapper button:hover,
.login-register-wrapper a:focus,
.login-register-wrapper a:active,
.login-register-wrapper a:hover {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.login-register-wrapper button:focus.signup,
.login-register-wrapper button:active.signup,
.login-register-wrapper button:hover.signup,
.login-register-wrapper a:focus.signup,
.login-register-wrapper a:active.signup,
.login-register-wrapper a:hover.signup {
  background: #1f95bf;
}
.login-register-wrapper button:focus.login,
.login-register-wrapper button:active.login,
.login-register-wrapper button:hover.login,
.login-register-wrapper a:focus.login,
.login-register-wrapper a:active.login,
.login-register-wrapper a:hover.login {
  background: #4200c7;
}
.login-register-wrapper button:focus.off,
.login-register-wrapper button:active.off,
.login-register-wrapper button:hover.off,
.login-register-wrapper a:focus.off,
.login-register-wrapper a:active.off,
.login-register-wrapper a:hover.off {
  box-shadow: none;
}
.login-register-wrapper button:focus.off.signup,
.login-register-wrapper button:active.off.signup,
.login-register-wrapper button:hover.off.signup,
.login-register-wrapper a:focus.off.signup,
.login-register-wrapper a:active.off.signup,
.login-register-wrapper a:hover.off.signup {
  color: #23a6d5;
  background: #2b3648;
}
.login-register-wrapper button:focus.off.login,
.login-register-wrapper button:active.off.login,
.login-register-wrapper button:hover.off.login,
.login-register-wrapper a:focus.off.login,
.login-register-wrapper a:active.off.login,
.login-register-wrapper a:hover.off.login {
  color: #4200c7;
  background: #e3e3e3;
}
@media only screen and (max-width: 768px) {
  .login-register-wrapper #slideBox {
    width: 80%;
    margin-left: 20%;
  }
  .login-register-wrapper .signup-info,
  .login-register-wrapper .login-info {
    display: none;
  }
  .login-register-wrapper .content {
    width: 80%;
  }
}

/* ==========================================================================
10. Login / Register
========================================================================== */
.auth-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.auth-nav a:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.auth-nav a img {
  display: block;
  width: 100%;
  max-width: 90px;
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 0.3s;
}

.auth-outer {
  position: relative;
  margin-top: 60px;
  background: #f2f2f2;
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: 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: flex;
}
.auth-outer .auth-box .form-wrapper {
  position: relative;
  width: 380px;
  height: 480px;
  overflow: hidden;
}
.auth-outer .auth-box .form-wrapper.is-active .register {
  transform: translateY(0);
}
.auth-outer .auth-box .form-wrapper.is-active .login {
  transform: translateY(-100%);
}
.auth-outer .auth-box .form-wrapper .register {
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
}
.auth-outer .auth-box .form-wrapper .login {
  transform: translateY(0);
  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: flex;
  flex-direction: column;
  justify-content: center;
}
.auth-outer .auth-box .form-wrapper .login .header,
.auth-outer .auth-box .form-wrapper .register .header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-outer .auth-box .form-wrapper .login .item-list,
.auth-outer .auth-box .form-wrapper .register .item-list {
  display: flex;
  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: flex;
  font-size: 21px;
  justify-content: space-evenly;
  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: #4A00E0;
}
.auth-outer .auth-box .form-wrapper .login .body,
.auth-outer .auth-box .form-wrapper .register .body {
  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: flex;
  width: 100%;
  flex-direction: column;
  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;
  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: #4A00E0;
}
.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: flex;
  justify-content: 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;
  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;
  transition: 2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(-45deg, #8E2DE2, #4A00E0, #4A00E0, #8E2DE2);
  background-size: 200% 200%;
  animation: gradientBG 15s ease infinite;
}
.auth-outer .auth-box .side-box .login-btn,
.auth-outer .auth-box .side-box .title2 {
  display: none;
}
.auth-outer .auth-box .side-box .action-btn {
  height: 40px;
  min-width: 160px;
  color: #4A00E0;
  font-weight: 500;
}
.auth-outer .forgot-password {
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 500;
}
.auth-outer .d-flex {
  display: flex;
}
.auth-outer .flex-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: transparent;
    color: #4A00E0;
    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;
  }
}
/* ==========================================================================
10. Boxed Login / Register
========================================================================== */
.auth-nav-alt {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  background: #f2f2fa;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.auth-nav-alt .start a,
.auth-nav-alt .end {
  display: flex;
  align-items: center;
}
.auth-nav-alt .start a {
  color: #999;
}
.auth-nav-alt .end {
  justify-content: flex-end;
  flex-grow: 2;
}
.auth-nav-alt .end .button {
  font-weight: 500;
  color: #23a6d5;
  border-color: #23a6d5;
  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: flex;
  align-items: 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;
  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 {
  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: flex;
  justify-content: center;
  align-items: center;
  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: flex;
  padding-top: 20px;
}
.auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap .button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}
.auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons .button-wrap .button-inner:hover {
  border-color: #23a6d5;
  background: #23a6d5;
  box-shadow: 0 14px 26px -12px rgba(35, 166, 213, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(35, 166, 213, 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;
  transition: color 0.3s;
}
.auth-outer-alt > div {
  width: 100%;
}

/* ==========================================================================
9. Squares Login / Signup
========================================================================== */
.login-hero {
  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);
  animation: animateCircles 25s linear infinite;
  bottom: -150px;
}
.login-hero .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.login-hero .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.login-hero .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.login-hero .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.login-hero .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.login-hero .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.login-hero .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.login-hero .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.login-hero .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.login-hero .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animateCircles {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.login-image {
  max-width: 380px;
  display: block;
  margin: 0 auto;
}

.login-subtitle {
  color: #999 !important;
  padding: 20px 15% !important;
}

/* ==========================================================================
4. Quick Landing Signup
========================================================================== */
.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;
  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: #4A00E0;
  border-color: #4A00E0;
  color: #fff;
  font-weight: 500;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Profile elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Profile header
    1. Profile wrapper
    2. Profile card
    3. Project card
    4. Network stats
    5. Network toolbar
    6. Network grid
    7. Profile / Account form
    8. Addresses
    9. Orders
    10. media Queries
***/
/* ==========================================================================
0. Profile header
========================================================================== */
.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: #4A00E0;
  border-color: #4A00E0;
}
.profile-header .profile-header-inner .tabs ul li a {
  border-color: transparent;
  border-width: 3px;
  margin-bottom: 0;
  color: #8e9baf;
}

/* ==========================================================================
1. Profile Wrapper
========================================================================== */
.profile-wrapper {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.profile-wrapper.is-larger {
  max-width: 890px;
}

/* ==========================================================================
2. Profile card
========================================================================== */
.profile-card {
  border-color: #e5e5e5;
  padding: 2rem;
}
.profile-card:not(:last-child) {
  margin-bottom: 1.5rem;
}
.profile-card .profile-card-head {
  display: flex;
  justify-content: space-between;
  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: #4A00E0;
}
.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: flex;
  align-items: center;
  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: flex;
  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: 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;
}

/* ==========================================================================
3. Project card
========================================================================== */
.project-card {
  border-color: #e5e5e5;
  margin-bottom: 0;
  transition: all 0.3s;
}
.project-card:hover {
  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: flex;
  align-items: center;
  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;
}

/* ==========================================================================
4. Network stats
========================================================================== */
.network-stats {
  display: flex;
}
.network-stats .network-stat {
  text-align: center;
  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;
}

/* ==========================================================================
5. Network toolbar
========================================================================== */
.network-toolbar {
  display: flex;
  justify-content: space-between;
  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: #4A00E0;
}

/* ==========================================================================
6. Network grid
========================================================================== */
.network-grid .network-card {
  border-color: #e5e5e5;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.3s;
}
.network-grid .network-card:hover {
  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: #4A00E0;
}
.network-grid .load-more {
  text-align: center;
}
.network-grid .load-more .button {
  height: 42px;
  min-width: 140px;
}

/* ==========================================================================
7. Profile / Account form
========================================================================== */
.profile-form,
.account-form {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.profile-form .form-section-title,
.account-form .form-section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #444f60;
}
.profile-form .input,
.account-form .input {
  background: white;
  border-radius: 0.5rem;
}
.profile-form .select,
.account-form .select {
  width: 100%;
}
.profile-form .select select,
.account-form .select select {
  width: 100%;
}
.profile-form .form-button,
.account-form .form-button {
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
  min-height: 48px;
  min-width: 180px;
  border-radius: 0.65rem;
}

/* ==========================================================================
8. Addresses
========================================================================== */
.addresses .addresses-title {
  display: flex;
  align-items: center;
  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;
  transition: box-shadow 0.3s, border 0.3s;
}
.addresses .addresses-grid .addresses-grid-item:hover {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-color: #4A00E0;
}
.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: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  border: 1px solid #e1e8ee;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, box-shadow 0.3s, border 0.3s;
  color: #444f60;
  border-radius: 50%;
  font-size: 0.8rem;
}
.addresses .addresses-grid .addresses-grid-item .edit-link:hover {
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border-color: #4A00E0;
}
.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;
}

/* ==========================================================================
9. Orders
========================================================================== */
.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;
  }
}
/* ==========================================================================
10. media Queries
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .profile-wrapper > .columns {
    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: 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 */
/* ==========================================================================
Team elements Kit SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Modern Team
    1. Startup Team
    2. Superhero Team
***/
/* ==========================================================================
0. Modern Team
========================================================================== */
.modern-team .modern-team-item {
  padding: 0 5px;
  width: 33%;
}
.modern-team .modern-team-item .item-img:before {
  content: "";
  background-color: rgba(74, 0, 224, 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;
  }
}
/* ==========================================================================
1. Startup Team
========================================================================== */
.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;
  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: #4A00E0;
}
.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;
  }
}
/* ==========================================================================
2. Superhero Team
========================================================================== */
.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: #23a6d5;
}
.hero-box .social {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-box .social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  color: #4A00E0;
  transition: all 0.3s;
}
.hero-box .social a i {
  font-size: 18px;
  transition: all 0.3s;
}
.hero-box .social a:hover {
  background: #4A00E0;
}
.hero-box .social a:hover i {
  color: #fff;
}
.hero-box p {
  padding: 10px 0;
  color: #999;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Hero Elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Help Center
    1. Help Center Category
    2. Help Center article
    3. FAQ v1
***/
/* ==========================================================================
0. Help Center
========================================================================== */
.help-header {
  display: flex;
  justify-content: flex-start;
  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;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: background 0.4s, box-shadow 0.2s;
  transition: background 0.4s, 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 {
  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: 18px;
  left: 18px;
}

.section.help-section {
  background: #f3f5f7;
}
.section.help-section .category-card {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
}
.section.help-section .category-card .card-body a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section.help-section .category-card .card-body a .icon {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: 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: #4A00E0;
}
.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: flex;
  align-items: center;
  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: flex;
  justify-content: 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: "\f105";
  font-family: "FontAwesome";
  color: #a0a0a0;
  font-size: 14px;
  margin-right: 15px;
}
.breadcrumbs a {
  font-weight: 500;
  color: #4A00E0;
}

/* ==========================================================================
1. Help Center Category
========================================================================== */
.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: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  top: 20px;
  z-index: 2;
}
.help-container .category-header .icon {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: 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: #4A00E0;
}
.help-container .category-header .inner-content .inner-text {
  color: #999 !important;
}
.help-container .category-header .inner-content .card-meta {
  display: flex;
  align-items: center;
  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: flex;
  justify-content: 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: #4A00E0;
}
.help-container .articles-list {
  position: relative;
  margin: 30px;
  background: #fff;
  width: calc(100% - 60px);
  border-radius: 4px;
  border: 1px solid #d4dadf;
  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: flex;
  justify-content: flex-start;
  align-items: center;
}
.help-container .articles-list .help-article a .inner-content .title {
  margin-bottom: 10px !important;
  font-weight: 400;
  color: #4A00E0;
}
.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: flex;
  align-items: center;
  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;
}

/* ==========================================================================
2. Help Center article
========================================================================== */
.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: flex;
  justify-content: flex-start;
  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;
  transition: all 0.3s;
}
.single-help-article .article-inner .rating-section .rating-button:hover i {
  color: #4A00E0;
  transform: scale(1.1);
}

/* ==========================================================================
3. FAQ v1
================ ========================================================== */
.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: flex;
  cursor: pointer;
}
.faq-wrapper .faq-block .block-header.is-active .header-icon {
  transform: rotate(45deg);
}
.faq-wrapper .faq-block .block-header .header-icon {
  height: 24px;
  width: 24px;
  min-width: 24px;
  background: #4A00E0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  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 elements Kit SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Agency Portfolio grid
    1. Portfolio page
***/
/* ==========================================================================
0. Agency Portfolio grid
========================================================================== */
.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-height: 800px;
  height: auto;
  margin: 20px 10px;
}
.portfolio .portfolio-item:hover .circle-overlay {
  transform: scale(35);
}
.portfolio .portfolio-item:hover .project-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0 !important;
}
.portfolio .portfolio-item:hover .project-link {
  color: #fff;
  opacity: 1;
  transform: translateY(0);
  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: #4A00E0;
  transform: scale(1);
  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: flex;
  justify-content: 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;
  transform: translateY(20px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.portfolio .portfolio-item .project-link {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  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;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.portfolio .portfolio-item .project-link a:hover i {
  opacity: 1;
  transform: translateX(10px);
}

/* ==========================================================================
1. Portfolio page
========================================================================== */
.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: flex;
  justify-content: space-between;
  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: flex;
  justify-content: space-between;
  align-items: center;
}
.portfolio-item .project-category span {
  font-family: "Nexa Bold", sans-serif;
}
.portfolio-item .project-category i {
  font-size: 1.8rem;
  color: #4A00E0;
}
.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;
  transition: color 0.3s;
}
.portfolio-item .fa-social:hover {
  color: #4A00E0;
}
.portfolio-item .navigation {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  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 */
/* ==========================================================================
Blog elements Kit SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Latest posts
    1. Blog main page
    2. Blog Search
    3. Blog post
    4. Post Comments
    5. Blog Sidebar
    6. Media Queries
***/
/* ==========================================================================
0. Agency Latest posts
========================================================================== */
.latest-posts .card {
  border-radius: 5px;
  box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #ededed;
}
.latest-posts .card .card-image figure img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.latest-posts .card figure.author {
  position: absolute;
  bottom: -24px;
  right: 20px;
}
.latest-posts .card figure.author .img-circle {
  border: 2px solid #fff;
  border-radius: 50%;
}
.latest-posts .card .media {
  margin: 0;
}
.latest-posts .card .title {
  font-family: "Nexa Bold", sans-serif;
  font-weight: 600;
}
.latest-posts .card .timestamp {
  font-size: 85%;
  color: #a9abac;
  padding: 5px 0;
}
.latest-posts .card .timestamp i {
  margin-right: 7px;
}
.latest-posts .card .post-exerpt {
  padding: 10px 0 20px 0;
  font-family: "Roboto", sans-serif;
}

/* ==========================================================================
1. Blog List item
========================================================================== */
.blog-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.is-post {
  border-radius: 6px;
  background: #fff;
  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: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  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: #4A00E0;
}
.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: flex;
  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: #4A00E0;
}
.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: #4A00E0;
  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;
}

/*@media (max-width: 768px) {
    .flex-card {
        &.is-post {
            &.is-pulled-top {
                margin-top: -80px;
            }

            .header {
                .author-avatar {
                    right: 20px !important;
                    bottom: -30px !important;
                    width: 60px !important;
                    height: 60px !important;
                    border: 3px solid $white !important;

                    img {
                        left: 0.5px;
                        transform: scale(1);
                    }
                }
            }
        }
    }
}*

/* ==========================================================================
2. Blog Grid Item
========================================================================== */
.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%;
  object-fit: cover;
}
.blog-grid-item .card-image .post-date {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  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: #4A00E0;
}
.blog-grid-item .card-content {
  padding: 26px;
}
.blog-grid-item .card-content .featured-post-title {
  display: flex;
  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: #4A00E0;
}
.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: #4A00E0;
  font-size: 1rem;
}
.blog-grid-item .card-content .read-more-link span {
  position: relative;
  top: 2px;
  font-size: 1.6rem;
  margin-left: 4px;
}

/* ==========================================================================
2. Blog Sidebar
========================================================================== */
.blog-sidebar {
  padding: 0 30px;
}
.blog-sidebar .blog-sidebar-search {
  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: flex;
  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;
  object-fit: cover;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 0.2) !important;
}
.blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content {
  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: flex;
  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: flex;
  align-items: center;
  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: #4A00E0;
}
.blog-sidebar .blog-sidebar-categories .blog-sidebar-category:hover .post-count {
  border-color: #e7eaed;
  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: #4A00E0;
}
.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;
  transition: color 0.3s;
}
.blog-sidebar .blog-sidebar-categories .blog-sidebar-category .post-count {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.blog-sidebar .blog-sidebar-categories .blog-sidebar-category .post-count span {
  font-weight: 600;
  font-size: 1rem;
  color: #444f60;
  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;
  transition: all 0.3s;
}
.blog-sidebar .blog-sidebar-tags .tags .tag:hover {
  color: #4A00E0;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}

/*.is-blog-search {
    position: relative;
    margin-bottom: 20px;

    input {
        height: 60px;
        width: 100%;
        border: none;
        padding-left: 45px;
        border: 1px solid $fade-grey;
        transition: all 0.5s;

        &:focus {
            box-shadow: inset rgba(143, 160, 241, 0.2) 0 0 0 1px, rgba(213, 220, 247, 0.59) 0 10px 20px;
            border: 1px solid $primary;
            border-radius: 5px;

            + i {
                color: $primary;
            }
        }

        &:focus, &:active {
            outline: none;
        }
    }

    i {
        position: absolute;
        left: 15px;
        top: 22px;
        color: $placeholder;
        font-size: 20px;
        transition: color 0.5s;
    }
}*/
/* ==========================================================================
3. Single Blog post
========================================================================== */
.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: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  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: #4A00E0;
}
.is-single-post .featured-post-body {
  padding: 30px 0;
}
.is-single-post .featured-post-body .featured-post-title {
  display: flex;
  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: #4A00E0;
}
.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: #4A00E0;
  color: #8593a9;
}
.is-single-post .sharing-links, .is-single-post .post-tags {
  display: flex;
  align-items: center;
  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: flex;
  align-items: center;
}
.is-single-post .sharing-links .social-links a, .is-single-post .post-tags .social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
  min-width: 38px;
  border-radius: 50%;
  border: 1px solid transparent;
  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;
  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: #4A00E0;
}
.is-single-post .sharing-links .social-links a i, .is-single-post .post-tags .social-links a i {
  font-size: 16px;
  color: #c5cbe2;
  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;
  transition: all 0.3s;
}
.is-single-post .post-tags .tags .tag:hover {
  color: #4A00E0;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
}
.is-single-post .post-author {
  display: flex;
  margin-bottom: 1rem;
  margin: 40px 0;
  padding: 30px;
  border: 1px solid #e4e7ea;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s;
}
.is-single-post .post-author:hover {
  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;
  transition: all 0.3s;
}
.is-single-post .post-author .post-author-meta .post-author-title a:hover {
  color: #4A00E0;
}
.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 {
    flex-direction: column;
    text-align: center;
  }
  .is-single-post .post-author .post-author-avatar {
    margin: 0 auto 16px auto;
  }
}
/* ==========================================================================
3. Related Posts
========================================================================== */
.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;
}

/* ==========================================================================
4. Blog post comments
========================================================================== */
.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: #4A00E0;
}
.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 {
  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 {
  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;
}

.comment-count {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border-radius: 6px;
}
.comment-count i {
  font-size: 2rem;
  font-weight: 500;
  color: #a9abac;
}
.comment-count .text {
  font-size: 1.1rem;
  font-weight: 400;
  color: #a9abac;
  margin-left: 20px;
}
.comment-count .text span.count-number {
  font-size: 1.1rem;
}
.comment-count button {
  margin-left: auto;
  color: #999 !important;
}

.compose-card {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: unset;
}
.compose-card .control-wrapper {
  width: 100%;
  padding-left: 20px;
}
.compose-card .control-wrapper .textarea-button {
  background: #f5f6fa;
}

/* ==========================================================================
5. Blog sidebar
========================================================================== */
/*.flex-card {
    .card-header {
        font-family: $font-main;
        padding: 20px;
        font-size: 1.2rem;
        font-weight: 500;
        color: $blue-grey;
    }

    .card-panel {
        .recent-posts {
            .recent-post {
                padding: 10px 20px;
                border-bottom: 1px solid $fade-grey;

                .post-title a {
                    color: $blue-grey;
                    font-weight: 600;

                    &:hover {
                        color: $primary;
                    }
                }

                .post-meta {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;

                    img {
                        width: 32px;
                        height: 32px;
                        border-radius: 50%;
                    }
                }

                span {
                    display: block;
                    font-size: 90%;
                    color: $title-grey;
                }
            }
        }

        .latest-comments {
            .latest-comment {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 16px 20px;
                border-bottom: 1px solid $fade-grey;

                img {
                    width: 32px;
                    height: 32px;
                    border-radius: 50%;
                    margin-right: 10px;
                }

                .comment-info {
                    .name a {
                        color: $blue-grey;
                        font-weight: 600;

                        &:hover {
                            color: $primary;
                        }
                    }

                    .post-ref a {
                        font-size: 90%;
                        color: $title-grey;

                        &:hover {
                            color: $primary;
                        }
                    }
                }
            }
        }

        .archives, .post-categories {
            .archived-month, .post-category {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 16px 20px;
                border-bottom: 1px solid $fade-grey;

                span a {
                    color: $blue-grey;
                    font-weight: 600;

                    &:hover {
                        color: $primary;
                    }
                }
            }
        }

        .tag {
            margin: 5px;
        }
    }
}*/
/* ==========================================================================
6. Media Queries
========================================================================== */
@media (max-width: 767px) {
  /*.flex-card {
      &.is-post {
          h2 {
              font-size: 1.3rem !important;
          }
      }

      &.is-full-post {
          padding: 10px !important;

          .post-body {
              padding: 20px 10px !important;
          }
      }
  }

  .post-meta {
      margin: 0 !important;
      padding: 10px !important;

      .title-block {
          padding: 0 !important;

          h2 {
              font-size: 1.5em !important;
          }
      }
  }

  .post-body {
      padding: 20px 10px !important;
  }

  .compose-card {
      .control-wrapper {
          padding: 0;
      }
  }*/
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /*.flex-card.is-post, .flex-card.is-full-post {
      padding: 40px;

      .post-meta {
          padding: 10px 0;
      }
  }*/
}
/* ==========================================================================
7. Landing Page Blog
========================================================================== */
.main-post .post-image {
  position: relative;
  border-radius: 6px;
}
.main-post .post-image img {
  display: block;
  border-radius: 6px;
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 0.2) !important;
}
.main-post .post-image .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(74, 0, 224, 0.8);
  border-radius: 6px;
  transition: all 0.3s;
}
.main-post .post-image:hover .image-overlay {
  background: rgba(74, 0, 224, 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: #4A00E0;
  margin: 10px 0 0 0;
}
.main-post .post-content h3 a {
  color: #4A00E0;
  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: flex;
  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;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 14px 26px -12px rgba(74, 0, 224, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(74, 0, 224, 0.2) !important;
}
.side-post .post-image .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(74, 0, 224, 0.8);
  border-radius: 6px;
  transition: all 0.3s;
}
.side-post .post-image:hover .image-overlay {
  background: rgba(74, 0, 224, 0.6);
}
.side-post .post-content {
  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: #4A00E0;
  margin-bottom: 6px;
}
.side-post .post-content h3 a {
  color: #4A00E0;
  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 elements SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Contact form
    1. Maps
    2. Startup contact button
    3. Contact page v1
    4. Map Block
***/
/* ==========================================================================
0. Contact form
========================================================================== */
.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;
}

/* ==========================================================================
1. Landing Contact Form
========================================================================== */
.contact-title {
  margin-top: 200px;
}

.contact-form {
  width: 100%;
  padding: 40px 20px;
}
.contact-form.is-bigger {
  width: 100%;
  border: 1px solid #ededed;
  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 transparent;
  cursor: pointer;
}
.contact-toggler .tabbed-links li.is-active {
  color: #444f60;
  font-weight: 500;
  border-top: 2px solid #4A00E0;
}
.contact-toggler .contact-blocks .contact-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}
.contact-toggler .contact-blocks .contact-block .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4A00E0;
  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;
  }
}
/* ==========================================================================
5. Contact Form 2
========================================================================== */
.contact-title-2 {
  margin-top: 200px;
}

.contact-form-2 {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 60px auto;
  border: 1px solid #ededed;
  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: 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;
}

/* ==========================================================================
1. Maps
========================================================================== */
.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;
}

/* ==========================================================================
2. Startup contact button
========================================================================== */
.startup-contact-button {
  max-width: 320px;
  margin: 0 auto;
  height: 44px;
}

/* ==========================================================================
3. Contact page v1
========================================================================== */
.contact-page-form {
  display: block;
  padding: 40px;
  border: 1px solid #eaecef;
  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.is-pushed-right {
  margin-right: 0;
}
.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;
}

/* ==========================================================================
4. Map Block
========================================================================== */
.map-block {
  border-radius: 2rem;
  margin: 3rem auto 5rem auto;
  max-width: 1040px;
}
.map-block .map-block-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3rem;
  min-height: 400px;
  z-index: 1;
}
.map-block .map-block-inner .card {
  min-width: 340px;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #d4dadf;
}
.map-block .map-block-inner .card .card-content {
  padding: 2.5rem;
}
.map-block .map-block-inner .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 {
  font-family: "Roboto", sans-serif;
  color: #8e9baf;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.map-block .map-block-inner .card .card-content .control {
  position: relative;
}
.map-block .map-block-inner .card .card-content .control .form-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 42px;
}
.map-block .map-block-inner .card .card-content .control .form-icon svg {
  height: 18px;
  width: 18px;
  stroke: #4A00E0;
}
.map-block .map-block-inner .card .card-content .input,
.map-block .map-block-inner .card .card-content .textarea {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  transition: border-color 0.3s;
}
.map-block .map-block-inner .card .card-content .input:focus,
.map-block .map-block-inner .card .card-content .textarea:focus {
  border-color: #4A00E0;
}
.map-block .map-block-inner .card .card-content .input {
  height: 42px;
  padding-left: 42px;
  border-radius: 0.55rem;
}
.map-block .map-block-inner .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 {
    min-width: 100% !important;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Case Study SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Case Study
***/
/* ==========================================================================
0. Case Study
========================================================================== */
.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: flex;
  justify-content: 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: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}
.case-study-colors .color-dot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  min-width: 50px;
  background: #fff;
  border: 1px solid #e4e7ea;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  margin: 0 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.case-study-colors .color-dot-container:hover {
  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: #4A00E0;
}
.case-study-colors .color-dot-container .color-dot-inner.secondary-color {
  background: #23a6d5;
}
.case-study-colors .color-dot-container .color-dot-inner.accent-color {
  background: #8E2DE2;
}
.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;
  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: flex;
  flex-wrap: wrap;
}
.case-study-tools .case-study-tools-card .tools-list .tool-container {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-study-tools .case-study-tools-card .tools-list .tool-container .inner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  width: 52px;
  min-width: 52px;
  border: 1px solid #e4e7ea;
  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: flex;
  height: 42px;
  width: 42px;
  min-width: 42px;
  border-radius: 50%;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Code and Editor sections SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Code tabs
***/
/* ==========================================================================
0. Code tabs
========================================================================== */
.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;
  filter: blur(20px);
}
.code-container-wrapper .code-container header {
  border-radius: 6px 6px 0 0;
  padding: 0 16px;
  height: 40px;
  color: #8994c6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3e396b !important;
}
.code-container-wrapper .code-container header .dots {
  display: flex;
  align-items: center;
}
.code-container-wrapper .code-container header .dots .dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin: 0 2px;
  background: #4A00E0;
}
.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: transparent;
  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: flex;
  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: transparent !important;
  overflow-x: initial !important;
}

/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
Process sections SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Process Wrap
    1. Vertical Process Wrap
    2. Process blocks
***/
/* ==========================================================================
0. Process Wrap
========================================================================== */
.process-wrap {
  display: flex;
  justify-content: 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: flex;
  justify-content: 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;
  }
}
/* ==========================================================================
1. Vertical Process Wrap
========================================================================== */
.vertical-process .vertical-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.vertical-process .vertical-block:before {
  position: absolute;
  left: -24px;
  bottom: 3px;
  content: "";
  height: 1px;
  width: 88px;
  background: #cecece;
  transform: rotate(90deg) !important;
}
.vertical-process .vertical-block:last-child:before {
  display: none;
}
.vertical-process .vertical-block:hover .process-icon {
  background: #23a6d5;
  border-color: #23a6d5;
}
.vertical-process .vertical-block:hover .process-icon i {
  color: #fcfcfc;
}
.vertical-process .vertical-block:hover .vertical-text h4 {
  color: #23a6d5;
}
.vertical-process .vertical-block .process-icon {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: 1px solid #cecece;
  transition: all 0.3s;
}
.vertical-process .vertical-block .process-icon i {
  color: #23a6d5;
  font-size: 22px;
  font-weight: 600;
  transition: all 0.3s;
}
.vertical-process .vertical-block .vertical-text {
  margin: 0 20px;
}
.vertical-process .vertical-block .vertical-text h4 {
  font-family: "Nexa Bold", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.vertical-process .vertical-block .vertical-text p {
  font-size: 0.95rem;
  color: #999;
}

/* ==========================================================================
2. Process blocks
========================================================================== */
.process-block {
  position: relative;
  text-align: center;
}
.process-block .process-icon {
  position: relative;
  display: flex;
  justify-content: 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: flex;
  justify-content: 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: #4A00E0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-block .process-info {
  display: flex;
  justify-content: 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 */
/* ==========================================================================
Job sections SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Job results
***/
/* ==========================================================================
0. Job results
========================================================================== */
.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: flex;
  align-items: center;
  padding: 16px;
  border-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item:hover {
  background: #f6f6fb;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item:hover img {
  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%;
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.3s;
}
.job-results-wrapper .job-results .job-results-section .result-list .result-list-item .meta {
  margin-left: 12px;
}
.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;
}
.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 {
  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;
  color: #999;
}

@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 {
    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 sections SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
    0. Conference Card
***/
/* ==========================================================================
0. Conference Card
========================================================================== */
.conference-event-card {
  width: 100%;
  max-width: 960px;
  min-height: 540px;
  height: 540px;
  background-color: #fff;
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #e1e8ee;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.conference-event-card .card-container {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.conference-event-card .card-container .card-container-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: 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: flex;
  align-items: 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: flex;
  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;
  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: #4A00E0;
}
.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: flex;
  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 {
    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 pages SCSS file
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. Error page layout
1. Media Queries
=============================================================================
***/
/* ==========================================================================
0. Error page layout
========================================================================== */
.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);
  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;
}

/* ==========================================================================
1. Media Queries
========================================================================== */
@media only screen and (max-width: 767px) {
  .error-wrap.error-centered .bg-404 {
    top: 28%;
    font-size: 11rem;
  }
}
/*! Bulkit | 5.0 | CSS Ninja */
/* ==========================================================================
General responsive styles
========================================================================== */
/***
TABLE OF CONTENTS
=============================================================================
0. max-width 767px
1. max-width 768px
2. Between 768px and 1024px portrait orientation
3. max-width 1007px
4. Custom burger and navbar adjustments
=============================================================================
***/
/* ==========================================================================
0. max-width 767px
========================================================================== */
@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: 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: 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 {
    justify-content: center;
  }
  .is-flex-center-mobile {
    justify-content: center !important;
  }
  .is-centered-mobile {
    text-align: center;
  }
  .is-centered-mobile .button-wrap {
    display: flex;
    justify-content: center;
  }
  form button[type=submit] {
    width: 100% !important;
  }
}
/* ==========================================================================
1. max-width 768px
========================================================================== */
@media (max-width: 768px) {
  .nav-item.is-tab {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nav .nav-item.is-tab.is-active, .nav-menu.is-active .nav-item.is-tab.is-active {
    border-bottom: none !important;
    color: #4A00E0 !important;
  }
  .nav-item.nav-inner {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  a.nav-item.is-not-mobile {
    display: none !important;
  }
  .nav-item.is-menu-mobile {
    display: block !important;
    color: #7a7a7a !important;
  }
  .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 {
    transform: rotate(90deg);
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .mobile-drop-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px;
    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;
    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 {
    transform: rotate(90deg);
  }
  .navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    padding: 10px;
    transition: all 0.3s;
  }
  .navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
    position: relative;
    top: 2px;
    font-size: 16px;
    margin-left: 4px;
    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: flex !important;
  }
  .navbar-burger {
    height: 4.6rem;
    width: 4.6rem;
  }
  .level-left.level-social {
    display: flex;
    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;
  }
  .hero.is-fullheight.is-halfed-mobile {
    height: 35vh !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;
  }
  .video-caption {
    left: 5%;
  }
  #navigation-trigger, .navigation-close {
    opacity: 1 !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark {
    background-color: #344258 !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active {
    background-color: #344258 !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active .nav-inner.is-menu-mobile {
    color: #fff !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active .nav-inner.is-menu-mobile.is-active {
    color: #4A00E0 !important;
  }
  .navbar-wrapper.navbar-fade.mobile-menu-dark {
    background-color: #fff !important;
  }
}
/* ==========================================================================
1. Between 768px and 1024px portrait orientation
========================================================================== */
@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: 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 {
    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 {
    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 {
    justify-content: center !important;
  }
  .is-centered-mobile {
    text-align: center;
  }
  .is-centered-mobile .button-wrap {
    display: flex;
    justify-content: center;
  }
  .is-centered-tablet-portrait {
    text-align: center;
  }
  .is-flex-portrait {
    display: flex;
    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;
  }
}
/* ==========================================================================
2. max-width 1007px
========================================================================== */
@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;
  }
}
/* ==========================================================================
4. Tablet Landscape
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .navbar-brand {
    min-height: 4.6rem;
    height: 4.6rem;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark {
    background-color: #344258 !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active {
    background-color: #344258 !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active .nav-inner.is-menu-mobile {
    color: #fff !important;
  }
  .navbar-wrapper.navbar-fade.navbar-light.mobile-menu-dark .nav-menu.is-active .nav-inner.is-menu-mobile.is-active {
    color: #4A00E0 !important;
  }
  .navbar-wrapper.navbar-fade.mobile-menu-dark {
    background-color: #fff !important;
  }
  .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 {
    transform: rotate(90deg);
  }
  .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .mobile-drop-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 10px;
    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;
    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 {
    transform: rotate(90deg);
  }
  .navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    padding: 10px;
    transition: all 0.3s;
  }
  .navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
    position: relative;
    top: 2px;
    font-size: 16px;
    margin-left: 4px;
    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, .navbar .navbar-menu #signup-btn-alt {
    width: 30% !important;
  }
}
/* ==========================================================================
4. Custom burger and navbar adjustments
========================================================================== */
.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: flex !important;
  }
}
.hero-form .icon.is-small {
  height: 2.3rem;
  width: 2.5rem;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
