@charset "UTF-8";
/*!
Theme Name: Webion
Theme URI: https://www.templatemonster.com/authors/zemez/
Author: Zemez
Author URI: Zemez.io
Description: Webion - WordPress theme for real life projects. Built with love and care by Zemez.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webion
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.

Webion 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 webion_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes webion_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-color: white;
}

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;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# 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: 0;
  }
}

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 25px;
}
p:last-child {
  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: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 940px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1120px) {
  .container {
    max-width: 1120px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1140px;
  }
}

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

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

.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: 1.25rem;
  padding-right: 1.25rem;
}

.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: 5px 0;
  padding-left: 25px !important;
  margin: 35px 0;
  margin-left: 30px;
  text-align: left;
  font-weight: 500;
  line-height: 1.7;
  font-size: 18px;
  border-left: 2px solid;
  clear: left;
}
@media (min-width: 640px) {
  blockquote {
    font-size: 18px;
  }
  .wp-block-column blockquote {
    font-size: 19px;
  }
}
blockquote:not(.has-very-dark-gray-color):after {
  background-color: #f8f8f8;
}
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;
}
blockquote cite {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
  text-align: center !important;
  font-size: 16px !important;
  color: #625f74;
}
.wp-block-pullquote blockquote cite {
  color: #625f74;
}
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;
}

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

.svg-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  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 .wp-block-calendar {
  margin-bottom: 20px;
}
.site-main table {
  margin: 0 0 1.5em;
  max-width: 100%;
  width: 100%;
  border: 0;
}
.site-main table th,
.site-main table td {
  padding: 12px 8px 12px;
  vertical-align: middle;
  border: 0;
}
@media (min-width: 640px) {
  .site-main table th,
.site-main table td {
    padding: 12px 11px 12px;
  }
}
.site-main table th {
  font-size: 18px;
}
.site-main table td {
  font-size: 14px;
}
.site-main table thead {
  background-color: #F8F8F8;
}
.site-main table thead th {
  vertical-align: bottom;
  border: 0;
}
.site-main table thead + tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
.site-main table thead + tbody tr:nth-child(2n+1) {
  background: #fff;
}
.site-main table tbody tr:nth-child(2n+1) {
  background: #f8f8f8;
}
@media (max-width: 639px) {
  .site-main .wp-block-search__inside-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

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

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 1.5em;
  padding-left: 0;
  padding-right: 0;
}
.entry-content ul, .page-content ul,
.entry-content ol,
.page-content ol {
  margin-left: 19px;
  margin-top: 0;
}
.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 li, .page-content ul li,
.entry-content ol li,
.page-content ol li {
  line-height: 38px;
  font-size: 18px;
}
.wp-block-column ul,
.wp-block-column ol {
  margin-left: 35px;
}

ul,
ol {
  font-weight: 500;
}
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: 50px;
  height: 50px;
  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;
}

.elementor-element-6825814 .jet-slider__item:nth-child(1) .jet-slider__content-inner {
    background-color: #008651 !important;
}

.elementor-element-6825814 .jet-slider__item:nth-child(1) .jet-slider__button--primary{
  border-color: #008651 !important;
}

.elementor-element-6825814 .jet-slider__item:nth-child(2) .jet-slider__content-inner {
    background-color: #4391ce !important;
}

.elementor-element-6825814 .jet-slider__item:nth-child(2) .jet-slider__button--primary{
  border-color: #4391ce !important;
}

.elementor-element-6825814 .jet-slider__item:nth-child(3) .jet-slider__content-inner {
    background-color: #b00a0a !important;
}

.elementor-element-6825814 .jet-slider__item:nth-child(3) .jet-slider__button--primary{
  border-color: #b00a0a !important;
}

.elementor-element-6825814 .jet-slider__item:nth-child(4) .jet-slider__content-inner {
    background-color: #012f55 !important;
}

.elementor-element-6825814 .jet-slider__item:nth-child(4) .jet-slider__button--primary{
  border-color: #012f55 !important;
}

.elementor-element-6825814 .jet-slider__item .jet-slider-icon-inner svg{
	display: none;
}

.elementor-8296 .elementor-element.elementor-element-a425ca1 .jet-slider__icon .jet-slider-icon-inner,
.elementor-11805 .elementor-element.elementor-element-a425ca1 .jet-slider__icon .jet-slider-icon-inner{
    width: 128px !important;
    height: 128px !important;}

.elementor-element-6825814 .jet-slider__item:nth-child(4) .jet-slider-icon-inner{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM2MCwgMjAyMC8wMi8xMy0wMTowNzoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4M2FjOTE5OC0zNTMyLWQ3NGMtYmM4ZS01Y2I4YTBmMWM2YTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkYwQzRGMjQ1NUNEMTFFRDk2MkNFMEQzNzc4RDE3N0IiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkYwQzRGMjM1NUNEMTFFRDk2MkNFMEQzNzc4RDE3N0IiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODNhYzkxOTgtMzUzMi1kNzRjLWJjOGUtNWNiOGEwZjFjNmExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgzYWM5MTk4LTM1MzItZDc0Yy1iYzhlLTVjYjhhMGYxYzZhMSIvPiA8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);
	background-repeat: no-repeat;
}

.elementor-element-6825814 .jet-slider__item:nth-child(1) .jet-slider-icon-inner{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM2MCwgMjAyMC8wMi8xMy0wMTowNzoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4M2FjOTE5OC0zNTMyLWQ3NGMtYmM4ZS01Y2I4YTBmMWM2YTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTkyOEMwQjk1NUNEMTFFREIzMzNCRDM5MTA1MTU0OEUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTkyOEMwQjg1NUNEMTFFREIzMzNCRDM5MTA1MTU0OEUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODNhYzkxOTgtMzUzMi1kNzRjLWJjOGUtNWNiOGEwZjFjNmExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgzYWM5MTk4LTM1MzItZDc0Yy1iYzhlLTVjYjhhMGYxYzZhMSIvPiA8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);
    background-repeat: no-repeat;
}

.elementor-element-6825814 .jet-slider__item:nth-child(2) .jet-slider-icon-inner{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM2MCwgMjAyMC8wMi8xMy0wMTowNzoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4M2FjOTE5OC0zNTMyLWQ3NGMtYmM4ZS01Y2I4YTBmMWM2YTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjAyMEI1NUY1NUNEMTFFREJFMzlENDQ4Q0RBMjJGN0UiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjAyMEI1NUU1NUNEMTFFREJFMzlENDQ4Q0RBMjJGN0UiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODNhYzkxOTgtMzUzMi1kNzRjLWJjOGUtNWNiOGEwZjFjNmExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgzYWM5MTk4LTM1MzItZDc0Yy1iYzhlLTVjYjhhMGYxYzZhMSIvPiA8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);
	background-repeat: no-repeat;
}

.elementor-element-6825814 .jet-slider__item:nth-child(3) .jet-slider-icon-inner{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM2MCwgMjAyMC8wMi8xMy0wMTowNzoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4M2FjOTE5OC0zNTMyLWQ3NGMtYmM4ZS01Y2I4YTBmMWM2YTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjdDQUFERDI1NUNEMTFFRDlEREJDRTlCNDg4OUI2RDYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjdDQUFERDE1NUNEMTFFRDlEREJDRTlCNDg4OUI2RDYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODNhYzkxOTgtMzUzMi1kNzRjLWJjOGUtNWNiOGEwZjFjNmExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgzYWM5MTk4LTM1MzItZDc0Yy1iYzhlLTVjYjhhMGYxYzZhMSIvPiA8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);
	background-repeat: no-repeat;
}

}
 


#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;
  text-overflow: ellipsis;
  -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;
  text-overflow: ellipsis;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.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: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  border: 0;
  font-style: normal;
  font-weight: 700;
  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 {
  margin-left: 5px;
  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;
}
.is-style-outline .wp-block-button__link {
  padding: 9px 23px;
}
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

input,
select,
textarea {
  padding: 11px 0;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  border: none;
  border-bottom: 1px solid #1B1B1B;
  border-radius: 0;
  -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;
}
input:focus, input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: 0;
  border-bottom-color: #EAEAEA;
}

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;
  margin-top: 3px;
  margin-bottom: 40px;
  padding-right: 50px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url("assets/images/icon_select.svg");
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

#page .select2-selection {
  height: 40px;
  padding: 9px 40px 9px 0px;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  border: none;
  border-bottom: 1px solid #1B1B1B;
  border-radius: 0;
}
#page .select2-selection:focus {
  outline: none;
}
#page .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
}
#page .select2-selection.select2-selection--single .select2-selection__placeholder {
  line-height: 32px;
  color: #1B1B1B;
}

.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.search-form__field[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
  padding-right: 100px;
}
.search-form__submit.btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #888;
  background-color: transparent;
}

.post-password-form label {
  display: inline-block;
  vertical-align: middle;
}
.post-password-form input[type=submit] {
  padding: 14px 30px 13px;
}

.comment-list + .comment-respond {
  padding-top: 20px;
}
.comment-list .comment-respond {
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 33px;
  border-top: 1px solid #F5F5F5;
}
.comment-respond .comment-reply-title {
  line-height: 36px;
}
.comment-respond .comment-notes {
  font-size: 16px;
}
.comment-reply-title {
  margin-bottom: 29px;
}
.comment #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 30px;
  line-height: 21px;
  font-size: 14px;
}
.comment-form .comment-notes {
  margin-bottom: 19px;
  margin-top: -7px;
}
.comment-form .logged-in-as {
  margin-bottom: 19px;
  margin-top: -7px;
}
.comment-form-comment {
  margin-bottom: 30px;
}
.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  height: 94px;
  min-height: 94px;
}
@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;
  margin: 0 0 30px 0;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
  display: none;
}
@media (min-width: 940px) {
  .comment-form-author, .comment-form-email {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.comment-form-author {
  padding-left: 0;
}
.comment-form-email {
  padding-right: 0;
}
.comment-form__field {
  width: 100%;
  vertical-align: top;
  padding: 20px 0;
}
.comment-form .form-submit {
  margin: 30px 0 0;
}
.logged-in .comment-form .form-submit {
  margin-left: 0;
  margin-right: 0;
}
.comment-form .form-submit input {
  width: 100%;
  padding: 16px 51px 14px;
  border: 0;
  border-radius: 0;
}
@media (min-width: 640px) {
  .comment-form .form-submit input {
    width: auto;
  }
}
.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: 31px;
  line-height: 23px;
  font-weight: 400;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 0;
  background-color: #fff;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 4px;
  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: none;
}
.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: 20px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 64px rgba(0, 0, 0, 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: -20px;
  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:hover > ul, .main-navigation__default ul ul li.focus > ul {
  left: 100%;
  margin-left: 10px;
}
.main-navigation__default ul ul a {
  font-weight: 500;
  width: 200px;
}
.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: 36px;
  }
  .site-header__style-1 .main-navigation__default .menu > li {
    margin-right: 18px;
  }
}
.main-navigation__default .menu > li > a {
  padding: 3px 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 .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.menu-item-has-children > a {
  position: relative;
}
.main-navigation__vertical .menu li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  display: block;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #444;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 12 18" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.37879 9.50011L0.939453 3.06077L3.06077 0.939453L11.6214 9.50011L3.56077 17.5608L1.43945 15.4395L7.37879 9.50011Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 12 18" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.37879 9.50011L0.939453 3.06077L3.06077 0.939453L11.6214 9.50011L3.56077 17.5608L1.43945 15.4395L7.37879 9.50011Z"/></svg>');
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.main-navigation__vertical .menu li.menu-item-has-children > a:hover:after {
  background-color: #888;
}
.main-navigation__vertical .menu li.menu-item-has-children > a:before {
  display: none;
}
.main-navigation__vertical .menu li a {
  padding-top: 17px;
  padding-bottom: 18px;
  line-height: 1.3;
  font-size: 36px;
  color: #fff;
}
.main-navigation__vertical .menu li a:hover {
  color: #888;
}
.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 .menu-back-item svg {
  width: 27px;
  height: 15px;
}
.main-navigation__vertical .menu .menu-back-item svg path {
  fill: #888;
}
.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: 51%;
  width: 4px;
  height: 1px;
  -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: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main-navigation .sub-menu li.menu-item-has-children > a:before {
  right: 20px;
  margin-top: -4px;
}
.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;
  left: 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 {
  background-color: #111;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header-vertical-menu-popup .site-header__style-1, .site-header__style-3 .header-vertical-menu-popup {
  visibility: hidden;
}
.header-vertical-menu-popup .menu-toggle-close {
  position: absolute;
  left: 40px;
  top: 34px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.header-vertical-menu-popup .menu-toggle-close path {
  fill: #fff;
}
.admin-bar .header-vertical-menu-popup .menu-toggle-close {
  top: 66px;
}
.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 {
  position: relative;
  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;
}
.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;
  min-width: 60%;
  margin-right: auto !important;
}
.site-header .site-header__mobile .site-branding:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -100%;
  right: -400%;
  top: -20px;
  bottom: -20px;
  background-color: #fff;
}
@media (max-width: 639px) {
  .site-header .site-header__mobile .site-branding {
    max-width: 125px;
    min-width: 125px;
  }
}
@media (max-width: 639px) {
  .site-header .site-header__mobile .site-branding .site-logo__link {
    font-size: 16px;
  }
}
.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__link-wrap .header-cart__link {
  margin-left: 25px;
}
@media (max-width: 639px) {
  .site-header .site-header__mobile .header-cart__link-wrap .header-cart__link {
    margin-left: 10px;
  }
}
.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: 116px;
}
.woocommerce-cart .site-header .site-header__mobile .header-cart__content {
  display: none;
}
@media (max-width: 939px) {
  .site-header .site-header__mobile .header-search-popup {
    height: 280px;
    background-position-y: 16%;
    background-position-x: 76%;
  }
}
.site-header .site-header__mobile .header-search-popup__inner {
  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) {
  .site-header .site-header__mobile .header-search-popup__inner {
    height: 280px;
  }
}
@media (max-width: 939px) {
  .site-header .site-header__mobile .header-search-popup__inner .header-search-form__label {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.site-header .site-header__mobile .header-search-popup__inner .header-search-form__field {
  text-align: left;
  text-transform: none;
  font-size: 18px;
}
@media (max-width: 939px) {
  .site-header .site-header__mobile .header-search-popup__inner .header-search-form__submit {
    display: none;
  }
}
.site-header .site-header__mobile .header-search-popup .header-search-popup-close {
  top: 20px;
  right: 20px;
}
.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 {
  margin: 0 0 20px 0;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
  font-size: 18px;
}
.site-header .site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children a:after {
  width: 12px;
  height: 12px;
  right: -20px;
  margin-top: -1px;
}
.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: 20px;
  height: 16px;
  margin: 0 0 0 5px !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: 7px;
}
.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: 20px;
  text-align: right;
}
@media (min-width: 640px) {
  .site-header__style-1.site-header__mobile .menu-toggle-wrapper,
.site-header__style-3.site-header__mobile .menu-toggle-wrapper {
    min-width: 50px;
  }
}
.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:focus,
.site-header__style-3.site-header__mobile .menu-toggle-wrapper .menu-toggle:focus {
  outline: none;
}
.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: 24px;
  height: 12px;
  margin: -8px 0 0 5px !important;
  padding: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  background: none;
}
.site-header__style-1.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:focus,
.site-header__style-3.site-header__mobile .menu-toggle-wrapper .menu-toggle-box:focus {
  outline: 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;
  height: 3px;
  width: 24px;
}
.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: 18px;
  height: 3px;
  width: 14px;
}
.site-header__style-1.site-header__mobile .menu-toggle-close,
.site-header__style-3.site-header__mobile .menu-toggle-close {
  left: 20px;
  width: 20px;
  height: 20px;
}
.site-header__style-1.site-header__mobile .menu-toggle-close svg,
.site-header__style-3.site-header__mobile .menu-toggle-close svg {
  width: 100%;
  height: 100%;
}
.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: 100%;
  margin: 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: 143px 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: 700;
  font-size: 18px;
  line-height: 1.2em;
  color: inherit;
  border: none;
}
.site-header__style-1.site-header__mobile .main-navigation__vertical .menu li a:after,
.site-header__style-3.site-header__mobile .main-navigation__vertical .menu li a:after {
  display: none;
}
.site-header__style-1.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children.webion-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.webion-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.menu-item-has-children a:after,
.site-header__style-3.site-header__mobile .main-navigation__vertical .menu li.menu-item-has-children a:after {
  display: block;
  right: 5px;
  width: 10px;
  height: 15px;
}
.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: 13px;
  left: -5px;
}
.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: 17px;
  height: 18px;
}
.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 {
  padding-bottom: 30px;
  padding-left: 30px;
}
.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 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

/*--------------------------------------------------------------
## 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: 33px;
  font-size: 16px;
}
.site-content .page-links .post-page-numbers {
  display: inline-block;
  vertical-align: middle;
  height: 33px;
  min-width: 33px;
  padding: 2px 5px;
  line-height: 33px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border-radius: 17px;
}
.site-content .page-links .post-page-numbers:first-child {
  margin-left: 10px;
}

.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-top: 44px;
  padding: 0 0 9px;
}
@media (max-width: 639px) {
  .post-navigation {
    margin-top: 25px;
  }
}
.post-navigation .nav-links {
  display: block;
}
@media (min-width: 640px) {
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.post-navigation .nav-links .nav-prev,
.post-navigation .nav-links .nav-next {
  display: block;
  width: 100%;
  text-align: right;
}
.post-navigation .nav-links .nav-prev span,
.post-navigation .nav-links .nav-next span {
  position: relative;
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}
.post-navigation .nav-links .nav-prev span svg,
.post-navigation .nav-links .nav-next span svg {
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 12px;
}
.post-navigation .nav-links .nav-prev span svg path,
.post-navigation .nav-links .nav-next span svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.post-navigation .nav-links__item {
  display: block;
  height: 100%;
  padding: 26px 30px;
  border: 1px solid #f2f2f2;
}
.post-navigation .nav-links__title {
  margin-top: 2px;
  font-weight: 400;
  line-height: 27px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 940px) {
  .post-navigation .nav-links__title {
    font-size: 24px;
  }
}
.post-navigation .nav-links .nav-prev {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .post-navigation .nav-links .nav-prev {
    width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 640px) {
  .post-navigation .nav-links .nav-prev {
    margin-bottom: 0;
  }
}
.post-navigation .nav-links .nav-prev span,
.post-navigation .nav-links .nav-prev p {
  padding-left: 20px;
}
.post-navigation .nav-links .nav-next {
  width: 100%;
  margin-left: auto;
}
@media (min-width: 640px) {
  .post-navigation .nav-links .nav-next {
    width: 50%;
    margin-left: auto;
    padding-left: 19px;
  }
}
.post-navigation .nav-links .nav-next span,
.post-navigation .nav-links .nav-next p {
  padding-right: 19px;
}
.post-navigation .nav-links .nav-next span svg,
.post-navigation .nav-links .nav-next p svg {
  left: auto;
  right: 0;
}

/*--------------------------------------------------------------
### Posts List Pagination
--------------------------------------------------------------*/
.pagination {
  margin-top: 19px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 639px) {
  .pagination {
    margin-top: 36px;
  }
}
.pagination .page-numbers {
  display: inline-block;
  min-width: 33px;
  padding: 2px 3px 0;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  line-height: 31px;
  font-size: 18px;
  border-radius: 17px;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: auto;
  margin: 0;
  border: 0;
  padding: 0;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  width: 11px;
  height: 11px;
  margin-top: 1px;
}
.pagination .page-numbers.prev {
  margin-right: 4px;
}
.pagination .page-numbers.prev svg {
  margin-right: 8px;
}
.pagination .page-numbers.next {
  margin-left: 4px;
}
.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 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs .container-fullwidth {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.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_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 639px) {
  .breadcrumbs_items {
    padding: 13px 0 22px;
  }

  .subpages__item{
    min-height: auto !important;
    width: 100% !important; 
  }

  .fullblock h1{
    font-size: 30px !important;
  }
}
.breadcrumbs_items .breadcrumbs__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}
.breadcrumbs_items .breadcrumbs_content {
  margin-left: auto;
}
.breadcrumbs_title .breadcrumbs_page-title {
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumbs_browse {
  display: inline-block;
  margin-right: 0.5em;
}
.breadcrumbs_wrap {
  margin-top: 22px;
  margin-bottom: 1px;
}
.breadcrumbs_item {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}
.breadcrumbs_item_sep {
  margin: 0 7px;
}
.breadcrumbs_item_link {
  display: block;
  border-bottom: 1px solid;
}
.invert .breadcrumbs_item_link {
  border-bottom: 1px solid transparent;
}
.invert .breadcrumbs_item_link:hover {
  color: inherit;
}
.breadcrumbs_item_link:hover {
  border-color: transparent;
}
.breadcrumbs_item_target {
  word-break: break-all;
}

/*--------------------------------------------------------------
# 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;
}
.alignnone + p,
.aligncenter + p,
.alignleft + p,
.alignright + p,
.alignwide + p,
.alignfull + p {
  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;
  margin-top: 45px;
}
#main.site-main > .comments-area {
  margin-bottom: 40px;
}
.post-navigation + .comments-area, .post-author-bio + .comments-area {
  margin-top: 100px;
}
.related-posts + .comments-area {
  margin-top: 20px;
}
.elementor-page.position-fullwidth .comments-area {
  margin-bottom: 50px;
}
.comments-title {
  margin-top: 0;
  margin-bottom: 4px;
}
.comments-title.h4-style {
  font-weight: 500;
  font-size: 24px;
}

.comment-list {
  list-style: none;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: -4px;
}
.comment-list .comment {
  margin-bottom: 15px;
}
.comment-list .children {
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 20px;
  padding-left: 10px;
  list-style: none;
}
.comment-list .children > li.comment {
  margin-top: 8px;
}
@media (min-width: 940px) {
  .comment-list .children {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .comment-list .parent.depth-1 > .children,
.comment-list .parent.depth-2 > .children {
    padding-left: 75px;
  }
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback,
.comment-list .review {
  margin-top: 15px;
}
.comment-body__holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-body .avatar {
  margin-top: 4px;
  margin-right: 16px;
  border-radius: 50%;
  margin-bottom: 10px;
}
@media (max-width: 939px) {
  .comment-body .avatar {
    width: 40px;
  }
}
.comment-body .reply {
  display: inline-block;
}
@media (max-width: 639px) {
  .comment-body .reply {
    display: block;
    margin-bottom: 6px;
  }
  .comment-body .reply a::before {
    display: none;
  }
}
.comment-body .reply .comment-reply-link {
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
}
.comment-meta {
  margin-bottom: 5px;
}
.comment-meta .comment-metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 639px) {
  .comment-meta .comment-metadata {
    display: block;
  }
}
.comment-meta .comment-metadata .fn,
.comment-meta .comment-metadata .fn a {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}
.comment-meta .comment-metadata .reply a:not(:empty) {
  position: relative;
  margin-left: 35px;
  padding-left: 30px;
}
@media (max-width: 639px) {
  .comment-meta .comment-metadata .reply a:not(:empty) {
    padding: 0;
    margin: 0;
  }
}
.comment-meta .comment-metadata .reply a:not(:empty):before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 1px;
  height: 13px;
  background-color: #b4c9d3;
}
.comment-meta .comment-metadata .comment-date {
  margin-left: auto;
  min-width: 200px;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.comment-content {
  line-height: 30px;
  font-size: 14px;
}
.comment-content p {
  margin-bottom: 7px;
}
.comment-content p strong {
  display: inline-block;
  margin-top: 20px;
}
.comment-content-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  max-width: 100%;
  margin-top: -1px;
}
.comment-author {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  margin-top: 60px;
}
.post-author__holder {
  position: relative;
  padding: 40px 40px 39px;
}
@media (min-width: 940px) {
  .post-author__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.post-author__overlay {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post-author__avatar {
  min-width: 120px;
  margin-bottom: 20px;
}
@media (min-width: 940px) {
  .post-author__avatar {
    margin: 0 40px 0 0;
  }
}
.post-author__avatar .avatar {
  vertical-align: top;
  border-radius: 50%;
}
.post-author__title {
  margin: 0 0 20px;
  line-height: 36px;
  font-size: 24px;
}
.post-author__role {
  margin-bottom: 11px;
  text-transform: none;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# 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-header__wrap.container, .site-content.container, .site-footer__wrap.container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .site-header__wrap.container, .site-content.container, .site-footer__wrap.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.layout-fullwidth .site-header__wrap.container, body.elementor-template-full-width .site-header__wrap.container, body.page-template-fullwidth-content .site-header__wrap.container, body.layout-fullwidth .site-content.container, body.elementor-template-full-width .site-content.container, body.page-template-fullwidth-content .site-content.container, body.layout-fullwidth .site-footer__wrap.container, body.elementor-template-full-width .site-footer__wrap.container, body.page-template-fullwidth-content .site-footer__wrap.container {
  padding-left: 0;
  padding-right: 0;
}
body.layout-fullwidth .site .breadcrumbs, body.elementor-template-full-width .site .breadcrumbs, body.page-template-fullwidth-content .site .breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  body.layout-fullwidth .site .breadcrumbs, body.elementor-template-full-width .site .breadcrumbs, body.page-template-fullwidth-content .site .breadcrumbs {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.layout-fullwidth .site .breadcrumbs .container, body.elementor-template-full-width .site .breadcrumbs .container, body.page-template-fullwidth-content .site .breadcrumbs .container {
  max-width: 100%;
}
.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-top: 40px;
  margin-bottom: 0;
}
@media (min-width: 940px) {
  body:not(.elementor-page) .site-content, body.single.elementor-page .site-content {
    margin-top: 80px;
  }
}
body.blog .site-content {
  margin-top: 60px;
}
@media (min-width: 640px) {
  body.blog .site-content {
    margin-top: 80px;
  }
}
body.single-post .site-content {
  margin-top: 60px;
}
@media (min-width: 640px) {
  body.single-post .site-content {
    margin-top: 80px;
  }
}
body.elementor-template-full-width .site-content, body.page-template-fullwidth-content .site-content {
  max-width: 100%;
}
body.blog.layout-fullwidth .site-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  body.blog.layout-fullwidth .site-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.woocommerce-page .site-content {
  margin-top: 90px;
}
@media (min-width: 940px) {
  body.woocommerce-page .site-content {
    margin-top: 106px;
  }
}
.site-content__wrap {
  max-width: 100%;
}
.site-content__wrap.container {
  max-width: 100%;
}
.site-main > *:last-child {
  margin-bottom: 0;
}

#primary {
  margin-bottom: 80px;
}
@media (min-width: 640px) {
  #primary {
    margin-bottom: 145px;
  }
}

@media (max-width: 939px) {
  #secondary {
    margin-top: 20px;
  }
}

.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: -1.25rem;
  margin-right: -1.25rem;
}
.space-between-content > * {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 900;
}
.site-header__wrap {
  padding-top: 18px;
  padding-bottom: 18px;
}
@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: 15px;
  padding-right: 15px;
}
@media (min-width: 940px) {
  .site-header__wrap:not(.site-header__mobile).container-fullwidth {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.site-header__wrap .space-between-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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 > * {
  padding-left: 15px;
  padding-right: 15px;
}
.site-header__right_part .header-search-toggle {
  position: relative;
  z-index: 1002;
  margin-left: 0;
  padding: 0;
  font-size: 0;
  background: none;
  border: 0;
}
@media (min-width: 640px) {
  .site-header__right_part .header-search-toggle {
    font-size: 16px;
  }
}
@media (min-width: 1520px) {
  .site-header__right_part .header-search-toggle {
    margin-left: 50px;
  }
}
.site-header__right_part .header-search-toggle svg {
  width: 21px;
  height: 21px;
  margin-right: 1px;
  margin-top: -7px;
}
@media (max-width: 1119px) {
  .site-header__right_part .header-search-toggle svg {
    margin-top: -2px;
  }
}
@media (max-width: 639px) {
  .site-header__right_part .header-search-toggle svg {
    margin-top: -1px;
    width: 24px;
    height: 24px;
    margin-right: 14px;
  }
}
.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 .header-search-popup {
  position: absolute;
  z-index: 1007;
  top: 0;
  left: 0;
  right: 0;
  height: 280px;
  overflow: hidden;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -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;
  height: 100vh;
}
.header-search-active .site-header .header-search-popup {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.site-header .header-search-popup-close {
  position: absolute;
  right: 109px;
  top: 26px;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.site-header .header-search-popup-close:hover {
  opacity: 1;
}
.site-header .header-search-popup-close svg {
  display: block;
  width: 18px;
  height: 18px;
}
.site-header .header-search-popup__inner {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1120px) {
  .site-header .header-search-popup__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 940px) {
  .site-header .header-search-popup__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1300px;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 95px;
  }
}
.site-header .header-search-popup__inner .header-search-form {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .header-search-popup__inner .header-search-form__field {
  padding: 20px 20px 10px 20px;
  width: 100%;
  text-transform: none;
  line-height: 27px;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
}
.site-header .header-search-popup__inner .header-search-form__submit {
  padding: 17px 17px 17px 17px;
  margin: -4px 0px 0px 0px;
  border: none;
  background-color: transparent;
}
.site-header .header-search-popup__inner .header-search-form__submit svg {
  width: 20px;
  height: 22px;
}

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

.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 .space-between-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-header__style-3 .site-branding {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  min-width: 15%;
}
.site-header__style-3 .site-header__right_part {
  width: auto;
}
.site-header__style-3 .main-navigation__default {
  margin-left: auto;
}
.site-header .main-navigation .social-list--header {
  display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer__wrap {
  font-size: 14px;
}
.site-footer__wrap .space-between-content:not(:empty) {
  padding-top: 50px;
  padding-bottom: 50px;
}
@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: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 640px) {
  .footer-area {
    max-width: 640px;
  }
}
@media (min-width: 940px) {
  .footer-area {
    max-width: 940px;
  }
}
@media (min-width: 1120px) {
  .footer-area {
    max-width: 1120px;
  }
}
@media (min-width: 1200px) {
  .footer-area {
    max-width: 1200px;
  }
}
@media (min-width: 1480px) {
  .footer-area {
    max-width: 1480px;
  }
}
.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 {
  position: relative;
  margin-bottom: 69px;
}
.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;
}

/*--------------------------------------------------------------
### Entry
--------------------------------------------------------------*/
.posts-list__item.default-item.no-thumb .entry-meta .tags-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts-list__item.default-item.no-thumb .entry-meta:empty {
  display: none;
}
.posts-list__item.default-item.no-thumb .posts-list__item-content {
  padding: 0;
}
.posts-list__item.default-item.no-thumb .posts-list__item-content .entry-header {
  margin-top: 14px;
}

.entry-title.h4-style {
  font-weight: 600;
}
.entry-content {
  margin-top: 8px;
}
.entry-meta {
  margin-top: 0;
}
.entry-footer {
  margin-top: 19px;
}
.entry-footer .post__button-wrap svg {
  width: 12px;
  height: 11px;
  margin-left: 5px;
}

/*--------------------------------------------------------------
### Meta
--------------------------------------------------------------*/
span.posted-on,
span.author-avatar,
span.byline,
span.cat-links,
span.comments-link,
span.tags-links {
  display: inline-block;
}
span.posted-on svg,
span.author-avatar svg,
span.byline svg,
span.cat-links svg,
span.comments-link svg,
span.tags-links svg {
  margin-right: 11px;
  margin-top: -3px;
  width: 18px;
  height: 18px;
}

span.tags-links path {
  fill: none;
}

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

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

/*--------------------------------------------------------------
### 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;
}
.post-thumbnail + .entry-meta .tags-links {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 16px;
  left: 16px;
}

/*--------------------------------------------------------------
### Page
--------------------------------------------------------------*/

.page-id-8296 .elementor-8349 .elementor-element.elementor-element-8da8038:not(.elementor-motion-effects-element-type-background),
.page-id-11805 .elementor-8349 .elementor-element.elementor-element-8da8038:not(.elementor-motion-effects-element-type-background){
  display: none !important;
}


.elementor-8296 .elementor-element.elementor-element-e4a439e .jet-button__instance,
.elementor-8296 .elementor-element.elementor-element-a425ca1 .jet-slider__button--primary{
transition: all 0.3s;
}

.elementor-element-6825814 .elementor-button:hover:after{
  right: -10px;
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail{
	width: 100% !important;
	height: 100% !important;
	margin-left: 0px !important;
    margin-top: 0px !important;
}

.fullblock {
  width: 100vw;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  height: 232px;
  display: flex !important;
  align-items: center !important;
  background-size: cover !important;
  margin-left: calc(50% - 50vw);
  margin-bottom: 100px !important;
}


body .elementor-widget-container .ueex_informer{
  width: 50% !important;
}

.elementor-10432 .elementor-element.elementor-element-94fd192 .elementor-button{
  display: block !important;
}

.fullblock h1{
  max-width: 1140px;
  color: #fff;
  margin: 0 auto !important;
  font-family: "Roboto", Sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.single-post .entry-header .entry-meta span{
  font-size: 16px !important;
  color: #008651 !important;
  font-weight: 400 !important;
  font-family: "Roboto", Sans-serif !important;
}

.flex{
  display: flex;
}

.flex.jc-between{
  justify-content: space-between;
}

header.page-header{
  display: none;
}

.woocommerce-page .fullblock {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 940px) {
  .woocommerce-page .fullblock {
    display: none;
  }
}


.page-header .archive-description {
  margin-top: 20px;
}
@media (min-width: 940px) {
  .page-header .archive-description {
    margin-top: 35px;
  }
}
.page-title {
  margin: 0;
  color: #fff !important;
  width: 100%;
}

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

.search-item {
  margin-bottom: 50px;
  padding-top: 47px;
  border-top: 1px solid #E5E5E5;
}
.search-item .post-thumbnail {
  margin-top: 4px;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search-item .post-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.044%;
            flex: 0 0 13.044%;
    max-width: 13.044%;
    margin-bottom: 0;
  }
  .search-item .posts-list__item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82.609%;
            flex: 0 0 82.609%;
    max-width: 82.609%;
  }
  .search-item .post-thumbnail + .posts-list__item-content {
    margin-left: 40px;
  }
}
.search-item .entry-meta {
  margin-bottom: 13px;
}
.search-item .entry-meta span.posted-on,
.search-item .entry-meta span.byline,
.search-item .entry-meta span.cat-links {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px 0;
}
.search-item .entry-meta .byline:after {
  content: "/";
  margin: 0 6px;
  font-weight: 700;
}
.search-item .entry-meta .cat-links a {
  margin: 0;
}
.search-item .entry-meta .cat-links a:before {
  display: none;
}
.search-item .entry-footer-container a {
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 31px 13px;
}
.search-item .entry-title {
  margin-top: 0;
  font-weight: 600;
}
.search-item .entry-content {
  margin-top: 23px;
  margin-bottom: 54px;
  font-size: 18px;
}

.search-no-results .not-found .search-form__input-wrap {
  padding: 0;
}
.search-no-results .not-found .btn.btn-initial {
  padding: 11px 0;
  border: 0;
}
.search-no-results .not-found .btn.btn-initial:hover {
  background-color: transparent;
}

/*--------------------------------------------------------------
### Not found Section
--------------------------------------------------------------*/
.error404 .not-found {
  position: relative;
  text-align: center;
}
.error404 .not-found .error-numbers {
  font-size: 168px;
  font-weight: 700;
}
.error404 .not-found .page-header {
  margin-bottom: 31px;
}
.error404 .not-found .page-title {
  margin-top: -51px;
  line-height: 1.18;
}
.error404 .not-found .page-content p {
  font-weight: 500;
  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: 14px 20px 15px;
}
.error404 #content.site-content {
  margin-top: 0;
  margin-bottom: 0;
}
.error404 #content.site-content .site-content__wrap {
  position: relative;
  padding-top: 180px;
  padding-bottom: 90px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1119px) {
  .error404 #content.site-content .site-content__wrap {
    background-image: none;
    padding: 0;
  }
}
.error404 footer.site-footer {
  position: relative;
}

