@charset "UTF-8";
/*! Spectre.css v0.5.9 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * Modify default styling of address.
 */
address {
  font-style: normal;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace; /* 1 (changed) */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400; /* (added) */
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

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

html {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  color: #3b4351;
  font-family: var(--global-font-family), "Helvetica Neue", sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a {
  color: #5755d9;
  outline: none;
  text-decoration: none;
}
a:focus {
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
}
a:focus, a:hover, a:active, a.active {
  color: #302ecd;
  text-decoration: underline;
}
a:visited {
  color: #807fe2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 0;
}

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

a,
ins,
u {
  -webkit-text-decoration-skip: ink edges;
          text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  border-radius: 0.075rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #303742;
  color: #fff;
  font-size: 0.75rem;
}

mark {
  background: #ffe9b3;
  color: #3b4351;
  border-bottom: 0.05rem solid #ffd367;
  border-radius: 0.075rem;
  padding: 0.05rem 0.075rem 0;
}

blockquote {
  border-left: 0.075rem solid #dadee4;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li,
ol 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: bold;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

html:lang(zh),
html:lang(zh-Hans),
.lang-zh,
.lang-zh-hans {
  font-family: var(--global-font-family), "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif;
}

html:lang(zh-Hant),
.lang-zh-hant {
  font-family: var(--global-font-family), "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue", sans-serif;
}

html:lang(ja),
.lang-ja {
  font-family: var(--global-font-family), "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", sans-serif;
}

html:lang(ko),
.lang-ko {
  font-family: var(--global-font-family), "Malgun Gothic", "Helvetica Neue", sans-serif;
}

:lang(zh) ins,
:lang(zh) u,
:lang(ja) ins,
:lang(ja) u,
.lang-cjk ins,
.lang-cjk u {
  border-bottom: 0.05rem solid;
  text-decoration: none;
}
: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,
: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-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 {
  margin-left: 0.125em;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #f7f8f9;
}
.table tbody tr.active, .table.table-striped tbody tr.active {
  background: #eef0f3;
}
.table.table-hover tbody tr:hover {
  background: #eef0f3;
}
.table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}
.table td,
.table th {
  border-bottom: 0.05rem solid #dadee4;
  padding: 0.6rem 0.4rem;
}
.table th {
  border-bottom-width: 0.075rem;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 0.05rem solid #5755d9;
  border-radius: 0.075rem;
  color: #5755d9;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  height: 1.8rem;
  line-height: 1.5;
  outline: none;
  padding: 0.1rem 0.4rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
}
.btn:focus, .btn:hover {
  background: #f1f1fc;
  border-color: #4b48d6;
  text-decoration: none;
}
.btn:active, .btn.active {
  background: #4b48d6;
  border-color: #3634d2;
  color: #fff;
  text-decoration: none;
}
.btn:active.loading::after, .btn.active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn[disabled], .btn:disabled, .btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-primary {
  background: #5755d9;
  border-color: #4b48d6;
  color: #fff;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
  background: #4240d4;
  border-color: #3634d2;
  color: #fff;
}
.btn.btn-primary:active, .btn.btn-primary.active {
  background: #3a38d2;
  border-color: #302ecd;
  color: #fff;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-success {
  background: #32b643;
  border-color: #2faa3f;
  color: #fff;
}
.btn.btn-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.btn.btn-success:focus, .btn.btn-success:hover {
  background: #30ae40;
  border-color: #2da23c;
  color: #fff;
}
.btn.btn-success:active, .btn.btn-success.active {
  background: #2a9a39;
  border-color: #278e34;
  color: #fff;
}
.btn.btn-success.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-error {
  background: #e85600;
  border-color: #d95000;
  color: #fff;
}
.btn.btn-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}
.btn.btn-error:focus, .btn.btn-error:hover {
  background: #de5200;
  border-color: #cf4d00;
  color: #fff;
}
.btn.btn-error:active, .btn.btn-error.active {
  background: #c44900;
  border-color: #b54300;
  color: #fff;
}
.btn.btn-error.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #5755d9;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
  color: #302ecd;
}
.btn.btn-sm {
  font-size: 0.75rem;
  height: 1.4rem;
  padding: -0.1rem 0.3rem;
}
.btn.btn-lg {
  font-size: 1rem;
  height: 2rem;
  padding: 0.2rem 0.6rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  width: 1.8rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn.btn-action.btn-lg {
  width: 2rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1rem;
  line-height: 0.8rem;
  margin-left: 0.2rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0.075rem;
  text-decoration: none;
  width: 1rem;
}
.btn.btn-clear:focus, .btn.btn-clear:hover {
  background: rgba(247, 248, 249, 0.5);
  opacity: 0.95;
}
.btn.btn-clear::before {
  content: "✕";
}

.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
}
.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}

.form-group:not(:last-child) {
  margin-bottom: 0.4rem;
}

fieldset {
  margin-bottom: 0.8rem;
}

legend {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.form-label {
  display: block;
  line-height: 1.5;
  padding: 0.15rem 0;
}
.form-label.label-sm {
  font-size: 0.75rem;
  padding: -0.05rem 0;
}
.form-label.label-lg {
  font-size: 1rem;
  padding: 0.25rem 0;
}

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  background-image: none;
  border: 0.05rem solid #bcc3ce;
  border-radius: 0.075rem;
  color: #3b4351;
  display: block;
  font-size: 1rem;
  height: 1.8rem;
  line-height: 1.5;
  max-width: 100%;
  outline: none;
  padding: 0.1rem 0.4rem;
  position: relative;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  width: 100%;
}
.form-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
  border-color: #5755d9;
}
.form-input::-moz-placeholder {
  color: #bcc3ce;
}
.form-input:-ms-input-placeholder {
  color: #bcc3ce;
}
.form-input::placeholder {
  color: #bcc3ce;
}
.form-input.input-sm {
  font-size: 0.75rem;
  height: 1.4rem;
  padding: -0.1rem 0.3rem;
}
.form-input.input-lg {
  font-size: 1rem;
  height: 2rem;
  padding: 0.2rem 0.6rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input[type=file] {
  height: auto;
}

textarea.form-input, textarea.form-input.input-lg, textarea.form-input.input-sm {
  height: auto;
}

.form-input-hint {
  color: #bcc3ce;
  font-size: 0.75rem;
  margin-top: 0.2rem;
}
.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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.05rem solid #bcc3ce;
  border-radius: 0.075rem;
  color: inherit;
  font-size: 1rem;
  height: 1.8rem;
  line-height: 1.5;
  outline: none;
  padding: 0.1rem 0.4rem;
  vertical-align: middle;
  width: 100%;
  background: #fff;
}
.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
  border-color: #5755d9;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 0.75rem;
  height: 1.4rem;
  padding: -0.1rem 1.1rem -0.1rem 0.3rem;
}
.form-select.select-lg {
  font-size: 1rem;
  height: 2rem;
  padding: 0.2rem 1.4rem 0.2rem 0.6rem;
}
.form-select[size], .form-select[multiple] {
  height: auto;
  padding: 0.1rem 0.4rem;
}
.form-select[size] option, .form-select[multiple] option {
  padding: 0.075rem 0.2rem;
}
.form-select:not([multiple]):not([size]) {
  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/0.4rem 0.5rem;
  padding-right: 1.2rem;
}

.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: 0.8rem;
  margin: 0 0.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  z-index: 2;
}

.has-icon-left .form-icon {
  left: 0.05rem;
}
.has-icon-left .form-input {
  padding-left: 1rem;
}

.has-icon-right .form-icon {
  right: 0.05rem;
}
.has-icon-right .form-input {
  padding-right: 1rem;
}

.form-checkbox,
.form-radio,
.form-switch {
  display: block;
  line-height: 1.5;
  margin: 0.2rem 0;
  min-height: 1.4rem;
  padding: -0.05rem 0.4rem -0.05rem 1.2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
  border-color: #5755d9;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #5755d9;
  border-color: #5755d9;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  border: 0.05rem solid #bcc3ce;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
}
.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm {
  font-size: 0.75rem;
  margin: 0;
}
.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
  font-size: 1rem;
  margin: 0.3rem 0;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #eef0f3;
}

.form-checkbox .form-icon {
  border-radius: 0.075rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.075rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #5755d9;
  border-color: #5755d9;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form-radio .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}

.form-switch {
  padding-left: 2rem;
}
.form-switch .form-icon {
  background: #bcc3ce;
  background-clip: padding-box;
  border-radius: 0.45rem;
  height: 0.9rem;
  left: 0;
  top: 0.25rem;
  width: 1.6rem;
}
.form-switch .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s, left 0.2s;
  width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: #f7f8f9;
}

.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #f7f8f9;
  border: 0.05rem solid #bcc3ce;
  border-radius: 0.075rem;
  line-height: 1.5;
  padding: 0.1rem 0.4rem;
  white-space: nowrap;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.75rem;
  padding: -0.1rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 1rem;
  padding: 0.2rem 0.6rem;
}
.input-group .form-input,
.input-group .form-select {
  flex: 1 1 auto;
  width: 1%;
}
.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) {
  border-bottom-right-radius: 0;
  border-top-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) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.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) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}

.has-success .form-input, .form-input.is-success,
.has-success .form-select,
.form-select.is-success {
  background: #f9fdfa;
  border-color: #32b643;
}
.has-success .form-input:focus, .form-input.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}
.has-error .form-input, .form-input.is-error,
.has-error .form-select,
.form-select.is-error {
  background: #fffaf7;
  border-color: #e85600;
}
.has-error .form-input:focus, .form-input.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #e85600;
}
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
  background: #e85600;
  border-color: #e85600;
}
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
  border-color: #e85600;
}

.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon {
  background: #e85600;
  border-color: #e85600;
}

.form-input:not(:-moz-placeholder-shown):invalid {
  border-color: #e85600;
}

.form-input:not(:-ms-input-placeholder):invalid {
  border-color: #e85600;
}

.form-input:not(:placeholder-shown):invalid {
  border-color: #e85600;
}
.form-input:not(:-moz-placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
  background: #fffaf7;
}
.form-input:not(:-ms-input-placeholder):invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
  background: #fffaf7;
}
.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
  background: #fffaf7;
}
.form-input:not(:-moz-placeholder-shown):invalid + .form-input-hint {
  color: #e85600;
}
.form-input:not(:-ms-input-placeholder):invalid + .form-input-hint {
  color: #e85600;
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #e85600;
}

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: #eef0f3;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-input[readonly] {
  background-color: #f7f8f9;
}

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #eef0f3;
  cursor: not-allowed;
  opacity: 0.5;
}

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

.form-inline {
  display: inline-block;
}

