@charset "UTF-8";
/*!
Theme Name:   Zipli
Theme URI:    https://demo2.wpopal.com/zipli/
Author:       Opalthemes
Author URI:   https://wpopal.com/
Description:  Zipli - Outdoor Adventures WordPress Theme is a great theme designed for outdoor adventure, mountain, coastal and activity centres full of amazing activities for schools, families and groups.
Version:      1.0.4
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  zipli
Tested up to: 6.6
Requires PHP: 7.4
Tags:         activities, adventure, backpacking, camping, climbing, fishing, hiking, nature, outdoors, responsive, running, sports, travel, trekking, vacation
*/
@font-face {
  font-family: "Hiatus";
  src: url("./assets/fonts/new/Hiatus.eot");
  src: url("./assets/fonts/new/Hiatus.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/new/Hiatus.woff2") format("woff2"), url("./assets/fonts/new/Hiatus.woff") format("woff"), url("./assets/fonts/new/Hiatus.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
	1.1 Typography
	1.2 Global styles
2.0 Header
	2.1 Main Naivgation
	2.2 Vertical Naivgation
	2.3 Mega menu
3.0 Main content area
	3.1 Content (posts etc)
4.0 Footer
5.0 Alignment
6.0 Accessiblity
7.0 Clearing
8.0 Tables
9.0 404 Styles
10.0 Comments
11.0 Forms
12.0 Media
	12.1 Galleries
13.0 Captions
14.0 Pagination
15.0 Widgets
16.0 Layout
17.0 Utilities
18.0 Slick Carousel
19.0 Icons
--------------------------------------------------------------*/
/*-------------------------------------------------------------
1.0 Normalize
normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

::selection {
  text-shadow: none;
  color: #fff;
  background: var(--primary);
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: var(--accent);
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
:root {
  --primary: #62C03A;
  --primary_hover: #57AC34;
  --text: #094D52;
  --text_light: #6E8284;
  --accent: #000000;
  --border: #DCDBD1;
  --background: #FFFEF0;
  --background_light: #F3F5FA;
  --white: #ffffff;
  --e-global-typography-text-font-family: "Pathway Extreme", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --e-global-typography-accent-font-family: "Big Shoulders Display", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --container: 1320px;
  --gutter-width: 30px;
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--background);
  overflow-x: hidden;
  overflow-x: clip;
}

body,
button,
input,
textarea {
  font-size: 16px;
  line-height: 1.625;
  text-rendering: optimizeLegibility;
  color: var(--text);
  font-family: var(--e-global-typography-text-font-family);
}

select {
  color: initial;
  max-width: 100%;
  font-family: var(--e-global-typography-text-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.3819820591em;
  font-weight: 800;
  color: var(--text);
  font-family: var(--e-global-typography-accent-font-family);
}
h1.has-small-font-size,
h2.has-small-font-size,
h3.has-small-font-size,
h4.has-small-font-size,
h5.has-small-font-size,
h6.has-small-font-size {
  letter-spacing: 0;
}

h1,
.alpha {
  font-size: clamp(60px, 6.5vmax, 90px);
  line-height: 1;
}

h2,
.beta {
  font-size: clamp(50px, 5.5vmax, 70px);
  line-height: 1.0857142857;
}

h3,
.gamma {
  font-size: clamp(40px, 5.5vmax, 50px);
  line-height: 1.16;
}

h4,
.delta {
  font-size: 38px;
  line-height: 1.1578947368;
}

h5,
.omega {
  font-size: 26px;
  line-height: 1.3076923077;
}

h6,
.sigma {
  font-size: 20px;
  line-height: 1.3;
}

.alpha,
.beta,
.gamma,
.delta {
  display: block;
}

p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 1em;
}

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

p {
  margin: 0 0 1em;
}

ul,
ol {
  margin: 0 0 1em 3em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dd {
  margin: 0 0 1.41575em;
}

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

blockquote {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6666666667;
}
blockquote p {
  position: relative;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

address {
  margin: 0 0 1em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em;
}

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

mark,
ins {
  text-decoration: none;
  background: transparent;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.41575em;
  width: 100%;
}

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

a {
  color: var(--text);
  text-decoration: none;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--primary);
}

:focus {
  outline: none;
}

.zipli-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

.hidden {
  display: none !important;
}

/*-------------------------------------------------------------
1.2 Global styles
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bg-primary {
  background-color: var(--primary);
}

.shape-primary .elementor-shape-fill {
  fill: primary;
}

.color-primary {
  color: var(--primary);
}

.outline-primary {
  outline-color: primary;
}

.bd-primary {
  border-color: var(--primary);
}

.bd-t-primary {
  border-top-color: var(--primary);
}

.bd-b-primary {
  border-bottom-color: var(--primary);
}

.bd-r-primary {
  border-right-color: var(--primary);
}

.bd-l-primary {
  border-left-color: var(--primary);
}

.bg-primary_hover {
  background-color: var(--primary_hover);
}

.shape-primary_hover .elementor-shape-fill {
  fill: primary_hover;
}

.color-primary_hover {
  color: var(--primary_hover);
}

.outline-primary_hover {
  outline-color: primary_hover;
}

.bd-primary_hover {
  border-color: var(--primary_hover);
}

.bd-t-primary_hover {
  border-top-color: var(--primary_hover);
}

.bd-b-primary_hover {
  border-bottom-color: var(--primary_hover);
}

.bd-r-primary_hover {
  border-right-color: var(--primary_hover);
}

.bd-l-primary_hover {
  border-left-color: var(--primary_hover);
}

.bg-tertiary {
  background-color: var(--tertiary);
}

.shape-tertiary .elementor-shape-fill {
  fill: tertiary;
}

.color-tertiary {
  color: var(--tertiary);
}

.outline-tertiary {
  outline-color: tertiary;
}

.bd-tertiary {
  border-color: var(--tertiary);
}

.bd-t-tertiary {
  border-top-color: var(--tertiary);
}

.bd-b-tertiary {
  border-bottom-color: var(--tertiary);
}

.bd-r-tertiary {
  border-right-color: var(--tertiary);
}

.bd-l-tertiary {
  border-left-color: var(--tertiary);
}

.bg-body {
  background-color: var(--body);
}

.shape-body .elementor-shape-fill {
  fill: body;
}

.color-body {
  color: var(--body);
}

.outline-body {
  outline-color: body;
}

.bd-body {
  border-color: var(--body);
}

.bd-t-body {
  border-top-color: var(--body);
}

.bd-b-body {
  border-bottom-color: var(--body);
}

.bd-r-body {
  border-right-color: var(--body);
}

.bd-l-body {
  border-left-color: var(--body);
}

.bg-heading {
  background-color: var(--heading);
}

.shape-heading .elementor-shape-fill {
  fill: heading;
}

.color-heading {
  color: var(--heading);
}

.outline-heading {
  outline-color: heading;
}

.bd-heading {
  border-color: var(--heading);
}

.bd-t-heading {
  border-top-color: var(--heading);
}

.bd-b-heading {
  border-bottom-color: var(--heading);
}

.bd-r-heading {
  border-right-color: var(--heading);
}

.bd-l-heading {
  border-left-color: var(--heading);
}

.bg-border {
  background-color: var(--border);
}

.shape-border .elementor-shape-fill {
  fill: border;
}

.color-border {
  color: var(--border);
}

.outline-border {
  outline-color: border;
}

.bd-border {
  border-color: var(--border);
}

.bd-t-border {
  border-top-color: var(--border);
}

.bd-b-border {
  border-bottom-color: var(--border);
}

.bd-r-border {
  border-right-color: var(--border);
}

.bd-l-border {
  border-left-color: var(--border);
}

.bg-background {
  background-color: var(--background);
}

.shape-background .elementor-shape-fill {
  fill: background;
}

.color-background {
  color: var(--background);
}

.outline-background {
  outline-color: background;
}

.bd-background {
  border-color: var(--background);
}

.bd-t-background {
  border-top-color: var(--background);
}

.bd-b-background {
  border-bottom-color: var(--background);
}

.bd-r-background {
  border-right-color: var(--background);
}

.bd-l-background {
  border-left-color: var(--background);
}

.lazyloaded {
  transition: all 0.3s !important;
}

body.home #page .zipli-breadcrumb {
  display: none;
}
#page .site-content {
  margin-top: 80px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  #page .site-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.elementor-page #page .site-content {
  margin-top: 0;
  margin-bottom: 0;
}

/*-------------------------------------------------------------
1.3 Grid
--------------------------------------------------------------*/
.col-full {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.col-full:after {
  content: " ";
  display: block;
  clear: both;
}
.col-full::before, .col-full::after {
  content: "";
  display: table;
}
.col-full::after {
  clear: both;
}
.col-full [data-elementor-type=wp-page] {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

[class*=" grid-columns-"], [class^=grid-columns-] {
  gap: var(--gutter-width);
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .grid-columns-tablet-1 {
    grid-template-columns: repeat(1, 1fr);
  }

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

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

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

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

  .grid-columns-tablet-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-columns-desktop-1 {
    grid-template-columns: repeat(1, 1fr);
  }

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

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

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

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

  .grid-columns-desktop-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
  margin-top: 0;
  margin-bottom: 0;
}

.hide {
  display: none !important;
}

@media (min-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tablet-hide-down {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .desktop-hide-down {
    display: none !important;
  }
}
.d-none {
  display: none;
}

/*-------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
.site-header {
  background-position: center center;
  position: relative;
  z-index: 996;
  background-color: #ffffff;
}
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  display: block;
  margin-bottom: 0;
}
.site-header .widget {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .site-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#masthead {
  transition: background-color ease 0.5s;
}

.site-branding {
  display: block;
  clear: both;
}
.site-branding .custom-logo-link + .site-branding-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.site-branding img {
  height: auto;
  margin: auto;
}
.site-branding .site-title {
  font-size: 2em;
  margin: 0;
  font-family: var(--e-global-typography-accent-font-family);
}
.site-branding .site-description {
  font-size: 0.875em;
  display: none;
}
.site-branding .logo {
  margin: 0;
}

.site-header-account {
  position: relative;
}
@media (max-width: 1024px) {
  .site-header-account {
    display: none;
  }
}
.site-header-account > a {
  white-space: nowrap;
  display: flex;
}
.site-header-account > a > span {
  margin-left: 10px;
}
.site-header-account > a:hover {
  text-decoration: none;
}
.site-header-account .login-form-title {
  font-size: 18px;
  color: #333 !important;
  margin-bottom: 0;
}
.site-header-account .account-dropdown {
  text-align: left;
  right: 0;
  top: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  margin-top: 15px;
}
.site-header-account .account-dropdown .result-error {
  margin: 1em 0;
  font-size: 14px;
  color: red;
}
.site-header-account .account-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: var(--border);
}
#elementor-sidebar .site-header-account .account-dropdown {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right .account-wrap:before {
  left: 20px;
  right: unset;
}
.site-header-account .account-dropdown.justify {
  right: 50%;
  transform: translateX(50%);
}
.site-header-account .account-dropdown.justify .account-wrap:before {
  right: 50%;
  transform: translateX(50%) rotate(45deg);
}
.site-header-account .account-dropdown a.register-link, .site-header-account .account-dropdown a.lostpass-link {
  font-size: 14px;
}
.site-header-account .account-dropdown a.register-link:hover, .site-header-account .account-dropdown a.lostpass-link:hover {
  color: var(--accent);
}
.site-header-account .account-dropdown a.lostpass-link {
  text-decoration: underline dotted;
}
.site-header-account .account-dropdown label {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.5;
}
.site-header-account .account-dropdown p {
  margin-bottom: 10px;
}
.site-header-account .account-dropdown input {
  line-height: normal !important;
  width: 100%;
}
.site-header-account .account-dropdown button {
  text-transform: uppercase;
  z-index: 1;
  width: 100%;
  line-height: 1.5;
  margin-top: 5px;
}
.site-header-account .account-dropdown .account-wrap {
  display: block !important;
  position: relative;
  background-color: var(--background);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  border-width: 1px;
  border-style: solid;
  border-color: var(--border);
}
.site-header-account .account-dropdown .login-form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.site-header-account .account-dropdown .login-form-bottom {
  text-align: right;
}
.site-header-account .account-dropdown .zipli-login-form-ajax {
  margin-bottom: 5px;
}
.site-header-account .account-dropdown .account-inner {
  width: 320px;
  padding: 20px;
  max-height: 500px;
  overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
  padding: 20px 0;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
  width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
  list-style: none;
  margin: 0;
}
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
  width: 100%;
  text-align: left;
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  display: block;
  padding: 7px 30px;
}
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
  color: var(--accent);
  background-color: rgba(0, 0, 0, 0.035);
  text-decoration: none;
}

@media (max-width: 1024px) {
  .site-header-search {
    display: none;
  }
}
.site-header-search > a {
  white-space: nowrap;
  display: block;
}
.site-header-search > a i {
  font-size: 20px;
  color: var(--primary);
}
.site-header-search > a:hover i {
  color: var(--primary);
}

.header-main {
  display: flex;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 1024px) {
  .header-main {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: space-between;
    min-height: 75px;
  }
  .header-main .header-center {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 1023px) {
  .header-group-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-group-action .site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.header-group-action .site-header-account a i {
  font-size: 16px;
  color: var(--accent);
}
.header-group-action .site-header-account a:hover i {
  color: var(--primary);
}
.header-group-action .site-header-wishlist a i {
  font-size: 24px;
  color: var(--accent);
}
.header-group-action .site-header-wishlist a:hover {
  text-decoration: none;
}
.header-group-action .site-header-wishlist a:hover i {
  color: var(--primary);
}
.header-group-action .site-header-wishlist a .count {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  color: var(--accent);
  vertical-align: middle;
}
.header-group-action .site-header-wishlist a .count.hide {
  display: none;
}

.header-1 {
  border-bottom: 1px solid var(--border);
}
.home .header-1 {
  margin-bottom: 0;
}
.header-1 .header-main {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .header-1 .header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.header-1 .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-1 .header-right .header-group-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-1 .header-right .header-group-action.left {
  justify-content: flex-start;
}
.header-1 .header-right .header-group-action.center {
  justify-content: center;
}
.header-1 .header-right .header-group-action > div {
  position: relative;
  text-align: center;
}
.header-1 .header-right .header-group-action > div > a {
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-1 .header-right .header-group-action > div:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .header-1 .site-branding {
    text-align: left;
    margin-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header-1 .site-branding img {
  width: 126px;
}
@media (max-width: 1120px) {
  .header-1 .order-wrap {
    display: none;
  }
}

@media (min-width: 1024px) {
  body.zipli-header-side {
    width: calc(100vw - 350px);
    max-width: calc(100vw - 350px);
    margin-left: auto;
  }
  body.zipli-header-side .header-sticky {
    display: none;
  }

  .header-side {
    position: fixed;
    width: 350px;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #fff;
    display: flex;
  }
  .header-side .header-container {
    display: flex;
    flex-direction: column;
    padding: 50px 30px;
  }
  .admin-bar .header-side .header-container {
    padding: 80px 30px 50px;
  }
  .header-side .header-container > * {
    display: flex;
    flex-direction: column;
  }
  .header-side .header-top {
    justify-content: center;
    margin-bottom: auto;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-side .header-bottom {
    margin-top: auto;
    margin-bottom: auto;
  }
  .header-side .site-branding {
    margin-bottom: 50px;
  }
  .header-side .site-branding img {
    margin: auto;
  }
  .header-side .main-navigation ul li {
    float: unset;
    display: block;
    text-align: center;
  }
  .header-side .main-navigation ul.menu > li > a,
.header-side .main-navigation ul.nav-menu > li > a {
    padding: 5px;
  }
}
.search-popup-active {
  overflow: hidden;
}

.site-search-popup.active .site-search-popup-wrap .site-search {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}

.elementor-popup-parent-yes {
  position: relative;
}

.site-search-popup {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  min-height: 80px;
  background-color: #fff;
  transition: opacity 0.3s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.site-search-popup.active {
  pointer-events: auto;
}
.site-search-popup.fadein {
  animation: cover_search_fade_in 0.3s ease both;
}
.site-search-popup.fadeout {
  animation: cover_search_fade_out 0.3s ease both;
}
.site-search-popup .site-search-popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .site-search-popup .site-search-popup-wrap {
    padding: 0 60px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close svg {
  display: block;
  margin-left: 10px;
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close .close-icon:hover line,
.site-search-popup .site-search-popup-wrap .site-search-popup-close .close-icon:hover path {
  animation: opal-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close .close-icon:hover path {
  animation-delay: 0.1s;
}
.site-search-popup .site-search-popup-wrap .widget_search form button[type=submit], .site-search-popup .site-search-popup-wrap .site-search form button[type=submit] {
  display: none;
}
.site-search-popup .site-search-popup-wrap .widget_search form input[type=text], .site-search-popup .site-search-popup-wrap .widget_search form input[type=search], .site-search-popup .site-search-popup-wrap .site-search form input[type=text], .site-search-popup .site-search-popup-wrap .site-search form input[type=search] {
  border: none;
  font-size: 16px;
}
@media (min-width: 768px) {
  .site-search-popup .site-search-popup-wrap .widget_search form input[type=text], .site-search-popup .site-search-popup-wrap .widget_search form input[type=search], .site-search-popup .site-search-popup-wrap .site-search form input[type=text], .site-search-popup .site-search-popup-wrap .site-search form input[type=search] {
    font-size: 16px;
  }
  .site-search-popup .site-search-popup-wrap .widget_search form input[type=text]::placeholder, .site-search-popup .site-search-popup-wrap .widget_search form input[type=search]::placeholder, .site-search-popup .site-search-popup-wrap .site-search form input[type=text]::placeholder, .site-search-popup .site-search-popup-wrap .site-search form input[type=search]::placeholder {
    font-size: 16px;
    color: var(--primary);
  }
}
.site-search-popup .site-search-popup-wrap .widget_search form input[type=text]:focus::placeholder, .site-search-popup .site-search-popup-wrap .widget_search form input[type=search]:focus::placeholder, .site-search-popup .site-search-popup-wrap .site-search form input[type=text]:focus::placeholder, .site-search-popup .site-search-popup-wrap .site-search form input[type=search]:focus::placeholder {
  opacity: 1;
}
.site-search-popup .site-search-popup-wrap .site-search {
  display: block;
  width: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.site-search-popup .site-search-popup-wrap .site-search .widget {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
  max-height: 50vh;
}

body > .site-search-popup .site-search-popup-wrap {
  padding-top: 60px;
  align-items: flex-start;
}
body > .site-search-popup .search-by-category .input-dropdown-inner > a {
  margin-right: 0;
}
body > .site-search-popup .site-search-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

@keyframes opal-draw {
  0%, 100% {
    clip-path: inset(0 0 0 0);
  }
  42% {
    clip-path: inset(0 0 0 100%);
  }
  43% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.zipli-mobile-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 330px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  transition: transform 0.25s ease;
  transform: translate3d(-330px, 0, 0);
}
@media (min-width: 410px) {
  .zipli-mobile-nav {
    width: 410px;
    transform: translate3d(-410px, 0, 0);
  }
}
.mobile-nav-active .zipli-mobile-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.zipli-mobile-nav .menu-scroll-mobile {
  padding-top: 40px;
}
.zipli-mobile-nav .menu-scroll-mobile .site-branding {
  margin: 0 30px 30px;
}
.admin-bar .zipli-mobile-nav {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .zipli-mobile-nav {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .zipli-mobile-nav {
    top: 46px;
  }
}
.zipli-mobile-nav .search-form {
  margin-top: 1em;
}
.zipli-mobile-nav .zipli-social {
  border-top: 1px solid #0e0e0e;
  padding: 0.5em;
  margin-top: 1rem;
}
body .zipli-mobile-nav .zipli-social ul li a:before {
  color: #fff;
}
.zipli-mobile-nav .zipli-language-switcher-mobile {
  line-height: 0;
  padding: 0 30px;
}
.zipli-mobile-nav .zipli-language-switcher-mobile .menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid;
  border-top-color: var(--border);
}
.zipli-mobile-nav .zipli-language-switcher-mobile .item {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.zipli-mobile-nav .zipli-language-switcher-mobile .item .language-switcher-head {
  padding-right: 5px;
}
.zipli-mobile-nav .zipli-language-switcher-mobile .item a {
  display: block;
  padding: 0 5px;
}
.zipli-mobile-nav .zipli-language-switcher-mobile .item:last-child {
  margin-right: 0;
}
.zipli-mobile-nav .zipli-language-switcher-mobile .item img {
  width: 24px;
  height: 16px;
  object-fit: cover;
}
.zipli-mobile-nav .mobile-nav-tabs {
  clear: both;
  padding: 0 30px;
}
.zipli-mobile-nav .mobile-nav-tabs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
}
.zipli-mobile-nav .mobile-nav-tabs ul li {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 2px;
  cursor: pointer;
  color: var(--text_light);
}
.zipli-mobile-nav .mobile-nav-tabs ul li i {
  color: #000000;
  font-size: 15px;
  margin-right: 10px;
}
.zipli-mobile-nav .mobile-nav-tabs ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  transition: all 0.35s ease;
  background-color: var(--primary);
}
.zipli-mobile-nav .mobile-nav-tabs ul li.active {
  color: var(--accent);
}
.zipli-mobile-nav .mobile-nav-tabs ul li.active:before {
  width: 100%;
}
.zipli-mobile-nav .mobile-nav-tabs ul .mobile-pages-title {
  margin-right: 15px;
}
.zipli-mobile-nav .mobile-nav-tabs ul .mobile-categories-title {
  margin-left: 15px;
}
.zipli-mobile-nav .mobile-menu-tab {
  display: none;
  padding: 15px 30px;
}
.zipli-mobile-nav .mobile-menu-tab.active {
  display: block;
}

.mobile-nav-close {
  float: right;
  clear: both;
  position: absolute;
  line-height: 1;
  top: 18px;
  right: 20px;
  font-size: 24px;
  padding: 0;
  text-align: center;
  z-index: 99;
  color: var(--accent);
}
.mobile-nav-close:hover, .mobile-nav-close:focus {
  color: var(--accent);
}

.zipli-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.mobile-nav-active .zipli-overlay {
  visibility: visible;
  opacity: 1;
}

.menu-mobile-nav-button {
  display: block;
  font-size: 18px;
  color: var(--accent);
}
@media (min-width: 1024px) {
  .menu-mobile-nav-button {
    display: none;
  }
}
.menu-mobile-nav-button .zipli-icon {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
.menu-mobile-nav-button .zipli-icon > span {
  display: inline-block;
  height: 2px;
  width: 24px;
  margin-bottom: 3px;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: var(--accent);
}
.menu-mobile-nav-button .zipli-icon > span:last-child {
  margin-bottom: 0;
}
.menu-mobile-nav-button .zipli-icon .icon-2 {
  width: 16px;
}
.menu-mobile-nav-button .zipli-icon .icon-3 {
  width: 12px;
}
.menu-mobile-nav-button:hover .zipli-icon > span {
  background-color: var(--primary);
}
.menu-mobile-nav-button:hover .zipli-icon .icon-2 {
  width: 24px;
}
.menu-mobile-nav-button:hover .zipli-icon .icon-3 {
  width: 24px;
}

html {
  overflow-x: hidden;
}

#page {
  transition: all 0.25s ease;
}

.mobile-nav-active {
  overflow: hidden;
}

/*-------------------------------------------------------------
2.1 Main Naivgation
--------------------------------------------------------------*/
/**
 * General Menu Styles
 */
button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 20px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em;
  font-size: 0.875em;
  max-width: 120px;
}

.menu-badge {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  padding: 2px 7px;
  margin-left: 14px;
  vertical-align: middle;
  text-transform: uppercase;
}
.primary-navigation .menu > .menu-item > a .menu-badge {
  position: absolute;
  right: 30px;
  top: 20%;
}

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  transform: rotate(45deg);
}
.toggled button.menu-toggle::after {
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span::before {
  opacity: 0;
}

.primary-navigation {
  display: none;
}

ul.menu li.current-menu-item > a, ul.menu li.current-menu-ancestor > a, ul.menu li.current-menu-parent > a {
  text-decoration: none;
}

.main-navigation {
  position: relative;
}
.main-navigation::before, .main-navigation::after {
  content: "";
  display: table;
}
.main-navigation::after {
  clear: both;
}
.main-navigation div.menu {
  display: none;
}
.main-navigation div.menu:last-child {
  display: block;
}
.main-navigation .menu {
  clear: both;
}
.main-navigation ul.menu {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-navigation ul.menu ul.sub-menu {
  display: block;
  margin-left: 1.41575em;
  list-style: none;
}
.main-navigation ul.menu > li.menu-item > a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  text-transform: uppercase;
}
.main-navigation ul.menu > li.menu-item > a span {
  position: relative;
}
.main-navigation ul.menu > li.menu-item > a span:before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 100%;
  position: absolute;
  right: -8px;
  bottom: 5px;
  background: var(--primary);
}
.main-navigation ul.menu > li.menu-item > a:hover {
  text-decoration: none;
  color: var(--primary);
}
.main-navigation ul.menu > li.menu-item > a > i {
  margin-right: 8px;
}
.main-navigation ul.menu > li.menu-item.current-menu-parent > a, .main-navigation ul.menu > li.menu-item.current-menu-item > a, .main-navigation ul.menu > li.menu-item.current-menu-ancestor > a {
  color: var(--primary);
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item a {
  width: 100%;
  color: var(--text);
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item:hover > a {
  text-decoration: none;
  color: var(--primary);
}
.main-navigation ul.menu li.menu-item .sub-menu .menu-item.current-menu-parent > a, .main-navigation ul.menu li.menu-item .sub-menu .menu-item.current-menu-item > a, .main-navigation ul.menu li.menu-item .sub-menu .menu-item.current-menu-ancestor > a {
  color: var(--primary);
}
.main-navigation .sub-menu {
  padding: 23px 40px 30px;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.main-navigation .sub-menu.mega-stretchwidth {
  border-radius: 0;
}

.mobile-navigation, .mobile-navigation-categories {
  clear: both;
}
.mobile-navigation ul, .mobile-navigation-categories ul {
  margin: 0;
  list-style: none;
}
.mobile-navigation ul > li.menu-item, .mobile-navigation-categories ul > li.menu-item {
  position: relative;
}
.mobile-navigation ul > li.menu-item > a, .mobile-navigation-categories ul > li.menu-item > a {
  display: block;
  padding: 10px 0;
  color: var(--accent);
  transition: none;
  font-size: 16px;
  line-height: 1.125;
  font-weight: 600;
  text-transform: capitalize;
}
.mobile-navigation ul > li.menu-item > a i, .mobile-navigation-categories ul > li.menu-item > a i {
  font-size: 14px;
  margin-right: 15px;
}
.mobile-navigation ul > li.menu-item > a span.menu-title, .mobile-navigation-categories ul > li.menu-item > a span.menu-title {
  display: inline-block;
  position: relative;
}
.mobile-navigation ul > li.menu-item > a span.menu-title:before, .mobile-navigation-categories ul > li.menu-item > a span.menu-title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: auto;
  right: 0;
  bottom: -2px;
  background-color: var(--accent);
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobile-navigation ul > li.menu-item > a span.text-link, .mobile-navigation-categories ul > li.menu-item > a span.text-link {
  display: block;
  font-weight: 700;
  color: var(--accent);
}
.mobile-navigation ul > li.menu-item > a span.text-link i, .mobile-navigation-categories ul > li.menu-item > a span.text-link i {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 3px;
}
.mobile-navigation ul > li.menu-item > a:hover, .mobile-navigation-categories ul > li.menu-item > a:hover {
  text-decoration: none;
}
.mobile-navigation ul > li.menu-item > a:hover span.menu-title:before, .mobile-navigation-categories ul > li.menu-item > a:hover span.menu-title:before {
  width: 100%;
  left: 0;
  right: auto;
}
.mobile-navigation ul > li.menu-item.current-menu-parent > a, .mobile-navigation ul > li.menu-item.current-menu-item > a, .mobile-navigation ul > li.menu-item.current-menu-ancestor > a, .mobile-navigation-categories ul > li.menu-item.current-menu-parent > a, .mobile-navigation-categories ul > li.menu-item.current-menu-item > a, .mobile-navigation-categories ul > li.menu-item.current-menu-ancestor > a {
  color: var(--primary);
}
.mobile-navigation ul > li.menu-item.current-menu-parent > a span.menu-title:before, .mobile-navigation ul > li.menu-item.current-menu-item > a span.menu-title:before, .mobile-navigation ul > li.menu-item.current-menu-ancestor > a span.menu-title:before, .mobile-navigation-categories ul > li.menu-item.current-menu-parent > a span.menu-title:before, .mobile-navigation-categories ul > li.menu-item.current-menu-item > a span.menu-title:before, .mobile-navigation-categories ul > li.menu-item.current-menu-ancestor > a span.menu-title:before {
  width: 100%;
  left: 0;
  right: auto;
}
.mobile-navigation ul > li.menu-item button::after, .mobile-navigation-categories ul > li.menu-item button::after {
  transition: all, ease, 0.9s;
}
.mobile-navigation ul > li.menu-item:last-child > a, .mobile-navigation-categories ul > li.menu-item:last-child > a {
  border-bottom: none;
}
.mobile-navigation ul ul.sub-menu, .mobile-navigation-categories ul ul.sub-menu {
  display: none;
  margin-bottom: 10px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
  font-size: 14px;
  text-transform: unset;
  padding: 5px 0;
  line-height: 1.7142857143;
  color: var(--text);
  transition: none;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
  font-family: var(--e-global-typography-text-font-family);
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a:after, .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a:after {
  display: none;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a span.menu-title:before, .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a span.menu-title:before {
  height: 1px;
  bottom: 0;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a:hover, .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a:hover {
  color: var(--primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-parent > a, .mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-item > a, .mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-ancestor > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-parent > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-item > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-ancestor > a {
  color: var(--primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item ul.sub-menu, .mobile-navigation-categories ul ul.sub-menu > li.menu-item ul.sub-menu {
  margin-left: 15px;
}
.mobile-navigation ul ul.sub-menu .dropdown-toggle, .mobile-navigation-categories ul ul.sub-menu .dropdown-toggle {
  padding: 7px 0;
}
.mobile-navigation .dropdown-toggle, .mobile-navigation-categories .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  padding: 5px 0;
  line-height: 1;
  width: 30px;
  text-align: right;
  border: none;
  font-size: 12px;
  color: var(--accent);
}
.mobile-navigation .dropdown-toggle:focus, .mobile-navigation-categories .dropdown-toggle:focus {
  outline: none;
}
.mobile-navigation .dropdown-toggle:hover, .mobile-navigation .dropdown-toggle:active, .mobile-navigation .dropdown-toggle:focus, .mobile-navigation-categories .dropdown-toggle:hover, .mobile-navigation-categories .dropdown-toggle:active, .mobile-navigation-categories .dropdown-toggle:focus {
  border: none;
  background-color: transparent;
  color: var(--accent);
}
.mobile-navigation .dropdown-toggle:after, .mobile-navigation-categories .dropdown-toggle:after {
  content: none;
}

.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px;
}

/*-------------------------------------------------------------
2.2 Vertical Naivgation
--------------------------------------------------------------*/
.vertical-navigation {
  position: relative;
  height: 100%;
}
.vertical-navigation:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: -5px;
  background-color: transparent;
}
.vertical-navigation .vertical-navigation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  overflow: hidden;
  cursor: pointer;
}
.vertical-navigation .vertical-navigation-header .zipli-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px;
  color: var(--accent);
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  position: relative;
  display: flex;
  align-items: center;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.1666666667;
  color: var(--accent);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon {
  display: flex;
  margin-right: 10px;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon > span {
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  margin-right: 3px;
  transition: all 0.3s ease;
  background-color: var(--accent);
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon > span:last-child {
  margin-right: 0;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2 {
  width: 4px;
}
.vertical-navigation:hover .vertical-navigation-header .vertical-navigation-title .title-icon .icon-1 {
  width: 4px;
}
.vertical-navigation:hover .vertical-navigation-header .vertical-navigation-title .title-icon .icon-3 {
  width: 4px;
}
.vertical-navigation .vertical-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  min-width: 300px;
  visibility: hidden;
  transform: translateY(15px);
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid var(--border);
}
.vertical-navigation .vertical-menu .menu {
  position: relative;
  list-style: none;
  padding: 20px 30px;
}
.vertical-navigation .vertical-menu .menu > li:last-child a {
  border-bottom: none;
}
.vertical-navigation .vertical-menu .menu > li > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
  line-height: 1.358;
  color: var(--accent);
  border-bottom: 1px solid var(--border);
}
.vertical-navigation .vertical-menu .menu > li > a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background-color: var(--primary);
}
.vertical-navigation .vertical-menu .menu > li > a:hover {
  background-color: #EBEEF4;
}
.vertical-navigation .vertical-menu .menu > li > a img {
  margin-right: 10px;
}
.vertical-navigation:hover .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transform: translateY(0);
}
.vertical-navigation ul.menu {
  list-style: none;
  margin: 0;
  background-color: #FFFFFF;
}
.vertical-navigation ul.menu .sub-menu {
  position: absolute;
  left: -9999em;
  z-index: -1;
  top: -1px;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  background: #fff;
  width: 330px;
  padding: 30px 0;
  border: 1px solid var(--accent);
}
.vertical-navigation ul.menu .sub-menu > li:last-child > a {
  border-bottom: none;
}
.vertical-navigation ul.menu .sub-menu > li > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 60px;
  font-weight: 400;
  line-height: 1.358;
  color: var(--accent);
}
.vertical-navigation ul.menu .sub-menu > li:hover > a {
  color: var(--primary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu .sub-menu > li.current-menu-item > a {
  color: var(--primary);
}
.vertical-navigation ul.menu .sub-menu.mega-menu > li {
  padding: 0;
}
.vertical-navigation ul.menu > li {
  position: relative;
}
.vertical-navigation ul.menu > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  right: -3px;
}
.vertical-navigation ul.menu > li > a {
  color: var(--text);
  font-size: 15px;
  padding: 0.5em 20px;
  display: block;
}
.vertical-navigation ul.menu > li > a .menu-icon {
  font-size: 20px;
  margin-right: 10px;
  color: var(--primary);
}
.vertical-navigation ul.menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
  z-index: 99;
}
.vertical-navigation ul.menu > li:hover > a {
  text-decoration: none;
}
.vertical-navigation ul.menu > li:hover > a span.menu-title {
  color: var(--primary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li:hover > a .menu-icon {
  color: var(--primary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li.current-menu-item > a {
  background-color: #EBEEF4;
}
.vertical-navigation ul.menu > li.current-menu-item > a .menu-icon {
  color: var(--primary);
}
.vertical-navigation ul.menu > li li {
  position: relative;
}
.vertical-navigation ul.menu > li li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
  z-index: 99;
}

/*-------------------------------------------------------------
2.3 Mega Menu
--------------------------------------------------------------*/
.has-mega-menu.has-fullwidth {
  position: static !important;
}
.has-mega-menu.has-fullwidth .mega-fullwidth {
  width: 100%;
}
.has-mega-menu.sub-menu-left {
  position: static !important;
}
.vertical-navigation .has-mega-menu {
  position: static !important;
}
.vertical-navigation .has-mega-menu .mega-menu {
  padding: 0 !important;
}
.main-navigation .has-mega-menu .mega-menu .elementor-icon-list-item {
  min-width: unset;
}

.mega-menu.sub-menu {
  padding: 0;
}
.mega-menu.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.mega-menu.mega-stretchwidth {
  width: 100vw;
}

.single-zipli_menu_item .elementor-icon-list-items li,
.mega-menu .elementor-icon-list-items li {
  font-weight: 400;
}
.single-zipli_menu_item .elementor-icon-list-items li a,
.mega-menu .elementor-icon-list-items li a {
  color: var(--text);
}
.single-zipli_menu_item .elementor-icon-list-items li a:hover,
.mega-menu .elementor-icon-list-items li a:hover {
  color: var(--primary);
  text-decoration: none;
}

.header-side .main-navigation ul.menu {
  margin-left: -30px;
  margin-right: -30px;
}
.header-side .main-navigation ul ul.sub-menu {
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 100% !important;
  max-height: 100vh;
  overflow-y: auto;
}
.header-side .main-navigation ul ul.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.header-side .has-mega-menu.sub-menu-left {
  position: relative !important;
}

/*-------------------------------------------------------------
3.0 Main content area
--------------------------------------------------------------*/
.site-content {
  outline: none;
}

/*-------------------------------------------------------------
3.1 Content (post etc)
--------------------------------------------------------------*/
article .post strong,
article .post th,
article .post dt {
  color: var(--accent);
}
article.article-default {
  margin-bottom: 60px;
}
article.article-default:last-of-type {
  margin-bottom: 40px;
}
article.article-default:nth-child(4n+2) .post-inner .post-thumbnail:before {
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1600' viewBox='0 0 1600 1600' fill='none'%3e%3cg transform='rotate(180 800 800)'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='black'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1600' viewBox='0 0 1600 1600' fill='none'%3e%3cg transform='rotate(180 800 800)'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='black'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
}
article.article-default:nth-child(4n+3) .post-inner .post-thumbnail:before {
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1600' viewBox='0 0 1600 1600' fill='none'%3e%3cg transform='rotate(90 800 800)'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='black'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1600' viewBox='0 0 1600 1600' fill='none'%3e%3cg transform='rotate(90 800 800)'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='black'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
}
article.article-default:nth-child(4n+4) .post-inner .post-thumbnail:before {
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1600' viewBox='0 0 1600 1600' fill='none'%3e%3cg transform='rotate(270 800 800)'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='black'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1600' viewBox='0 0 1600 1600' fill='none'%3e%3cg transform='rotate(270 800 800)'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='black'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
}

.post-inner .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.post-inner .post-thumbnail:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220%;
  height: 220%;
  background-color: var(--primary);
  transition: all 0.4s ease-in-out;
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1600' height='1600' viewBox='0 0 1600 1600' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='%2362C03A'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='%2362C03A'/%3e%3c/svg%3e ");
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1600' height='1600' viewBox='0 0 1600 1600' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='%2362C03A'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='%2362C03A'/%3e%3c/svg%3e ");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.post-inner:hover .post-thumbnail:before {
  width: 105%;
  height: 105%;
  opacity: 1;
}

.post-thumbnail {
  position: relative;
  max-height: 480px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px;
}
.post-thumbnail img {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  object-fit: cover;
  border-radius: 20px;
  height: 480px;
}

.post-content .entry-title {
  margin-bottom: 15px;
}
.post-content .entry-title a {
  color: var(--text);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-content .entry-title a:hover {
  color: var(--primary);
}

.entry-info {
  position: relative;
  display: flex;
  flex-direction: column;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--text_light);
  text-transform: uppercase;
}
.entry-meta > div:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: var(--text_light);
  margin: 0 6px;
}
.entry-meta a {
  display: inline-block;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--text_light);
}
.entry-meta a:hover {
  text-decoration: none;
  color: var(--text);
}
.entry-meta .post-author a {
  color: var(--text_light);
}
.entry-meta .post-author a:hover {
  color: var(--text);
}
.entry-meta .categories-link {
  color: var(--primary);
}
.entry-meta .categories-link a {
  color: var(--primary);
}
.entry-meta .categories-link a:hover {
  color: var(--text);
}

.entry-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.entry-excerpt p {
  margin-bottom: 0;
}

.more-link-wrap {
  position: relative;
}
.more-link-wrap a.more-link {
  position: relative;
  display: inline-flex;
  font-weight: 600;
  transition: all ease 0.3s;
  color: var(--accent);
  align-items: center;
  margin-top: 15px;
}
.more-link-wrap a.more-link:before, .more-link-wrap a.more-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--accent);
  transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94);
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.more-link-wrap a.more-link:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94) 0.2s;
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.more-link-wrap a.more-link:hover:after, .more-link-wrap a.more-link:hover:before {
  background-color: var(--primary);
}
.more-link-wrap a.more-link:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94) 0.2s;
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.more-link-wrap a.more-link:hover:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94);
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.more-link-wrap a.more-link:hover {
  text-decoration: none;
  color: var(--primary);
  border-color: var(--primary);
  transition: all ease 0.3s;
}

.tags-links i {
  margin-right: 7px;
  color: var(--accent);
}
.tags-links a {
  display: inline-block;
  font-size: 12px !important;
  line-height: 2;
  position: relative;
  color: var(--text_light);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: capitalize;
  background-color: #f6f6f6;
  padding: 8px 15px;
  border-radius: 5px;
  margin-right: 5px;
}
.tags-links a:hover {
  color: var(--primary);
}

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

.single .byline, .group-blog .byline {
  display: inline;
}

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

.page-header .page-title {
  font-size: 68px;
}

.single .hentry .entry-taxonomy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.single .hentry .entry-content .wp-block-columns .wp-block-image {
  margin-bottom: 0;
}
.single .hentry .entry-content .wp-block-columns .wp-block-column {
  margin-bottom: 0;
}
.single .hentry .entry-content .wp-block-image img {
  border-radius: 10px;
}

.single-post:not(.zipli-title-detail-after-image):not(.zipli-title-detail-before-image) .single-header {
  height: 520px;
  position: relative;
  margin-bottom: 50px;
}
.single-post:not(.zipli-title-detail-after-image):not(.zipli-title-detail-before-image) .single-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.single-post:not(.zipli-title-detail-after-image):not(.zipli-title-detail-before-image) .single-header .post-thumbnail {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.single-post:not(.zipli-title-detail-after-image):not(.zipli-title-detail-before-image) .single-header .post-thumbnail img {
  width: 100vw;
  max-width: 100vw;
  height: 520px;
}
.single-post:not(.zipli-title-detail-after-image):not(.zipli-title-detail-before-image) .single-header .entry-header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 1;
  position: relative;
}
.single-post:not(.zipli-title-detail-after-image):not(.zipli-title-detail-before-image) .single-header .entry-header-content > * {
  color: var(--white);
}
.single-post:not(.zipli-title-detail-after-image):not(.zipli-title-detail-before-image) .single-header .entry-header-content h1.entry-title {
  margin-bottom: 25px;
  text-align: left;
}
.single-post:not(.zipli-title-detail-after-image):not(.zipli-title-detail-before-image) .single-header .entry-header-content .entry-meta a {
  color: var(--white);
}
.single-post:not(.zipli-title-detail-after-image):not(.zipli-title-detail-before-image) .single-header .entry-header-content .entry-meta a:hover {
  color: var(--primary);
}
.single-post.zipli-title-detail-center .single-header .entry-header-content {
  align-items: center;
  text-align: center;
}
.single-post.zipli-title-detail-before-image.zipli-full-width-content .single-header .post-thumbnail, .single-post.zipli-title-detail-after-image.zipli-full-width-content .single-header .post-thumbnail {
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.single-post.zipli-title-detail-before-image .single-header .entry-header-content {
  margin-top: 60px;
  margin-bottom: 45px;
  text-align: center;
}
.single-post.zipli-title-detail-before-image .single-header .entry-header-content .entry-meta {
  justify-content: center;
}
.single-post.zipli-title-detail-after-image .single-header {
  display: flex;
  flex-direction: column-reverse;
}
.single-post.zipli-title-detail-after-image .single-header h1.entry-title {
  margin-bottom: 20px;
}
.single-post.zipli-title-detail-after-image .single-header .entry-header-content {
  margin-bottom: 30px;
}
.single-post ul.list-icon {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-post ul.list-icon li {
  font-weight: 500;
  padding: 3px 0;
}
.single-post ul.list-icon li:before {
  width: 16px;
  height: 16px;
  background-color: var(--primary);
  font-size: 8px;
  color: #fff;
  margin-right: 13px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.post-password-form label {
  vertical-align: middle;
}
.post-password-form input[type=submit] {
  vertical-align: middle;
  background-color: var(--accent);
  color: #fff;
  line-height: 1.155;
  transition: all ease-in-out 0.3s;
  margin-top: 10px;
}
.post-password-form input[type=submit]:hover {
  background-color: var(--primary);
}

.blog-style-grid .post-inner:nth-child(4n+2) .post-thumbnail:before {
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1600' viewBox='0 0 1600 1600' fill='none'%3e%3cg transform='rotate(180 800 800)'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='black'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1600' viewBox='0 0 1600 1600' fill='none'%3e%3cg transform='rotate(180 800 800)'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='black'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
}
.blog-style-grid .post-inner:nth-child(4n+3) .post-thumbnail:before {
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1600' viewBox='0 0 1600 1600' fill='none'%3e%3cg transform='rotate(90 800 800)'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='black'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1600' viewBox='0 0 1600 1600' fill='none'%3e%3cg transform='rotate(90 800 800)'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='black'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
}
.blog-style-grid .post-inner:nth-child(4n+4) .post-thumbnail:before {
  mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1600' viewBox='0 0 1600 1600' fill='none'%3e%3cg transform='rotate(270 800 800)'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='black'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1600' viewBox='0 0 1600 1600' fill='none'%3e%3cg transform='rotate(270 800 800)'%3e%3cpath d='M0 0.00179078V644.242C0.99 644.082 1.97 643.942 2.94 643.852C16.07 642.602 24.83 650.732 34.21 643.852C43.59 636.972 44.84 648.852 56.73 646.352C68.61 643.852 66.74 629.462 76.74 631.342C83.31 632.572 83.95 637.302 89.09 638.642L126.22 606.932C126.22 606.932 136.77 563.872 144.67 553.322C152.57 542.772 163.12 480.382 163.12 480.382C163.12 480.382 149.94 483.902 182.45 461.932C214.97 439.962 240.45 429.412 246.6 421.512C252.75 413.602 298.45 359.992 298.45 359.992L365.24 343.292C365.24 343.292 362.6 316.932 397.76 316.932C432.92 316.932 460.15 316.932 470.7 316.932C481.25 316.932 519.03 309.022 529.58 316.932C537.9 323.172 542.39 303.712 547.37 306.002C549.38 302.792 553.08 300.622 558.33 301.102C569.54 302.122 591.98 309.372 608.02 308.292C621.31 297.512 626.85 283.822 635.04 281.782C645.59 279.142 750.16 227.292 750.16 227.292C750.16 227.292 729.07 209.712 750.16 203.562C754.62 202.262 762.28 200.052 771.58 197.392C771.59 197.352 771.6 197.312 771.62 197.272C781 166.002 808.52 137.852 816.03 138.482C823.54 139.112 821.66 163.502 844.8 169.752C850.21 171.212 855.48 171.812 860.5 172.022C862.5 171.452 863.6 171.142 863.6 171.142L917.13 171.052C917.13 171.052 955.8 173.692 966.34 171.052C976.88 168.412 971.61 186.872 976.89 171.052C982.16 155.232 987.38 123.612 987.38 123.612C987.76 118.412 988.51 113.662 989.9 109.712C997.41 88.4418 1009.29 76.5618 1010.54 67.8018C1011.79 59.0418 1015.54 53.4118 1027.43 59.0418C1039.31 64.6718 1076.84 59.6718 1081.85 47.7818C1086.85 35.9018 1089.98 -3.50821 1099.36 0.251791C1108.74 4.00179 1117.5 11.5118 1131.26 9.63179C1145.02 7.75179 1162.53 4.00179 1164.41 14.6318C1166.29 25.2618 1140.64 33.3918 1148.15 40.9018C1155.66 48.4118 1155.66 55.2918 1163.79 72.1718C1171.87 88.9518 1195.99 85.9818 1199.98 102.502L1200.11 102.492C1200.11 102.492 1203.65 109.912 1208.75 120.892C1218.14 134.792 1232.72 148.442 1242.59 149.732C1256.98 151.612 1260.1 158.492 1271.36 169.122C1282.62 179.752 1300.13 178.502 1304.51 196.642C1308.89 214.782 1312.02 253.562 1325.15 266.692C1338.28 279.822 1342.04 294.842 1332.03 307.342C1322.02 319.852 1318.27 326.732 1319.52 340.492C1320.77 354.252 1318.89 365.512 1308.89 373.642C1298.88 381.772 1292.63 410.542 1298.26 422.432C1303.89 434.312 1328.91 453.082 1342.67 452.452C1356.43 451.832 1393.33 444.942 1400.21 473.092C1400.21 473.092 1449 465.582 1465.88 478.722C1482.76 491.862 1529.68 507.492 1544.06 533.762C1558.45 560.032 1575.96 564.412 1595.35 565.032C1597.03 565.082 1598.56 565.172 1599.98 565.292V0.00179078H0Z' fill='black'/%3e%3cpath d='M1550.77 821.532C1525.24 822.302 1500.48 854.022 1488.87 859.442C1477.26 864.862 1473.4 871.822 1450.96 905.092C1450.2 906.212 1449.45 907.272 1448.7 908.292C1439.17 941.272 1412.51 974.942 1407.52 986.582C1399.61 1005.03 1410.16 1019.1 1396.97 1043.7C1383.79 1068.31 1394.33 1076.22 1396.97 1084.12C1399.61 1092.03 1394.33 1099.94 1394.33 1116.64C1394.33 1133.34 1407.51 1143 1407.51 1143C1407.51 1143 1361.81 1196.61 1337.21 1223.85C1312.6 1251.09 1346 1261.64 1337.21 1294.15C1328.42 1326.67 1299.42 1350.39 1288.88 1353.03C1278.33 1355.67 1280.97 1366.21 1245.82 1390.82C1210.67 1415.43 1192.21 1390.82 1172.88 1390.82C1153.55 1390.82 1172.88 1406.64 1172.88 1406.64L1129.82 1433.88C1129.82 1433.88 1098.18 1441.79 1063.91 1440.91C1063.91 1440.91 1035.79 1458.49 987.45 1458.49C939.12 1458.49 949.66 1461.13 949.66 1461.13C949.66 1461.13 909.24 1463.77 893.42 1476.95C877.6 1490.13 893.42 1476.95 876.72 1491.01C860.02 1505.07 876.72 1482.22 866.17 1487.49C855.62 1492.76 782.68 1492.76 769.5 1487.49C756.32 1482.22 722.92 1479.58 710.13 1458.49C697.34 1437.4 605.16 1458.49 605.16 1458.49C605.16 1458.49 586.7 1436.52 564.73 1412.79C542.76 1389.06 546.28 1372.37 534.85 1350.4L470.7 1296.79C470.7 1296.79 370.52 1296.79 336.24 1296.79C322.86 1296.79 309.22 1283.67 297.56 1267.68C294.57 1278.73 295.38 1298.67 274.21 1297.96C251.77 1297.21 224.73 1282.2 210.58 1291.2C204.33 1286.82 163.04 1275.56 164.92 1234.28C166.8 1193 154.29 1193 161.17 1184.24C168.05 1175.48 174.3 1165.48 158.67 1161.72C143.03 1157.97 95.5 1164.85 79.24 1133.57C62.98 1102.3 65.48 1091.04 54.85 1094.79C44.22 1098.54 37.96 1098.54 26.08 1097.29C14.2 1096.04 25.45 1082.28 26.08 1071.65C26.71 1061.02 24.83 1052.89 32.96 1044.76C41.09 1036.63 40.88 1013.49 20.66 1000.35C4.84 990.082 4.08 981.342 0 972.322V1600H1600V809.222C1598.79 808.612 1597.59 808.062 1596.41 807.602C1582.49 802.182 1576.3 820.752 1550.77 821.532Z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
}

.blog-grid {
  margin-bottom: 20px;
}
.blog-grid .post-thumbnail {
  height: 250px;
  margin-bottom: 22px;
  border-radius: 20px;
}
.blog-grid .post-thumbnail img {
  width: 100%;
  height: 100%;
}
.blog-grid .post-content .entry-title {
  margin-bottom: 0;
}

.blog-style-list .post-inner:hover .post-thumbnail:before {
  width: 120%;
  height: 120%;
}

.blog-list {
  margin-bottom: 45px;
}
.blog-list .post-thumbnail {
  position: relative;
  height: 290px;
  border-radius: 10px;
}
.blog-list .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .blog-list {
    display: flex;
    align-items: center;
    gap: 70px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .blog-list .post-content {
    padding-top: 0;
  }
  .blog-list .post-thumbnail {
    flex: 0 0 49.5%;
    max-width: 49.5%;
    margin-bottom: 0;
    height: 410px;
  }
  .blog-list:last-child {
    margin-bottom: 0;
  }
}

.single-content .post-single-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
}
.single-content .post-thumbnail {
  max-height: 100%;
}
.single-content .post-thumbnail img {
  width: 100%;
  height: 620px;
}

.zipli-full-width-content.single-post #page .site-content {
  margin-top: 0;
  margin-bottom: 130px;
}
.zipli-full-width-content.single-post .site-main {
  padding-right: 0;
  padding-left: 0;
}
.zipli-full-width-content .single-content {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  max-width: 1290px;
}
.zipli-full-width-content .single-content .post-single-content {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: clamp(30px, 4vmax, 80px);
  padding-right: clamp(30px, 4vmax, 80px);
}
.zipli-full-width-content .single-content .post-thumbnail {
  margin-bottom: -120px;
  position: relative;
  z-index: -1;
}

.search-results .page-header .page-title {
  margin-bottom: 60px;
}
.search-results .no-results form.search-form {
  display: flex;
}
.search-results .no-results .search-submit {
  line-height: 1.13;
}

.no-results .search-form {
  position: relative;
}
.no-results input.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px 25px;
}
.no-results input[type=search]:-webkit-autofill, .no-results input[type=search]:-webkit-autofill:hover, .no-results input[type=search]:-webkit-autofill:focus, .no-results input[type=search]:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
}

.taxonomy-description {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 5px;
  background-color: var(--bacground_light);
  margin-bottom: 50px;
}
.taxonomy-description p {
  margin-bottom: 0;
  font-weight: 600;
}

h1.entry-title {
  margin-bottom: 40px;
}

.blog.elementor-default .entry-content .entry-excerpt {
  display: none;
}

/*-------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
.zipli-footer-builder .site-footer {
  padding-top: 0;
}

.copyright-bar {
  border-top: 1px solid var(--border);
  padding: 1.618em 0;
}
.copyright-bar .site-info {
  text-align: center;
}
.copyright-bar .site-info a.site-url:not(.button) {
  color: var(--accent);
  text-decoration: underline;
}
.copyright-bar .site-info a.site-url:not(.button):hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  [data-elementor-type=footer] {
    margin-bottom: 60px;
  }
}

.progress-wrap {
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(32, 32, 37, 0.2);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: #fff;
}
@media (max-width: 990px) {
  .progress-wrap {
    bottom: 1rem;
    right: 0.5rem;
  }
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap .svg-content {
  width: 100%;
  height: 100%;
}
.progress-wrap .svg-content path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #222;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap .icon-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}
.progress-wrap .icon-arrow svg {
  fill: none;
  width: 16px;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scrollup {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  background: var(--text);
  color: #fff;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0.5;
  z-index: 999;
  text-align: center;
  font-size: 20px;
  transition: all ease 0.35s;
}
@media (min-width: 1024px) {
  .scrollup {
    bottom: 60px;
    right: 80px;
  }
}
@media (max-width: 768px) {
  .scrollup {
    opacity: 0 !important;
    pointer-events: none;
  }
}
.scrollup.activate {
  transform: scale(1);
}
.scrollup:hover {
  opacity: 1;
  color: #fff;
  background: var(--text);
}
.scrollup i {
  transform: rotate(-90deg);
}

/*-------------------------------------------------------------
5.0 Alignment
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.41575em;
  margin-bottom: 1.41575em;
  clear: both;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.41575em;
  margin-bottom: 1.41575em;
  clear: both;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.41575em;
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 20px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  outline: none;
}

/*-------------------------------------------------------------
7.0 Clearing
--------------------------------------------------------------*/
.clear::before, .clear::after,
.entry-content::before,
.entry-content::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;
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/*-------------------------------------------------------------
8.0 Tables
--------------------------------------------------------------*/
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table caption {
  padding: 1em 0;
}
table td,
table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table thead th {
  padding: 1.41575em;
  vertical-align: middle;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}

/*-------------------------------------------------------------
9.0 404 Styles
--------------------------------------------------------------*/
.error-404 .page-content {
  display: block;
  position: relative;
}
.error-404 .error-content {
  position: relative;
}
@media (max-width: 1024px) {
  .error-404 .error-content {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .error-404 .error-content {
    padding: 60px 0;
  }
}
.error-404 .error-content img {
  margin: 0 auto 20px;
}
.error-404 .error-content .error-title {
  text-align: center;
  margin-bottom: 20px;
}
.error-404 .error-content .error-text {
  text-align: center;
  margin: 0;
}
.error-404 .error-content .go-back {
  font-weight: 700;
  color: var(--primary);
}
.error-404.right-sidebar .content-area, .error-404.left-sidebar .content-area {
  width: 100%;
  display: block;
}

/*-------------------------------------------------------------
10.0 Comments
--------------------------------------------------------------*/
#comments {
  margin-top: 60px;
}
#comments .comment-form p {
  margin-bottom: 1em;
}
#comments .comment-form .comment-form-author,
#comments .comment-form .comment-form-email,
#comments .comment-form .comment-form-url {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  order: -1;
}
#comments .comment-form .comment-form-author input,
#comments .comment-form .comment-form-email input,
#comments .comment-form .comment-form-url input {
  width: 100%;
}
#comments .comment-form .form-submit .submit i {
  background-color: var(--primary);
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  transform: rotate(-45deg);
  margin-left: 7px;
}
#comments .comment-form .form-submit .submit i, #comments .comment-form .form-submit .submit span {
  z-index: 1;
}
#comments .comment-form .form-submit .submit > span {
  overflow: hidden;
}
#comments .comment-form .form-submit .submit span {
  display: block;
}
#comments .comment-form .form-submit .submit:hover i {
  transform: rotate(0);
  background-color: var(--white);
  color: var(--accent);
}
#comments .comment-form .comment-notes, #comments .comment-form .logged-in-as, #comments .comment-form .comment-form-cookies-consent, #comments .comment-form .comment-form-comment {
  margin-bottom: 20px;
}
#comments .comment-form .comment-notes a, #comments .comment-form .logged-in-as a, #comments .comment-form .comment-form-cookies-consent a, #comments .comment-form .comment-form-comment a {
  color: var(--accent);
  font-weight: 500;
}
#comments .comment-form .comment-notes a:hover, #comments .comment-form .logged-in-as a:hover, #comments .comment-form .comment-form-cookies-consent a:hover, #comments .comment-form .comment-form-comment a:hover {
  color: var(--accent);
  text-decoration: underline;
}
#comments .comments-title {
  color: var(--text);
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 1.1578947368;
  font-weight: 800;
  text-transform: capitalize;
  font-family: var(--e-global-typography-accent-font-family);
}
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
  padding: 0 10px;
}
@media (min-width: 1024px) {
  #comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
#comments .comment-notes {
  flex: 0 0 100%;
  max-width: 100%;
  order: -1;
}
#comments .comment-form-comment {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-form-cookies-consent {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-list-wrap {
  margin-bottom: 30px;
}
#comments .comment-list {
  position: relative;
  list-style: none;
  margin: 0;
}
#comments .comment-list .comment-body {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
#comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
  content: "";
  display: table;
}
#comments .comment-list .comment-body::after {
  clear: both;
}
#comments .comment-list .comment-author {
  display: none;
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-author {
    display: block;
  }
}
#comments .comment-list .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin: 5px 20px 10px 0;
}
#comments .comment-list .comment-content {
  width: 100%;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-content {
    width: calc(100% - 80px);
    padding: 20px 40px 30px;
  }
  #comments .comment-list .comment-content:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 22px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #F5F5F5;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
