/* ==========================================================================
SPECTRE.MIN.CSS
========================================================================== */
/*! Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
address {
  font-style: normal;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family:
    "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
  font-weight: 400;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
  outline: 0;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
::after,
::before {
  box-sizing: inherit;
}
html {
  font-size: 20px;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  overflow-x: hidden;
  color: #50596c;
  background: #fff;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
  color: #3085ee;
  outline: 0;
}
a:focus {
  box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2);
}
a.active,
a:active,
a:focus,
a:hover {
  text-decoration: underline;
  color: #126bd9;
}
a:visited {
  color: #5fa1f2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}
.h1,
h1 {
  font-size: 2rem;
}
.h2,
h2 {
  font-size: 1.6rem;
}
.h3,
h3 {
  font-size: 1.4rem;
}
.h4,
h4 {
  font-size: 1.2rem;
}
.h5,
h5 {
  font-size: 1rem;
}
.h6,
h6 {
  font-size: 0.8rem;
}
p {
  margin: 0 0 1.2rem;
}
a,
ins,
u {
  -webkit-text-decoration-skip: ink edges;
  text-decoration-skip: ink edges;
}
abbr[title] {
  cursor: help;
  text-decoration: none;
  border-bottom: 0.05rem dotted;
}
kbd {
  font-size: 0.7rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  color: #fff;
  border-radius: 0.1rem;
  background: #454d5d;
}
mark {
  padding: 0.05rem 0.1rem 0;
  color: #50596c;
  border-bottom: 0.05rem solid #ffd367;
  border-radius: 0.1rem;
  background: #ffe9b3;
}
blockquote {
  margin-left: 0;
  padding: 0.4rem 0.8rem;
  border-left: 0.1rem solid #e7e9ed;
}
blockquote p:last-child {
  margin-bottom: 0;
}
ol,
ul {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ol li,
ul li {
  margin-top: 0.4rem;
}
ul {
  list-style: disc inside;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style: decimal inside;
}
ol ol {
  list-style-type: lower-alpha;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}
.lang-zh,
.lang-zh-hans,
html:lang(zh),
html:lang(zh-Hans) {
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue",
    sans-serif;
}
.lang-zh-hant,
html:lang(zh-Hant) {
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue",
    sans-serif;
}
.lang-ja,
html:lang(ja) {
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo,
    "Helvetica Neue", sans-serif;
}
.lang-ko,
html:lang(ko) {
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Malgun Gothic", "Helvetica Neue", sans-serif;
}
.lang-cjk ins,
.lang-cjk u,
:lang(ja) ins,
:lang(ja) u,
:lang(zh) ins,
:lang(zh) u {
  text-decoration: none;
  border-bottom: 0.05rem solid;
}
.lang-cjk del + del,
.lang-cjk del + s,
.lang-cjk ins + ins,
.lang-cjk ins + u,
.lang-cjk s + del,
.lang-cjk s + s,
.lang-cjk u + ins,
.lang-cjk u + u,
:lang(ja) del + del,
:lang(ja) del + s,
:lang(ja) ins + ins,
:lang(ja) ins + u,
:lang(ja) s + del,
:lang(ja) s + s,
:lang(ja) u + ins,
:lang(ja) u + u,
:lang(zh) del + del,
:lang(zh) del + s,
:lang(zh) ins + ins,
:lang(zh) ins + u,
:lang(zh) s + del,
:lang(zh) s + s,
:lang(zh) u + ins,
:lang(zh) u + u {
  margin-left: 0.125em;
}
.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #f8f9fa;
}
.table tbody tr.active,
.table.table-striped tbody tr.active {
  background: #f0f1f4;
}
.table.table-hover tbody tr:hover {
  background: #f0f1f4;
}
.table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}
.table td,
.table th {
  padding: 0.6rem 0.4rem;
  border-bottom: 0.05rem solid #e7e9ed;
}
.table th {
  border-bottom-width: 0.1rem;
}
.btn,
.button {
  font-size: 0.8rem;
  line-height: 1.2rem;
  display: inline-block;
  height: 1.8rem;
  padding: 0.25rem 0.4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition:
    background 0.2s,
    border 0.2s,
    box-shadow 0.2s,
    color 0.2s;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #3085ee;
  border: 0.05rem solid #3085ee;
  border-radius: 0.1rem;
  outline: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn:focus,
.button:focus {
  box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2);
}
.btn:focus,
.btn:hover,
.button:focus,
.button:hover {
  text-decoration: none;
  border-color: #227ded;
  background: #e1edfd;
}
.active.button,
.btn.active,
.btn:active,
.button:active {
  text-decoration: none;
  color: #fff;
  border-color: #1370e3;
  background: #227ded;
}
.active.loading.button::after,
.btn.active.loading::after,
.btn:active.loading::after,
.button:active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.disabled,
.btn:disabled,
.btn[disabled],
.button:disabled,
.button[disabled],
.disabled.button {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.btn-primary.button,
.btn.btn-primary {
  color: #fff;
  border-color: #227ded;
  background: #3085ee;
}
.btn-primary.button:focus,
.btn-primary.button:hover,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  color: #fff;
  border-color: #1370e3;
  background: #1877ec;
}
.btn-primary.active.button,
.btn-primary.button:active,
.btn.btn-primary.active,
.btn.btn-primary:active {
  color: #fff;
  border-color: #126bd9;
  background: #1372e7;
}
.btn-primary.loading.button::after,
.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn-success.button,
.btn.btn-success {
  color: #fff;
  border-color: #2faa3f;
  background: #32b643;
}
.btn-success.button:focus,
.btn.btn-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.btn-success.button:focus,
.btn-success.button:hover,
.btn.btn-success:focus,
.btn.btn-success:hover {
  color: #fff;
  border-color: #2da23c;
  background: #30ae40;
}
.btn-success.active.button,
.btn-success.button:active,
.btn.btn-success.active,
.btn.btn-success:active {
  color: #fff;
  border-color: #278e34;
  background: #2a9a39;
}
.btn-success.loading.button::after,
.btn.btn-success.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn-error.button,
.btn.btn-error {
  color: #fff;
  border-color: #d95000;
  background: #e85600;
}
.btn-error.button:focus,
.btn.btn-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.btn-error.button:focus,
.btn-error.button:hover,
.btn.btn-error:focus,
.btn.btn-error:hover {
  color: #fff;
  border-color: #cf4d00;
  background: #de5200;
}
.btn-error.active.button,
.btn-error.button:active,
.btn.btn-error.active,
.btn.btn-error:active {
  color: #fff;
  border-color: #b54300;
  background: #c44900;
}
.btn-error.loading.button::after,
.btn.btn-error.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn-link.button,
.btn.btn-link {
  color: #3085ee;
  border-color: transparent;
  background: 0 0;
}
.btn-link.active.button,
.btn-link.button:active,
.btn-link.button:focus,
.btn-link.button:hover,
.btn.btn-link.active,
.btn.btn-link:active,
.btn.btn-link:focus,
.btn.btn-link:hover {
  color: #126bd9;
}
.btn-sm.button,
.btn.btn-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.btn-lg.button,
.btn.btn-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 0.6rem;
}
.btn-block.button,
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn-action.button,
.btn.btn-action {
  width: 1.8rem;
  padding-right: 0;
  padding-left: 0;
}
.btn-action.btn-sm.button,
.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn-action.btn-lg.button,
.btn.btn-action.btn-lg {
  width: 2rem;
}
.btn-clear.button,
.btn.btn-clear {
  line-height: 0.8rem;
  width: 1rem;
  height: 1rem;
  margin-right: -2px;
  margin-left: 0.2rem;
  padding: 0.1rem;
  text-decoration: none;
  opacity: 1;
  color: currentColor;
  border: 0;
  background: 0 0;
}
.btn-clear.button:focus,
.btn-clear.button:hover,
.btn.btn-clear:focus,
.btn.btn-clear:hover {
  opacity: 0.95;
  background: rgba(248, 249, 250, 0.5);
}
.btn-clear.button::before,
.btn.btn-clear::before {
  content: "\2715";
}
.btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-group .btn,
.btn-group .button {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child),
.btn-group .button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child),
.btn-group .button:not(:first-child):not(:last-child) {
  margin-left: -0.05rem;
  border-radius: 0;
}
.btn-group .btn:last-child:not(:first-child),
.btn-group .button:last-child:not(:first-child) {
  margin-left: -0.05rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .active.button,
.btn-group .btn.active,
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-group .btn:hover,
.btn-group .button:active,
.btn-group .button:focus,
.btn-group .button:hover {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: -ms-flexbox;
  display: flex;
}
.btn-group.btn-group-block .btn,
.btn-group.btn-group-block .button {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.form-group:not(:last-child) {
  margin-bottom: 0.4rem;
}
fieldset {
  margin-bottom: 0.8rem;
}
legend {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.form-label {
  line-height: 1.2rem;
  display: block;
  padding: 0.3rem 0;
}
.form-label.label-sm {
  font-size: 0.7rem;
  padding: 0.1rem 0;
}
.form-label.label-lg {
  font-size: 0.9rem;
  padding: 0.4rem 0;
}
.form-input,
.search-input,
[data-grav-field="array"] input,
[data-grav-field="array"] textarea {
  font-size: 0.8rem;
  line-height: 1.2rem;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 1.8rem;
  padding: 0.25rem 0.4rem;
  transition:
    background 0.2s,
    border 0.2s,
    box-shadow 0.2s,
    color 0.2s;
  color: #50596c;
  border: 0.05rem solid #caced7;
  border-radius: 0.1rem;
  outline: 0;
  background: #fff;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-input:focus,
.search-input:focus,
[data-grav-field="array"] input:focus,
[data-grav-field="array"] textarea:focus {
  border-color: #3085ee;
  box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2);
}
.form-input::-webkit-input-placeholder,
.search-input::-webkit-input-placeholder,
[data-grav-field="array"] input::-webkit-input-placeholder,
[data-grav-field="array"] textarea::-webkit-input-placeholder {
  color: #acb3c2;
}
.form-input:-ms-input-placeholder,
.search-input:-ms-input-placeholder,
[data-grav-field="array"] input:-ms-input-placeholder,
[data-grav-field="array"] textarea:-ms-input-placeholder {
  color: #acb3c2;
}
.form-input::-ms-input-placeholder,
.search-input::-ms-input-placeholder,
[data-grav-field="array"] input::-ms-input-placeholder,
[data-grav-field="array"] textarea::-ms-input-placeholder {
  color: #acb3c2;
}
.form-input::placeholder,
.search-input::placeholder,
[data-grav-field="array"] input::placeholder,
[data-grav-field="array"] textarea::placeholder {
  color: #acb3c2;
}
.form-input.input-sm,
.input-sm.search-input,
[data-grav-field="array"] input.input-sm,
[data-grav-field="array"] textarea.input-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.form-input.input-lg,
.input-lg.search-input,
[data-grav-field="array"] input.input-lg,
[data-grav-field="array"] textarea.input-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 0.6rem;
}
.form-input.input-inline,
.input-inline.search-input,
[data-grav-field="array"] input.input-inline,
[data-grav-field="array"] textarea.input-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-input[type="file"],
.search-input[type="file"],
[data-grav-field="array"] input[type="file"],
[data-grav-field="array"] textarea[type="file"] {
  height: auto;
}
[data-grav-field="array"] textarea,
[data-grav-field="array"] textarea.input-lg,
[data-grav-field="array"] textarea.input-sm,
textarea.form-input,
textarea.form-input.input-lg,
textarea.form-input.input-sm,
textarea.input-lg.search-input,
textarea.input-sm.search-input,
textarea.search-input {
  height: auto;
}
.form-input-hint {
  font-size: 0.7rem;
  margin-top: 0.2rem;
  color: #acb3c2;
}
.has-success .form-input-hint,
.is-success + .form-input-hint {
  color: #32b643;
}
.has-error .form-input-hint,
.is-error + .form-input-hint {
  color: #e85600;
}
.form-select {
  font-size: 0.8rem;
  line-height: 1.2rem;
  width: 100%;
  height: 1.8rem;
  padding: 0.25rem 0.4rem;
  vertical-align: middle;
  color: inherit;
  border: 0.05rem solid #caced7;
  border-radius: 0.1rem;
  outline: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #3085ee;
  box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2);
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 1.1rem 0.05rem 0.3rem;
}
.form-select.select-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 1.4rem 0.35rem 0.6rem;
}
.form-select[multiple],
.form-select[size] {
  height: auto;
  padding: 0.25rem 0.4rem;
}
.form-select[multiple] option,
.form-select[size] option {
  padding: 0.1rem 0.2rem;
}
.form-select:not([multiple]):not([size]) {
  padding-right: 1.2rem;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E")
    no-repeat right 0.35rem center/.4rem 0.5rem;
}
.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.25rem;
  transform: translateY(-50%);
}
.has-icon-left .form-icon {
  left: 0.05rem;
}
.has-icon-left .form-input,
.has-icon-left .search-input,
.has-icon-left [data-grav-field="array"] input,
.has-icon-left [data-grav-field="array"] textarea,
[data-grav-field="array"] .has-icon-left input,
[data-grav-field="array"] .has-icon-left textarea {
  padding-left: 1.3rem;
}
.has-icon-right .form-icon {
  right: 0.05rem;
}
.has-icon-right .form-input,
.has-icon-right .search-input,
.has-icon-right [data-grav-field="array"] input,
.has-icon-right [data-grav-field="array"] textarea,
[data-grav-field="array"] .has-icon-right input,
[data-grav-field="array"] .has-icon-right textarea {
  padding-right: 1.3rem;
}
.form-checkbox,
.form-radio,
.form-switch {
  line-height: 1.2rem;
  position: relative;
  display: block;
  min-height: 1.4rem;
  margin: 0.2rem 0;
  padding: 0.1rem 0.4rem 0.1rem 1.2rem;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  border-color: #3085ee;
  box-shadow: 0 0 0 0.1rem rgba(48, 133, 238, 0.2);
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  border-color: #3085ee;
  background: #3085ee;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  transition:
    background 0.2s,
    border 0.2s,
    box-shadow 0.2s,
    color 0.2s;
  border: 0.05rem solid #caced7;
}
.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm {
  font-size: 0.7rem;
  margin: 0;
}
.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
  top: 0.3rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #f0f1f4;
}
.form-checkbox .form-icon {
  border-radius: 0.1rem;
}
.form-checkbox input:checked + .form-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 9px;
  margin-top: -6px;
  margin-left: -3px;
  content: "";
  transform: rotate(45deg);
  border: 0.1rem solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  background-clip: padding-box;
}
.form-checkbox input:indeterminate + .form-icon {
  border-color: #3085ee;
  background: #3085ee;
}
.form-checkbox input:indeterminate + .form-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  margin-left: -5px;
  content: "";
  background: #fff;
}
.form-radio .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  content: "";
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
}
.form-switch {
  padding-left: 2rem;
}
.form-switch .form-icon {
  top: 0.25rem;
  left: 0;
  width: 1.6rem;
  height: 0.9rem;
  border-radius: 0.45rem;
  background: #acb3c2;
  background-clip: padding-box;
}
.form-switch .form-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  transition:
    background 0.2s,
    border 0.2s,
    box-shadow 0.2s,
    color 0.2s,
    left 0.2s;
  border-radius: 50%;
  background: #fff;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: #f8f9fa;
}
.input-group {
  display: -ms-flexbox;
  display: flex;
}
.input-group .input-group-addon {
  line-height: 1.2rem;
  padding: 0.25rem 0.4rem;
  white-space: nowrap;
  border: 0.05rem solid #caced7;
  border-radius: 0.1rem;
  background: #f8f9fa;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.7rem;
  padding: 0.05rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 0.9rem;
  padding: 0.35rem 0.6rem;
}
.input-group .form-input,
.input-group .form-select,
.input-group .search-input,
.input-group [data-grav-field="array"] input,
.input-group [data-grav-field="array"] textarea,
[data-grav-field="array"] .input-group input,
[data-grav-field="array"] .input-group textarea {
  width: 1%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.input-group .input-group-btn {
  z-index: 1;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child),
.input-group .search-input:first-child:not(:last-child),
.input-group [data-grav-field="array"] input:first-child:not(:last-child),
.input-group [data-grav-field="array"] textarea:first-child:not(:last-child),
[data-grav-field="array"] .input-group input:first-child:not(:last-child),
[data-grav-field="array"] .input-group textarea:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child),
.input-group .search-input:not(:first-child):not(:last-child),
.input-group [data-grav-field="array"] input:not(:first-child):not(:last-child),
.input-group
  [data-grav-field="array"]
  textarea:not(:first-child):not(:last-child),
[data-grav-field="array"] .input-group input:not(:first-child):not(:last-child),
[data-grav-field="array"]
  .input-group
  textarea:not(:first-child):not(:last-child) {
  margin-left: -0.05rem;
  border-radius: 0;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child),
.input-group .search-input:last-child:not(:first-child),
.input-group [data-grav-field="array"] input:last-child:not(:first-child),
.input-group [data-grav-field="array"] textarea:last-child:not(:first-child),
[data-grav-field="array"] .input-group input:last-child:not(:first-child),
[data-grav-field="array"] .input-group textarea:last-child:not(:first-child) {
  margin-left: -0.05rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus,
.input-group .search-input:focus,
.input-group [data-grav-field="array"] input:focus,
.input-group [data-grav-field="array"] textarea:focus,
[data-grav-field="array"] .input-group input:focus,
[data-grav-field="array"] .input-group textarea:focus {
  z-index: 2;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form-input.is-success,
.form-select.is-success,
.has-success .form-input,
.has-success .form-select,
.has-success .search-input,
.has-success [data-grav-field="array"] input,
.has-success [data-grav-field="array"] textarea,
.is-success.search-input,
[data-grav-field="array"] .has-success input,
[data-grav-field="array"] .has-success textarea,
[data-grav-field="array"] input.is-success,
[data-grav-field="array"] textarea.is-success {
  border-color: #32b643;
  background: #f9fdfa;
}
.form-input.is-success:focus,
.form-select.is-success:focus,
.has-success .form-input:focus,
.has-success .form-select:focus,
.has-success .search-input:focus,
.has-success [data-grav-field="array"] input:focus,
.has-success [data-grav-field="array"] textarea:focus,
.is-success.search-input:focus,
[data-grav-field="array"] .has-success input:focus,
[data-grav-field="array"] .has-success textarea:focus,
[data-grav-field="array"] input.is-success:focus,
[data-grav-field="array"] textarea.is-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.form-input.is-error,
.form-select.is-error,
.has-error .form-input,
.has-error .form-select,
.has-error .search-input,
.has-error [data-grav-field="array"] input,
.has-error [data-grav-field="array"] textarea,
.is-error.search-input,
[data-grav-field="array"] .has-error input,
[data-grav-field="array"] .has-error textarea,
[data-grav-field="array"] input.is-error,
[data-grav-field="array"] textarea.is-error {
  border-color: #e85600;
  background: #fffaf7;
}
.form-input.is-error:focus,
.form-select.is-error:focus,
.has-error .form-input:focus,
.has-error .form-select:focus,
.has-error .search-input:focus,
.has-error [data-grav-field="array"] input:focus,
.has-error [data-grav-field="array"] textarea:focus,
.is-error.search-input:focus,
[data-grav-field="array"] .has-error input:focus,
[data-grav-field="array"] .has-error textarea:focus,
[data-grav-field="array"] input.is-error:focus,
[data-grav-field="array"] textarea.is-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.form-checkbox.is-error .form-icon,
.form-radio.is-error .form-icon,
.form-switch.is-error .form-icon,
.has-error .form-checkbox .form-icon,
.has-error .form-radio .form-icon,
.has-error .form-switch .form-icon {
  border-color: #e85600;
}
.form-checkbox.is-error input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon,
.has-error .form-checkbox input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon {
  border-color: #e85600;
  background: #e85600;
}
.form-checkbox.is-error input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon,
.has-error .form-checkbox input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon {
  border-color: #e85600;
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.form-checkbox.is-error input:indeterminate + .form-icon,
.has-error .form-checkbox input:indeterminate + .form-icon {
  border-color: #e85600;
  background: #e85600;
}
.form-input:not(:placeholder-shown):invalid,
.search-input:not(:placeholder-shown):invalid,
[data-grav-field="array"] input:not(:placeholder-shown):invalid,
[data-grav-field="array"] textarea:not(:placeholder-shown):invalid {
  border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid:focus,
.search-input:not(:placeholder-shown):invalid:focus,
[data-grav-field="array"] input:not(:placeholder-shown):invalid:focus,
[data-grav-field="array"] textarea:not(:placeholder-shown):invalid:focus {
  background: #fffaf7;
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint,
.search-input:not(:placeholder-shown):invalid + .form-input-hint,
[data-grav-field="array"]
  input:not(:placeholder-shown):invalid
  + .form-input-hint,
[data-grav-field="array"]
  textarea:not(:placeholder-shown):invalid
  + .form-input-hint {
  color: #e85600;
}
.disabled.search-input,
.form-input.disabled,
.form-input:disabled,
.form-select.disabled,
.form-select:disabled,
.search-input:disabled,
[data-grav-field="array"] input.disabled,
[data-grav-field="array"] input:disabled,
[data-grav-field="array"] textarea.disabled,
[data-grav-field="array"] textarea:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #f0f1f4;
}
.form-input[readonly],
.search-input[readonly],
[data-grav-field="array"] input[readonly],
[data-grav-field="array"] textarea[readonly] {
  background-color: #f8f9fa;
}
input.disabled + .form-icon,
input:disabled + .form-icon {
  cursor: not-allowed;
  opacity: 0.5;
  background: #f0f1f4;
}
.form-switch input.disabled + .form-icon::before,
.form-switch input:disabled + .form-icon::before {
  background: #fff;
}
.form-horizontal {
  padding: 0.4rem 0;
}
.form-horizontal .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-inline {
  display: inline-block;
}
.label {
  line-height: 1.25;
  display: inline-block;
  padding: 0.1rem 0.2rem;
  color: #5b657a;
  border-radius: 0.1rem;
  background: #f0f1f4;
}
.label.label-rounded {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  border-radius: 5rem;
}
.label.label-primary {
  color: #fff;
  background: #3085ee;
}
.label.label-secondary {
  color: #3085ee;
  background: #e1edfd;
}
.label.label-success {
  color: #fff;
  background: #32b643;
}
.label.label-warning {
  color: #fff;
  background: #ffb700;
}
.label.label-error {
  color: #fff;
  background: #e85600;
}
code {
  font-size: 85%;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  color: #d73e48;
  border-radius: 0.1rem;
  background: #fcf2f2;
}
.code {
  position: relative;
  color: #50596c;
  border-radius: 0.1rem;
}
.code::before {
  font-size: 0.7rem;
  position: absolute;
  top: 0.1rem;
  right: 0.4rem;
  content: attr(data-lang);
  color: #acb3c2;
}
.code code {
  line-height: 1.5;
  display: block;
  overflow-x: auto;
  width: 100%;
  padding: 1rem;
  color: inherit;
  background: #f8f9fa;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-fit-cover {
  object-fit: cover;
}
.img-fit-contain {
  object-fit: contain;
}
.video-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.video-responsive::before {
  display: block;
  padding-bottom: 56.25%;
  content: "";
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
video.video-responsive {
  max-width: 100%;
  height: auto;
}
video.video-responsive::before {
  content: none;
}
.video-responsive-4-3::before {
  padding-bottom: 75%;
}
.video-responsive-1-1::before {
  padding-bottom: 100%;
}
.figure {
  margin: 0 0 0.4rem 0;
}
.figure .figure-caption {
  margin-top: 0.4rem;
  color: #667189;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
.container.grid-xl {
  max-width: 1296px;
}
.container.grid-lg {
  max-width: 976px;
}
.container.grid-md {
  max-width: 856px;
}
.container.grid-sm {
  max-width: 616px;
}
.container.grid-xs {
  max-width: 496px;
}
.show-lg,
.show-md,
.show-sm,
.show-xl,
.show-xs {
  display: none !important;
}
.columns {
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.4rem;
  margin-left: -0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.columns.col-gapless {
  margin-right: 0;
  margin-left: 0;
}
.columns.col-gapless > .column {
  padding-right: 0;
  padding-left: 0;
}
.columns.col-oneline {
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.column {
  max-width: 100%;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  -ms-flex: 1;
  flex: 1;
}
.column.col-1,
.column.col-10,
.column.col-11,
.column.col-12,
.column.col-2,
.column.col-3,
.column.col-4,
.column.col-5,
.column.col-6,
.column.col-7,
.column.col-8,
.column.col-9,
.column.col-auto {
  -ms-flex: none;
  flex: none;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-auto {
  width: auto;
  max-width: none;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.col-ml-auto {
  margin-left: auto;
}
.col-mr-auto {
  margin-right: auto;
}
@media (max-width: 1280px) {
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    -ms-flex: none;
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto {
    -ms-flex: none;
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media (max-width: 840px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto {
    -ms-flex: none;
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto {
    -ms-flex: none;
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-auto {
    -ms-flex: none;
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
.hero {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero.hero-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.hero.hero-lg {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.hero .hero-body {
  padding: 0.4rem;
}
.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar .navbar-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.navbar .navbar-section:not(:first-child):last-child {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.navbar .navbar-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.navbar .navbar-brand {
  font-size: 0.9rem;
  text-decoration: none;
}
.accordion input:checked ~ .accordion-header .icon,
.accordion[open] .accordion-header .icon {
  transform: rotate(90deg);
}
.accordion input:checked ~ .accordion-body,
.accordion[open] .accordion-body {
  max-height: 50rem;
}
.accordion .accordion-header {
  display: block;
  padding: 0.2rem 0.4rem;
}
.accordion .accordion-header .icon {
  transition: transform 0.25s;
}
.accordion .accordion-body {
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0.4rem;
  transition: max-height 0.25s;
}
summary.accordion-header::-webkit-details-marker {
  display: none;
}
.avatar {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.25;
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: #3085ee;
}
.avatar.avatar-xs {
  font-size: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
}
.avatar.avatar-sm {
  font-size: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
}
.avatar.avatar-lg {
  font-size: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
}
.avatar.avatar-xl {
  font-size: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
}
.avatar img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.avatar .avatar-icon,
.avatar .avatar-presence {
  position: absolute;
  z-index: 2;
  right: 14.64%;
  bottom: 14.64%;
  width: 50%;
  height: 50%;
  padding: 0.1rem;
  transform: translate(50%, 50%);
  background: #fff;
}
.avatar .avatar-presence {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #acb3c2;
  box-shadow: 0 0 0 0.1rem #fff;
}
.avatar .avatar-presence.online {
  background: #32b643;
}
.avatar .avatar-presence.busy {
  background: #e85600;
}
.avatar .avatar-presence.away {
  background: #ffb700;
}
.avatar[data-initial]::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  content: attr(data-initial);
  transform: translate(-50%, -50%);
  color: currentColor;
}
.badge {
  position: relative;
  white-space: nowrap;
}
.badge:not([data-badge])::after,
.badge[data-badge]::after {
  display: inline-block;
  content: attr(data-badge);
  transform: translate(-0.05rem, -0.5rem);
  color: #fff;
  border-radius: 0.5rem;
  background: #3085ee;
  background-clip: padding-box;
  box-shadow: 0 0 0 0.1rem #fff;
}
.badge[data-badge]::after {
  font-size: 0.7rem;
  line-height: 1;
  min-width: 0.9rem;
  height: 0.9rem;
  padding: 0.1rem 0.2rem;
  text-align: center;
  white-space: nowrap;
}
.badge:not([data-badge])::after,
.badge[data-badge=""]::after {
  width: 6px;
  min-width: 6px;
  height: 6px;
  padding: 0;
}
.badge.btn::after,
.badge.button::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.badge.avatar::after {
  position: absolute;
  z-index: 100;
  top: 14.64%;
  right: 14.64%;
  transform: translate(50%, -50%);
}
.breadcrumb {
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  list-style: none;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0;
  color: #667189;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
  color: #667189;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  padding-right: 0.4rem;
  content: "/";
  color: #667189;
}
.bar {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0.8rem;
  border-radius: 0.1rem;
  background: #f0f1f4;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bar.bar-sm {
  height: 0.2rem;
}
.bar .bar-item {
  font-size: 0.7rem;
  line-height: 0.8rem;
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  text-align: center;
  color: #fff;
  background: #3085ee;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bar .bar-item:first-child {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
.bar .bar-item:last-child {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.bar-slider {
  position: relative;
  height: 0.1rem;
  margin: 0.4rem 0;
}
.bar-slider .bar-item {
  position: absolute;
  left: 0;
  padding: 0;
}
.bar-slider .bar-item:not(:last-child):first-child {
  z-index: 1;
  background: #f0f1f4;
}
.bar-slider .bar-slider-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  transform: translate(50%, -50%);
  border: 0;
  border-radius: 50%;
  background: #3085ee;
}
.bar-slider .bar-slider-btn:active {
  box-shadow: 0 0 0 0.1rem #3085ee;
}
.card {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border: 0.05rem solid #e7e9ed;
  border-radius: 0.1rem;
  background: #fff;
  -ms-flex-direction: column;
}
.card .card-body,
.card .card-footer,
.card .card-header {
  padding: 0.8rem;
  padding-bottom: 0;
}
.card .card-body:last-child,
.card .card-footer:last-child,
.card .card-header:last-child {
  padding-bottom: 0.8rem;
}
.card .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.card .card-image {
  padding-top: 0.8rem;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.card .card-image:last-child img {
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
.chip {
  font-size: 90%;
  line-height: 0.8rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  max-width: 320px;
  height: 1.2rem;
  margin: 0.1rem;
  padding: 0.2rem 0.4rem;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  border-radius: 5rem;
  background: #f0f1f4;
  -ms-flex-align: center;
  align-items: center;
}
.chip.active {
  color: #fff;
  background: #3085ee;
}
.chip .avatar {
  margin-right: 0.2rem;
  margin-left: -0.4rem;
}
.chip .btn-clear {
  transform: scale(0.75);
  border-radius: 50%;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  overflow-y: auto;
  max-height: 50vh;
  animation: slide-down 0.15s ease 1;
}
.dropdown.dropdown-right .menu {
  right: 0;
  left: auto;
}
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover,
.dropdown.active .menu {
  display: block;
}
.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.empty {
  padding: 3.2rem 1.6rem;
  text-align: center;
  color: #667189;
  border-radius: 0.1rem;
  background: #f8f9fa;
}
.empty .empty-icon {
  margin-bottom: 0.8rem;
}
.empty .empty-subtitle,
.empty .empty-title {
  margin: 0.4rem auto;
}
.empty .empty-action {
  margin-top: 0.8rem;
}
.menu {
  z-index: 300;
  min-width: 180px;
  margin: 0;
  padding: 0.4rem;
  list-style: none;
  transform: translateY(0.2rem);
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0 0.05rem 0.2rem rgba(69, 77, 93, 0.3);
}
.menu.menu-nav {
  background: 0 0;
  box-shadow: none;
}
.menu .menu-item {
  position: relative;
  margin-top: 0;
  padding: 0 0.4rem;
  text-decoration: none;
}
.menu .menu-item > a {
  display: block;
  margin: 0 -0.4rem;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  color: inherit;
  border-radius: 0.1rem;
}
.menu .menu-item > a:focus,
.menu .menu-item > a:hover {
  color: #3085ee;
  background: #e1edfd;
}
.menu .menu-item > a.active,
.menu .menu-item > a:active {
  color: #3085ee;
  background: #e1edfd;
}
.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
  margin: 0.1rem 0;
}
.menu .menu-item + .menu-item {
  margin-top: 0.2rem;
}
.menu .menu-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.menu .menu-badge .label {
  margin-right: 0.4rem;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  padding: 0.4rem;
  opacity: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal.active,
.modal:target {
  z-index: 400;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.modal.active .modal-overlay,
.modal:target .modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  cursor: default;
  background: rgba(248, 249, 250, 0.75);
}
.modal.active .modal-container,
.modal:target .modal-container {
  z-index: 1;
  animation: slide-down 0.2s ease 1;
}
.modal.modal-sm .modal-container {
  max-width: 320px;
  padding: 0 0.4rem;
}
.modal.modal-lg .modal-overlay {
  background: #fff;
}
.modal.modal-lg .modal-container {
  max-width: 960px;
  box-shadow: none;
}
.modal-container {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  max-height: 75vh;
  padding: 0 0.8rem;
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0 0.2rem 0.5rem rgba(69, 77, 93, 0.3);
  -ms-flex-direction: column;
}
.modal-container.modal-fullheight {
  max-height: 100vh;
}
.modal-container .modal-header {
  padding: 0.8rem;
  color: #454d5d;
}
.modal-container .modal-body {
  position: relative;
  overflow-y: auto;
  padding: 0.8rem;
}
.modal-container .modal-footer {
  padding: 0.8rem;
  text-align: right;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0.2rem 0;
  list-style: none;
  -ms-flex-direction: column;
}
.nav .nav-item a {
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  color: #667189;
}
.nav .nav-item a:focus,
.nav .nav-item a:hover {
  color: #3085ee;
}
.nav .nav-item.active > a {
  font-weight: 700;
  color: #50596c;
}
.nav .nav-item.active > a:focus,
.nav .nav-item.active > a:hover {
  color: #3085ee;
}
.nav .nav {
  margin-bottom: 0.4rem;
  margin-left: 0.8rem;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  list-style: none;
}
.pagination .page-item {
  margin: 0.2rem 0.05rem;
}
.pagination .page-item span {
  display: inline-block;
  padding: 0.2rem 0.2rem;
}
.pagination .page-item a {
  display: inline-block;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  border-radius: 0.1rem;
}
.pagination .page-item a:focus,
.pagination .page-item a:hover {
  color: #3085ee;
}
.pagination .page-item.disabled a {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.pagination .page-item.active a {
  color: #fff;
  background: #3085ee;
}
.pagination .page-item.page-next,
.pagination .page-item.page-prev {
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.pagination .page-item.page-next {
  text-align: right;
}
.pagination .page-item .page-item-title {
  margin: 0;
}
.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: 0.5;
}
.panel {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border: 0.05rem solid #e7e9ed;
  border-radius: 0.1rem;
  -ms-flex-direction: column;
}
.panel .panel-footer,
.panel .panel-header {
  padding: 0.8rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.panel .panel-nav {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.panel .panel-body {
  overflow-y: auto;
  padding: 0 0.8rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.popover {
  position: relative;
  display: inline-block;
}
.popover .popover-container {
  position: absolute;
  z-index: 300;
  top: 0;
  left: 50%;
  width: 320px;
  padding: 0.4rem;
  transition: transform 0.2s;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
.popover :focus + .popover-container,
.popover:hover .popover-container {
  display: block;
  transform: translate(-50%, -100%) scale(1);
  opacity: 1;
}
.popover.popover-right .popover-container {
  top: 50%;
  left: 100%;
}
.popover.popover-right :focus + .popover-container,
.popover.popover-right:hover .popover-container {
  transform: translate(0, -50%) scale(1);
}
.popover.popover-bottom .popover-container {
  top: 100%;
  left: 50%;
}
.popover.popover-bottom :focus + .popover-container,
.popover.popover-bottom:hover .popover-container {
  transform: translate(-50%, 0) scale(1);
}
.popover.popover-left .popover-container {
  top: 50%;
  left: 0;
}
.popover.popover-left :focus + .popover-container,
.popover.popover-left:hover .popover-container {
  transform: translate(-100%, -50%) scale(1);
}
.popover .card {
  border: 0;
  box-shadow: 0 0.2rem 0.5rem rgba(69, 77, 93, 0.3);
}
.step {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0.2rem 0;
  list-style: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.step .step-item {
  position: relative;
  min-height: 1rem;
  margin-top: 0;
  text-align: center;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.step .step-item:not(:first-child)::before {
  position: absolute;
  top: 9px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background: #3085ee;
}
.step .step-item a {
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
  color: #3085ee;
}
.step .step-item a::before {
  position: absolute;
  z-index: 1;
  top: 0.2rem;
  left: 50%;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  transform: translateX(-50%);
  border: 0.1rem solid #fff;
  border-radius: 50%;
  background: #3085ee;
}
.step .step-item.active a::before {
  border: 0.1rem solid #3085ee;
  background: #fff;
}
.step .step-item.active ~ .step-item::before {
  background: #e7e9ed;
}
.step .step-item.active ~ .step-item a {
  color: #acb3c2;
}
.step .step-item.active ~ .step-item a::before {
  background: #e7e9ed;
}
.tab {
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0 0.15rem 0;
  list-style: none;
  border-bottom: 0.05rem solid #e7e9ed;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab .tab-item {
  margin-top: 0;
}
.tab .tab-item a {
  display: block;
  margin: 0 0.4rem 0 0;
  padding: 0.4rem 0.2rem 0.3rem 0.2rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 0.1rem solid transparent;
}
.tab .tab-item a:focus,
.tab .tab-item a:hover {
  color: #3085ee;
}
.tab .tab-item a.active,
.tab .tab-item.active a {
  color: #3085ee;
  border-bottom-color: #3085ee;
}
.tab .tab-item.tab-action {
  text-align: right;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.tab .tab-item .btn-clear {
  margin-top: -0.2rem;
}
.tab.tab-block .tab-item {
  text-align: center;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.tab.tab-block .tab-item a {
  margin: 0;
}
.tab.tab-block .tab-item .badge[data-badge]::after {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  transform: translate(0, 0);
}
.tab:not(.tab-block) .badge {
  padding-right: 0;
}
.tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tile .tile-action,
.tile .tile-icon {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tile .tile-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tile .tile-content:not(:first-child) {
  padding-left: 0.4rem;
}
.tile .tile-content:not(:last-child) {
  padding-right: 0.4rem;
}
.tile .tile-subtitle,
.tile .tile-title {
  line-height: 1.2rem;
}
.tile.tile-centered {
  -ms-flex-align: center;
  align-items: center;
}
.tile.tile-centered .tile-content {
  overflow: hidden;
}
.tile.tile-centered .tile-subtitle,
.tile.tile-centered .tile-title {
  overflow: hidden;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.toast {
  display: block;
  width: 100%;
  padding: 0.4rem;
  color: #fff;
  border: 0.05rem solid #454d5d;
  border-color: #454d5d;
  border-radius: 0.1rem;
  background: rgba(69, 77, 93, 0.95);
}
.toast.toast-primary {
  border-color: #3085ee;
  background: rgba(48, 133, 238, 0.95);
}
.toast.toast-success {
  border-color: #32b643;
  background: rgba(50, 182, 67, 0.95);
}
.toast.toast-warning {
  border-color: #ffb700;
  background: rgba(255, 183, 0, 0.95);
}
.toast.toast-error {
  border-color: #e85600;
  background: rgba(232, 86, 0, 0.95);
}
.toast a {
  text-decoration: underline;
  color: #fff;
}
.toast a.active,
.toast a:active,
.toast a:focus,
.toast a:hover {
  opacity: 0.75;
}
.toast .btn-clear {
  margin: 0.1rem;
}
.toast p:last-child {
  margin-bottom: 0;
}
.tooltip {
  position: relative;
}
.tooltip::after {
  font-size: 0.7rem;
  position: absolute;
  z-index: 300;
  bottom: 100%;
  left: 50%;
  display: block;
  overflow: hidden;
  max-width: 320px;
  padding: 0.2rem 0.4rem;
  content: attr(data-tooltip);
  transition:
    opacity 0.2s,
    transform 0.2s;
  transform: translate(-50%, 0.4rem);
  white-space: pre;
  text-overflow: ellipsis;
  pointer-events: none;
  opacity: 0;
  color: #fff;
  border-radius: 0.1rem;
  background: rgba(69, 77, 93, 0.95);
}
.tooltip:focus::after,
.tooltip:hover::after {
  transform: translate(-50%, -0.2rem);
  opacity: 1;
}
.tooltip.disabled,
.tooltip[disabled] {
  pointer-events: auto;
}
.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(-0.2rem, 50%);
}
.tooltip.tooltip-right:focus::after,
.tooltip.tooltip-right:hover::after {
  transform: translate(0.2rem, 50%);
}
.tooltip.tooltip-bottom::after {
  top: 100%;
  bottom: auto;
  transform: translate(-50%, -0.4rem);
}
.tooltip.tooltip-bottom:focus::after,
.tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.2rem);
}
.tooltip.tooltip-left::after {
  right: 100%;
  bottom: 50%;
  left: auto;
  transform: translate(0.4rem, 50%);
}
.tooltip.tooltip-left:focus::after,
.tooltip.tooltip-left:hover::after {
  transform: translate(-0.2rem, 50%);
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-1.6rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.text-primary {
  color: #3085ee !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #1877ec;
}
a.text-primary:visited {
  color: #4893f0;
}
.text-secondary {
  color: #d3e5fb !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #bbd7f9;
}
a.text-secondary:visited {
  color: #eaf3fd;
}
.text-gray {
  color: #acb3c2 !important;
}
a.text-gray:focus,
a.text-gray:hover {
  color: #9ea6b7;
}
a.text-gray:visited {
  color: #bbc1cd;
}
.text-light {
  color: #fff !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #f2f2f2;
}
a.text-light:visited {
  color: #fff;
}
.text-dark {
  color: #50596c !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #454d5d;
}
a.text-dark:visited {
  color: #5b657a;
}
.text-success {
  color: #32b643 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #2da23c;
}
a.text-success:visited {
  color: #39c94b;
}
.text-warning {
  color: #ffb700 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #e6a500;
}
a.text-warning:visited {
  color: #ffbe1a;
}
.text-error {
  color: #e85600 !important;
}
a.text-error:focus,
a.text-error:hover {
  color: #cf4d00;
}
a.text-error:visited {
  color: #ff6003;
}
.bg-primary {
  color: #fff;
  background: #3085ee !important;
}
.bg-secondary {
  background: #e1edfd !important;
}
.bg-dark {
  color: #fff;
  background: #454d5d !important;
}
.bg-gray {
  background: #f8f9fa !important;
}
.bg-success {
  color: #fff;
  background: #32b643 !important;
}
.bg-warning {
  color: #fff;
  background: #ffb700 !important;
}
.bg-error {
  color: #fff;
  background: #e85600 !important;
}
.c-hand {
  cursor: pointer;
}
.c-move {
  cursor: move;
}
.c-zoom-in {
  cursor: zoom-in;
}
.c-zoom-out {
  cursor: zoom-out;
}
.c-not-allowed {
  cursor: not-allowed;
}
.c-auto {
  cursor: auto;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.d-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.d-hide,
.d-none {
  display: none !important;
}
.d-visible {
  visibility: visible;
}
.d-invisible {
  visibility: hidden;
}
.text-hide {
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  background: 0 0;
  text-shadow: none;
}
.text-assistive {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.divider,
.divider-vert {
  position: relative;
  display: block;
}
.divider-vert[data-content]::after,
.divider[data-content]::after {
  font-size: 0.7rem;
  display: inline-block;
  padding: 0 0.4rem;
  content: attr(data-content);
  transform: translateY(-0.65rem);
  color: #acb3c2;
  background: #fff;
}
.divider {
  height: 0.05rem;
  margin: 0.4rem 0;
  border-top: 0.05rem solid #fefefe;
}
.divider[data-content] {
  margin: 0.8rem 0;
}
.divider-vert {
  display: block;
  padding: 0.8rem;
}
.divider-vert::before {
  position: absolute;
  top: 0.4rem;
  bottom: 0.4rem;
  left: 50%;
  display: block;
  content: "";
  transform: translateX(-50%);
  border-left: 0.05rem solid #e7e9ed;
}
.divider-vert[data-content]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.2rem 0;
  transform: translate(-50%, -50%);
}
.loading {
  position: relative;
  min-height: 0.8rem;
  pointer-events: none;
  color: transparent !important;
}
.loading::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
  content: "";
  animation: loading 0.5s infinite linear;
  border: 0.1rem solid #3085ee;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
}
.loading.loading-lg {
  min-height: 2rem;
}
.loading.loading-lg::after {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  margin-left: -0.8rem;
}
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.p-relative {
  position: relative !important;
}
.p-absolute {
  position: absolute !important;
}
.p-fixed {
  position: fixed !important;
}
.p-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.p-centered {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.flex-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.2rem !important;
}
.mb-1 {
  margin-bottom: 0.2rem !important;
}
.ml-1 {
  margin-left: 0.2rem !important;
}
.mr-1 {
  margin-right: 0.2rem !important;
}
.mt-1 {
  margin-top: 0.2rem !important;
}
.mx-1 {
  margin-right: 0.2rem !important;
  margin-left: 0.2rem !important;
}
.my-1 {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}
.m-2 {
  margin: 0.4rem !important;
}
.mb-2 {
  margin-bottom: 0.4rem !important;
}
.ml-2 {
  margin-left: 0.4rem !important;
}
.mr-2 {
  margin-right: 0.4rem !important;
}
.mt-2 {
  margin-top: 0.4rem !important;
}
.mx-2 {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}
.my-2 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 0.2rem !important;
}
.pb-1 {
  padding-bottom: 0.2rem !important;
}
.pl-1 {
  padding-left: 0.2rem !important;
}
.pr-1 {
  padding-right: 0.2rem !important;
}
.pt-1 {
  padding-top: 0.2rem !important;
}
.px-1 {
  padding-right: 0.2rem !important;
  padding-left: 0.2rem !important;
}
.py-1 {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
.p-2 {
  padding: 0.4rem !important;
}
.pb-2 {
  padding-bottom: 0.4rem !important;
}
.pl-2 {
  padding-left: 0.4rem !important;
}
.pr-2 {
  padding-right: 0.4rem !important;
}
.pt-2 {
  padding-top: 0.4rem !important;
}
.px-2 {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}
.py-2 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}
.s-rounded {
  border-radius: 0.1rem;
}
.s-circle {
  border-radius: 50%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-normal {
  font-weight: 400;
}
.text-bold {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.text-large {
  font-size: 1.2em;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-clip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}
.text-break {
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto;
}

/* ==========================================================================
THEME.MIN.CSS
========================================================================== */
html {
  height: 100%;
}
#body-wrapper .container {
  padding: 2rem 0 2rem;
}
.header-fixed #body-wrapper {
  padding-top: 4rem;
}
.header-fixed .hero + #start > #body-wrapper {
  padding-top: 0;
}
section.section {
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
}
.overlay-dark,
.overlay-dark-gradient,
.overlay-light,
.overlay-light-gradient {
  z-index: 0;
}
.hero {
  display: -ms-flexbox;
  display: flex;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-position: center;
  background-size: cover;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero h1 {
  font-size: 4rem;
  color: #242931;
}
.hero h2 {
  font-size: 2.5rem;
  color: rgba(36, 41, 49, 0.8);
}
.hero.hero-fullscreen {
  min-height: 100vh;
}
.hero.hero-large {
  min-height: 500px;
}
.hero.hero-medium {
  min-height: 400px;
}
.hero.hero-small {
  min-height: 110px;
}
.hero.hero-tiny {
  min-height: 8rem;
}
.header-fixed .hero {
  background-position: 50% 0;
}
@media (max-width: 840px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 600px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero h2 {
    font-size: 1.25rem;
  }
}
.hero.text-light h1 {
  color: #fff;
}
.hero.text-light h2 {
  color: rgba(255, 255, 255, 0.8);
}
.hero p {
  font-size: 0.9rem;
  font-weight: 300;
}
.hero #to-start {
  font-size: 2rem;
  position: absolute;
  bottom: 10px;
  display: inline-block;
  cursor: pointer;
}
.image-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay-light .image-overlay {
  background: rgba(255, 255, 255, 0.4);
}
.overlay-light-gradient .image-overlay {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.2)
  );
}
.overlay-dark .image-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.overlay-dark-gradient .image-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.2)
  );
}
html {
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 480px) / 800));
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", sans-serif;
  margin-top: 2rem;
  color: #3a414e;
}
.h1,
h1 {
  font-size: 3rem;
}
.h2,
h2 {
  font-size: 1.8rem;
}
.h6,
h6 {
  font-weight: 400;
}
.title-center h1,
.title-center h2 {
  text-align: center;
}
.title-h1h2 h1 {
  font-weight: 100;
  line-height: 1.1;
  margin-bottom: 0;
}
.title-h1h2 h1 bold,
.title-h1h2 h1 strong {
  font-weight: 400;
}
.title-h1h2 h1 + h2 {
  line-height: 1.1;
  margin-top: 0;
}
.title-center h1 + h2,
.title-h1h2 h1 + h2 {
  font-weight: 700;
  margin-bottom: 50px;
}
a:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
img {
  max-width: 100%;
}
.table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
pre code,
pre.xdebug-var-dump {
  line-height: 1.5;
  display: block;
  overflow-x: auto;
  padding: 1rem !important;
  color: inherit;
  border-radius: 2px;
  background: #fafafa;
}
pre[class*="language-"] code {
  overflow-x: initial;
  padding: 0 !important;
  border-radius: inherit;
}
pre code:not(.hljs):not([class*="language-"]) {
  background: #f8f8f8;
}
i.fa.fa-heart-o.pulse,
i.fa.fa-heart.pulse {
  color: #920;
}
b,
strong {
  font-weight: 700;
}
.heavy {
  font-weight: 700;
}
.light {
  font-weight: 200;
}
.text-light {
  color: rgba(255, 255, 255, 0.8);
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: rgba(255, 255, 255, 0.9);
}
#error {
  position: relative;
  margin-top: 5rem;
  text-align: center;
}
#error .icon {
  font-size: 50px;
}
#messages {
  margin-bottom: 1rem;
}
#messages .icon {
  font-size: 1rem;
}
ol,
ul {
  margin-left: 1.6rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.6rem;
}
ul {
  list-style: disc outside;
}
ol {
  list-style: decimal outside;
}
.notices {
  margin: 1.5rem 0;
}
.notices p {
  margin: 1rem 0;
}