/*--------------------------------------------------------------
## Single post
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Single Post
--------------------------------------------------------------*/
.single-post .entry-header {
  min-width: 100%;
  padding: 0;
}
.single-post .entry-header .entry-meta {
  margin-bottom: 18px;
  display: inline-block;
}
.single-post .entry-header .entry-meta span {
  display: inline;
  margin-right: 0;
  line-height: 25px;
  font-size: 12px;
}
.single-post .entry-header .entry-meta span + span {
  margin-left: 20px;
}
.single-post .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.single-post .entry-header .entry-meta {
  margin-bottom: 15px;
}
.single-post .post .entry-content {
  margin: 0;
}
.single-post .post .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;
}
.single-post .post .entry-content figure ul + figcaption {
  margin-top: 0;
  text-align: center;
}
.single-post .post .entry-content figure img {
  vertical-align: top;
}
@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) {
    margin-bottom: 1.5rem;
    margin-top: 1.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 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .single-post .post .entry-content .wp-block-group.has-background {
    padding: 10px 15px;
  }
}
.single-post .post .entry-content .wp-block-group {
  padding: 10px;
  margin-bottom: 20px;
}
.single-post .post .entry-content .wp-block-cover {
  margin-bottom: 20px;
}
.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 {
  color: #fff;
}
.single-post .post .entry-content .wp-block-audio audio {
  min-width: auto;
  margin-bottom: 28px;
}
.single-post .post .entry-content .post-password-form label input {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media (max-width: 639px) {
  .single-post .post .entry-content .post-password-form label input {
    max-width: 108px;
  }
}
.single-post .post .entry-content #attachment_612 {
  display: none;
}
.single-post .post .entry-content #attachment_612 + p {
  display: none;
}
.single-post .post .entry-footer .entry-meta:not(:empty) {
  margin-top: 42px;
}
@media (max-width: 639px) {
  .single-post .post .entry-footer .entry-meta:not(:empty) .tags-links {
    margin-top: -26px;
  }
  .single-post .post .entry-footer .entry-meta:not(:empty) .tags-links a {
    line-height: 28px;
  }
}
.single-post .entry-footer {
  margin-top: 0;
}
.single-post .entry-footer .entry-meta {
  margin-top: 30px;
  padding-top: 45px;
  border-top: 1px solid #F2F2F2;
}
.single-post .entry-footer .entry-meta .share-btns__list {
  min-width: 30%;
}
.single-post .entry-footer .entry-meta .share-btns__label {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin-right: 10px;
}
.single-post .entry-footer .entry-meta .share-btns__item {
  margin-right: 13px;
}
.single-post .entry-footer .entry-meta .share-btns__item a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post .entry-footer .entry-meta .share-btns__item svg {
  margin-top: -5px;
  width: 15px;
  height: 15px;
}
.single-post .entry-footer .tags-links {
  display: block;
  margin-right: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: normal;
  text-transform: capitalize;
}
.single-post .entry-footer .tags-links a {
  font-size: 16px !important;
  font-weight: 600;
  margin-right: 12px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.single-post .entry-footer .tags-links a:last-child {
  margin-right: 0;
}
.single-post .entry-footer .share-btns__item {
  display: inline-block;
}
.single-post .post-thumbnail {
  margin-bottom: 0;
  margin-top: 0;
}
.single-post .post-thumbnail img {
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .single-post .post-thumbnail img {
    margin-bottom: 63px;
  }
}
.single-post .single-header {
  position: relative;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 53px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 75, 109, 0.8)), to(rgba(8, 75, 109, 0.8)));
  background: linear-gradient(0deg, rgba(8, 75, 109, 0.8), rgba(8, 75, 109, 0.8));
}
@media (min-width: 640px) {
  .single-post .single-header {
    margin-bottom: -10px;
    padding-top: 150px;
    padding-bottom: 151px;
    text-align: center;
  }
}
.single-post .single-header .entry-header .cat-links {
  margin-right: 0;
  margin-bottom: 9px;
}
.single-post .single-header .entry-header .cat-links a {
  margin-left: 4px;
  margin-right: 4px;
}
.single-post .single-header .entry-header .entry-meta {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 939px) {
  .single-post .single-header .entry-header .entry-meta {
    margin-bottom: 16px;
  }
}
.single-post .single-header .entry-header .entry-meta span {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 939px) {
  .single-post .single-header .entry-header .entry-meta span {
    display: block;
    margin: 0 0 5px;
  }
  .single-post .single-header .entry-header .entry-meta span svg {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
}
.single-post .single-header .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 939px) {
  .single-post .single-header .entry-header .entry-title {
    margin-bottom: 17px;
    line-height: 1.3;
    font-size: 34px;
  }
}
.single-post .single-header .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1120px) {
  .single-post .single-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post .single-header .overlay-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-size: cover;
  background-position: center;
}
.single-post .col-md-10.post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.single-post .post-by-author__avatar {
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-bottom: 13px;
  border-radius: 50%;
}
.single-post .post-by-author__title {
  margin-bottom: 29px;
}
.single-post .post-by-author__content {
  margin-bottom: 29px;
  font-size: 14px;
}
.single-post .post-by-author__meta span {
  display: block;
}
.single-post .post-by-author__meta .comments-link {
  margin-top: 15px;
}
.single-post.position-one-left-sidebar .post-by-author {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.single-post.position-one-right-sidebar #secondary.col-md-push-1 {
  left: 0;
}
.single-post:not(.sidebar_enabled) #primary.col-lg-8.col-lg-push-2 {
  left: auto;
  right: auto;
  margin: 0 auto;
}

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.related-posts {
  position: relative;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 120px;
}
.related-posts__title {
  margin-bottom: 17px;
}
.related-posts .related-post {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
.post-navigation + .related-posts {
  margin-top: 140px;
}
.related-posts [class*=col-] {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related-posts__title.h2-style {
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
.related-posts .post-thumbnail {
  margin-bottom: 20px;
}
.related-posts .post-thumbnail .post-thumbnail__link {
  display: block;
}
.related-posts .post-thumbnail .post-thumbnail__link img {
  margin-bottom: 0;
  width: 100%;
  max-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-posts .related-post__content {
  display: block;
}
.related-posts .related-post__content .entry-header {
  margin-bottom: 0;
}
.related-posts .related-post__content .entry-header .entry-title {
  margin-bottom: 0;
  line-height: 29px;
}
.related-posts .related-post__content .entry-header .entry-meta {
  display: inline-block;
  margin-bottom: 0;
}
.related-posts .related-post__content .entry-header .entry-meta span,
.related-posts .related-post__content .entry-header .entry-meta span a {
  display: inline-block;
  line-height: 27px;
}
.related-posts .related-post__content .entry-header .entry-meta span {
  margin: 0;
  margin-right: 20px;
}
.related-posts .related-post__content .entry-header .entry-meta span:last-child {
  margin-right: 0;
}
.related-posts .related-post__content .entry-content {
  margin-top: 0;
}

.single-post .wp-block-tag-cloud a {
  font-size: 16px !important;
  margin-right: 6px;
}

/*--------------------------------------------------------------
## 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;
  vertical-align: middle;
}
.single-post .sticky-label {
  margin: 0 10px 0 0;
}
.sticky-label.type-icon {
  width: 30px;
  height: 30px;
  padding: 8px;
}
.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 {
  /*
  ## Check it
  */
}
.widget-title {
  margin-top: 0;
  margin-bottom: 7px;
}
.widget + .widget {
  margin-top: 35px;
}
.widget:last-child {
  margin-bottom: 55px;
}
.single-post .widget:last-child {
  margin-bottom: 85px;
}
.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: 16px;
  line-height: 1.5;
}
.widget ul li + li,
.widget ul li > ul,
.widget ul li > ol {
  margin-top: 10px;
}
.widget ul li > ul,
.widget ul li > ol {
  margin-left: 15px;
}
.widget_meta li a:hover {
  text-decoration: underline;
}
.widget_archive select, .widget_categories select {
  border: 1px solid #cccccc;
}
@media (min-width: 940px) {
  .widget_text {
    font-size: 16px;
  }
}
.widget_text img {
  margin-top: 15px;
}
.widget_text p {
  margin-bottom: 0;
}
.widget_text p.wp-caption-text {
  margin-top: 7px;
  line-height: 18px;
  font-size: 14px;
}
.widget_text p:not(:empty) {
  margin-bottom: 31px;
}
.widget_text strong {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
}
.widget_text p + form {
  margin-top: -20px;
}
.widget_recent_entries ul li + li {
  margin-top: 15px;
}
.widget_recent_entries a:hover {
  text-decoration: underline;
}
.widget_recent_entries .post-date {
  position: relative;
  display: block;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.widget_recent_comments ul li {
  position: relative;
  padding-left: 30px;
}
.widget_recent_comments ul li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 0C4.47327 0 0 4.4725 0 10C0 11.754 0.457458 13.4671 1.32614 14.978L0.0376892 18.9792C-0.0521851 19.2581 0.0216675 19.5639 0.228882 19.7711C0.434113 19.9763 0.739136 20.0529 1.02081 19.9623L5.02197 18.6739C6.5329 19.5425 8.246 20 10 20C15.5267 20 20 15.5275 20 10C20 4.47327 15.5275 0 10 0ZM10 18.4375C8.41568 18.4375 6.87134 17.9955 5.53391 17.1591C5.34149 17.0389 5.10254 17.0064 4.88022 17.0779L1.99188 18.0081L2.92206 15.1198C2.99255 14.9007 2.9628 14.6614 2.84073 14.4661C2.00455 13.1287 1.5625 11.5843 1.5625 10C1.5625 5.3476 5.3476 1.5625 10 1.5625C14.6524 1.5625 18.4375 5.3476 18.4375 10C18.4375 14.6524 14.6524 18.4375 10 18.4375ZM10.9766 10C10.9766 10.5392 10.5394 10.9766 10 10.9766C9.4606 10.9766 9.02344 10.5392 9.02344 10C9.02344 9.4606 9.4606 9.02344 10 9.02344C10.5394 9.02344 10.9766 9.4606 10.9766 10ZM14.8828 10C14.8828 10.5392 14.4456 10.9766 13.9062 10.9766C13.3669 10.9766 12.9297 10.5392 12.9297 10C12.9297 9.4606 13.3669 9.02344 13.9062 9.02344C14.4456 9.02344 14.8828 9.4606 14.8828 10ZM7.07031 10C7.07031 10.5392 6.63315 10.9766 6.09375 10.9766C5.5545 10.9766 5.11719 10.5392 5.11719 10C5.11719 9.4606 5.5545 9.02344 6.09375 9.02344C6.63315 9.02344 7.07031 9.4606 7.07031 10Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 0C4.47327 0 0 4.4725 0 10C0 11.754 0.457458 13.4671 1.32614 14.978L0.0376892 18.9792C-0.0521851 19.2581 0.0216675 19.5639 0.228882 19.7711C0.434113 19.9763 0.739136 20.0529 1.02081 19.9623L5.02197 18.6739C6.5329 19.5425 8.246 20 10 20C15.5267 20 20 15.5275 20 10C20 4.47327 15.5275 0 10 0ZM10 18.4375C8.41568 18.4375 6.87134 17.9955 5.53391 17.1591C5.34149 17.0389 5.10254 17.0064 4.88022 17.0779L1.99188 18.0081L2.92206 15.1198C2.99255 14.9007 2.9628 14.6614 2.84073 14.4661C2.00455 13.1287 1.5625 11.5843 1.5625 10C1.5625 5.3476 5.3476 1.5625 10 1.5625C14.6524 1.5625 18.4375 5.3476 18.4375 10C18.4375 14.6524 14.6524 18.4375 10 18.4375ZM10.9766 10C10.9766 10.5392 10.5394 10.9766 10 10.9766C9.4606 10.9766 9.02344 10.5392 9.02344 10C9.02344 9.4606 9.4606 9.02344 10 9.02344C10.5394 9.02344 10.9766 9.4606 10.9766 10ZM14.8828 10C14.8828 10.5392 14.4456 10.9766 13.9062 10.9766C13.3669 10.9766 12.9297 10.5392 12.9297 10C12.9297 9.4606 13.3669 9.02344 13.9062 9.02344C14.4456 9.02344 14.8828 9.4606 14.8828 10ZM7.07031 10C7.07031 10.5392 6.63315 10.9766 6.09375 10.9766C5.5545 10.9766 5.11719 10.5392 5.11719 10C5.11719 9.4606 5.5545 9.02344 6.09375 9.02344C6.63315 9.02344 7.07031 9.4606 7.07031 10Z"/></svg>');
}
.widget_recent_comments ul li span a {
  text-transform: none;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
}
.widget_recent_comments ul li > a {
  text-transform: none;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
}
.widget_tag_cloud .tagcloud {
  display: inline;
}
.widget_tag_cloud .tag-cloud-link {
  display: inline;
  position: relative;
  font-size: 16px !important;
  line-height: 1.5;
}
.widget_tag_cloud .tag-cloud-link::after {
  content: ",";
}
.widget_tag_cloud .tag-cloud-link:last-child::after {
  display: none;
}
.widget_rss .widget-title {
  padding-left: 25px;
}
.widget_rss .widget-title::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  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 d="M5.14286 15.4286C5.14286 16.1384 4.88839 16.7478 4.37946 17.2567C3.88393 17.7522 3.28125 18 2.57143 18C1.86161 18 1.25223 17.7522 0.743304 17.2567C0.247768 16.7478 0 16.1384 0 15.4286C0 14.7188 0.247768 14.1161 0.743304 13.6205C1.25223 13.1116 1.86161 12.8571 2.57143 12.8571C3.28125 12.8571 3.88393 13.1116 4.37946 13.6205C4.88839 14.1161 5.14286 14.7188 5.14286 15.4286ZM0 0V3.43527C2.00893 3.43527 3.89732 3.81696 5.66518 4.58036C7.43304 5.34375 8.97322 6.38839 10.2857 7.71429C11.6116 9.02679 12.6562 10.567 13.4196 12.3348C14.183 14.1027 14.5647 15.9911 14.5647 18H18C18 15.5223 17.5246 13.192 16.5737 11.0089C15.6362 8.8125 14.3504 6.90402 12.7165 5.28348C11.096 3.64955 9.1875 2.36384 6.99107 1.42634C4.80804 0.475446 2.47768 0 0 0ZM0 6.0067V9.42188C1.17857 9.42188 2.29018 9.64955 3.33482 10.1049C4.37946 10.5603 5.29018 11.1763 6.06696 11.9531C6.84375 12.7165 7.45313 13.6205 7.89509 14.6652C8.35045 15.7098 8.57813 16.8214 8.57813 18H11.9933C11.9933 16.3527 11.6786 14.7991 11.0491 13.3393C10.4196 11.8795 9.5625 10.6071 8.47768 9.52232C7.39286 8.4375 6.12054 7.58036 4.66071 6.95089C3.21429 6.32143 1.66071 6.0067 0 6.0067Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg"><path d="M5.14286 15.4286C5.14286 16.1384 4.88839 16.7478 4.37946 17.2567C3.88393 17.7522 3.28125 18 2.57143 18C1.86161 18 1.25223 17.7522 0.743304 17.2567C0.247768 16.7478 0 16.1384 0 15.4286C0 14.7188 0.247768 14.1161 0.743304 13.6205C1.25223 13.1116 1.86161 12.8571 2.57143 12.8571C3.28125 12.8571 3.88393 13.1116 4.37946 13.6205C4.88839 14.1161 5.14286 14.7188 5.14286 15.4286ZM0 0V3.43527C2.00893 3.43527 3.89732 3.81696 5.66518 4.58036C7.43304 5.34375 8.97322 6.38839 10.2857 7.71429C11.6116 9.02679 12.6562 10.567 13.4196 12.3348C14.183 14.1027 14.5647 15.9911 14.5647 18H18C18 15.5223 17.5246 13.192 16.5737 11.0089C15.6362 8.8125 14.3504 6.90402 12.7165 5.28348C11.096 3.64955 9.1875 2.36384 6.99107 1.42634C4.80804 0.475446 2.47768 0 0 0ZM0 6.0067V9.42188C1.17857 9.42188 2.29018 9.64955 3.33482 10.1049C4.37946 10.5603 5.29018 11.1763 6.06696 11.9531C6.84375 12.7165 7.45313 13.6205 7.89509 14.6652C8.35045 15.7098 8.57813 16.8214 8.57813 18H11.9933C11.9933 16.3527 11.6786 14.7991 11.0491 13.3393C10.4196 11.8795 9.5625 10.6071 8.47768 9.52232C7.39286 8.4375 6.12054 7.58036 4.66071 6.95089C3.21429 6.32143 1.66071 6.0067 0 6.0067Z"/></svg>');
}
.widget_rss .widget-title > a:first-child {
  display: none;
}
.widget_rss ul {
  margin-top: -2px;
}
.widget_rss ul li + li {
  margin-top: 29px;
  border-top: 1px solid #EAEAEA;
  padding-top: 31px;
}
.widget_rss ul li a.rsswidget {
  display: block;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
}
.widget_rss ul li .rss-date {
  display: block;
  margin-top: 15px;
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
}
.widget_rss ul li .rssSummary {
  margin-top: 4px;
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
}
.widget_rss ul li cite {
  display: block;
  margin-top: 16px;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.widget_search .search-form {
  position: relative;
}
.widget_search .search-form__field[type=search] {
  padding: 7px 20px 7px 0;
}
.widget_search button[type=submit] {
  position: absolute;
  border: none;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  right: 0;
}
.widget_search svg {
  width: 15px;
  height: 17px;
}
.widget_calendar .calendar_wrap {
  position: relative;
  margin: 25px 0 0;
}
.widget_calendar table {
  table-layout: fixed;
  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;
  font-weight: 400;
}
.widget_calendar thead th {
  height: 42px;
  font-weight: 500;
  font-size: 14px;
  line-height: 42px;
}
.widget_calendar caption {
  padding: 11px 0;
}
.widget_calendar th {
  padding: 0 5px;
}
.widget_calendar tbody td {
  border: none;
}
.widget_calendar tbody td,
.widget_calendar tbody td a {
  height: 36px;
  line-height: 42px;
}
.col-md-4.widget-area .widget_calendar tbody td,
.col-md-4.widget-area .widget_calendar tbody td a {
  height: 42px;
}
.widget_calendar tbody td a {
  display: block;
  width: 100%;
  max-width: 100%;
}
.widget_calendar tbody td#today {
  border: 1px solid #cccccc;
}
.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: 19px;
}
.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: 19px;
}
.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: 28px;
}
.widget_zemez_core_post_thumb ul li {
  padding-bottom: 27px;
  border-bottom: 1px solid #cccccc;
}
.widget_zemez_core_post_thumb ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.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: 17px;
  min-width: 80px;
}
.widget_zemez_core_post_thumb .post-thumbnail img {
  margin-bottom: 0;
}
.widget_zemez_core_post_thumb .recent_posts_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.widget_zemez_core_post_thumb .recent_post_title {
  display: block;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.widget_zemez_core_post_thumb .entry-meta {
  margin: 7px 0 5px;
  padding-left: 15px;
  font-size: 12px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.widget_zemez_core_post_thumb .entry-meta .entry-date {
  position: relative;
  font-weight: 400;
}
.widget_zemez_core_post_thumb .entry-meta .entry-date::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -15px;
  width: 10px;
  height: 10px;
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="M9.58333 0.833333H7.5V0H6.66667V0.833333H5.41667V0H4.58333V0.833333H3.33333V0H2.5V0.833333H0.416667C0.30616 0.833333 0.200179 0.877232 0.122039 0.955372C0.0438987 1.03351 0 1.13949 0 1.25V9.58333C0 9.69384 0.0438987 9.79982 0.122039 9.87796C0.200179 9.9561 0.30616 10 0.416667 10H9.58333C9.69384 10 9.79982 9.9561 9.87796 9.87796C9.9561 9.79982 10 9.69384 10 9.58333V1.25C10 1.13949 9.9561 1.03351 9.87796 0.955372C9.79982 0.877232 9.69384 0.833333 9.58333 0.833333ZM2.5 1.66667V2.5H3.33333V1.66667H4.58333V2.5H5.41667V1.66667H6.66667V2.5H7.5V1.66667H9.16667V2.91667H0.833333V1.66667H2.5ZM0.833333 9.16667V3.75H9.16667V9.16667H0.833333Z"/><path d="M2.5 5H3.5V6H2.5V5Z"/><path d="M4.5 5H5.5V6H4.5V5Z"/><path d="M6.5 5H7.5V6H6.5V5Z"/><path d="M6.5 7H7H7.5V8H6.5V7Z"/><path d="M4.5 7H5.5V8H4.5V7Z"/><path d="M2.5 7H3.5V8H2.5V7Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="M9.58333 0.833333H7.5V0H6.66667V0.833333H5.41667V0H4.58333V0.833333H3.33333V0H2.5V0.833333H0.416667C0.30616 0.833333 0.200179 0.877232 0.122039 0.955372C0.0438987 1.03351 0 1.13949 0 1.25V9.58333C0 9.69384 0.0438987 9.79982 0.122039 9.87796C0.200179 9.9561 0.30616 10 0.416667 10H9.58333C9.69384 10 9.79982 9.9561 9.87796 9.87796C9.9561 9.79982 10 9.69384 10 9.58333V1.25C10 1.13949 9.9561 1.03351 9.87796 0.955372C9.79982 0.877232 9.69384 0.833333 9.58333 0.833333ZM2.5 1.66667V2.5H3.33333V1.66667H4.58333V2.5H5.41667V1.66667H6.66667V2.5H7.5V1.66667H9.16667V2.91667H0.833333V1.66667H2.5ZM0.833333 9.16667V3.75H9.16667V9.16667H0.833333Z"/><path d="M2.5 5H3.5V6H2.5V5Z"/><path d="M4.5 5H5.5V6H4.5V5Z"/><path d="M6.5 5H7.5V6H6.5V5Z"/><path d="M6.5 7H7H7.5V8H6.5V7Z"/><path d="M4.5 7H5.5V8H4.5V7Z"/><path d="M2.5 7H3.5V8H2.5V7Z"/></svg>');
}
.widget .has-avatars.wp-block-latest-comments img {
  margin: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.widget .has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  padding-left: 18px;
  font-size: 16px;
}
.widget .has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.widget .has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
  padding-left: 18px;
}
@media (max-width: 1119px) {
  .widget .has-avatars.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
    padding-left: 31px;
  }
}

