@charset "UTF-8";
/*!
Theme Name: Nutrigenis
Theme URI: https://www.templatemonster.com/authors/zemez/
Author: Zemez
Author URI: Zemez.io
Description: Nutrigenis is a sports nutrition WooCommerce theme with wide functionality and clean design. Use it to launch a store yourself and sell an unlimited number of products. Stay assured that it’s very easy due to one of the best eCommerce platforms the theme is based on. And, WooCommerce is truly the handiest of its kind. Plus, the number of page templates of Nutrigenis will help implement any project you want.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nutrigenis
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Nutrigenis is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Button */
/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@-webkit-keyframes nutrigenis_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes nutrigenis_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

@media (max-width: 450px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
  }
}

.wp-block-audio audio {
  min-width: 220px;
}

.wp-block-latest-comments__comment-author,
.page-content .wp-block-latest-comments__comment-author {
  display: block;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 0;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0;
}
.entry-content h1, .page-content h1, .entry-content h2, .page-content h2, .entry-content h3, .page-content h3, .entry-content h4, .page-content h4, .entry-content h5, .page-content h5, .entry-content h6, .page-content h6 {
  margin: 2rem auto 1rem;
}
.entry-content h1:first-child, .page-content h1:first-child, .entry-content h2:first-child, .page-content h2:first-child, .entry-content h3:first-child, .page-content h3:first-child, .entry-content h4:first-child, .page-content h4:first-child, .entry-content h5:first-child, .page-content h5:first-child, .entry-content h6:first-child, .page-content h6:first-child {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .entry-content h1, .page-content h1, .entry-content h2, .page-content h2, .entry-content h3, .page-content h3, .entry-content h4, .page-content h4, .entry-content h5, .page-content h5, .entry-content h6, .page-content h6 {
    margin: 3.25rem auto 1.7rem;
  }
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

p {
  margin: 0 0 30px;
}
p:last-of-type {
  margin-bottom: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  overflow: auto;
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 1.5em;
  background: #eee;
  border: 1px solid #d5d5d5;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

code {
  padding: 2px 5px;
}

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

mark, ins {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
.icon-svg {
  line-height: 1em;
  height: auto;
}
.icon-svg > path {
  fill: #899296;
  vertical-align: middle;
}
.icon-svg__comments, .icon-svg__tags, .icon-svg__clock {
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.social-list .menu-item > a::before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  max-width: 640px;
  max-width: 940px;
  max-width: 1120px;
  max-width: 1200px;
  max-width: 1480px;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.85rem;
  margin-right: -0.85rem;
}

.col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.col-xs-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 640px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 940px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1120px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1480px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xxl-pull-0 {
    right: auto;
  }

  .col-xxl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xxl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xxl-pull-3 {
    right: 25%;
  }

  .col-xxl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xxl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xxl-pull-6 {
    right: 50%;
  }

  .col-xxl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xxl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xxl-pull-9 {
    right: 75%;
  }

  .col-xxl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xxl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xxl-pull-12 {
    right: 100%;
  }

  .col-xxl-push-0 {
    left: auto;
  }

  .col-xxl-push-1 {
    left: 8.3333333333%;
  }

  .col-xxl-push-2 {
    left: 16.6666666667%;
  }

  .col-xxl-push-3 {
    left: 25%;
  }

  .col-xxl-push-4 {
    left: 33.3333333333%;
  }

  .col-xxl-push-5 {
    left: 41.6666666667%;
  }

  .col-xxl-push-6 {
    left: 50%;
  }

  .col-xxl-push-7 {
    left: 58.3333333333%;
  }

  .col-xxl-push-8 {
    left: 66.6666666667%;
  }

  .col-xxl-push-9 {
    left: 75%;
  }

  .col-xxl-push-10 {
    left: 83.3333333333%;
  }

  .col-xxl-push-11 {
    left: 91.6666666667%;
  }

  .col-xxl-push-12 {
    left: 100%;
  }

  .col-xxl-offset-0 {
    margin-left: 0%;
  }

  .col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xxl-offset-3 {
    margin-left: 25%;
  }

  .col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xxl-offset-6 {
    margin-left: 50%;
  }

  .col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xxl-offset-9 {
    margin-left: 75%;
  }

  .col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xxl-offset-12 {
    margin-left: 100%;
  }
}
.col-xs-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.col-xs-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 640px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 940px) {
  .col-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1120px) {
  .col-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1200px) {
  .col-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1480px) {
  .col-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .col-xxl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.row-xs-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row-xs-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-xs-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 640px) {
  .row-sm-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row-sm-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 940px) {
  .row-md-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row-md-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1120px) {
  .row-lg-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row-lg-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .row-xl-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row-xl-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1480px) {
  .row-xxl-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .row-xxl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row-xxl-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.col-xs-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.col-xs-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.col-xs-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 640px) {
  .col-sm-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .col-sm-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .col-sm-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 940px) {
  .col-md-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .col-md-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .col-md-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1120px) {
  .col-lg-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .col-lg-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .col-lg-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .col-xl-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .col-xl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .col-xl-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1480px) {
  .col-xxl-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .col-xxl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .col-xxl-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote {
  position: relative;
  padding: 20px 0;
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
  font-size: 18px;
  clear: left;
}
blockquote.wp-block-quote.is-style-large cite {
  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;
}
@media (max-width: 939px) {
  blockquote {
    margin: 20px;
  }
}
@media (min-width: 640px) {
  blockquote {
    font-size: 24px;
  }
}
blockquote:before {
  content: "";
  display: block;
  position: relative;
  width: 33px;
  margin: 0 auto 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="33" height="20" viewBox="0 0 33 20" xmlns="http://www.w3.org/2000/svg"><path d="M12.9604 0L7.56021 20H0L2.88008 0H12.9604Z" /><path d="M33 0L27.5998 20H20.0396L22.9197 0H33Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="33" height="20" viewBox="0 0 33 20" xmlns="http://www.w3.org/2000/svg"><path d="M12.9604 0L7.56021 20H0L2.88008 0H12.9604Z" /><path d="M33 0L27.5998 20H20.0396L22.9197 0H33Z"/></svg>');
}
.wp-block-column blockquote:before {
  width: 33px;
  height: 20px;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  margin: 30px 0 0;
}
blockquote p:first-child {
  position: relative;
  margin-top: 0;
  display: inline-block;
  letter-spacing: 0.01em;
}
blockquote cite {
  position: relative;
  display: block;
  margin-top: 9px;
  font-style: normal;
  font-weight: 600;
}
blockquote cite:before {
  content: "—";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
blockquote cite em {
  font-style: normal;
}
:root .has-cyan-bluish-gray-background-color blockquote {
  background: none;
  padding: 3em 1.5em;
}

hr {
  background-color: #ececec;
  border: 0;
  height: 1px;
  margin: 1.5em 0;
}

.svg-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  fill: currentColor;
}
.svg-icon path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.fa::before {
  content: "+";
}

.site-main table {
  margin: 0 0 1.5em;
  max-width: 100%;
  width: 100%;
  border: 0;
}
.site-main table th,
.site-main table td {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 640px) {
  .site-main table th,
.site-main table td {
    padding: 18px 20px 19px;
    vertical-align: middle;
    border: 0;
  }
}
.site-main table td {
  font-size: 14px;
}
@media (max-width: 939px) {
  .site-main table td {
    padding: 5px;
    border: none;
  }
}
.site-main table thead th {
  vertical-align: bottom;
  border: 0;
}
.site-main table thead + tbody tr:nth-child(2n+1) {
  background: #f8f8f8;
}
.site-main table tbody tr:nth-child(2n+1) {
  background: #f8f8f8;
}
.site-main table tbody th {
  font-size: 14px;
  font-weight: 400;
}
.site-main .wp-block-calendar {
  margin: 30px 0;
}
.site-main .wp-block-calendar caption {
  text-transform: uppercase;
}
.site-main .wp-block-archives-dropdown {
  margin: 20px 0;
}
@media (max-width: 939px) {
  .site-main .wp-block-search__button.wp-block-search__button {
    min-width: 80px;
    font-size: 14px;
  }
}

@media (max-width: 939px) {
  .wp-block-categories select.postform {
    margin-bottom: 20px;
  }
}

.wp-block-media-text {
  margin: 20px 0;
}

@media (max-width: 639px) {
  div.wp-block-cover {
    margin: 20px 0;
  }
}

@media (max-width: 939px) {
  figure.wp-block-image, figure.wp-block-pullquote.has-background, figure.wp-block-video {
    margin: 20px 0;
  }
}

.edit-link {
  display: inline-block;
  margin: 25px 0;
}

@media (max-width: 939px) {
  .wp-block-cover {
    margin-bottom: 30px;
  }
}

@media (max-width: 939px) {
  .wp-block-preformatted {
    margin: 30px 0;
  }
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 1.5em;
  padding-right: 0;
  padding-left: 0;
}
.entry-content ul, .page-content ul,
.entry-content ol,
.page-content ol {
  margin-top: 15px;
  padding-left: 0px;
}
.entry-content ul.wp-block-gallery, .entry-content ul.blocks-gallery-grid, .page-content ul.wp-block-gallery, .page-content ul.blocks-gallery-grid,
.entry-content ol.wp-block-gallery,
.entry-content ol.blocks-gallery-grid,
.page-content ol.wp-block-gallery,
.page-content ol.blocks-gallery-grid {
  margin-left: 0;
}
.entry-content ul ul, .page-content ul ul,
.entry-content ol ul,
.page-content ol ul {
  padding-left: 0;
  margin-left: 2px;
}
.entry-content ul ol, .page-content ul ol,
.entry-content ol ol,
.page-content ol ol {
  margin-left: 22px;
}
.wp-block-column ul,
.wp-block-column ol {
  margin-left: 35px;
}

.page-template-default:not(.woocommerce-page) .entry-content ul > li,
.page-template-default:not(.woocommerce-page) .page-content ul > li {
  position: relative;
  padding-left: 28px;
}
.page-template-default:not(.woocommerce-page) .entry-content ul > li:before,
.page-template-default:not(.woocommerce-page) .page-content ul > li:before {
  content: "";
  display: inline-table;
  position: absolute;
  width: 4px;
  height: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  top: 50%;
}
.page-template-default:not(.woocommerce-page) .entry-content ul > li::marker,
.page-template-default:not(.woocommerce-page) .page-content ul > li::marker {
  font-size: 0;
}
.page-template-default:not(.woocommerce-page) .entry-content ol > li,
.page-template-default:not(.woocommerce-page) .page-content ol > li {
  padding-left: 2px;
}

ul,
ol {
  font-weight: 400;
}
ul[id], ul[class], ul.inherit-list,
ol[id],
ol[class],
ol.inherit-list {
  font-weight: inherit;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Inline list */
.inline-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.inline-list li {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------------------------------------
## ToTop
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 70px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  z-index: 999;
  text-align: center;
  background-color: #fff;
}
#toTop:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 444.819 444.819" xml:space="preserve"><path d="M352.025,196.712L165.884,10.848C159.029,3.615,150.469,0,140.187,0c-10.282,0-18.842,3.619-25.697,10.848L92.792,32.264 c-7.044,7.043-10.566,15.604-10.566,25.692c0,9.897,3.521,18.56,10.566,25.981l138.753,138.473L92.786,361.168 c-7.042,7.043-10.564,15.604-10.564,25.693c0,9.896,3.521,18.562,10.564,25.98l21.7,21.413 c7.043,7.043,15.612,10.564,25.697,10.564c10.089,0,18.656-3.521,25.697-10.564l186.145-185.864 c7.046-7.423,10.571-16.084,10.571-25.981C362.597,212.321,359.071,203.755,352.025,196.712z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 444.819 444.819" xml:space="preserve"><path d="M352.025,196.712L165.884,10.848C159.029,3.615,150.469,0,140.187,0c-10.282,0-18.842,3.619-25.697,10.848L92.792,32.264 c-7.044,7.043-10.566,15.604-10.566,25.692c0,9.897,3.521,18.56,10.566,25.981l138.753,138.473L92.786,361.168 c-7.042,7.043-10.564,15.604-10.564,25.693c0,9.896,3.521,18.562,10.564,25.98l21.7,21.413 c7.043,7.043,15.612,10.564,25.697,10.564c10.089,0,18.656-3.521,25.697-10.564l186.145-185.864 c7.046-7.423,10.571-16.084,10.571-25.981C362.597,212.321,359.071,203.755,352.025,196.712z"/></svg>');
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
#toTop:focus {
  outline: 0;
}
@media (max-width: 939px) {
  #toTop {
    right: -999em !important;
  }
}
@media (min-width: 940px) {
  #toTop {
    right: 10px;
  }
}

/*--------------------------------------------------------------
## Page preloader
--------------------------------------------------------------*/
.page-preloader-cover {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.page-preloader-cover .bar {
  position: relative;
  width: 300px;
  height: 2px;
  margin-top: 20px;
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 10px;
}
.page-preloader-cover .bar:before {
  content: "";
  width: 80px;
  height: 100%;
  z-index: 1;
  position: absolute;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: moving 2s infinite;
          animation: moving 2s infinite;
  border-radius: 10px;
}

@-webkit-keyframes moving {
  0%, 100% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  50% {
    -webkit-transform: translate(260px, 0);
            transform: translate(260px, 0);
  }
}

@keyframes moving {
  0%, 100% {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
  50% {
    -webkit-transform: translate(260px, 0);
            transform: translate(260px, 0);
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  white-space: inherit;
  text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn,
.button {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  white-space: inherit;
  text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.invert-button,
.button.invert-button {
  border: 1px solid #fff;
  background: none;
}

.link,
.btn-link,
.btn-icon {
  font-size: 10px;
  display: inline-block;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}
.link svg,
.btn-link svg,
.btn-icon svg {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-top: 2px;
  width: 9px;
  height: 9px;
}
.link.btn,
.btn-link.btn,
.btn-icon.btn {
  padding: 8px 17px 3px;
}
.link.btn svg,
.btn-link.btn svg,
.btn-icon.btn svg {
  width: 14px;
  height: 14px;
}
.link:hover,
.btn-link:hover,
.btn-icon:hover {
  text-decoration: none;
}

.btn,
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  display: inline-block;
  max-width: 100%;
  padding: 9px 23px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  white-space: inherit;
  text-transform: uppercase;
  text-overflow: ellipsis;
  border: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  font-size: 14px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.btn,
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  text-decoration: none;
}
.btn:focus,
form button:focus,
form input[type=button]:focus,
form input[type=reset]:focus,
form input[type=submit]:focus {
  outline: 0;
}

.btn.btn-xs,
form button.btn-xs,
form input[type=button].btn-xs,
form input[type=reset].btn-xs,
form input[type=submit].btn-xs {
  font-size: 10px;
}

.btn.btn-sm,
form button.btn-sm,
form input[type=button].btn-sm,
form input[type=reset].btn-sm,
form input[type=submit].btn-sm {
  font-weight: 400;
  border-radius: 0;
}

.btn.btn-fullwidth,
form button.btn-fullwidth,
form input[type=button].btn-fullwidth,
form input[type=reset].btn-fullwidth,
form input[type=submit].btn-fullwidth {
  width: 100%;
}
.btn[class*=-transparent],
form button[class*=-transparent],
form input[type=button][class*=-transparent],
form input[type=reset][class*=-transparent],
form input[type=submit][class*=-transparent] {
  background-color: transparent;
}
.btn i,
form button i,
form input[type=button] i,
form input[type=reset] i,
form input[type=submit] i {
  margin-left: 5px;
}

.btn-initial {
  padding: 0;
  font: inherit;
  text-transform: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}
.btn-initial, .btn-initial:hover {
  color: inherit;
  background: none;
}

.wp-block-button {
  margin: 1rem 0;
}
.wp-block-button__link {
  padding: 9px 23px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px;
}
.wp-block-file .wp-block-file__button {
  padding: 9px 23px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}
.wp-block-file > a:first-child {
  display: block;
  margin: 0 20px 20px 0;
}
.is-style-outline .wp-block-button__link {
  padding: 9px 23px;
}
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

input,
select,
textarea {
  padding: 16px 17px;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 0;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F9F9F9 inset !important;
}

form:focus-within {
  background: none;
}

select option {
  font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel] {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

input[type=file] {
  padding: 0;
  background-color: transparent;
  border: none;
}

select {
  position: relative;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-image: url("assets/images/icon_select.svg");
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 939px) {
  select {
    padding: 14px;
  }
}
@media (min-width: 640px) {
  select {
    padding-right: 50px;
  }
}
select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  height: 160px;
  min-height: 160px;
  width: 100%;
  resize: vertical;
  overflow: auto;
}

#page .widget-area .select2-selection {
  background-color: #F8F8F8;
  border: 0;
}
#page .select2-selection--multiple,
#page .select2-selection {
  height: 56px;
  padding: 16px 14px;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0;
}
#page .select2-selection--multiple:focus,
#page .select2-selection:focus {
  outline: none;
}
#page .select2-selection--multiple b,
#page .select2-selection b {
  margin-top: 0;
}
#page .select2-selection--multiple .select2-selection__rendered,
#page .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 24px;
}
#page .select2-selection--multiple .select2-selection__rendered .select2-selection__clear,
#page .select2-selection .select2-selection__rendered .select2-selection__clear {
  position: absolute;
  left: 3px;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding: 3px;
  line-height: 1;
}
.wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  left: 0;
}
.wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNDkwOTMgMy40OTc1NEw2LjcwOTIgOS4xNzAzMkw1LjIxODI3IDEwLjc5MTFMMCA1LjExODM0TDEuNDkwOTMgMy40OTc1NFoiIGZpbGw9IndoaXRlIi8+PHBhdGggZD0iTTEyLjUwOTEgMEwzLjg4MTM0IDkuMzc5MjFMNS4zNzIyNyAxMUwxNCAxLjYyMDc5TDEyLjUwOTEgMFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
}
.wpcf7-form-control.wpcf7-acceptance label {
  display: inline-block;
  position: relative;
  cursor: context-menu;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.wpcf7-form-control.wpcf7-radio input[type=radio] {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  left: 0;
}
.wpcf7-form-control.wpcf7-radio input[type=radio]:checked + span.wpcf7-list-item-label:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMyIgZmlsbD0iIzEwNTNGRiIvPgo8L3N2Zz4K);
  text-align: center;
  line-height: 11px;
}
.wpcf7-form-control.wpcf7-radio label {
  display: inline-block;
  position: relative;
  cursor: context-menu;
}