.mobile-container {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 0;
  margin: 0 auto;
}
.mobile-logo img,
.mobile-logo svg {
  height: 42px;
  margin-top: 0.7rem;
  margin-left: 1.4rem;
}
.mobile-logo img path,
.mobile-logo svg path {
  fill: #fff;
}
.mobile-menu {
  z-index: 3;
  top: 0;
  right: 0;
  display: none;
}
.header-fixed .mobile-menu {
  position: fixed;
}

.mobile-menu .button_container {
  position: absolute;
  z-index: 100;
  top: 1.3rem;
  right: 1rem;
  width: 28px;
  height: 24px;
  cursor: pointer;
  transition:
    opacity 0.25s ease,
    top 0.5s ease;
}
.mobile-menu .button_container:hover {
  opacity: 0.7;
}
.mobile-menu .button_container.active {
  position: fixed;
}
.mobile-menu .button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #fff;
}
.mobile-menu .button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.mobile-menu .button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #fff;
}
.mobile-menu .button_container span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  cursor: pointer;
  transition: all 0.35s ease;
  border: none;
  background: #3085ee;
}
.mobile-menu .button_container span:nth-of-type(2) {
  top: 8px;
}
.mobile-menu .button_container span:nth-of-type(3) {
  top: 16px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 0;
  transition:
    opacity 0.35s,
    visibility 0.35s,
    height 0.35s;
  opacity: 0;
  background: #000;
}
.overlay.open {
  visibility: visible;
  height: 100%;
  opacity: 0.95;
}
.overlay nav {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.overlay-menu {
  overflow-y: scroll;
  height: calc(100% - 90px);
}
.overlay-menu > .tree {
  text-align: left;
}
.treemenu.treemenu-root {
  margin: 1rem;
}
.treemenu li {
  line-height: 1.2rem;
  margin: 0 0 1px;
  padding: 5px 0;
  list-style: none;
  background: rgba(102, 113, 137, 0.1);
}
.treemenu li a {
  font-size: 1rem;
  display: block;
  margin-left: 1.2rem;
}
.treemenu li a.active,
.treemenu li a:focus,
.treemenu li a:hover {
  text-decoration: none;
  color: #3e8def !important;
}
.treemenu ul {
  margin: 0 0 0 1rem;
}
.treemenu .toggler {
  font-size: 1.1rem;
  line-height: 1rem;
  float: left;
  padding-left: 5px;
  cursor: pointer;
  vertical-align: top;
}
.treemenu .toggler:before {
  display: inline-block;
  margin-right: 2pt;
}
.treemenu li.tree-empty > .toggler {
  cursor: default;
  opacity: 0.3;
}
.treemenu li.tree-empty > .toggler:before {
  content: "\2022";
}
.treemenu li.tree-closed > .toggler:before {
  content: "+";
}
.treemenu li.tree-opened > .toggler:before {
  content: "\2212";
}
.mobile-nav-open {
  overflow-y: hidden;
}
#header,
#header .logo img,
#header .logo svg,
#header .navbar-section,
.default-animation,
.modular-features .feature-icon,
.modular-features.small .feature-icon i {
  transition: all 0.5s ease;
}
.pulse {
  transform-origin: 70% 70%;
  animation-name: pulse_animation;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#header {
  font-size: 0.7rem;
  font-weight: 700;
  width: 100%;
  height: 4rem;
  color: #454d5d;
  border-bottom: 1px solid rgba(172, 179, 194, 0.2);
  background: #fff;
}
#header a {
  color: #454d5d;
}
#header .logo svg path {
  fill: #222;
}
.header-dark #header:not(.scrolled) {
  color: #fff;
  background: #222;
}
.header-dark #header:not(.scrolled) a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.header-dark #header:not(.scrolled) a.active {
  color: #fff !important;
}
.header-dark #header:not(.scrolled) .dropmenu ul ul a {
  color: #454d5d !important;
}
.header-dark #header:not(.scrolled) .logo svg path {
  fill: #fff;
}
.header-dark.header-transparent #header:not(.scrolled) {
  background: rgba(0, 0, 0, 0.05);
}
.header-transparent #header:not(.scrolled) {
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 840px) {
  #header .navbar-section {
    margin-right: 2rem;
  }
}
@media (max-width: 840px) {
  #header .navbar-section.desktop-menu {
    display: none;
  }
}
#header .logo img,
#header .logo svg {
  display: inherit;
  height: 42px;
}
.header-fixed #header {
  position: fixed;
  z-index: 2;
  top: 0;
}
body.header-fixed.header-animated #header.scrolled {
  height: 2.3rem;
}
body.header-fixed.header-animated #header.scrolled .navbar-section {
  height: 2.3rem;
}
body.header-fixed.header-animated #header.scrolled .logo img,
body.header-fixed.header-animated #header.scrolled .logo svg {
  height: 28px;
}
body.header-fixed.header-animated
  #header.scrolled
  ~ .mobile-menu
  .button_container {
  top: 0.5rem;
}
.login-status-wrapper {
  white-space: nowrap;
}
body.sticky-footer {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  -ms-flex-direction: column;
}
body.sticky-footer #page-wrapper {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#footer {
  padding: 1rem 1rem 0;
  text-align: center;
  color: #acb3c2;
}
@media (max-width: 840px) {
  .dropmenu {
    display: none;
  }
}
.dropmenu ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  white-space: nowrap;
}
.dropmenu ul li {
  position: relative;
  margin: 0;
}
.dropmenu ul li a {
  display: block;
  padding: 7px 30px 7px 20px;
  text-decoration: none;
}
.dropmenu ul li a.active,
.dropmenu ul li a:focus,
.dropmenu ul li a:hover {
  color: #3085ee !important;
}
.dropmenu ul li a:before {
  font-family: FontAwesome;
  display: inline-block;
  float: right;
  margin-right: -20px;
  content: "\f107";
  vertical-align: middle;
}
.dropmenu ul li a:only-child {
  padding-right: 20px;
}
.dropmenu ul li a:only-child:before {
  content: "";
}
.dropmenu ul li:hover > ul {
  display: block;
  visibility: visible;
}
.dropmenu ul ul li a:before {
  content: "\f105";
}
.dropmenu ul ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  list-style: none;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.dropmenu ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}
.dropmenu > ul > li {
  display: inline-block;
}
.dropmenu.animated ul li {
  transition:
    background 0.7s,
    color 0.5s;
}
.dropmenu.animated ul li:hover > ul {
  transform: translateY(0);
  opacity: 1;
}
.dropmenu.animated ul ul {
  transition:
    transform 0.3s,
    opacity 0.5s;
  transform: translateY(-10px);
  opacity: 0;
}
.extra-spacing:not(.col-12),
:not(.col12) > .e-content {
  padding-right: 1rem;
}
@media (max-width: 840px) {
  .extra-spacing:not(.col-12),
  :not(.col12) > .e-content {
    padding-right: 0;
  }
}
#breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  margin-top: -1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  -ms-flex-align: center;
  align-items: center;
}
#breadcrumbs i {
  display: none;
}
#breadcrumbs a,
#breadcrumbs span {
  padding: 0 0.5rem;
}
#breadcrumbs a:first-child,
#breadcrumbs span:first-child {
  padding-left: 0;
}
#breadcrumbs a:not(:first-child)::before,
#breadcrumbs span:not(:first-child)::before {
  padding-right: 1rem;
  content: "/";
  color: #e7e9ed;
}
.blog-listing .bricklayer-column {
  padding-right: 25px;
  padding-left: 0;
}
.blog-listing .card {
  margin-bottom: 25px;
  border: 0;
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1);
}
.blog-listing .card-footer {
  text-align: right;
}
.blog-listing .blog-date {
  font-size: 13px;
}
.content-title {
  margin-bottom: 2rem;
}
.content-title h2 {
  margin-bottom: 0.5rem;
}
.label {
  font-size: 12px;
  text-transform: uppercase;
}
ul.pagination {
  -ms-flex-pack: center;
  justify-content: center;
}
.prev-next {
  margin-top: 4rem;
}
#sidebar ul.related-pages {
  z-index: 1;
  padding: 0;
  box-shadow: none;
}
#sidebar ul.related-pages li {
  border-bottom: 1px solid #e7e9ed;
}
#sidebar ul.related-pages li:last-child {
  border-bottom: 0;
}
#sidebar ul.archives {
  margin-left: 0;
  list-style: none;
}
#sidebar ul.archives .label {
  vertical-align: text-top;
}
.modular-hero #to-start {
  bottom: 3.5rem;
}
.modular-features {
  text-align: center;
}
.modular-features.offset-box .frame-box {
  margin: -3rem -1.4rem 3rem;
  padding: 1rem 1rem;
  background: #fff;
  box-shadow: 0 0 75px 0 rgba(69, 77, 93, 0.1);
}
.modular-features.small .columns {
  margin-top: -1rem;
}
.modular-features.small .column:hover .feature-icon i {
  color: #3085ee;
}
.modular-features.small .feature-icon {
  display: block;
  -ms-flex-pack: left;
  justify-content: left;
}
.modular-features.small .feature-icon i {
  font-size: 70px;
  position: relative;
  top: auto;
  left: auto;
  display: inherit;
  margin: 0 auto 1rem;
  transform: none;
  color: #acb3c2;
}
.modular-features.small .feature-icon h6 {
  text-transform: none;
}
.modular-features .frame-box {
  padding: 3rem 0;
}
.modular-features .frame-box > p {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.modular-features .column {
  padding: 1rem;
}
.modular-features .column:hover .feature-icon {
  color: #acb3c2;
}
.modular-features .column:hover .feature-icon h6 {
  color: #3085ee;
}
.modular-features .column:hover .feature-content {
  color: #667189;
}
.modular-features .feature-icon {
  font-size: 130px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin: 1rem 0;
  color: #e7e9ed;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modular-features .feature-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.modular-features .feature-icon h6 {
  font-weight: 600;
  line-height: 1;
  z-index: 1;
  display: block;
  margin: 0;
  text-transform: uppercase;
  color: #667189;
  background: #fff;
}
.modular-features .feature-content {
  color: #acb3c2;
}
.modular-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.modular-text .columns.left {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

/* ==========================================================================
STYLE.CSS
========================================================================== */

@font-face {
  font-family: "Share Tech Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sharetechmono/v16/J7aHnp1uDWRBEqV98dVQztYldFcLowEF.woff2)
    format("woff2");
}

* {
  font-family: "Share Tech Mono", monospace !important;
}

@font-face {
  font-family: "FontAwesome";
  src:
    url("fonts/line-awesome.woff2") format("woff2"),
    url("fonts/line-awesome.woff") format("woff"),
    url("fonts/line-awesome.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "Share Tech Mono", monospace !important;
}

.fa {
  display: inline-block;
  font-family: "FontAwesome" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa.fa-pull-left,
.fa.pull-left {
  margin-right: 0.3em;
}
.fa,
.fa-stack {
  display: inline-block;
}
.fa-fw,
.fa-li {
  text-align: center;
}
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/line-awesome.eot?v=4.7.0);
  src:
    url(../fonts/line-awesome.eot?#iefix&v=4.7.0) format("embedded-opentype"),
    url(../fonts/line-awesome.woff2?v=4.7.0) format("woff2"),
    url(../fonts/line-awesome.woff?v=4.7.0) format("woff"),
    url(../fonts/line-awesome.ttf?v=4.7.0) format("truetype"),
    url(../fonts/line-awesome.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa.fa-pull-right,
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right,
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

i,
.icon {
  font-family: "FontAwesome", "Quark-Icons", sans-serif !important;
}

section.section.hero {
  background-image: url("images/hero_background.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

section.section.hero .container {
  margin-left: 0 !important;
  margin-right: auto !important;
  max-width: 100% !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

#header {
  background: rgba(8, 10, 16, 0.8) !important;
  backdrop-filter: blur(8px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(8px) saturate(150%) !important;
  position: fixed !important;
  width: 100% !important;
  z-index: 1000;
  border-bottom: 1px solid #00f2fe !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  transition: all 0.4s ease-in-out !important;
  display: flex !important;
  align-items: center !important;
}

.navbar-brand img {
  height: 2.8rem !important;
  width: auto;
  transition: all 0.5s ease-in-out !important;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8)) !important;
}

.navbar-brand:hover img {
  transform: scale(1.07);
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 1))
    drop-shadow(0 0 15px rgba(255, 255, 255, 0.4)) !important;
}

#header .navbar-section a {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #00f2fe !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 1.5rem !important;
  text-shadow: 0 0 5px rgba(0, 242, 254, 0.5) !important;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center !important;
}

#header .navbar-section a:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  text-decoration: none !important;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.9),
    0 0 2px rgba(255, 255, 255, 1),
    2px 2px 10px rgba(0, 0, 0, 0.8) !important;
}

#header.custom-shrunk {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

#header.custom-shrunk .navbar-brand img {
  height: 3rem !important;
}

#header.custom-shrunk .navbar-section a {
  font-size: 1.1rem !important;
}