.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.wp-block-search .wp-block-search__inside-wrapper input.wp-block-search__input {
  padding: 7px 20px 7px 0;
  border: none;
  border-bottom: 1px solid #1B1B1B;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
  border: none;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  right: 0;
  background-color: transparent;
  padding: 0;
}
.wp-block-latest-comments__comment-date {
  font-size: inherit;
}
.wp-block-archives-list {
  margin-left: 0;
  list-style: none;
}
.wp-block-archives-list li {
  position: relative;
  padding-left: 0;
  font-weight: 500;
  line-height: 51px;
  font-size: 16px;
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-archives-list li:last-child {
  border: 0;
}
.wp-block-archives-list li a {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  line-height: 54px;
  font-size: 16px;
}
.wp-block-archives-list li a:before {
  content: "";
  display: none;
}
.wp-block-archives-list li a:hover {
  text-decoration: underline;
}
.wp-block-categories-list {
  margin-left: 0;
}
.wp-block-categories-list li {
  position: relative;
  padding-left: 22px;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
}
.wp-block-categories-list li + li {
  border-top: 1px solid #EAEAEA;
}
.wp-block-categories-list li + li li {
  border: 0;
}
.wp-block-categories-list li::marker {
  visibility: hidden;
  display: none;
  line-height: 0;
  font-size: 0;
}
.wp-block-categories-list li > a {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 28px;
  font-size: 16px;
}
.wp-block-categories-list li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.wp-block-categories-list li + li {
  margin-top: 2px;
}
.wp-block-categories-list li > ul {
  margin-left: 7px;
  margin-top: -2px;
  margin-bottom: 13px;
}
.wp-block-categories-list li > ul li {
  padding-left: 11px;
  line-height: 19px;
  border-bottom: 0;
}
.wp-block-categories-list li > ul li a {
  font-size: 16px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 30px;
}
.wp-block-categories-list li > ul li a:before {
  content: "";
  position: absolute;
  left: -19px;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.wp-block-categories-list li > ul li ul {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-categories-list li > ul li span {
  margin-top: 4px;
}
.wp-block-categories-list li span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 500;
}
.wp-block-latest-comments {
  margin-left: 0;
}
.wp-block-latest-comments__comment-author, .wp-block-latest-comments__comment-link {
  line-height: 27px;
  font-size: 16px;
  font-weight: 500;
}
.wp-block-latest-comments:not(.has-excerpts) .wp-block-latest-comments__comment-link {
  display: block;
  text-transform: none;
  font-weight: 500;
  line-height: 27px;
  font-size: 16px;
}
.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: 21px;
  font-size: 14px;
}
.wp-block-latest-posts__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-latest-posts__list li a {
  display: inline-block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 500;
  line-height: 27px;
  font-size: 16px;
}
.wp-block-latest-posts__list li a:hover {
  text-decoration: underline;
}
.wp-block-latest-posts__list li a + .wp-block-latest-posts__post-date {
  margin-bottom: 11px;
}
.wp-block-tag-cloud a {
  font-size: 16px !important;
}
.wp-block-search {
  margin-bottom: 30px;
}
.wp-block-pullquote.is-style-solid-color {
  padding: 0;
}
.wp-block-pullquote.is-style-solid-color .has-text-color {
  margin: 0;
  max-width: 100%;
  background-image: url(assets/images/bg_qwote.png);
  background-position: center;
}

/*--------------------------------------------------------------
# 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 15px 0;
}
p .alignleft > {
  margin-top: 30px;
  margin-bottom: 20px;
}

.alignright {
  margin: 0 0 15px 30px;
}
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: 14px;
  color: #3A3A3A;
}

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

.tag-gallery .entry-content .has-large-font-size {
  font-size: 36px;
}

.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 0.4rem 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: 639px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 10px;
  }
}

@media (max-width: 639px) {
  .wp-block-media-text {
    display: block;
  }
}
.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;
}

@media (max-width: 1119px) {
  .elementor-jet-services.jet-elements .jet-services.jet-services--header-position-left .jet-services__inner {
    -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;
  }
  .elementor-jet-services.jet-elements .jet-services.jet-services--header-position-left .jet-services__inner .jet-services__content .jet-services__title {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .elementor-jet-services.jet-elements .jet-services.jet-services--header-position-left .jet-services__inner {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .elementor-jet-services.jet-elements .jet-services.jet-services--header-position-left .jet-services__inner .jet-services__content .jet-services__title {
    margin-top: 0;
    text-align: left;
  }
}

.home_carousel.elementor-widget.elementor-widget-jet-carousel .jet-carousel__item-inner {
  padding: 61px 0;
  background-image: url("assets/images/custom_bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.home_carousel .jet-carousel .jet-arrow.prev-arrow {
  margin-left: -45px;
  z-index: 1;
}

.home_carousel .jet-carousel .jet-arrow.next-arrow {
  margin-right: -45px;
  z-index: 1;
}

/*--------------------------------------------------------------
## 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%;
}

.elementor-position-left .elementor-widget-container .elementor-image-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
.elementor-position-left .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content {
  padding-left: 20px;
}

.jet-woo-products .jet-woo-product-button {
  position: relative;
}

/*--------------------------------------------------------------
## 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%;
  }
}
/* custom checkbox wpcf7 */
.custom-checkbox .wpcf7-list-item {
  margin: -6px 0 0 32px;
}
.custom-checkbox .wpcf7-form-control-wrap .wpcf7-acceptance span label input {
  display: none;
}
.custom-checkbox .wpcf7-form-control-wrap .wpcf7-acceptance span label span {
  display: block;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #7D7D7D;
}
.custom-checkbox .wpcf7-form-control-wrap .wpcf7-acceptance span label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #F5F5F5;
  border: 0;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.custom-checkbox .wpcf7-form-control-wrap .wpcf7-acceptance span label span::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 4px;
  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>');
}
.custom-checkbox .wpcf7-form-control-wrap .wpcf7-acceptance span label input:checked ~ span::after {
  opacity: 1;
}
.custom-checkbox .wpcf7-form-control-wrap .wpcf7-acceptance span label input:checked ~ span::before {
  background: #86C471;
}