#comments .comment-list .comment-content .comment-text {
  margin-bottom: 30px;
}
#comments .comment-list .comment-content .comment-text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-content .comment-text {
    margin-bottom: 0;
  }
  #comments .comment-list .comment-content .reply {
    position: absolute;
    top: 20px;
    right: 40px;
  }
}
#comments .comment-list .comment-head {
  margin-bottom: 10px;
}
#comments .comment-list .comment-meta {
  display: flex;
  flex-direction: column;
  font-family: var(--e-global-typography-accent-font-family);
}
#comments .comment-list .comment-meta a.comment-date {
  color: var(--text_light);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5714285714;
  font-family: var(--e-global-typography-text-font-family);
  margin-top: 5px;
}
#comments .comment-list .comment-meta a.comment-date:hover {
  color: var(--primary);
}
#comments .comment-list .comment-meta .comment-author {
  display: inline-block;
  margin-right: 6px;
}
#comments .comment-list .comment-meta cite {
  color: var(--accent);
  font-style: normal;
  clear: both;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  text-transform: capitalize;
  font-family: var(--e-global-typography-text-font-family);
}
#comments .comment-list .comment-meta cite a {
  color: var(--accent);
}
#comments .comment-list .comment-meta cite a:hover {
  color: var(--primary);
}
#comments .comment-list .trackback .comment-body .comment-content:before,
#comments .comment-list .pingback .comment-body .comment-content:before {
  content: none;
}
#comments .comment-list .reply::before, #comments .comment-list .reply::after {
  content: "";
  display: table;
}
#comments .comment-list .reply::after {
  clear: both;
}
#comments .comment-list .reply a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5714285714;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
  color: var(--primary);
  text-transform: uppercase;
}
#comments .comment-list .reply a:hover {
  transition: all ease 0.3s;
  color: var(--text);
}
#comments .comment-list .reply a:last-child {
  margin-right: 0;
}
#comments .comment-list .children {
  list-style: none;
}
#comments .comment-list #respond {
  padding: 20px 1.618em 15px;
  margin: 10px 0 10px auto;
  border-radius: 8px;
  border: 1px solid var(--border);
  width: 100%;
}
@media (min-width: 1024px) {
  #comments .comment-list #respond {
    width: calc(100% - 80px);
  }
}
#comments .bypostauthor {
  font-size: inherit;
}
#comments blockquote {
  margin-left: 0;
}
#comments table th,
#comments table td {
  border: 1px solid;
  border-color: var(--border);
}