#header .container {
  max-width: 100% !important;
  padding: 0 7rem !important;
}

#header .navbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  width: 100%;
}

#body-wrapper {
  padding-top: 0 !important;
}

#header .navbar-section a.active {
  font-weight: 700 !important;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6) !important;
}

.hero-content-custom {
  text-align: left !important;
  padding-left: 7rem !important;
  z-index: 10;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin-top: 0 !important;
}

.fupla-title {
  font-size: 7rem !important;
  font-weight: 900 !important;
  color: white !important;
  margin: 0 !important;
  line-height: 1 !important;
  letter-spacing: -2px;
  text-shadow:
    0 0 20px rgba(255, 255, 255, 0.4),
    4px 4px 15px rgba(0, 0, 0, 0.8) !important;
}

.hero-separator {
  height: 3px;
  background: #00f2fe !important;
  width: 0;
  margin: 1.5rem 0 !important;
  box-shadow: 0 0 15px #00f2fe !important;
  animation: growLine 1.2s ease-out forwards;
  animation-delay: 0.3s;
}

.fupla-subtitle {
  font-size: 2rem !important;
  font-weight: 300 !important;
  color: #00f2fe !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateX(-30px);
  animation: slideIn 1s ease-out forwards;
  animation-delay: 0.8s;
}