.wpcf7-list-item {
  margin: 0 33px 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form__input-wrap {
  position: relative;
  -webkit-box-flex: 30;
      -ms-flex: 30 1 160px;
          flex: 30 1 160px;
  min-width: 160px;
  max-width: 770px;
  margin: 0 auto;
}
.search-form__field[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
  line-height: 23px;
  background-color: #fff;
}
.search-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-password-form label {
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 639px) {
  .post-password-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.post-password-form input[type=submit] {
  padding: 10px 29px;
}
@media (max-width: 639px) {
  .post-password-form input[type=submit] {
    width: 100%;
    margin-top: 15px;
  }
}
@media (min-width: 640px) {
  .post-password-form input[type=password] {
    margin-left: 10px;
  }
}
@media (max-width: 639px) {
  .post-password-form input[type=password] {
    width: 100%;
    margin-top: 10px;
  }
}

.comment-list + .comment-respond {
  padding-top: 30px;
}
.comment .comment-respond {
  margin: 20px 0 40px;
}
.comment-reply-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.comment #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 15px;
  line-height: 21px;
  font-size: 14px;
}
.comment-form p.comment-notes {
  margin-bottom: 50px !important;
}
.comment-form label.control-label {
  display: block;
  margin-bottom: 11px;
}
.comment-form-comment textarea {
  height: 150px;
  min-height: 150px;
  padding-top: 15px;
}
.comment-form p:not(:last-child) {
  margin-bottom: 22px;
}
@media (min-width: 940px) {
  .comment-form__input_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.comment-form-author, .comment-form-email, .comment-form-url {
  position: relative;
}
.comment-form__field {
  width: 100%;
  vertical-align: top;
  padding: 15px 20px;
}
.comment-form .form-submit {
  margin: 29px 0 0;
  display: block;
  z-index: 10;
  position: relative;
}
@media (min-width: 640px) {
  .comment-form .form-submit {
    display: inline-block;
  }
}
.comment-form .form-submit input.submit {
  padding: 17px 56px;
}
.comment-form-cookies-consent {
  margin-top: -6px;
  margin-bottom: 23px;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.comment-form-cookies-consent input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent] {
  position: relative;
  display: inline-block;
  padding-left: 33px;
  line-height: 24px;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #D9D9D9;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 14px;
  height: 11px;
  background-color: #fff;
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.49093 3.49754L6.7092 9.17032L5.21827 10.7911L0 5.11834L1.49093 3.49754Z" fill="white"/><path d="M12.5091 0L3.88134 9.37921L5.37227 11L14 1.62079L12.5091 0Z" fill="white"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.49093 3.49754L6.7092 9.17032L5.21827 10.7911L0 5.11834L1.49093 3.49754Z" fill="white"/><path d="M12.5091 0L3.88134 9.37921L5.37227 11L14 1.62079L12.5091 0Z" fill="white"/></svg>');
}
.comment-form-cookies-consent input[type=checkbox]:checked ~ label[for=wp-comment-cookies-consent]:after {
  opacity: 1;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
.site-main p a[href*="callto:"], .site-main p a[href*="tel:"], .site-main p a[href*="mailto:"] {
  font-weight: inherit;
}
.entry-content p a {
  text-decoration: underline;
}
.site-main p a em, .site-main p em a {
  text-decoration: underline;
}

.edit-link {
  display: block;
}
.edit-link a {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
}
.edit-link a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
  width: 15px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 9" xmlns="http://www.w3.org/2000/svg"><path d="M5.958 8.786L0.918 4.772L5.958 0.776V4.376H14.454V5.186H5.958V8.786Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 9" xmlns="http://www.w3.org/2000/svg"><path d="M5.958 8.786L0.918 4.772L5.958 0.776V4.376H14.454V5.186H5.958V8.786Z"/></svg>');
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation__default ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation__default ul ul {
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: -999em;
  margin-top: 18px;
  padding: 11px 0 14px;
  text-align: left;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 24px rgba(27, 20, 67, 0.05);
          box-shadow: 0px 8px 24px rgba(27, 20, 67, 0.05);
}
.main-navigation__default ul ul:after {
  content: "";
  position: absolute;
  left: 0;
  top: -19px;
  width: 100%;
  height: 20px;
}
.main-navigation__default ul ul ul {
  left: -999em;
  top: -11px;
  margin-top: 0;
  margin-left: 0;
}
.main-navigation__default ul ul ul:after {
  top: 0;
  bottom: 0;
  left: -41px;
  width: 42px;
  height: 100%;
}
.main-navigation__default ul ul li {
  padding-bottom: 7px;
}
.main-navigation__default ul ul li:hover > ul, .main-navigation__default ul ul li.focus > ul {
  left: 100%;
}
.main-navigation__default ul ul a {
  width: 230px;
  padding: 4px 20px;
}
.main-navigation__default ul li:hover > ul,
.main-navigation__default ul li.focus > ul {
  left: -20px;
}
.main-navigation__default li {
  position: relative;
  display: inline-block;
}
.main-navigation__default .menu > li {
  padding: 0;
  margin-right: 12px;
}
@media (min-width: 1520px) {
  .main-navigation__default .menu > li {
    margin-right: 20px;
  }
}
.main-navigation__default .menu > li > a {
  padding: 5px 0;
}
.main-navigation__default .menu > li:last-child {
  margin-right: 0;
}
@media (max-width: 1519px) {
  .main-navigation__default .menu > li.menu-item-has-children {
    margin-right: 17px;
  }
}
.main-navigation__default .menu > li.menu-item-has-children > a {
  padding-right: 10px;
}
.main-navigation__default a {
  display: inline-block;
  text-decoration: none;
}
.main-navigation__vertical {
  min-width: 400px;
  overflow: hidden;
}
.main-navigation__vertical ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation__vertical .main-navigation-inner {
  overflow: hidden;
  padding-bottom: 2px;
}
.main-navigation__vertical .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  will-change: transform;
  display: block !important;
}
.main-navigation__vertical .menu li:not(.menu-back-item):not(.menu-parent-item) {
  margin-bottom: 15px;
}
.main-navigation__vertical .menu li.menu-item-has-children > a {
  position: relative;
}
.main-navigation__vertical .menu li.menu-item-has-children > a:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSIjMDEwMjA1IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
}
.main-navigation__vertical .menu li.menu-item-has-children > a:before {
  display: none;
}
.main-navigation__vertical .menu li a {
  line-height: 1.3;
  font-size: 36px;
}
.main-navigation__vertical .menu li.current_page_parent > a {
  margin-bottom: 5px;
  font-weight: 400;
  color: #888;
}
.main-navigation__vertical .menu .menu-parent-item {
  padding-left: 50px;
}
.main-navigation__vertical .menu .menu-parent-item > a {
  line-height: 28px;
  font-size: 18px;
  color: #888;
}
.main-navigation__vertical .menu .menu-parent-item > a:after {
  display: none !important;
}
.main-navigation__vertical .menu .menu-back-item {
  position: absolute;
  left: 0;
  top: 18px;
}
.main-navigation__vertical .menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main-navigation__vertical .menu .sub-menu {
  display: none;
  width: 400px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.main-navigation__vertical .menu .sub-menu a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-navigation__vertical .menu .sub-menu li.menu-item-has-children > a:after {
  right: -35px;
  margin: 0;
}
.main-navigation__vertical .menu .menu-item.active > .sub-menu {
  display: block;
}

/* Item submenu arrow */
.main-navigation li.menu-item-has-children > a:before, .main-navigation li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 2px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.main-navigation li.menu-item-has-children > a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-navigation li.menu-item-has-children > a:after {
  right: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main-navigation .sub-menu li.menu-item-has-children > a:before {
  right: 20px;
  margin-top: -3px;
}
.main-navigation .sub-menu li.menu-item-has-children > a:after {
  right: 20px;
  margin-bottom: -4px;
}

/* Vertical Menu Toggle Button */
.menu-toggle-wrapper {
  min-width: 33%;
}
.site-header__style-1 .menu-toggle-wrapper {
  display: none;
}
.site-header__style-3 .menu-toggle-wrapper {
  display: none;
}
.menu-toggle-wrapper button {
  vertical-align: middle;
}
.menu-toggle-wrapper .menu-toggle-box {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.menu-toggle-wrapper .menu-toggle-box:before, .menu-toggle-wrapper .menu-toggle-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 100%;
  height: 2px;
  background-color: #222;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.menu-toggle-wrapper .menu-toggle-box:after {
  top: 12px;
  width: 12px;
}
.menu-toggle-wrapper .menu-toggle-box:hover:after {
  width: 100%;
}

/* Vertical Menu */
.header-vertical-menu-popup {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* Mobile Styles */
}
.vertical-menu-active .header-vertical-menu-popup {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header-vertical-menu-popup .site-header__style-1 {
  visibility: hidden;
}
.header-vertical-menu-popup .menu-toggle-close {
  position: absolute;
  left: 21px;
  top: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.admin-bar .header-vertical-menu-popup .menu-toggle-close {
  top: 61px;
}
.admin-bar .header-vertical-menu-popup .menu-toggle-close .svg-icon {
  width: 18px;
  height: 18px;
}
.header-vertical-menu-popup__inner {
  margin: 0 auto;
  height: 100vh;
  max-width: 90vw;
  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;
}
@media (max-width: 639px) {
  .header-vertical-menu-popup {
    display: block;
    text-align: center;
  }
}

/*--------------------------------------------------------------
## Mobile menu
--------------------------------------------------------------*/
/**
 * Mobile Site Menu
 */
.site-header .site-header__mobile {
  /* Header Cart */
  /* Search Popup */
  /* Vertical Menu */
}
.site-header .site-header__mobile.site-header__wrap {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-header .site-header__mobile.site-header__wrap .space-between-content {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-header__mobile.site-header__wrap .space-between-content > * {
  margin-left: 0;
  margin-right: 0;
}
.site-header .site-header__mobile .site-branding {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 1002;
  margin-right: auto !important;
}
@media (max-width: 639px) {
  .site-header .site-header__mobile .site-branding {
    min-width: 100px;
    max-width: 300px;
  }
}
.site-header .site-header__mobile .site-branding .site-logo__link {
  width: 100%;
}
@media (max-width: 639px) {
  .site-header .site-header__mobile .site-branding .site-logo__link {
    font-size: 24px;
    max-width: 90px;
  }
}
.site-header .site-header__mobile .site-header__right_part {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.site-header .site-header__mobile .site-header__right_part > * {
  padding-left: 0;
  padding-right: 0;
}
.site-header .site-header__mobile .site-header__right_part .header-search-toggle {
  margin-left: 0;
}
.site-header .site-header__mobile .site-header__right_part .social-list--header {
  display: none;
}
.site-header .site-header__mobile .header-cart {
  position: static;
}
.site-header .site-header__mobile .header-cart__link-wrap {
  position: relative;
  z-index: 1002;
}
.site-header .site-header__mobile .header-cart__content {
  overflow-y: scroll;
  position: fixed;
  z-index: 998;
  top: 0;
  right: -75%;
  width: 100%;
  height: 100vh;
  margin: 70px 0 0;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
  transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
}
.site-header .site-header__mobile .header-cart__content.show {
  right: 0;
}
.admin-bar .site-header .site-header__mobile .header-cart__content {
  margin-top: 118px;
}
.woocommerce-cart .site-header .site-header__mobile .header-cart__content {
  display: none;
}
.site-header .site-header__mobile .header-search-popup__inner .header-search-form__field {
  font-size: 14px;
  min-height: 50px;
  padding: 10px 55px 10px 10px;
}
.site-header .site-header__mobile .header-search-popup .header-search-popup-close {
  top: 20px;
  left: 20px;
}
.site-header .site-header__mobile .header-search-popup .header-search-popup-close svg {
  width: 20px;
  height: 20px;
  fill: #C2C2C3;
}
.site-header .site-header__mobile .header-search-popup .header-search-form__submit {
  width: 50px;
  height: 50px;
}
.site-header .site-header__mobile .header-search-popup .header-search-form__submit svg {
  width: 14px;
  height: 16px;
}
.site-header .site-header__mobile .menu-toggle-wrapper {
  position: relative;
  z-index: 1003;
  min-width: 20%;
}
.site-header .site-header__mobile.site-header__style-2 .menu-toggle-wrapper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  min-width: 20px;
}
.site-header .site-header__mobile.site-header__style-2 .menu-toggle-close {
  left: auto;
  right: 20px;
}
.site-header .site-header__mobile .main-navigation__vertical .menu li a {
  line-height: 1.5;
  font-size: 18px;
}
.site-header .site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children a:after {
  position: relative;
  width: 8px;
  height: 4px;
  right: 0;
  margin-left: 7px;
  background-color: transparent;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  line-height: 0;
}
.site-header .site-header__mobile .main-navigation__vertical .menu .menu-parent-item {
  padding-left: 0;
}
.site-header .site-header__mobile .main-navigation__vertical .menu .menu-back-item {
  position: static;
}

.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu {
  overflow-y: scroll;
  position: fixed;
  z-index: 1005;
  top: 0;
  right: -90%;
  display: block;
  width: 90%;
  height: 100vh;
  margin: 0;
  text-align: left;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
  transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
}
.admin-bar .site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu {
  padding-top: 46px;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu.mobile-menu-open {
  right: 0;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .main-navigation-inner {
  display: block;
  width: 100%;
  padding-top: 42px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 86px;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .menu li a {
  padding: 6px 0;
  text-transform: none;
  font-size: 18px;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .menu li:after {
  display: none;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .sub-menu {
  position: initial;
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .sub-menu li a {
  width: auto;
  font-size: 16px;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .sub-menu:after {
  display: none;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .menu-item-has-children > a:before,
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .menu-item-has-children > a:after {
  content: none;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .social-list--header {
  display: block;
  margin-top: -26px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 66px;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .social-list--header li {
  display: block;
  margin-bottom: 16px;
  margin-left: 0;
}
.site-header > div:not(.site-header__style-2) .main-navigation.mobile-menu .social-list--header li a {
  text-align: left;
}

/* Toogle button styles */
.mobile-menu-toggle-button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 1006;
  width: 27px;
  height: 23px;
  margin: 0 0 0 25px !important;
  padding: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  background: none;
}
.mobile-menu-toggle-button:before, .mobile-menu-toggle-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: width 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: width 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: width 0.1s ease-out, transform 0.1s ease-out;
  transition: width 0.1s ease-out, transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.mobile-menu-toggle-button:after {
  top: 10px;
}
.mobile-menu-toggle-button.mobile-menu-close {
  height: 20px;
  border: 0;
}
.mobile-menu-toggle-button.mobile-menu-close:before, .mobile-menu-toggle-button.mobile-menu-close:after {
  top: 9px;
  left: -3px;
  width: 26px;
  background-color: #c4c4c4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu-toggle-button.mobile-menu-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Style 1, Style 3 */
.site-header__style-1.site-header__mobile .main-navigation__default,
.site-header__style-3.site-header__mobile .main-navigation__default {
  display: none;
}
.site-header__style-1.site-header__mobile .mobile-menu-toggle-button,
.site-header__style-3.site-header__mobile .mobile-menu-toggle-button {
  display: none !important;
}
.site-header__style-1.site-header__mobile .menu-toggle-wrapper,
.site-header__style-3.site-header__mobile .menu-toggle-wrapper {
  display: block;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  min-width: 30px;
  text-align: right;
}
.site-header__style-1.site-header__mobile .menu-toggle-wrapper .menu-toggle,
.site-header__style-3.site-header__mobile .menu-toggle-wrapper .menu-toggle {
  padding-bottom: 3px;
}
.site-header__style-1.site-header__mobile .menu-toggle-wrapper .menu-toggle-box,
.site-header__style-3.site-header__mobile .menu-toggle-wrapper .menu-toggle-box {
  display: block;
  width: 18px;
  height: 20px;
  margin: 0 0 0 10px !important;
  padding: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  background: none;
}
.site-header__style-1.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:before,
.site-header__style-3.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:before {
  top: 0;
  width: 18px;
}
.site-header__style-1.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:after,
.site-header__style-3.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:after {
  top: 9px;
  width: 18px;
}
.site-header__style-1.site-header__mobile .header-vertical-menu-popup,
.site-header__style-3.site-header__mobile .header-vertical-menu-popup {
  visibility: visible;
  z-index: 1009;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
}
.site-header__style-1.site-header__mobile .header-vertical-menu-popup__inner,
.site-header__style-3.site-header__mobile .header-vertical-menu-popup__inner {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 80%;
  min-width: 280px;
  margin: 0 20% 0 0;
  padding: 0;
  background-color: #fff;
}
.site-header__style-1.site-header__mobile .main-navigation__vertical,
.site-header__style-3.site-header__mobile .main-navigation__vertical {
  display: block;
  width: 100%;
  min-width: 280px;
  padding: 112px 20px 20px 20px;
}
.site-header__style-1.site-header__mobile .main-navigation__vertical .menu li a,
.site-header__style-3.site-header__mobile .main-navigation__vertical .menu li a {
  display: block;
  padding-right: 25px;
  font-weight: 600;
  font-size: 18px;
}
.site-header__style-1.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children.nutrigenis-hidden > a:after, .site-header__style-1.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children.active > a:after,
.site-header__style-3.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children.nutrigenis-hidden > a:after,
.site-header__style-3.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children.active > a:after {
  display: none;
}
.site-header__style-1.site-header__mobile .main-navigation__vertical .menu li .sub-menu,
.site-header__style-3.site-header__mobile .main-navigation__vertical .menu li .sub-menu {
  position: absolute;
  top: 0;
  width: 100%;
}
.site-header__style-1.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-back-item,
.site-header__style-3.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-back-item {
  position: absolute;
  top: 10px;
  left: 0;
}
.site-header__style-1.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-parent-item,
.site-header__style-3.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-parent-item {
  margin-bottom: 34px;
  padding-left: 25px;
}
.site-header__style-1.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-parent-item a,
.site-header__style-3.site-header__mobile .main-navigation__vertical .menu li .sub-menu > .menu-parent-item a {
  padding: 8px 0;
  margin: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
}
.site-header__style-1.site-header__mobile .main-navigation__vertical .menu li .sub-menu .menu-back-item svg,
.site-header__style-3.site-header__mobile .main-navigation__vertical .menu li .sub-menu .menu-back-item svg {
  width: 10px;
  height: 12px;
}

/*--------------------------------------------------------------
## Posts navigation
--------------------------------------------------------------*/
.comment-navigation {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top-width: 1px;
  border-top-style: solid;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  width: 100%;
  word-break: break-word;
}
@media (min-width: 640px) {
  .comment-navigation .nav-previous,
.comment-navigation .nav-next {
    width: 50%;
  }
}
.comment-navigation .nav-previous > a,
.comment-navigation .nav-next > a {
  position: relative;
  display: inline-block;
}
.comment-navigation .nav-previous > a svg,
.comment-navigation .nav-next > a svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comment-navigation .nav-previous {
  float: left;
  padding-right: 15px;
}
.comment-navigation .nav-previous a {
  padding-left: 60px;
}
.comment-navigation .nav-previous a svg {
  left: 0;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
  padding-left: 15px;
  margin-top: 25px;
}
@media (min-width: 640px) {
  .comment-navigation .nav-next {
    margin-top: 0;
  }
}
.comment-navigation .nav-next a {
  padding-right: 60px;
}
.comment-navigation .nav-next a svg {
  right: 0;
}

.site-content .page-links {
  margin-top: 60px;
  font-weight: 500;
  line-height: 21px;
}
.site-content .page-links .post-page-numbers {
  width: 22px;
  height: 22px;
  display: inline-block;
}

.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous i {
  margin-right: 2px;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next i {
  margin-left: 2px;
}

.post-navigation {
  overflow: hidden;
  margin-bottom: 100px;
}
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 222px;
}
@media (min-width: 640px) {
  .post-navigation .nav-links {
    min-height: 210px;
  }
}
.post-navigation .nav-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.post-navigation .nav-links__item .nav-links__title {
  text-transform: uppercase;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
  margin: 0 0 30px 0;
  width: 100%;
}
.post-navigation .nav-links .nav-prev,
.post-navigation .nav-links .nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  border: 1px solid;
}
.post-navigation .nav-links .nav-prev svg,
.post-navigation .nav-links .nav-next svg {
  width: 13px;
  height: 11px;
  vertical-align: unset;
}
.post-navigation .nav-links .nav-prev a,
.post-navigation .nav-links .nav-next a {
  padding: 15px;
}
@media (min-width: 640px) {
  .post-navigation .nav-links .nav-prev a,
.post-navigation .nav-links .nav-next a {
    padding: 40px 30px 32px;
  }
}
.post-navigation .nav-links .nav-next .nav-links__item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.post-navigation .nav-links .nav-next .nav-links__title {
  text-align: end;
}
.post-navigation .nav-links div.nav-next {
  position: absolute;
  right: 0;
}
.post-navigation .nav-links div.nav-prev svg {
  margin-right: 2px;
}
.post-navigation .nav-links div.nav-prev + div.nav-next before {
  content: "";
}
.post-navigation .nav-links div.nav-prev + div.nav-next {
  position: relative;
}
.post-navigation .nav-links .nav-next span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.post-navigation .nav-links .nav-next span svg {
  margin-left: 2px;
}

/*--------------------------------------------------------------
### Posts List Pagination
--------------------------------------------------------------*/
.pagination {
  margin-top: 70px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.pagination .page-numbers {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: auto;
  margin: 0;
  border: 0;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  width: 11px;
  height: 11px;
  margin-top: -2px;
}
.pagination .page-numbers.prev {
  margin-right: 10px;
}
.pagination .page-numbers.prev svg {
  margin-right: 8px;
}
.pagination .page-numbers.next {
  margin-left: 10px;
}
.pagination .page-numbers.next svg {
  margin-left: 8px;
}

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
.social-list .menu-item {
  margin-left: 13px;
}
.social-list .menu-item:first-child {
  margin-left: 0;
}
.social-list .menu-item > a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
}
.social-list .menu-item > a, .social-list .menu-item > a:hover {
  text-decoration: none;
}
.social-list .menu-item > a::before {
  content: "";
}
.social-list .menu-item > a[href*="500px.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="android.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="apple.com"]::before, .social-list .menu-item > a[href*="itunes.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="angel.co"]::before {
  content: "";
}
.social-list .menu-item > a[href*="codepen.io"]::before {
  content: "";
}
.social-list .menu-item > a[href*="del.icio"]::before, .social-list .menu-item > a[href*="delicious.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="digg.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="dribbble.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="dropbox.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="fb.me"]::before, .social-list .menu-item > a[href*="facebook.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="foursquare.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="flickr.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="plus.google.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="github.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="gitlab.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="instagram.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="linkedin.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="pinterest.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="getpocket.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="reddit.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
  content: "";
}
.social-list .menu-item > a[href*="stumbleupon.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="tumblr.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="twitter.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="vimeo.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="youtube.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="amazon.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*=tripadvisor]::before {
  content: "";
}
.social-list .menu-item > a[href*="ycombinator.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="xing.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="yahoo."]::before {
  content: "";
}
.social-list .menu-item > a[href*="vine.co"]::before {
  content: "";
}
.social-list .menu-item > a[href*="weibo.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="trello.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="steampowered.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="soundcloud.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="spotify.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="stackexchange.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="stackoverflow.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="slideshare.net"]::before {
  content: "";
}
.social-list .menu-item > a[href*="slack.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="skyatlas.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="last.fm"]::before {
  content: "";
}
.social-list .menu-item > a[href*="jsfiddle.net"]::before {
  content: "";
}
.social-list .menu-item > a[href*="behance.net"]::before {
  content: "";
}
.social-list .menu-item > a[href*="bitbucket.org"]::before {
  content: "";
}
.social-list .menu-item > a[href*="codepen.io"]::before {
  content: "";
}
.social-list .menu-item > a[href*="codiepie.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="connectdevelop.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="dashcube.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="contao.org"]::before {
  content: "";
}
.social-list .menu-item > a[href*="deviantart.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="vk.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="ok.ru"]::before {
  content: "";
}
.social-list .menu-item > a[href*="medium.com"]::before {
  content: "";
}
.social-list .menu-item > a[href*="twitch.tv"]::before {
  content: "";
}
.social-list .menu-item > a[href*="mailto:"]::before {
  content: "";
}
.social-list .menu-item > a[href*=feed]::before {
  content: "";
}
.social-list .menu-item > a::before {
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 20px;
}
.social-list--text .social-list .menu-item > a::before {
  display: none;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  .breadcrumbs {
    margin: 30px 0;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs .container-fullwidth {
    max-width: 100%;
  }
}
.breadcrumbs .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs_browse {
  display: inline-block;
  margin-right: 0.5em;
}
.breadcrumbs_wrap {
  position: relative;
  margin-top: 8px;
}
.breadcrumbs_item {
  display: inline-block;
  max-width: 100%;
}
.breadcrumbs_item_sep {
  margin: 0 3px;
}
.breadcrumbs_item_link {
  display: block;
}
.invert .breadcrumbs_item_link {
  border-bottom: 1px solid transparent;
}
.invert .breadcrumbs_item_link:hover {
  color: inherit;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.textaligncenter {
  text-align: center;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide,
.alignfull {
  margin-bottom: 2rem;
}

p > .alignnone,
p > .aligncenter,
p > .alignleft,
p > .alignright,
p > .alignwide,
p > .alignfull {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.comment-body:after,
.entry-content:after,
.page-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  position: relative;
}
@media (min-width: 940px) {
  .post-navigation + .comments-area, .post-author-bio + .comments-area {
    margin-top: 100px;
  }
}
.elementor-page.position-fullwidth .comments-area {
  margin-bottom: 50px;
}
.comments-title {
  margin-top: 57px;
  margin-bottom: 0;
}
.comments-title:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 940px) {
  .comments-title:before {
    margin-bottom: 100px;
    margin-top: 60px;
  }
}

.comment-list {
  list-style: none;
  overflow: hidden;
  margin-left: 0;
}
.comment-list .children {
  margin-left: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 10px;
  list-style: none;
}
@media (min-width: 940px) {
  .comment-list .children {
    padding-left: 30px;
  }
}
.comment-list .parent.depth-1 > .children .comment-content,
.comment-list .parent.depth-2 > .children .comment-content {
  position: relative;
  padding: 30px 48px;
  background: #F2F2F3;
}
.comment-list .parent.depth-1 > .children .comment-content::after,
.comment-list .parent.depth-2 > .children .comment-content::after {
  border-color: transparent #F2F2F3 transparent transparent;
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback,
.comment-list .review {
  margin-top: 50px;
}
.comment-body__holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.comment-body .avatar {
  border-radius: 50%;
}
@media (max-width: 939px) {
  .comment-body .avatar {
    width: 40px;
  }
}
.comment-meta {
  margin-bottom: 14px;
}
.comment-meta .comment-metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment-meta .comment-metadata .entry-meta span {
  position: relative;
  display: inline-block;
}
.comment-meta .comment-metadata .entry-meta span:not(:last-child) {
  padding-right: 21px;
  margin-right: 12px;
}
.comment-meta .comment-metadata .entry-meta span:not(:last-child):before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: #868686;
}
.comment-content {
  line-height: 22px;
  border: 1px solid #E8E8E9;
  padding: 20px;
  position: relative;
}
.comment-content p strong {
  display: inline-block;
  margin-top: 20px;
}
.comment-content ul > li {
  position: relative;
  line-height: 22px;
  padding-left: 13px;
}
.comment-content ul > li:before {
  content: "";
  display: inline-table;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  top: 10px;
}
.comment-content ul > li::marker {
  font-size: 0;
}
.comment-content:before, .comment-content:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 15px;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ccc transparent transparent;
}
.comment-content:after {
  border-color: transparent white transparent transparent;
  top: 16px;
  right: 26px;
  bottom: 26px;
  border-width: 0px 18px 18px 0px;
  left: -18px;
}
.comment-content-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  max-width: 100%;
  margin-top: -1px;
  margin-left: 25px;
}
.comment-author {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  margin-bottom: 20px;
  background-image: url("assets/images/author-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 640px) {
  .post-author-bio {
    margin-bottom: 100px;
  }
}
.post-author__holder {
  position: relative;
  padding: 50px 20px 30px;
  text-align: center;
}
@media (min-width: 940px) {
  .post-author__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 104px 96px;
  }
}
.post-author__holder .post-author__role {
  margin-bottom: 20px;
}
.post-author__overlay {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post-author__avatar {
  min-width: 120px;
  margin-bottom: 35px;
}
.post-author__avatar .avatar {
  vertical-align: top;
  border-radius: 50%;
}
.post-author__title {
  text-transform: uppercase;
  margin-bottom: 3px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  word-wrap: break-word;
}
.site-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  min-height: 1px;
}
body:not(.elementor-page) .site-content, body.single.elementor-page .site-content {
  margin-bottom: 0;
  margin-top: 70px;
}
@media (min-width: 940px) {
  body:not(.elementor-page) .site-content, body.single.elementor-page .site-content {
    margin-top: 78px;
  }
}
body.blog .site-content {
  margin-top: 75px;
}
@media (min-width: 640px) {
  body.blog .site-content {
    margin-top: 90px;
  }
}
body.single-post .site-content {
  margin-top: 60px;
}
@media (min-width: 640px) {
  body.single-post .site-content {
    margin-top: 115px;
  }
}
body.elementor-template-full-width .site-content, body.page-template-fullwidth-content .site-content {
  max-width: 100%;
}
.site-content__wrap {
  max-width: 100%;
}
.site-main > *:last-child {
  margin-bottom: 0;
}

#primary {
  margin-bottom: 85px;
}
@media (min-width: 940px) {
  #primary {
    margin-bottom: 120px;
  }
}

.space-between-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -0.85rem;
  margin-right: -0.85rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.space-between-content > * {
  margin-left: 0.85rem;
  margin-right: 0.85rem;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 900;
}
.site-header__wrap {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (min-width: 940px) {
  .site-header__wrap.isStick {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
  }
}
.site-header__wrap:not(.site-header__mobile).container-fullwidth {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.site-header__right_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
.site-header__right_part .header-btn-wrap {
  margin-right: 10px;
}
@media (min-width: 940px) {
  .site-header__right_part .header-btn-wrap {
    margin-right: 50px;
  }
}
.site-header__right_part .header-search-toggle {
  position: relative;
  z-index: 1002;
  margin-left: 0;
  padding: 0;
  background: none;
}
.site-header__right_part .header-search-toggle svg {
  margin-right: 15px;
  width: 23px;
  height: 23px;
}
@media (max-width: 639px) {
  .site-header__right_part .header-search-toggle svg {
    margin-right: 15px;
    width: 18px;
    height: 18px;
  }
}
.site-header__right_part .header-search-toggle path {
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.site-header__right_part .header-search-toggle:focus {
  outline: 0;
}
.site-header__right_part .header-btn.btn {
  border-radius: 6px;
  padding: 12px 24px;
}
.site-header .header-search-popup {
  position: absolute;
  z-index: 1007;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0;
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.header-search-active .site-header .header-search-popup {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.site-header .header-search-popup-close {
  position: absolute;
  right: 83px;
  top: 35px;
  margin: 0;
  padding: 0;
  background: none;
}
.site-header .header-search-popup-close svg {
  display: block;
  width: 31px;
  height: 31px;
}
.site-header .header-search-popup__inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.site-header .header-search-popup__inner .header-search-form {
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header .header-search-popup__inner .header-search-form__label {
  display: block;
  margin-bottom: 20px;
  max-width: 410px;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (min-width: 940px) {
  .site-header .header-search-popup__inner .header-search-form__label {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}
.site-header .header-search-popup__inner .header-search-form__field {
  width: 100%;
  text-transform: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  min-height: 80px;
  font-weight: 500;
  padding: 10px 90px 10px 29px;
  border: 0;
}
.site-header .header-search-popup__inner .header-search-form__field:active {
  outline: none;
}
.site-header .header-search-popup__inner .header-search-form__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: transparent;
}
.site-header .header-search-popup__inner .header-search-form__submit svg {
  width: 24px;
  height: 24px;
}

.site-branding .custom-logo {
  display: block;
}
.site-branding h1.site-logo {
  margin: 0;
  line-height: 1.2;
  text-transform: lowercase;
}
.site-branding h1.site-logo .site-logo__link {
  display: inline-block;
  padding: 4px 0;
  letter-spacing: 0;
  text-transform: uppercase;
}
.site-branding .site-logo__link {
  display: inline-block;
}
.site-branding img {
  vertical-align: top;
}
.site-branding .site-description {
  padding-top: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #222;
}

.pseudoStickyBlock {
  display: none;
}
@media (min-width: 940px) {
  .pseudoStickyBlock {
    display: block;
  }
}

/* Header Styles */
.site-header__style-1 .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
.site-header__style-2 .mobile-menu-toggle-button {
  display: none !important;
}
.vertical-menu-active .site-header__style-2 .space-between-content {
  opacity: 0;
}
.site-header__style-2 .site-branding {
  text-align: center;
}
.site-header__style-3 .site-branding {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.site-header__style-3 .site-header__right_part {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.site-header__style-3 .main-navigation__default {
  margin: 0 auto;
}
@media (min-width: 640px) {
  .site-header__style-3 .main-navigation__default {
    max-width: 60%;
  }
}
.site-header .main-navigation .social-list--header {
  display: none;
}
@media (max-width: 639px) {
  .site-header .header-btn-wrap {
    display: none;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer__wrap {
  font-size: 14px;
}
.site-footer__wrap .space-between-content:not(:empty) {
  padding-top: 91px;
  padding-bottom: 91px;
}
@media (max-width: 639px) {
  .site-footer__wrap .space-between-content {
    display: block;
    text-align: center;
  }
}
.site-footer__wrap .footer-logo__link {
  display: block;
  margin-left: 0;
  margin-right: 15px;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: lowercase;
}
.site-footer__wrap .footer-copyright {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-footer__wrap .footer-menu {
  display: block;
  padding-top: 8px;
}
.site-footer__wrap .footer-menu li {
  margin-right: 13px;
}
.site-footer__wrap .footer-menu li:last-child {
  margin-right: 0;
}

.footer-area {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  max-width: 640px;
  max-width: 940px;
  max-width: 1120px;
  max-width: 1200px;
  max-width: 1480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-area > .widget {
  width: 25%;
}

/* Newsletter Popup */
.footer-newsletter-active {
  position: fixed;
  width: 100%;
  padding-right: 17px;
}

.footer-newsletter-popup {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.footer-newsletter-active .footer-newsletter-popup {
  background-color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.footer-newsletter-popup-close {
  position: absolute;
  right: 40px;
  top: 34px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.admin-bar .footer-newsletter-popup-close {
  top: 66px;
}
.footer-newsletter-popup__inner {
  margin: 0 auto;
  width: 540px;
  height: 100vh;
  max-width: 90vw;
  overflow-y: auto;
  overflow-x: 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;
}
.footer-newsletter-popup__inner h3 {
  margin: 0 0 21px;
  text-align: center;
}
.footer-newsletter-popup__inner .mc4wp-form {
  width: 100%;
}
.footer-newsletter-popup__inner .mc4wp-form input:not([type=submit]):not([type=checkbox]) {
  width: 100%;
  margin-bottom: 10px;
}
.footer-newsletter-popup__inner .mc4wp-form__checkbox_wrap {
  margin-top: 20px;
}
.footer-newsletter-popup__inner .mc4wp-form__checkbox_wrap a {
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
  line-height: 30px;
  font-size: 14px;
}
.footer-newsletter-popup__inner .mc4wp-form input[type=submit] {
  width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.posts-list__item {
  position: relative;
}
.posts-list .posts-list__item {
  margin-bottom: 50px;
}
.posts-list .posts-list__item.default-item:last-child {
  margin-bottom: 0;
}
.posts-list--default-small-image .posts-list__item:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.posts-list--default-small-image .posts-list__item:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.post .has-large-font-size {
  font-size: 36px;
}

/*--------------------------------------------------------------
### Entry
--------------------------------------------------------------*/
.entry-content {
  margin-top: 8px;
}
.entry-content + .entry-meta {
  margin-top: 20px;
}
.entry-footer {
  margin-top: 19px;
}
.entry-footer .post__button-wrap {
  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;
}
.entry-footer .post__button-wrap > a {
  display: inline-block;
  padding: 14px 38px 12px;
  margin-right: 30px;
  background-size: 100%;
  position: relative;
  z-index: 10;
}
.entry-footer .post__button-wrap > a:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -10;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.entry-footer .post__button-wrap > a:hover:before {
  opacity: 1;
}
.entry-footer .entry-footer-container .tags-links {
  display: block;
  margin-top: 23px;
}
.entry-footer .entry-footer-container .tags-links a {
  margin: 0 6px 0 0;
  display: inline-block;
  position: relative;
}
.entry-footer .entry-footer-container .tags-links a:not(:last-child):before {
  content: ",";
  position: absolute;
  right: -5px;
  bottom: 0;
}
.entry-footer .entry-footer-container .tags-links a:last-child {
  margin-right: 0;
}
.entry-footer .entry-footer-container .tags-links svg {
  margin-right: 8px;
  margin-top: -3px;
}

/*--------------------------------------------------------------
### Meta
--------------------------------------------------------------*/
.entry-header .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-header .entry-meta span:not(:last-child) {
  margin-right: 30px;
}

span.posted-on svg {
  margin-right: 4px;
  margin-top: -5px;
}
span.byline svg {
  margin-top: -5px;
  margin-right: 8px;
}
span.comments-link svg {
  margin-right: 5px;
}

span.cat-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
span.cat-links a {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
span.cat-links a:not(:last-child) {
  margin-right: 12px;
}

span.byline .avatar {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
}

.entry-footer-container .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-footer-container .entry-meta span.byline .avatar {
  margin-right: 14px;
}
.entry-footer-container .entry-meta span.byline a {
  text-transform: capitalize;
}
.entry-footer-container .entry-meta .entry-posted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comments-button {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.comments-button i {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 2px;
}
.comments-button svg {
  vertical-align: top;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

.comments-button {
  border-radius: 0;
  padding: 10px 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  background-color: #f1f4f6;
}

.post-categories {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.btn-style .post-categories li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 4px;
}
.btn-style .post-categories a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 0;
}

/*--------------------------------------------------------------
### Posts list
--------------------------------------------------------------*/
.posts-list {
  margin-bottom: 70px;
}

/*--------------------------------------------------------------
### Post default item
--------------------------------------------------------------*/
.post-default + .post-default {
  margin-top: 97px;
}
body:not(.sidebar_enabled) .post-default {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.post-default .post-thumbnail,
.post-default .entry-meta {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .post-default .entry-content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*--------------------------------------------------------------
### Post-thumbnail
--------------------------------------------------------------*/
.post-thumbnail {
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0;
}
.post-thumbnail__link {
  display: inline-block;
}
.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
### Page
--------------------------------------------------------------*/
.page-header {
  margin-bottom: 54px;
  text-align: center;
  position: relative;
}
.woocommerce-page .page-header {
  margin-bottom: 58px;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-header {
    margin-bottom: 68px;
  }
}
.page-header .page-title {
  width: 100%;
}
.sidebar_enabled .page-header {
  text-align: left;
}

/*--------------------------------------------------------------
### Search Results
--------------------------------------------------------------*/
.search-results .page-header {
  margin-bottom: 100px;
}
.search-results .navigation {
  padding-top: 50px;
}
.search-results .navigation.pagination {
  margin-bottom: 0 !important;
}

.posts-list__item.default-item.search-item .entry-meta span.posted-on,
.posts-list__item.default-item.search-item .entry-meta span.byline,
.posts-list__item.default-item.search-item .entry-meta span.cat-links {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 5px 0;
}
.posts-list__item.default-item.search-item .entry-header .entry-meta {
  margin-bottom: 0;
}
.posts-list__item.default-item.search-item .entry-title {
  margin-top: 8px;
  font-weight: 600;
}
.posts-list__item.default-item.search-item .entry-footer .post__button-wrap {
  margin-top: 0;
}
.posts-list__item.default-item.search-item .entry-footer .comments-link,
.posts-list__item.default-item.search-item .entry-footer .tags-links {
  margin-bottom: 30px;
}

.search-no-results .site .not-found .btn.btn-initial {
  padding: 16px 22px 16px;
  margin-left: -1px;
}
.search-no-results .site .not-found .btn.btn-initial .svg-icon {
  width: 24px;
  height: 24px;
}
.search-no-results .site .not-found .search-form__field[type=search] {
  min-height: 56px;
}
.search-no-results .site .page-content {
  padding: 62px 29px 74px;
}
.search-no-results .site .page-content p {
  margin-bottom: 28px;
  text-align: center;
  font-size: 14px;
}

/*--------------------------------------------------------------
### Not found Section
--------------------------------------------------------------*/
.error404 .not-found {
  position: relative;
  text-align: center;
}
.error404 .not-found .page-header {
  margin-bottom: 8px;
}
.error404 .not-found .page-title {
  font-size: 80px;
  font-weight: bold;
}
.error404 .not-found .page-title:before {
  display: none;
}
@media (min-width: 940px) {
  .error404 .not-found .page-title {
    font-size: 206px;
  }
}
.error404 .not-found .page-content p {
  margin-bottom: 48px;
}
@media (min-width: 940px) {
  .error404 .not-found .page-content p {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.error404 .not-found .page-content .btn {
  padding: 18px 50px;
  font-size: 16px;
  font-weight: 800;
  margin-top: 35px;
}
.error404 #content.site-content .site-content__wrap {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 940px) {
  .error404 #content.site-content .site-content__wrap {
    padding-top: 145px;
    padding-bottom: 180px;
  }
}
.error404 footer.site-footer {
  position: relative;
}

/*--------------------------------------------------------------
## Single post
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Single Post
--------------------------------------------------------------*/
.single-post .entry-header .entry-meta,
.single-attachment .entry-header .entry-meta {
  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;
}
.single-post .entry-header .entry-meta span,
.single-attachment .entry-header .entry-meta span {
  display: inline-block;
  margin-top: 0;
}
.single-post .entry-header .entry-meta span.posted-on,
.single-attachment .entry-header .entry-meta span.posted-on {
  margin-right: 5px;
}
.single-post .entry-header .entry-meta span:not(:last-child),
.single-attachment .entry-header .entry-meta span:not(:last-child) {
  margin-right: 20px;
}
.single-post .entry-header .entry-meta span.cat-links a,
.single-attachment .entry-header .entry-meta span.cat-links a {
  margin-left: 15px;
}
.single-post .entry-header .entry-meta span.cat-links a + a,
.single-attachment .entry-header .entry-meta span.cat-links a + a {
  margin-left: 3px;
}
.single-post .entry-header .entry-title,
.single-attachment .entry-header .entry-title {
  line-height: 60px;
}
.single-post #primary,
.single-attachment #primary {
  margin-bottom: 22px;
}
.single-post #main.site-main,
.single-attachment #main.site-main {
  margin-bottom: 70px;
}
@media (min-width: 940px) {
  .single-post #main.site-main,
.single-attachment #main.site-main {
    margin-bottom: 99px;
  }
}
.single-post #main.site-main .comment-respond:before,
.single-attachment #main.site-main .comment-respond:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 940px) {
  .single-post #main.site-main .comment-respond:before,
.single-attachment #main.site-main .comment-respond:before {
    margin-bottom: 100px;
    margin-top: 60px;
  }
}
.single-post .post-thumbnail,
.single-attachment .post-thumbnail {
  padding-bottom: 34px;
}
.single-post .post .entry-content,
.single-post .attachment .entry-content,
.single-attachment .post .entry-content,
.single-attachment .attachment .entry-content {
  margin: 0;
}
.single-post .post .entry-content p:not(.attachment) img,
.single-post .attachment .entry-content p:not(.attachment) img,
.single-attachment .post .entry-content p:not(.attachment) img,
.single-attachment .attachment .entry-content p:not(.attachment) img {
  margin-top: 70px;
}
.single-post .post .entry-content figure,
.single-post .attachment .entry-content figure,
.single-attachment .post .entry-content figure,
.single-attachment .attachment .entry-content figure {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 700px) {
  .single-post .post .entry-content figure,
.single-post .attachment .entry-content figure,
.single-attachment .post .entry-content figure,
.single-attachment .attachment .entry-content figure {
    margin-bottom: 30px;
  }
}
.single-post .post .entry-content figure ul + figcaption,
.single-post .attachment .entry-content figure ul + figcaption,
.single-attachment .post .entry-content figure ul + figcaption,
.single-attachment .attachment .entry-content figure ul + figcaption {
  margin-top: 30px;
}
.single-post .post .entry-content figure img,
.single-post .attachment .entry-content figure img,
.single-attachment .post .entry-content figure img,
.single-attachment .attachment .entry-content figure img {
  vertical-align: top;
}
@media (max-width: 1119px) {
  .single-post .post .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts),
.single-post .attachment .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts),
.single-attachment .post .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts),
.single-attachment .attachment .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) {
    margin-bottom: 20px;
  }
}
.single-post .post .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) li:not(.blocks-gallery-item):not(.cat-item),
.single-post .attachment .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) li:not(.blocks-gallery-item):not(.cat-item),
.single-attachment .post .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) li:not(.blocks-gallery-item):not(.cat-item),
.single-attachment .attachment .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) li:not(.blocks-gallery-item):not(.cat-item) {
  position: relative;
  line-height: 1.8;
  padding-left: 18px;
}
.single-post .post .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) li:not(.blocks-gallery-item):not(.cat-item):before,
.single-post .attachment .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) li:not(.blocks-gallery-item):not(.cat-item):before,
.single-attachment .post .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) li:not(.blocks-gallery-item):not(.cat-item):before,
.single-attachment .attachment .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) li:not(.blocks-gallery-item):not(.cat-item):before {
  content: "";
  display: inline-table;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  top: 10px;
}
.single-post .post .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) li:not(.blocks-gallery-item):not(.cat-item)::marker,
.single-post .attachment .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) li:not(.blocks-gallery-item):not(.cat-item)::marker,
.single-attachment .post .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) li:not(.blocks-gallery-item):not(.cat-item)::marker,
.single-attachment .attachment .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts) li:not(.blocks-gallery-item):not(.cat-item)::marker {
  font-size: 0;
}
.single-post .post .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts).wp-block-archives,
.single-post .attachment .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts).wp-block-archives,
.single-attachment .post .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts).wp-block-archives,
.single-attachment .attachment .entry-content ul:not(.wp-block-archives):not(.wp-block-categories):not(.wp-block-latest-posts).wp-block-archives {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .single-post .post .entry-content .wp-block-archives:not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-categories:not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-code, .single-post .post .entry-content .wp-block-columns:not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-post .post .entry-content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-post .post .entry-content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-post .post .entry-content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-post .post .entry-content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .single-post .post .entry-content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .single-post .post .entry-content .wp-block-media-text:not(.alignwide):not(.alignfull), .single-post .post .entry-content .wp-block-preformatted, .single-post .post .entry-content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .single-post .post .entry-content .wp-block-verse, .single-post .post .entry-content .wp-block-video:not(.alignwide):not(.alignfull),
.single-post .attachment .entry-content .wp-block-archives:not(.alignwide):not(.alignfull),
.single-post .attachment .entry-content .wp-block-categories:not(.alignwide):not(.alignfull),
.single-post .attachment .entry-content .wp-block-code,
.single-post .attachment .entry-content .wp-block-columns:not(.alignwide):not(.alignfull),
.single-post .attachment .entry-content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.single-post .attachment .entry-content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.single-post .attachment .entry-content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.single-post .attachment .entry-content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.single-post .attachment .entry-content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.single-post .attachment .entry-content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.single-post .attachment .entry-content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.single-post .attachment .entry-content .wp-block-media-text:not(.alignwide):not(.alignfull),
.single-post .attachment .entry-content .wp-block-preformatted,
.single-post .attachment .entry-content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.single-post .attachment .entry-content .wp-block-verse,
.single-post .attachment .entry-content .wp-block-video:not(.alignwide):not(.alignfull),
.single-attachment .post .entry-content .wp-block-archives:not(.alignwide):not(.alignfull),
.single-attachment .post .entry-content .wp-block-categories:not(.alignwide):not(.alignfull),
.single-attachment .post .entry-content .wp-block-code,
.single-attachment .post .entry-content .wp-block-columns:not(.alignwide):not(.alignfull),
.single-attachment .post .entry-content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.single-attachment .post .entry-content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.single-attachment .post .entry-content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.single-attachment .post .entry-content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.single-attachment .post .entry-content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.single-attachment .post .entry-content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.single-attachment .post .entry-content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.single-attachment .post .entry-content .wp-block-media-text:not(.alignwide):not(.alignfull),
.single-attachment .post .entry-content .wp-block-preformatted,
.single-attachment .post .entry-content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.single-attachment .post .entry-content .wp-block-verse,
.single-attachment .post .entry-content .wp-block-video:not(.alignwide):not(.alignfull),
.single-attachment .attachment .entry-content .wp-block-archives:not(.alignwide):not(.alignfull),
.single-attachment .attachment .entry-content .wp-block-categories:not(.alignwide):not(.alignfull),
.single-attachment .attachment .entry-content .wp-block-code,
.single-attachment .attachment .entry-content .wp-block-columns:not(.alignwide):not(.alignfull),
.single-attachment .attachment .entry-content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.single-attachment .attachment .entry-content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.single-attachment .attachment .entry-content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.single-attachment .attachment .entry-content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.single-attachment .attachment .entry-content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.single-attachment .attachment .entry-content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.single-attachment .attachment .entry-content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.single-attachment .attachment .entry-content .wp-block-media-text:not(.alignwide):not(.alignfull),
.single-attachment .attachment .entry-content .wp-block-preformatted,
.single-attachment .attachment .entry-content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.single-attachment .attachment .entry-content .wp-block-verse,
.single-attachment .attachment .entry-content .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 2rem;
    margin-top: 2.5rem;
  }
}
.single-post .post .entry-content .wp-block-quote, .single-post .post .entry-content .wp-block-quote.is-large, .single-post .post .entry-content .wp-block-quote.is-style-large,
.single-post .attachment .entry-content .wp-block-quote,
.single-post .attachment .entry-content .wp-block-quote.is-large,
.single-post .attachment .entry-content .wp-block-quote.is-style-large,
.single-attachment .post .entry-content .wp-block-quote,
.single-attachment .post .entry-content .wp-block-quote.is-large,
.single-attachment .post .entry-content .wp-block-quote.is-style-large,
.single-attachment .attachment .entry-content .wp-block-quote,
.single-attachment .attachment .entry-content .wp-block-quote.is-large,
.single-attachment .attachment .entry-content .wp-block-quote.is-style-large {
  padding: 58px 20px 43px 20px;
  margin: 1.5rem 0;
  border: 1px solid #E6E6E6;
  text-align: center;
}
.single-post .post .entry-content .wp-block-quote.has-text-align-right, .single-post .post .entry-content .wp-block-quote.is-large.has-text-align-right, .single-post .post .entry-content .wp-block-quote.is-style-large.has-text-align-right,
.single-post .attachment .entry-content .wp-block-quote.has-text-align-right,
.single-post .attachment .entry-content .wp-block-quote.is-large.has-text-align-right,
.single-post .attachment .entry-content .wp-block-quote.is-style-large.has-text-align-right,
.single-attachment .post .entry-content .wp-block-quote.has-text-align-right,
.single-attachment .post .entry-content .wp-block-quote.is-large.has-text-align-right,
.single-attachment .post .entry-content .wp-block-quote.is-style-large.has-text-align-right,
.single-attachment .attachment .entry-content .wp-block-quote.has-text-align-right,
.single-attachment .attachment .entry-content .wp-block-quote.is-large.has-text-align-right,
.single-attachment .attachment .entry-content .wp-block-quote.is-style-large.has-text-align-right {
  text-align: right;
}
.single-post .post .entry-content .wp-block-quote.has-text-align-right:before, .single-post .post .entry-content .wp-block-quote.is-large.has-text-align-right:before, .single-post .post .entry-content .wp-block-quote.is-style-large.has-text-align-right:before,
.single-post .attachment .entry-content .wp-block-quote.has-text-align-right:before,
.single-post .attachment .entry-content .wp-block-quote.is-large.has-text-align-right:before,
.single-post .attachment .entry-content .wp-block-quote.is-style-large.has-text-align-right:before,
.single-attachment .post .entry-content .wp-block-quote.has-text-align-right:before,
.single-attachment .post .entry-content .wp-block-quote.is-large.has-text-align-right:before,
.single-attachment .post .entry-content .wp-block-quote.is-style-large.has-text-align-right:before,
.single-attachment .attachment .entry-content .wp-block-quote.has-text-align-right:before,
.single-attachment .attachment .entry-content .wp-block-quote.is-large.has-text-align-right:before,
.single-attachment .attachment .entry-content .wp-block-quote.is-style-large.has-text-align-right:before {
  margin: auto 0 20px auto;
}
.single-post .post .entry-content .wp-block-group.has-background,
.single-post .attachment .entry-content .wp-block-group.has-background,
.single-attachment .post .entry-content .wp-block-group.has-background,
.single-attachment .attachment .entry-content .wp-block-group.has-background {
  padding: 10px 15px;
  margin-bottom: 20px;
}
.single-post .post .entry-content .wp-block-column .wp-block-quote,
.single-post .attachment .entry-content .wp-block-column .wp-block-quote,
.single-attachment .post .entry-content .wp-block-column .wp-block-quote,
.single-attachment .attachment .entry-content .wp-block-column .wp-block-quote {
  margin: 0;
  margin-top: -5px;
}
.single-post .post .entry-content .wp-block-cover .wp-block-cover-image-text,
.single-post .post .entry-content .wp-block-cover .wp-block-cover-text,
.single-post .attachment .entry-content .wp-block-cover .wp-block-cover-image-text,
.single-post .attachment .entry-content .wp-block-cover .wp-block-cover-text,
.single-attachment .post .entry-content .wp-block-cover .wp-block-cover-image-text,
.single-attachment .post .entry-content .wp-block-cover .wp-block-cover-text,
.single-attachment .attachment .entry-content .wp-block-cover .wp-block-cover-image-text,
.single-attachment .attachment .entry-content .wp-block-cover .wp-block-cover-text {
  color: #fff;
}
.single-post .post .entry-content .post-password-form label input,
.single-post .attachment .entry-content .post-password-form label input,
.single-attachment .post .entry-content .post-password-form label input,
.single-attachment .attachment .entry-content .post-password-form label input {
  padding-top: 7px;
  padding-bottom: 7px;
}
.single-post .post .entry-content #attachment_612,
.single-post .attachment .entry-content #attachment_612,
.single-attachment .post .entry-content #attachment_612,
.single-attachment .attachment .entry-content #attachment_612 {
  display: none;
}
.single-post .post .entry-content #attachment_612 + p,
.single-post .attachment .entry-content #attachment_612 + p,
.single-attachment .post .entry-content #attachment_612 + p,
.single-attachment .attachment .entry-content #attachment_612 + p {
  display: none;
}
.single-post .entry-footer,
.single-attachment .entry-footer {
  margin-bottom: 83px;
}
.single-post .entry-footer .entry-meta,
.single-attachment .entry-footer .entry-meta {
  padding-top: 29px;
}
.single-post .entry-footer .entry-meta span.tags-links,
.single-attachment .entry-footer .entry-meta span.tags-links {
  margin: 10px 0;
}
.single-post .entry-header,
.single-attachment .entry-header {
  position: relative;
  margin-bottom: 30px;
}
.single-post .entry-header.has-thumb,
.single-attachment .entry-header.has-thumb {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
@media (min-width: 640px) {
  .single-post .entry-header.has-thumb,
.single-attachment .entry-header.has-thumb {
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-post .entry-header.no-thumb .col-lg-push-2,
.single-attachment .entry-header.no-thumb .col-lg-push-2 {
  left: 0;
}
.single-post .entry-header .cat-links,
.single-attachment .entry-header .cat-links {
  margin-bottom: 20px;
}
.single-post .entry-header .container,
.single-attachment .entry-header .container {
  width: 100%;
}
.single-post .entry-header .entry-meta,
.single-attachment .entry-header .entry-meta {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 939px) {
  .single-post .entry-header .entry-meta,
.single-attachment .entry-header .entry-meta {
    margin-bottom: 16px;
  }
}
.single-post .entry-header .entry-title,
.single-attachment .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}
.single-post .entry-header .overlay-thumbnail,
.single-attachment .entry-header .overlay-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.single-post .entry-header .overlay-thumbnail:before,
.single-attachment .entry-header .overlay-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-post .post-by-author__avatar,
.single-attachment .post-by-author__avatar {
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-bottom: 13px;
  border-radius: 50%;
}
.single-post .post-by-author__title,
.single-attachment .post-by-author__title {
  margin-bottom: 29px;
}
.single-post .post-by-author__content,
.single-attachment .post-by-author__content {
  margin-bottom: 29px;
  font-size: 14px;
}
.single-post .post-by-author__meta span,
.single-attachment .post-by-author__meta span {
  display: block;
}
.single-post .post-by-author__meta .comments-link,
.single-attachment .post-by-author__meta .comments-link {
  margin-top: 15px;
}
.single-post.position-one-left-sidebar .post-by-author,
.single-attachment.position-one-left-sidebar .post-by-author {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.single-post:not(.sidebar_enabled) #primary.col-lg-8.col-lg-push-2,
.single-attachment:not(.sidebar_enabled) #primary.col-lg-8.col-lg-push-2 {
  left: auto;
  right: auto;
  margin: 0 auto;
}

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.related-posts .related-post {
  margin-bottom: 40px;
}
.related-posts .related-posts__title {
  margin-bottom: 40px;
}
.related-posts [class*=col-] {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related-posts .entry-title {
  line-height: 30px;
  text-transform: uppercase;
  margin: 19px 0 0;
}
.related-posts .entry-header {
  min-height: auto;
  display: block;
  padding-top: 2px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.related-posts .entry-header .entry-meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.related-posts .entry-footer {
  margin-top: 0;
}
.related-posts .entry-footer .post__button-wrap {
  margin-top: 45px;
}
.related-posts .entry-content {
  margin-top: 20px;
}

figcaption.blocks-gallery-caption {
  text-align: center;
}

/*--------------------------------------------------------------
## Sticky 
--------------------------------------------------------------*/
.sticky-label {
  display: inline-block;
  margin-bottom: 28px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  height: 30px;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  border-radius: 30px;
}
.single-post .sticky-label {
  margin: 0 10px 0 0;
}
.sticky-label.type-icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 0;
}
.sticky-label.type-icon svg {
  display: block;
  width: 14px;
  height: 14px;
}
.sticky-label.type-both svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  margin-top: -4px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget ul, .widget ol {
  margin: 20px 0 0 0;
  padding: 0;
}
.widget.widget_tag_cloud .tagcloud a,
.widget.widget_tag_cloud .wp-block-tag-cloud a {
  padding: 8px 15px;
  border: 1px solid;
}
.widget.widget_tag_cloud .tagcloud a:before,
.widget.widget_tag_cloud .wp-block-tag-cloud a:before {
  content: none;
}
.widget-title {
  position: relative;
  margin-top: 15px;
  margin-bottom: 50px;
}
.woocommerce .widget-title {
  margin-bottom: 25px;
}
.widget + .widget {
  margin-top: 47px;
  padding-top: 37px;
  border-top: 1px solid #E6E6E6;
}
.widget:last-child {
  margin-bottom: 50px;
}
.single-post .widget:last-child {
  margin-bottom: 170px;
}
.sidebar .widget, .footer-area .widget {
  margin-top: 1.5em;
}
@media (min-width: 940px) {
  .sidebar .widget, .footer-area .widget {
    margin-top: 3em;
  }
}
.widget select {
  width: 100%;
}
.widget ul {
  list-style: none;
  margin-left: 0;
  font-size: 15px;
  line-height: 26px;
}
.widget ul li + li,
.widget ul li > ul,
.widget ul li > ol {
  margin-top: 0;
}
.widget ul li > ul,
.widget ul li > ol {
  margin-left: 15px;
}
.widget_meta ul li {
  position: relative;
}
.widget_meta ul li > ul {
  margin-left: 15px;
  margin-top: 2px;
}
.widget_meta ul li > ul li {
  padding-left: 0;
}
.widget_pages ul li, .widget_nav_menu div ul li, .widget_archive ul li, .widget_categories ul li {
  position: relative;
}
.widget_pages ul li > ul, .widget_nav_menu div ul li > ul, .widget_archive ul li > ul, .widget_categories ul li > ul {
  margin-left: 0;
  padding-left: 0px;
}
.widget_pages ul li ul li, .widget_nav_menu div ul li ul li, .widget_archive ul li ul li, .widget_categories ul li ul li {
  padding: 0 0 0 20px;
}
@media (min-width: 940px) {
  .widget_text {
    font-size: 16px;
  }
}
.widget_text img {
  margin-top: 10px;
}
.widget_text p {
  margin-bottom: 0;
}
.widget_text p.wp-caption-text {
  margin-top: 5px;
  line-height: 18px;
}
.widget_text p:not(:empty) {
  margin-bottom: 30px;
  font-weight: 500;
}
.widget_text strong {
  display: inline-block;
  margin-top: 10px;
}
.widget_text p + form {
  margin-top: -20px;
}
.widget_archive ul {
  margin-top: -3px;
}
.widget_categories ul {
  margin-top: -5px;
}
.widget_recent_entries ul {
  margin-top: 24px;
}
.widget_recent_entries ul li + li {
  margin-top: 15px;
}
.widget_recent_entries ul li a {
  display: block;
  font-weight: 600;
  line-height: 27px;
  font-size: 18px;
}
.widget_recent_entries ul li a + .post-date {
  margin-top: 5px;
  margin-bottom: 19px;
}
.widget_recent_entries .post-date {
  display: block;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
}
.widget_recent_comments ul li {
  position: relative;
}
.widget_recent_comments ul li > a {
  display: block !important;
}
.widget_recent_comments ul li + li {
  margin-top: 35px;
}
.widget_nav_menu div {
  margin-top: -4px;
}
.widget_tag_cloud .tag-cloud-link {
  font-size: 15px !important;
}
.widget_rss .widget-title > a:first-child {
  display: none;
}
.widget_rss ul {
  margin-top: -2px;
}
.widget_rss ul li + li {
  margin-top: 50px;
}
.widget_rss ul li a.rsswidget {
  display: block;
  font-weight: 500;
  line-height: 20px;
  font-size: 16px;
}
.widget_rss ul li .rss-date {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
}
.widget_rss ul li .rss-date:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 3.3H2C1.6134 3.3 1.3 3.6134 1.3 4V10C1.3 10.3866 1.6134 10.7 2 10.7H10C10.3866 10.7 10.7 10.3866 10.7 10V4C10.7 3.6134 10.3866 3.3 10 3.3ZM2 2C0.895431 2 0 2.89543 0 4V10C0 11.1046 0.895431 12 2 12H10C11.1046 12 12 11.1046 12 10V4C12 2.89543 11.1046 2 10 2H2Z"/><path d="M2.70001 1.15C2.70001 0.791015 2.99103 0.5 3.35001 0.5C3.709 0.5 4.00001 0.791015 4.00001 1.15V2.5H2.70001V1.15Z"/><path d="M7.70006 1.15C7.70006 0.791015 7.99108 0.5 8.35006 0.5C8.70905 0.5 9.00006 0.791015 9.00006 1.15V2.5H7.70006V1.15Z"/><path d="M3.48838 4.72727C3.48838 5.12893 3.15519 5.45455 2.74419 5.45455C2.33318 5.45455 2 5.12893 2 4.72727C2 4.32561 2.33318 4 2.74419 4C3.15519 4 3.48838 4.32561 3.48838 4.72727Z"/><path d="M3.48838 6.90945C3.48838 7.31111 3.15519 7.63672 2.74419 7.63672C2.33318 7.63672 2 7.31111 2 6.90945C2 6.50778 2.33318 6.18217 2.74419 6.18217C3.15519 6.18217 3.48838 6.50778 3.48838 6.90945Z"/><path d="M3.48838 9.27273C3.48838 9.67439 3.15519 10 2.74419 10C2.33318 10 2 9.67439 2 9.27273C2 8.87107 2.33318 8.54545 2.74419 8.54545C3.15519 8.54545 3.48838 8.87107 3.48838 9.27273Z"/><path d="M5.72088 4.72727C5.72088 5.12893 5.3877 5.45455 4.97669 5.45455C4.56569 5.45455 4.2325 5.12893 4.2325 4.72727C4.2325 4.32561 4.56569 4 4.97669 4C5.3877 4 5.72088 4.32561 5.72088 4.72727Z"/><path d="M5.72088 6.90989C5.72088 7.31155 5.3877 7.63716 4.97669 7.63716C4.56569 7.63716 4.2325 7.31155 4.2325 6.90989C4.2325 6.50823 4.56569 6.18262 4.97669 6.18262C5.3877 6.18262 5.72088 6.50823 5.72088 6.90989Z"/><path d="M5.72088 9.27317C5.72088 9.67483 5.3877 10.0004 4.97669 10.0004C4.56569 10.0004 4.2325 9.67483 4.2325 9.27317C4.2325 8.87151 4.56569 8.5459 4.97669 8.5459C5.3877 8.5459 5.72088 8.87151 5.72088 9.27317Z"/><path d="M7.95365 4.72727C7.95365 5.12893 7.62047 5.45455 7.20947 5.45455C6.79846 5.45455 6.46528 5.12893 6.46528 4.72727C6.46528 4.32561 6.79846 4 7.20947 4C7.62047 4 7.95365 4.32561 7.95365 4.72727Z"/><path d="M10 4.72727C10 5.12893 9.66686 5.45455 9.25586 5.45455C8.84486 5.45455 8.51167 5.12893 8.51167 4.72727C8.51167 4.32561 8.84486 4 9.25586 4C9.66686 4 10 4.32561 10 4.72727Z"/><path d="M7.95365 6.90989C7.95365 7.31155 7.62047 7.63716 7.20947 7.63716C6.79846 7.63716 6.46528 7.31155 6.46528 6.90989C6.46528 6.50823 6.79846 6.18262 7.20947 6.18262C7.62047 6.18262 7.95365 6.50823 7.95365 6.90989Z"/><path d="M7.95365 9.27317C7.95365 9.67483 7.62047 10.0004 7.20947 10.0004C6.79846 10.0004 6.46528 9.67483 6.46528 9.27317C6.46528 8.87151 6.79846 8.5459 7.20947 8.5459C7.62047 8.5459 7.95365 8.87151 7.95365 9.27317Z"/><path d="M10 6.90989C10 7.31155 9.66686 7.63716 9.25586 7.63716C8.84486 7.63716 8.51167 7.31155 8.51167 6.90989C8.51167 6.50823 8.84486 6.18262 9.25586 6.18262C9.66686 6.18262 10 6.50823 10 6.90989Z"/><path d="M10 9.27317C10 9.67483 9.66686 10.0004 9.25586 10.0004C8.84486 10.0004 8.51167 9.67483 8.51167 9.27317C8.51167 8.87151 8.84486 8.5459 9.25586 8.5459C9.66686 8.5459 10 8.87151 10 9.27317Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 3.3H2C1.6134 3.3 1.3 3.6134 1.3 4V10C1.3 10.3866 1.6134 10.7 2 10.7H10C10.3866 10.7 10.7 10.3866 10.7 10V4C10.7 3.6134 10.3866 3.3 10 3.3ZM2 2C0.895431 2 0 2.89543 0 4V10C0 11.1046 0.895431 12 2 12H10C11.1046 12 12 11.1046 12 10V4C12 2.89543 11.1046 2 10 2H2Z"/><path d="M2.70001 1.15C2.70001 0.791015 2.99103 0.5 3.35001 0.5C3.709 0.5 4.00001 0.791015 4.00001 1.15V2.5H2.70001V1.15Z"/><path d="M7.70006 1.15C7.70006 0.791015 7.99108 0.5 8.35006 0.5C8.70905 0.5 9.00006 0.791015 9.00006 1.15V2.5H7.70006V1.15Z"/><path d="M3.48838 4.72727C3.48838 5.12893 3.15519 5.45455 2.74419 5.45455C2.33318 5.45455 2 5.12893 2 4.72727C2 4.32561 2.33318 4 2.74419 4C3.15519 4 3.48838 4.32561 3.48838 4.72727Z"/><path d="M3.48838 6.90945C3.48838 7.31111 3.15519 7.63672 2.74419 7.63672C2.33318 7.63672 2 7.31111 2 6.90945C2 6.50778 2.33318 6.18217 2.74419 6.18217C3.15519 6.18217 3.48838 6.50778 3.48838 6.90945Z"/><path d="M3.48838 9.27273C3.48838 9.67439 3.15519 10 2.74419 10C2.33318 10 2 9.67439 2 9.27273C2 8.87107 2.33318 8.54545 2.74419 8.54545C3.15519 8.54545 3.48838 8.87107 3.48838 9.27273Z"/><path d="M5.72088 4.72727C5.72088 5.12893 5.3877 5.45455 4.97669 5.45455C4.56569 5.45455 4.2325 5.12893 4.2325 4.72727C4.2325 4.32561 4.56569 4 4.97669 4C5.3877 4 5.72088 4.32561 5.72088 4.72727Z"/><path d="M5.72088 6.90989C5.72088 7.31155 5.3877 7.63716 4.97669 7.63716C4.56569 7.63716 4.2325 7.31155 4.2325 6.90989C4.2325 6.50823 4.56569 6.18262 4.97669 6.18262C5.3877 6.18262 5.72088 6.50823 5.72088 6.90989Z"/><path d="M5.72088 9.27317C5.72088 9.67483 5.3877 10.0004 4.97669 10.0004C4.56569 10.0004 4.2325 9.67483 4.2325 9.27317C4.2325 8.87151 4.56569 8.5459 4.97669 8.5459C5.3877 8.5459 5.72088 8.87151 5.72088 9.27317Z"/><path d="M7.95365 4.72727C7.95365 5.12893 7.62047 5.45455 7.20947 5.45455C6.79846 5.45455 6.46528 5.12893 6.46528 4.72727C6.46528 4.32561 6.79846 4 7.20947 4C7.62047 4 7.95365 4.32561 7.95365 4.72727Z"/><path d="M10 4.72727C10 5.12893 9.66686 5.45455 9.25586 5.45455C8.84486 5.45455 8.51167 5.12893 8.51167 4.72727C8.51167 4.32561 8.84486 4 9.25586 4C9.66686 4 10 4.32561 10 4.72727Z"/><path d="M7.95365 6.90989C7.95365 7.31155 7.62047 7.63716 7.20947 7.63716C6.79846 7.63716 6.46528 7.31155 6.46528 6.90989C6.46528 6.50823 6.79846 6.18262 7.20947 6.18262C7.62047 6.18262 7.95365 6.50823 7.95365 6.90989Z"/><path d="M7.95365 9.27317C7.95365 9.67483 7.62047 10.0004 7.20947 10.0004C6.79846 10.0004 6.46528 9.67483 6.46528 9.27317C6.46528 8.87151 6.79846 8.5459 7.20947 8.5459C7.62047 8.5459 7.95365 8.87151 7.95365 9.27317Z"/><path d="M10 6.90989C10 7.31155 9.66686 7.63716 9.25586 7.63716C8.84486 7.63716 8.51167 7.31155 8.51167 6.90989C8.51167 6.50823 8.84486 6.18262 9.25586 6.18262C9.66686 6.18262 10 6.50823 10 6.90989Z"/><path d="M10 9.27317C10 9.67483 9.66686 10.0004 9.25586 10.0004C8.84486 10.0004 8.51167 9.67483 8.51167 9.27317C8.51167 8.87151 8.84486 8.5459 9.25586 8.5459C9.66686 8.5459 10 8.87151 10 9.27317Z"/></svg>');
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.widget_rss ul li .rssSummary {
  margin-top: 7px;
  line-height: 22px;
  font-size: 16px;
}
.widget_rss ul li cite {
  display: block;
  margin-top: 13px;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.widget_rss ul li cite:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path d="M8.83206 8.85564C8.83206 9.20834 8.83206 9.56104 8.83206 9.91493C8.83206 9.96617 8.83206 10.0174 8.83206 10.0675C8.89044 9.92685 8.94883 9.78625 9.00602 9.64564C8.94287 9.69807 8.87972 9.7505 8.81418 9.80054C8.8547 9.76956 8.89402 9.73858 8.93453 9.7076C8.57111 9.98643 8.17432 10.2176 7.7537 10.3975C7.80136 10.3773 7.84902 10.357 7.89549 10.3379C7.45819 10.5226 6.99825 10.6477 6.52759 10.7121C6.58002 10.7049 6.63364 10.6978 6.68606 10.6906C6.20706 10.7538 5.7209 10.7538 5.2419 10.6906C5.29433 10.6978 5.34795 10.7049 5.40038 10.7121C4.92971 10.6477 4.46977 10.5226 4.03247 10.3379C4.08013 10.3582 4.12779 10.3784 4.17426 10.3975C3.75245 10.2188 3.35567 9.98643 2.99343 9.7076C3.03395 9.73858 3.07327 9.76956 3.11378 9.80054C3.04824 9.7505 2.98509 9.69926 2.92194 9.64564C2.98033 9.78625 3.03871 9.92685 3.09591 10.0675C3.09591 9.67901 3.09591 9.29056 3.09591 8.90211C3.09591 8.77461 3.10187 8.64712 3.11855 8.51962C3.1114 8.57205 3.10425 8.62567 3.0971 8.6781C3.12808 8.45647 3.18647 8.2408 3.27345 8.03466C3.25319 8.08232 3.23294 8.12998 3.21387 8.17645C3.29966 7.97508 3.41167 7.78562 3.54512 7.61285C3.51414 7.65336 3.48316 7.69268 3.45218 7.7332C3.58683 7.56161 3.74054 7.4079 3.91331 7.27445C3.8728 7.30543 3.83348 7.33641 3.79297 7.36739C3.96693 7.23393 4.15639 7.12431 4.35896 7.03852C4.31129 7.05877 4.26363 7.07903 4.21716 7.0981C4.41853 7.01469 4.62944 6.9563 4.84511 6.92651C4.79268 6.93366 4.73906 6.94081 4.68663 6.94796C4.70808 6.94558 4.73072 6.942 4.75217 6.93962C4.65208 6.91221 4.55199 6.88481 4.4519 6.85859C4.62825 6.98728 4.8189 7.07665 5.02146 7.16006C5.18232 7.22678 5.35152 7.27206 5.5243 7.29709C5.75069 7.32926 5.97232 7.35071 6.19991 7.32449C6.42154 7.29947 6.6384 7.26372 6.84692 7.18508C7.07094 7.10048 7.28542 7.00039 7.47964 6.85859C7.37955 6.886 7.27946 6.9134 7.17937 6.93962C7.20201 6.942 7.22346 6.94439 7.2449 6.94796C7.19247 6.94081 7.13885 6.93366 7.08643 6.92651C7.3021 6.9563 7.513 7.01469 7.71438 7.0981C7.66671 7.07784 7.61905 7.05758 7.57258 7.03852C7.77395 7.12431 7.96341 7.23393 8.13857 7.36739C8.09806 7.33641 8.05874 7.30543 8.01822 7.27445C8.191 7.4079 8.34471 7.56161 8.47935 7.7332C8.44837 7.69268 8.41739 7.65336 8.38641 7.61285C8.51987 7.78681 8.63187 7.97508 8.71767 8.17645C8.69741 8.12879 8.67715 8.08113 8.65809 8.03466C8.74507 8.2408 8.80346 8.45647 8.83444 8.6781C8.82729 8.62567 8.82014 8.57205 8.81299 8.51962C8.82371 8.63163 8.83206 8.74363 8.83206 8.85564C8.83206 9.00816 8.89759 9.16902 9.00602 9.27745C9.10969 9.38112 9.27889 9.45857 9.42783 9.45142C9.58154 9.44427 9.74121 9.39422 9.84964 9.27745C9.95688 9.16068 10.0248 9.01769 10.0236 8.85564C10.0224 8.52915 9.97357 8.19314 9.86752 7.88333C9.76385 7.58306 9.62444 7.28994 9.4326 7.03614C9.32536 6.89315 9.21574 6.75493 9.08705 6.62981C8.95836 6.50351 8.81418 6.3915 8.66762 6.28665C8.40905 6.10196 8.11236 5.96374 7.8097 5.8696C7.61429 5.80883 7.4141 5.77785 7.21035 5.75283C7.07689 5.73615 6.93867 5.78858 6.83024 5.86364C6.79092 5.89105 6.75041 5.91726 6.7087 5.9411C6.62887 5.98876 6.54427 6.03046 6.45848 6.0674C6.50614 6.04714 6.5538 6.02689 6.60027 6.00782C6.43584 6.07574 6.26544 6.1234 6.08909 6.14843C6.14152 6.14128 6.19514 6.13413 6.24757 6.12698C6.05931 6.152 5.86866 6.152 5.68039 6.12698C5.73282 6.13413 5.78644 6.14128 5.83887 6.14843C5.66252 6.1234 5.49213 6.07574 5.32769 6.00782C5.37535 6.02808 5.42301 6.04834 5.46949 6.0674C5.3265 6.00663 5.19662 5.92799 5.06674 5.84101C4.87728 5.71351 4.68306 5.75283 4.47692 5.785C4.40662 5.79573 4.33632 5.81002 4.26721 5.82671C3.97885 5.8982 3.69526 6.01616 3.44027 6.16749C2.93743 6.46657 2.5037 6.91698 2.24394 7.44246C2.11049 7.71175 2.00444 7.99772 1.95678 8.29442C1.92342 8.50413 1.90316 8.71027 1.90316 8.92237C1.90316 9.24766 1.90316 9.57176 1.90316 9.89706C1.90316 9.94591 1.90316 9.99358 1.90316 10.0424C1.90316 10.0508 1.90316 10.0591 1.90316 10.0675C1.90673 10.2295 1.97108 10.3916 2.09262 10.5012C2.12479 10.531 2.16054 10.5572 2.19509 10.5846C2.46319 10.7979 2.74082 10.9969 3.0399 11.1649C3.60828 11.483 4.23503 11.7166 4.87728 11.8286C5.23594 11.8905 5.59936 11.9299 5.96398 11.9299C6.32502 11.9299 6.68487 11.8917 7.03996 11.831C7.67982 11.7213 8.3042 11.4902 8.87019 11.1756C9.17046 11.0088 9.44809 10.811 9.71619 10.5977C9.74598 10.5739 9.77577 10.55 9.80436 10.5262C9.94258 10.4118 10.0188 10.2486 10.0224 10.0686C10.0224 10.0615 10.0224 10.0543 10.0224 10.0472C10.0224 9.99953 10.0224 9.95068 10.0224 9.90302C10.0224 9.57891 10.0224 9.25481 10.0224 8.93071C10.0224 8.90569 10.0224 8.88186 10.0224 8.85683C10.0224 8.70431 9.95569 8.54345 9.84845 8.43502C9.74479 8.33136 9.57559 8.25391 9.42664 8.26105C9.27293 8.2682 9.11326 8.31825 9.00483 8.43502C8.89997 8.5506 8.83206 8.69359 8.83206 8.85564Z"/><path d="M7.41887 4.69115C7.41887 4.78529 7.41172 4.87823 7.39981 4.97117C7.40695 4.91874 7.4141 4.86512 7.42125 4.81269C7.39623 4.99262 7.34738 5.16897 7.27708 5.33579C7.29733 5.28812 7.31759 5.24046 7.33665 5.19399C7.26873 5.35247 7.18175 5.50022 7.07689 5.63725C7.10787 5.59674 7.13885 5.55742 7.16984 5.5169C7.0614 5.65631 6.93629 5.78143 6.79688 5.89105C6.83739 5.86007 6.87671 5.82909 6.91723 5.79811C6.77543 5.90654 6.62172 5.9971 6.45729 6.0674C6.50495 6.04714 6.55261 6.02689 6.59908 6.00782C6.43465 6.07574 6.26425 6.1234 6.0879 6.14843C6.14033 6.14128 6.19395 6.13413 6.24638 6.12698C6.05811 6.152 5.86747 6.152 5.6792 6.12698C5.73163 6.13413 5.78525 6.14128 5.83768 6.14843C5.66133 6.1234 5.49093 6.07574 5.3265 6.00782C5.37416 6.02808 5.42182 6.04834 5.46829 6.0674C5.30386 5.9971 5.15015 5.90773 5.00835 5.79811C5.04887 5.82909 5.08819 5.86007 5.1287 5.89105C4.98929 5.78262 4.86418 5.65631 4.75574 5.5169C4.78672 5.55742 4.8177 5.59674 4.84869 5.63725C4.74502 5.50022 4.65804 5.35247 4.58893 5.19399C4.60918 5.24165 4.62944 5.28932 4.6485 5.33579C4.5782 5.16778 4.52935 4.99262 4.50433 4.81269C4.51148 4.86512 4.51862 4.91874 4.52577 4.97117C4.50075 4.7841 4.50075 4.59583 4.52577 4.40995C4.51862 4.46238 4.51148 4.516 4.50433 4.56842C4.52935 4.39327 4.57582 4.22168 4.64374 4.05844C4.62348 4.1061 4.60322 4.15376 4.58416 4.20023C4.65327 4.0358 4.74383 3.88209 4.85226 3.74029C4.82128 3.78081 4.7903 3.82013 4.75932 3.86064C4.86775 3.72123 4.99286 3.59492 5.13347 3.48649C5.09295 3.51747 5.05363 3.54845 5.01312 3.57943C5.15492 3.471 5.30863 3.38163 5.47306 3.31133C5.4254 3.33159 5.37774 3.35185 5.33126 3.37091C5.49451 3.30299 5.66609 3.25652 5.84125 3.2315C5.78882 3.23865 5.7352 3.2458 5.68277 3.25295C5.86985 3.22792 6.05811 3.22792 6.24519 3.25295C6.19276 3.2458 6.13914 3.23865 6.08671 3.2315C6.26187 3.25652 6.43345 3.30299 6.5967 3.37091C6.54903 3.35065 6.50137 3.3304 6.4549 3.31133C6.61934 3.38044 6.77305 3.471 6.91484 3.57943C6.87433 3.54845 6.83501 3.51747 6.7945 3.48649C6.93391 3.59492 7.06021 3.72004 7.16864 3.86064C7.13766 3.82013 7.10668 3.78081 7.0757 3.74029C7.18413 3.88209 7.2735 4.0358 7.3438 4.20023C7.32355 4.15257 7.30329 4.10491 7.28422 4.05844C7.35214 4.22168 7.39861 4.39327 7.42364 4.56842C7.41649 4.516 7.40934 4.46238 7.40219 4.40995C7.41172 4.50289 7.41887 4.59702 7.41887 4.69115C7.42006 4.84486 7.48441 5.00453 7.59284 5.11296C7.6965 5.21663 7.8657 5.29408 8.01465 5.28693C8.16836 5.27978 8.32803 5.22974 8.43646 5.11296C8.5437 4.99619 8.61162 4.85321 8.61043 4.69115C8.60804 4.19308 8.46863 3.68429 8.19457 3.26725C7.93243 2.86688 7.56543 2.52014 7.12813 2.31638C6.90054 2.21034 6.66819 2.12454 6.42035 2.08761C6.26902 2.06497 6.11769 2.04471 5.96517 2.04471C5.81265 2.04471 5.66133 2.06497 5.51 2.08761C5.02504 2.16029 4.5782 2.39622 4.20882 2.71436C3.83944 3.03132 3.57015 3.47219 3.42835 3.9369C3.35567 4.1764 3.31992 4.43378 3.31873 4.68281C3.31754 4.84844 3.34018 5.01287 3.3652 5.17612C3.38307 5.28693 3.40929 5.39655 3.44503 5.5026C3.53082 5.75879 3.64879 6.00901 3.81084 6.22469C3.90497 6.3498 4.00149 6.47372 4.1135 6.58334C4.22669 6.69297 4.353 6.79067 4.48049 6.88123C4.71285 7.04567 4.98452 7.16721 5.25858 7.24228C5.54336 7.32092 5.85197 7.35547 6.14629 7.32926C6.31787 7.31377 6.49065 7.28994 6.65747 7.24466C6.81952 7.20057 6.9768 7.13503 7.12932 7.06473C7.38074 6.94796 7.61429 6.77638 7.81208 6.58334C8.00035 6.39984 8.16836 6.18179 8.29109 5.94825C8.4162 5.71113 8.51629 5.45017 8.56038 5.18446C8.58779 5.02121 8.60804 4.85678 8.60923 4.69115C8.61043 4.53864 8.54251 4.37778 8.43527 4.26934C8.3316 4.16568 8.1624 4.08823 8.01346 4.09538C7.69055 4.10967 7.42006 4.35633 7.41887 4.69115Z"/><path d="M5.96398 6.14604C5.86866 6.14604 5.77452 6.13889 5.68039 6.12698C5.73282 6.13413 5.78644 6.14128 5.83887 6.14843C5.66252 6.1234 5.49213 6.07574 5.32769 6.00782C5.37535 6.02808 5.42301 6.04834 5.46949 6.0674C5.30505 5.9971 5.15134 5.90773 5.00955 5.79811C5.05006 5.82909 5.08938 5.86007 5.12989 5.89105C4.99048 5.78262 4.86537 5.65631 4.75694 5.5169C4.78792 5.55742 4.8189 5.59674 4.84988 5.63725C4.74621 5.50022 4.65923 5.35247 4.59012 5.19399C4.61037 5.24165 4.63063 5.28931 4.6497 5.33579C4.57939 5.16778 4.53054 4.99262 4.50552 4.81269C4.51267 4.86512 4.51982 4.91874 4.52697 4.97117C4.50194 4.7841 4.50194 4.59583 4.52697 4.40995C4.51982 4.46238 4.51267 4.516 4.50552 4.56842C4.53054 4.39327 4.57701 4.22168 4.64493 4.05844C4.62467 4.1061 4.60442 4.15376 4.58535 4.20023C4.65446 4.0358 4.74502 3.88209 4.85345 3.74029C4.82247 3.78081 4.79149 3.82013 4.76051 3.86064C4.86894 3.72123 4.99405 3.59492 5.13466 3.48649C5.09415 3.51747 5.05482 3.54845 5.01431 3.57943C5.15611 3.471 5.30982 3.38163 5.47425 3.31133C5.42659 3.33159 5.37893 3.35185 5.33246 3.37091C5.4957 3.30299 5.66728 3.25652 5.84244 3.2315C5.79001 3.23865 5.73639 3.2458 5.68397 3.25295C5.87104 3.22792 6.05931 3.22792 6.24638 3.25295C6.19395 3.2458 6.14033 3.23865 6.0879 3.2315C6.26306 3.25652 6.43465 3.30299 6.59789 3.37091C6.55023 3.35065 6.50256 3.3304 6.45609 3.31133C6.62053 3.38044 6.77424 3.471 6.91603 3.57943C6.87552 3.54845 6.8362 3.51747 6.79569 3.48649C6.9351 3.59492 7.0614 3.72004 7.16984 3.86064C7.13885 3.82013 7.10787 3.78081 7.07689 3.74029C7.18533 3.88209 7.27469 4.0358 7.34499 4.20023C7.32474 4.15257 7.30448 4.10491 7.28542 4.05844C7.35334 4.22168 7.39981 4.39327 7.42483 4.56842C7.41768 4.516 7.41053 4.46238 7.40338 4.40995C7.4284 4.59702 7.4284 4.78529 7.40338 4.97117C7.41053 4.91874 7.41768 4.86512 7.42483 4.81269C7.39981 4.99262 7.35095 5.16897 7.28065 5.33579C7.30091 5.28812 7.32116 5.24046 7.34023 5.19399C7.27231 5.35247 7.18533 5.50022 7.08047 5.63725C7.11145 5.59674 7.14243 5.55742 7.17341 5.5169C7.06498 5.65631 6.93987 5.78143 6.80045 5.89105C6.84097 5.86007 6.88029 5.82909 6.9208 5.79811C6.77901 5.90654 6.62529 5.9971 6.46086 6.0674C6.50852 6.04714 6.55618 6.02689 6.60265 6.00782C6.43822 6.07574 6.26783 6.1234 6.09148 6.14843C6.14391 6.14128 6.19753 6.13413 6.24995 6.12698C6.15344 6.13889 6.05931 6.14485 5.96398 6.14604C5.81027 6.14723 5.65179 6.21158 5.54217 6.32001C5.43851 6.42368 5.36105 6.59288 5.3682 6.74182C5.37535 6.89553 5.4254 7.0552 5.54217 7.16363C5.65894 7.27087 5.80193 7.33879 5.96398 7.3376C6.26068 7.33641 6.56691 7.28994 6.84454 7.18508C7.00063 7.12669 7.15673 7.05997 7.30091 6.97537C7.44032 6.89315 7.57139 6.79306 7.69531 6.68939C8.10163 6.35218 8.40071 5.85769 8.52821 5.34532C8.59374 5.08079 8.62472 4.7972 8.60328 4.52434C8.58302 4.27292 8.54012 4.0215 8.44837 3.78557C8.35901 3.55679 8.25534 3.34112 8.10759 3.14571C8.02061 3.03013 7.93243 2.91693 7.82877 2.81445C7.72748 2.71436 7.61548 2.62738 7.50228 2.54278C7.10192 2.24132 6.60861 2.08641 6.11293 2.05067C5.61724 2.01492 5.10606 2.14123 4.67234 2.38073C4.25052 2.61427 3.88472 2.97889 3.65117 3.40189C3.40929 3.84038 3.28179 4.3599 3.3223 4.86155C3.33541 5.0236 3.35805 5.18803 3.39737 5.34651C3.43669 5.5026 3.49627 5.64916 3.56061 5.79692C3.66785 6.04476 3.82395 6.26758 4.00268 6.47015C4.18022 6.67152 4.40066 6.84668 4.63301 6.98132C4.87967 7.12431 5.15849 7.23512 5.44089 7.28517C5.61247 7.31615 5.78763 7.3376 5.9616 7.33879C6.11412 7.33998 6.27498 7.27206 6.38341 7.16482C6.48707 7.06116 6.56453 6.89196 6.55738 6.74301C6.54546 6.41772 6.29762 6.14723 5.96398 6.14604Z"/><path d="M5.96398 0C4.83558 0.00119156 3.70241 0.324103 2.75274 0.937754C1.83286 1.53234 1.06311 2.37954 0.59364 3.3721C0.351755 3.88328 0.170638 4.42067 0.0848462 4.9807C0.037184 5.29051 0.00382045 5.6015 0.00024578 5.91488C-0.00332889 6.26639 0.0324178 6.61432 0.0860378 6.96107C0.184937 7.59378 0.402992 8.20982 0.703264 8.77581C0.992812 9.32273 1.37888 9.83033 1.82571 10.2593C2.29042 10.7049 2.83019 11.0862 3.41524 11.3555C3.74292 11.5069 4.08013 11.6367 4.42807 11.7297C4.77838 11.8226 5.13942 11.8786 5.49927 11.9096C6.83858 12.024 8.23628 11.6522 9.33847 10.8813C9.61729 10.6859 9.88539 10.4714 10.1297 10.2331C10.3692 10.0007 10.5813 9.74454 10.7814 9.47644C11.1604 8.97003 11.4475 8.39213 11.6441 7.79158C11.8443 7.17912 11.9396 6.52257 11.9289 5.87913C11.9206 5.31076 11.8324 4.73524 11.662 4.19308C11.3307 3.14452 10.7099 2.17697 9.87228 1.46085C9.02628 0.737573 7.98963 0.232353 6.88386 0.075068C6.57763 0.032172 6.27259 0.00119156 5.96398 0C5.81146 0 5.6506 0.0667271 5.54217 0.173967C5.4397 0.277632 5.36105 0.448025 5.3682 0.595778C5.37535 0.749488 5.4254 0.909157 5.54217 1.01759C5.65894 1.12483 5.80193 1.19156 5.96398 1.19156C6.20825 1.19156 6.45133 1.20824 6.69202 1.24041C6.63959 1.23326 6.58597 1.22611 6.53354 1.21896C7.00183 1.28331 7.45938 1.40842 7.8943 1.59192C7.84664 1.57166 7.79898 1.55141 7.75251 1.53234C8.17789 1.71227 8.57825 1.947 8.94287 2.2294C8.90236 2.19842 8.86304 2.16744 8.82252 2.13646C9.18476 2.41767 9.51124 2.74296 9.79245 3.10639C9.76147 3.06587 9.73049 3.02655 9.69951 2.98604C9.98191 3.35185 10.2155 3.75221 10.3966 4.1764C10.3763 4.12874 10.3561 4.08108 10.337 4.03461C10.5205 4.46952 10.6456 4.92827 10.7099 5.39536C10.7028 5.34294 10.6956 5.28931 10.6885 5.23689C10.7528 5.71947 10.7528 6.2092 10.6885 6.69058C10.6956 6.63816 10.7028 6.58454 10.7099 6.53211C10.6456 6.998 10.5217 7.45437 10.3394 7.8881C10.3596 7.84044 10.3799 7.79277 10.399 7.7463C10.2178 8.17526 9.98071 8.5792 9.69593 8.94858C9.72691 8.90807 9.75789 8.86875 9.78887 8.82823C9.50648 9.19166 9.1788 9.51934 8.81299 9.80054C8.8535 9.76956 8.89283 9.73858 8.93334 9.7076C8.56991 9.98643 8.17313 10.2176 7.75251 10.3975C7.80017 10.3773 7.84783 10.357 7.8943 10.3379C7.457 10.5226 6.99706 10.6477 6.5264 10.7121C6.57882 10.7049 6.63244 10.6978 6.68487 10.6906C6.20587 10.7538 5.71971 10.7538 5.24071 10.6906C5.29314 10.6978 5.34676 10.7049 5.39918 10.7121C4.92852 10.6477 4.46858 10.5226 4.03128 10.3379C4.07894 10.3582 4.1266 10.3784 4.17307 10.3975C3.75126 10.2188 3.35447 9.98643 2.99224 9.7076C3.03275 9.73858 3.07208 9.76956 3.11259 9.80054C2.74797 9.51815 2.4203 9.19166 2.1367 8.82823C2.16769 8.86875 2.19867 8.90807 2.22965 8.94858C1.94486 8.5792 1.70894 8.17526 1.52663 7.7463C1.54689 7.79396 1.56714 7.84163 1.58621 7.8881C1.4039 7.45437 1.27998 6.998 1.21563 6.53211C1.22278 6.58454 1.22993 6.63816 1.23708 6.69058C1.17274 6.208 1.17274 5.71828 1.23708 5.23689C1.22993 5.28931 1.22278 5.34294 1.21563 5.39536C1.27998 4.92708 1.40509 4.46952 1.58859 4.03461C1.56833 4.08227 1.54808 4.12993 1.52901 4.1764C1.70894 3.75102 1.94367 3.35065 2.22607 2.98604C2.19509 3.02655 2.16411 3.06587 2.13313 3.10639C2.41434 2.74415 2.73963 2.41767 3.10306 2.13646C3.06254 2.16744 3.02322 2.19842 2.98271 2.2294C3.34852 1.947 3.74888 1.71346 4.17307 1.53234C4.12541 1.5526 4.07775 1.57285 4.03128 1.59192C4.4662 1.40842 4.92494 1.28331 5.39203 1.21896C5.33961 1.22611 5.28599 1.23326 5.23356 1.24041C5.47544 1.20824 5.71852 1.19156 5.9616 1.19156C6.11412 1.19156 6.27498 1.12483 6.38341 1.01759C6.48707 0.913923 6.56453 0.744722 6.55738 0.595778C6.55023 0.442067 6.50018 0.282399 6.38341 0.173967C6.26902 0.0679187 6.12484 0 5.96398 0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path d="M8.83206 8.85564C8.83206 9.20834 8.83206 9.56104 8.83206 9.91493C8.83206 9.96617 8.83206 10.0174 8.83206 10.0675C8.89044 9.92685 8.94883 9.78625 9.00602 9.64564C8.94287 9.69807 8.87972 9.7505 8.81418 9.80054C8.8547 9.76956 8.89402 9.73858 8.93453 9.7076C8.57111 9.98643 8.17432 10.2176 7.7537 10.3975C7.80136 10.3773 7.84902 10.357 7.89549 10.3379C7.45819 10.5226 6.99825 10.6477 6.52759 10.7121C6.58002 10.7049 6.63364 10.6978 6.68606 10.6906C6.20706 10.7538 5.7209 10.7538 5.2419 10.6906C5.29433 10.6978 5.34795 10.7049 5.40038 10.7121C4.92971 10.6477 4.46977 10.5226 4.03247 10.3379C4.08013 10.3582 4.12779 10.3784 4.17426 10.3975C3.75245 10.2188 3.35567 9.98643 2.99343 9.7076C3.03395 9.73858 3.07327 9.76956 3.11378 9.80054C3.04824 9.7505 2.98509 9.69926 2.92194 9.64564C2.98033 9.78625 3.03871 9.92685 3.09591 10.0675C3.09591 9.67901 3.09591 9.29056 3.09591 8.90211C3.09591 8.77461 3.10187 8.64712 3.11855 8.51962C3.1114 8.57205 3.10425 8.62567 3.0971 8.6781C3.12808 8.45647 3.18647 8.2408 3.27345 8.03466C3.25319 8.08232 3.23294 8.12998 3.21387 8.17645C3.29966 7.97508 3.41167 7.78562 3.54512 7.61285C3.51414 7.65336 3.48316 7.69268 3.45218 7.7332C3.58683 7.56161 3.74054 7.4079 3.91331 7.27445C3.8728 7.30543 3.83348 7.33641 3.79297 7.36739C3.96693 7.23393 4.15639 7.12431 4.35896 7.03852C4.31129 7.05877 4.26363 7.07903 4.21716 7.0981C4.41853 7.01469 4.62944 6.9563 4.84511 6.92651C4.79268 6.93366 4.73906 6.94081 4.68663 6.94796C4.70808 6.94558 4.73072 6.942 4.75217 6.93962C4.65208 6.91221 4.55199 6.88481 4.4519 6.85859C4.62825 6.98728 4.8189 7.07665 5.02146 7.16006C5.18232 7.22678 5.35152 7.27206 5.5243 7.29709C5.75069 7.32926 5.97232 7.35071 6.19991 7.32449C6.42154 7.29947 6.6384 7.26372 6.84692 7.18508C7.07094 7.10048 7.28542 7.00039 7.47964 6.85859C7.37955 6.886 7.27946 6.9134 7.17937 6.93962C7.20201 6.942 7.22346 6.94439 7.2449 6.94796C7.19247 6.94081 7.13885 6.93366 7.08643 6.92651C7.3021 6.9563 7.513 7.01469 7.71438 7.0981C7.66671 7.07784 7.61905 7.05758 7.57258 7.03852C7.77395 7.12431 7.96341 7.23393 8.13857 7.36739C8.09806 7.33641 8.05874 7.30543 8.01822 7.27445C8.191 7.4079 8.34471 7.56161 8.47935 7.7332C8.44837 7.69268 8.41739 7.65336 8.38641 7.61285C8.51987 7.78681 8.63187 7.97508 8.71767 8.17645C8.69741 8.12879 8.67715 8.08113 8.65809 8.03466C8.74507 8.2408 8.80346 8.45647 8.83444 8.6781C8.82729 8.62567 8.82014 8.57205 8.81299 8.51962C8.82371 8.63163 8.83206 8.74363 8.83206 8.85564C8.83206 9.00816 8.89759 9.16902 9.00602 9.27745C9.10969 9.38112 9.27889 9.45857 9.42783 9.45142C9.58154 9.44427 9.74121 9.39422 9.84964 9.27745C9.95688 9.16068 10.0248 9.01769 10.0236 8.85564C10.0224 8.52915 9.97357 8.19314 9.86752 7.88333C9.76385 7.58306 9.62444 7.28994 9.4326 7.03614C9.32536 6.89315 9.21574 6.75493 9.08705 6.62981C8.95836 6.50351 8.81418 6.3915 8.66762 6.28665C8.40905 6.10196 8.11236 5.96374 7.8097 5.8696C7.61429 5.80883 7.4141 5.77785 7.21035 5.75283C7.07689 5.73615 6.93867 5.78858 6.83024 5.86364C6.79092 5.89105 6.75041 5.91726 6.7087 5.9411C6.62887 5.98876 6.54427 6.03046 6.45848 6.0674C6.50614 6.04714 6.5538 6.02689 6.60027 6.00782C6.43584 6.07574 6.26544 6.1234 6.08909 6.14843C6.14152 6.14128 6.19514 6.13413 6.24757 6.12698C6.05931 6.152 5.86866 6.152 5.68039 6.12698C5.73282 6.13413 5.78644 6.14128 5.83887 6.14843C5.66252 6.1234 5.49213 6.07574 5.32769 6.00782C5.37535 6.02808 5.42301 6.04834 5.46949 6.0674C5.3265 6.00663 5.19662 5.92799 5.06674 5.84101C4.87728 5.71351 4.68306 5.75283 4.47692 5.785C4.40662 5.79573 4.33632 5.81002 4.26721 5.82671C3.97885 5.8982 3.69526 6.01616 3.44027 6.16749C2.93743 6.46657 2.5037 6.91698 2.24394 7.44246C2.11049 7.71175 2.00444 7.99772 1.95678 8.29442C1.92342 8.50413 1.90316 8.71027 1.90316 8.92237C1.90316 9.24766 1.90316 9.57176 1.90316 9.89706C1.90316 9.94591 1.90316 9.99358 1.90316 10.0424C1.90316 10.0508 1.90316 10.0591 1.90316 10.0675C1.90673 10.2295 1.97108 10.3916 2.09262 10.5012C2.12479 10.531 2.16054 10.5572 2.19509 10.5846C2.46319 10.7979 2.74082 10.9969 3.0399 11.1649C3.60828 11.483 4.23503 11.7166 4.87728 11.8286C5.23594 11.8905 5.59936 11.9299 5.96398 11.9299C6.32502 11.9299 6.68487 11.8917 7.03996 11.831C7.67982 11.7213 8.3042 11.4902 8.87019 11.1756C9.17046 11.0088 9.44809 10.811 9.71619 10.5977C9.74598 10.5739 9.77577 10.55 9.80436 10.5262C9.94258 10.4118 10.0188 10.2486 10.0224 10.0686C10.0224 10.0615 10.0224 10.0543 10.0224 10.0472C10.0224 9.99953 10.0224 9.95068 10.0224 9.90302C10.0224 9.57891 10.0224 9.25481 10.0224 8.93071C10.0224 8.90569 10.0224 8.88186 10.0224 8.85683C10.0224 8.70431 9.95569 8.54345 9.84845 8.43502C9.74479 8.33136 9.57559 8.25391 9.42664 8.26105C9.27293 8.2682 9.11326 8.31825 9.00483 8.43502C8.89997 8.5506 8.83206 8.69359 8.83206 8.85564Z"/><path d="M7.41887 4.69115C7.41887 4.78529 7.41172 4.87823 7.39981 4.97117C7.40695 4.91874 7.4141 4.86512 7.42125 4.81269C7.39623 4.99262 7.34738 5.16897 7.27708 5.33579C7.29733 5.28812 7.31759 5.24046 7.33665 5.19399C7.26873 5.35247 7.18175 5.50022 7.07689 5.63725C7.10787 5.59674 7.13885 5.55742 7.16984 5.5169C7.0614 5.65631 6.93629 5.78143 6.79688 5.89105C6.83739 5.86007 6.87671 5.82909 6.91723 5.79811C6.77543 5.90654 6.62172 5.9971 6.45729 6.0674C6.50495 6.04714 6.55261 6.02689 6.59908 6.00782C6.43465 6.07574 6.26425 6.1234 6.0879 6.14843C6.14033 6.14128 6.19395 6.13413 6.24638 6.12698C6.05811 6.152 5.86747 6.152 5.6792 6.12698C5.73163 6.13413 5.78525 6.14128 5.83768 6.14843C5.66133 6.1234 5.49093 6.07574 5.3265 6.00782C5.37416 6.02808 5.42182 6.04834 5.46829 6.0674C5.30386 5.9971 5.15015 5.90773 5.00835 5.79811C5.04887 5.82909 5.08819 5.86007 5.1287 5.89105C4.98929 5.78262 4.86418 5.65631 4.75574 5.5169C4.78672 5.55742 4.8177 5.59674 4.84869 5.63725C4.74502 5.50022 4.65804 5.35247 4.58893 5.19399C4.60918 5.24165 4.62944 5.28932 4.6485 5.33579C4.5782 5.16778 4.52935 4.99262 4.50433 4.81269C4.51148 4.86512 4.51862 4.91874 4.52577 4.97117C4.50075 4.7841 4.50075 4.59583 4.52577 4.40995C4.51862 4.46238 4.51148 4.516 4.50433 4.56842C4.52935 4.39327 4.57582 4.22168 4.64374 4.05844C4.62348 4.1061 4.60322 4.15376 4.58416 4.20023C4.65327 4.0358 4.74383 3.88209 4.85226 3.74029C4.82128 3.78081 4.7903 3.82013 4.75932 3.86064C4.86775 3.72123 4.99286 3.59492 5.13347 3.48649C5.09295 3.51747 5.05363 3.54845 5.01312 3.57943C5.15492 3.471 5.30863 3.38163 5.47306 3.31133C5.4254 3.33159 5.37774 3.35185 5.33126 3.37091C5.49451 3.30299 5.66609 3.25652 5.84125 3.2315C5.78882 3.23865 5.7352 3.2458 5.68277 3.25295C5.86985 3.22792 6.05811 3.22792 6.24519 3.25295C6.19276 3.2458 6.13914 3.23865 6.08671 3.2315C6.26187 3.25652 6.43345 3.30299 6.5967 3.37091C6.54903 3.35065 6.50137 3.3304 6.4549 3.31133C6.61934 3.38044 6.77305 3.471 6.91484 3.57943C6.87433 3.54845 6.83501 3.51747 6.7945 3.48649C6.93391 3.59492 7.06021 3.72004 7.16864 3.86064C7.13766 3.82013 7.10668 3.78081 7.0757 3.74029C7.18413 3.88209 7.2735 4.0358 7.3438 4.20023C7.32355 4.15257 7.30329 4.10491 7.28422 4.05844C7.35214 4.22168 7.39861 4.39327 7.42364 4.56842C7.41649 4.516 7.40934 4.46238 7.40219 4.40995C7.41172 4.50289 7.41887 4.59702 7.41887 4.69115C7.42006 4.84486 7.48441 5.00453 7.59284 5.11296C7.6965 5.21663 7.8657 5.29408 8.01465 5.28693C8.16836 5.27978 8.32803 5.22974 8.43646 5.11296C8.5437 4.99619 8.61162 4.85321 8.61043 4.69115C8.60804 4.19308 8.46863 3.68429 8.19457 3.26725C7.93243 2.86688 7.56543 2.52014 7.12813 2.31638C6.90054 2.21034 6.66819 2.12454 6.42035 2.08761C6.26902 2.06497 6.11769 2.04471 5.96517 2.04471C5.81265 2.04471 5.66133 2.06497 5.51 2.08761C5.02504 2.16029 4.5782 2.39622 4.20882 2.71436C3.83944 3.03132 3.57015 3.47219 3.42835 3.9369C3.35567 4.1764 3.31992 4.43378 3.31873 4.68281C3.31754 4.84844 3.34018 5.01287 3.3652 5.17612C3.38307 5.28693 3.40929 5.39655 3.44503 5.5026C3.53082 5.75879 3.64879 6.00901 3.81084 6.22469C3.90497 6.3498 4.00149 6.47372 4.1135 6.58334C4.22669 6.69297 4.353 6.79067 4.48049 6.88123C4.71285 7.04567 4.98452 7.16721 5.25858 7.24228C5.54336 7.32092 5.85197 7.35547 6.14629 7.32926C6.31787 7.31377 6.49065 7.28994 6.65747 7.24466C6.81952 7.20057 6.9768 7.13503 7.12932 7.06473C7.38074 6.94796 7.61429 6.77638 7.81208 6.58334C8.00035 6.39984 8.16836 6.18179 8.29109 5.94825C8.4162 5.71113 8.51629 5.45017 8.56038 5.18446C8.58779 5.02121 8.60804 4.85678 8.60923 4.69115C8.61043 4.53864 8.54251 4.37778 8.43527 4.26934C8.3316 4.16568 8.1624 4.08823 8.01346 4.09538C7.69055 4.10967 7.42006 4.35633 7.41887 4.69115Z"/><path d="M5.96398 6.14604C5.86866 6.14604 5.77452 6.13889 5.68039 6.12698C5.73282 6.13413 5.78644 6.14128 5.83887 6.14843C5.66252 6.1234 5.49213 6.07574 5.32769 6.00782C5.37535 6.02808 5.42301 6.04834 5.46949 6.0674C5.30505 5.9971 5.15134 5.90773 5.00955 5.79811C5.05006 5.82909 5.08938 5.86007 5.12989 5.89105C4.99048 5.78262 4.86537 5.65631 4.75694 5.5169C4.78792 5.55742 4.8189 5.59674 4.84988 5.63725C4.74621 5.50022 4.65923 5.35247 4.59012 5.19399C4.61037 5.24165 4.63063 5.28931 4.6497 5.33579C4.57939 5.16778 4.53054 4.99262 4.50552 4.81269C4.51267 4.86512 4.51982 4.91874 4.52697 4.97117C4.50194 4.7841 4.50194 4.59583 4.52697 4.40995C4.51982 4.46238 4.51267 4.516 4.50552 4.56842C4.53054 4.39327 4.57701 4.22168 4.64493 4.05844C4.62467 4.1061 4.60442 4.15376 4.58535 4.20023C4.65446 4.0358 4.74502 3.88209 4.85345 3.74029C4.82247 3.78081 4.79149 3.82013 4.76051 3.86064C4.86894 3.72123 4.99405 3.59492 5.13466 3.48649C5.09415 3.51747 5.05482 3.54845 5.01431 3.57943C5.15611 3.471 5.30982 3.38163 5.47425 3.31133C5.42659 3.33159 5.37893 3.35185 5.33246 3.37091C5.4957 3.30299 5.66728 3.25652 5.84244 3.2315C5.79001 3.23865 5.73639 3.2458 5.68397 3.25295C5.87104 3.22792 6.05931 3.22792 6.24638 3.25295C6.19395 3.2458 6.14033 3.23865 6.0879 3.2315C6.26306 3.25652 6.43465 3.30299 6.59789 3.37091C6.55023 3.35065 6.50256 3.3304 6.45609 3.31133C6.62053 3.38044 6.77424 3.471 6.91603 3.57943C6.87552 3.54845 6.8362 3.51747 6.79569 3.48649C6.9351 3.59492 7.0614 3.72004 7.16984 3.86064C7.13885 3.82013 7.10787 3.78081 7.07689 3.74029C7.18533 3.88209 7.27469 4.0358 7.34499 4.20023C7.32474 4.15257 7.30448 4.10491 7.28542 4.05844C7.35334 4.22168 7.39981 4.39327 7.42483 4.56842C7.41768 4.516 7.41053 4.46238 7.40338 4.40995C7.4284 4.59702 7.4284 4.78529 7.40338 4.97117C7.41053 4.91874 7.41768 4.86512 7.42483 4.81269C7.39981 4.99262 7.35095 5.16897 7.28065 5.33579C7.30091 5.28812 7.32116 5.24046 7.34023 5.19399C7.27231 5.35247 7.18533 5.50022 7.08047 5.63725C7.11145 5.59674 7.14243 5.55742 7.17341 5.5169C7.06498 5.65631 6.93987 5.78143 6.80045 5.89105C6.84097 5.86007 6.88029 5.82909 6.9208 5.79811C6.77901 5.90654 6.62529 5.9971 6.46086 6.0674C6.50852 6.04714 6.55618 6.02689 6.60265 6.00782C6.43822 6.07574 6.26783 6.1234 6.09148 6.14843C6.14391 6.14128 6.19753 6.13413 6.24995 6.12698C6.15344 6.13889 6.05931 6.14485 5.96398 6.14604C5.81027 6.14723 5.65179 6.21158 5.54217 6.32001C5.43851 6.42368 5.36105 6.59288 5.3682 6.74182C5.37535 6.89553 5.4254 7.0552 5.54217 7.16363C5.65894 7.27087 5.80193 7.33879 5.96398 7.3376C6.26068 7.33641 6.56691 7.28994 6.84454 7.18508C7.00063 7.12669 7.15673 7.05997 7.30091 6.97537C7.44032 6.89315 7.57139 6.79306 7.69531 6.68939C8.10163 6.35218 8.40071 5.85769 8.52821 5.34532C8.59374 5.08079 8.62472 4.7972 8.60328 4.52434C8.58302 4.27292 8.54012 4.0215 8.44837 3.78557C8.35901 3.55679 8.25534 3.34112 8.10759 3.14571C8.02061 3.03013 7.93243 2.91693 7.82877 2.81445C7.72748 2.71436 7.61548 2.62738 7.50228 2.54278C7.10192 2.24132 6.60861 2.08641 6.11293 2.05067C5.61724 2.01492 5.10606 2.14123 4.67234 2.38073C4.25052 2.61427 3.88472 2.97889 3.65117 3.40189C3.40929 3.84038 3.28179 4.3599 3.3223 4.86155C3.33541 5.0236 3.35805 5.18803 3.39737 5.34651C3.43669 5.5026 3.49627 5.64916 3.56061 5.79692C3.66785 6.04476 3.82395 6.26758 4.00268 6.47015C4.18022 6.67152 4.40066 6.84668 4.63301 6.98132C4.87967 7.12431 5.15849 7.23512 5.44089 7.28517C5.61247 7.31615 5.78763 7.3376 5.9616 7.33879C6.11412 7.33998 6.27498 7.27206 6.38341 7.16482C6.48707 7.06116 6.56453 6.89196 6.55738 6.74301C6.54546 6.41772 6.29762 6.14723 5.96398 6.14604Z"/><path d="M5.96398 0C4.83558 0.00119156 3.70241 0.324103 2.75274 0.937754C1.83286 1.53234 1.06311 2.37954 0.59364 3.3721C0.351755 3.88328 0.170638 4.42067 0.0848462 4.9807C0.037184 5.29051 0.00382045 5.6015 0.00024578 5.91488C-0.00332889 6.26639 0.0324178 6.61432 0.0860378 6.96107C0.184937 7.59378 0.402992 8.20982 0.703264 8.77581C0.992812 9.32273 1.37888 9.83033 1.82571 10.2593C2.29042 10.7049 2.83019 11.0862 3.41524 11.3555C3.74292 11.5069 4.08013 11.6367 4.42807 11.7297C4.77838 11.8226 5.13942 11.8786 5.49927 11.9096C6.83858 12.024 8.23628 11.6522 9.33847 10.8813C9.61729 10.6859 9.88539 10.4714 10.1297 10.2331C10.3692 10.0007 10.5813 9.74454 10.7814 9.47644C11.1604 8.97003 11.4475 8.39213 11.6441 7.79158C11.8443 7.17912 11.9396 6.52257 11.9289 5.87913C11.9206 5.31076 11.8324 4.73524 11.662 4.19308C11.3307 3.14452 10.7099 2.17697 9.87228 1.46085C9.02628 0.737573 7.98963 0.232353 6.88386 0.075068C6.57763 0.032172 6.27259 0.00119156 5.96398 0C5.81146 0 5.6506 0.0667271 5.54217 0.173967C5.4397 0.277632 5.36105 0.448025 5.3682 0.595778C5.37535 0.749488 5.4254 0.909157 5.54217 1.01759C5.65894 1.12483 5.80193 1.19156 5.96398 1.19156C6.20825 1.19156 6.45133 1.20824 6.69202 1.24041C6.63959 1.23326 6.58597 1.22611 6.53354 1.21896C7.00183 1.28331 7.45938 1.40842 7.8943 1.59192C7.84664 1.57166 7.79898 1.55141 7.75251 1.53234C8.17789 1.71227 8.57825 1.947 8.94287 2.2294C8.90236 2.19842 8.86304 2.16744 8.82252 2.13646C9.18476 2.41767 9.51124 2.74296 9.79245 3.10639C9.76147 3.06587 9.73049 3.02655 9.69951 2.98604C9.98191 3.35185 10.2155 3.75221 10.3966 4.1764C10.3763 4.12874 10.3561 4.08108 10.337 4.03461C10.5205 4.46952 10.6456 4.92827 10.7099 5.39536C10.7028 5.34294 10.6956 5.28931 10.6885 5.23689C10.7528 5.71947 10.7528 6.2092 10.6885 6.69058C10.6956 6.63816 10.7028 6.58454 10.7099 6.53211C10.6456 6.998 10.5217 7.45437 10.3394 7.8881C10.3596 7.84044 10.3799 7.79277 10.399 7.7463C10.2178 8.17526 9.98071 8.5792 9.69593 8.94858C9.72691 8.90807 9.75789 8.86875 9.78887 8.82823C9.50648 9.19166 9.1788 9.51934 8.81299 9.80054C8.8535 9.76956 8.89283 9.73858 8.93334 9.7076C8.56991 9.98643 8.17313 10.2176 7.75251 10.3975C7.80017 10.3773 7.84783 10.357 7.8943 10.3379C7.457 10.5226 6.99706 10.6477 6.5264 10.7121C6.57882 10.7049 6.63244 10.6978 6.68487 10.6906C6.20587 10.7538 5.71971 10.7538 5.24071 10.6906C5.29314 10.6978 5.34676 10.7049 5.39918 10.7121C4.92852 10.6477 4.46858 10.5226 4.03128 10.3379C4.07894 10.3582 4.1266 10.3784 4.17307 10.3975C3.75126 10.2188 3.35447 9.98643 2.99224 9.7076C3.03275 9.73858 3.07208 9.76956 3.11259 9.80054C2.74797 9.51815 2.4203 9.19166 2.1367 8.82823C2.16769 8.86875 2.19867 8.90807 2.22965 8.94858C1.94486 8.5792 1.70894 8.17526 1.52663 7.7463C1.54689 7.79396 1.56714 7.84163 1.58621 7.8881C1.4039 7.45437 1.27998 6.998 1.21563 6.53211C1.22278 6.58454 1.22993 6.63816 1.23708 6.69058C1.17274 6.208 1.17274 5.71828 1.23708 5.23689C1.22993 5.28931 1.22278 5.34294 1.21563 5.39536C1.27998 4.92708 1.40509 4.46952 1.58859 4.03461C1.56833 4.08227 1.54808 4.12993 1.52901 4.1764C1.70894 3.75102 1.94367 3.35065 2.22607 2.98604C2.19509 3.02655 2.16411 3.06587 2.13313 3.10639C2.41434 2.74415 2.73963 2.41767 3.10306 2.13646C3.06254 2.16744 3.02322 2.19842 2.98271 2.2294C3.34852 1.947 3.74888 1.71346 4.17307 1.53234C4.12541 1.5526 4.07775 1.57285 4.03128 1.59192C4.4662 1.40842 4.92494 1.28331 5.39203 1.21896C5.33961 1.22611 5.28599 1.23326 5.23356 1.24041C5.47544 1.20824 5.71852 1.19156 5.9616 1.19156C6.11412 1.19156 6.27498 1.12483 6.38341 1.01759C6.48707 0.913923 6.56453 0.744722 6.55738 0.595778C6.55023 0.442067 6.50018 0.282399 6.38341 0.173967C6.26902 0.0679187 6.12484 0 5.96398 0Z"/></svg>');
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.widget_search {
  position: relative;
}
.widget_search .search-form__field[type=search] {
  padding-top: 19px;
  padding-bottom: 19px;
}
.widget_search svg {
  width: 18px;
  height: 18px;
}
.widget_search .search-form__submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background: transparent;
  border: 0;
}
.widget_calendar .calendar_wrap {
  position: relative;
  margin: 0 -10px;
}
.widget_calendar table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
.widget_calendar table th,
.widget_calendar table td,
.widget_calendar table thead th,
.widget_calendar table tbody + tbody {
  border: none;
}
.widget_calendar caption,
.widget_calendar tbody {
  font-size: 16px;
}
.widget_calendar thead th {
  height: 34px;
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 8px;
  color: #7E7E7E;
}
.widget_calendar caption {
  margin: 0 10px;
  padding: 16px 0;
  background-color: #191919;
}
.widget_calendar th {
  padding: 12px 5px;
}
.widget_calendar tbody td,
.widget_calendar tbody td a {
  height: 43px;
  line-height: 43px;
  border: none;
  padding: 0;
}
.col-md-4.widget-area .widget_calendar tbody td,
.col-md-4.widget-area .widget_calendar tbody td a {
  line-height: 43px;
  height: 43px;
  border: none;
  padding: 0;
}
.widget_calendar tbody td a {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #191919;
  text-decoration: none;
}
.widget_calendar tbody td#today {
  background-color: #f4f4f4;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev,
.widget .wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  top: 23px;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev a,
.widget .wp-calendar-nav .wp-calendar-nav-next a {
  font-size: 0;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev a:before,
.widget .wp-calendar-nav .wp-calendar-nav-next a:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev {
  left: 30px;
}
.widget .wp-calendar-nav .wp-calendar-nav-prev a:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.01959 8.53254C4.31285 8.82453 4.78697 8.82452 5.08024 8.53254C5.37533 8.23874 5.37533 7.76103 5.08024 7.46723L2.13032 4.53022L5.08024 1.5932C5.37533 1.2994 5.37533 0.821691 5.08024 0.527891C4.78697 0.235909 4.31285 0.235909 4.01959 0.527892L-0.000327866 4.53022L4.01959 8.53254Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.01959 8.53254C4.31285 8.82453 4.78697 8.82452 5.08024 8.53254C5.37533 8.23874 5.37533 7.76103 5.08024 7.46723L2.13032 4.53022L5.08024 1.5932C5.37533 1.2994 5.37533 0.821691 5.08024 0.527891C4.78697 0.235909 4.31285 0.235909 4.01959 0.527892L-0.000327866 4.53022L4.01959 8.53254Z"/></svg>');
}
.widget .wp-calendar-nav .wp-calendar-nav-next {
  right: 30px;
}
.widget .wp-calendar-nav .wp-calendar-nav-next a:before {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.59565 8.53254C1.30238 8.82453 0.828262 8.82452 0.534997 8.53254C0.239906 8.23874 0.239907 7.76103 0.534997 7.46723L3.48492 4.53022L0.534996 1.5932C0.239906 1.2994 0.239906 0.821691 0.534996 0.527891C0.828262 0.235909 1.30238 0.235909 1.59565 0.527892L5.61556 4.53022L1.59565 8.53254Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.59565 8.53254C1.30238 8.82453 0.828262 8.82452 0.534997 8.53254C0.239906 8.23874 0.239907 7.76103 0.534997 7.46723L3.48492 4.53022L0.534996 1.5932C0.239906 1.2994 0.239906 0.821691 0.534996 0.527891C0.828262 0.235909 1.30238 0.235909 1.59565 0.527892L5.61556 4.53022L1.59565 8.53254Z"/></svg>');
}
.widget_zemez_core_post_thumb ul li + li {
  margin-top: 30px;
}
.widget_zemez_core_post_thumb .has_thumb .recent_posts_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget_zemez_core_post_thumb .post-thumbnail {
  margin-right: 14px;
  min-width: 58px;
  border-radius: 3px;
}
.widget_zemez_core_post_thumb .post-thumbnail img {
  border-radius: 3px;
  margin-bottom: 0;
}
.widget_zemez_core_post_thumb .recent_post_title {
  display: block;
  font-weight: 500;
  line-height: 19px;
}
.widget_zemez_core_post_thumb .entry-meta {
  margin-top: 6px;
  font-size: 12px;
}

.wp-block-archives-list {
  margin-left: 0;
  list-style: none;
}
.wp-block-archives-list li {
  position: relative;
  font-weight: 500;
  line-height: 28px;
  font-size: 16px;
  list-style-type: none;
}
.wp-block-categories-list {
  margin-left: 0;
}
.wp-block-categories-list li {
  position: relative;
  font-weight: 500;
  line-height: 28px;
  font-size: 16px;
  list-style-type: none;
}
.wp-block-categories-list li::marker {
  visibility: hidden;
  display: none;
  line-height: 0;
  font-size: 0;
}
.wp-block-categories-list li > ul {
  margin-left: 10px;
  margin-top: -2px;
  margin-bottom: -4px;
}
.wp-block-categories-list li a {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  line-height: 28px;
}
.wp-block-latest-comments {
  margin-left: 0;
}
.wp-block-latest-comments__comment-author {
  line-height: 18px;
}
.wp-block-latest-comments:not(.has-excerpts) .wp-block-latest-comments__comment-link {
  display: block;
  text-transform: none;
  font-weight: 600;
  line-height: 27px;
  font-size: 18px;
}
.wp-block-latest-comments li.wp-block-latest-comments__comment + li.wp-block-latest-comments__comment {
  margin-top: 35px;
  margin-bottom: 0;
}
.wp-block-latest-posts__list {
  margin-left: 0;
  list-style: none;
}
.wp-block-latest-posts__list:not(.is-grid) li + li {
  margin-top: 22px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  display: block;
  font-weight: 400;
  line-height: 18px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-date:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 18px;
  width: 18px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.50026 1.48262C4.17735 1.48262 1.48359 4.17637 1.48359 7.49928C1.48359 10.8222 4.17735 13.516 7.50026 13.516C10.8232 13.516 13.5169 10.8222 13.5169 7.49928C13.5169 4.17637 10.8232 1.48262 7.50026 1.48262ZM0.183594 7.49928C0.183594 3.4584 3.45938 0.182617 7.50026 0.182617C11.5411 0.182617 14.8169 3.4584 14.8169 7.49928C14.8169 11.5402 11.5411 14.8159 7.50026 14.8159C3.45938 14.8159 0.183594 11.5402 0.183594 7.49928Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.50026 2.68262C7.85925 2.68262 8.15026 2.97363 8.15026 3.33262V7.15141L10.3608 8.62512C10.6595 8.82425 10.7402 9.22781 10.5411 9.52651C10.342 9.8252 9.9384 9.90591 9.63971 9.70678L7.13971 8.04012C6.95888 7.91956 6.85026 7.71661 6.85026 7.49928V3.33262C6.85026 2.97363 7.14128 2.68262 7.50026 2.68262Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.50026 1.48262C4.17735 1.48262 1.48359 4.17637 1.48359 7.49928C1.48359 10.8222 4.17735 13.516 7.50026 13.516C10.8232 13.516 13.5169 10.8222 13.5169 7.49928C13.5169 4.17637 10.8232 1.48262 7.50026 1.48262ZM0.183594 7.49928C0.183594 3.4584 3.45938 0.182617 7.50026 0.182617C11.5411 0.182617 14.8169 3.4584 14.8169 7.49928C14.8169 11.5402 11.5411 14.8159 7.50026 14.8159C3.45938 14.8159 0.183594 11.5402 0.183594 7.49928Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.50026 2.68262C7.85925 2.68262 8.15026 2.97363 8.15026 3.33262V7.15141L10.3608 8.62512C10.6595 8.82425 10.7402 9.22781 10.5411 9.52651C10.342 9.8252 9.9384 9.90591 9.63971 9.70678L7.13971 8.04012C6.95888 7.91956 6.85026 7.71661 6.85026 7.49928V3.33262C6.85026 2.97363 7.14128 2.68262 7.50026 2.68262Z"/></svg>');
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.wp-block-latest-posts__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.wp-block-latest-posts__list li a {
  display: inline-block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 600;
  line-height: 27px;
  font-size: 18px;
}
.wp-block-latest-posts__list li a + .wp-block-latest-posts__post-date {
  margin-bottom: 11px;
  margin-top: 16px;
  font-size: 15px;
}
.wp-block-tag-cloud a {
  font-size: 15px !important;
  padding: 8px 15px;
  border: 1px solid;
  margin: 0 1px 5px 0;
  display: inline-block;
  text-decoration: none !important;
}
.wp-block-search {
  margin-bottom: 30px;
}

.widget_nutrigenis_core_post_thumb .entry-meta {
  font-size: 14px;
  line-height: 24px;
  margin-top: 6px;
}
.widget_nutrigenis_core_post_thumb a.recent_post_title {
  display: block;
}
.widget_nutrigenis_core_post_thumb .post-thumbnail img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget_nutrigenis_core_post_thumb .recent_posts_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget_nutrigenis_core_post_thumb .recent_posts_wrapper .post-thumbnail {
  margin-right: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.widget_nutrigenis_core_post_thumb .widget-title {
  margin-bottom: 7px;
}
.widget_nutrigenis_core_post_thumb .recent_posts_list {
  margin: 0;
}
.widget_nutrigenis_core_post_thumb .recent_posts_list li {
  padding: 20px 0;
}

/* Tags style */
.wp-block-tag-cloud a, .widget_tag_cloud .tag-cloud-link {
  display: inline-block;
  position: relative;
  margin: 0 1px 5px 0;
}
.wp-block-tag-cloud a:not(:last-child):before, .widget_tag_cloud .tag-cloud-link:not(:last-child):before {
  content: ",";
  position: absolute;
  bottom: 0;
  right: -5px;
}

.sharebox_container.sharebox_content span {
  margin-top: 3px;
}

.post-post_list {
  padding-left: 16px;
}

@media (max-width: 1025px) {
  blockquote:before {
    top: 0px;
  }
}
@media (max-width: 425px) {
  .single-post .post .entry-header {
    padding: 30px 15px;
  }
}
/*--------------------------------------------------------------
### WP blocks
--------------------------------------------------------------*/
.widget_block label, .widget_block h1, .widget_block h2, .widget_block h3, .widget_block h4, .widget_block h5, .widget_block h6 {
  display: block;
  position: relative;
  margin-bottom: 45px;
}
.widget_block .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_block .wp-block-search__input {
  line-height: 23px;
  padding: 19px 70px 19px 20px;
  border-width: 1px;
  border-style: solid;
}
.widget_block .wp-block-search__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  font-size: 0;
  background: transparent;
  border: 0;
}
.widget_block .wp-block-search__button:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  width: 18px;
  height: 18px;
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.6406 14.0147C11.3134 15.0484 9.64461 15.6641 7.83204 15.6641C3.50652 15.6641 0 12.1576 0 7.83205C0 3.50653 3.50652 0 7.83204 0C12.1576 0 15.6641 3.50653 15.6641 7.83205C15.6641 9.64461 15.0484 11.3134 14.0147 12.6405L18 16.6259L16.6259 18L12.6406 14.0147ZM13.7208 7.83205C13.7208 11.0843 11.0843 13.7208 7.83204 13.7208C4.57977 13.7208 1.94329 11.0843 1.94329 7.83205C1.94329 4.57978 4.57977 1.94329 7.83204 1.94329C11.0843 1.94329 13.7208 4.57978 13.7208 7.83205Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.6406 14.0147C11.3134 15.0484 9.64461 15.6641 7.83204 15.6641C3.50652 15.6641 0 12.1576 0 7.83205C0 3.50653 3.50652 0 7.83204 0C12.1576 0 15.6641 3.50653 15.6641 7.83205C15.6641 9.64461 15.0484 11.3134 14.0147 12.6405L18 16.6259L16.6259 18L12.6406 14.0147ZM13.7208 7.83205C13.7208 11.0843 11.0843 13.7208 7.83204 13.7208C4.57977 13.7208 1.94329 11.0843 1.94329 7.83205C1.94329 4.57978 4.57977 1.94329 7.83204 1.94329C11.0843 1.94329 13.7208 4.57978 13.7208 7.83205Z"/></svg>');
}
.widget_block .widget_calendar caption {
  margin: 0;
}
.widget_block .wp-block-page-list li,
.widget_block .wc-block-product-categories-list li {
  position: relative;
}
.widget_block .wp-block-page-list li a,
.widget_block .wc-block-product-categories-list li a {
  position: relative;
}
.widget_block .wp-block-page-list li > ul,
.widget_block .wc-block-product-categories-list li > ul {
  margin-left: 0;
  padding-left: 0px;
}
.widget_block .wp-block-page-list li ul li,
.widget_block .wc-block-product-categories-list li ul li {
  line-height: 26px;
  padding: 0 0 0 20px;
}
.widget_block .wp-block-latest-posts li a {
  display: block;
  line-height: 22px;
}
.widget_block .wp-block-latest-posts li + li {
  margin-top: 30px;
}
.widget_block .wp-block-latest-comments li .wp-block-latest-comments__comment-author,
.widget_block .wp-block-latest-posts li .wp-block-latest-comments__comment-author {
  display: inline-block;
}
.widget_block .wp-block-latest-comments li .wp-block-latest-comments__comment-link,
.widget_block .wp-block-latest-posts li .wp-block-latest-comments__comment-link {
  display: block;
  margin-top: 5px;
}
.widget_block .wp-block-latest-comments li .wp-block-latest-posts__post-author, .widget_block .wp-block-latest-comments li .wp-block-latest-posts__post-date,
.widget_block .wp-block-latest-posts li .wp-block-latest-posts__post-author,
.widget_block .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  font-weight: 400;
  font-size: 15px;
}
.widget_block .wp-block-latest-comments li .wp-block-latest-posts__post-date,
.widget_block .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  margin-top: 16px;
  position: relative;
}
.widget_block .wp-block-latest-comments li .wp-block-latest-posts__post-date:before,
.widget_block .wp-block-latest-posts li .wp-block-latest-posts__post-date:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiIHN0cm9rZT0iIzAxMDIwNSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTkgNFY5TDEyIDExIiBzdHJva2U9IiMwMTAyMDUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}

.wp-block-calendar {
  position: relative;
}
.wp-block-calendar caption {
  padding: 16px 0;
}
.wp-block-calendar table thead + tbody tr:nth-child(2n+1) {
  background: transparent;
}
.wp-block-calendar tbody td {
  font-size: 16px;
  border: 0;
  line-height: 43px;
  height: 43px;
}
.wp-block-calendar tbody td a {
  text-decoration: none;
  display: block;
}
.wp-block-calendar thead th {
  line-height: 43px;
  height: 43px;
  border: 0;
}

.wp-block-archives-list li,
.wp-block-categories li {
  position: relative;
}
.wp-block-archives-list li a,
.wp-block-categories li a {
  position: relative;
}
.wp-block-archives-list li > ul,
.wp-block-categories li > ul {
  margin-left: 0;
  padding-left: 0px;
}
.wp-block-archives-list li ul li,
.wp-block-categories li ul li {
  line-height: 26px;
  padding: 0 0 0 20px;
}
.wp-block-archives-list li ul li + li,
.wp-block-categories li ul li + li {
  border: none;
  margin-top: 0;
}

.wp-block-tag-cloud a {
  padding: 3px 7px;
  border-width: 1px;
  border-style: solid;
}
.wp-block-tag-cloud a:before {
  content: none !important;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.img-pull-left {
  float: left;
  width: 50%;
  margin: 0 4% 1% 0;
}

.img-pull-right {
  float: right;
  width: 50%;
  margin: 0 0 1% 4%;
}

.alignleft {
  margin: 8px 30px 8px 0;
}
p .alignleft > {
  margin-top: 30px;
  margin-bottom: 20px;
}

p .alignright {
  margin-top: 30px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 12px;
  font-size: 0.75rem;
}

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

.page-content figure figcaption,
.page-content figure.wp-caption figcaption,
.entry-content figure figcaption,
.entry-content figure.wp-caption figcaption {
  margin-top: 16px;
  text-transform: none;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #625f74;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-left: -0.85rem;
  margin-right: -0.85rem;
}
.gallery > * {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}
.gallery-item {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
}
.gallery img {
  display: block;
  height: auto;
  border-radius: 0;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.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%;
}

.gallery-caption {
  display: block;
}

figure.wp-block-gallery ul {
  list-style: none;
  margin: 0 0 -1.6rem 0;
}
figure.wp-block-gallery.alignnone, figure.wp-block-gallery.aligncenter {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
figure.wp-block-gallery.alignleft {
  margin: 0.3rem 2rem 2rem 0;
}
figure.wp-block-gallery.alignright {
  margin: 0.3rem 0 2rem 2rem;
}
figure.wp-block-gallery.alignwide {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
figure.wp-block-gallery.alignfull {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

@media (max-width: 939px) {
  .wp-block-media-text__content {
    margin-bottom: 30px;
  }
}
.wp-block-media-text__content .has-large-font-size {
  font-size: 1.65em;
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Facebook embed */
.fb_iframe_widget {
  max-width: 100%;
}
.fb_iframe_widget > span {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.slick-slide:focus {
  outline: none;
}

/*--------------------------------------------------------------
## Jet plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Jet Blog
--------------------------------------------------------------*/
.jet-smart-listing-wrap.jet-processing + div.jet-smart-listing-loading {
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-top-color: red;
  border-right-color: red;
}

/*--------------------------------------------------------------
## Jet mobile
--------------------------------------------------------------*/
.jet-mobile-menu-active .jet-mobile-menu-cover {
  z-index: 1;
}

.jet-woo-slick-control-nav.jet-woo-slick-control-thumbs.slick-initialized.slick-slider {
  width: 100%;
}

.main-menu .jet-menu-icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 10px;
}

@media (max-width: 939px) {
  .elementor-position-left .elementor-icon-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
@media (max-width: 939px) {
  .elementor-element .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    margin-right: 28px !important;
  }
}
.elementor-jet-posts .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.elementor-jet-posts .post-thumbnail__link {
  display: block;
}

/*--------------------------------------------------------------
## WPCF7
--------------------------------------------------------------*/
.wpcf7 .ajax-loader {
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 3px solid transparent;
  margin: 0 15px;
  background: none;
  -webkit-animation: tm_spin 1s linear infinite;
          animation: tm_spin 1s linear infinite;
  z-index: 11;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap input {
  width: 100%;
}
.wpcf7-response-output {
  font-size: 14px;
  margin: 1em 0;
}
.wpcf7-validation-errors, .wpcf7-mail-sent-ng, .wpcf7-mail-sent-ok {
  padding: 0;
  border: none;
}
.wpcf7 input[type=submit],
.wpcf7 input[type=reset],
.wpcf7 button {
  vertical-align: middle;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
  width: auto;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border: none;
  border-bottom: 1px solid;
  background-color: transparent;
  padding: 15px 0 3px;
  font-size: 18px;
}
.invalid .wpcf7 input[type=text],
.invalid .wpcf7 input[type=email],
.invalid .wpcf7 input[type=url],
.invalid .wpcf7 input[type=password],
.invalid .wpcf7 input[type=search],
.invalid .wpcf7 input[type=tel],
.invalid .wpcf7 textarea {
  padding-right: 180px;
}
.wpcf7-form.invalid input[type=text],
.wpcf7-form.invalid input[type=email],
.wpcf7-form.invalid input[type=url],
.wpcf7-form.invalid input[type=password],
.wpcf7-form.invalid input[type=search],
.wpcf7-form.invalid input[type=tel],
.wpcf7-form.invalid textarea {
  padding-right: 180px;
}
.wpcf7 textarea {
  height: 90px;
  min-height: 90px;
}

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

@keyframes tm_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Checkbox */
.contact-form .contact-form-checkbox input[type=checkbox] {
  display: none;
}

.contact-form .contact-form-checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}

.contact-form .contact-form-checkbox .wpcf7-list-item {
  margin: 0;
}

body .contact-form .contact-form-checkbox .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label,
body .contact-form .contact-form-checkbox .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  vertical-align: middle;
}

.contact-form .contact-form-checkbox label span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-bottom: -7px;
  background-color: rgba(107, 147, 167, 0.1);
}

.contact-form .contact-form-checkbox label:hover span::before {
  border: 1px solid #084b6d;
}

.contact-form .contact-form-checkbox label input[type=checkbox]:checked ~ span::before {
  background-color: #ff668c;
  border: none;
}

.contact-form .contact-form-checkbox label input[type=checkbox]:checked ~ span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*Columns in contact forms*/
.cf-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.cf-col-1,
.cf-col-2,
.cf-col-3,
.cf-col-4,
.cf-col-5,
.cf-col-6,
.cf-col-7,
.cf-col-8,
.cf-col-9,
.cf-col-10,
.cf-col-11,
.cf-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 767px) {
  .cf-col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .cf-push-1 {
    margin-left: 8.333333%;
  }

  .cf-col-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .cf-push-2 {
    margin-left: 16.66667%;
  }

  .cf-col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .cf-push-3 {
    margin-left: 25%;
  }

  .cf-col-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .cf-push-4 {
    margin-left: 33.33333%;
  }

  .cf-col-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .cf-push-5 {
    margin-left: 41.66667%;
  }

  .cf-col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .cf-push-6 {
    margin-left: 50%;
  }

  .cf-col-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .cf-push-7 {
    margin-left: 58.33333%;
  }

  .cf-col-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .cf-push-8 {
    margin-left: 66.66667%;
  }

  .cf-col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .cf-push-9 {
    margin-left: 75%;
  }

  .cf-col-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .cf-push-10 {
    margin-left: 83.33333%;
  }

  .cf-col-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .cf-push-11 {
    margin-left: 91.66667%;
  }

  .cf-col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
## WPML
--------------------------------------------------------------*/
.main-navigation .sub-menu li.wpml-ls-item {
  margin: 3px 10px;
  padding: 2px 10px;
}
.main-navigation .sub-menu li.wpml-ls-item a {
  -webkit-transition: none;
  transition: none;
}

.main-navigation.mobile-menu .menu li.wpml-ls-item {
  display: block;
  margin: 1px 8px;
  padding: 4px 7px;
}

/*--------------------------------------------------------------
## Ecwid
--------------------------------------------------------------*/
html#ecwid_html body#ecwid_body {
  /* Horizontal categories styles */
}
html#ecwid_html body#ecwid_body .ecwid.horizontal-menu-container.horizontal-desktop .horizontal-menu.horizontal-menu--desktop .horizontal-menu-item {
  margin-right: 10px;
}
html#ecwid_html body#ecwid_body .ec-size.ecwid-lte-600px div.ecwid-productBrowser {
  padding: 0 0.85rem 20px;
}
html#ecwid_html body#ecwid_body .ec-size div.ecwid-productBrowser {
  padding: 0 1.7rem 20px;
  background-color: transparent;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items {
  margin-right: -0.85rem;
  margin-left: -0.85rem;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__wrap {
  padding: 0.85rem;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .product-details-module__content .product-details__product-description {
  /* Kava default typography margin */
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .product-details-module__content .product-details__product-description p {
  margin: 0 0 1em;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__sort {
  margin-bottom: 22px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .ec-grid .page-title__name {
  margin-bottom: 22px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .details-product-option--radio .product-details-module__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .details-product-option--radio .product-details-module__content .form-control--radio {
  padding: 5px;
  width: auto;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid-product__wrap-inner > *:last-child:not(.grid-product__image) {
  padding-top: 6px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--layout-left .grid-product__price {
  padding-top: 0.1em;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form-control__button {
  /* Default nutrigenis border-radius styles */
  border-radius: 0;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store {
  /* Add To Cart small state */
  /* Add To Cart medium state */
  /* Add To Cart large state */
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--small .form-control__button {
  min-height: 36px;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control .form-control__button {
  min-height: 40px;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--medium .form-control__button {
  min-height: 46px;
}