/*--------------------------------------------------------------
## 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 1.25rem 20px;
}
html#ecwid_html body#ecwid_body .ec-size div.ecwid-productBrowser {
  padding: 0 2.5rem 20px;
  background-color: transparent;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__wrap {
  padding: 1.25rem;
}
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 webion 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;
}
/*# sourceMappingURL=style.css.map */




body:not(.elementor-page) .site-content, body.single.elementor-page .site-content{
    margin-top: 0 !important;
}


body, h2, .h2-style, a, ul{
  font-family:  Roboto, sans-serif !important;
}

h2, .h2-style{
  font-weight:  600 !important;
  letter-spacing: 0 !important;
}

body{
  line-height:  1.2 !important;
  font-size: 18px !important;  
  font-weight: 400 !important;
}

.green{
  color: #008651;
}

.bold, strong{
  font-weight:  600;
}

.page-content ul{
    list-style-type: none;
    margin-bottom: 20px; 
    margin-left: 0 !important;
}

.page-content a{
  color: #303030;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: underline !important;
}

.entry-meta, .entry-meta a{
  letter-spacing: 0.1em !important;
}

.page-id-11615 .page-content a, .page-id-11959 .page-content a, 
.page-id-11571 .page-content a,
.page-id-12234 .page-content a{
  text-decoration: none !important;
}