#commentform {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#commentform > p, #commentform .comment-form-rating {
  padding: 0 10px;
  width: 100%;
}

.comment-content a {
  word-wrap: break-word;
}

#comments .comment-list .reply a:before {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
  font-size: 10px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#respond {
  clear: both;
  position: relative;
}
#respond .comment-form-cookies-consent label {
  color: var(--text);
}
#respond .form-submit,
#respond form {
  margin-bottom: 0;
}
#respond label {
  color: var(--accent);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}
#respond #reply-title {
  color: var(--text);
  font-size: 38px;
  line-height: 1.1578947368;
  font-weight: 800;
  text-transform: capitalize;
  font-family: var(--e-global-typography-accent-font-family);
  display: inherit;
  margin-bottom: 30px;
}
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 15px;
  right: 0.5407911001em;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  line-height: 1;
  font-size: 1.5rem;
  text-align: center;
  transition: transform, ease, 0.3s;
}
#respond #cancel-comment-reply-link:hover {
  transform: scale(1.3);
}

/*-------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
form {
  margin-bottom: 1.618em;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-disable */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-enable */
}

/* Button Outline */
.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 2;
  font-family: var(--e-global-typography-text-font-family);
  border-radius: 20px;
  cursor: pointer;
  padding: 10px 30px;
  text-decoration: none;
  text-shadow: none;
  -webkit-appearance: none;
  letter-spacing: 0;
  border: 1px solid;
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
.button-outline i {
  margin-left: 8px;
  font-size: 16px;
}
.button-outline:hover {
  color: #fff;
  background-color: var(--primary_hover);
  border-color: var(--primary_hover);
  text-decoration: none;
}
.button-outline.loading {
  opacity: 0.5;
}
.button-outline.small {
  padding: 0.5407911001em 0.875em;
  font-size: 0.875em;
}
.button-outline.disabled, .button-outline:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.button-outline.disabled:hover, .button-outline:disabled:hover {
  opacity: 0.5 !important;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.875;
  font-family: var(--e-global-typography-accent-font-family);
  border-radius: 30px;
  font-weight: 800;
  cursor: pointer;
  color: var(--accent);
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-appearance: none;
  border: 1px dashed var(--text);
  background-color: transparent;
  transition: all ease 0.3s;
  position: relative;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
  background-color: var(--primary);
  color: var(--white);
  text-decoration: none;
  border: 1px solid var(--primary);
}
button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading {
  opacity: 0.5;
}
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small {
  padding: 0.5407911001em 0.875em;
  font-size: 0.875em;
}
button.disabled, button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
.button.disabled,
.button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
button.disabled:hover, button:disabled:hover,
input[type=button].disabled:hover,
input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover {
  opacity: 0.5 !important;
}