@keyframes growLine {
  to {
    width: 450px;
  }
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fupla-subtitle.fupla-subtitle--typewriter {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.fupla-tw-cursor {
  display: inline-block;
  margin-left: 2px;
  color: #00f2fe;
  font-weight: 400;
  animation: fuplaTwBlink 0.9s step-end infinite;
  vertical-align: baseline;
}

@keyframes fuplaTwBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

html {
  scroll-behavior: smooth;
}

.fupla-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.fupla-reveal.fupla-reveal-in {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .fupla-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
  .fupla-tw-cursor {
    animation: none !important;
  }
}

#header .navbar-section a:hover,
.fake-mobile-header a:active {
  color: #fff !important;
  opacity: 1 !important;
  text-shadow:
    0px 0px 15px rgba(0, 0, 0, 0.9),
    0px 2px 5px rgba(0, 0, 0, 1) !important;
  transform: translateY(-1px);
}

#header .navbar-section a.active,
#header .navbar-section a.current,
#fupla-mobile-menu a.active {
  color: #fff !important;
  font-weight: 800 !important;
  text-shadow:
    0px 0px 12px rgba(0, 0, 0, 0.9),
    0px 2px 8px rgba(0, 0, 0, 1) !important;
}

#header .navbar-section a:focus,
#header .navbar-section a:active {
  background: transparent !important;
  box-shadow: none !important;
}