.page-content a.elementor-button{
  text-decoration: none !important;
}

.page-content a:hover, .elementor-7862 .elementor-element.elementor-element-aac0c42 a:hover{
  color: #008651 !important;
  cursor: pointer;
  text-decoration: none !important;
}

.page-content ul li{
  display: block;
  padding-left: 10px;
  position: relative;
  font-weight:  400 !important;
  line-height: 1.2 !important;
  padding-bottom: 3px; }

.page-content ul li:before{
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #008651; }


.table{
	margin-bottom: 20px;	
}

.table div{
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
}

.table div:first-child{
  border-bottom: 1px solid #008651;
}

.table div span:not(:first-of-type){
  margin-left: 50px;
}

.table div:first-child span{
  font-weight:  600;
}

.table span{
    flex: 1;
}


table.table, .site-main table tbody tr:nth-child(2n+1){
	background-color: #fff;
}
table.table td{
	font-family: Roboto, sans-serif !important;
	line-height: 1.2 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}


table.table td{
	border-bottom: 1px solid #dfdfdf !important;
}

table.table td.bb-green{
	border-bottom: 1px solid #008651 !important;
}

table.table td.bb-grey{
	border-bottom: 1px solid #dfdfdf !important;
} 

.subpages__list{
	display: flex;
	gap: 20px;
  flex-wrap: wrap;
}

.page-content a.subpages__item{
	min-height: 200px;
	box-sizing: border-box;
  width: calc(33.33% - 14px);
	font-weight: 600 !important;
	text-decoration: none !important;
	text-align: center;
	padding: 35px 20px 80px; 
	border: 1px solid #dfdfdf;
	position: relative;
}

.subpages__item::after{
	display: block;
	content: '';
	height: 50px;
	width: 50px;
  left: calc(50% - 25px);
  bottom: 20px;
	position: absolute;
	background-color: #008551;
	border-radius: 50%;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNi4xIDEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNi4xIDEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZEMDE2O30NCjwvc3R5bGU+DQo8cGF0aCBpZD0iU2hhcGVfNDM4XyIgY2xhc3M9InN0MCIgZD0iTTEwLjEsMEw5LDEuMWw0LjIsNC4ySDB2MS41aDEzLjJMOSwxMC45bDEuMSwxLjFsNi02TDEwLjEsMHoiLz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
};

body .elementor-heading-title.elementor-size-default{
  margin: 0 !important;
}

.lang-item a{
	margin-right: 0 !important;
}

.elementor-8349 .elementor-element.elementor-element-194ffd2 > .elementor-widget-container{
	margin: 0 !important;
}


.elementor-8349 .elementor-element.elementor-element-7b842d9 {
    width: 95px;
}


.elementor-8349 .elementor-element.elementor-element-552c2e3 {
    width: calc(100% - 95px);
}

.elementor-8349 .elementor-element.elementor-element-194ffd2 {
    width: 100% !important;    
}

.elementor-8349 .elementor-element.elementor-element-194ffd2 .jet-menu .jet-menu-item.jet-current-menu-item .top-level-link {
    border-color: #fff !important;}

#toTop {
    background-color: #dfdfdf !important;
}

#toTop:before {
    background-color: #00864d !important;
}