.button-style span {
  text-transform: capitalize;
  transform: translateY(0);
  transition: all ease 0.3s;
  opacity: 1;
}
.button-style i {
  background-color: var(--accent);
  color: #fff;
  height: 100%;
  width: 42px;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: 0;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
.button-style:before {
  content: attr(data-name);
  top: 50%;
  position: absolute;
  transform: translateY(calc(-50% + 13px));
  transition: all ease 0.3s;
  opacity: 0;
}
.button-style:hover span {
  transform: translateY(-13px);
  opacity: 0;
  transition: all ease 0.3s;
}
.button-style:hover i {
  background-color: var(--primary);
  transform: rotate(45deg);
}
.button-style:hover:before {
  transform: translateY(-50%);
  opacity: 1;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type=checkbox] + label,
input[type=radio] + label {
  margin: 0 0 0 0.3819820591em;
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}
input[type=search]::placeholder {
  color: #616161;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  padding: 13px 30px;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  color: var(--text);
  transition: all ease-in-out 0.3s;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid var(--border);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  border-color: var(--text);
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
.input-text::placeholder {
  color: var(--text);
}

select {
  padding: 14px 25px;
}
select:not([size]):not([multiple]) {
  color: var(--text);
  background-color: #ffffff;
  border: 1px solid;
  border-color: var(--border);
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: calc(100% - 24px) center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border-radius: 0;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  border-radius: 20px;
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 1.618em;
  padding-top: 1em;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
  border-color: var(--border);
}
fieldset legend {
  font-weight: 700;
  color: var(--accent);
  padding: 0.6180469716em 1em;
  margin-left: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*-------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

/*-------------------------------------------------------------
12.1 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.41575em;
}
.gallery::before, .gallery::after {
  content: "";
  display: table;
}
.gallery::after {
  clear: both;
}
.gallery .gallery-item {
  float: left;
}
.gallery .gallery-item .gallery-icon a {
  display: block;
}
.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
}
.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}

/*-------------------------------------------------------------
12.2 Embeds
--------------------------------------------------------------*/
embed,
iframe,
object,
video {
  max-width: 100%;
}

/*-------------------------------------------------------------
13.0 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid #E4E4E4;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
}

/*-------------------------------------------------------------
14.0 Pagination
--------------------------------------------------------------*/
nav.navigation {
  clear: both;
}
nav.navigation::before, nav.navigation::after {
  content: "";
  display: table;
}
nav.navigation::after {
  clear: both;
}

.pagination {
  clear: both;
}
.pagination::before, .pagination::after {
  content: "";
  display: table;
}
.pagination::after {
  clear: both;
}
.pagination ul.page-numbers {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 0 0;
}
.pagination ul.page-numbers li {
  display: inline-block;
}
.pagination ul.page-numbers li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 44px;
  font-weight: 600;
  color: var(--text);
  width: 44px;
  height: 44px;
  border-radius: 2px;
  transition: all ease 0.3s;
  box-shadow: 0 0 0 1px var(--text);
}
.pagination ul.page-numbers li .page-numbers.current {
  color: var(--white);
  background-color: var(--text);
  box-shadow: 0 0 0 1px var(--text);
  z-index: 2;
  position: relative;
}
.pagination ul.page-numbers li .page-numbers.current:hover {
  color: var(--white);
}
.pagination ul.page-numbers li .page-numbers:hover {
  background-color: var(--text);
  box-shadow: 0 0 0 1px var(--text);
  color: var(--white);
}
.pagination ul.page-numbers li .page-numbers.prev, .pagination ul.page-numbers li .page-numbers.next {
  color: var(--text);
  font-size: 0;
}
.pagination ul.page-numbers li .page-numbers.prev:hover, .pagination ul.page-numbers li .page-numbers.next:hover {
  color: var(--white);
}

.elementor-pagination {
  margin-top: 30px;
}
.elementor-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 44px;
  font-weight: 600;
  color: var(--accent);
  width: 44px;
  height: 44px;
  margin: 0 5px;
  transition: all ease 0.3s;
  box-shadow: 0 0 0 1px var(--border);
}
.elementor-pagination .page-numbers.current {
  color: var(--white);
  background-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
  z-index: 2;
  position: relative;
}
.elementor-pagination .page-numbers.current:hover {
  color: var(--white);
}
.elementor-pagination .page-numbers:hover {
  background-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
  color: var(--white);
}
.elementor-pagination .page-numbers.prev:hover, .elementor-pagination .page-numbers.next:hover {
  color: var(--white);
}
.elementor-pagination .page-numbers i {
  font-size: 10px;
}

.rtl .pagination a.next,
.rtl .pagination a.prev {
  transform: rotateY(180deg);
}

.page-links {
  padding-top: 20px;
}
.page-links > * {
  box-sizing: content-box;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  color: var(--text);
  border-radius: 4px;
}
.page-links > *:hover {
  background-color: var(--background_light);
  color: var(--accent);
}
.page-links > *.current {
  background-color: var(--background_light);
  color: var(--accent);
}

nav.post-navigation {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-top: 50px;
}
nav.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
}
nav.post-navigation .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
nav.post-navigation .nav-previous a,
nav.post-navigation .nav-next a {
  display: flex;
  align-items: center;
  max-width: 410px;
}
nav.post-navigation .nav-previous a:hover,
nav.post-navigation .nav-next a:hover {
  color: var(--primary);
}
nav.post-navigation .nav-previous .nav-content,
nav.post-navigation .nav-next .nav-content {
  flex: 1;
}
nav.post-navigation .nav-previous .reader-text,
nav.post-navigation .nav-next .reader-text {
  display: flex;
  position: relative;
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #999999;
  align-items: center;
}
nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
}
nav.post-navigation .nav-previous {
  width: 100%;
  margin-right: auto;
}
@media (min-width: 768px) {
  nav.post-navigation .nav-previous {
    width: 50%;
  }
}
nav.post-navigation .nav-previous .reader-text i {
  margin-right: 10px;
}
nav.post-navigation .nav-previous img {
  margin-right: 20px;
}
nav.post-navigation .nav-next {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  text-align: right;
}
@media (min-width: 768px) {
  nav.post-navigation .nav-next {
    width: 50%;
  }
}
nav.post-navigation .nav-next .reader-text {
  justify-content: flex-end;
}
nav.post-navigation .nav-next .reader-text i {
  margin-left: 10px;
}
nav.post-navigation .nav-next img {
  margin-left: 20px;
}