.label {
  border-radius: 0.075rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #eef0f3;
  color: #455060;
  display: inline-block;
}
.label.label-rounded {
  border-radius: 5rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.label.label-primary {
  background: #5755d9;
  color: #fff;
}
.label.label-secondary {
  background: #f1f1fc;
  color: #5755d9;
}
.label.label-success {
  background: #32b643;
  color: #fff;
}
.label.label-warning {
  background: #ffb700;
  color: #fff;
}
.label.label-error {
  background: #e85600;
  color: #fff;
}

code {
  border-radius: 0.075rem;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #fcf2f2;
  color: #d73e48;
  font-size: 85%;
}

.code {
  border-radius: 0.075rem;
  color: #3b4351;
  position: relative;
}
.code::before {
  color: #bcc3ce;
  content: attr(data-lang);
  font-size: 0.75rem;
  position: absolute;
  right: 0.4rem;
  top: 0.075rem;
}
.code code {
  background: #f7f8f9;
  color: inherit;
  display: block;
  line-height: 1.5;
  overflow-x: auto;
  padding: 1rem;
  width: 100%;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.video-responsive::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

video.video-responsive {
  height: auto;
  max-width: 100%;
}
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 {
  color: #66758c;
  margin-top: 0.4rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 100%;
}
.container.grid-xl {
  max-width: 1292.8px;
}
.container.grid-lg {
  max-width: 972.8px;
}
.container.grid-md {
  max-width: 780.8px;
}
.container.grid-sm {
  max-width: 612.8px;
}
.container.grid-xs {
  max-width: 332.8px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.cols,
.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.cols.col-gapless,
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.cols.col-gapless > .column,
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.cols.col-oneline,
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

[class~=col-],
.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
[class~=col-].col-12, [class~=col-].col-11, [class~=col-].col-10, [class~=col-].col-9, [class~=col-].col-8, [class~=col-].col-7, [class~=col-].col-6, [class~=col-].col-5, [class~=col-].col-4, [class~=col-].col-3, [class~=col-].col-2, [class~=col-].col-1, [class~=col-].col-auto,
.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1,
.column.col-auto {
  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 {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1280px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-xl-auto {
    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-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    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: 768px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    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-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    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: 320px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1,
  .col-xs-auto {
    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: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.hero.hero-sm {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.hero.hero-lg {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.hero .hero-body {
  padding: 0.4rem;
}

.navbar {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar .navbar-section {
  align-items: center;
  display: flex;
  flex: 1 0 0;
}
.navbar .navbar-section:not(:first-child):last-child {
  justify-content: flex-end;
}
.navbar .navbar-center {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}
.navbar .navbar-brand {
  font-size: 1rem;
  text-decoration: none;
}

.accordion input:checked ~ .accordion-header > .icon:first-child, .accordion[open] .accordion-header > .icon:first-child {
  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 {
  margin-bottom: 0.4rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}

summary.accordion-header::-webkit-details-marker {
  display: none;
}

.avatar {
  font-size: 0.8rem;
  height: 1.6rem;
  width: 1.6rem;
  background: #5755d9;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.avatar.avatar-xs {
  font-size: 0.4rem;
  height: 0.8rem;
  width: 0.8rem;
}
.avatar.avatar-sm {
  font-size: 0.6rem;
  height: 1.2rem;
  width: 1.2rem;
}
.avatar.avatar-lg {
  font-size: 1.2rem;
  height: 2.4rem;
  width: 2.4rem;
}
.avatar.avatar-xl {
  font-size: 1.6rem;
  height: 3.2rem;
  width: 3.2rem;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.avatar .avatar-icon,
.avatar .avatar-presence {
  background: #fff;
  bottom: 14.64%;
  height: 50%;
  padding: 0.075rem;
  position: absolute;
  right: 14.64%;
  transform: translate(50%, 50%);
  width: 50%;
  z-index: 2;
}
.avatar .avatar-presence {
  background: #bcc3ce;
  box-shadow: 0 0 0 0.075rem #fff;
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
}
.avatar .avatar-presence.online {
  background: #32b643;
}
.avatar .avatar-presence.busy {
  background: #e85600;
}
.avatar .avatar-presence.away {
  background: #ffb700;
}
.avatar[data-initial]::before {
  color: currentColor;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.badge {
  position: relative;
  white-space: nowrap;
}
.badge[data-badge]::after, .badge:not([data-badge])::after {
  background: #5755d9;
  background-clip: padding-box;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.1rem #fff;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
  transform: translate(-0.05rem, -0.5rem);
}
.badge[data-badge]::after {
  font-size: 0.75rem;
  height: 0.9rem;
  line-height: 1;
  min-width: 0.9rem;
  padding: 0.1rem 0.2rem;
  text-align: center;
  white-space: nowrap;
}
.badge:not([data-badge])::after, .badge[data-badge=""]::after {
  height: 6px;
  min-width: 6px;
  padding: 0;
  width: 6px;
}
.badge.btn::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.badge.avatar::after {
  position: absolute;
  top: 14.64%;
  right: 14.64%;
  transform: translate(50%, -50%);
  z-index: 100;
}

.breadcrumb {
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item {
  color: #66758c;
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
  color: #66758c;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #66758c;
  content: "/";
  padding-right: 0.4rem;
}

.bar {
  background: #eef0f3;
  border-radius: 0.075rem;
  display: flex;
  flex-wrap: nowrap;
  height: 0.8rem;
  width: 100%;
}
.bar.bar-sm {
  height: 0.2rem;
}
.bar .bar-item {
  background: #5755d9;
  color: #fff;
  display: block;
  font-size: 0.75rem;
  flex-shrink: 0;
  line-height: 0.8rem;
  height: 100%;
  position: relative;
  text-align: center;
  width: 0;
}
.bar .bar-item:first-child {
  border-bottom-left-radius: 0.075rem;
  border-top-left-radius: 0.075rem;
}
.bar .bar-item:last-child {
  border-bottom-right-radius: 0.075rem;
  border-top-right-radius: 0.075rem;
  flex-shrink: 1;
}

.bar-slider {
  height: 0.075rem;
  margin: 0.4rem 0;
  position: relative;
}
.bar-slider .bar-item {
  left: 0;
  padding: 0;
  position: absolute;
}
.bar-slider .bar-item:not(:last-child):first-child {
  background: #eef0f3;
  z-index: 1;
}
.bar-slider .bar-slider-btn {
  background: #5755d9;
  border: 0;
  border-radius: 50%;
  height: 0.6rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 0.6rem;
}
.bar-slider .bar-slider-btn:active {
  box-shadow: 0 0 0 0.1rem #5755d9;
}

.card {
  background: #fff;
  border: 0.05rem solid #dadee4;
  border-radius: 0.075rem;
  display: flex;
  flex-direction: column;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 0.8rem;
  padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 0.8rem;
}
.card .card-body {
  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.075rem;
  border-top-right-radius: 0.075rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0.075rem;
  border-bottom-right-radius: 0.075rem;
}

.chip {
  align-items: center;
  background: #eef0f3;
  border-radius: 5rem;
  display: inline-flex;
  font-size: 90%;
  height: 1.2rem;
  line-height: 0.8rem;
  margin: 0.075rem;
  max-width: 320px;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.chip.active {
  background: #5755d9;
  color: #fff;
}
.chip .avatar {
  margin-left: -0.4rem;
  margin-right: 0.2rem;
}
.chip .btn-clear {
  border-radius: 50%;
  transform: scale(0.75);
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown .menu {
  -webkit-animation: slide-down 0.15s ease 1;
          animation: slide-down 0.15s ease 1;
  display: none;
  left: 0;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
}
.dropdown.dropdown-right .menu {
  left: auto;
  right: 0;
}
.dropdown.active .menu,
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover {
  display: block;
}
.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
  border-bottom-right-radius: 0.075rem;
  border-top-right-radius: 0.075rem;
}

.empty {
  background: #f7f8f9;
  border-radius: 0.075rem;
  color: #66758c;
  text-align: center;
  padding: 3.2rem 1.6rem;
}
.empty .empty-icon {
  margin-bottom: 0.8rem;
}
.empty .empty-title,
.empty .empty-subtitle {
  margin: 0.4rem auto;
}
.empty .empty-action {
  margin-top: 0.8rem;
}

.menu {
  box-shadow: 0 0.05rem 0.2rem rgba(48, 55, 66, 0.3);
  background: #fff;
  border-radius: 0.075rem;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 0.4rem;
  transform: translateY(0.2rem);
  z-index: 300;
}
.menu.menu-nav {
  background: transparent;
  box-shadow: none;
}
.menu .menu-item {
  margin-top: 0;
  padding: 0 0.4rem;
  position: relative;
  text-decoration: none;
}
.menu .menu-item > a {
  border-radius: 0.075rem;
  color: inherit;
  display: block;
  margin: 0 -0.4rem;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.menu .menu-item > a:focus, .menu .menu-item > a:hover {
  background: #f1f1fc;
  color: #5755d9;
}
.menu .menu-item > a:active, .menu .menu-item > a.active {
  background: #f1f1fc;
  color: #5755d9;
}
.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
  margin: 0.075rem 0;
}
.menu .menu-item + .menu-item {
  margin-top: 0.2rem;
}
.menu .menu-badge {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.menu .menu-badge .label {
  margin-right: 0.4rem;
}

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.4rem;
  position: fixed;
  right: 0;
  top: 0;
}
.modal:target, .modal.active {
  display: flex;
  opacity: 1;
  z-index: 400;
}
.modal:target .modal-overlay, .modal.active .modal-overlay {
  background: rgba(247, 248, 249, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal:target .modal-container, .modal.active .modal-container {
  -webkit-animation: slide-down 0.2s ease 1;
          animation: slide-down 0.2s ease 1;
  z-index: 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 {
  box-shadow: none;
  max-width: 960px;
}

.modal-container {
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3);
  background: #fff;
  border-radius: 0.075rem;
  display: flex;
  flex-direction: column;
  max-height: 75vh;
  max-width: 640px;
  padding: 0 0.8rem;
  width: 100%;
}
.modal-container.modal-fullheight {
  max-height: 100vh;
}
.modal-container .modal-header {
  color: #303742;
  padding: 0.8rem;
}
.modal-container .modal-body {
  overflow-y: auto;
  padding: 0.8rem;
  position: relative;
}
.modal-container .modal-footer {
  padding: 0.8rem;
  text-align: right;
}

.nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0.2rem 0;
}
.nav .nav-item a {
  color: #66758c;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.nav .nav-item a:focus, .nav .nav-item a:hover {
  color: #5755d9;
}
.nav .nav-item.active > a {
  color: #505c6e;
  font-weight: bold;
}
.nav .nav-item.active > a:focus, .nav .nav-item.active > a:hover {
  color: #5755d9;
}
.nav .nav {
  margin-bottom: 0.4rem;
  margin-left: 0.8rem;
}

.pagination {
  display: flex;
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
}
.pagination .page-item {
  margin: 0.2rem 0.05rem;
}
.pagination .page-item span {
  display: inline-block;
  padding: 0.2rem 0.2rem;
}
.pagination .page-item a {
  border-radius: 0.075rem;
  display: inline-block;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.pagination .page-item a:focus, .pagination .page-item a:hover {
  color: #5755d9;
}
.pagination .page-item.disabled a {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.pagination .page-item.active a {
  background: #5755d9;
  color: #fff;
}
.pagination .page-item.page-prev, .pagination .page-item.page-next {
  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 {
  border: 0.05rem solid #dadee4;
  border-radius: 0.075rem;
  display: flex;
  flex-direction: column;
}
.panel .panel-header,
.panel .panel-footer {
  flex: 0 0 auto;
  padding: 0.8rem;
}
.panel .panel-nav {
  flex: 0 0 auto;
}
.panel .panel-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 0.8rem;
}

.popover {
  display: inline-block;
  position: relative;
}
.popover .popover-container {
  left: 50%;
  opacity: 0;
  padding: 0.4rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s;
  width: 320px;
  z-index: 300;
}
.popover *:focus + .popover-container, .popover:hover .popover-container {
  display: block;
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.popover.popover-right .popover-container {
  left: 100%;
  top: 50%;
}
.popover.popover-right *:focus + .popover-container, .popover.popover-right:hover .popover-container {
  transform: translate(0, -50%) scale(1);
}
.popover.popover-bottom .popover-container {
  left: 50%;
  top: 100%;
}
.popover.popover-bottom *:focus + .popover-container, .popover.popover-bottom:hover .popover-container {
  transform: translate(-50%, 0) scale(1);
}
.popover.popover-left .popover-container {
  left: 0;
  top: 50%;
}
.popover.popover-left *:focus + .popover-container, .popover.popover-left:hover .popover-container {
  transform: translate(-100%, -50%) scale(1);
}
.popover .card {
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3);
  border: 0;
}

.step {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0.2rem 0;
  width: 100%;
}
.step .step-item {
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  text-align: center;
  position: relative;
}
.step .step-item:not(:first-child)::before {
  background: #5755d9;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}
.step .step-item a {
  color: #5755d9;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
}
.step .step-item a::before {
  background: #5755d9;
  border: 0.075rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.6rem;
  left: 50%;
  position: absolute;
  top: 0.2rem;
  transform: translateX(-50%);
  width: 0.6rem;
  z-index: 1;
}
.step .step-item.active a::before {
  background: #fff;
  border: 0.075rem solid #5755d9;
}
.step .step-item.active ~ .step-item::before {
  background: #dadee4;
}
.step .step-item.active ~ .step-item a {
  color: #bcc3ce;
}
.step .step-item.active ~ .step-item a::before {
  background: #dadee4;
}

.tab {
  align-items: center;
  border-bottom: 0.05rem solid #dadee4;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.2rem 0 0.15rem 0;
}
.tab .tab-item {
  margin-top: 0;
}
.tab .tab-item a {
  border-bottom: 0.075rem solid transparent;
  color: inherit;
  display: block;
  margin: 0 0.4rem 0 0;
  padding: 0.4rem 0.2rem 0.325rem 0.2rem;
  text-decoration: none;
}
.tab .tab-item a:focus, .tab .tab-item a:hover {
  color: #5755d9;
}
.tab .tab-item.active a,
.tab .tab-item a.active {
  border-bottom-color: #5755d9;
  color: #5755d9;
}
.tab .tab-item.tab-action {
  flex: 1 0 auto;
  text-align: right;
}
.tab .tab-item .btn-clear {
  margin-top: -0.2rem;
}
.tab.tab-block .tab-item {
  flex: 1 0 0;
  text-align: center;
}
.tab.tab-block .tab-item a {
  margin: 0;
}
.tab.tab-block .tab-item .badge[data-badge]::after {
  position: absolute;
  right: 0.075rem;
  top: 0.075rem;
  transform: translate(0, 0);
}
.tab:not(.tab-block) .badge {
  padding-right: 0;
}

.tile {
  align-content: space-between;
  align-items: flex-start;
  display: flex;
}
.tile .tile-icon,
.tile .tile-action {
  flex: 0 0 auto;
}
.tile .tile-content {
  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-title,
.tile .tile-subtitle {
  line-height: 1.5;
}
.tile.tile-centered {
  align-items: center;
}
.tile.tile-centered .tile-content {
  overflow: hidden;
}
.tile.tile-centered .tile-title,
.tile.tile-centered .tile-subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.toast {
  background: rgba(48, 55, 66, 0.95);
  border-color: #303742;
  border: 0.05rem solid #303742;
  border-radius: 0.075rem;
  color: #fff;
  display: block;
  padding: 0.4rem;
  width: 100%;
}
.toast.toast-primary {
  background: rgba(87, 85, 217, 0.95);
  border-color: #5755d9;
}
.toast.toast-success {
  background: rgba(50, 182, 67, 0.95);
  border-color: #32b643;
}
.toast.toast-warning {
  background: rgba(255, 183, 0, 0.95);
  border-color: #ffb700;
}
.toast.toast-error {
  background: rgba(232, 86, 0, 0.95);
  border-color: #e85600;
}
.toast a {
  color: #fff;
  text-decoration: underline;
}
.toast a:focus, .toast a:hover, .toast a:active, .toast a.active {
  opacity: 0.75;
}
.toast .btn-clear {
  margin: 0.075rem;
}
.toast p:last-child {
  margin-bottom: 0;
}

.tooltip {
  position: relative;
}
.tooltip::after {
  background: rgba(48, 55, 66, 0.95);
  border-radius: 0.075rem;
  bottom: 100%;
  color: #fff;
  content: attr(data-tooltip);
  display: block;
  font-size: 0.75rem;
  left: 50%;
  max-width: 320px;
  opacity: 0;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0.4rem);
  transition: opacity 0.2s, transform 0.2s;
  white-space: pre;
  z-index: 300;
}
.tooltip:focus::after, .tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.2rem);
}
.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 {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -0.4rem);
}
.tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.2rem);
}
.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(0.4rem, 50%);
}
.tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after {
  transform: translate(-0.2rem, 50%);
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-primary {
  color: #5755d9 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #4240d4;
}
a.text-primary:visited {
  color: #6c6ade;
}

.text-secondary {
  color: #e5e5f9 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #d1d0f4;
}
a.text-secondary:visited {
  color: #fafafe;
}

.text-gray {
  color: #bcc3ce !important;
}

a.text-gray:focus, a.text-gray:hover {
  color: #adb6c4;
}
a.text-gray:visited {
  color: #cbd0d9;
}

.text-light {
  color: #fff !important;
}

a.text-light:focus, a.text-light:hover {
  color: #f2f2f2;
}
a.text-light:visited {
  color: white;
}

.text-dark {
  color: #3b4351 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #303742;
}
a.text-dark:visited {
  color: #455060;
}

.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 {
  background: #5755d9 !important;
  color: #fff;
}

.bg-secondary {
  background: #f1f1fc !important;
}

.bg-dark {
  background: #303742 !important;
  color: #fff;
}

.bg-gray {
  background: #f7f8f9 !important;
}

.bg-success {
  background: #32b643 !important;
  color: #fff;
}

.bg-warning {
  background: #ffb700 !important;
  color: #fff;
}

.bg-error {
  background: #e85600 !important;
  color: #fff;
}

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

.d-inline-flex {
  display: inline-flex;
}

.d-none,
.d-hide {
  display: none !important;
}

.d-visible {
  visibility: visible;
}

.d-invisible {
  visibility: hidden;
}

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}

.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.divider,
.divider-vert {
  display: block;
  position: relative;
}
.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: #fff;
  color: #bcc3ce;
  content: attr(data-content);
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 0.4rem;
  transform: translateY(-0.7rem);
}

.divider {
  border-top: 0.05rem solid #f1f3f5;
  height: 0.05rem;
  margin: 0.4rem 0;
}
.divider[data-content] {
  margin: 0.8rem 0;
}

.divider-vert {
  display: block;
  padding: 0.8rem;
}
.divider-vert::before {
  border-left: 0.05rem solid #dadee4;
  bottom: 0.4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.4rem;
  transform: translateX(-50%);
}
.divider-vert[data-content]::after {
  left: 50%;
  padding: 0.2rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  -webkit-animation: loading 500ms infinite linear;
          animation: loading 500ms infinite linear;
  background: transparent;
  border: 0.075rem solid #5755d9;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}
.loading.loading-lg {
  min-height: 2rem;
}
.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}

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

.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-left: auto;
  margin-right: auto;
}

.flex-centered {
  align-items: center;
  display: flex;
  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-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 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-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.my-1 {
  margin-bottom: 0.2rem !important;
  margin-top: 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-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.my-2 {
  margin-bottom: 0.4rem !important;
  margin-top: 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-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 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-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.py-1 {
  padding-bottom: 0.2rem !important;
  padding-top: 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-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

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

.s-rounded {
  border-radius: 0.075rem;
}

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

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-large {
  font-size: 1.2em;
}

.text-small {
  font-size: 0.9em;
}

.text-tiny {
  font-size: 0.8em;
}

.text-muted {
  opacity: 0.8;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.text-break {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: var(--hover_color);
  color: var(--body_text_color) !important;
  border-radius: 0.1875rem;
  box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 0.3125rem;
  line-height: normal;
  padding: 0.9275rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 0.3125rem;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Plugin Overwrites */
/*A11y Toolbar*/
.a11y-toolbar {
  top: unset !important;
  position: fixed !important;
  bottom: 4.625rem;
  left: 2rem;
}
.a11y-toolbar ul li button {
  background: transparent;
  line-height: normal;
  font-size: 0.875rem !important;
  color: var(--tag_color_inside);
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1.625rem !important;
  box-shadow: var(--widget_special_shadow);
  border: none;
  cursor: pointer;
  margin-bottom: 0.625rem;
  padding: 0;
}
.a11y-toolbar ul li button span.aticon {
  position: relative;
  display: inline-block;
  width: 3.25rem;
  height: 3.25rem;
  background-color: var(--tag_bgcolor);
  border-radius: 1.625rem;
  box-shadow: var(--widget_special_shadow);
  z-index: 1;
}
.a11y-toolbar ul li button span.aticon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent !important;
}
.a11y-toolbar ul li button span.aticon.aticon-adjust::before {
  display: inline-block;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTEwLDBDNC40ODYsMCwwLDQuNDg2LDAsMTBzNC40ODYsMTAsMTAsMTAsMTAtNC40ODYsMTAtMTBTMTUuNTE0LDAsMTAsMFptMCwxOC4yMjNWMS43NzdjNC41MzQsMCw4LjIyMywzLjY4OCw4LjIyMyw4LjIyMnMtMy42ODksOC4yMjMtOC4yMjMsOC4yMjNaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  height: 1.25rem;
  width: 1.25rem;
}
.a11y-toolbar ul li button span.aticon.aticon-font::before {
  display: inline-block;
  font-family: var(--global-font-family) !important;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAyMCI+PHBhdGggZD0iTTIzLjQ0LC4yMjFsLTIuMzI0LDQuMDI3Yy0uMTcsLjI5NSwuMDQzLC42NjMsLjM4MywuNjYzaDQuNjQ3Yy4zNCwwLC41NTMtLjM2OSwuMzgzLS42NjNMMjQuMjA2LC4yMjFjLS4xNy0uMjk1LS41OTYtLjI5NS0uNzY2LDBaIiBmaWxsPSIjZmZmIi8+PGc+PHBhdGggZD0iTTEzLjQ3NywyMGwtMS4zMjQtNC4zNDdINS40OTZsLTEuMzI0LDQuMzQ3SDBMNi40NDUsMS42NjVoNC43MzNsNi40NywxOC4zMzVoLTQuMTcyWm0tMi4yNDgtNy41OTRjLTEuMjI0LTMuOTM5LTEuOTEzLTYuMTY2LTIuMDY3LTYuNjgyLS4xNTQtLjUxNy0uMjY1LS45MjUtLjMzMS0xLjIyNS0uMjc1LDEuMDY3LTEuMDYxLDMuNzAxLTIuMzYxLDcuOTA3aDQuNzU4WiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0yNy4wOCwyMGwtLjkyNy0zLjA0M2gtNC42NmwtLjkyNiwzLjA0M2gtMi45Mmw0LjUxMi0xMi44MzVoMy4zMTNsNC41MjksMTIuODM1aC0yLjkyWm0tMS41NzQtNC45MzdjLS44NTctMi43NTctMS4zMzktNC4zMTYtMS40NDctNC42NzctLjEwOC0uMzYyLS4xODUtLjY0Ny0uMjMxLS44NTgtLjE5MiwuNzQ2LS43NDMsMi41OTEtMS42NTIsNS41MzVoMy4zMzFaIiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  height: 1.25rem;
  width: 1.875rem;
}
.a11y-toolbar ul li button span.aticon.aticon-tint::before {
  display: inline-block;
  font-family: var(--global-font-family) !important;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJ1dWlkLTVjNWRjYTYwLWYwNTYtNDdmMC04OGI1LTc0ZmFmOWVkNzAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxwYXRoIGQ9Ik0xNi44Nyw5LjAyNGMtMS4wMzYtMS41OTctMy43Ny01LjcyNi01LjQ5Mi04LjMxOC0uNjIyLS45MzgtMi4wNzItLjk0Mi0yLjcwNC0uMDEtMS41NjgsMi4zMTItNC4xMSw2LjA4MS01LjU1NCw4LjMyOC0yLjksNC41MTIsLjIyMyw5LjQ1Myw0Ljg2NCwxMC43MTMsMi40OTYsLjY3OCw1LjIxMiwuMDEsNy4xOTctMS41NTksMy4wMTMtMi4zODIsMy42NjYtNi4xMDUsMS42ODgtOS4xNTNabS0zLjUyOCw3LjNjLTEuMDA2LC43OTUtMi4yNTksMS4yOTQtMy41MjgsMS40MDQtLjAzNywuMDAzLS4wNzQsLjAwNS0uMTEsLjAwNS0uNjQxLDAtMS4xODctLjQ5LTEuMjQ0LTEuMTQyLS4wNi0uNjg4LC40NDktMS4yOTQsMS4xMzYtMS4zNTQsLjc4OS0uMDY5LDEuNTY5LS4zOCwyLjE5Ni0uODc1LC45NjUtLjc2NCwxLjQzNi0xLjgxMSwxLjI5Mi0yLjg3My0uMDkzLS42ODQsLjM4Ny0xLjMxMywxLjA3MS0xLjQwNiwuNjktLjA4OSwxLjMxNCwuMzg4LDEuNDA3LDEuMDcsLjI2MiwxLjkzMi0uNTY4LDMuODY0LTIuMjE5LDUuMTdaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  height: 1.25rem;
  width: 1.25rem;
}
.a11y-toolbar ul li button:hover, .a11y-toolbar ul li button:active, .a11y-toolbar ul li button:focus {
  background-color: transparent;
}
.a11y-toolbar ul li button:hover .aticon, .a11y-toolbar ul li button:active .aticon, .a11y-toolbar ul li button:focus .aticon {
  background-color: var(--hover_bgcolor);
  color: var(--hover_color);
}
.a11y-toolbar ul li button:hover .offscreen, .a11y-toolbar ul li button:focus .offscreen {
  left: 50%;
  top: 0;
  height: auto !important;
  width: auto !important;
  clip: unset !important;
  padding: 0.5rem 2rem 0.5rem 2.65rem !important;
  font-size: 1rem;
  line-height: 2.25rem;
  text-transform: none;
  height: 100% !important;
  font-family: var(--global-font-family);
}
.a11y-toolbar ul li button .offscreen {
  position: absolute !important;
  top: 50%;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  white-space: nowrap;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  font-size: 1rem;
  transition: all 200ms;
  border-top-right-radius: 1.625rem !important;
  border-bottom-right-radius: 1.625rem !important;
  color: var(--offscreen-color) !important;
  background: var(--offscreen-bgcolor) !important;
  border: 0 !important;
  box-shadow: 0.04em 0.04em 0 rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.a11y-toolbar ul li button:focus-visible {
  outline: revert;
}
.a11y-toolbar.right, .a11y-toolbar.rtl {
  right: 2rem;
  bottom: 1.375rem;
}
.a11y-toolbar.right ul li button .offscreen, .a11y-toolbar.rtl ul li button .offscreen {
  border-top-left-radius: 1.625rem !important;
  border-bottom-left-radius: 1.625rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  right: 50% !important;
}

.desaturated {
  filter: none !important;
}

.desaturated #page > div > *, .desaturated .go-to-top > *, .desaturated #a11yhelper > div > * {
  filter: grayscale(1) !important;
}

.desaturated #page footer {
  filter: none !important;
  background-color: var(--offscreen-bgcolor);
}

.a11y-toolbar-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.a11y-toolbar-widget ul button {
  background-color: var(--tag_bgcolor);
  border: none;
  color: var(--tag_color_inside);
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
  outline: none;
}

.contrast .a11y-toolbar ul li button {
  background-color: transparent !important;
}
.contrast .a11y-toolbar ul li button span.aticon {
  color: var(--body_text_color) !important;
  background-color: var(--tag_bgcolor) !important;
}
.contrast .a11y-toolbar ul li button:hover .aticon, .contrast .a11y-toolbar ul li button:active .aticon, .contrast .a11y-toolbar ul li button:focus .aticon {
  background-color: var(--hover_color);
  color: var(--hover_bgcolor);
}
.contrast .a11y-toolbar ul li button .offscreen {
  color: var(--offscreen-bgcolor) !important;
  background: var(--offscreen-color) !important;
}

/* Fonts local
--------------------------------------------- */
/* source-serif-pro-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 300;
  src: url(../source-serif-pro-v15-latin-300.woff2) format("woff2"), url(../source-serif-pro-v15-latin-300.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-serif-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  src: url(../source-serif-pro-v15-latin-regular.woff2) format("woff2"), url(../source-serif-pro-v15-latin-regular.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-serif-pro-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 600;
  src: url(../source-serif-pro-v15-latin-600.woff2) format("woff2"), url(../source-serif-pro-v15-latin-600.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-serif-pro-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 700;
  src: url(../source-serif-pro-v15-latin-700.woff2) format("woff2"), url(../source-serif-pro-v15-latin-700.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-serif-pro-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif Pro";
  font-style: italic;
  font-weight: 300;
  src: url(../source-serif-pro-v15-latin-300italic.woff2) format("woff2"), url(../source-serif-pro-v15-latin-300italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-serif-pro-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif Pro";
  font-style: italic;
  font-weight: 400;
  src: url(../source-serif-pro-v15-latin-italic.woff2) format("woff2"), url(../source-serif-pro-v15-latin-italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-serif-pro-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif Pro";
  font-style: italic;
  font-weight: 600;
  src: url(../source-serif-pro-v15-latin-600italic.woff2) format("woff2"), url(../source-serif-pro-v15-latin-600italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-serif-pro-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif Pro";
  font-style: italic;
  font-weight: 700;
  src: url(../source-serif-pro-v15-latin-700italic.woff2) format("woff2"), url(../source-serif-pro-v15-latin-700italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url(../open-sans-v34-latin-300.woff2) format("woff2"), url(../open-sans-v34-latin-300.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../open-sans-v34-latin-regular.woff2) format("woff2"), url(../open-sans-v34-latin-regular.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url(../open-sans-v34-latin-600.woff2) format("woff2"), url(../open-sans-v34-latin-600.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url(../open-sans-v34-latin-300italic.woff2) format("woff2"), url(../open-sans-v34-latin-300italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url(../open-sans-v34-latin-italic.woff2) format("woff2"), url(../open-sans-v34-latin-italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url(../open-sans-v34-latin-600italic.woff2) format("woff2"), url(../open-sans-v34-latin-600italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url(../open-sans-v34-latin-700italic.woff2) format("woff2"), url(../open-sans-v34-latin-700italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oxygen-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 300;
  src: url(../oxygen-v15-latin-300.woff2) format("woff2"), url(../oxygen-v15-latin-300.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oxygen-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  src: url(../oxygen-v15-latin-regular.woff2) format("woff2"), url(../oxygen-v15-latin-regular.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oxygen-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 700;
  src: url(../oxygen-v15-latin-700.woff2) format("woff2"), url(../oxygen-v15-latin-700.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* alice-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Alice";
  font-style: normal;
  font-weight: 400;
  src: url(../alice-v20-latin-regular.woff2) format("woff2"), url(../alice-v20-latin-regular.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  src: url(../roboto-slab-v24-latin-300.woff2) format("woff2"), url(../roboto-slab-v24-latin-300.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url(../roboto-slab-v24-latin-regular.woff2) format("woff2"), url(../roboto-slab-v24-latin-regular.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  src: url(../roboto-slab-v24-latin-600.woff2) format("woff2"), url(../roboto-slab-v24-latin-600.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url(../roboto-slab-v24-latin-700.woff2) format("woff2"), url(../roboto-slab-v24-latin-700.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(../roboto-v30-latin-300.woff2) format("woff2"), url(../roboto-v30-latin-300.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../roboto-v30-latin-regular.woff2) format("woff2"), url(../roboto-v30-latin-regular.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(../roboto-v30-latin-500.woff2) format("woff2"), url(../roboto-v30-latin-500.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../roboto-v30-latin-700.woff2) format("woff2"), url(../roboto-v30-latin-700.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url(../roboto-v30-latin-300italic.woff2) format("woff2"), url(../roboto-v30-latin-300italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url(../roboto-v30-latin-italic.woff2) format("woff2"), url(../roboto-v30-latin-italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url(../roboto-v30-latin-500italic.woff2) format("woff2"), url(../roboto-v30-latin-500italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url(../roboto-v30-latin-700italic.woff2) format("woff2"), url(../roboto-v30-latin-700italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Complianz
--------------------------------------------- */
#cmplz-manage-consent button.cmplz-manage-consent {
  font-size: 0.75rem;
  right: 1rem;
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  height: 2rem;
}
@media screen and (min-width: 600px) {
  #cmplz-manage-consent button.cmplz-manage-consent {
    font-size: 1rem;
    right: 6.25rem;
    padding: 1rem;
    height: var(--cmplz-manage-consent-height);
  }
}
#cmplz-manage-consent button.cmplz-manage-consent:hover, #cmplz-manage-consent button.cmplz-manage-consent:focus, #cmplz-manage-consent button.cmplz-manage-consent:active {
  background-color: var(--hover_bgcolor);
  color: var(--hover_color);
}
#cmplz-manage-consent button.cmplz-manage-consent:focus {
  outline: none;
}

#cmplz-document p, #cmplz-document li, #cmplz-document td {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.cmplz-cookiebanner {
  z-index: 999999 !important;
}
.cmplz-cookiebanner .cmplz-header {
  grid-template-columns: 3rem 1fr 2rem !important;
  align-items: start !important;
}
.cmplz-cookiebanner .cmplz-header .cmplz-title {
  font-family: var(--highlight-font-family);
  font-size: 1.5rem !important;
  line-height: 2.25rem !important;
}
@media screen and (min-width: 768px) {
  .cmplz-cookiebanner .cmplz-header .cmplz-title {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}
.cmplz-cookiebanner .cmplz-categories {
  padding: 3px 0;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category:focus-within {
  outline: 3px solid var(--hover_bgcolor);
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
  font-size: 1rem;
  line-height: 1.5rem;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-open {
  height: auto !important;
  width: auto !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-open:hover svg, .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-open:active svg, .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-open:focus svg {
  outline: none;
  fill: var(--hover_color) !important;
  background-color: var(--hover_bgcolor) !important;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input:focus + .cmplz-label:before {
  outline: 3px solid var(--hover_bgcolor);
  box-shadow: none !important;
}
.cmplz-cookiebanner button:focus, .cmplz-cookiebanner button:focus-visible, .cmplz-cookiebanner button:hover {
  color: var(--hover_color) !important;
  background-color: var(--hover_bgcolor) !important;
  border: none !important;
  outline: revert;
}
.cmplz-cookiebanner button:focus {
  outline: 3px solid var(--link_color);
}
.cmplz-cookiebanner .cmplz-close:hover, .cmplz-cookiebanner .cmplz-close:active, .cmplz-cookiebanner .cmplz-close:focus {
  outline: none;
  color: var(--hover_color) !important;
  background-color: var(--hover_bgcolor) !important;
}

@media screen and (max-width: 960px) {
  .cmplz-cookiebanner {
    height: 100vh !important;
  }
  .cmplz-cookiebanner .cmplz-header .cmplz-title {
    display: none !important;
  }
}
/* Easy Accordion
--------------------------------------------- */
.sp-easy-accordion > .sp-ea-single {
  border: 2px solid var(--body_text_color) !important;
  background: var(--body_bgcolor) !important;
  border-radius: 0;
}
.sp-easy-accordion > .sp-ea-single > .ea-header a {
  position: relative;
  color: var(--body_text_color) !important;
  padding: 1rem !important;
  padding-right: 2rem !important;
  font-size: 1.75rem !important;
  line-height: 2.25rem !important;
  font-weight: normal;
}
.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
  display: block;
  position: absolute;
  right: 0.375rem;
  top: 1.25rem;
  height: 1.5rem;
  width: 1.5rem;
}
.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa::before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  color: red;
  fill: red;
  background-color: red;
  display: block;
  -webkit-mask: url(../arrow.svg) no-repeat 0 0;
  mask: url(../arrow.svg) no-repeat 0 0;
  background-color: var(--body_text_color);
  -webkit-mask-size: 1.5rem 1.5rem;
  mask-size: 1.5rem 1.5rem;
}
.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa.fa-plus {
  transform: rotate(180deg);
}
.sp-easy-accordion > .sp-ea-single > .ea-header a:hover .ea-expand-icon.fa::before, .sp-easy-accordion > .sp-ea-single > .ea-header a:focus .ea-expand-icon.fa::before, .sp-easy-accordion > .sp-ea-single > .ea-header a:active .ea-expand-icon.fa::before {
  background-color: var(--body_bgcolor);
}
.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  color: var(--body_text_color) !important;
  border-top: 2px solid var(--body_text_color);
  padding: 1rem !important;
}

@media screen and (max-width: 768px) {
  .fbc-page .fbc-wrap .fbc-items {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .fbc-page .fbc-wrap .fbc-items li a i {
    margin-right: 0.3125rem;
  }
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0;
}

/* Author Info
--------------------------------------------- */
.author-info {
  display: block !important;
  margin-bottom: 8rem;
  padding: 0 1rem;
}
@media screen and (min-width: 960px) {
  .author-info {
    padding: 0;
  }
}
.author-info .entry-title {
  font-style: normal !important;
  font-size: 1.75rem !important;
  line-height: 2rem !important;
}
@media screen and (min-width: 600px) {
  .author-info .entry-title {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}
.author-info.square .avatar {
  border-radius: 0 !important;
}
.author-info .avatar {
  height: 4rem;
  width: 4rem;
  margin-right: 0.375rem;
}
.author-info .post-author a {
  font-family: var(--highlight-font-family);
  font-size: 1.75rem;
  line-height: 2rem;
  color: var(--body_text_color);
  text-decoration: none;
  font-weight: normal;
}
.author-info .post-author a:hover, .author-info .post-author a:active, .author-info .post-author a:focus {
  color: var(--hover_color);
  background-color: ar(--hover_bgcolor);
}
.author-info .author-description {
  display: block;
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.author-info .author-description a {
  text-decoration: none;
  font-weight: 600;
}
.author-info .author-description a:hover {
  text-decoration: underline;
}

.author .author-biog {
  margin-bottom: 8.625rem;
  padding: 0 1rem;
}
.author .author-biog .author-header {
  margin-bottom: 1rem;
}
.author .author-biog .author-header .columns {
  align-items: center;
}
.author .author-biog .author-header .columns img.avatar {
  height: 8rem;
  width: 8rem;
  background: transparent;
}
@media screen and (max-width: 600px) {
  .author .author-biog .author-header .columns img.avatar {
    height: auto;
    width: 100%;
    max-width: 8rem;
  }
}
.author .author-biog .author-header .columns h2 {
  display: inline-block;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-left: 0.375rem;
}
@media screen and (min-width: 600px) {
  .author .author-biog .author-header .columns h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 960px) {
  .author .author-biog .author-header .columns h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.author .author-biog .archive-description, .author .author-biog a {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.author .author-biog a {
  text-decoration: none;
  font-weight: 600;
}
.author .author-articles {
  padding: 0 1rem;
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 960px) {
  .author .author-articles {
    padding: 0;
  }
}
.author .author-articles h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .author .author-articles h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 960px) {
  .author .author-articles h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.author.archive article .entry-title {
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2rem;
  overflow-wrap: break-word;
}
@media screen and (min-width: 600px) {
  .author.archive article .entry-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

/* Blocks
--------------------------------------------- */
.wp-block-table,
.wp-block-image,
.wp-block-media-text,
.wp-block-audio,
.wp-block-cover,
.wp-block-file,
.wp-block-embed,
.wp-block-post-terms,
.wp-block-separator,
.page-links {
  margin-bottom: 2rem;
}

.wp-block-gallery {
  margin: 0;
  margin-bottom: 4rem;
}
.wp-block-gallery ul {
  margin-bottom: 0.5rem;
}

.wp-block-image figcaption,
.wp-block-table figcaption,
.wp-block-audio figcaption,
.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
  color: var(--meta_color);
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  text-align: left;
}

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

.wp-block-table.vertical-bottom th, .wp-block-table.vertical-bottom td {
  vertical-align: bottom;
}

.wp-block-table img {
  height: auto;
  width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  text-align: left;
}
.wp-block-gallery.has-nested-images figcaption {
  text-align: left;
}

.wp-block-columns {
  margin-bottom: 2rem;
}

.wp-block-tag-cloud,
.site .entry-content .wp-block-tag-cloud {
  margin-bottom: 2rem;
}
.wp-block-tag-cloud a.tag-cloud-link,
.site .entry-content .wp-block-tag-cloud a.tag-cloud-link {
  background-color: var(--tag_bgcolor);
  color: var(--tag_color_inside);
  border-radius: 0.25rem;
  font-size: 0.875rem !important;
  line-height: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
  text-decoration: none;
}
.wp-block-tag-cloud a.tag-cloud-link:hover, .wp-block-tag-cloud a.tag-cloud-link:active, .wp-block-tag-cloud a.tag-cloud-link:focus,
.site .entry-content .wp-block-tag-cloud a.tag-cloud-link:hover,
.site .entry-content .wp-block-tag-cloud a.tag-cloud-link:active,
.site .entry-content .wp-block-tag-cloud a.tag-cloud-link:focus {
  background-color: var(--hover_bgcolor);
  color: var(--hover_color);
}

.site .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: 1.25rem;
  line-height: normal;
  color: var(--button_color);
  background-color: var(--button_bgcolor);
  padding: 0.75em;
  border-radius: 0.25rem;
  text-decoration: none;
}
.site .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link.has-primary-color {
  color: var(--wp--preset--color--primary);
}
.site .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link.has-secondary-color {
  color: var(--wp--preset--color--secondary);
}
.site .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link.has-tertiary-color {
  color: var(--wp--preset--color--tertiary);
}
.site .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link.has-primary-background-color {
  background-color: var(--wp--preset--color--primary);
}
.site .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link.has-secondary-background-color {
  background-color: var(--wp--preset--color--secondary);
}
.site .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link.has-tertiary-background-color {
  background-color: var(--wp--preset--color--tertiary);
}
.site .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link.active, .site .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:active, .site .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .site .entry-content .wp-block-buttons .wp-block-button .wp-block-button__link:focus {
  color: var(--hover_color);
  background-color: var(--hover_bgcolor);
  text-decoration: none;
}
.site .entry-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--button_bgcolor);
  background-color: transparent;
}
.site .entry-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.active, .site .entry-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:active, .site .entry-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover, .site .entry-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus {
  color: var(--hover_color);
  background-color: var(--hover_bgcolor);
  text-decoration: none;
  border-color: var(--hover_bgcolor);
}
.site .entry-content .wp-block-buttons .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit !important;
}

.wp-block-pullquote {
  margin: 4em 0;
}

.site .entry-content .wp-block-post-terms a {
  background-color: var(--tag_bgcolor);
  color: var(--tag_color_inside);
  border-radius: 0.25rem;
  font-size: 0.875rem !important;
  line-height: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
  text-decoration: none;
}
.site .entry-content .wp-block-post-terms a:hover, .site .entry-content .wp-block-post-terms a:active, .site .entry-content .wp-block-post-terms a:focus {
  color: var(--hover_color);
  background-color: var(--hover_bgcolor);
}

.site .entry-content .wp-block-file a.wp-block-file__button {
  color: var(--button_color);
  text-decoration: none;
  box-shadow: none;
  background-color: var(--button_bgcolor);
  border-radius: 0.25rem;
}
.site .entry-content .wp-block-file a.wp-block-file__button:hover, .site .entry-content .wp-block-file a.wp-block-file__button:active, .site .entry-content .wp-block-file a.wp-block-file__button:focus {
  background-color: var(--button_hover_bgcolor);
  color: var(--button_hover_color);
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 1rem;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
}

.has-primary-color {
  color: var(--wp--preset--color--primary);
}

.has-secondary-color {
  color: var(--wp--preset--color--secondary);
}

.has-tertiary-color {
  color: var(--wp--preset--color--tertiary);
}

.has-primary-background-color {
  background-color: var(--wp--preset--color--primary);
}

.has-secondary-background-color {
  background-color: var(--wp--preset--color--secondary);
}

.has-tertiary-background-color {
  background-color: var(--wp--preset--color--tertiary);
}

.wp-block-cover .cover-header {
  font-size: 8.75rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 600px) {
  .wp-block-cover .cover-header {
    font-size: 5rem !important;
  }
}

.wp-block-code code {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
}

/* Comments
--------------------------------------------- */
.comments-area {
  margin: 0 auto;
  margin-bottom: 8rem;
  padding: 0 1rem;
}
.comments-area h2.comments-title {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .comments-area h2.comments-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .comments-area {
    padding: 0;
  }
}
.comments-area h3 {
  font-size: 1.75rem;
  line-height: 2rem;
}
@media screen and (min-width: 600px) {
  .comments-area h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
}
.comments-area .comment-list .comment {
  margin-bottom: 2rem;
}
.comments-area .comment-list .comment footer.comment-meta {
  display: flex;
  margin-bottom: 1rem;
}
.comments-area .comment-list .comment footer.comment-meta div.comment-author, .comments-area .comment-list .comment footer.comment-meta div.comment-author {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .comments-area .comment-list .comment footer.comment-meta div.comment-author, .comments-area .comment-list .comment footer.comment-meta div.comment-author {
    width: auto;
  }
}
.comments-area .comment-list .comment footer.comment-meta div.comment-author .authorname {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.comments-area .comment-list .comment footer.comment-meta div.comment-author .authorname a {
  font-weight: 600;
}
.comments-area .comment-list .comment footer.comment-meta div.comment-author {
  margin-right: 0.375rem;
}
.comments-area .comment-list .comment footer.comment-meta .comment-metadata time {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.comments-area .comment-list .comment footer.comment-meta .comment-metadata a {
  text-decoration: none;
}
.comments-area .comment-list .comment .comment-content {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.comments-area .comment-list .comment .comment-content a {
  word-wrap: break-word;
}
.comments-area .comment-list .comment .comment-reply {
  margin-bottom: 2rem;
}
.comments-area .comment-list .comment .comment-reply a {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
}
.comments-area .comment-list .comment .avatar {
  height: 2rem;
  width: 2rem;
  margin-right: 0.375rem;
}
.comments-area .comment-list .comment ul.children {
  margin: 0;
  margin-left: 4rem;
  list-style-type: none;
}
.comments-area .comment-respond {
  margin-top: 4rem;
}
.comments-area .comment-respond .comment-form {
  font-family: var(--global-font-family);
  position: relative;
  padding-bottom: 4rem;
}
.comments-area .comment-respond .comment-form p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.comments-area .comment-respond .comment-form textarea {
  padding: 0.5rem;
  border: 1px solid var(--meta_color);
  width: 100%;
  margin-bottom: 0.625rem;
  color: var(--body_text_color);
}
.comments-area .comment-respond .comment-form textarea[placeholder] {
  color: var(--body_text_color);
  font-size: 1rem;
  line-height: 1.5rem;
}
.comments-area .comment-respond .comment-form textarea:focus {
  outline: none;
  border: 2px solid var(--body_text_color);
}
.comments-area .comment-respond .comment-form label {
  font-weight: 600;
  margin-bottom: 0.3125rem;
  display: block;
}
.comments-area .comment-respond .comment-form input {
  border: 1px solid var(--meta_color);
  height: 3rem;
  width: 100%;
  padding: 0 0.5rem;
}
.comments-area .comment-respond .comment-form input[type=checkbox] {
  height: 1.25rem;
  width: 1.25rem;
}
.comments-area .comment-respond .comment-form .form-submit {
  text-align: right;
}
.comments-area .comment-respond .comment-form .form-submit button {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: var(--button_color);
  background-color: var(--button_bgcolor);
  border: none;
  padding: 0.5rem 1rem;
}
.comments-area .comment-respond .comment-form .form-submit button:active, .comments-area .comment-respond .comment-form .form-submit button:focus, .comments-area .comment-respond .comment-form .form-submit button:hover {
  background-color: var(--button_hover_bgcolor);
  color: var(--button_hover_color);
}
.comments-area .comment-respond .comment-form .form-submit button:focus {
  outline: 3px solid var(--link_color);
}
.comments-area .comment-respond .comment-form #cancel-comment-reply-link {
  right: 0;
  position: absolute;
  font-size: 1rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .comments-area .comment-respond .comment-form .comment-form-author, .comments-area .comment-respond .comment-form .comment-form-email {
    width: 50%;
    float: left;
    display: inline-block;
  }
  .comments-area .comment-respond .comment-form .comment-form-email {
    padding-left: 1rem;
  }
}

.bypostauthor {
  display: block;
}

/* Footer
--------------------------------------------- */
footer.site-footer {
  box-shadow: 0 0 0.625rem 0.25rem rgba(0, 0, 0, 0.15);
  margin-top: 8rem;
  padding: 3rem 0 2rem 0;
  background-color: var(--footerbg_color);
  color: var(--footer_color);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  footer.site-footer {
    flex-direction: column;
  }
}
footer.site-footer .widget {
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer.site-footer .widget {
    width: auto;
  }
}
footer.site-footer .widget nav ul {
  margin: 0;
  padding: 0;
}
footer.site-footer .widget nav ul.menu {
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  min-width: auto;
  padding: 0;
  transform: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer.site-footer .widget nav ul.menu {
    text-align: left;
  }
}
footer.site-footer .widget nav ul.menu li.menu-item {
  list-style-type: none;
  margin: 0;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  footer.site-footer .widget nav ul.menu li.menu-item {
    display: inline-block;
  }
}
footer.site-footer .widget nav ul.menu li.menu-item a {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  border-radius: 0;
  margin: 0;
  padding: 0 0.25rem;
  color: var(--footer_color);
  border: none;
}
footer.site-footer .widget nav ul.menu li.menu-item a:hover, footer.site-footer .widget nav ul.menu li.menu-item a:active, footer.site-footer .widget nav ul.menu li.menu-item a:focus {
  color: var(--hover_color);
  background-color: var(--hover_bgcolor);
}
footer.site-footer .site-info {
  color: var(--siteinfo_color);
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  footer.site-footer .site-info {
    width: auto;
    text-align: left;
  }
}
footer.site-footer .site-info a {
  color: var(--siteinfo_color);
}

/* Global
--------------------------------------------- */
.site {
  margin: 0 auto;
}

.logged-in .edit-link {
  display: none;
}

.col-sb {
  justify-content: space-between;
  width: 100%;
}

/*--------------------------------------------------------------
# Alignment
--------------------------------------------------------------*/
.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-bottom {
  vertical-align: bottom;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: var(--body_text_color);
  font-size: 1.25rem;
  line-height: 1.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

html {
  font-size: var(--basic_font_size);
  scroll-padding-top: 7.5rem;
}

.site,
body {
  background: var(--body_bgcolor);
}

.site {
  width: 50rem;
}
@media screen and (max-width: 50rem) {
  .site {
    width: calc(100% - 0.8rem);
  }
}

.site-main {
  padding-top: 2.75rem;
}
@media screen and (max-width: 960px) {
  .site-main {
    padding: 0 1rem;
    padding-top: 2.75rem;
  }
}

iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: #3b4351;
  font-family: var(--global-font-family);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--highlight-font-family);
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  margin-bottom: 0.625rem;
}

.h1,
h1 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .h1,
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.h2,
h2 {
  font-size: 1.625rem;
  line-height: 2.125rem;
}
@media screen and (min-width: 768px) {
  .h2,
  h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

.h3,
h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .h3,
  h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.h4,
h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .h4,
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.h5,
h5 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .h5,
  h5 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.h6,
h6 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: var(--global-font-family);
}

p {
  margin: 0 0 1rem 0;
}

.site .entry-content a,
a {
  color: var(--link_color);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  font-weight: 600;
}
.site .entry-content a:visited,
a:visited {
  color: var(--link_color);
}

.site .entry-content a:hover,
a:hover {
  color: var(--hover_color) !important;
  background-color: var(--hover_bgcolor);
}

.site .entry-content a.active,
.site .entry-content a:active,
.site .entry-content a:focus,
a.active,
a:active,
a:focus {
  color: var(--hover_color) !important;
  background-color: var(--hover_bgcolor);
  text-decoration: none;
  outline: 3px solid var(--link_color);
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 2px;
}

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

input, textarea, select, optgroup {
  border: 1px solid var(--meta_color);
}
input:focus, textarea:focus, select:focus, optgroup:focus {
  outline: none;
  border: 2px solid var(--body_text_color);
}

input {
  height: 3rem;
}

textarea {
  width: 100%;
}
@media screen and (min-width: 768px) {
  textarea {
    width: auto;
  }
}

form [type=button],
form [type=reset],
form [type=submit],
form button {
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: var(--button_color);
  background-color: var(--button_bgcolor);
  border: none;
  padding: 0.5rem 1rem;
}
form [type=button]:active, form [type=button]:focus, form [type=button]:hover,
form [type=reset]:active,
form [type=reset]:focus,
form [type=reset]:hover,
form [type=submit]:active,
form [type=submit]:focus,
form [type=submit]:hover,
form button:active,
form button:focus,
form button:hover {
  background-color: var(--button_hover_bgcolor);
  color: var(--button_hover_color);
}
form [type=button]:focus,
form [type=reset]:focus,
form [type=submit]:focus,
form button:focus {
  outline: 3px solid var(--link_color);
}

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

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

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

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

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

input:-moz-focusring,
select:-moz-focusring,
textarea:-moz-focusring {
  outline: 1px solid var(--body_text_color);
}

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

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

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

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

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

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

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

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

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

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

/* Helper
 ========================================================================== */
.hide {
  display: none !important;
}

/* Header
--------------------------------------------- */
.no-padding {
  padding: 0;
}

header {
  margin-bottom: 0;
}
header.page-header {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .archive header.page-header {
    padding: 0 1rem;
  }
}

.logo {
  max-height: 12.5rem;
}

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

/* Branding in header
----------------------------------------*/
.site-header,
.wp-custom-header {
  position: relative;
}

.wp-custom-header {
  padding: 0;
  margin: 0 0 -0.5rem 0;
}

.header-image {
  margin: 0 auto;
}

.header-image img {
  display: block;
  margin: 0 auto;
}

.site-branding {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem;
  height: 20rem;
  background-color: var(--header_branding_bgcolor);
}
.site-branding.bgimage {
  background-color: var(--header_branding_bgcolor);
}
.site-branding.bgimage:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: var(--theheaderimage);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.site-branding .branding-holder {
  width: 50rem;
  height: auto;
  margin: 0 auto;
}

.has-left-align-branding .site-branding {
  text-align: left;
}

.has-right-align-branding .site-branding {
  text-align: right;
}

.inner-branding {
  margin: auto;
  position: relative;
}

.has-left-align-branding .inner-branding {
  margin-left: 0;
}

.has-right-align-branding .inner-branding {
  margin-right: 0;
}

@media screen and (min-width: 27.5em) {
  .inner-branding {
    margin: auto;
    padding: 0;
    border: none;
  }
}
.inner-branding .custom-logo-link {
  display: block;
}

a.custom-logo-link {
  outline: none;
}

a.custom-logo-link:hover,
a.custom-logo-link:focus {
  border-bottom: 0;
  box-shadow: 0 0 0 0.1875rem var(--header_bgcolor), 0 0 0 0.3333rem var(--meta_color);
  outline: none;
  transition: box-shadow 0.3s ease-in-out;
}

.site-title {
  color: var(--header_branding_color);
  font-family: var(--highlight-font-family);
  display: block;
  margin: 0;
  font-weight: 400;
  word-wrap: break-word;
  font-size: 2rem;
  line-height: 2.5rem;
  clip: unset !important;
  position: relative !important;
  overflow: hidden;
  max-height: 8rem;
}
@media screen and (min-width: 600px) {
  .site-title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .site-title {
    font-size: 4rem;
    line-height: 5rem;
    max-height: 10rem;
  }
}

.site-title a {
  text-decoration: none;
}

.site-description {
  color: var(--header_branding_color);
  font-family: var(--highlight-font-family);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  word-wrap: break-word;
  font-style: italic;
  margin: 0;
  overflow: hidden;
  max-height: 7rem;
}
@media screen and (min-width: 600px) {
  .site-description {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
/*----------------
# Main Navigation
------------------*/
.main-navigation-holder {
  position: relative;
  z-index: 1;
  padding: 0;
  background: var(--header_bgcolor);
  color: var(--menu_link_color);
  font-family: var(--global-font-family);
  box-shadow: var(--menu_shadow);
}
.main-navigation-holder .container {
  padding: 0;
  position: relative;
}
.main-navigation-holder .container .columns {
  min-height: 5rem;
}
@media screen and (min-width: 768px) {
  .main-navigation-holder .container .columns {
    min-height: 7.5rem;
  }
}
.main-navigation-holder .container .columns .menu-extras {
  display: flex;
  align-items: center;
  border-bottom: 0;
  margin-top: 0;
  padding: 0;
  height: 6rem;
}
@media screen and (min-width: 600px) {
  .main-navigation-holder .container .columns .menu-extras {
    height: 7.5rem;
  }
}
.main-navigation-holder .container .columns .menu-extras .menu-title {
  color: var(--menu_title_color);
  display: inline-block;
  margin: 0 1rem;
  font-size: 1.75rem;
  line-height: 3rem;
  font-weight: 400;
  font-family: var(--highlight-font-family);
  max-height: 2.6875rem;
}
@media screen and (min-width: 600px) {
  .main-navigation-holder .container .columns .menu-extras .menu-title {
    font-size: 2rem;
  }
}
.main-navigation-holder .container .columns .menu-extras a {
  display: flex;
  height: 6rem;
  align-items: center;
  text-decoration: none;
  text-underline-offset: 0;
  font-weight: normal;
  font-size: 2.5rem;
}
@media screen and (min-width: 600px) {
  .main-navigation-holder .container .columns .menu-extras a {
    height: 7.5rem;
  }
}
.main-navigation-holder .container .columns .menu-extras a .menu-custom-logo-link {
  display: block;
}
.main-navigation-holder .container .columns .menu-extras a .menu-custom-logo-link img {
  margin: 0 auto;
  max-width: initial;
  border: none;
  height: 6rem;
  width: auto;
}
@media screen and (min-width: 600px) {
  .main-navigation-holder .container .columns .menu-extras a .menu-custom-logo-link img {
    height: 7.5rem;
  }
}
.main-navigation-holder .container .columns .menu-extras a:hover, .main-navigation-holder .container .columns .menu-extras a:active, .main-navigation-holder .container .columns .menu-extras a:focus {
  outline: 0.25rem solid var(--hover_bgcolor);
  outline-offset: 0.25rem;
  text-decoration: none;
  background-color: transparent;
}
.main-navigation-holder .container .columns .menu-extras a:hover .menu-title, .main-navigation-holder .container .columns .menu-extras a:active .menu-title, .main-navigation-holder .container .columns .menu-extras a:focus .menu-title {
  color: var(--hover_color);
  background-color: var(--hover_bgcolor);
}
.main-navigation-holder .container .columns .primary-menu-container {
  margin: 0 auto;
  padding: 0 1rem;
  display: none;
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu {
  display: block;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 1rem;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 960px) {
  .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu {
    display: flex;
  }
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li {
  display: block;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li {
    padding: 0.5rem 0.75rem;
  }
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span.submenu-helper, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span.submenu-helper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span button, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span button {
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0 0 0 0.25rem;
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span button span.submenu-button, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span button span.submenu-button {
  position: relative;
  background-color: var(--tag_bgcolor);
  box-shadow: var(--widget_special_shadow);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span button span.submenu-button:before, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span button span.submenu-button:before {
  display: inline-block;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE5Ljg0OSwxNy45NTRMMTEuMjY0LC43ODFjLS41MjEtMS4wNDItMi4wMDctMS4wNDItMi41MjgsMEwuMTUxLDE3Ljk1NGMtLjQ3LC45NCwuMjE0LDIuMDQ2LDEuMjY0LDIuMDQ2SDE4LjU4NWMxLjA1MSwwLDEuNzM0LTEuMTA2LDEuMjY0LTIuMDQ2WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
  height: 1.625rem;
  width: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span button.active span.submenu-button:before, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span button.active span.submenu-button:before {
  transform: translate(-50%, -50%);
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span button:hover span.submenu-button, .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span button:active span.submenu-button, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span button:hover span.submenu-button, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span button:active span.submenu-button {
  background-color: var(--hover_bgcolor);
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span button:focus span.submenu-button, .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span button:focus-visible span.submenu-button, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span button:focus span.submenu-button, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span button:focus-visible span.submenu-button {
  background-color: var(--hover_bgcolor);
  outline: 3px solid var(--link_color);
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span a, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span a {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-decoration: none;
  font-weight: normal;
  transition: 0.3s;
  color: var(--menu_link_color);
  display: block;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span a, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span a {
    padding: 0 0.25rem;
  }
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span a:focus, .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span a:hover, .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span a:active, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span a:focus, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span a:hover, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span a:active {
  color: var(--hover_color);
  background-color: var(--hover_bgcolor);
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span.home a:before, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span.home a:before {
  content: "";
  -webkit-mask: url(../icon_heart.svg) no-repeat 0 2px;
  mask: url(../icon_heart.svg) no-repeat 0 2px;
  background-color: var(--link_color);
  -webkit-mask-size: 1.125rem 1.125rem;
  mask-size: 1.125rem 1.125rem;
  height: 1.125rem;
  width: 1.125rem;
  display: inline-block;
  margin-right: 0.25rem;
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span.current-menu-item a, .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span.current_page_item a, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span.current-menu-item a, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span.current_page_item a {
  color: var(--current_menu_link_color);
  font-weight: 700;
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span.current-menu-item a:active, .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span.current-menu-item a:hover, .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span.current-menu-item a:focus, .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span.current_page_item a:active, .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span.current_page_item a:hover, .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu li span.current_page_item a:focus, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span.current-menu-item a:active, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span.current-menu-item a:hover, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span.current-menu-item a:focus, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span.current_page_item a:active, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span.current_page_item a:hover, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu li span.current_page_item a:focus {
  color: var(--hover_color);
}
.main-navigation-holder .container .columns .primary-menu-container ul.primary-menu .sub-menu, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu .sub-menu {
  display: none;
  width: 100%;
  background: var(--header_bgcolor);
  margin: 0.5rem 0 1rem 0.75rem;
  position: relative;
  width: initial;
  min-width: 10em;
  z-index: 9999;
}
@media screen and (min-width: 960px) {
  .main-navigation-holder .container .columns .primary-menu-container ul.primary-menu .sub-menu, .main-navigation-holder .container .columns .primary-menu-container div.primary-menu .sub-menu {
    position: absolute;
    margin-left: -0.75rem;
  }
}
.main-navigation-holder .container .columns .primary-menu-container div.primary-menu {
  margin-top: 0.5rem;
}
@media screen and (min-width: 960px) {
  .main-navigation-holder .container .columns .primary-menu-container {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem 0 1rem;
  }
  .main-navigation-holder .container .columns .primary-menu-container ul li {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-navigation-holder .container .columns .primary-menu-container {
    justify-content: flex-end;
  }
}
.main-navigation-holder .container .columns .menu-toggle {
  display: block;
  font-family: var(--global-font-family);
  margin-left: auto;
  background-color: var(--button_bgcolor);
  color: var(--button_color);
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  padding: 0 0.5rem;
  top: 1.75rem;
  height: 2.5rem;
  right: 1rem;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .main-navigation-holder .container .columns .menu-toggle {
    font-size: 0.876rem;
    top: 2.5rem;
  }
}
.main-navigation-holder .container .columns .menu-toggle .menubutton {
  display: flex;
  align-items: center;
  min-height: auto;
}
.main-navigation-holder .container .columns .menu-toggle .menubutton .svg-icon {
  margin-right: 0.25rem;
  fill: var(--button_color);
}
@media screen and (min-width: 960px) {
  .main-navigation-holder .container .columns .menu-toggle {
    display: none;
  }
}
.main-navigation-holder .container .columns .menu-toggle:focus, .main-navigation-holder .container .columns .menu-toggle:hover, .main-navigation-holder .container .columns .menu-toggle:active {
  background-color: var(--button_hover_bgcolor);
}
.main-navigation-holder.toggled-on .container {
  padding-bottom: 2rem;
}
.main-navigation-holder.toggled-on .container .columns .primary-menu-container {
  display: block;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .col-center {
    align-self: center;
  }
  .has-sticky-menu header.mainheader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .has-sticky-menu.admin-bar header.mainheader {
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
  }
}
@media screen and (max-width: 48.875rem) {
  .has-sticky-menu.admin-bar header.mainheader {
    position: -webkit-sticky;
    position: sticky;
    top: 2.875rem;
  }
}
@media screen and (max-width: 960px) {
  .has-sticky-menu header.mainheader {
    position: initial;
  }
  .has-sticky-menu.admin-bar header.mainheader {
    position: initial;
    top: 2.875rem;
  }
  .col-100 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/*----------------
# Search
------------------*/
button:active,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  cursor: pointer;
}

.desktop-search button,
.error404 form button,
.search form button {
  color: var(--button_color);
  background-color: var(--button_bgcolor);
  border: none;
  width: auto;
  height: 3rem;
  padding: 0 1rem;
  line-height: normal;
  border-radius: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.desktop-search button:hover, .desktop-search button:focus, .desktop-search button:active,
.error404 form button:hover,
.error404 form button:focus,
.error404 form button:active,
.search form button:hover,
.search form button:focus,
.search form button:active {
  color: var(--button_hover_color);
  background-color: var(--button_hover_bgcolor);
}
.desktop-search button:focus,
.error404 form button:focus,
.search form button:focus {
  outline: 3px solid var(--link_color);
}

.error404 .page-content form button {
  height: 3rem;
}

.main-navigation-holder .desktop-search {
  margin: 1em 0;
}
.main-navigation-holder .desktop-search form {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .main-navigation-holder .desktop-search form {
    display: inline-block;
  }
}
.main-navigation-holder .desktop-search form .search-field {
  flex-basis: 70%;
}
@media screen and (min-width: 768px) {
  .main-navigation-holder .desktop-search form .search-field {
    width: 10rem;
  }
}
.main-navigation-holder .desktop-search form button {
  flex-basis: 28%;
}
@media screen and (min-width: 768px) {
  .main-navigation-holder .desktop-search form button {
    width: auto;
  }
}

.error404 .search-field,
.has-menu-search .desktop-search .search-field,
.search .search-field {
  width: 10rem;
  height: 3rem;
  margin-left: 0;
  border: 2px solid var(--meta_color);
  border-radius: none;
  padding: 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.error404 .search-field::-moz-placeholder, .has-menu-search .desktop-search .search-field::-moz-placeholder, .search .search-field::-moz-placeholder {
  color: var(--meta_color);
}
.error404 .search-field:-ms-input-placeholder, .has-menu-search .desktop-search .search-field:-ms-input-placeholder, .search .search-field:-ms-input-placeholder {
  color: var(--meta_color);
}
.error404 .search-field::placeholder,
.has-menu-search .desktop-search .search-field::placeholder,
.search .search-field::placeholder {
  color: var(--meta_color);
}
.error404 .search-field:focus,
.has-menu-search .desktop-search .search-field:focus,
.search .search-field:focus {
  outline: none;
  border: 3px solid var(--body_text_color);
}

.error404 .search-field, .search-no-results .search-field {
  width: 50%;
}

/*----------------
# Comments
------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation {
  margin: 2em auto;
  padding: 0;
  max-width: 45rem;
}

.site-main .posts-navigation {
  max-width: none;
}

.home .site-main .comment-navigation,
.home .site-main .post-navigation,
.home .site-main .posts-navigation {
  margin: 1em 0 3em;
  padding: 0 2em;
}

.home .site-main .posts-navigation {
  padding: 0;
}

.single .post-navigation {
  padding: 0 1rem;
}
@media screen and (min-width: 960px) {
  .single .post-navigation {
    padding: 0;
  }
}

.archive .site-main .posts-navigation,
.search .site-main .posts-navigation {
  margin: 1em 0 3em;
  padding: 0 1rem;
}
@media screen and (min-width: 960px) {
  .archive .site-main .posts-navigation,
  .search .site-main .posts-navigation {
    padding: 0;
  }
}

.comment-navigation .nav-links,
.post-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  flex: 0 1 48%;
  padding: 1rem 0.5rem 1rem 1rem;
  background-color: var(--widget_special_bgcolor);
  box-shadow: var(--widget_special_shadow);
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  text-align: end;
  flex: 0 1 48%;
  padding: 1rem 1rem 1rem 0.5rem;
  background-color: var(--widget_special_bgcolor);
  box-shadow: var(--widget_special_shadow);
}

.post-navigation {
  margin-bottom: 8rem;
}

.post-navigation .nav-next a, .posts-navigation .nav-next a,
.post-navigation .nav-previous a, .posts-navigation .nav-previous a, .comment-navigation .nav-previous a, .comment-navigation .nav-next a {
  font-weight: normal;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.875rem;
  color: var(--body_text_color);
}
.post-navigation .nav-next a:hover, .post-navigation .nav-next a:active, .post-navigation .nav-next a:focus, .posts-navigation .nav-next a:hover, .posts-navigation .nav-next a:active, .posts-navigation .nav-next a:focus,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:active,
.post-navigation .nav-previous a:focus, .posts-navigation .nav-previous a:hover, .posts-navigation .nav-previous a:active, .posts-navigation .nav-previous a:focus, .comment-navigation .nav-previous a:hover, .comment-navigation .nav-previous a:active, .comment-navigation .nav-previous a:focus, .comment-navigation .nav-next a:hover, .comment-navigation .nav-next a:active, .comment-navigation .nav-next a:focus {
  color: var(--hover_color);
  background-color: var(--hover_bgcolor);
}

.post-navigation .nav-previous a span.prev, .posts-navigation .nav-previous a span.prev {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjUuMi4zLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDEzNi4zIDY1LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzNi4zIDY1LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMUQxRDFCO30KPC9zdHlsZT4KPGcgaWQ9IkViZW5lXzJfMV8iPgoJPGcgaWQ9IkViZW5lXzEtMiI+CgkJPGcgaWQ9IkViZW5lXzItMiI+CgkJCTxnIGlkPSJFYmVuZV8xLTItMiI+CgkJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTM2LjMsMzIuOEwxMzYuMywzMi44YzAsMS4yLTAuOSwyLjEtMi4xLDIuMWMwLDAsMCwwLDAsMEgyLjFDMSwzNC45LDAsMzQsMCwzMi44YzAsMCwwLDAsMCwwbDAsMAoJCQkJCWMwLTEuMiwxLTIuMSwyLjEtMi4xYzAsMCwwLDAsMCwwaDEzMkMxMzUuMywzMC42LDEzNi4zLDMxLjYsMTM2LjMsMzIuOEMxMzYuMywzMi44LDEzNi4zLDMyLjgsMTM2LjMsMzIuOHoiLz4KCQkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNC4zLDY0LjlMMzQuMyw2NC45Yy0wLjgsMC44LTIuMiwwLjgtMywwTDAuNiwzNC4zYy0wLjgtMC44LTAuOC0yLjIsMC0zbDAsMGMwLjgtMC44LDIuMi0wLjgsMywwCgkJCQkJbDMwLjYsMzAuNkMzNS4xLDYyLjcsMzUuMSw2NC4xLDM0LjMsNjQuOXoiLz4KCQkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNC4zLDAuNkwzNC4zLDAuNmMwLjgsMC44LDAuOCwyLjIsMCwzTDMuNiwzNC4zYy0wLjgsMC44LTIuMiwwLjgtMywwbDAsMGMtMC44LTAuOC0wLjgtMi4yLDAtM0wzMS4zLDAuNgoJCQkJCUMzMi4xLTAuMiwzMy40LTAuMiwzNC4zLDAuNnoiLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K") no-repeat 0 0;
  height: 1.875rem;
  width: 2.5rem;
  display: inline-block;
  margin-top: 2px;
  margin-right: 0.5rem;
  vertical-align: text-top;
}

.post-navigation .nav-previous a:hover span.prev,
.post-navigation .nav-previous a:focus span.prev,
.post-navigation .nav-previous a:active span.prev,
.posts-navigation .nav-previous a:hover span.prev,
.posts-navigation .nav-previous a:focus span.prev,
.posts-navigation .nav-previous a:active span.prev {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjUuMi4zLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDEzNi4zIDY1LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzNi4zIDY1LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGcgaWQ9IkViZW5lXzJfMV8iPgoJPGcgaWQ9IkViZW5lXzEtMiI+CgkJPGcgaWQ9IkViZW5lXzItMiI+CgkJCTxnIGlkPSJFYmVuZV8xLTItMiI+CgkJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTM2LjMsMzIuOEwxMzYuMywzMi44YzAsMS4yLTAuOSwyLjEtMi4xLDIuMWMwLDAsMCwwLDAsMEgyLjFDMSwzNC45LDAsMzQsMCwzMi44YzAsMCwwLDAsMCwwbDAsMAoJCQkJCWMwLTEuMiwxLTIuMSwyLjEtMi4xYzAsMCwwLDAsMCwwaDEzMkMxMzUuMywzMC42LDEzNi4zLDMxLjYsMTM2LjMsMzIuOEMxMzYuMywzMi44LDEzNi4zLDMyLjgsMTM2LjMsMzIuOHoiLz4KCQkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNC4zLDY0LjlMMzQuMyw2NC45Yy0wLjgsMC44LTIuMiwwLjgtMywwTDAuNiwzNC4zYy0wLjgtMC44LTAuOC0yLjIsMC0zbDAsMGMwLjgtMC44LDIuMi0wLjgsMywwCgkJCQkJbDMwLjYsMzAuNkMzNS4xLDYyLjcsMzUuMSw2NC4xLDM0LjMsNjQuOXoiLz4KCQkJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNC4zLDAuNkwzNC4zLDAuNmMwLjgsMC44LDAuOCwyLjIsMCwzTDMuNiwzNC4zYy0wLjgsMC44LTIuMiwwLjgtMywwbDAsMGMtMC44LTAuOC0wLjgtMi4yLDAtM0wzMS4zLDAuNgoJCQkJCUMzMi4xLTAuMiwzMy40LTAuMiwzNC4zLDAuNnoiLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K") no-repeat 0 0;
}

.post-navigation .nav-next a span.next, .posts-navigation .nav-next a span.next {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjUuMi4zLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDEzNi4zIDY1LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzNi4zIDY1LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMUQxRDFCO30KPC9zdHlsZT4KPGcgaWQ9IkViZW5lXzJfMV8iPgoJPGcgaWQ9IkViZW5lXzEtMiI+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIuMSwzMC42aDEzMmMxLjIsMCwyLjEsMSwyLjEsMi4xbDAsMGMwLDEuMi0xLDIuMS0yLjEsMi4xSDIuMWMtMS4yLDAtMi4xLTEtMi4xLTIuMWwwLDAKCQkJQzAsMzEuNiwxLDMwLjYsMi4xLDMwLjZ6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwMiw2MS45bDMwLjYtMzAuNmMwLjgtMC44LDIuMi0wLjgsMywwbDAsMGMwLjgsMC44LDAuOCwyLjIsMCwzTDEwNSw2NC45Yy0wLjgsMC44LTIuMiwwLjgtMywwbDAsMAoJCQlDMTAxLjIsNjQuMSwxMDEuMiw2Mi43LDEwMiw2MS45eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDUsMC42bDMwLjYsMzAuNmMwLjgsMC44LDAuOCwyLjIsMCwzbDAsMGMtMC44LDAuOC0yLjIsMC44LTMsMEwxMDIsMy42Yy0wLjgtMC44LTAuOC0yLjIsMC0zbDAsMAoJCQlDMTAyLjgtMC4yLDEwNC4yLTAuMiwxMDUsMC42eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=") no-repeat 0 0;
  height: 1.875rem;
  width: 2.5rem;
  display: inline-block;
  margin-top: 2px;
  margin-left: 0.5rem;
  vertical-align: text-top;
}

.post-navigation .nav-next a:hover span.next,
.post-navigation .nav-next a:focus span.next,
.post-navigation .nav-next a:active span.next,
.posts-navigation .nav-next a:hover span.next,
.posts-navigation .nav-next a:focus span.next,
.posts-navigation .nav-next a:active span.next {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjUuMi4zLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDEzNi4zIDY1LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzNi4zIDY1LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGcgaWQ9IkViZW5lXzJfMV8iPgoJPGcgaWQ9IkViZW5lXzEtMiI+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIuMSwzMC42aDEzMmMxLjIsMCwyLjEsMSwyLjEsMi4xbDAsMGMwLDEuMi0xLDIuMS0yLjEsMi4xSDIuMWMtMS4yLDAtMi4xLTEtMi4xLTIuMWwwLDAKCQkJQzAsMzEuNiwxLDMwLjYsMi4xLDMwLjZ6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwMiw2MS45bDMwLjYtMzAuNmMwLjgtMC44LDIuMi0wLjgsMywwbDAsMGMwLjgsMC44LDAuOCwyLjIsMCwzTDEwNSw2NC45Yy0wLjgsMC44LTIuMiwwLjgtMywwbDAsMAoJCQlDMTAxLjIsNjQuMSwxMDEuMiw2Mi43LDEwMiw2MS45eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDUsMC42bDMwLjYsMzAuNmMwLjgsMC44LDAuOCwyLjIsMCwzbDAsMGMtMC44LDAuOC0yLjIsMC44LTMsMEwxMDIsMy42Yy0wLjgtMC44LTAuOC0yLjIsMC0zbDAsMAoJCQlDMTAyLjgtMC4yLDEwNC4yLTAuMiwxMDUsMC42eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=") no-repeat 0 0;
}

h2.postnav {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 0.625rem;
  padding: 0 1rem;
}
@media screen and (min-width: 600px) {
  h2.postnav {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  h2.postnav {
    padding: 0;
  }
}

/*----------------
# Breadcrumbs
------------------*/
.pally-breadcrumbs {
  margin-bottom: 2rem;
}
.pally-breadcrumbs:before {
  content: "";
  -webkit-mask: url(../icon_heart.svg) 0.125rem 0.25rem/1.125rem 1.125rem no-repeat;
          mask: url(../icon_heart.svg) 0.125rem 0.25rem/1.125rem 1.125rem no-repeat;
  background-color: var(--link_color);
  height: 1.25rem;
  width: 1.25rem;
  display: inline-block;
  margin-right: 0.25rem;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.sticky-post {
  border: 2px solid var(--body_text_color);
  display: inline-block;
  padding: 0.25rem 0.375rem;
  border-radius: 4px;
  margin-right: 0.375rem;
  margin-bottom: 0.5rem;
}

.post,
.page {
  margin: 0;
}
.entry-content .info {
  position: relative;
  padding: 1.25rem 4rem;
  background-color: #000;
  color: #fff;
  min-height: 4rem;
}
.entry-content .info:before {
  content: "";
  background: url(../icon_alert_1.svg) no-repeat 0 0;
  display: inline-block;
  height: 2.25rem;
  width: 2.25rem;
  position: absolute;
  left: 1rem;
  top: 1.125rem;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
  margin-bottom: 2rem;
}

.single .entry-content {
  margin-bottom: 8rem;
}

.page-content form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.blog .page-links {
  display: none;
  visibility: hidden;
}

.read-more {
  position: relative;
  top: -1rem;
  padding-left: 1.5rem;
  display: inline-block;
  text-decoration: none !important;
}
.read-more svg {
  height: 1.25rem;
  width: 1.25rem;
  vertical-align: middle;
  fill: var(--link_color);
  position: absolute;
  top: 0.3125rem;
  left: 0;
}
.read-more:hover svg, .read-more:active svg, .read-more:focus svg {
  fill: var(--hover_color);
}

.go-to-top {
  color: var(--tag_color_inside);
  background: transparent;
  border-radius: 1.625rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: normal;
  width: 3.25rem;
  height: 3.25rem;
  text-decoration: none;
  position: fixed;
  left: 2rem;
  bottom: 1.375rem;
  text-align: center;
  z-index: 99998;
  border: none;
  padding: 0;
  outline: 4px solid #fff;
}
.go-to-top span.aticon {
  position: relative;
  display: inline-block;
  width: 3.25rem;
  height: 3.25rem;
  background-color: var(--tag_bgcolor);
  border-radius: 1.625rem;
  box-shadow: var(--widget_special_shadow);
  z-index: 1;
}
.go-to-top span.aticon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent !important;
}
.go-to-top span.aticon.aticon-gototop::before {
  display: inline-block;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE5Ljg0OSwxNy45NTRMMTEuMjY0LC43ODFjLS41MjEtMS4wNDItMi4wMDctMS4wNDItMi41MjgsMEwuMTUxLDE3Ljk1NGMtLjQ3LC45NCwuMjE0LDIuMDQ2LDEuMjY0LDIuMDQ2SDE4LjU4NWMxLjA1MSwwLDEuNzM0LTEuMTA2LDEuMjY0LTIuMDQ2WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
  height: 1.25rem;
  width: 1.25rem;
}
.go-to-top:hover, .go-to-top:focus, .go-to-top:focus-visible {
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.go-to-top:hover .aticon, .go-to-top:focus .aticon, .go-to-top:focus-visible .aticon {
  background-color: var(--hover_bgcolor);
  color: var(--hover_color);
}
.go-to-top:hover .offscreen, .go-to-top:focus .offscreen, .go-to-top:focus-visible .offscreen {
  left: 50%;
  top: 0;
  height: auto !important;
  width: auto !important;
  clip: unset !important;
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
  padding: 0.5rem 2rem 0.5rem 2.65rem !important;
  font-size: 1rem;
  line-height: 2.25rem;
  text-transform: none;
  height: 100% !important;
}
.go-to-top .offscreen {
  position: absolute !important;
  top: 50%;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  white-space: nowrap;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  font-size: 1rem;
  transition: all 200ms;
  border-top-right-radius: 1.625rem;
  border-bottom-right-radius: 1.625rem;
  color: var(--offscreen-color) !important;
  background: var(--offscreen-bgcolor) !important;
  border: 0 !important;
  box-shadow: 0.04em 0.04em 0 rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.home article, .single article, .archive article, .search article {
  padding: 0;
  width: 100%;
  margin-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  .home article, .single article, .archive article, .search article {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.home article .entry-title, .single article .entry-title, .archive article .entry-title, .search article .entry-title {
  margin-bottom: 0.625rem;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: normal;
  overflow-wrap: break-word;
}
@media screen and (min-width: 600px) {
  .home article .entry-title, .single article .entry-title, .archive article .entry-title, .search article .entry-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 960px) {
  .home article .entry-title, .single article .entry-title, .archive article .entry-title, .search article .entry-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.home article .entry-title a, .single article .entry-title a, .archive article .entry-title a, .search article .entry-title a {
  color: var(--body_text_color);
  text-decoration: none;
}
.home article .entry-title a:hover, .home article .entry-title a:active, .home article .entry-title a:focus, .single article .entry-title a:hover, .single article .entry-title a:active, .single article .entry-title a:focus, .archive article .entry-title a:hover, .archive article .entry-title a:active, .archive article .entry-title a:focus, .search article .entry-title a:hover, .search article .entry-title a:active, .search article .entry-title a:focus {
  color: var(--hover_color);
  background-color: var(--hover_bgcolor);
}
.home article .entry-content p, .home article .entry-content li, .home article .entry-summary p, .home article .entry-summary li, .single article .entry-content p, .single article .entry-content li, .single article .entry-summary p, .single article .entry-summary li, .archive article .entry-content p, .archive article .entry-content li, .archive article .entry-summary p, .archive article .entry-summary li, .search article .entry-content p, .search article .entry-content li, .search article .entry-summary p, .search article .entry-summary li {
  font-size: 1.25rem;
  line-height: 1.5em;
}
.home .sameheight, .single .sameheight, .archive .sameheight, .search .sameheight {
  display: flex;
}
.home.page-template-default article, .single.page-template-default article, .archive.page-template-default article, .search.page-template-default article {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

.single article .entry-header {
  margin-bottom: 4rem;
}
.single article .entry-header .entry-title {
  font-size: 2rem;
  line-height: 2.5rem;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .single article .entry-header .entry-title {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}

.home article, .single article, .archive article {
  margin: 0;
  margin-bottom: 10rem;
}

.search article {
  margin: 0;
  margin-bottom: 10rem;
}

.archive .page-header, .search .page-header, .error404 .page-header {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 960px) {
  .archive .page-header, .search .page-header, .error404 .page-header {
    padding: 0 1rem;
  }
}
.archive .page-header .page-title, .search .page-header .page-title, .error404 .page-header .page-title {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .archive .page-header .page-title, .search .page-header .page-title, .error404 .page-header .page-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .archive .page-header .page-title, .search .page-header .page-title, .error404 .page-header .page-title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .archive .page-header .page-title, .search .page-header .page-title, .error404 .page-header .page-title {
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  .archive .page-header, .search .page-header, .error404 .page-header {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .archive.search-no-results section, .archive.error404 section, .search.search-no-results section, .search.error404 section, .error404.search-no-results section, .error404.error404 section {
    padding: 0 1rem;
  }
}
.archive.search-no-results .page-header, .archive.error404 .page-header, .search.search-no-results .page-header, .search.error404 .page-header, .error404.search-no-results .page-header, .error404.error404 .page-header {
  margin-bottom: 1rem;
}
.archive.search-no-results .page-content, .archive.error404 .page-content, .search.search-no-results .page-content, .search.error404 .page-content, .error404.search-no-results .page-content, .error404.error404 .page-content {
  margin-bottom: 8rem;
}
@media screen and (min-width: 960px) {
  .archive.search-no-results .page-content, .archive.error404 .page-content, .search.search-no-results .page-content, .search.error404 .page-content, .error404.search-no-results .page-content, .error404.error404 .page-content {
    padding: 0;
  }
}
.archive.search-no-results .page-content p, .archive.error404 .page-content p, .search.search-no-results .page-content p, .search.error404 .page-content p, .error404.search-no-results .page-content p, .error404.error404 .page-content p {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.error404 .error404image, .search-no-results .error404image {
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}
.error404 .error404image img, .search-no-results .error404image img {
  height: auto;
  width: 15rem;
}

.page-template-distraction-free-template .entry-content {
  margin: 0;
  max-width: auto;
}

.type-post .entry-header,
.type-page .entry-header,
.type-post .entry-footer,
.type-page .entry-footer {
  text-align: left;
  margin: 0;
  max-width: none;
  padding: 0;
}

.entry-footer div, .entry-meta div {
  color: var(--meta_color);
  display: inline-block;
}
.entry-footer div a, .entry-meta div a {
  color: var(--link_color);
}
.entry-footer div a:hover, .entry-footer div a:active, .entry-footer div a:focus, .entry-meta div a:hover, .entry-meta div a:active, .entry-meta div a:focus {
  background-color: var(--hover_bgcolor);
  color: var(--hover_color);
}
.entry-footer div.posted-on, .entry-meta div.posted-on {
  font-weight: 600;
  color: var(--body_text_color);
  margin-right: 0.375rem;
}
.entry-footer div.cat-links, .entry-footer div.tags-links, .entry-meta div.cat-links, .entry-meta div.tags-links {
  display: block;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.entry-footer div.cat-links span, .entry-footer div.tags-links span, .entry-meta div.cat-links span, .entry-meta div.tags-links span {
  font-weight: 600;
  color: var(--body_text_color);
  display: block;
  margin-bottom: 0.5rem;
}
.entry-footer div.cat-links a, .entry-footer div.tags-links a, .entry-meta div.cat-links a, .entry-meta div.tags-links a {
  background-color: var(--tag_bgcolor);
  color: var(--tag_color_inside);
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-weight: 600;
  margin: 0 0.375rem 0.5rem 0;
  display: inline-block;
  outline: none;
  text-decoration: none;
}
.entry-footer div.cat-links a:hover, .entry-footer div.cat-links a:active, .entry-footer div.cat-links a:focus, .entry-footer div.tags-links a:hover, .entry-footer div.tags-links a:active, .entry-footer div.tags-links a:focus, .entry-meta div.cat-links a:hover, .entry-meta div.cat-links a:active, .entry-meta div.cat-links a:focus, .entry-meta div.tags-links a:hover, .entry-meta div.tags-links a:active, .entry-meta div.tags-links a:focus {
  background-color: var(--hover_bgcolor);
  color: var(--hover_color);
}
.entry-footer div.cat-links a:focus-visible, .entry-footer div.tags-links a:focus-visible, .entry-meta div.cat-links a:focus-visible, .entry-meta div.tags-links a:focus-visible {
  outline: 3px solid var(--link_color);
}

.entry-meta {
  margin-bottom: 1rem;
}

.home .post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.post-thumbnail {
  margin-bottom: 1em;
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-thumbnail .caption {
  color: var(--meta_color);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.entry-title {
  overflow-wrap: break-word;
}
.entry-title h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: normal;
  font-style: italic;
}
@media screen and (min-width: 600px) {
  .entry-title h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .entry-title h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.entry-title a {
  color: var(--body_text_color);
  text-decoration: none;
  font-weight: normal;
}

.entry-header {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.entry-footer {
  margin-top: 4em;
  padding-bottom: 0 !important;
}
.entry-footer .footer-meta-holder {
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
}
.entry-footer .footer-meta-holder .cat-links, .entry-footer .footer-meta-holder .tags-links {
  display: block;
  margin-bottom: 2rem;
  width: 50%;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .entry-footer .footer-meta-holder .cat-links, .entry-footer .footer-meta-holder .tags-links {
    width: 100%;
  }
}

ul {
  margin-bottom: 2rem;
}

ul.primary-menu {
  margin-bottom: 0;
}

.contrast .go-to-top span.aticon {
  color: var(--body_text_color) !important;
  background-color: var(--tag_bgcolor) !important;
}
.contrast .go-to-top:hover, .contrast .go-to-top:active, .contrast .go-to-top:focus {
  background-color: transparent !important;
}
.contrast .go-to-top:hover .aticon, .contrast .go-to-top:active .aticon, .contrast .go-to-top:focus .aticon {
  background-color: var(--hover_color);
  color: var(--hover_bgcolor);
}
.contrast .go-to-top .offscreen {
  color: var(--offscreen-bgcolor) !important;
  background: var(--offscreen-color) !important;
}

/* Related posts
--------------------------------------------- */
.related-posts {
  border: 1px solid var(--border_color);
  padding: 1rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 60rem;
}
.related-posts .rp-title {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .related-posts .rp-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.related-posts .rp-holder a {
  background-color: var(--tag_bgcolor);
  color: var(--tag_color_inside);
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  margin: 0 0.375rem 0.5rem 0;
  display: inline-block;
  text-decoration: none;
}
.related-posts .rp-holder a:hover, .related-posts .rp-holder a:active, .related-posts .rp-holder a:focus {
  background-color: var(--hover_bgcolor);
}

/* Widgets
--------------------------------------------- */
.widget-area .widget {
  border: 1px solid var(--border_color);
  padding: 1rem;
}
.widget-area .widget .widget-title {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .widget-area .widget .widget-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.widget-area .widget .menu .menu-item + .menu-item {
  margin-top: 0;
}
.widget-area .widget ul {
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  transform: none;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-flow: wrap;
  gap: 0.5rem;
}
.widget-area .widget ul li {
  margin: 0;
  display: inline-block;
}
.widget-area .widget ul li > a, .widget-area .widget ul li div > a {
  background-color: var(--tag_bgcolor);
  color: var(--tag_color_inside);
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
.widget-area .widget ul li > a:hover, .widget-area .widget ul li > a:active, .widget-area .widget ul li > a:focus, .widget-area .widget ul li div > a:hover, .widget-area .widget ul li div > a:active, .widget-area .widget ul li div > a:focus {
  background-color: var(--hover_bgcolor);
  color: var(--hover_color);
  text-decoration: none;
}
.widget-area .widget ul li.wp-social-link a {
  background-color: transparent;
  border-radius: 0;
  font-size: inherit;
  line-height: normal;
  padding: 0.25em;
  font-weight: normal;
  margin-bottom: 0;
  display: flex;
}
.widget-area .widget ul li.wp-social-link a:hover, .widget-area .widget ul li.wp-social-link a:active, .widget-area .widget ul li.wp-social-link a:focus {
  background-color: var(--hover_bgcolor);
  color: var(--hover_color);
  text-decoration: none;
}
.widget-area .widget.widget_recent_entries ul li a {
  background-color: var(--widget_special_bgcolor);
  color: var(--body_text_color);
  padding: 1rem;
  box-shadow: var(--widget_special_shadow);
  margin: 0.5rem;
}
.widget-area .widget.widget_recent_entries ul li a:hover, .widget-area .widget.widget_recent_entries ul li a:active, .widget-area .widget.widget_recent_entries ul li a:focus {
  background-color: var(--hover_bgcolor);
  color: var(--hover_color);
}

.thesidebar {
  padding: 0 1rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .thesidebar {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 960px) {
  .thesidebar {
    padding: 0;
  }
}
.thesidebar section {
  width: 100%;
}

.single-post .thesidebar {
  margin-top: 0;
}

.error404 .widget_tag_cloud {
  padding: 0 2em;
}

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.home .widget article, .single .widget article, .archive .widget article, .search .widget article {
  margin-bottom: 0;
}

/*# sourceMappingURL=main.css.map*/