.page-id-8296 .elementor-element-8da8038{
  display: none;
}

.elementor-8349 .elementor-element.elementor-element-194ffd2 .jet-menu .jet-menu-item.jet-current-menu-item .top-level-link{
  color: #303030 !important;
}

.elementor-8349 .elementor-element.elementor-element-6fc1564.jet-sticky-section--stuck{
    box-shadow: none;
}

.jet-logo__link img{
    width: 94px;
    transition: all 0.3s;
}

.elementor-widget-social-icons{
    display: none
}

.elementor-7983 .elementor-element.elementor-element-5132477 .elementor-element-populated a{
    color: #303030 !important;
    display: block;
    margin-top: 30px;
    transition: all 0.3s;
    text-decoration: underline;
}

.elementor-7983 .elementor-element.elementor-element-5132477 .elementor-element-populated a:hover{
    color: #008651 !important;
    text-decoration: none;
}

.elementor-8349 .elementor-element.elementor-element-194ffd2 .jet-menu ul.jet-sub-menu{
    width: max-content;
    max-width: 300px;
}

.elementor-7983 .elementor-element.elementor-element-5132477 .elementor-element-populated a{
    
}

.elementor-8349 .elementor-element.elementor-element-194ffd2 .jet-menu .jet-menu-item .top-level-link .jet-dropdown-arrow{
    display: none;
}