/*-------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  #secondary {
    display: none;
  }
}
#secondary .widget {
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border);
  position: relative;
}
#secondary .widget:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}
.widget .wp-block-group__inner-container > h2,
.widget .widget-title,
.widget .widgettitle {
  color: var(--text);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3076923077;
  transition: all ease 0.3s;
  margin-bottom: 28px;
  font-family: var(--e-global-typography-accent-font-family);
  display: flex;
  text-transform: uppercase;
  align-items: center;
}
.widget .price_slider .ui-slider-range {
  background-color: var(--accent);
}
.widget .price_slider .ui-slider-handle {
  background-color: var(--accent);
}
.widget select {
  max-width: 100%;
}
.widget .widget-search .search-submit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.widget.widget_recent_entries {
  counter-reset: section;
}
.widget.widget_recent_entries li {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  align-items: center;
}
.widget.widget_recent_entries li:last-child {
  margin-bottom: 0;
}
.widget.widget_recent_entries .recent-posts-thumbnail {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}
.widget.widget_recent_entries .recent-posts-thumbnail img {
  margin-right: 15px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
}
.widget.widget_recent_entries .recent-posts-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.widget.widget_recent_entries .post-date {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1666666667;
  color: var(--text_light);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
}
.widget.widget_recent_entries .post-title {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.widget ul {
  margin-left: 0;
  list-style: none;
}
.widget ul li {
  list-style: none;
  margin-bottom: 0.875em;
}
.widget ul .children {
  margin-top: 0.875em;
}
.widget ul ul {
  margin-left: 1.35em;
  margin-top: 4px;
}
.widget.widget_rss .rss-date {
  font-style: italic;
  display: block;
  margin: 0 0 0.7em;
}
.widget.widget_rss .widget-title:before {
  display: none;
}
.widget.widget_rss .widget-title .rss-widget-feed {
  margin-right: 10px;
}
.widget.widget_rss .rss-date,
.widget.widget_rss cite {
  color: var(--text_light);
  font-size: 14px;
}
.widget.widget_rss li {
  margin-bottom: 1em;
}
.widget.widget_rss li a.rsswidget {
  line-height: 1.41575em;
  font-weight: 700;
  color: var(--accent);
  font-size: 16px;
}
.widget.widget_rss li a.rsswidget:hover {
  text-decoration: none;
  color: var(--primary);
}

.wpml-ls.wpml-ls-legacy-list-vertical li, .wpml-ls.wpml-ls-legacy-list-horizontal li {
  margin-bottom: 1em;
}
.wpml-ls.wpml-ls-legacy-list-vertical a, .wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding-right: 0.875em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click, .wpml-ls.wpml-ls-legacy-dropdown {
  width: 100%;
}
.wpml-ls.wpml-ls-legacy-dropdown-click a, .wpml-ls.wpml-ls-legacy-dropdown a {
  padding: 1em 1.41575em;
  border-color: var(--border);
  background-color: var(--background);
}
.wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after, .wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 1em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
}
.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
  margin-top: 1em;
  margin-bottom: 0;
}
.wpml-ls-statics-footer li a {
  color: var(--text);
}
.wpml-ls-statics-footer li a:hover {
  color: var(--primary);
}

.widget.widget_tag_cloud .tagcloud a, .widget.widget_tag_cloud .wp-block-tag-cloud a,
.elementor-widget-wp-widget-tag_cloud .tagcloud a,
.elementor-widget-wp-widget-tag_cloud .wp-block-tag-cloud a {
  display: inline-flex;
  padding: 5px 15px;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 5px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.4285714286;
  text-transform: lowercase;
}
.widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_tag_cloud .wp-block-tag-cloud a:hover,
.elementor-widget-wp-widget-tag_cloud .tagcloud a:hover,
.elementor-widget-wp-widget-tag_cloud .wp-block-tag-cloud a:hover {
  color: #ffffff;
  background-color: var(--primary);
  border-color: var(--primary);
  text-decoration: none;
}

.widget-area {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px;
}
.widget-area .widget_search .wp-block-search .wp-block-search__label {
  display: block;
  color: var(--text);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3076923077;
  transition: all ease 0.3s;
  margin-bottom: 20px;
  font-family: var(--e-global-typography-accent-font-family);
  text-transform: uppercase;
}
.widget-area .widget_archive select {
  margin-bottom: 0;
}

.widget_search form,
.site-search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form::before,
.site-search form::before {
  font-size: 15px;
  color: var(--accent);
}
.widget_search form input[type=text],
.widget_search form input[type=search],
.site-search form input[type=text],
.site-search form input[type=search] {
  width: 100%;
  padding: 14px 20px;
  padding-right: 55px;
  flex: 1;
  color: var(--accent);
  background-color: var(--background_light);
  border-radius: 30px;
  border-color: var(--background_light);
}
.widget_search form input[type=text]:focus,
.widget_search form input[type=search]:focus,
.site-search form input[type=text]:focus,
.site-search form input[type=search]:focus {
  border-color: var(--primary);
}
.widget_search form input[type=text]::placeholder,
.widget_search form input[type=search]::placeholder,
.site-search form input[type=text]::placeholder,
.site-search form input[type=search]::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--text_light);
}
.widget_search form input[type=submit],
.widget_search form button[type=submit],
.site-search form input[type=submit],
.site-search form button[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 55px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: transparent;
  border: none;
  padding: 0;
}
.widget_search form input[type=submit]:after,
.widget_search form button[type=submit]:after,
.site-search form input[type=submit]:after,
.site-search form button[type=submit]:after {
  background-color: transparent;
}

.site-search form {
  margin-bottom: 0;
}

.widget_categories form,
.widget_text form {
  margin: 0;
}
.widget_categories p,
.widget_text p {
  margin: 0;
}

.widget.widget_block ul, .widget.widget_block ol,
.wp-block-archives-list ul,
.wp-block-archives-list ol,
.widget_pages ul,
.widget_pages ol,
.widget_categories ul,
.widget_categories ol,
.widget_archive ul,
.widget_archive ol,
.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_recent_entries ul,
.widget_recent_entries ol,
.widget_nav_menu ul,
.widget_nav_menu ol,
.widget_links ul,
.widget_links ol,
.widget_layered_nav ul,
.widget_layered_nav ol,
.widget_meta ul,
.widget_meta ol {
  margin-bottom: 0;
}
.widget.widget_block ul li, .widget.widget_block ol li,
.wp-block-archives-list ul li,
.wp-block-archives-list ol li,
.widget_pages ul li,
.widget_pages ol li,
.widget_categories ul li,
.widget_categories ol li,
.widget_archive ul li,
.widget_archive ol li,
.widget_recent_comments ul li,
.widget_recent_comments ol li,
.widget_recent_entries ul li,
.widget_recent_entries ol li,
.widget_nav_menu ul li,
.widget_nav_menu ol li,
.widget_links ul li,
.widget_links ol li,
.widget_layered_nav ul li,
.widget_layered_nav ol li,
.widget_meta ul li,
.widget_meta ol li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.widget.widget_block ul a:not(.button), .widget.widget_block ol a:not(.button),
.wp-block-archives-list ul a:not(.button),
.wp-block-archives-list ol a:not(.button),
.widget_pages ul a:not(.button),
.widget_pages ol a:not(.button),
.widget_categories ul a:not(.button),
.widget_categories ol a:not(.button),
.widget_archive ul a:not(.button),
.widget_archive ol a:not(.button),
.widget_recent_comments ul a:not(.button),
.widget_recent_comments ol a:not(.button),
.widget_recent_entries ul a:not(.button),
.widget_recent_entries ol a:not(.button),
.widget_nav_menu ul a:not(.button),
.widget_nav_menu ol a:not(.button),
.widget_links ul a:not(.button),
.widget_links ol a:not(.button),
.widget_layered_nav ul a:not(.button),
.widget_layered_nav ol a:not(.button),
.widget_meta ul a:not(.button),
.widget_meta ol a:not(.button) {
  color: var(--accent);
  font-weight: 600;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_block ul a:not(.button):hover, .widget.widget_block ol a:not(.button):hover,
.wp-block-archives-list ul a:not(.button):hover,
.wp-block-archives-list ol a:not(.button):hover,
.widget_pages ul a:not(.button):hover,
.widget_pages ol a:not(.button):hover,
.widget_categories ul a:not(.button):hover,
.widget_categories ol a:not(.button):hover,
.widget_archive ul a:not(.button):hover,
.widget_archive ol a:not(.button):hover,
.widget_recent_comments ul a:not(.button):hover,
.widget_recent_comments ol a:not(.button):hover,
.widget_recent_entries ul a:not(.button):hover,
.widget_recent_entries ol a:not(.button):hover,
.widget_nav_menu ul a:not(.button):hover,
.widget_nav_menu ol a:not(.button):hover,
.widget_links ul a:not(.button):hover,
.widget_links ol a:not(.button):hover,
.widget_layered_nav ul a:not(.button):hover,
.widget_layered_nav ol a:not(.button):hover,
.widget_meta ul a:not(.button):hover,
.widget_meta ol a:not(.button):hover {
  color: var(--primary);
}
.widget.widget_block ul a:not(.button):hover .archive-count,
.widget.widget_block ul a:not(.button):hover .count,
.widget.widget_block ul a:not(.button):hover .cat-count, .widget.widget_block ol a:not(.button):hover .archive-count,
.widget.widget_block ol a:not(.button):hover .count,
.widget.widget_block ol a:not(.button):hover .cat-count,
.wp-block-archives-list ul a:not(.button):hover .archive-count,
.wp-block-archives-list ul a:not(.button):hover .count,
.wp-block-archives-list ul a:not(.button):hover .cat-count,
.wp-block-archives-list ol a:not(.button):hover .archive-count,
.wp-block-archives-list ol a:not(.button):hover .count,
.wp-block-archives-list ol a:not(.button):hover .cat-count,
.widget_pages ul a:not(.button):hover .archive-count,
.widget_pages ul a:not(.button):hover .count,
.widget_pages ul a:not(.button):hover .cat-count,
.widget_pages ol a:not(.button):hover .archive-count,
.widget_pages ol a:not(.button):hover .count,
.widget_pages ol a:not(.button):hover .cat-count,
.widget_categories ul a:not(.button):hover .archive-count,
.widget_categories ul a:not(.button):hover .count,
.widget_categories ul a:not(.button):hover .cat-count,
.widget_categories ol a:not(.button):hover .archive-count,
.widget_categories ol a:not(.button):hover .count,
.widget_categories ol a:not(.button):hover .cat-count,
.widget_archive ul a:not(.button):hover .archive-count,
.widget_archive ul a:not(.button):hover .count,
.widget_archive ul a:not(.button):hover .cat-count,
.widget_archive ol a:not(.button):hover .archive-count,
.widget_archive ol a:not(.button):hover .count,
.widget_archive ol a:not(.button):hover .cat-count,
.widget_recent_comments ul a:not(.button):hover .archive-count,
.widget_recent_comments ul a:not(.button):hover .count,
.widget_recent_comments ul a:not(.button):hover .cat-count,
.widget_recent_comments ol a:not(.button):hover .archive-count,
.widget_recent_comments ol a:not(.button):hover .count,
.widget_recent_comments ol a:not(.button):hover .cat-count,
.widget_recent_entries ul a:not(.button):hover .archive-count,
.widget_recent_entries ul a:not(.button):hover .count,
.widget_recent_entries ul a:not(.button):hover .cat-count,
.widget_recent_entries ol a:not(.button):hover .archive-count,
.widget_recent_entries ol a:not(.button):hover .count,
.widget_recent_entries ol a:not(.button):hover .cat-count,
.widget_nav_menu ul a:not(.button):hover .archive-count,
.widget_nav_menu ul a:not(.button):hover .count,
.widget_nav_menu ul a:not(.button):hover .cat-count,
.widget_nav_menu ol a:not(.button):hover .archive-count,
.widget_nav_menu ol a:not(.button):hover .count,
.widget_nav_menu ol a:not(.button):hover .cat-count,
.widget_links ul a:not(.button):hover .archive-count,
.widget_links ul a:not(.button):hover .count,
.widget_links ul a:not(.button):hover .cat-count,
.widget_links ol a:not(.button):hover .archive-count,
.widget_links ol a:not(.button):hover .count,
.widget_links ol a:not(.button):hover .cat-count,
.widget_layered_nav ul a:not(.button):hover .archive-count,
.widget_layered_nav ul a:not(.button):hover .count,
.widget_layered_nav ul a:not(.button):hover .cat-count,
.widget_layered_nav ol a:not(.button):hover .archive-count,
.widget_layered_nav ol a:not(.button):hover .count,
.widget_layered_nav ol a:not(.button):hover .cat-count,
.widget_meta ul a:not(.button):hover .archive-count,
.widget_meta ul a:not(.button):hover .count,
.widget_meta ul a:not(.button):hover .cat-count,
.widget_meta ol a:not(.button):hover .archive-count,
.widget_meta ol a:not(.button):hover .count,
.widget_meta ol a:not(.button):hover .cat-count {
  color: var(--primary);
}
.widget.widget_block ul .children, .widget.widget_block ol .children,
.wp-block-archives-list ul .children,
.wp-block-archives-list ol .children,
.widget_pages ul .children,
.widget_pages ol .children,
.widget_categories ul .children,
.widget_categories ol .children,
.widget_archive ul .children,
.widget_archive ol .children,
.widget_recent_comments ul .children,
.widget_recent_comments ol .children,
.widget_recent_entries ul .children,
.widget_recent_entries ol .children,
.widget_nav_menu ul .children,
.widget_nav_menu ol .children,
.widget_links ul .children,
.widget_links ol .children,
.widget_layered_nav ul .children,
.widget_layered_nav ol .children,
.widget_meta ul .children,
.widget_meta ol .children {
  margin-top: 0;
}

.widget_archive select {
  margin-bottom: 0;
}

.widget_rating_filter ul li,
.widget_categories ul li,
.widget_archive ul li,
.wp-block-archives ul li,
.wp-block-categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.widget_rating_filter ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.wp-block-archives ul li:last-child,
.wp-block-categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}
.widget_rating_filter ul li ul.children li:last-child, .widget_rating_filter ul li ul.sub-menu li:last-child,
.widget_categories ul li ul.children li:last-child,
.widget_categories ul li ul.sub-menu li:last-child,
.widget_archive ul li ul.children li:last-child,
.widget_archive ul li ul.sub-menu li:last-child,
.wp-block-archives ul li ul.children li:last-child,
.wp-block-archives ul li ul.sub-menu li:last-child,
.wp-block-categories ul li ul.children li:last-child,
.wp-block-categories ul li ul.sub-menu li:last-child,
.widget_pages ul li ul.children li:last-child,
.widget_pages ul li ul.sub-menu li:last-child,
.widget_meta ul li ul.children li:last-child,
.widget_meta ul li ul.sub-menu li:last-child,
.widget_nav_menu ul li ul.children li:last-child,
.widget_nav_menu ul li ul.sub-menu li:last-child {
  margin-top: 4px;
}
.widget_rating_filter ul li a:not(.button),
.widget_categories ul li a:not(.button),
.widget_archive ul li a:not(.button),
.wp-block-archives ul li a:not(.button),
.wp-block-categories ul li a:not(.button),
.widget_pages ul li a:not(.button),
.widget_meta ul li a:not(.button),
.widget_nav_menu ul li a:not(.button) {
  color: var(--accent);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  gap: 5px;
  position: relative;
  justify-content: space-between;
  line-height: 1.625;
  font-weight: 600;
  padding-left: 20px;
}
.widget_rating_filter ul li a:not(.button):before,
.widget_categories ul li a:not(.button):before,
.widget_archive ul li a:not(.button):before,
.wp-block-archives ul li a:not(.button):before,
.wp-block-categories ul li a:not(.button):before,
.widget_pages ul li a:not(.button):before,
.widget_meta ul li a:not(.button):before,
.widget_nav_menu ul li a:not(.button):before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--primary);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s ease;
}
.widget_rating_filter ul li a:not(.button):hover,
.widget_categories ul li a:not(.button):hover,
.widget_archive ul li a:not(.button):hover,
.wp-block-archives ul li a:not(.button):hover,
.wp-block-categories ul li a:not(.button):hover,
.widget_pages ul li a:not(.button):hover,
.widget_meta ul li a:not(.button):hover,
.widget_nav_menu ul li a:not(.button):hover {
  color: var(--primary);
}
.widget_rating_filter ul li .archive-count,
.widget_rating_filter ul li .count,
.widget_rating_filter ul li .cat-count,
.widget_categories ul li .archive-count,
.widget_categories ul li .count,
.widget_categories ul li .cat-count,
.widget_archive ul li .archive-count,
.widget_archive ul li .count,
.widget_archive ul li .cat-count,
.wp-block-archives ul li .archive-count,
.wp-block-archives ul li .count,
.wp-block-archives ul li .cat-count,
.wp-block-categories ul li .archive-count,
.wp-block-categories ul li .count,
.wp-block-categories ul li .cat-count,
.widget_pages ul li .archive-count,
.widget_pages ul li .count,
.widget_pages ul li .cat-count,
.widget_meta ul li .archive-count,
.widget_meta ul li .count,
.widget_meta ul li .cat-count,
.widget_nav_menu ul li .archive-count,
.widget_nav_menu ul li .count,
.widget_nav_menu ul li .cat-count {
  color: var(--text_light);
  font-weight: 400;
}

.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
  position: relative;
  text-transform: capitalize;
}
.widget_block .wp-block-archives li a:not(.button),
.widget_block .wp-block-categories li a:not(.button) {
  color: var(--accent);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 1.8571428571;
  font-weight: 600;
}

.widget_recent_comments .wp-block-latest-comments__comment {
  line-height: 1.7;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  line-height: 1.425;
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center;
}

.widget_recent_entries ul ul.children {
  margin: 0.6180469716em 0 0 0;
}

.zipli-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
  font-size: 1.41575em;
}
.zipli-canvas-filter a:not(.button),
.widget-area a:not(.button) {
  color: var(--accent);
}
.zipli-canvas-filter a:not(.button):hover,
.widget-area a:not(.button):hover {
  color: var(--primary);
}

.widget_calendar, .wp-block-calendar {
  text-align: left;
}
.widget_calendar table caption, .wp-block-calendar table caption {
  padding: 7px 0;
  background: var(--primary);
  color: var(--white);
}
.widget_calendar table th, .widget_calendar table td, .wp-block-calendar table th, .wp-block-calendar table td {
  text-align: center;
  border: 1px solid;
  border-color: var(--border);
}
.widget_calendar table #today, .wp-block-calendar table #today {
  background-color: var(--primary);
  color: #ffffff;
}
.widget_calendar table th, .wp-block-calendar table th {
  background: #ddd;
  color: var(--accent);
}

.ajax-search .site-header-search .button-search-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  width: 100%;
  height: unset;
}
.ajax-search .site-header-search i {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--accent);
}
.ajax-search .site-header-search .content {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: var(--accent);
}
.ajax-search .site-header-search:hover i {
  color: var(--accent);
}

.search-by-category {
  display: none;
  position: relative;
}
.search-by-category .input-dropdown-inner {
  height: 48px;
  line-height: 48px;
  width: 155px;
}
@media (min-width: 768px) {
  .search-by-category .input-dropdown-inner {
    width: 215px;
  }
}
.search-by-category .input-dropdown-inner > a {
  display: block;
  margin-right: 24px;
  font-weight: 400;
  color: var(--text);
  position: relative;
  text-decoration: none;
}
.search-by-category .input-dropdown-inner > a:hover {
  color: var(--accent);
}
.search-by-category .input-dropdown-inner > a span {
  width: 110px;
  display: block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-align: right;
}
@media (min-width: 768px) {
  .search-by-category .input-dropdown-inner > a span {
    width: 135px;
  }
}
.search-by-category .input-dropdown-inner > a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
}
@media (min-width: 768px) {
  .search-by-category .input-dropdown-inner > a:after {
    right: 20px;
  }
}
.search-by-category .list-wrapper {
  position: absolute;
  top: 100%;
  left: 1px;
  z-index: 300;
  display: none;
  margin-top: 1px;
  height: auto;
  background-color: #FFF;
  text-align: left;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid var(--border);
}
.search-by-category .list-wrapper .zipli-scroll-content {
  position: relative;
  max-height: 255px;
  max-width: 215px;
  overflow-y: auto;
  margin-bottom: 0;
}
.search-by-category ul li {
  margin-bottom: 0;
}
.search-by-category ul li a {
  display: block;
  padding: 5px 25px;
  color: var(--accent);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.search-by-category ul li a:focus, .search-by-category ul li a:hover {
  background-color: #F9F9F9;
  color: var(--accent);
  text-decoration: none;
}
.search-by-category ul li.current-item > a {
  background-color: #F4F4F4;
  color: var(--accent);
}
.search-by-category ul .children {
  margin-top: 0;
  display: none;
}
.search-by-category ul .children > li > a {
  padding-left: 15px;
  color: var(--light);
}
.search-by-category ul .children > li > a:focus, .search-by-category ul .children > li > a:hover {
  background-color: #F9F9F9;
  color: var(--primary);
}

.widget_media_gallery .gallery {
  margin: -7.5px;
}
.widget_media_gallery .gallery .gallery-item {
  padding: 7.5px;
}

/*--------------------------------------------------------------
16.0 Layout
--------------------------------------------------------------*/
/**
 * Strictly Layout Styles
 */