html,
body,
#page-wrapper,
#body-wrapper,
.main-content,
.section {
  background-color: #080a10 !important;
  background: radial-gradient(
    circle at center,
    #101520 0%,
    #080a10 100%
  ) !important;
  color: white !important;
  border: none !important;
  font-family: "Share Tech Mono", monospace !important;
}

#contact,
.modular-features.contact {
  background-color: #080a10 !important;
  background: radial-gradient(
    circle at center,
    #101520 0%,
    #080a10 100%
  ) !important;
  padding: 4rem 0 !important;
}

#contact h1,
.contact-header h1 {
  color: #00f2fe !important;
  font-size: 3rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 5px !important;
  margin-bottom: 15px !important;
  text-shadow: 0 0 15px rgba(0, 242, 254, 0.6) !important;
}

#contact p {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

form#contact-form {
  background: rgba(16, 21, 32, 0.9) !important;
  clip-path: polygon(
    0% 15px,
    15px 0%,
    100% 0%,
    100% calc(100% - 15px),
    calc(100% - 15px) 100%,
    0% 100%
  );
  border: 1px solid rgba(0, 242, 254, 0.3) !important;
  border-left: 3px solid #00f2fe !important;
  box-shadow:
    0 0 30px rgba(0, 242, 254, 0.15),
    0 0 60px rgba(79, 70, 229, 0.1) !important;
  padding: 4rem 3rem !important;
  max-width: 850px !important;
  margin: 50px auto !important;
  position: relative;
  overflow: hidden;
}