.elementor-8349 .elementor-element.elementor-element-6fc1564.jet-sticky-section--stuck .jet-logo__link img{
    width: 80px;
}

.v-text{
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-transform: scale(-1) translateX(0%);
    -ms-transform: scale(-1) translateX(0%);
    transform: scale(-1) translateX(0%);
}

.elementor-element-6825814 .sp-arrow.sp-previous-arrow{
    top: 0;
    bottom: -100px;
    right: 70px;
    left: auto;
}

.elementor-element-6825814 .sp-next-arrow{
    right: 0 !important;
}

.elementor-element-6825814 .elementor-button{
    position: relative;
}

.elementor-element-6825814 .st0{
    stroke: none;
    fill: #FFD016;
}

.elementor-element-6825814 .elementor-button:after{
    width: 35px;
    height: 16px;
    right: 0;
    position: absolute;
    content: '';
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzNSAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkQwMTY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxnIGlkPSJYTUxJRF8xNjZfIj4NCgk8bGluZSBpZD0iWE1MSURfMTcwXyIgY2xhc3M9InN0MCIgeDE9IjIuOSIgeTE9IjgiIHgyPSIzMS41IiB5Mj0iOCIvPg0KCTxsaW5lIGlkPSJYTUxJRF8xNjlfIiBjbGFzcz0ic3QwIiB4MT0iMjUuNiIgeTE9IjAuNyIgeDI9IjMyLjkiIHkyPSI3LjkiLz4NCgk8bGluZSBpZD0iWE1MSURfMTY4XyIgY2xhc3M9InN0MCIgeDE9IjMyLjkiIHkxPSI3LjkiIHgyPSIyNS43IiB5Mj0iMTUuMSIvPg0KPC9nPg0KPC9zdmc+DQo=);
}

.site-footer{
    margin-top: 30px;
}

.page-id-7862 .site-footer {
  margin-top: 0;
}

.elementor-8349 .elementor-element.elementor-element-6fc1564.jet-sticky-section--stuck {
  padding: 10px 0px 10px 0px !important;}

.elementor-8349 .elementor-element.elementor-element-194ffd2 .jet-menu ul.jet-sub-menu{
  padding: 35px 0px 16px 0px !important;
  margin: 0 !important;
}

.elementor-8349 .elementor-element.elementor-element-194ffd2 .jet-menu li.jet-sub-menu-item.jet-current-menu-item .sub-level-link {
    color: #008651 !important;
}

.elementor-8349 .elementor-element.elementor-element-194ffd2 .jet-menu .jet-menu-item.jet-current-menu-item .top-level-link:hover{
  border-bottom: 1px solid #008651 !important;
}

.elementor-8349 .elementor-element.elementor-element-309b2ef .jet-breadcrumbs__title{
  text-align: left !important;
}

.jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-justify .jet-breadcrumbs__content{
  text-align: right !important;
}

a.pdf, a.doc, a.xlsx{
    padding-left: 45px;
    color: #303030;
    line-height: 45px;
    display: block;
    margin: 10px 55px 10px 0;
    position: relative;
    text-decoration: underline;
}