@media (min-width: 1025px) {
  /**
  * Menus
  *
  * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
  */
  .menu-toggle,
.main-navigation.toggled div.menu {
    display: none;
  }

  .primary-navigation {
    display: block;
  }

  .instagram-widget .instagram-picture, .instagram-widget .instagram-box-title {
    order: unset !important;
  }

  .main-navigation {
    clear: both;
    display: block;
    width: 100%;
  }
  .main-navigation ul.menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
  }
  .main-navigation ul.menu li.menu-item {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .main-navigation ul.menu li.menu-item a:not(.elementor-button-link) {
    display: block;
  }
  .main-navigation ul.menu li.menu-item:hover > ul.sub-menu, .main-navigation ul.menu li.menu-item.focus > ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0px);
  }
  .main-navigation ul.menu li.menu-item:hover > ul.sub-menu li.menu-item > ul.sub-menu, .main-navigation ul.menu li.menu-item.focus > ul.sub-menu li.menu-item > ul.sub-menu {
    display: block;
    left: calc(100% + 43px);
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  .main-navigation ul.menu li.menu-item:hover > ul.sub-menu li.menu-item > ul.sub-menu:before, .main-navigation ul.menu li.menu-item.focus > ul.sub-menu li.menu-item > ul.sub-menu:before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 75px;
    left: -45px;
    top: 0;
  }
  .main-navigation ul.menu li.menu-item:hover > ul.sub-menu li.menu-item > ul.sub-menu.sub-menu--is-touch-device, .main-navigation ul.menu li.menu-item.focus > ul.sub-menu li.menu-item > ul.sub-menu.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul.menu li.menu-item:hover > ul.sub-menu li.menu-item:hover > ul.sub-menu, .main-navigation ul.menu li.menu-item:hover > ul.sub-menu li.menu-item.focus > ul.sub-menu, .main-navigation ul.menu li.menu-item.focus > ul.sub-menu li.menu-item:hover > ul.sub-menu, .main-navigation ul.menu li.menu-item.focus > ul.sub-menu li.menu-item.focus > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .main-navigation ul.menu ul.sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    z-index: 99999;
    left: -25px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s ease;
    pointer-events: none;
  }
  .main-navigation ul.menu ul.sub-menu.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul.menu ul.sub-menu li.menu-item {
    display: block;
    min-width: 180px;
  }

  .site-content::before, .site-content::after {
    content: "";
    display: table;
  }
  .site-content::after {
    clear: both;
  }

  .content-area {
    width: calc(100% - 470px);
    float: left;
    position: relative;
  }
  .zipli-sidebar-left .content-area {
    float: right;
  }

  .widget-area {
    width: 410px;
    float: right;
  }
  .zipli-sidebar-left .widget-area {
    float: left;
  }

  .left-sidebar .content-area {
    float: right;
  }
  .left-sidebar .widget-area {
    float: left;
  }

  .zipli-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .site-branding .site-description {
    margin-bottom: 0;
  }

  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em;
  }
  .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0;
  }
  .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 0.5407911001em !important;
    display: inline-block;
  }

  /**
   * Full width & homepage template
   */
  .page-template-template-fullwidth-php .content-area,
