@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Resets
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
button {
  background-color: transparent;
  border-width: 0;
  color: inherit;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
figure {
  margin: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
p {
  margin: 0 0 1em;
}
cite {
  font-style: normal;
}
fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}
main {
  min-width: 0;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.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;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.hide-focus-outline *:focus {
  outline: 0;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
  Global
--------------------------------------------------------------*/
:root {
  --color-text: #221B0B;
  --color-text-light: #221B0B;
  --color-text-dark: #000000;
  --color-accent: #000000;
  --color-accent-alt: #333333;
  --color-link: #000000;
  --color-link-hover: #333333;
  --color-border: #000000;
  --color-border-light: #E3E3E3;
  --color-background-1: #FFF3E1;
  --color-background-2: #FFFBF8;
  --color-btn-text: #FFFFFF;
  --color-btn-text-hover: #FFFFFF;
  --color-btn-bg: #000000;
  --color-btn-bg-hover: #333333;
  --font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --font-style: normal;
  --font-weight: normal;
  --font-weight-bolder: 500;
  --headings-font: var(--font-family);
  --headings-font-weight: 500;
  --headings-font-style: normal;
  --menu-font-size: 20px;
  --menu-items-spacing: 40px;
  --content-width: 1200px;
  --content-narrow-width: 720px;
  --content-edge-padding: 15px;
  --content-font-weight: normal;
  --sidebar-width: 330px;
  --scrollbar-width: 15px;
  --view-width: calc(100vw - var(--scrollbar-width));
  --true: initial;
  --false: "";
  --default-editor: var(--true);
}
html {
  font-size: 62.5%; /* 1rem = 10px */
}
body {
  background: #fff;
  color: var(--color-text);
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-style: var(--font-style);
  font-size: 1.8rem;
  line-height: 1.86;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body ::-moz-selection {
  color: white;
  background-color: var(--color-accent);
}
body ::selection {
  color: white;
  background-color: var(--color-accent);
}
a {
  color: var(--color-link);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover, a:focus {
  color: var(--color-link-hover);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text-dark);
  font-family: var(--headings-font);
  font-weight: var(--headings-font-weight);
  line-height: 1.35;
  margin: 0 0 2rem;
}
h1, .heading-size-1 {
  font-size: 3.6rem;
}
h2, .heading-size-2 {
  font-size: 3rem;
}
h3, .heading-size-3 {
  font-size: 2.4rem;
}
h4, .heading-size-4 {
  font-size: 2.1rem;
}
h5, .heading-size-5 {
  font-size: 1.8rem;
}
h6, .heading-size-6 {
  font-size: 1.5rem;
}
em,
i,
q,
dfn {
  font-style: italic;
}
em em,
em i,
i em,
i i,
cite em,
cite i {
  font-weight: bolder;
}
big {
  font-size: 1.2em;
}
small {
  font-size: 0.75em;
}
b,
strong {
  font-weight: var(--font-weight-bolder);
}
ins {
  text-decoration: underline;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
abbr,
acronym {
  cursor: help;
}
address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}
hr,
.entry-content hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: var(--color-border);
  margin: 4rem 0;
}
.entry-content hr,
hr.styled-separator {
  background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
  background-color: transparent !important;
  border: none;
  height: 0.1rem;
  overflow: visible;
  position: relative;
}
.entry-content hr:not(.has-background),
hr.styled-separator {
  color: currentColor;
}
.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  -webkit-transform: rotate(22.5deg);
          transform: rotate(22.5deg);
  width: 0.1rem;
}
.entry-content hr::before,
hr.styled-separator::before {
  left: calc(50% - 0.5rem);
}
.entry-content hr::after,
hr.styled-separator::after {
  right: calc(50% - 0.5rem);
}
/* Quotes ------------------------------------ */
blockquote {
  border-color: var(--color-accent);
  border-style: solid;
  /*rtl:ignore*/
  border-width: 0 0 0 0.3rem;
  color: inherit;
  font-size: 1.11em;
  margin: 4rem 0;
  /*rtl:ignore*/
  padding: 0 0 0.5rem 1em;
}
cite {
  color: var(--color-text-light);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: var(--font-weight-bolder);
  line-height: 1.25;
}
blockquote cite {
  display: block;
  margin: 2rem 0 0 0;
}
blockquote p:last-child {
  margin: 0;
}
/* Code -------------------------------------- */
code,
kbd,
pre,
samp {
  font-family: monospace;
  padding: 0.4rem 0.6rem;
}
code,
kbd,
samp {
  background: rgba(0, 0, 0, 0.075);
}
pre {
  border: 0.1rem solid var(--color-border);
  line-height: 1.5;
  margin: 4rem 0;
  overflow: auto;
  padding: 3rem 2rem;
  text-align: left;
}
pre code {
  background: transparent;
  padding: 0;
}
/* Media ------------------------------------- */
figure {
  display: block;
  margin: 0;
}
iframe {
  display: block;
  max-width: 100%;
}
video {
  display: block;
}
svg,
img,
embed,
object {
  height: auto;
  max-width: 100%;
}
figcaption,
.wp-caption-text {
  color: #6d6d6d;
  display: block;
  font-size: 1.5rem;
  font-weight: var(--font-weight-bolder);
  line-height: 1.2;
  margin-top: 1.5rem;
}
figcaption a,
.wp-caption-text a {
  color: inherit;
}
blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}
/* GALLERIES */
.gallery,
.entry-content .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem -1.5rem;
}
.gallery-item {
  margin: 1.5rem 0;
  padding: 0 1.5rem;
  width: 100%;
}
.gallery-item img {
  vertical-align: top;
}
.gallery-caption {
  display: block;
  margin-top: 0.8em;
}
/* Tables ------------------------------------ */
table {
  border: 0.1rem solid var(--color-border-light);
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1.5rem;
  margin: 3rem 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.alignleft > table {
  margin: 0;
}
.alignright > table {
  margin: 0;
}
th,
td {
  border: 0.1rem solid var(--color-border);
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}
caption {
  background: var(--color-background-1);
  font-weight: var(--font-weight-bolder);
  padding: 0.5em;
  text-align: center;
}
thead {
  vertical-align: bottom;
  white-space: nowrap;
}
th {
  font-weight: var(--font-weight-bolder);
}
@media (min-width: 768px) {
  hr,
  .entry-content hr {
    margin: 6rem auto;
  }
}
img.avatar {
  border-radius: 50% !important;
  margin: 0;
  vertical-align: top;
}
.link-style-2 .post-title a:hover,
.link-style-2 .post-meta a:hover,
.link-style-2 .post-author a:hover,
.link-style-2 .meta-item a:hover,
.link-style-2 .entry-taxonomies a:hover,
.link-style-2 .post-categories a:hover,
.link-style-2 .breadcrumbs a:hover,
.link-style-2 .post-navigation .post-nav-item:hover .title,
.link-style-2 .product-title a:hover,
.link-style-2 ul.footer-menu li a:hover,
.link-style-2 .entry-content p > a:not(.woocommerce-Button):not(.button),
.link-style-2 .entry-content em > a,
.link-style-2 .entry-content strong > a,
.link-style-2 .entry-content > ul a,
.link-style-2 .entry-content > ol a,
.link-style-2 .account-menu > li > a:hover,
.link-style-2 .account-logout-link:hover,
.link-style-2 .wp-block-table a,
.link-style-2 .link-style a:hover,
.link-style-2 .product_meta a:hover {
  text-decoration: underline;
}
/*--------------------------------------------------------------
  Grid
--------------------------------------------------------------*/
.grid {
  display: grid;
  grid-template-columns: repeat(var(--columns, 12), 1fr);
  grid-column-gap: var(--column-gap, 30px);
  grid-row-gap: var(--row-gap, 30px);
}
@media (min-width: 576px) {
  .grid {
    grid-template-columns: repeat(var(--columns-sm), minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(var(--columns-md), minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .grid {
    grid-template-columns: repeat(var(--columns-lg), minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(var(--columns-xl), minmax(0, 1fr));
  }
}
.grid-cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
.grid-cols.no-gap {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 0;
}
.grid-col-1 {
  grid-template-columns: minmax(0, 1fr);
}
.grid-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 576px) {
  .grid-sm-col-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .grid-sm-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-sm-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-sm-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-md-col-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .grid-md-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-md-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-md-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .grid-lg-col-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .grid-lg-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-lg-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-lg-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-lg-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-lg-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .grid-xl-col-1 {
    grid-template-columns: minmax(0, 1fr);
  }
  .grid-xl-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-xl-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-xl-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-xl-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-xl-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
/*--------------------------------------------------------------
  Forms
--------------------------------------------------------------*/
label {
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
input[type=reset],
textarea,
select {
  background-color: transparent;
  border: 1px solid var(--color-border);
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--color-text);
  display: block;
  font-size: 1.6rem;
  line-height: 24px;
  outline: 0;
  padding: 12px 20px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=reset]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background: #fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 12px top 55%;
  background-size: 16px 16px;
}
/* Search Form ------------------------------------ */
.search-form {
  position: relative;
}
.sf-input {
  display: block;
  font-size: 18px;
  padding-right: 50px !important;
  width: 100%;
}
.sf-submit {
  position: absolute;
  top: 1px;
  right: 1px;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--color-text-dark);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 48px;
}
.sf-submit i {
  font-size: 24px;
  line-height: 1;
}
.mobile-search-form {
  display: none;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
input[type=search].msf-input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-size: 1.4rem;
  line-height: 26px;
  padding: 12px 64px 12px 20px;
}
input[type=search].msf-input ::-webkit-input-placeholder { /* Edge */
  color: rgba(255, 255, 255, 0.6);
}
input[type=search].msf-input :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}
input[type=search].msf-input ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
input[type=search].msf-input ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
input[type=search].msf-input ::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
input[type=search].msf-input:focus {
  border-color: #fff;
}
.msf-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
}
.msf-submit i {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form-fields-white input[type=text],
.form-fields-white input[type=email],
.form-fields-white input[type=password],
.form-fields-white input[type=number],
.form-fields-white input[type=tel],
.form-fields-white input[type=url],
.form-fields-white input[type=search],
.form-fields-white select,
.form-fields-white .selectric,
.form-fields-white textarea {
  background-color: #fff;
}
.form-fields-transparent input[type=text],
.form-fields-transparent input[type=email],
.form-fields-transparent input[type=password],
.form-fields-transparent input[type=number],
.form-fields-transparent input[type=tel],
.form-fields-transparent input[type=url],
.form-fields-transparent input[type=search],
.form-fields-transparent select,
.form-fields-transparent .selectric,
.form-fields-transparent textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.form-fields-transparent input[type=text]:focus,
.form-fields-transparent input[type=email]:focus,
.form-fields-transparent input[type=password]:focus,
.form-fields-transparent input[type=number]:focus,
.form-fields-transparent input[type=tel]:focus,
.form-fields-transparent input[type=url]:focus,
.form-fields-transparent input[type=search]:focus,
.form-fields-transparent select:focus,
.form-fields-transparent .selectric:focus,
.form-fields-transparent textarea:focus {
  -webkit-box-shadow: inset 0 0 1px 1px #fff;
          box-shadow: inset 0 0 1px 1px #fff;
}
.form-fields-transparent::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-fields-transparent::-webkit-input-placeholder, .form-fields-transparent:-ms-input-placeholder, .form-fields-transparent::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
/* Checkbox ------------------------------------ */
.checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.checkbox input + span {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  line-height: 18px;
  margin: 5px 0;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox input + span:before {
  top: 1px;
  left: 6px;
  width: 6px;
  height: 12px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: var(--color-accent);
  -webkit-transform: rotateZ(39deg);
          transform: rotateZ(39deg);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  visibility: hidden;
  z-index: 1;
}
.checkbox input + span:after {
  border: 1px solid var(--color-border);
  border-radius: 2px;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
}
.checkbox input + span:before, .checkbox input + span:after {
  content: "";
  position: absolute;
}
.checkbox input:checked + span:before {
  opacity: 1;
  visibility: visible;
}
.checkbox input:disabled ~ span:before {
  opacity: 0.6;
}
.ajax-search-form input[type=search]::-ms-clear,
.ajax-search-form input[type=search]::-webkit-clear-button {
  display: none;
}
.ajax-search-results {
  position: absolute;
  top: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  min-width: 270px;
  width: 100%;
}
.ajax-search-results .post-list {
  margin: 0;
  padding: 12px 0 15px;
  list-style-type: none;
}
.ajax-search-results .post-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.26;
  margin: 0;
}
.ajax-search-results .post-title:last-child {
  margin-bottom: 0;
}
.ajax-search-results .post-title a {
  color: var(--color-text);
  padding: 9px 20px;
}
.ajax-search-results .post-title a:hover {
  background-color: var(--color-background);
  color: var(--color-link);
}
.ajax-search-results .ajax-search-more button[type=submit] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-link);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  padding: 12px 20px;
  outline: 0;
  width: 100%;
  text-align: left;
}
.ajax-search-results .ajax-search-more button[type=submit]:hover {
  color: var(--color-text-dark);
  background-color: var(--color-background);
}
.ajax-search-results .ajax-search-more i {
  font-size: 15px;
  margin-left: 6px;
}
.nav-search-form .ajax-search-results {
  left: 0;
}
.ajax-search-loader {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 9;
}
.ajax-search-loader .spinner {
  display: block;
}
.nav-search-form .ajax-search-loader {
  right: 10px;
}
.search-form .ajax-search-loader {
  right: 50px;
}
.mc4wp-alert {
  font-size: 15px;
  line-height: 1.71;
  padding: 12px 18px;
  background: var(--color-background-1);
  margin-top: 10px;
}
.mc4wp-alert > p:last-child {
  margin-bottom: 0;
}
.ls-form-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.ls-form-line div {
  margin: 0;
  width: 100%;
}
.ls-form-line input[type=text],
.ls-form-line input[type=email] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ls-form-line .ls-form-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ls-form-line .ls-form-submit input[type=submit],
.ls-form-line .ls-form-submit button[type=submit] {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .ls-form-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ls-form-line > p,
  .ls-form-line > div {
    width: auto;
  }
  .ls-form-line .ls-form-submit input[type=submit],
  .ls-form-line .ls-form-submit button[type=submit] {
    min-width: 150px;
    width: auto;
  }
}
/*--------------------------------------------------------------
  Utilities
--------------------------------------------------------------*/
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.shadow-blocks .elementor-widget-wrap .elementor-element {
  position: relative;
}
.shadow-blocks .elementor-widget-wrap .elementor-element:before {
  -webkit-box-shadow: 0px 24px 174px 5px rgba(57, 81, 118, 0.11);
          box-shadow: 0px 24px 174px 5px rgba(57, 81, 118, 0.11);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
/* Layout ------------------------------------ */
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.screen-height {
  min-height: 100vh;
}
.admin-bar .screen-height {
  min-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
  .admin-bar .screen-height {
    min-height: calc(100vh - 46px);
  }
}
.screen-width {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}
.clear {
  clear: both;
}
/* Image Classes ----------------------------- */
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-attachment-fixed {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .bg-attachment-fixed {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-attachment-fixed {
    background-attachment: scroll;
  }
}
.site-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIyOTAgMjkwIDMyIDMyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDI5MCAyOTAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTMyMiwyOTEuODU1TDMyMC4xNDQsMjkwTDMwNiwzMDQuMTQ2TDI5MS44NTUsMjkwTDI5MCwyOTEuODU1bDE0LjE0NiwxNC4xNDZMMjkwLDMyMC4xNDZsMS44NTUsMS44NTQNCglMMzA2LDMwNy44NTZMMzIwLjE0NCwzMjJsMS44NTYtMS44NTRsLTE0LjE0NS0xNC4xNDVMMzIyLDI5MS44NTV6Ii8+DQo8L3N2Zz4NCg==), auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity, -webkit-transform 0.3s ease-out;
  transition: opacity, -webkit-transform 0.3s ease-out;
  transition: opacity, transform 0.3s ease-out;
  transition: opacity, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 0;
}
.page-loading .site-overlay {
  background-color: #fff;
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
body.page-loading {
  overflow: hidden;
}
.headline-highlight {
  position: relative;
  display: inline-block;
  overflow: visible;
  z-index: 1;
}
.headline-highlight svg {
  position: absolute;
  top: 100%;
  left: 50%;
  width: calc(100% + 20px);
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: visible;
  margin-top: -6px;
  z-index: -1;
}
.headline-highlight svg path {
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 8px;
  stroke-linecap: round;
  stroke-dasharray: 1500;
}
.underline-accent {
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
}
@media (max-width: 480px) {
  .headline-highlight svg {
    margin-top: -3px;
  }
  .headline-highlight svg path {
    stroke-width: 3px;
  }
}
@media (min-width: 768px) {
  .sticky-top {
    position: sticky !important;
    top: var(--admin-bar, 60px);
  }
}
.elementor-icon.elementor-social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blur75 {
  -webkit-filter: blur(75px);
          filter: blur(75px);
}
.font-feature-lnum {
  -webkit-font-feature-settings: "lnum" on;
          font-feature-settings: "lnum" on;
}
.text-stroke-white {
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}
.text-stroke-black {
  -webkit-text-stroke: 1px black;
  text-stroke: 1px black;
}
/*--------------------------------------------------------------
  Layout
--------------------------------------------------------------*/
.site-content {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
.transparent-header .site-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.container {
  width: 100%;
  padding-left: var(--content-edge-padding);
  padding-right: var(--content-edge-padding);
  margin-right: auto;
  margin-left: auto;
  max-width: var(--content-width);
}
.elementor-template-full-width .content-header .site-container {
  max-width: var(--content-width);
}
.elementor-template-full-width .content-wrapper {
  padding: 0;
}
.elementor-template-full-width .content-wrapper .site-container {
  padding: 0;
  max-width: 100%;
}
#main {
  z-index: 1;
}
#secondary {
  margin-top: 30px;
  position: relative;
}
@media (min-width: 1025px) {
  #secondary {
    margin-top: 0;
  }
}
@font-face {
  font-family: "lifeshine";
  src: url("../fonts/lifeshine.eot?93621302");
  src: url("../fonts/lifeshine.eot?93621302#iefix") format("embedded-opentype"), url("../fonts/lifeshine.woff2?93621302") format("woff2"), url("../fonts/lifeshine.woff?93621302") format("woff"), url("../fonts/lifeshine.ttf?93621302") format("truetype"), url("../fonts/lifeshine.svg?93621302#lifeshine") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'lifeshine';
    src: url('../font/lifeshine.svg?93621302#lifeshine') format('svg');
  }
}
*/
[class^=shine-icon-],
[class*=" shine-icon-"] {
  font-family: "lifeshine";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1em;
  speak: never;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shine-icon-play-alt:before {
  content: "\e800";
}
/* '' */
.shine-icon-angle-down:before {
  content: "\e802";
}
/* '' */
.shine-icon-angle-up:before {
  content: "\e803";
}
/* '' */
.shine-icon-angle-left:before {
  content: "\e804";
}
/* '' */
.shine-icon-angle-right:before {
  content: "\e805";
}
/* '' */
.shine-icon-close:before {
  content: "\e807";
}
/* '' */
.shine-icon-minus:before {
  content: "\e809";
}
/* '' */
.shine-icon-plus:before {
  content: "\e810";
}
/* '' */
.shine-icon-search:before {
  content: "\e811";
}
/* '' */
.shine-icon-check-list:before {
  content: "\e812";
}
/* '' */
.shine-icon-calendar:before {
  content: "\e813";
}
/* '' */
.shine-icon-play:before {
  content: "\e814";
}
/* '' */
.shine-icon-question:before {
  content: "\e815";
}
/* '' */
.shine-icon-user:before {
  content: "\e817";
}
/* '' */
.shine-icon-bag:before {
  content: "\e818";
}
/* '' */
.shine-icon-menu:before {
  content: "\e819";
}
/* '' */
.shine-icon-pin:before {
  content: "\e820";
}
/* '' */
.shine-icon-arrow-up:before {
  content: "\e821";
}
/* '' */
.shine-icon-arrow-down:before {
  content: "\e822";
}
/* '' */
.shine-icon-flower:before {
  content: "\e823";
}
/* '' */
.shine-icon-shining-star:before {
  content: "\e824";
}
/* '' */
.shine-icon-date:before {
  content: "\e88c";
}
/* '' */
.shine-icon-level:before {
  content: "\e88d";
}
/* '' */
.shine-icon-star-half:before {
  content: "\e890";
}
/* '' */
.shine-icon-star-o:before {
  content: "\e891";
}
/* '' */
.shine-icon-check:before {
  content: "\e893";
}
/* '' */
.shine-icon-headset:before {
  content: "\e894";
}
/* '' */
.shine-icon-images:before {
  content: "\e896";
}
/* '' */
.shine-icon-folder:before {
  content: "\e93d";
}
/* '' */
.shine-icon-comment:before {
  content: "\e93e";
}
/* '' */
.shine-icon-star:before {
  content: "\e93f";
}
/* '' */
.shine-icon-lock:before {
  content: "\e94c";
}
/* '' */
.shine-icon-clock:before {
  content: "\e94d";
}
/* '' */
.shine-icon-user-alt:before {
  content: "\e950";
}
/* '' */
.shine-icon-share:before {
  content: "\e963";
}
/* '' */
.shine-icon-file-text:before {
  content: "\e967";
}
/* '' */
.ls-svg-icon {
  width: auto;
  height: 18px;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
/* stylelint-disable */
.button,
.wp-block-button__link,
.wp-element-button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 2px;
  background: var(--color-btn-bg);
  color: var(--color-btn-text);
  padding: 12px 30px;
  border: 1px solid transparent;
  line-height: 24px;
  display: inline-block;
  font-family: inherit;
  font-size: 1.8rem;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.button:visited,
.wp-block-button__link:visited,
.wp-element-button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  background: var(--color-btn-bg);
  color: var(--color-btn-text);
}
.button:hover, .button:focus, .button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-element-button:hover,
.wp-element-button:focus,
.wp-element-button:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  color: var(--color-btn-text-hover);
  background: var(--color-btn-bg-hover);
}
.button:disabled, .button.disabled,
.wp-block-button__link:disabled,
.wp-block-button__link.disabled,
.wp-element-button:disabled,
.wp-element-button.disabled,
input[type=button]:disabled,
input[type=button].disabled,
input[type=reset]:disabled,
input[type=reset].disabled,
input[type=submit]:disabled,
input[type=submit].disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button.button-sm {
  font-size: 1.5rem;
  padding: 10px 24px;
}
.button.button-lg {
  font-size: 2rem;
  padding: 18px 30px;
}
.button-block {
  width: 100%;
}
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-element-button {
  padding: 0.4em 1em;
}
.button.button-style-outline,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-element-button {
  border: 1px solid currentColor;
  color: var(--color-accent);
}
.button.button-style-outline:hover, .button.button-style-outline:focus, .button.button-style-outline:active,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active,
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-block-button.is-style-outline .wp-element-button:focus,
.wp-block-button.is-style-outline .wp-element-button:active {
  border: 1px solid currentColor;
  -webkit-box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline .wp-element-button:not(.has-background) {
  background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,
.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,
.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,
.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active {
  background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color) .button.button-style-outline:not(.has-text-color) {
  color: var(--color-btn-bg);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color) .button.button-style-outline:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color) .button.button-style-outline:not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color) .button.button-style-outline:not(.has-text-color):active {
  color: var(--color-btn-bg-hover);
}
.button.button-style-outline {
  color: var(--color-accent);
  background: transparent;
  border: 1px solid currentColor;
  line-height: 22px;
}
.button.button-style-outline:hover, .button.button-style-outline:focus, .button.button-style-outline:active {
  background: var(--color-accent);
  color: white;
}
/*--------------------------------------------------------------
  Loaders
--------------------------------------------------------------*/
.preloader {
  margin: 0 auto;
  text-align: center;
}
#loader {
  position: fixed;
  z-index: 999999;
}
.loader-circle {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.loader-circle .loader-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loader-circle .loader-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: var(--color-accent);
  border-radius: 100%;
  -webkit-animation: anim-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: anim-circleBounceDelay 1.2s infinite ease-in-out both;
}
.loader-circle .loader-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.loader-circle .loader-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.loader-circle .loader-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.loader-circle .loader-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.loader-circle .loader-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.loader-circle .loader-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.loader-circle .loader-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.loader-circle .loader-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.loader-circle .loader-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.loader-circle .loader-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.loader-circle .loader-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.loader-circle .loader-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.loader-circle .loader-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.loader-circle .loader-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.loader-circle .loader-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.loader-circle .loader-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.loader-circle .loader-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.loader-circle .loader-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.loader-circle .loader-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.loader-circle .loader-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.loader-circle .loader-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.loader-circle .loader-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
@-webkit-keyframes anim-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes anim-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.loader-square-spin {
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.loader-square-spin > div {
  width: 40px;
  height: 40px;
  -webkit-animation: anim-squareSpin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: anim-squareSpin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background: var(--color-accent);
}
@-webkit-keyframes anim-squareSpin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes anim-squareSpin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.loader-spinner-pulse {
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: var(--color-accent);
  border-radius: 100%;
  -webkit-animation: anim-pulseScaleOut 1s infinite ease-in-out;
          animation: anim-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes anim-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes anim-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.loader-wave {
  width: 50px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -25px;
  text-align: center;
  font-size: 10px;
}
.loader-wave .loader-rect {
  background-color: var(--color-accent);
  height: 100%;
  width: 6px;
  margin: 0 3px 0 0;
  display: inline-block;
  overflow: hidden;
  -webkit-animation: anim-waveStretchDelay 1.2s infinite ease-in-out;
          animation: anim-waveStretchDelay 1.2s infinite ease-in-out;
}
.loader-wave .loader-rect1 {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.loader-wave .loader-rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.loader-wave .loader-rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.loader-wave .loader-rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.loader-wave .loader-rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
@-webkit-keyframes anim-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes anim-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.google-circular {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  -webkit-animation: circleRotate 2s linear infinite;
          animation: circleRotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: circleDash 1.5s ease-in-out infinite, circleColor 6s ease-in-out infinite;
          animation: circleDash 1.5s ease-in-out infinite, circleColor 6s ease-in-out infinite;
}
@-webkit-keyframes circleRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circleRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes circleDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes circleDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes circleColor {
  100%, 0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }
}
@keyframes circleColor {
  100%, 0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }
}
.spinner {
  border: 2px solid var(--color-border-light);
  border-radius: 50%;
  border-top: 2px solid var(--color-accent);
  width: 20px;
  height: 20px;
  -webkit-animation: anim-spin 2s linear infinite;
          animation: anim-spin 2s linear infinite;
}
/*--------------------------------------------------------------
  Header
--------------------------------------------------------------*/
.site-logo img {
  height: auto;
}
.site-header {
  position: relative;
  z-index: 1008;
}
.full-width-header .header-wrapper .container,
.full-width-header .navbar .container {
  max-width: 100%;
}
.transparent-header .site-header {
  position: absolute;
  top: var(--admin-bar, 0);
  left: 0;
  width: 100%;
}
.transparent-header .site-header,
.transparent-header .navbar:not(.nav-is-fixed) {
  background: transparent;
}
.transparent-header .navbar:not(.nav-is-fixed) .menu-toggle-icon span {
  background: #fff;
}
@media (max-width: 1199.98px) {
  .nav-item-social {
    display: none;
  }
}
@media (min-width: 768px) {
  .topbar-section-1 .top-social {
    margin-left: -15px;
  }
}
/*--------------------------------------------------------------
  Nav Bar
--------------------------------------------------------------*/
.site-title {
  color: var(--color-text-dark);
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 360px;
  z-index: 1;
}
.site-logo .site-title {
  font-size: 2.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.logo-link {
  line-height: 1;
  position: relative;
  overflow: hidden;
  max-height: var(--sticky-height, var(--height));
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.logo-link img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  max-height: inherit;
  height: auto;
  width: auto;
  vertical-align: top;
}
.logo-alt {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  left: 0;
  z-index: 0;
}
.mobile-logo {
  display: none;
}
.mobile-nav-active .logo,
.mobile-nav-active .mobile-logo {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mobile-nav-active .mobile-logo ~ .logo {
  display: none;
}
.mobile-nav-active .mobile-logo {
  display: block;
}
.nav-is-fixed {
  position: fixed;
  top: var(--admin-bar, 0);
  left: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  z-index: 10000;
}
.nav-is-fixed .logo,
.nav-is-fixed .mobile-logo {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav-is-fixed .logo:not(.logo-alt),
.nav-is-fixed .mobile-logo:not(.logo-alt) {
  display: none;
}
.nav-is-fixed .logo-alt {
  visibility: visible;
  opacity: 1;
  position: relative;
  height: auto;
  z-index: 1;
}
#search-modal {
  position: fixed;
  top: var(--admin-bar, 0);
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}
#search-modal .search-form {
  width: 100%;
}
#search-modal input.sf-input {
  font-size: 18px;
}
body.search-modal-active {
  overflow: hidden;
}
body.search-modal-active #search-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 1000000;
}
body.search-modal-active .site-overlay,
body.search-modal-active .mobile-header {
  z-index: 0;
}
.search-modal-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 15px;
}
.search-modal-content-inner {
  max-width: 510px;
  width: 100%;
  padding-bottom: 60px;
}
.search-modal-title {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 30px;
  white-space: pre-wrap;
  text-align: center;
}
#search-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: var(--color-text-dark);
}
.navbar-wrapper {
  position: relative;
  z-index: 1;
}
.navbar {
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  -webkit-transition: background-color 400ms, height 400ms;
  transition: background-color 400ms, height 400ms;
  --height: 90px;
}
.navbar .container {
  min-height: var(--sticky-height, var(--height));
}
.site-navigation {
  min-height: var(--sticky-height, var(--height));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.site-navigation.mobile-nav-active .nav-menu-wrap {
  display: none;
}
.site-navigation.mobile-nav-active .mobile-toggle {
  display: inline-block;
}
.site-navigation.mobile-nav-active .container {
  padding-left: 30px;
  padding-right: 30px;
}
.site-navigation .nav-item {
  min-width: 0;
}
.site-navigation .mobile-toggle,
.site-navigation .nav-item-social a,
.site-navigation .nav-menu > li > .menu-link,
.site-navigation .nav-btn {
  color: var(--header-link-color, var(--color-text-dark));
}
.site-navigation .mobile-toggle:hover,
.site-navigation .nav-item-social a:hover,
.site-navigation .nav-menu > li > .menu-link:hover,
.site-navigation .nav-btn:hover {
  color: var(--header-link-hover-color, #333333);
}
.header-layout-1 .site-navigation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.header-layout-2 .site-navigation {
  display: grid;
  grid-template-columns: auto 1fr;
}
.nav-start,
.nav-middle,
.nav-end {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.nav-start .nav-item-wrap:last-child {
  margin-right: 20px;
}
.nav-end .nav-item-wrap:first-child {
  margin-left: 20px;
}
.nav-start,
.nav-end {
  min-width: 0;
}
.nav-items {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav-start .nav-items {
  margin-right: auto;
}
.nav-end .nav-items {
  margin-left: auto;
}
.nav-items .nav-btn > .btn-inner i,
.nav-items .nav-btn > i {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
}
.nav-item-social {
  display: none;
}
.mobile-nav-active .nav-item-social {
  display: none;
}
.nav-item-social .social-list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: inherit;
}
.nav-item-social .social-list a {
  height: inherit;
}
.nav-menu-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: inherit;
  min-width: 0;
}
.nav-menu-wrap.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nav-menu-wrap.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-menu-wrap.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-initializing .nav-menu {
  position: absolute;
}
.nav-initializing .nav-menu-wrap,
.nav-initializing .nav-items {
  visibility: hidden;
}
.header-layout-1 .nav-start .nav-menu-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-layout-1 .nav-end .nav-menu-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-layout-1 .mobile-nav-active .nav-btn-cta {
  display: none;
}
.header-layout-1 .mobile-nav-active .mobile-toggle {
  margin-left: -15px;
}
.header-layout-2 .mobile-nav-active .mobile-toggle {
  margin-right: -15px;
}
.mobile-toggle {
  cursor: pointer;
  display: none;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
.mobile-toggle .shine-icon-menu {
  font-size: 20px;
}
.modal-close-button {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  height: 50px;
  width: 50px;
  padding: 0;
}
.nav-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 40px;
}
.nav-btn .btn-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.nav-btn i {
  height: inherit;
}
.nav-btn-cta {
  margin: 0 18px;
}
.nav-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  white-space: nowrap;
  height: inherit;
}
.nav-item-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  height: inherit;
}
.nav-item-wrap.dropdown-open-on-hover {
  position: relative;
}
.nav-item-wrap.dropdown-open-on-hover:focus .nav-dropdown:before,
.nav-item-wrap.dropdown-open-on-hover:focus .nav-dropdown, .nav-item-wrap.dropdown-open-on-hover:hover .nav-dropdown:before,
.nav-item-wrap.dropdown-open-on-hover:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
}
.nav-dropdown {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  color: var(--color-text);
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 20px;
  font-size: 1.5rem;
  text-align: left;
  min-width: 270px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
  /* Track */
  /* Handle */
}
.nav-dropdown:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 14px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  opacity: 0;
  visibility: hidden;
}
.nav-dropdown::-webkit-scrollbar {
  width: 8px;
}
.nav-dropdown::-webkit-scrollbar-track {
  background: #f4f4f4;
}
.nav-dropdown::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
}
.nav-dropdown::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4);
}
.nav-dropdown.account-dropdown {
  font-size: 13px;
  min-width: 172px;
  padding: 0;
  z-index: 3;
}
.btn-login {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-login .avatar {
  border-radius: 50%;
  height: 22px;
  width: 22px;
}
.btn-login span {
  display: none;
  color: inherit;
  line-height: inherit;
}
.account-dropdown .user-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 12px 18px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 9;
}
.account-dropdown .user-link:hover {
  background: #fafafa;
}
.account-dropdown .user-link .avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.account-dropdown .user-link .user-name {
  color: var(--color-text-dark);
  font-size: 14px;
  font-weight: var(--font-weight-bolder);
  line-height: 20px;
  margin-bottom: 3px;
}
.account-dropdown .user-link .user-mention {
  line-height: 1;
}
.account-dropdown .user-link .user-name,
.account-dropdown .user-link .user-mention {
  display: block;
}
.account-menu {
  margin-top: 5px;
  max-height: 640px;
  overflow: auto;
}
.account-menu li {
  display: block;
}
.account-menu a,
.account-logout-link {
  color: var(--color-text);
  display: block;
  font-weight: var(--font-weight-bolder);
  line-height: 20px;
  padding: 9px 18px;
}
.account-menu a:hover,
.account-logout-link:hover {
  color: #000;
  text-decoration: underline;
}
.account-logout-link {
  padding-bottom: 15px;
}
/* Nav Search Form ------------------------------------ */
.nav-sf-active .btn-search .icon-default {
  display: none;
}
.nav-sf-active .btn-search .icon-active {
  display: block;
}
.nav-sf-active .nav-search-container {
  opacity: 1;
  visibility: visible;
}
.nav-sf-active .nav-dropdown:before {
  opacity: 1;
  visibility: visible;
}
.nav-search-container {
  background: #fff;
  width: 100%;
  max-width: 320px;
  padding: 10px;
}
input.nav-sf-input {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  padding: 12px 48px 12px 15px;
  margin: 0;
  width: 100%;
}
input.nav-sf-input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav-sf-submit {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.nav-sf-submit i {
  color: var(--color-accent);
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-logo .site-title {
    font-size: 2.7rem;
  }
  .mobile-toggle {
    padding: 0;
  }
  .btn-login.btn-has-text {
    padding-left: 10px;
  }
  .btn-login.btn-has-text i {
    display: none;
  }
  .btn-login .btn-text {
    display: inline-block;
  }
  .nav-start .site-logo {
    margin-right: 30px;
  }
  .nav-middle .site-logo {
    margin: 0 30px;
  }
  .nav-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1025px) {
  .nav-item-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*--------------------------------------------------------------
  Menus
--------------------------------------------------------------*/
.nav-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: inherit;
  --menu-items-spacing: 50px;
}
.nav-menu li.menu-item, .nav-menu li.page_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav-menu > li > .menu-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-style: var(--font-style);
  font-size: var(--menu-font-size);
  height: 100%;
  padding-left: calc(var(--menu-items-spacing) / 2);
  padding-right: calc(var(--menu-items-spacing) / 2);
  -webkit-transition: background-color 0.3s, color 0.2s, padding 0.2s !important;
  transition: background-color 0.3s, color 0.2s, padding 0.2s !important;
  white-space: nowrap;
}
.nav-menu > li > .menu-link > i {
  font-size: 18px;
  min-width: 20px !important;
}
.nav-menu > li > .menu-link .menu-toggle {
  margin-left: 7px;
}
.nav-menu .menu-item > a {
  position: relative;
}
.nav-menu .menu-item > a > i {
  line-height: 24px;
  min-width: 16px;
  text-align: center;
}
.nav-menu .menu-item-has-children .menu-toggle {
  width: 15px;
  height: auto;
}
.nav-menu .sub-menu > li {
  position: relative;
}
.nav-menu .sub-menu .menu-link {
  color: var(--color-text-dark);
  line-height: 24px;
  min-height: 36px;
  padding: 8px 24px;
  text-align: left;
}
.nav-menu .sub-menu .menu-link:hover {
  color: var(--color-accent);
}
.nav-menu .sub-menu .hover-shift {
  left: auto !important;
  right: 100% !important;
}
.nav-menu > li > .menu-link:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-menu > li > .menu-link:hover:after,
.nav-menu > .current-menu-parent > .menu-link:after,
.nav-menu > .current-menu-item > .menu-link:after {
  left: calc(var(--menu-items-spacing) / 2);
  width: calc(100% - var(--menu-items-spacing));
}
.menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
}
.menu-icon svg {
  width: var(--icon-size, 15px);
  height: var(--icon-size, 15px);
  fill: var(--icon-color, currentColor);
}
.menu-text {
  text-overflow: ellipsis;
  overflow: hidden;
}
.has-sub-menu {
  position: relative;
}
.has-sub-menu .sub-menu {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
  position: absolute;
  padding: 12px 0 15px;
  min-width: 200px;
  z-index: 999;
  visibility: hidden;
}
.has-sub-menu .sub-menu a:hover {
  background-color: var(--color-background-1);
}
.has-sub-menu > .sub-menu {
  top: 100%;
  z-index: 1000;
}
.has-sub-menu > .sub-menu .sub-menu {
  top: -12px;
  left: 100%;
  z-index: 9999;
}
.has-sub-menu [data-menu-dir=left].is-active > .sub-menu {
  right: 100%;
  left: auto;
}
.has-sub-menu .menu-item {
  position: relative;
  overflow: hidden;
}
.has-sub-menu .menu-item.is-active {
  overflow: visible;
}
.has-sub-menu > .sub-menu .menu-item-has-children > .menu-link,
.has-sub-menu > .sub-menu .has-sub-menu > .menu-link {
  padding-right: 30px;
}
.has-sub-menu > .sub-menu .menu-item-has-children > .menu-link .menu-toggle,
.has-sub-menu > .sub-menu .has-sub-menu > .menu-link .menu-toggle {
  width: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.has-mega-menu {
  --columns-divider: 1px solid #E9E9E9;
}
.has-mega-menu > .sub-menu {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: var(--grid-template-columns, 1fr);
  min-height: 160px;
  width: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 999;
}
.has-mega-menu > .sub-menu a {
  color: var(--color-text);
}
.has-mega-menu > .sub-menu a:hover {
  color: var(--color-accent);
  text-decoration: underline;
}
.has-mega-menu > .sub-menu > li {
  text-align: left;
  padding: var(--columns-padding, 20px 30px);
}
.has-mega-menu > .sub-menu > li:not(:last-child) {
  -webkit-border-end: var(--columns-divider);
          border-inline-end: var(--columns-divider);
}
.has-mega-menu > .sub-menu > li:first-of-type:before {
  display: none;
}
.has-mega-menu > .sub-menu > li > .sub-menu > li:not(.mega-menu-heading) > a {
  font-weight: normal;
}
.has-mega-menu > .sub-menu .menu-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.has-mega-menu > .sub-menu .menu-item > a {
  padding-left: 0;
  padding-right: 0;
}
.has-mega-menu > .sub-menu .menu-toggle {
  display: none;
}
.has-mega-menu.mega-menu-columns-6 > .sub-menu {
  --grid-template-columns: repeat(6, 1fr);
}
.has-mega-menu.mega-menu-columns-5 > .sub-menu {
  --grid-template-columns: repeat(5, 1fr);
}
.has-mega-menu.mega-menu-columns-4 > .sub-menu {
  --grid-template-columns: repeat(4, 1fr);
}
.has-mega-menu.mega-menu-columns-3 > .sub-menu {
  --grid-template-columns: repeat(3, 1fr);
}
.has-mega-menu.mega-menu-columns-2 > .sub-menu {
  --grid-template-columns: repeat(2, 1fr);
}
.has-mega-menu .mega-menu-heading > a {
  color: var(--color-text-dark);
  font-family: var(--headings-font);
  font-weight: var(--headings-font-weight);
  font-size: 1.1em;
}
.has-sub-menu .sub-menu,
.has-mega-menu > .sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.has-mega-menu.is-active > .sub-menu,
.has-sub-menu.is-active > .sub-menu,
.has-sub-menu .is-active > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease, height 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease, height 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, margin 0.2s ease, height 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, margin 0.2s ease, height 0.2s ease, -webkit-transform 0.2s ease;
}
.mega-menu-full-width > .sub-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mega-menu-full-width > .sub-menu:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  width: 150vw;
  top: 0;
  left: -50vw;
  z-index: -1;
}
.mega-menu-custom-width {
  --mega-menu-max-width: 600px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mega-menu-custom-width > .sub-menu {
  max-width: var(--mega-menu-max-width);
}
.mega-menu-content-width > .sub-menu,
.mega-menu-full-width > .sub-menu {
  inset-inline: 0;
  margin-inline: auto;
  max-width: var(--content-width);
}
.nav-is-fixed .nav-menu .menu-item-btn .btn,
.menu-item-btn .btn {
  padding: 12px 30px !important;
}
.menu-item-btn {
  padding-left: 15px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}
.menu-item-container .menu-item-btn {
  display: none;
}
.nav-is-fixed .nav-menu .menu-item-btn {
  padding-top: 5px;
}
.menu-item-btn .btn {
  color: #fff !important;
  font-size: 12px;
  line-height: 16px !important;
  min-height: auto;
  margin-top: 3px;
}
.menu-item-btn .btn:hover {
  color: #1E49E1 !important;
}
.menu-items-container .menu-item-btn {
  display: none;
}
.menu-items-container .sub-menu {
  background-image: none !important;
}
.vertical-menu ul {
  position: relative;
  top: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: none;
}
.vertical-menu ul a {
  padding-left: 25px;
  line-height: 26px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.vertical-menu ul ul a {
  padding-left: 50px;
}
.vertical-menu li {
  position: relative;
}
.vertical-menu li.sub-menu-active > .sub-menu-toggle > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.vertical-menu a {
  padding: 0;
}
.vertical-menu > li > a {
  line-height: 50px;
}
.vertical-menu > li .sub-menu .sub-menu-toggle > i {
  line-height: 44px;
  height: 44px;
}
.vertical-menu .sub-menu {
  padding: 5px 0;
}
.menu-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-toggle i {
  font-size: 15px;
}
.sub-menu-toggle {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 9;
}
.sub-menu-toggle i {
  color: inherit;
  line-height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: top;
}
.sub-menu-toggle .icon-active {
  display: none;
}
.nav-logged-in {
  display: inline-block;
  vertical-align: top;
}
.nav-logged-in li {
  position: relative;
}
@media (max-width: 1199.98px) {
  .nav-menu > li > a {
    font-size: calc(var(--menu-font-size) * 0.8);
    padding-left: calc(var(--menu-items-spacing) * 0.4);
    padding-right: calc(var(--menu-items-spacing) * 0.4);
  }
}
.mobile-header {
  background-color: #fff;
  font-size: 16px;
  position: fixed;
  top: var(--admin-bar, 0);
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
}
body.mobile-header-active {
  overflow: hidden;
}
.mobile-header-active .mobile-header {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}
.mobile-header-close {
  margin-left: auto;
  text-align: center;
  z-index: 2;
}
.mobile-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 18px 0 20px;
  line-height: 60px;
  height: 60px;
  width: 100%;
  z-index: 3;
}
.mobile-top .nav-items {
  margin-left: 0;
}
.mobile-top .nav-btn {
  color: var(--color-text-dark);
  font-size: 16px;
  line-height: inherit;
}
.mobile-top .nav-btn > i,
.mobile-top .nav-items .nav-btn > .btn-inner i {
  line-height: inherit;
}
.mobile-top .btn-search .bicon-close {
  font-size: 14px;
}
.mobile-top .btn-login {
  height: inherit;
}
.mobile-top .btn-login .avatar {
  margin: 20px 10px;
  height: 20px;
  width: 20px;
}
.mobile-top .btn-login .btn-text {
  display: none;
}
.mobile-content {
  position: absolute;
  top: 60px;
  bottom: 0;
  width: 100%;
}
.mobile-content-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 30px 30px 60px 30px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mobile-menu {
  width: 100%;
}
.mobile-menu .sub-menu-toggle,
.mobile-menu a {
  color: var(--color-text-dark);
}
.mobile-menu > li > a {
  font-size: 20px;
}
.mobile-menu .menu-toggle {
  display: none;
}
.mobile-sidebar {
  position: relative;
  font-size: 15px;
  width: 100%;
}
.mobile-sidebar .widget-title .title {
  color: var(--color-text-dark);
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.mobile-widget {
  margin-bottom: 30px;
}
.mobile-widget li a {
  line-height: 24px;
  text-align: left;
}
.mobile-widget .widget-title {
  font-size: 16px;
}
.mobile-social {
  margin-top: auto;
  padding-top: 60px;
  text-align: center;
}
.mobile-social a {
  color: var(--color-text-dark);
  line-height: 50px;
  font-size: 18px;
  height: 50px;
  width: 50px;
  overflow: hidden;
}
.mobile-social i {
  line-height: inherit;
}
/*--------------------------------------------------------------
  Footer
--------------------------------------------------------------*/
.theme-footer {
  background-color: var(--color-background-1);
  position: relative;
}
.footer-top {
  font-size: 1.4rem;
  line-height: 18px;
  min-height: 80px;
  padding: 30px 0;
}
.footer-top .footer-menu li a {
  padding-top: 9px;
  padding-bottom: 9px;
}
.footer-main {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 3.5rem 0 0;
}
.footer-main .widget-title {
  color: var(--color-text-dark);
  line-height: 26px;
  margin: 0 0 20px;
  position: relative;
}
.footer-main .widget {
  margin-bottom: 4rem;
}
.footer-main figcaption, .footer-main .wp-caption-text {
  color: inherit;
}
.footer-main p {
  margin-bottom: 8px;
}
.footer-main p:last-child {
  margin-bottom: 0;
}
.footer-main .sub-menu {
  margin-top: 8px;
}
.footer-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 18px;
  min-height: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-bottom p {
  margin: 0 0 5px;
}
.footer-bottom .footer-content {
  text-align: center;
}
.footer-bottom .social-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-style-1,
.bottom-style-2 {
  text-align: center;
}
.bottom-style-2 .footer-menu,
.bottom-style-2 .footer-social,
.bottom-style-2 .footer-content {
  margin-bottom: 15px;
}
ul.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.footer-menu li a {
  display: block;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 12px;
}
.footer-social i {
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer-top {
    padding: 20px 0;
  }
  .footer-top .footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-top .footer-menu li {
    margin-right: 30px;
  }
  .footer-top .footer-menu li:last-child {
    margin-right: 0;
  }
  .footer-top .footer-menu li a {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-top-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-top-inner .footer-social:first-child {
    margin-left: -10px;
  }
  .footer-main {
    padding: 5rem 0 1rem;
  }
  .footer-bottom .footer-content {
    text-align: right;
  }
  .footer-bottom .footer-social .social-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bottom-style-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .bottom-style-2 .footer-menu,
  .bottom-style-2 .footer-social,
  .bottom-style-2 .footer-content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .footer-top .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-top .footer-content {
    padding-left: 12px;
  }
  .footer-top-inner > div,
  .footer-top-inner > ul {
    margin-bottom: 15px;
  }
  .footer-top-inner > div:last-child,
  .footer-top-inner > ul:last-child {
    margin-bottom: 0;
  }
  .footer-main .footer-col {
    padding-left: 27px;
    padding-right: 27px;
  }
}
#scroll-top {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: white;
  border-radius: 50%;
  color: var(--color-accent);
  border: 1px solid currentColor;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#scroll-top i {
  color: inherit;
  display: inline-block;
  line-height: 47px;
}
#scroll-top.active {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
}
#scroll-top.active:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: white;
}
/*--------------------------------------------------------------
  Widgets
--------------------------------------------------------------*/
.widget {
  margin-top: 0;
}
/* Widget Base ------------------------------- */
.widget-content > div > *:first-child {
  margin-top: 0;
}
.widget-content > div > *:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  margin: 0 0 2rem;
}
.widget li {
  margin: 1rem 0 0;
}
.widget li:first-child,
.widget li > ul,
.widget li > ol {
  margin-top: 1rem;
}
.widget table,
.widget table * {
  border-color: var(--color-border);
}
.widget table caption {
  background-color: var(--color-border);
}
.widget .post-date,
.widget .rss-date {
  display: block;
  font-size: 0.85em;
  font-weight: var(--font-weight-bolder);
  margin-top: 0.5rem;
}
.widget select {
  max-width: 100%;
}
/* Base List Widget -------------------------- */
.widget_archive select,
.widget_categories select {
  width: 100%;
}
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
  margin: 1rem 0 0;
}
.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
  margin-left: 2rem;
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
  text-decoration: none;
}
.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
  text-decoration: underline;
}
/* Widget: Calendar -------------------------- */
.calendar_wrap {
  font-size: 1.5rem;
}
.calendar_wrap th,
.calendar_wrap td,
.wp-calendar-nav span {
  display: table-cell;
  font-size: 1em;
  font-weight: var(--font-weight-bolder);
  line-height: 1;
  padding: 5% 2.5% 5% 2.5%;
  text-align: center;
}
.wp-calendar-table {
  margin: 0;
}
.wp-calendar-nav {
  display: table;
  width: 100%;
}
.calendar_wrap tfoot td {
  border-bottom: none;
}
.calendar_wrap tfoot a,
.calendar_wrap .wp-calendar-nav a {
  text-decoration: none;
}
.calendar_wrap tfoot #prev,
.calendar_wrap .wp-calendar-nav-prev {
  text-align: left;
}
.calendar_wrap tfoot #next,
.calendar_wrap .wp-calendar-nav-next {
  text-align: right;
}
/* Widget: Image ----------------------------- */
/* Widget: Gallery --------------------------- */
.widget_media_gallery .gallery {
  margin: 0 -0.4em -0.8em -0.4em;
  width: calc(100% + 0.8em);
}
.widget_media_gallery .gallery-item {
  margin: 0 0 0.8em 0;
  padding: 0 0.4em;
}
/* Widget: Nav Menu -------------------------- */
.widget_nav_menu .widget-content > div > ul {
  margin-left: 0;
}
/* Widget: Recent Comments ------------------- */
.widget_recent_comments li {
  font-weight: var(--font-weight-bolder);
}
.widget_recent_comments a {
  text-decoration: none;
}
.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
  text-decoration: underline;
}
/* Widget: Recent Entries -------------------- */
.widget_recent_entries a {
  font-weight: var(--font-weight-bolder);
  text-decoration: none;
}
.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
  text-decoration: underline;
}
/* Widget: RSS ------------------------------- */
.widget_rss .widget-title a.rsswidget:first-of-type {
  display: none;
}
.widget_rss .rsswidget {
  font-weight: var(--font-weight-bolder);
}
.widget_rss li {
  margin-top: 2rem;
}
.widget_rss a {
  text-decoration: none;
}
.widget_rss a:focus,
.widget_rss a:hover {
  text-decoration: underline;
}
.widget_rss .rssSummary {
  margin-top: 0.5rem;
}
.widget_rss cite {
  color: inherit;
  display: block;
  margin-top: 5px;
}
.widget_rss cite::before {
  content: "— ";
}
.widget-title .title {
  display: block;
  line-height: inherit;
}
/* Widget: Tag Cloud ------------------------- */
.widget_tag_cloud a,
.widget_product_tag_cloud a,
.wp-block-tag-cloud a,
.post-tags a {
  background-color: var(--color-background-1);
  border-radius: 2px;
  color: var(--color-text-dark);
  display: inline-block;
  font-size: 15px !important;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  padding: 7px 15px;
  margin-right: 7px;
  margin-bottom: 7px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
  vertical-align: top;
}
.widget_tag_cloud a:not(:hover),
.widget_product_tag_cloud a:not(:hover),
.wp-block-tag-cloud a:not(:hover),
.post-tags a:not(:hover) {
  text-decoration: none !important;
}
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover,
.wp-block-tag-cloud a:hover,
.post-tags a:hover {
  background: var(--color-accent);
  color: #fff;
}
.wp-block-tag-cloud,
.post-tags,
.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/*--------------------------------------------------------------
  Sidebar
--------------------------------------------------------------*/
.sidebar {
  z-index: 1;
}
.sidebar .widget-title {
  color: var(--color-text-dark);
  font-size: 2rem;
  margin: 0 0 20px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .sticky-sidebar {
    position: sticky;
    top: var(--admin-bar, 60px);
  }
}
/*--------------------------------------------------------------
  Listing
--------------------------------------------------------------*/
.post-title {
  color: var(--color-headings);
  line-height: 1.38;
  margin: 0;
  position: relative;
  word-break: break-word;
  white-space: normal;
  z-index: 1;
}
.post-title a {
  color: var(--color-headings);
  display: block;
}
.post-title a:hover {
  color: var(--color-link-hover);
}
.entry-post.sticky .post-title {
  padding-right: 20px;
}
.entry-post.sticky .post-title:after {
  color: var(--color-text);
  font-family: "lifeshine";
  content: "\e820";
  position: absolute;
  right: 0;
  top: 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.post-author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 15px;
}
.post-author .prefix {
  opacity: 0.8;
}
.post-author img {
  margin-right: 9px;
}
.post-author a:not(:hover) {
  color: var(--color-text-dark);
}
.post-excerpt {
  color: var(--color-text);
  font-size: 13px;
  line-height: 1.86;
  word-break: break-word;
}
.post-excerpt ul {
  list-style-type: disc;
  margin: 12px 0 12px 20px;
}
.post-excerpt ol {
  list-style-type: decimal;
  margin: 12px 0 12px 22px;
}
.post-excerpt > ul:last-child,
.post-excerpt > ol:last-child {
  margin-bottom: 0;
}
.post-excerpt ul, .post-excerpt ol {
  clear: both;
  font-size: 0.93em;
}
.post-excerpt ul ul, .post-excerpt ul ol, .post-excerpt ol ul, .post-excerpt ol ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-excerpt ul li, .post-excerpt ol li {
  margin-bottom: 5px;
}
.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 30px;
  list-style-type: none !important;
}
.post-meta li {
  white-space: nowrap;
}
.post-meta li a {
  display: inline-block;
  color: var(--color-text);
  line-height: inherit;
}
.post-meta li a:hover {
  color: var(--color-link-hover);
}
.post-meta li a:hover i {
  color: inherit;
}
.post-meta li i {
  color: var(--color-text-light);
  font-size: 1em;
  line-height: inherit;
  margin-right: 8px;
  vertical-align: top;
}
.post-meta li.meta-cats {
  white-space: normal;
}
.post-meta li.meta-cats:hover i {
  color: var(--color-link-hover);
}
.post-meta .post-categories {
  display: inline;
}
.post-meta .entry-taxonomies {
  display: inline;
}
.post-meta[data-divider] {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  --items-spacing: 9px;
}
.post-meta[data-divider] li:not(:last-of-type):after {
  position: relative;
  vertical-align: top;
  -webkit-margin-start: var(--items-spacing);
          margin-inline-start: var(--items-spacing);
}
.post-meta[data-divider] li:not(:last-of-type) {
  -webkit-margin-end: var(--items-spacing);
          margin-inline-end: var(--items-spacing);
}
.post-meta[data-divider=none] {
  --items-spacing: 20px;
}
.post-meta[data-divider=slash] li:not(:last-of-type):after {
  content: "/";
}
.post-meta[data-divider=line] li:not(:last-of-type):after {
  content: "-";
}
.post-meta[data-divider=dot] li:not(:last-of-type):after {
  content: "●";
  font-size: 0.6em;
}
.post-meta[data-divider=flower] li:not(:last-of-type):after {
  font-family: "lifeshine";
  font-size: 7px;
  content: "\e823";
}
.post-meta[data-divider=star] li:not(:last-of-type):after {
  font-family: "lifeshine";
  font-size: 17px;
  content: "\e824";
}
.meta-author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.meta-author a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  vertical-align: top;
}
.meta-author img.avatar {
  margin-right: 9px;
  height: auto;
  width: 24px;
}
.post-thumb {
  position: relative;
  overflow: hidden;
}
.post-thumb > a {
  display: block;
  overflow: hidden;
  position: relative;
}
.post-thumb > a:before {
  background-color: #fff;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.post-thumb img,
.post-thumb picture,
.post-thumb video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.post-thumb img {
  max-width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  vertical-align: top;
}
.post-thumb:hover a:before {
  opacity: 0.2;
}
.post-thumb .post-format-icon {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 45px;
  line-height: 45px;
  pointer-events: none;
  text-align: center;
  border-top-left-radius: 4px;
}
.post-thumb + .post-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
}
.post-thumb .video-play-button {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  z-index: 6;
}
.post-info {
  position: relative;
  z-index: 1;
}
.card-align-left {
  text-align: left;
}
.card-align-left .post-meta,
.card-align-left .post-author,
.card-align-left .tutor-ratings {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card-align-right {
  text-align: right;
}
.card-align-right .post-meta,
.card-align-right .post-author,
.card-align-right .tutor-ratings {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.card-align-center {
  text-align: center;
}
.card-align-center .post-meta,
.card-align-center .post-author,
.card-align-center .tutor-ratings {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .card-tablet-align-left {
    text-align: left;
  }
  .card-tablet-align-left .post-meta,
  .card-tablet-align-left .post-author,
  .card-tablet-align-left .tutor-ratings {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .card-tablet-align-right {
    text-align: right;
  }
  .card-tablet-align-right .post-meta,
  .card-tablet-align-right .post-author,
  .card-tablet-align-right .tutor-ratings {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .card-tablet-align-center {
    text-align: center;
  }
  .card-tablet-align-center .post-meta,
  .card-tablet-align-center .post-author,
  .card-tablet-align-center .tutor-ratings {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .card-mobile-align-left {
    text-align: left;
  }
  .card-mobile-align-left .post-meta,
  .card-mobile-align-left .post-author,
  .card-mobile-align-left .tutor-ratings {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .card-mobile-align-right {
    text-align: right;
  }
  .card-mobile-align-right .post-meta,
  .card-mobile-align-right .post-author,
  .card-mobile-align-right .tutor-ratings {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .card-mobile-align-center {
    text-align: center;
  }
  .card-mobile-align-center .post-meta,
  .card-mobile-align-center .post-author,
  .card-mobile-align-center .tutor-ratings {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.post-style-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-style-grid .post-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-style-grid .post-thumb {
  width: 100%;
}
.post-style-grid .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-style-grid .post-info .post-meta {
  padding-top: 20px;
}
.post-style-grid .post-excerpt {
  margin-top: 18px;
}
.post-style-grid .post-link {
  margin-top: auto;
}
.post-style-grid .post-link .button {
  margin-top: 30px;
  width: 100%;
}
.post-style-grid .btn-read-more {
  margin-top: 25px;
}
.score-swiper-container .post-style-grid {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  height: 100%;
}
.post-style-list {
  position: relative;
  min-height: 1px;
  margin-bottom: var(--row-gap, 30px);
}
.post-style-list .post-thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.post-style-list .post-thumb img {
  width: 100%;
}
.post-style-list .post-title {
  font-size: 2rem;
}
.post-style-list .post-excerpt {
  margin-top: 20px;
}
.post-style-list .post-meta {
  margin-top: 20px;
}
.post-style-list .post-link {
  margin-top: 25px;
}
.entries {
  --card-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.12);
  --row-gap: 30px;
  --column-gap: 30px;
}
.entries.grid {
  --columns: 1;
  --columns-sm: 2;
  --columns-md: 2;
  --columns-lg: 3;
  --columns-xl: var(--columns-lg);
}
.entry-post {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.entry-post .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2rem;
}
.entry-post .post-categories {
  color: var(--color-text);
  font-size: 14px;
  margin-bottom: 12px;
}
.entry-post .post-categories a {
  color: var(--color-text);
}
.entry-post .post-categories a:hover {
  color: #1E49E1;
  color: var(--color-accent);
}
.style-default .post-thumb {
  border-radius: 2px;
}
.style-default .post-thumb + .post-info {
  padding-top: 20px;
}
.style-boxed {
  background-color: white;
  border: none;
  -webkit-box-shadow: var(--card-box-shadow);
          box-shadow: var(--card-box-shadow);
  border-radius: var(--card-border-radius, 2px);
}
.style-boxed .post-thumb img {
  width: 100%;
}
.style-boxed .post-info {
  padding: var(--card-inner-padding, 25px 30px 30px);
}
.style-boxed .post-info .post-meta {
  padding-top: 30px;
  margin-top: auto;
}
.style-boxed .post-meta-group {
  margin-top: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .post-excerpt {
    font-size: 15px;
  }
  .post-style-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .post-style-list .post-thumb,
  .post-style-list .post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-style-list .post-thumb {
    max-width: 300px;
  }
  .post-style-list .post-thumb > a {
    min-height: 100%;
  }
  .post-style-list .post-thumb img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post-style-list .post-thumb + .post-badge + .post-info,
  .post-style-list .post-thumb + .post-info {
    padding-left: 36px;
    width: calc(100% - 300px);
  }
  .post-style-list .post-info {
    min-height: 120px;
    width: 100%;
  }
  .post-style-list .post-title {
    font-size: 2.2rem;
  }
  .post-style-list .post-link {
    padding-top: 30px;
    margin-top: auto;
  }
  .post-style-list .post-link .button {
    margin-bottom: 8px;
  }
  .post-style-list .post-meta {
    margin-top: auto;
    padding-top: 20px;
  }
  .post-style-list.style-default .post-thumb + .post-info {
    padding-top: 5px;
  }
  .post-style-grid .post-title {
    font-size: 2.2rem;
  }
}
.post-popover {
  opacity: 0;
  visibility: hidden;
  width: 360px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
.post-popover.active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
  visibility: visible;
}
.popover-body {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 30px 27px;
}
.popover-body .post-title {
  font-size: 2.2rem;
  line-height: 1.38;
}
.popover-body .post-categories {
  font-size: 1.32rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.popover-body .post-meta {
  margin-top: 15px;
}
.popover-body .post-excerpt {
  margin-top: 15px;
}
.popover-body:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 3;
}
.popover-body .post-actions {
  margin-top: 27px;
}
.popover-body .button {
  width: 100%;
}
.popover-body .button i {
  margin-right: 10px;
}
.popover-right .popover-body {
  margin-left: 15px;
}
.popover-right .popover-body:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  left: 5px;
}
.popover-left .popover-body {
  margin-right: 15px;
}
.popover-left .popover-body:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  right: 5px;
}
.popover-top .popover-body {
  margin-bottom: 15px;
}
.popover-top .popover-body:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: 5px;
  left: 50%;
  margin-left: -5px;
  top: auto;
}
.posts-filter {
  text-align: center;
  margin-bottom: 50px;
}
.posts-filter .filter-item {
  border-radius: 2px;
  color: var(--color-text-dark);
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 25px;
  white-space: nowrap;
  padding: 10px 20px;
}
.posts-filter .filter-item:hover, .posts-filter .filter-item.is-active {
  background-color: white;
}
.posts-filter-items {
  background-color: var(--color-background-1);
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
}
/*--------------------------------------------------------------
  Entry Content
--------------------------------------------------------------*/
/* Sections ---------------------------------- */
.content-wrapper {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.site-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--content-edge-padding);
  padding-right: var(--content-edge-padding);
}
.has-sidebar .content-wrapper .site-container {
  display: grid;
  grid-template-columns: 100%;
}
.content-width-default .content-header .site-container,
.content-width-default .site-container {
  max-width: calc(var(--content-width));
}
.content-width-narrow .content-header .site-container {
  max-width: calc(var(--content-narrow-width) + 20%);
}
.content-width-narrow .site-container {
  max-width: calc(var(--content-narrow-width));
}
.content-header .entry-header {
  padding-top: 60px;
  padding-bottom: 45px;
}
.content-header-image {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 500px;
  position: relative;
  overflow: hidden;
}
.content-header-image img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.content-header-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.content-header-content .entry-header {
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
}
.content-header-inner .ellipse {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  z-index: 0;
}
.no-sidebar .site-container .related-posts,
.no-sidebar .site-container .entry-content .alignfull {
  margin-left: calc(50% - var(--view-width) / 2);
  margin-right: calc(50% - var(--view-width) / 2);
  width: auto;
}
.no-sidebar .entry-header .entry-subtitle {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/* Entry Header ------------------------------------ */
.entry-header {
  text-align: center;
  --items-gap: 20px;
}
.entry-header .entry-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry-header .entry-meta i {
  color: inherit;
}
.entry-header .entry-meta + .entry-title {
  margin-top: 15px;
}
.entry-header .entry-title + .entry-meta {
  margin-top: var(--items-gap);
}
.entry-header .entry-subtitle {
  margin-top: var(--items-gap);
}
.entry-header .entry-taxonomies {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 30px;
}
.entry-header .breadcrumbs {
  margin-top: 15px;
}
.entry-taxonomies {
  color: var(--color-text-dark);
  font-weight: normal;
  line-height: 1;
  white-space: normal;
}
.entry-title {
  word-break: break-word;
  margin-bottom: 0;
}
.entry-subtitle {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 15px 0 0;
}
.entry-subtitle + .entry-meta {
  margin-top: var(--items-gap);
}
.archive .content-header .entry-subtitle {
  font-size: 1.8rem;
}
.entry-footer {
  margin-top: 6rem;
}
/* Entry Content ------------------------------------ */
.entry-content {
  font-weight: var(--content-font-weight);
}
.entry-content::before, .entry-content::after {
  display: block;
  clear: both;
  content: "";
}
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25em;
}
.entry-content > *:first-child {
  margin-top: 0 !important;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0;
}
.entry-content li img {
  display: inline-block;
}
.entry-content h1,
.entry-content .heading-size-1,
.entry-content h2,
.entry-content .heading-size-2,
.entry-content h3,
.entry-content .heading-size-3 {
  margin: 3.5rem auto 2rem;
}
.entry-content h4,
.entry-content .heading-size-4,
.entry-content h5,
.entry-content .heading-size-5,
.entry-content h6,
.entry-content .heading-size-6 {
  margin: 2.4rem auto 1.5rem;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ul.is-layout-grid {
  list-style-type: none;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content li {
  margin: 0.5rem 0 0 2rem;
}
.entry-content ul,
.entry-content ol {
  clear: both;
}
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin-bottom: 1rem;
}
.entry-content table {
  border-collapse: collapse;
  width: 100%;
}
.entry-content table td, .entry-content table th {
  text-align: left;
  padding: 1em 1.375em;
}
.entry-content table thead th {
  color: #222;
  font-weight: var(--font-weight-bolder);
}
.entry-content dd {
  margin-left: 2rem;
}
.entry-content dt {
  font-weight: bolder;
}
.entry-content dt + dd {
  margin-top: 0.5rem;
}
.entry-content dd + dt {
  margin-top: 1.5rem;
}
.entry-content b, .entry-content strong {
  color: var(--color-text-dark);
}
.entry-content blockquote {
  color: var(--color-text-dark);
}
.entry-content iframe {
  width: 100%;
}
/* Alignment Classes ------------------------- */
.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-top: 3.6rem;
  margin-right: auto;
  margin-bottom: 3.6rem;
  margin-left: auto;
}
.alignnone,
.aligncenter {
  max-width: 100%;
}
/* Full */
.alignfull {
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}
[class*=__inner-container] > .alignfull {
  max-width: 100%;
}
/* Wide */
.alignwide {
  max-width: var(--content-width);
  position: relative;
}
[class*=__inner-container] > .alignwide {
  width: 100%;
}
/* Center */
.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
/* Left and right */
.alignleft,
.alignright {
  max-width: 50%;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0.5rem 2rem 2rem 0;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0.5rem 0 2rem 2rem;
}
/* Entry Media ------------------------------- */
.alignfull > figcaption,
.alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 77rem;
  width: calc(100% - 4rem);
}
figcaption,
.wp-caption-text {
  overflow: hidden;
}
/* Content Header ------------------------------------ */
.content-header {
  background-color: var(--color-background-1);
  position: relative;
}
.content-header .entry-header {
  position: relative;
  z-index: 3;
}
.content-header .entry-header a {
  color: inherit;
}
.content-header .entry-header a:focus, .content-header .entry-header a:hover {
  color: inherit;
}
.content-header .entry-header i {
  color: inherit !important;
  -webkit-transition: none;
  transition: none;
}
.content-header .entry-title {
  color: var(--color-text-dark);
  font-size: 3rem;
}
.content-header.bg-image .cover-overlay {
  display: block;
}
.content-header .post-meta a:hover, .content-header .post-meta a:focus {
  text-decoration: underline;
}
.cover-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
/* Search results ------------------------------------ */
.no-results .entry-content h3 {
  font-size: 2.4rem;
  margin-top: 0;
}
.no-results .search-form {
  margin-bottom: 45px;
}
/* 404 ------------------------------------ */
.error-content {
  padding: 7rem 0;
}
.error-content .error-title {
  font-size: 5rem;
  line-height: 1;
}
.error-content .error-text {
  font-size: 2rem;
  font-weight: var(--font-weight-bolder);
  letter-spacing: -0.025em;
  line-height: 1.5;
}
.error-content .error-search {
  margin-top: 4rem;
  margin-bottom: 2rem;
  max-width: 60rem;
}
.error-content .error-search input[type=search] {
  background: #fff;
}
@media (min-width: 768px) {
  .entry-content h1,
  .entry-content .heading-size-1,
  .entry-content h2,
  .entry-content .heading-size-2,
  .entry-content h3,
  .entry-content .heading-size-3 {
    margin: 6rem auto 3rem;
  }
  .entry-content h4,
  .entry-content .heading-size-4,
  .entry-content h5,
  .entry-content .heading-size-5,
  .entry-content h6,
  .entry-content .heading-size-6 {
    margin: 3rem auto 2.5rem;
  }
  .entry-content ul,
  .entry-content ol {
    margin-bottom: 4rem;
  }
  .entry-content pre {
    padding: 3rem;
  }
  .content-header .entry-title {
    font-size: 4rem;
  }
  .error-content {
    padding: 10rem 0;
  }
  .error-content .error-title {
    font-size: 7rem;
  }
  .error-content .error-text {
    font-size: 3rem;
  }
  .error-content .error-search {
    margin-top: 6rem;
  }
  /* MEDIA */
  figcaption,
  .wp-caption-text {
    margin-top: 1.8rem;
  }
  /* VANILLA GALLERIES */
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
@media (max-width: 1024.98px) {
  .content-wrapper {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .content-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1025px) {
  .content-header .entry-header {
    padding-top: 72px;
    padding-bottom: 60px;
  }
  .content-header-inner.has-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .content-header-inner .entry-header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .has-sidebar .content-wrapper .site-container {
    grid-gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar-left .content-wrapper .site-container {
    grid-template-columns: var(--sidebar-width) 1fr;
  }
  .sidebar-right .content-wrapper .site-container {
    grid-template-columns: 1fr var(--sidebar-width);
  }
  #secondary {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  .sidebar-left #secondary {
    grid-column: 1;
  }
  .content-width-narrow.no-sidebar article > .entry-content > .podcast_player {
    max-width: 900px;
    width: auto;
    margin-left: calc((var(--content-narrow-width) - 900px) / 2);
    margin-right: calc((var(--content-narrow-width) - 900px) / 2);
  }
}
@media (min-width: 1200px) {
  .content-width-narrow.no-sidebar article > .entry-content > .alignwide,
  .content-width-narrow.no-sidebar article > .entry-content > .is-style-wide,
  .content-width-narrow.no-sidebar .featured-media {
    max-width: var(--content-width);
    width: auto;
    margin-left: calc((var(--content-narrow-width) - var(--content-width)) / 2);
    margin-right: calc((var(--content-narrow-width) - var(--content-width)) / 2);
  }
  .content-header .entry-title {
    font-size: 5rem;
  }
}
.elementor-widget-text-editor {
  font-weight: var(--content-font-weight, normal);
}
/*--------------------------------------------------------------
  Single Post
--------------------------------------------------------------*/
.content-wrapper #comments {
  margin-top: 6rem;
}
article > .author-box {
  margin-top: 6rem;
}
article > .post-tags {
  margin-top: 3rem;
}
article > .related-posts + .comments {
  margin-top: 0 !important;
}
.featured-media {
  margin: 0 0 3rem;
}
.featured-media img {
  margin: 0 auto;
  vertical-align: top;
}
.featured-media .wp-caption-text {
  text-align: center;
}
.featured-media-inner {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.post-edit-link-wrapper {
  width: 100%;
}
.post-edit-link i {
  font-size: 1em;
  margin-right: 8px;
}
/* Single Pagination ------------------------- */
.post-navigation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-navigation {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 4.5rem;
}
.post-navigation .post-nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.post-navigation .post-nav-item .item-thumb {
  margin-right: 25px;
}
.post-navigation .post-nav-item:focus .title, .post-navigation .post-nav-item:hover .title {
  color: var(--color-link-hover);
}
.post-navigation .post-nav-item:focus .subtitle, .post-navigation .post-nav-item:hover .subtitle {
  color: var(--color-text-dark);
}
.post-navigation .previous-post + .next-post {
  margin-top: 1.8rem;
}
.post-navigation .item-thumb {
  border-radius: 50%;
  width: 70px;
  height: auto;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-navigation .item-thumb img {
  vertical-align: top;
}
.post-navigation .subtitle {
  color: var(--color-text-dark);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.post-navigation .title {
  display: block;
  color: var(--color-headings);
  font-family: var(--headings-font);
  font-weight: var(--headings-font-weight);
  position: relative;
  text-decoration: none;
  word-break: break-word;
}
/* Author Box ------------------------------------ */
.single .author-box {
  background-color: var(--color-background-1);
  border-radius: 4px;
  padding: 30px 20px;
}
.single .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
/* Related Posts ------------------------------------ */
.related-posts {
  margin-top: 6rem;
}
.related-posts .section-heading {
  margin-bottom: 3rem;
  font-size: 2.7rem;
  text-align: center;
}
.has-sidebar #main .related-posts .section-heading {
  text-align: left;
}
.has-sidebar #main .related-posts .container {
  padding: 0;
}
@media (min-width: 768px) {
  .entry-header .entry-title {
    font-size: 42px;
  }
  .featured-media {
    margin: 0 0 4rem;
  }
  /* Single Pagination */
  .post-navigation-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post-navigation {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 5rem;
  }
  .post-navigation .post-nav-item {
    width: 50%;
  }
  .post-navigation .previous-post {
    padding-right: 15px;
  }
  .post-navigation .previous-post + .next-post {
    margin-top: 0;
  }
  .post-navigation .next-post {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    padding-left: 15px;
    margin-left: auto;
  }
  .post-navigation .next-post .item-thumb {
    margin: 0 0 0 25px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .post-navigation .title {
    padding: 12px 0;
  }
  article > .post-tags {
    margin-top: 4rem;
  }
  .single .author-box {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .content-wrapper #comments,
  .content-wrapper .related-posts {
    margin-top: 9rem;
  }
  .related-posts .section-heading {
    font-size: 3rem;
  }
}
/*--------------------------------------------------------------
  Pagination
--------------------------------------------------------------*/
/* Numeric */
.pagination {
  font-size: 18px;
  font-weight: 400;
  margin-top: 60px;
  padding-top: 10px;
  position: relative;
  text-align: center;
}
.pagination .pagination-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers,
.pagination .post-page-numbers {
  background: transparent;
  border: 1px solid var(--color-accent);
  border-radius: 2px;
  color: var(--color-accent);
  display: block;
  height: 50px;
  line-height: 48px;
  letter-spacing: 0;
  margin: 0 5px 5px 0;
  min-width: 50px;
  text-align: center;
}
.pagination .page-numbers.dots,
.pagination .post-page-numbers.dots {
  border: none;
  background-color: transparent;
}
.pagination .page-numbers.dots:hover,
.pagination .post-page-numbers.dots:hover {
  background: none;
}
.pagination .page-numbers.current, .pagination .page-numbers.current:hover, .pagination .page-numbers.current:focus,
.pagination .post-page-numbers.current,
.pagination .post-page-numbers.current:hover,
.pagination .post-page-numbers.current:focus {
  background: var(--color-accent);
  color: #fff;
  pointer-events: none;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus,
.pagination .post-page-numbers:hover,
.pagination .post-page-numbers:focus {
  background-color: var(--color-accent);
  color: #fff;
}
.pagination .prev {
  margin-left: 0;
}
.pagination .next {
  margin-right: 0;
}
.pagination i {
  display: block;
  height: 49px;
  line-height: 50px;
}
/* load more button */
.ajax-loader {
  clear: both;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 60px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.all-loaded .ajax-loader {
  display: none !important;
}
.btn.load-more {
  min-width: 160px;
}
.label-load-more {
  display: inline-block;
}
.label-loading {
  display: none;
}
.load-more-scroll {
  display: none;
  text-align: center;
}
.loading .label-load-more {
  display: none;
}
.loading .label-load-more + .fa-angle-down {
  display: none;
}
.loading .label-loading {
  display: block;
}
.loading .load-more-scroll {
  display: block;
}
/*--------------------------------------------------------------
  Author Box
--------------------------------------------------------------*/
.author-box {
  position: relative;
  overflow: hidden;
}
.author-box .avatar {
  width: 120px;
  height: 120px;
  margin: 0;
}
.content-wrapper .author-box {
  margin-top: 6rem;
}
.author-details {
  position: relative;
  text-align: center;
}
.author-avatar {
  margin: 0 0 18px 0;
  display: block;
  text-align: center;
}
.author-name {
  color: var(--color-text-dark);
  font-weight: var(--font-weight-bolder);
  display: block;
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0;
}
.author-title {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 10px;
}
.author-bio {
  font-size: 1.5rem;
  line-height: 1.62;
  margin-top: 2rem;
}
.author-url {
  color: var(--color-accent);
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  margin: 10px 0 0;
}
.author-social {
  margin-top: 2rem;
}
.author-social .social-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .author-avatar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .author-avatar + .author-details {
    margin-left: 25px;
  }
  .author-details {
    text-align: left;
  }
  .author-social {
    margin: 2rem 0 0 -12px;
  }
  .author-social .social-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/* -----------------------------------------------------------------------------
 * Comments
 * ----------------------------------------------------------------------------- */
#comments > .comment-respond {
  margin-bottom: 0;
}
#comments > .comment-respond:first-child {
  margin-top: 0;
}
#comments .comments-title {
  color: #1E3142;
  color: var(--color-text-dark, #1E3142);
  font-size: 27px;
  line-height: 1.25;
  margin-bottom: 2rem;
}
.comments-nav {
  font-size: 1.5rem;
  font-weight: var(--font-weight-bolder);
  text-align: right;
}
.comments-nav .page-numbers {
  padding: 0 5px;
}
.comments-nav .page-numbers:hover {
  color: #1E3142;
  color: var(--color-text-dark, #1E3142);
}
.comments-nav .page-numbers.current {
  color: #1E3142;
  color: var(--color-text-dark, #1E3142);
}
.comments-nav + .comment-list {
  margin-top: 4rem;
}
.comment-list {
  margin-bottom: 10px;
}
.comment-list .comment {
  padding-top: 24px;
  position: relative;
}
.comment-list .comment.depth-1:first-child {
  border-top: 0;
}
.comment-list .comment + .comment-respond {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.comment-list .comment.bypostauthor .avatar {
  -webkit-box-shadow: 0 0 0 5px #eee;
          box-shadow: 0 0 0 5px #eee;
}
.comment-list .comment-body {
  margin-bottom: 24px;
  position: relative;
}
.comment-list .children {
  margin: 0 0 0 10px;
}
.comment-list + .comments-nav {
  margin-top: 4rem;
}
.comment-list .comment-body .avatar {
  width: 60px;
  margin-bottom: 15px;
}
.comment-list .comment-author {
  color: var(--color-text-dark);
  font-weight: var(--font-weight-bolder);
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 9px;
}
.comment-list .comment-author a {
  color: var(--color-text-dark);
}
.comment-list .comment-meta {
  color: var(--color-text);
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.comment-list .comment-meta a {
  color: var(--color-text);
  display: inline-block;
}
.comment-list .comment-meta a:hover {
  color: #000;
}
.comment-list .comment-meta i {
  margin-right: 3px;
}
.comment-list .comment-reply-link {
  display: inline-block;
  margin-top: 21px;
  vertical-align: top;
}
.comment-list .comment-reply-login {
  color: #1E49E1;
}
.comment-list .pingback,
.comment-list .trackback {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.comment-list .pingback .entry-content,
.comment-list .trackback .entry-content {
  font-size: inherit;
}
.comment-list .pingback p > a,
.comment-list .trackback p > a {
  font-weight: var(--font-weight-bolder);
  margin-left: 3px;
}
.comment-content .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 100% !important;
}
.comment-edit-link {
  color: #1E49E1;
  margin-left: 10px;
}
.comment-reply-link {
  font-size: 1.5rem;
  font-weight: var(--font-weight-bolder);
  line-height: 21px;
}
.comment-reply-link > i {
  font-size: 0.875em;
  margin-right: 8px;
}
.comment-awaiting-moderation {
  color: #565f6b;
  display: block;
  margin-bottom: 15px;
}
.comment-awaiting-moderation i {
  margin-right: 6px;
}
.comment-respond {
  font-size: 1.4rem;
  margin-top: 60px;
}
.comment-respond + .comments-nav {
  margin-top: 20px;
}
.comment-reply-title {
  display: block;
  letter-spacing: 0;
  margin: 0 0 15px;
  color: var(--color-text-dark);
  font-size: 2.4rem;
  line-height: 1.45;
}
.comment-reply-title > small {
  margin-left: 15px;
}
.comment-reply-title a {
  color: var(--color-text-dark);
  display: inline-block;
  font-size: 1.8rem;
}
.comment-form {
  position: relative;
}
.comment-form p {
  line-height: 1.41;
  margin: 0 0 20px;
}
.comment-form p.comment-form-cookies-consent {
  margin: 8px 0 20px;
}
.comment-form label {
  cursor: pointer;
  color: #1E3142;
  color: var(--color-text-dark, #1E3142);
  display: block;
  margin-bottom: 8px;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  font-size: 1.5rem;
  width: 100%;
}
.comment-form textarea {
  max-width: 100%;
  max-height: 400px;
}
.comment-form .logged-in-as {
  color: #565f6b;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.comment-form .logged-in-as a {
  color: #565f6b;
}
.comment-form .logged-in-as a:hover {
  color: #000;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .comment-form-comment {
  margin-bottom: 15px;
}
.comment-form .comment-form-comment {
  line-height: 1;
}
.comment-form .form-submit {
  margin-bottom: 0;
}
.comment-form-cookies-consent input {
  float: left;
  margin: 4px 6px 0 0;
}
.comment-form-cookies-consent label {
  color: inherit;
  font-size: 1.4rem;
  display: inline;
  margin-bottom: 0;
}
.no-comments {
  margin: 0;
}
@media (min-width: 576px) {
  .comment-list .comment-content {
    margin: 0 0 0 83px;
  }
  .comment-list .comment-body .avatar {
    float: left;
  }
  .comment-list .children {
    margin: 0 0 0 83px;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url,
  .comment-form .comment-form-comment {
    margin-bottom: 10px;
  }
  .comment-form .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .comment-form .row .col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .comment-list .comment {
    padding-top: 30px;
  }
  .comment-list .comment-body {
    margin-bottom: 30px;
  }
  .comment-list .entry-content {
    font-size: 1.8rem;
  }
  .comment-list .comment-reply-link {
    padding: 6px 12px;
    margin-left: -12px;
    z-index: 1;
  }
  .comment-list .children .comment-respond {
    margin-top: 0;
  }
}
/* Breadcrumbs ------------------------------------ */
.breadcrumbs {
  font-size: 1.5rem;
  line-height: 1.8;
}
.breadcrumbs svg {
  fill: currentColor;
  height: 8px;
}
.breadcrumbs .separator {
  padding: 0 8px;
}
.breadcrumbs .first-item svg + span,
.breadcrumbs .last-item svg + span {
  display: none;
}
/* -----------------------------------------------------------------------------
 * Social styles
 * ----------------------------------------------------------------------------- */
.social-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.social-list a {
  color: var(--color-text);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}
.social-list a:hover {
  opacity: 0.6;
}
.social-list svg {
  height: 18px;
  width: auto;
  fill: currentColor;
}
.author-social a:last-child {
  margin-right: 0;
}
.author-social a {
  line-height: 36px;
  overflow: hidden;
}
.author-social svg {
  height: 15px;
}
.post-share {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-share a {
  color: var(--color-text);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}
.post-share svg {
  height: 18px;
  width: auto;
  fill: var(--color-text);
}
.post-share-title {
  font-size: 18px;
  font-weight: var(--font-weight-bolder);
  line-height: 1;
  margin: 0 15px 0 0;
}
.share-box .share-button {
  background-color: var(--color-background-1);
  border-radius: 2px;
  font-size: 18px;
  font-weight: var(--font-weight-bolder);
  line-height: 30px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.share-box .post-share {
  opacity: 0;
  visibility: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.share-box .post-share-title {
  display: none;
}
.share-box i {
  margin-left: 10px;
  font-size: inherit;
}
.share-box.active .post-share {
  margin-top: 15px;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.anim-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.anim-animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes anim-headline_highlight {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  100% {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
@keyframes anim-headline_highlight {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  100% {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
@-webkit-keyframes anim-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anim-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anim-fadeIn {
  -webkit-animation-name: anim-fadeIn;
          animation-name: anim-fadeIn;
}
@-webkit-keyframes anim-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anim-fadeInLeft {
  -webkit-animation-name: anim-fadeInLeft;
          animation-name: anim-fadeInLeft;
}
@-webkit-keyframes anim-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anim-fadeInRight {
  -webkit-animation-name: anim-fadeInRight;
          animation-name: anim-fadeInRight;
}
@-webkit-keyframes anim-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anim-fadeInUp {
  -webkit-animation-name: anim-fadeInUp;
          animation-name: anim-fadeInUp;
}
@-webkit-keyframes anim-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anim-fadeInDown {
  -webkit-animation-name: anim-fadeInDown;
          animation-name: anim-fadeInDown;
}
@-webkit-keyframes anim-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes anim-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.anim-zoomIn {
  -webkit-animation-name: anim-zoomIn;
          animation-name: anim-zoomIn;
}
@-webkit-keyframes anim-slideInUp {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-slideInUp {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.anim-slideInUp {
  -webkit-animation-name: anim-slideInUp;
          animation-name: anim-slideInUp;
}
@-webkit-keyframes anim-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes anim-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.anim-spin {
  -webkit-animation: anim-spin 9s infinite linear;
          animation: anim-spin 9s infinite linear;
}
@-webkit-keyframes anim-reverseSpin {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes anim-reverseSpin {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.anim-reverse-spin {
  -webkit-animation: anim-reverseSpin 9s infinite linear;
          animation: anim-reverseSpin 9s infinite linear;
}
.element-invisible {
  opacity: 0;
}
.products-carousel .product {
  height: 100%;
}
.navigation {
  background-color: #fff;
  width: 100%;
}
.navigation-width--full_width .navigation .container {
  max-width: 100% !important;
}
.posts-container {
  position: relative;
}
.score-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 1px solid var(--bullet-active-color);
  width: 4px;
  height: 4px;
}
.amelia-v2-booking #amelia-container.am-fs__wrapper {
  margin: 0px auto !important;
}
.events-list {
  padding-left: 15px;
  font-size: 12px;
}
.events-list-item {
  background-color: var(--color-background-2);
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  padding: 30px 30px 25px 0;
}
.events-list-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.event-item-date-tag {
  margin-left: -15px;
  min-width: 64px;
}
.event-item-dt-datetime {
  background-color: var(--color-background-1);
  border: 1px solid var(--color-accent);
  border-radius: 2px;
  color: var(--color-text-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 15px 12px;
}
.event-item-dt-daynum {
  display: block;
  font-weight: normal;
  font-size: 2.66em;
  letter-spacing: -0.03em;
  line-height: 1;
}
.event-item-dt-weekday {
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 3px;
}
.event-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.event-item-title {
  font-size: 1.73em;
}
.event-item-datetime,
.event-item-venue {
  font-size: 1.2em;
  line-height: 1.5;
}
.events-list--layout-2 .event-item-venue {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.events-list--layout-2 .event-item-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.events-list--layout-2 .event-item-datetime {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.events-list--layout-3 .event-item-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.events-list--layout-3 .event-item-datetime {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.events-list--layout-3 .event-item-venue {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 768px) {
  .events-list {
    font-size: 15px;
  }
  .events-list-item {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .event-item-date-tag {
    min-width: 80px;
  }
  .event-item-dt-datetime {
    padding: 20px 12px;
  }
}
.score-swiper-pagination {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  font-size: 10px;
  height: 10px;
  width: 100%;
  line-height: 1;
  text-align: center;
  --bullet-color: var(--color-background);
  --bullet-active-color: var(--color-text);
}
.score-swiper-pagination.swiper-pagination-bullets {
  margin-top: 45px !important;
}
.score-swiper-pagination .swiper-pagination-bullet {
  border: none;
  margin: 0 5px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: var(--bullet-color);
  opacity: 1;
  vertical-align: middle;
}
.score-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--bullet-active-color);
}
#course-intro-video {
  display: none;
  padding: 0;
  max-width: 1280px;
  max-height: 720px;
  width: 100%;
  height: 100%;
}
.course-intro-preview {
  position: relative;
}
.course-intro-preview a {
  display: block;
}
.course-intro-preview .play-button {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 6;
}
.course-intro-preview:hover .play-button {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.course-intro-preview img {
  min-width: 100%;
  vertical-align: top;
}
.play-button {
  background: var(--color-accent);
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  position: relative;
  text-align: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 70px;
}
.play-button .play-icon {
  display: inline-block;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 21px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -8px;
  z-index: 3;
}
.admin-bar {
  --admin-bar: 0;
}
@media screen and (min-width: 601px) and (max-width: 782px) {
  .admin-bar {
    --admin-bar: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar.transparent-header .site-header {
    top: 46px;
  }
  .admin-bar.mobile-header-active .site {
    position: relative;
    z-index: 999999;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar {
    --admin-bar: 32px;
  }
}