form#contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(0, 242, 254, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 242, 254, 0.03) 1px, transparent 1px);
  background-size: 20px 20px;
  z-index: 0;
  pointer-events: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  padding: 4rem 7rem;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
}

.contact-info {
  text-align: left;
}

.contact-info .fupla-subtitle {
  font-size: 1.3rem !important;
  color: #00f2fe !important;
  margin-bottom: 2.5rem !important;
  letter-spacing: 4px;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  text-shadow: 0 0 10px rgba(0, 242, 254, 0.5);
}

.contact-item {
  margin-bottom: 1.8rem;
}

.contact-item .label,
.contact-socials .label {
  display: inline-block;
  color: #080a10 !important;
  background: #00f2fe;
  font-size: 0.8rem !important;
  letter-spacing: 2px;
  margin-bottom: 0.6rem;
  padding: 2px 8px;
  font-weight: 700;
  text-transform: uppercase;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.contact-item p,
.contact-item a {
  font-size: 0.8rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  line-height: 1.6;
  transition: all 0.3s ease;
  display: block;
  padding-left: 2px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.contact-item a:hover {
  color: #00f2fe !important;
  transform: translateX(5px);
}

.social-icons {
  display: flex;
  gap: 1rem;
  margin-top: 0.8rem;
}

.social-link {
  padding: 8px 18px !important;
  border: 1px solid #00f2fe;
  color: #00f2fe !important;
  text-decoration: none !important;
  font-size: 0.75rem !important;
  letter-spacing: 1px;
  background: rgba(0, 242, 254, 0.1);
  transition: all 0.3s ease;
  font-weight: bold;
}

.social-link:hover {
  background: #00f2fe;
  color: #080a10 !important;
  box-shadow: 0 0 20px #00f2fe;
  transform: translateY(-3px);
}

.contact-map {
  border: 1px solid rgba(0, 242, 254, 0.3);
  box-shadow: 0 0 30px rgba(0, 242, 254, 0.15);
  clip-path: polygon(
    0% 15px,
    15px 0%,
    100% 0%,
    100% calc(100% - 15px),
    calc(100% - 15px) 100%,
    0% 100%
  );
  background: #000;
}

.contact-map iframe {
  display: block;
  filter: grayscale(1) invert(0.92) opacity(0.8) hue-rotate(170deg)
    brightness(0.9);
  transition: all 0.5s ease;
}

.contact-map:hover iframe {
  filter: grayscale(0.5) invert(0.92) opacity(1) hue-rotate(170deg)
    brightness(1);
}

@media (max-width: 1100px) {
  .contact-grid {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    gap: 3rem;
  }
}

#footer {
  background-color: #05070a !important;
  border-top: 1px solid rgba(0, 242, 254, 0.2) !important;
  padding: 2.5rem 7rem !important;
  color: white !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.footer-left,
.footer-right {
  flex: 1;
  display: flex;
  align-items: center;
}

.footer-left a,
.footer-right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.footer-right {
  justify-content: flex-end;
}

.footer-left img,
.footer-right img {
  height: 90px;
  width: auto;
  display: block;
  filter: grayscale(1) brightness(0.8) opacity(0.8);
  transition: all 0.3s ease;
}

.footer-left img:hover,
.footer-right img:hover {
  filter: grayscale(0) brightness(1) opacity(1);
  transform: scale(1.2);
}

.footer-center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-self: center;
}

.copyright {
  font-size: 0.8rem !important;
  letter-spacing: 3px;
  color: #ffffff !important;
  opacity: 0.7;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.15 !important;
  text-transform: uppercase;
  font-weight: 300;
}

@media (max-width: 768px) {
  #footer {
    padding: 1.75rem max(1rem, env(safe-area-inset-left, 0px)) 1.75rem
      max(1rem, env(safe-area-inset-right, 0px)) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .footer-container {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    align-content: center !important;
    gap: 0.5rem 0.75rem !important;
    text-align: center;
    max-width: 100% !important;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
  }

  .footer-left,
  .footer-right {
    justify-content: center !important;
  }

  .footer-center {
    justify-content: center !important;
    text-align: center !important;
  }

  .footer-left img,
  .footer-right img {
    height: clamp(44px, 11vw, 64px) !important;
    max-width: min(42vw, 140px) !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  .copyright {
    font-size: 0.62rem !important;
    letter-spacing: 0.12em !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 960px) {
  html {
    scroll-padding-top: calc(4.25rem + env(safe-area-inset-top, 0px));
  }

  #header {
    display: none !important;
  }

  #page-wrapper {
    padding-top: calc(4.25rem + env(safe-area-inset-top, 0px)) !important;
  }

  .fake-mobile-header {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: calc(4.25rem + env(safe-area-inset-top, 0px));
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: max(0.5rem, env(safe-area-inset-top, 0px))
      max(1rem, env(safe-area-inset-right, 0px)) 0.65rem
      max(1rem, env(safe-area-inset-left, 0px)) !important;
    align-items: center !important;
    justify-content: flex-end !important;
    background: rgba(8, 10, 16, 0.96) !important;
    backdrop-filter: blur(12px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(150%) !important;
    border-bottom: 1px solid #00f2fe !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45) !important;
    z-index: 10000 !important;
  }

  .fupla-mobile-logo {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    line-height: 0 !important;
    z-index: 1 !important;
  }

  .fupla-mobile-logo img {
    display: block !important;
    height: 3rem !important;
    width: auto !important;
    max-width: min(62vw, 260px) !important;
    filter: brightness(1.08) contrast(1.05)
      drop-shadow(0 0 4px rgba(255, 255, 255, 1))
      drop-shadow(0 0 14px rgba(255, 255, 255, 0.85))
      drop-shadow(0 0 28px rgba(255, 255, 255, 0.55))
      drop-shadow(0 0 42px rgba(0, 242, 254, 0.35)) !important;
    transition:
      transform 0.35s ease,
      filter 0.35s ease !important;
  }

  .fupla-mobile-logo:active img,
  .fupla-mobile-logo:hover img {
    transform: scale(1.06) !important;
    filter: brightness(1.12) contrast(1.05)
      drop-shadow(0 0 6px rgba(255, 255, 255, 1))
      drop-shadow(0 0 20px rgba(255, 255, 255, 0.95))
      drop-shadow(0 0 36px rgba(255, 255, 255, 0.65))
      drop-shadow(0 0 52px rgba(0, 242, 254, 0.45)) !important;
  }

  .fupla-menu-toggle,
  #toggle.fupla-menu-toggle {
    position: relative !important;
    z-index: 10002 !important;
    flex: 0 0 auto !important;
    width: 2.75rem !important;
    height: 2.75rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(0, 242, 254, 0.35) !important;
    border-radius: 10px !important;
    background: rgba(0, 0, 0, 0.35) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    -webkit-tap-highlight-color: transparent !important;
    transition:
      transform 0.4s cubic-bezier(0.34, 1.2, 0.64, 1),
      border-color 0.25s ease,
      background 0.25s ease,
      box-shadow 0.25s ease !important;
  }

  .fupla-menu-toggle:hover,
  #toggle.fupla-menu-toggle:hover {
    border-color: rgba(0, 242, 254, 0.7) !important;
    background: rgba(0, 242, 254, 0.08) !important;
    box-shadow: 0 0 18px rgba(0, 242, 254, 0.2) !important;
  }

  .fupla-menu-toggle.active,
  #toggle.fupla-menu-toggle.active {
    transform: scale(0.94) !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
    background: rgba(0, 242, 254, 0.14) !important;
    box-shadow: 0 0 22px rgba(0, 242, 254, 0.28) !important;
  }

  #toggle span {
    position: absolute !important;
    left: 50% !important;
    width: 1.35rem !important;
    height: 3px !important;
    margin-left: -0.675rem !important;
    border-radius: 2px !important;
    background: #00f2fe !important;
    display: block !important;
    opacity: 1 !important;
    transform-origin: center !important;
    transition:
      transform 0.4s cubic-bezier(0.34, 1.2, 0.64, 1),
      opacity 0.28s ease,
      background 0.28s ease,
      top 0.4s cubic-bezier(0.34, 1.2, 0.64, 1) !important;
  }

  #toggle span.top {
    top: calc(50% - 8px) !important;
  }
  #toggle span.middle {
    top: 50% !important;
    margin-top: -1.5px !important;
  }
  #toggle span.bottom {
    top: calc(50% + 8px) !important;
  }

  #toggle.active span.top {
    top: 50% !important;
    margin-top: -1.5px !important;
    transform: rotate(45deg) !important;
    background: #fff !important;
  }
  #toggle.active span.middle {
    opacity: 0 !important;
    transform: scaleX(0) !important;
  }
  #toggle.active span.bottom {
    top: 50% !important;
    margin-top: -1.5px !important;
    transform: rotate(-45deg) !important;
    background: #fff !important;
  }

  #fupla-mobile-menu,
  nav#fupla-mobile-menu.fupla-mobile-nav {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    padding: calc(5rem + env(safe-area-inset-top, 0px))
      max(1.25rem, env(safe-area-inset-right, 0px)) 2rem
      max(1.25rem, env(safe-area-inset-left, 0px)) !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0.65rem !important;
    z-index: 9998 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    background: linear-gradient(
      165deg,
      rgba(6, 8, 14, 0.97) 0%,
      rgba(12, 16, 26, 0.98) 45%,
      rgba(8, 10, 18, 0.99) 100%
    ) !important;
    backdrop-filter: blur(20px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(140%) !important;
    box-shadow: inset 0 1px 0 rgba(0, 242, 254, 0.12) !important;
  }

  #fupla-mobile-menu::before {
    content: "" !important;
    display: block !important;
    height: 1px !important;
    margin-bottom: 0.35rem !important;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(0, 242, 254, 0.35),
      transparent
    ) !important;
  }

  #fupla-mobile-menu.active,
  nav#fupla-mobile-menu.fupla-mobile-nav.active {
    display: flex !important;
  }

  #fupla-mobile-menu a {
    display: block !important;
    padding: 1rem 1.15rem !important;
    margin: 0 !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.22em !important;
    text-align: left !important;
    text-decoration: none !important;
    color: #00f2fe !important;
    text-shadow: 0 0 12px rgba(0, 242, 254, 0.25) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(0, 242, 254, 0.22) !important;
    background: rgba(0, 0, 0, 0.28) !important;
    transition:
      color 0.25s ease,
      background 0.25s ease,
      border-color 0.25s ease,
      transform 0.25s ease,
      box-shadow 0.25s ease !important;
  }

  #fupla-mobile-menu a:hover,
  #fupla-mobile-menu a:focus-visible {
    color: #fff !important;
    border-color: rgba(0, 242, 254, 0.55) !important;
    background: rgba(0, 242, 254, 0.1) !important;
    transform: translateX(6px) !important;
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.15) !important;
    outline: none !important;
  }

  #fupla-mobile-menu a.active {
    color: #fff !important;
    border-color: rgba(0, 242, 254, 0.65) !important;
    background: rgba(0, 242, 254, 0.12) !important;
  }

  #fupla-mobile-menu.active a {
    animation: fuplaNavLinkIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) backwards !important;
  }
  #fupla-mobile-menu.active a:nth-child(1) {
    animation-delay: 0.04s !important;
  }
  #fupla-mobile-menu.active a:nth-child(2) {
    animation-delay: 0.09s !important;
  }
  #fupla-mobile-menu.active a:nth-child(3) {
    animation-delay: 0.14s !important;
  }
  #fupla-mobile-menu.active a:nth-child(4) {
    animation-delay: 0.19s !important;
  }
  #fupla-mobile-menu.active a:nth-child(5) {
    animation-delay: 0.24s !important;
  }

  section.section.hero {
    justify-content: flex-start !important;
    background-attachment: scroll !important;
  }

  section.section.hero .container {
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
    padding-left: max(1.25rem, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(1.25rem, env(safe-area-inset-right, 0px)) !important;
    box-sizing: border-box !important;
  }

  .hero-content-custom {
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: flex-start !important;
    text-align: left !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .fupla-title {
    font-size: clamp(3.5rem, 16vw, 5.25rem) !important;
    letter-spacing: -0.03em !important;
    text-align: left !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .fupla-subtitle {
    font-size: clamp(0.92rem, 3.6vw, 1.2rem) !important;
    letter-spacing: 0.08em !important;
    line-height: 1.42 !important;
    text-align: left !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 0.25rem 0 0 !important;
    box-sizing: border-box !important;
  }

  .hero-separator {
    margin-left: 0 !important;
    margin-right: auto !important;
    animation: growLineMobile 1.2s ease-out forwards !important;
    animation-delay: 0.3s !important;
  }
}

@keyframes fuplaNavLinkIn {
  from {
    opacity: 0;
    transform: translateX(-12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes growLineMobile {
  to {
    width: min(80vw, 280px);
  }
}

@media (min-width: 961px) {
  .fake-mobile-header,
  #fupla-mobile-menu {
    display: none !important;
  }
}

span.cursor {
  display: inline-block;
  animation: fuplaCursorBlink 1s infinite;
  color: #00f2fe;
}

@keyframes fuplaCursorBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .mobile-stack {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
  }
  .mobile-img-container {
    width: 100% !important;
  }
  .mobile-stack .fa-chevron-down {
    margin-left: 0 !important;
    align-self: flex-end;
  }
}

.projects-container img[onclick]:hover {
  border-color: #00f2fe !important;
  transform: scale(1.03);
}

.project-card:hover {
  border-color: #555 !important;
}

.member-icon-box {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #1a1c23;
  border: 3px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
  color: #555;
}

.member-card:hover .member-icon-box {
  border-color: #00f2fe;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 242, 254, 0.3);
  color: #00f2fe;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2rem;
  justify-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.row-center-2 {
  grid-column: span 4;
  display: flex;
  justify-content: center;
  gap: 5rem;
  flex-wrap: wrap;
}

@media (max-width: 850px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
  .row-center-2 {
    gap: 2rem;
    grid-column: span 2;
  }
  .member-icon-box {
    width: 100px;
    height: 100px;
  }
  .member-icon-box i {
    font-size: 4rem !important;
  }
}

.gallery-container {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  box-sizing: border-box;
}

.gallery-item {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #333;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.gallery-item:hover {
  border-color: #00f2fe;
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
  transform: translateY(-5px);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.lb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
  padding: 20px;
  user-select: none;
}

.lb-arrow:hover {
  opacity: 1;
  color: #00f2fe;
}

.lb-prev {
  left: 10px;
}

.lb-next {
  right: 10px;
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .lb-arrow {
    font-size: 35px;
    padding: 10px;
  }
}

.contact-map iframe,
iframe.fupla-map-embed {
  border: 0;
  filter: grayscale(1) invert(0.9) hue-rotate(170deg);
}