.elementor_library-template-default .content-area,
.page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /**
   * Comments
   */
  .comment-list::before, .comment-list::after {
    content: "";
    display: table;
  }
  .comment-list::after {
    clear: both;
  }
  .comment-list .comment {
    clear: both;
  }
  .comment-list #respond .comment-form-author,
.comment-list #respond .comment-form-email,
.comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment-body #respond {
    border: 1px solid var(--border);
  }
  .comment-list .comment-head {
    width: 65%;
  }
  .comment-list .reply {
    clear: both;
  }
  .comment-list ol.children {
    margin-left: 50px;
    list-style: none;
  }

  #respond .comment-form-comment {
    clear: both;
  }

  /**
   * Primary Navigation
   */
  .zipli-primary-navigation {
    clear: both;
  }
  .zipli-primary-navigation::before, .zipli-primary-navigation::after {
    content: "";
    display: table;
  }
  .zipli-primary-navigation::after {
    clear: both;
  }

  .main-navigation div.menu {
    display: block;
  }
  .main-navigation ul.menu,
.main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: -0.8em;
    margin-right: -0.8em;
    transition: none;
  }
  .main-navigation ul.menu > li.menu-item > a,
.main-navigation ul.nav-menu > li.menu-item > a {
    padding: 2.1em 1.25em;
  }
  .main-navigation ul.menu ul.sub-menu,
.main-navigation ul.nav-menu ul.sub-menu {
    margin-left: 0;
  }
  .main-navigation ul.menu ul.sub-menu li.menu-item,
.main-navigation ul.nav-menu ul.sub-menu li.menu-item {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .main-navigation ul.menu ul.sub-menu li.menu-item a,
.main-navigation ul.nav-menu ul.sub-menu li.menu-item a {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
  }

  /**
   * 404 Styles
   */
  .error404 .fourohfour-columns-2 .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }

  .wpml-ls-statics-footer {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wpml-ls-statics-footer::before, .wpml-ls-statics-footer::after {
    content: "";
    display: table;
  }
  .wpml-ls-statics-footer::after {
    clear: both;
  }
  .wpml-ls-statics-footer:after {
    content: " ";
    display: block;
    clear: both;
  }

  .copyright-bar .zipli-social {
    text-align: left;
    margin: 0;
  }
  .copyright-bar .site-info {
    margin: 0;
  }
  .copyright-bar .logo-brands img {
    margin-left: auto;
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
17.0 Utilities
--------------------------------------------------------------*/
.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

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

.justify-content-center {
  justify-content: center;
}

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

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

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

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

.text-right {
  text-align: right;
}

@media (min-width: 1400px) {
  .pl-vw {
    padding-left: calc(calc(100vw - calc(var(--container) + 30px)) / 2) !important;
  }

  .pr-vw {
    padding-right: calc(calc(100vw - calc(var(--container) + 30px)) / 2) !important;
  }

  .ml-vw {
    margin-left: calc(calc(100vw - calc(var(--container) + 30px)) / 2) !important;
  }

  .mr-vw {
    margin-right: calc(calc(100vw - calc(var(--container) + 30px)) / 2) !important;
  }
}
/*--------------------------------------------------------------
19.0 Icons
--------------------------------------------------------------*/
.zipli-social-share {
  font-size: 14px;
  line-height: 30px;
}
.zipli-social-share .social-share-header {
  margin-right: 10px;
  color: var(--text_light);
}
.zipli-social-share a {
  color: var(--text);
}
.zipli-social-share a:hover {
  color: var(--primary);
}
.zipli-social-share a span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ===== Start ICONS CSS ===== */
@font-face {
  font-family: "zipli-icon";
  src: url("./assets/fonts/icons/zipli-icon-1.0.4.eot");
  src: url("./assets/fonts/icons/zipli-icon-1.0.4.eot?#iefix") format("eot"), url("./assets/fonts/icons/zipli-icon-1.0.4.woff2") format("woff2"), url("./assets/fonts/icons/zipli-icon-1.0.4.woff") format("woff"), url("./assets/fonts/icons/zipli-icon-1.0.4.ttf") format("truetype"), url("./assets/fonts/icons/zipli-icon-1.0.4.svg#zipli-icon-1.0.4") format("svg");
}
[class*=zipli-icon-] {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

.zipli-icon-angle-down:before {
  content: "";
}

.zipli-icon-angle-left:before {
  content: "";
}

.zipli-icon-angle-right:before {
  content: "";
}

.zipli-icon-angle-up:before {
  content: "";
}

.zipli-icon-arrow-left:before {
  content: "";
}

.zipli-icon-arrow-right:before {
  content: "";
}

.zipli-icon-arrow-triangel:before {
  content: "";
}

.zipli-icon-binoculars:before {
  content: "";
}

.zipli-icon-checkbox-circle:before {
  content: "";
}

.zipli-icon-collaborate:before {
  content: "";
}

.zipli-icon-compass:before {
  content: "";
}

.zipli-icon-discount:before {
  content: "";
}

.zipli-icon-e-mail:before {
  content: "";
}

.zipli-icon-long-arrow-left:before {
  content: "";
}

.zipli-icon-long-arrow-right:before {
  content: "";
}

.zipli-icon-mail:before {
  content: "";
}

.zipli-icon-map-pin:before {
  content: "";
}

.zipli-icon-phone:before {
  content: "";
}

.zipli-icon-play:before {
  content: "";
}

.zipli-icon-route:before {
  content: "";
}

.zipli-icon-star-1:before {
  content: "";
}

.zipli-icon-tag1:before {
  content: "";
}

.zipli-icon-team-management:before {
  content: "";
}

.zipli-icon-tent:before {
  content: "";
}

.zipli-icon-weight:before {
  content: "";
}

.zipli-icon-360:before {
  content: "";
}

.zipli-icon-bars:before {
  content: "";
}

.zipli-icon-cart-empty:before {
  content: "";
}

.zipli-icon-check-square:before {
  content: "";
}

.zipli-icon-chevron-down:before {
  content: "";
}

.zipli-icon-chevron-left:before {
  content: "";
}

.zipli-icon-chevron-right:before {
  content: "";
}

.zipli-icon-chevron-up:before {
  content: "";
}

.zipli-icon-circle:before {
  content: "";
}

.zipli-icon-clock:before {
  content: "";
}

.zipli-icon-cloud-download-alt:before {
  content: "";
}

.zipli-icon-comment:before {
  content: "";
}

.zipli-icon-comments:before {
  content: "";
}

.zipli-icon-contact:before {
  content: "";
}

.zipli-icon-credit-card:before {
  content: "";
}

.zipli-icon-dot-circle:before {
  content: "";
}

.zipli-icon-edit:before {
  content: "";
}

.zipli-icon-envelope:before {
  content: "";
}

.zipli-icon-expand-alt:before {
  content: "";
}

.zipli-icon-external-link-alt:before {
  content: "";
}

.zipli-icon-file-alt:before {
  content: "";
}

.zipli-icon-file-archive:before {
  content: "";
}

.zipli-icon-folder-open:before {
  content: "";
}

.zipli-icon-folder:before {
  content: "";
}

.zipli-icon-frown:before {
  content: "";
}

.zipli-icon-gift:before {
  content: "";
}

.zipli-icon-grid:before {
  content: "";
}

.zipli-icon-grip-horizontal:before {
  content: "";
}

.zipli-icon-heart-fill:before {
  content: "";
}

.zipli-icon-history:before {
  content: "";
}

.zipli-icon-home:before {
  content: "";
}

.zipli-icon-info-circle:before {
  content: "";
}

.zipli-icon-instagram:before {
  content: "";
}

.zipli-icon-level-up-alt:before {
  content: "";
}

.zipli-icon-list:before {
  content: "";
}

.zipli-icon-map-marker-check:before {
  content: "";
}

.zipli-icon-meh:before {
  content: "";
}

.zipli-icon-minus-circle:before {
  content: "";
}

.zipli-icon-minus:before {
  content: "";
}

.zipli-icon-mobile-android-alt:before {
  content: "";
}

.zipli-icon-money-bill:before {
  content: "";
}

.zipli-icon-pencil-alt:before {
  content: "";
}

.zipli-icon-plus:before {
  content: "";
}

.zipli-icon-quote:before {
  content: "";
}

.zipli-icon-random:before {
  content: "";
}

.zipli-icon-reply-all:before {
  content: "";
}

.zipli-icon-reply:before {
  content: "";
}

.zipli-icon-search:before {
  content: "";
}

.zipli-icon-shield-check:before {
  content: "";
}

.zipli-icon-shopping-basket:before {
  content: "";
}

.zipli-icon-sign-out-alt:before {
  content: "";
}

.zipli-icon-smile:before {
  content: "";
}

.zipli-icon-spinner:before {
  content: "";
}

.zipli-icon-square:before {
  content: "";
}

.zipli-icon-star:before {
  content: "";
}

.zipli-icon-store:before {
  content: "";
}

.zipli-icon-sync:before {
  content: "";
}

.zipli-icon-tachometer-alt:before {
  content: "";
}

.zipli-icon-thumbtack:before {
  content: "";
}

.zipli-icon-ticket:before {
  content: "";
}

.zipli-icon-times-circle:before {
  content: "";
}

.zipli-icon-times-square:before {
  content: "";
}

.zipli-icon-times:before {
  content: "";
}

.zipli-icon-trophy-alt:before {
  content: "";
}

.zipli-icon-truck:before {
  content: "";
}

.zipli-icon-user:before {
  content: "";
}

.zipli-icon-video:before {
  content: "";
}

.zipli-icon-wishlist-empty:before {
  content: "";
}

.zipli-icon-adobe:before {
  content: "";
}

.zipli-icon-amazon:before {
  content: "";
}

.zipli-icon-android:before {
  content: "";
}

.zipli-icon-angular:before {
  content: "";
}

.zipli-icon-apper:before {
  content: "";
}

.zipli-icon-apple:before {
  content: "";
}

.zipli-icon-atlassian:before {
  content: "";
}

.zipli-icon-behance:before {
  content: "";
}

.zipli-icon-bitbucket:before {
  content: "";
}

.zipli-icon-bitcoin:before {
  content: "";
}

.zipli-icon-bity:before {
  content: "";
}

.zipli-icon-bluetooth:before {
  content: "";
}

.zipli-icon-btc:before {
  content: "";
}

.zipli-icon-centos:before {
  content: "";
}

.zipli-icon-chrome:before {
  content: "";
}

.zipli-icon-codepen:before {
  content: "";
}

.zipli-icon-cpanel:before {
  content: "";
}

.zipli-icon-discord:before {
  content: "";
}

.zipli-icon-dochub:before {
  content: "";
}

.zipli-icon-docker:before {
  content: "";
}

.zipli-icon-dribbble:before {
  content: "";
}

.zipli-icon-dropbox:before {
  content: "";
}

.zipli-icon-drupal:before {
  content: "";
}

.zipli-icon-ebay:before {
  content: "";
}

.zipli-icon-facebook-f:before {
  content: "";
}

.zipli-icon-facebook-r:before {
  content: "";
}

.zipli-icon-facebook:before {
  content: "";
}

.zipli-icon-figma:before {
  content: "";
}

.zipli-icon-firefox:before {
  content: "";
}

.zipli-icon-google-plus:before {
  content: "";
}

.zipli-icon-google:before {
  content: "";
}

.zipli-icon-grunt:before {
  content: "";
}

.zipli-icon-gulp:before {
  content: "";
}

.zipli-icon-html5:before {
  content: "";
}

.zipli-icon-joomla:before {
  content: "";
}

.zipli-icon-link-brand:before {
  content: "";
}

.zipli-icon-linkedin:before {
  content: "";
}

.zipli-icon-mailchimp:before {
  content: "";
}

.zipli-icon-opencart:before {
  content: "";
}

.zipli-icon-paypal:before {
  content: "";
}

.zipli-icon-pinterest-p:before {
  content: "";
}

.zipli-icon-reddit:before {
  content: "";
}

.zipli-icon-skype:before {
  content: "";
}

.zipli-icon-slack:before {
  content: "";
}

.zipli-icon-snapchat:before {
  content: "";
}

.zipli-icon-spotify:before {
  content: "";
}

.zipli-icon-trello:before {
  content: "";
}

.zipli-icon-twitter-x:before {
  content: "";
}

.zipli-icon-twitter:before {
  content: "";
}

.zipli-icon-vimeo:before {
  content: "";
}

.zipli-icon-whatsapp:before {
  content: "";
}

.zipli-icon-wordpress:before {
  content: "";
}

.zipli-icon-yoast:before {
  content: "";
}

.zipli-icon-youtube:before {
  content: "";
}

/* ===== End ICONS CSS ===== */
.editor-styles-wrapper blockquote,
.editor-styles-wrapper .wp-block-quote,
.hentry .entry-content blockquote,
.hentry .entry-content .wp-block-quote {
  position: relative;
}
.editor-styles-wrapper blockquote:before,
.editor-styles-wrapper .wp-block-quote:before,
.hentry .entry-content blockquote:before,
.hentry .entry-content .wp-block-quote:before {
  position: absolute;
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  left: 45px;
  top: 30px;
  font-size: 44px;
  color: var(--primary);
}

.zipli-social ul {
  margin: 0;
  list-style-type: none;
}
.zipli-social ul li {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.zipli-social ul li:last-child {
  margin-right: 0;
}
.zipli-social ul li a:before {
  position: relative;
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.zipli-social ul li a[href*=twitter]:before {
  content: "";
  color: #1DA1F2;
}
.zipli-social ul li a[href*=instagram]:before {
  content: "";
  color: #262626;
}
.zipli-social ul li a[href*=docker]:before {
  content: "";
}
.zipli-social ul li a[href*=dochub]:before {
  content: "";
}
.zipli-social ul li a[href*=yelp]:before {
  content: "";
  color: #af0606;
}
.zipli-social ul li a[href*=flickr]:before {
  content: "";
  color: #0063dc;
}
.zipli-social ul li a[href*=github]:before {
  content: "";
  color: #333333;
}
.zipli-social ul li a[href*=dribbble]:before {
  content: "";
  color: #ea4c89;
}
.zipli-social ul li a[href*=wordpress]:before {
  content: "";
  color: #21759b;
}
.zipli-social ul li a[href*=tumblr]:before {
  content: "";
  color: #35465c;
}
.zipli-social ul li a[href*=angular]:before {
  content: "";
}
.zipli-social ul li a[href*=atlassian]:before {
  content: "";
}
.zipli-social ul li a[href*=snapchat]:before {
  content: "";
  color: #fffc00;
}
.zipli-social ul li a[href*=apper]:before {
  content: "";
}
.zipli-social ul li a[href*=codepen]:before {
  content: "";
}
.zipli-social ul li a[href*=gulp]:before {
  content: "";
}
.zipli-social ul li a[href*=cpanel]:before {
  content: "";
}
.zipli-social ul li a[href*=skype]:before {
  content: "";
  color: #00AFF0;
}
.zipli-social ul li a[href*=reddit]:before {
  content: "";
  color: #ff4500;
}
.zipli-social ul li a[href*=whatsapp]:before {
  content: "";
}
.zipli-social ul li a[href*=slack]:before {
  content: "";
}
.zipli-social ul li a[href*=amazon]:before {
  content: "";
}
.zipli-social ul li a[href*=android]:before {
  content: "";
}
.zipli-social ul li a[href*=grunt]:before {
  content: "";
}
.zipli-social ul li a[href*=firefox]:before {
  content: "";
}
.zipli-social ul li a[href*=adobe]:before {
  content: "";
}
.zipli-social ul li a[href*=behance]:before {
  content: "";
}
.zipli-social ul li a[href*=dropbox]:before {
  content: "";
}
.zipli-social ul li a[href*=facebook]:before {
  content: "";
  color: #3b5998;
}
.zipli-social ul li a[href*=linkedin]:before {
  content: "";
  color: #0077b5;
}
.zipli-social ul li a[href*=paypal]:before {
  content: "";
}
.zipli-social ul li a[href*=trello]:before {
  content: "";
}
.zipli-social ul li a[href*=vimeo]:before {
  content: "";
  color: #1ab7ea;
}
.zipli-social ul li a[href*=youtube]:before {
  content: "";
  color: #cd201f;
}
.zipli-social ul li a[href*=apple]:before {
  content: "";
  color: #999999;
}
.zipli-social ul li a[href*=bitbucket]:before {
  content: "";
}
.zipli-social ul li a[href*=bitcoin]:before {
  content: "";
}
.zipli-social ul li a[href*=bluetooth]:before {
  content: "";
}
.zipli-social ul li a[href*=bity]:before {
  content: "";
}
.zipli-social ul li a[href*="google/chrome"]:before {
  content: "";
}
.zipli-social ul li a[href*=drupal]:before {
  content: "";
}
.zipli-social ul li a[href*=html5]:before {
  content: "";
}
.zipli-social ul li a[href*=mailchimp]:before {
  content: "";
}
.zipli-social ul li a[href*=jenkins]:before {
  content: "";
}
.zipli-social ul li a[href*=spotify]:before {
  content: "";
  color: #2ebd59;
}
.zipli-social ul li a[href*=ebay]:before {
  content: "";
}
.zipli-social ul li a[href*=telegram]:before {
  content: "";
  color: #2CA5E0;
}
.zipli-social ul li a[href*=yoast]:before {
  content: "";
}
.zipli-social ul li a[href*=btc-e]:before {
  content: "";
}
.zipli-social ul li a[href*=discord]:before {
  content: "";
}
.zipli-social ul li a[href*=google]:before {
  content: "";
  color: #dd4b39;
}
.zipli-social ul li a[href*=google-plus]:before {
  content: "";
}
.zipli-social ul li a[href*=figma]:before {
  content: "";
}
.zipli-social ul li a[href*=joomla]:before {
  content: "";
}
.zipli-social ul li a[href*=opencart]:before {
  content: "";
}
.zipli-social ul li a[href*=pinterest]:before {
  content: "";
  color: #bd081c;
}
.zipli-social ul li a[href*=vimeo]:before {
  content: "";
  color: #1ab7ea;
}
.zipli-social ul li a[href*=centos]:before {
  content: "";
}
.zipli-social ul li a[href*=whatsapp]:before {
  content: "";
}

#comments .commentlist .bypostauthor > .comment-body cite::after {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407911001em;
}

#respond #cancel-comment-reply-link::before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  display: block;
}

#comments .comment-list .reply a.comment-reply-link:before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
#comments .comment-list .reply a.comment-edit-link:before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

.sticky .entry-title {
  display: inline-flex;
  align-items: center;
}
.sticky .entry-title::before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407911001em;
}

button.loading,
.button.loading {
  position: relative;
}
button.loading::after,
.button.loading::after {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
  background-color: transparent;
  z-index: 1;
}

.main-navigtion ul li a::before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407911001em;
}

.mobile-navigation ul li button::before, .mobile-navigation-categories ul li button::before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation ul li button.toggled-on::before, .mobile-navigation-categories ul li button.toggled-on::before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

.widget_search form::before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
  z-index: 100;
  color: var(--accent);
  pointer-events: none;
  font-size: 20px;
}
.widget_search.widget_block form::before {
  content: none;
}
.widget_search.widget_block form .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_search.widget_block form .wp-block-search__inside-wrapper:before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
  font-size: 18px;
  height: 54px;
  width: 54px;
  background-color: transparent;
  color: var(--accent);
  display: flex;
  justify-content: center;
  align-items: center;
}