a.pdf:before, a.doc:before, a.xlsx:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 43px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzOCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzggNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMDg2NTE7fQ0KCS5zdDF7ZmlsbDojMDA4NjUxO30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzcuNywxMC44MkwyNy4zNiwwLjQ4Yy0wLjE5LTAuMTktMC40Ni0wLjMtMC43My0wLjNINC45M2MtMi4yOCwwLTQuMTMsMS44NS00LjEzLDQuMTN2NDEuMzQNCgkJYzAsMi4yOCwxLjg1LDQuMTMsNC4xMyw0LjEzaDI4Ljk0YzIuMjgsMCw0LjEzLTEuODUsNC4xMy00LjEzdi0zNC4xQzM4LDExLjI3LDM3Ljg5LDExLjAxLDM3LjcsMTAuODJ6IE0yNy42NiwzLjcxbDYuODEsNi44MQ0KCQloLTQuNzRjLTEuMTQsMC0yLjA3LTAuOTMtMi4wNy0yLjA3VjMuNzF6IE0zMy44Nyw0Ny43Mkg0LjkzYy0xLjE0LDAtMi4wNy0wLjkzLTIuMDctMi4wN1Y0LjMxYzAtMS4xNCwwLjkzLTIuMDcsMi4wNy0yLjA3SDI1LjYNCgkJdjYuMmMwLDIuMjgsMS44NSw0LjEzLDQuMTMsNC4xM2g2LjJ2MzMuMDdDMzUuOTMsNDYuNzksMzUsNDcuNzIsMzMuODcsNDcuNzJ6Ii8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTI3LjY2LDMwLjE1Yy0wLjQyLDAtMS41MywwLjEyLTMsMC4zN2MtMC45Ni0wLjc1LTEuODctMS41My0yLjQ3LTIuMTNjLTAuNzktMC43OS0xLjQ5LTEuNTUtMi4xLTIuMjgNCgkJYzAuOTUtMi45NCwxLjM3LTQuNDUsMS4zNy01LjI2YzAtMy40My0xLjI0LTQuMTMtMy4xLTQuMTNjLTEuNDEsMC0zLjEsMC43My0zLjEsNC4yM2MwLDEuNTQsMC44NCwzLjQxLDIuNTIsNS41OQ0KCQljLTAuNDEsMS4yNS0wLjg5LDIuNjktMS40Myw0LjMyYy0wLjI2LDAuNzgtMC41NCwxLjUtMC44NCwyLjE3Yy0wLjI0LDAuMTEtMC40OCwwLjIyLTAuNzEsMC4zM2MtMC44MiwwLjQxLTEuNiwwLjc4LTIuMzMsMS4xMg0KCQlDOS4xOCwzNi4wNCw3LDM3LjA4LDcsMzkuMTJjMCwxLjQ4LDEuNjEsMi40LDMuMSwyLjRjMS45MiwwLDQuODItMi41Nyw2Ljk0LTYuODljMi4yLTAuODcsNC45My0xLjUxLDcuMDktMS45MQ0KCQljMS43MywxLjMzLDMuNjQsMi42LDQuNTcsMi42YzIuNTYsMCwzLjEtMS40OCwzLjEtMi43MkMzMS44LDMwLjE1LDI5LjAxLDMwLjE1LDI3LjY2LDMwLjE1eiBNMTAuMSwzOS40NQ0KCQljLTAuNTksMC0wLjk5LTAuMjgtMS4wMy0wLjMzYzAtMC43MywyLjE4LTEuNzcsNC4zLTIuNzdjMC4xMy0wLjA2LDAuMjctMC4xMywwLjQxLTAuMTlDMTIuMjIsMzguNDEsMTAuNjgsMzkuNDUsMTAuMSwzOS40NXoNCgkJIE0xNy4zMywyMC45NWMwLTIuMTcsMC42Ny0yLjE3LDEuMDMtMi4xN2MwLjczLDAsMS4wMywwLDEuMDMsMi4wN2MwLDAuNDQtMC4yOSwxLjUzLTAuODIsMy4yMw0KCQlDMTcuNzYsMjIuODMsMTcuMzMsMjEuNzYsMTcuMzMsMjAuOTV6IE0xOC4xMiwzMi4wNWMwLjA2LTAuMTgsMC4xMy0wLjM2LDAuMTktMC41NGMwLjM4LTEuMTUsMC43My0yLjE4LDEuMDQtMy4xMQ0KCQljMC40MywwLjQ3LDAuODksMC45NiwxLjM5LDEuNDVjMC4xOSwwLjE5LDAuNjcsMC42MywxLjMxLDEuMThDMjAuNzcsMzEuMywxOS40MiwzMS42NCwxOC4xMiwzMi4wNXogTTI4Ljc3LDMzLjI2DQoJCWMtMC4yOC0wLjA2LTAuOTMtMC40NC0xLjc0LTAuOTljMC4yOS0wLjAzLDAuNTEtMC4wNSwwLjYzLTAuMDVjMS41MywwLDEuOTYsMC4xNSwyLjA3LDAuMzhDMjkuNzMsMzMuMDYsMjkuNzMsMzMuMjUsMjguNzcsMzMuMjZ6Ig0KCQkvPg0KPC9nPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;	
}

a.doc:before{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMiA0MyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgNDM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMDg1NTE7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMS43LDkuM2wtOC45LTguOWMtMC4yLTAuMi0wLjQtMC4zLTAuNi0wLjNIMy41QzEuNiwwLjIsMCwxLjgsMCwzLjd2MzUuNmMwLDIsMS42LDMuNiwzLjYsMy42aDI0LjkNCgkJYzIsMCwzLjYtMS42LDMuNi0zLjZWMTBDMzIsOS43LDMxLjksOS41LDMxLjcsOS4zeiBNMjMuMSwzLjJMMjksOS4xaC00LjFjLTEsMC0xLjgtMC44LTEuOC0xLjhWMy4yeiBNMjguNCw0MS4xSDMuNQ0KCQljLTEsMC0xLjgtMC44LTEuOC0xLjhWMy43YzAtMSwwLjgtMS44LDEuOC0xLjhoMTcuOHY1LjNjMCwyLDEuNiwzLjYsMy42LDMuNmg1LjN2MjguNEMzMC4yLDQwLjMsMjkuNCw0MS4xLDI4LjQsNDEuMXoiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05LjIsMzQuN2wtNC0xOC4yaDMuMmwxLjYsOC4zYzAuNCwyLjIsMC44LDQuNSwxLjEsNi40aDBjMC4zLTEuOSwwLjctNC4xLDEuMi02LjRsMS44LTguMmgzLjJsMS42LDguNA0KCQljMC40LDIuMiwwLjgsNC4yLDEsNi4yaDBjMC4zLTIsMC43LTQuMSwxLjEtNi4zbDEuNy04LjJoMy4xbC00LjQsMTguMmgtMy4ybC0xLjctOC42Yy0wLjQtMi4xLTAuNy0zLjgtMC45LTUuOGgwDQoJCWMtMC4zLDEuOS0wLjYsMy43LTEuMSw1LjhsLTEuOSw4LjZIOS4yeiIvPg0KPC9nPg0KPC9zdmc+DQo=);
}

a.xlsx:before{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMiA0MyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgNDM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMDg1NTE7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMS43LDkuM2wtOC45LTguOWMtMC4yLTAuMi0wLjQtMC4zLTAuNi0wLjNIMy41QzEuNiwwLjIsMCwxLjgsMCwzLjd2MzUuNmMwLDIsMS42LDMuNiwzLjYsMy42aDI0LjkNCgkJYzIsMCwzLjYtMS42LDMuNi0zLjZWMTBDMzIsOS43LDMxLjksOS41LDMxLjcsOS4zeiBNMjMuMSwzLjJsNS45LDUuOWgtNC4xYy0xLDAtMS44LTAuOC0xLjgtMS44VjMuMnogTTI4LjQsNDEuMUgzLjUNCgkJYy0xLDAtMS44LTAuOC0xLjgtMS44VjMuN2MwLTEsMC44LTEuOCwxLjgtMS44aDE3Ljh2NS4zYzAsMiwxLjYsMy42LDMuNiwzLjZoNS4zdjI4LjRDMzAuMiw0MC4zLDI5LjQsNDEuMSwyOC40LDQxLjF6Ii8+DQoJPGc+DQoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOS4yLDM0LjhsLTItMy43Yy0wLjgtMS40LTEuMy0yLjQtMS44LTMuNWgtMC4xYy0wLjQsMS4xLTAuOSwyLjEtMS43LDMuNWwtMS44LDMuN0g3LjlsNS41LTkuM2wtNS4yLTkuMUgxMg0KCQkJbDIsMy44YzAuNiwxLjEsMSwyLjEsMS41LDMuMWgwLjFjMC41LTEuMSwwLjktMiwxLjQtMy4xbDItMy44aDMuOWwtNS40LDlsNS42LDkuNEgxOS4yeiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
}

.block{
  display: block;
}


@media only screen and (max-width: 767px) {
.fullblock{
    margin-bottom: 30px !important;
  }

.flex{
  flex-wrap: wrap;
}

.elementor-widget-image a {
   width: 100%;
}

    .v-text{
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -webkit-text-orientation: horizontal-tb;
    text-orientation: inherit;
    -webkit-transform: scale(1) translateX(0%);
    -ms-transform: scale(1) translateX(0%);
    transform: scale(1) translateX(0%);
}

.elementor-8296 .elementor-element.elementor-element-a425ca1 .jet-slider__content-inner,
.elementor-11805 .elementor-element.elementor-element-a425ca1 .jet-slider__content-inner{
    padding: 0 !important;
    border-radius: 0 !important;
}



.elementor-8296 .elementor-element.elementor-element-a425ca1 .jet-slider .slider-pro .jet-slider__content-inner,
.elementor-11805 .elementor-element.elementor-element-a425ca1 .jet-slider .slider-pro .jet-slider__content-inner{
    max-width: 100% !important;
}

.elementor-8296 .elementor-element.elementor-element-a425ca1 .jet-slider .slider-pro .jet-slider__content-inner, .elementor-8296 .elementor-element.elementor-element-a425ca1 .jet-slider__desc,
.elementor-11805 .elementor-element.elementor-element-a425ca1 .jet-slider .slider-pro .jet-slider__content-inner, .elementor-11805 .elementor-element.elementor-element-a425ca1 .jet-slider__desc{  
 padding: 10px !important;}

.elementor-8296 .elementor-element.elementor-element-a425ca1 .jet-slider__title,
.elementor-11805 .elementor-element.elementor-element-a425ca1 .jet-slider__title{
    text-align: left !important;
    font-size: 36px !important;
    font-weight: 400 !important;
    padding: 0px 0px 0px 10px !important;
    margin: 020% 0% 0% 0% !important;
}

/*.elementor-element-6825814 .sp-arrow{*/
/*    display: none;*/
/*}*/

.elementor-8296 .elementor-element.elementor-element-a425ca1 .jet-slider__content-item,
.elementor-11805 .elementor-element.elementor-element-a425ca1 .jet-slider__content-item{
    height: 100% !important;}
    
.elementor-8296 .elementor-element.elementor-element-a425ca1 .jet-slider__icon .jet-slider-icon-inner,
.elementor-11805 .elementor-element.elementor-element-a425ca1 .jet-slider__icon .jet-slider-icon-inner{
    margin: 0 auto !important;
}

h5, .h5-style{
    line-height: 1.2;
}

.elementor-8296 .elementor-element.elementor-element-a425ca1 .jet-slider__button-wrapper,
.elementor-11805 .elementor-element.elementor-element-a425ca1 .jet-slider__button-wrapper{
    text-align: left;
    padding-left: 10px;
}

.elementor-8296 .elementor-element.elementor-element-2ac04c8 .elementor-heading-title,
.elementor-11805 .elementor-element.elementor-element-2ac04c8 .elementor-heading-title{
    font-size: 25px;
    line-height: 1.2;
}

.elementor-8296 .elementor-element.elementor-element-2ac04c8 > .elementor-widget-container,
.elementor-11805 .elementor-element.elementor-element-2ac04c8 > .elementor-widget-container{
    padding: 50px 0 0 0;
}

.elementor-8296 .elementor-element.elementor-element-6825814,
.elementor-11805 .elementor-element.elementor-element-6825814{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 10px 0px 10px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 0 0 10px 0;
}

.elementor-8296 .elementor-element.elementor-element-ca64253 > .elementor-element-populated,
.elementor-11805 .elementor-element.elementor-element-ca64253 > .elementor-element-populated{
    padding: 0px;
}

.elementor-8296 .elementor-element.elementor-element-a2a29b5,
.elementor-11805 .elementor-element.elementor-element-a2a29b5{
    padding: 50px 10px 0px 10px;
}

.elementor-8296 .elementor-element.elementor-element-a425ca1 .jet-slider,
.elementor-11805 .elementor-element.elementor-element-a425ca1 .jet-slider{
    padding: 0px 0px 110px 0px;
}

.elementor-element-ca64253{
    margin-bottom: 30px;
}

.elementor-8296 .elementor-element.elementor-element-bb9f7f9 > .elementor-element-populated,
.elementor-11805 .elementor-element.elementor-element-bb9f7f9 > .elementor-element-populated{
    padding: 0px 0px 30px 0px;
}


}