a.remove {
  display: block;
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  text-indent: -9999px;
  position: relative;
}
a.remove::before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #999999;
  line-height: 1.618;
  text-indent: 0;
  text-align: center;
}

.blockUI::before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.pagination ul.page-numbers li .next,
.pagination ul.page-numbers li .prev {
  position: relative;
  font-size: 0;
}
.pagination ul.page-numbers li .next:before, .pagination ul.page-numbers li .next:after,
.pagination ul.page-numbers li .prev:before,
.pagination ul.page-numbers li .prev:after {
  font-size: 22px;
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
.pagination ul.page-numbers li .next:before {
  content: "";
}
.pagination ul.page-numbers li .prev:after {
  content: "";
}

#shipping_method li > label {
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}
#shipping_method li > label::after {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#shipping_method li > input[type=radio]:first-child {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
#shipping_method li > input[type=radio]:first-child:checked + label::after {
  content: "";
}
#shipping_method li > input[type=hidden]:first-child + label {
  padding-right: 0;
}
#shipping_method li > input[type=hidden]:first-child + label::after {
  content: none;
}

#payment .payment_methods li > label {
  cursor: pointer;
}
#payment .payment_methods li > label::before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407911001em;
  transition: color, ease, 0.2s;
}
#payment .payment_methods li > input[type=radio]:first-child {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
#payment .payment_methods li > input[type=radio]:first-child:checked + label::before {
  content: "";
}

.button.wl-create-new::before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407911001em;
}

.elementor-widget-zipli-vertical-menu .vertical-navigation .zipli-icon {
  position: relative;
}
.elementor-widget-zipli-vertical-menu .vertical-navigation .zipli-icon::after {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 16px;
  transition: transform 0.2s;
}
.elementor-widget-zipli-vertical-menu .vertical-navigation .zipli-icon::before {
  position: absolute;
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 16px;
  transform: translate3d(0, 250%, 0);
  transition: transform 0.2s;
}
.elementor-widget-zipli-vertical-menu .vertical-navigation:hover .zipli-icon::after {
  transform: translate3d(0, -250%, 0);
}
.elementor-widget-zipli-vertical-menu .vertical-navigation:hover .zipli-icon::before {
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .gecko .main-navigation ul.menu > li.menu-item-has-children > a:after, .gecko .main-navigation ul.menu > li.page_item_has_children > a:after, .gecko .main-navigation ul.menu > li.has-mega-menu > a:after,
.gecko .main-navigation ul.nav-menu > li.menu-item-has-children > a:after,
.gecko .main-navigation ul.nav-menu > li.page_item_has_children > a:after,
.gecko .main-navigation ul.nav-menu > li.has-mega-menu > a:after {
    margin-bottom: 0;
    vertical-align: sub;
  }

  .header-side .main-navigation ul.menu > li.menu-item-has-children > a::after, .header-side .main-navigation ul.menu > li.page_item_has_children > a::after, .header-side .main-navigation ul.menu > li.has-mega-menu > a::after,
.header-side .main-navigation ul.nav-menu > li.menu-item-has-children > a::after,
.header-side .main-navigation ul.nav-menu > li.page_item_has_children > a::after,
.header-side .main-navigation ul.nav-menu > li.has-mega-menu > a::after {
    font-family: "zipli-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: 1em;
    margin-right: -25px;
  }

  .vertical-navigation ul.menu > li.menu-item-has-children > a::after, .vertical-navigation ul.menu > li.page_item_has_children > a::after, .vertical-navigation ul.menu > li.has-mega-menu > a::after,
.vertical-navigation ul.nav-menu > li.menu-item-has-children > a::after,
.vertical-navigation ul.nav-menu > li.page_item_has_children > a::after,
.vertical-navigation ul.nav-menu > li.has-mega-menu > a::after,
.vertical-navigation ul.sub-menu > li.menu-item-has-children > a::after,
.vertical-navigation ul.sub-menu > li.page_item_has_children > a::after,
.vertical-navigation ul.sub-menu > li.has-mega-menu > a::after {
    font-family: "zipli-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: auto;
    float: right;
    font-size: 8px;
  }

  .nav-vertiacl-menu-layout-content-style-2 ul.menu > li::after {
    font-family: "zipli-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: auto;
    float: right;
    font-size: 14px;
  }

  .main-navigation ul.menu ul li.menu-item-has-children > a::after, .main-navigation ul.menu ul li.page_item_has_children > a::after,
.main-navigation ul.nav-menu ul li.menu-item-has-children > a::after,
.main-navigation ul.nav-menu ul li.page_item_has_children > a::after {
    font-family: "zipli-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "";
    float: right;
    margin-left: 8px;
    line-height: 1.2;
    color: var(--accent);
    font-size: 8px;
    position: relative;
    top: 6px;
  }

  .addresses header.title a {
    display: block;
    width: 1em;
    height: 1em;
    text-indent: -9999px;
    position: relative;
    padding: 0.875em;
    margin-top: 0.6180469716em;
  }
  .addresses header.title a::before {
    font-family: "zipli-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "";
    line-height: 1.618;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    text-indent: 0;
  }
}
body.loading {
  position: relative;
}
body.loading::after {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 999999;
  color: #fff;
}
body.loading:before {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999998;
}

.single-post .single-content .entry-content ul.custom-style-list {
  list-style: none;
  margin-left: 0;
  font-weight: 600;
}
.single-post .single-content .entry-content ul.custom-style-list li {
  margin-bottom: 4px;
}
.single-post .single-content .entry-content ul.custom-style-list li:before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: var(--primary);
  margin-right: 13px;
  font-size: 18px;
}

a.read-more:after {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
}

.layout-2 .team-content-header:before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

.layout-3 .teambox-item-inner:before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

.elementor-widget-zipli-language-switcher .zipli-language-switcher .language-switcher-head:after {
  position: relative;
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
  line-height: 12px;
}

.popup-navigation ul.menu > li.menu-item-has-children > a:after, .popup-navigation ul.menu > li.page_item_has_children > a:after, .popup-navigation ul.menu > li.has-mega-menu > a:after,
.popup-navigation ul.nav-menu > li.menu-item-has-children > a:after,
.popup-navigation ul.nav-menu > li.page_item_has_children > a:after,
.popup-navigation ul.nav-menu > li.has-mega-menu > a:after {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5em;
  font-size: 16px;
}

.popup-navigation ul.menu ul li.menu-item-has-children > a::after, .popup-navigation ul.menu ul li.page_item_has_children > a::after,
.popup-navigation ul.nav-menu ul li.menu-item-has-children > a::after,
.popup-navigation ul.nav-menu ul li.page_item_has_children > a::after {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  float: right;
  margin-left: 0.5em;
  line-height: 20px;
  font-size: 14px;
}

.elementor-widget-zipli-image-gallery .grid__item a[data-elementor-open-lightbox=yes]:after {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

.elementor-link-accordion-title .title:before,
.elementor-link-showcase-title .title:before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 14px;
}

.link-showcase-title-inner .elementor-link-showcase-title span:after {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 9px;
}

@keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-o-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-ms-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.form-style .mc4wp-form .mc4wp-form-fields:before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

.button-popup-content .mfp-close:before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

.service-item.service-style-4 .service-head .service-head-title:after {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 30px;
  margin-left: auto;
}
@media (max-width: 568px) {
  .service-item.service-style-4 .service-head .service-head-title:after {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .service-item.service-style-4 .service-head .service-head-title:after {
    margin-top: auto;
    margin-left: 0;
  }
}

.active .service-item.service-style-4 .service-head .service-head-title:after {
  content: "";
  color: var(--primary);
}

.elementor-widget-zipli-box-banner .box-banner-list .box-banner-item:last-of-type .box-banner-number span:before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: #fff;
  font-size: 16px;
}

.group-item .group-meta li:before {
  font-family: "zipli-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 24px;
  color: var(--primary);
}

.overflow-to-both .zipli-swiper {
  overflow: visible;
}

.overflow-to-left .zipli-swiper {
  overflow: visible;
  clip-path: inset(0 0 0 -100%);
}

.overflow-to-right .zipli-swiper {
  overflow: visible;
  clip-path: inset(0 -100% 0 0);
}

.swiper-autowidth .swiper-slide {
  width: auto;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 15px 0;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.e-widget-swiper .elementor-swiper-button {
  width: 50px;
  height: 50px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text);
  font-size: 16px;
  border: 1px solid var(--border);
  border-radius: 50%;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.e-widget-swiper .elementor-swiper-button i {
  font-size: 12px;
  color: #000;
}
.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-next {
  right: 10px;
}
.e-widget-swiper .elementor-swiper-button.elementor-swiper-button-prev {
  left: 10px;
}
.e-widget-swiper .elementor-swiper-button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.e-widget-swiper .elementor-swiper-button:hover i {
  color: #fff;
}
.e-widget-swiper .elementor-swiper-button:hover.elementor-swiper-button-next i {
  animation: 0.3s ease-in-out forwards animateIcon;
}
.e-widget-swiper .elementor-swiper-button:hover.elementor-swiper-button-prev i {
  animation: 0.3s ease-in-out forwards animateIconRevese;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  width: 100%;
  height: 2px;
  margin-top: 90px;
  margin-right: auto;
  background: var(--border);
  cursor: pointer;
}

.swiper-scrollbar-drag {
  background-color: var(--accent);
  border-radius: 0;
}

.elementor-lightbox .swiper .elementor-swiper-button {
  border: none;
}
.elementor-lightbox .swiper .elementor-swiper-button:hover {
  background: transparent;
}



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