/*!
Theme Name: erfolg
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: erfolg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

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

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

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

a {
  background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #555;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0
}

p {
  margin: 0
}

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

blockquote {
  margin: 0 1.5em
}

address {
  margin: 0 0 1.5em
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

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

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

big {
  font-size: 125%
}

body {
  background: #fff
}

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

ul,
ol {
  margin: 0 0 1.5em 3em
}

ul {
  list-style: disc
}

ol {
  list-style: decimal
}

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

dt {
  font-weight: 700
}

dd {
  margin: 0 1.5em 1.5em
}

embed,
iframe,
object {
  max-width: 100%
}

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

figure {
  margin: 1em 0
}

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

a {
  color: #555;
  text-decoration: none
}

a:hover,
a:visited a:focus,
a:active {
  outline: 0
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  line-height: 1;
  padding: .6em 1em .4em
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb
}

.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 40px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase
}

.btn_white {
  background-color: rgba(0, 0, 0, 0);
  color: #252525;
  border: 1px solid #252525
}

.btn_white svg path {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease
}

.btn_white:hover {
  color: #ad8949
}

.btn_white:hover svg path {
  fill: #ad8949
}

.btn_black {
  background-color: #252525;
  color: #fff
}

.btn_black:hover {
  background-color: #ad8949
}

.btn svg {
  margin-left: 6px
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: none
}

select {
  border: 1px solid #ccc
}

textarea {
  width: 100%
}

body {
  padding-top: 80px
}

@media(min-width: 1024px) {
  body {
    padding-top: 0
  }
}

body._active {
  overflow: hidden
}

body._active .site-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  opacity: 1;
  overflow-y: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

body._active .overlay-bg {
  opacity: 1;
  visibility: visible
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb
}

@media(min-width: 1024px) {
  .site-header {
    position: static
  }
}

.site-header_fixed {
  display: none
}

@media(min-width: 1024px) {
  .site-header_fixed {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    height: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 17px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 17px 3px rgba(0, 0, 0, .1)
  }
}

.site-header_fixed._active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.site-header__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px
}

@media(min-width: 1024px) {
  .site-header__area {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: inherit
  }
}

.site-header__logo {
  font-size: 0
}

@media(min-width: 1024px) {
  .site-header__logo {
    padding: 25px 0;
    border-right: 1px solid #ebebeb;
    width: 20%
  }
}

.site-header__logo_center img {
  max-width: 150px
}

.site-header__logo img {
  max-width: 150px
}

@media(min-width: 1024px) {
  .site-header__logo img {
    max-width: inherit
  }
}

.site-header__search-btn {
  padding: 0 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(min-width: 1024px) {
  .site-header__search-btn {
    padding: 0 50px;
    border-left: 1px solid #ebebeb
  }
}

.site-header__search-btn svg path {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease
}

.site-header__search-btn:hover svg path {
  fill: #ad8949
}

.site-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.site-header__menu {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 1023px) {
  .site-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    height: 100vh;
    left: -100%;
    top: 0;
    z-index: 101;
    opacity: 0;
    width: 280px;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #212121
  }
}

.site-header__burger {
  position: relative;
  width: 30px;
  height: 18px;
  cursor: pointer;
  margin-right: 18px
}

@media(min-width: 1024px) {
  .site-header__burger {
    display: none
  }
}

.site-header__burger._active {
  z-index: 505
}

.site-header__burger._active span,
.site-header__burger._active::before,
.site-header__burger._active::after {
  background-color: #fff
}

.site-header__burger span,
.site-header__burger::before,
.site-header__burger::after {
  left: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #252525
}

.site-header__burger::before,
.site-header__burger::after {
  content: "";
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.site-header__burger::before {
  top: 0
}

.site-header__burger::after {
  bottom: 0
}

.site-header__burger span {
  top: 50%;
  -webkit-transform: scale(1) translate(0, -50%);
  transform: scale(1) translate(0, -50%)
}

.site-header__burger._active span {
  -webkit-transform: scale(0) translate(0, -50%);
  transform: scale(0) translate(0, -50%);
  display: none;
  opacity: 0
}

.site-header__burger._active::before {
  top: -2px;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
  transform: rotate(-45deg) translate(-50%, 0);
  left: 10px
}

.site-header__burger._active::after {
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
  left: 10px;
  top: 19px
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px 0 0 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left
}

@media(min-width: 1024px) {
  .top-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    text-align: center
  }
}

.top-menu .menu-item {
  margin: 0 15px 20px 15px
}

@media(min-width: 1024px) {
  .top-menu .menu-item {
    margin: 0 10px
  }
}

.top-menu .menu-item a {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.top-menu .menu-item a:hover {
  color: #ad8949
}

@media(min-width: 1024px) {
  .top-menu .menu-item a {
    color: #252525
  }
}

.overlay-bg {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: opacity .3s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity .3s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility .3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.site-footer {
  background-color: #242424;
  overflow: hidden
}

.site-footer__top {
  padding: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(min-width: 1024px) {
  .site-footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.site-footer__left {
  max-width: 346px;
  margin-bottom: 32px
}

@media(min-width: 1024px) {
  .site-footer__left {
    margin-bottom: 0
  }
}

.site-footer__right .footer-menu .menu-item a {
  color: #979797
}

.site-footer__logo {
  font-size: 0;
  display: block;
  text-align: center
}

@media(min-width: 1024px) {
  .site-footer__logo {
    text-align: left
  }
}

.site-footer__text {
  font-size: 12px;
  margin-top: 24px;
  margin-bottom: 0;
  color: #979797;
  text-align: center
}

@media(min-width: 1024px) {
  .site-footer__text {
    text-align: left
  }
}

.site-footer__bottom {
  color: #979797;
  border-top: 1px solid rgba(194, 194, 194, .15);
  padding: 24px 0;
  font-size: 12px;
  text-align: center;
  font-weight: 300
}

.site-footer__up {
  background-color: #666;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 44px;
  height: 44px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  display: none
}

@media(min-width: 768px) {
  .site-footer__up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.site-footer__up:hover {
  background-color: #ad8949
}

.site-footer__up._active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.site-footer__arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  z-index: 100
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

@media(min-width: 1024px) {
  .footer-menu {
    text-align: left
  }
}

.footer-menu .menu-item {
  margin-bottom: 20px
}

.footer-menu .menu-item a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.footer-menu .menu-item a:hover {
  color: #ad8949
}

.cta-block {
  border: 2px solid #252525;
  padding: 18px
}

.cta-block__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center
}

.cta-block__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #252525;
  margin-bottom: 21px
}

.cta-block__link {
  text-transform: uppercase;
  color: #ad8949;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.cta-block__link:hover {
  color: #252525
}

.cta-block__btn {
  text-align: center
}

@media(min-width: 768px) {
  .cta-block__btn {
    text-align: left
  }
}

.cta-block__text {
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 1.4
}

.cta-block__content {
  padding-top: 21px
}

@media(min-width: 768px) {
  .cta-block__content {
    padding-top: 0;
    padding-left: 30px;
    border-left: 3px solid #ad8949;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.cta-block_vertical .cta-block__img {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #ad8949
}

.cta-block_horizontal {
  display: grid;
  grid-template-columns: 100%
}

@media(min-width: 768px) {
  .cta-block_horizontal {
    grid-template-columns: 260px 1fr;
    grid-gap: 30px
  }
}

@media(min-width: 1024px) {
  .single__top {
    max-width: calc(100% - 453px)
  }
}

.single__top h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 24px;
  color: #252525;
  line-height: 1.1
}

@media(min-width: 1024px) {
  .single__top h1 {
    font-size: 36px
  }
}

@media(min-width: 1280px) {
  .single__top h1 {
    font-size: 44px;
    line-height: 42px
  }
}

.single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300
}

.single__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #636363;
  font-size: 11px;
  line-height: normal
}

.single__author span {
  color: #888;
  margin: 0 10px
}

.single__author img {
  width: 26px;
  height: 26px
}

.single__author picture {
  font-size: 0
}

.single__date,
.single__ads {
  text-transform: uppercase;
  color: #888;
  font-size: 11px;
  line-height: normal;
  margin-left: 10px
}

.single__date span,
.single__ads span {
  margin-right: 8px;
  position: relative;
  top: -1px
}

.single__ads {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 10px 0 0 0
}

@media(min-width: 576px) {
  .single__ads {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin: 0 0 0 10px
  }
}

.single__ads span {
  display: none
}

@media(min-width: 576px) {
  .single__ads span {
    display: inline
  }
}

.single__wrap {
  display: grid;
  grid-template-columns: 100%;
  padding-top: 15px;
  border-top: dashed 1px #ebebeb;
  border-bottom: dashed 1px #ebebeb;
  margin-top: 15px;
  padding-bottom: 50px;
  margin-bottom: 30px
}

@media(min-width: 1024px) {
  .single__wrap {
    padding-top: 25px;
    margin-top: 25px;
    grid-template-columns: 1fr 320px;
    grid-gap: 32px
  }
}

@media(min-width: 1280px) {
  .single__wrap {
    grid-template-columns: 1fr 389px;
    grid-gap: 64px
  }
}

@media(min-width: 1024px) {
  .single__sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media(min-width: 1024px) {
  .single__sidebar_sticky {
    position: sticky;
    top: 90px
  }
}

.single__anchors {
  border: 1px solid #ebebeb;
  padding: 24px
}

.single__anchors-title {
  color: #ad8949;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px
}

.single__anchors-links a {
  color: #909090;
  padding-left: 32px;
  position: relative;
  margin-bottom: 11px;
  display: block;
  font-size: 18px;
  line-height: 1.4
}

.single__anchors-links a.active {
  color: #414141
}

.single__anchors-links a.active span {
  background-color: #ad8949
}

.single__anchors-links span {
  position: absolute;
  top: 10px;
  left: 0;
  width: 17px;
  height: 4px;
  background-color: #d0d0d0
}

.single__tag a {
  color: #ad8949;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-weight: 700
}

.single__tag a:hover {
  color: #252525
}

@media(min-width: 1024px) {
  .single__tag_mob {
    display: none
  }
}

.single__tag_desk {
  display: none
}

@media(min-width: 1024px) {
  .single__tag_desk {
    text-align: center;
    margin: 24px 0;
    display: block
  }
}

.single__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 24px 0 32px
}

@media(min-width: 1024px) {
  .single__social {
    margin: 0
  }
}

.single__social .share-btn {
  border: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75px;
  height: 40px;
  font-size: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.single__social .share-btn svg path {
  fill: #000;
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease
}

.single__social .share-btn:hover {
  background-color: #000;
  border-color: #000
}

.single__social .share-btn:hover svg path {
  fill: #fff
}

.single__img {
  font-size: 0
}

.single__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.single__img-caption {
  font-size: 16px;
  margin: 8px 0 16px
}

@media(min-width: 1024px) {
  .single__img-caption {
    font-size: 18px
  }
}

.single__img_mob {
  margin: 0 0 16px 0
}

@media(min-width: 1024px) {
  .single__img_mob {
    display: none
  }
}

.single__img_desk {
  display: none
}

@media(min-width: 1024px) {
  .single__img_desk {
    display: block
  }
}

.single__video {
  font-size: 0
}

.single__video iframe {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9
}

.single__cta {
  margin-bottom: 30px
}

.single__similar {
  border-bottom: dashed 1px #ebebeb;
  margin-bottom: 40px
}

.single__similar-title {
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-style: italic
}

.single__similar-title span {
  color: #ad8949;
  font-style: normal;
  font-weight: 700
}

.single__similar-list {
  display: grid;
  grid-template-columns: 100%
}

@media(min-width: 768px) {
  .single__similar-list {
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(min-width: 768px) {
  .single__similar-list .post-card_border {
    border-bottom: none
  }
}

.single__similar-list .post-card_border:last-of-type {
  border-bottom: none
}

.single__links {
  margin-top: 24px
}

.single__links-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 15px
}

@media(min-width: 576px) {
  .single__links-grid {
    grid-template-columns: 1fr 1fr
  }
}

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

.single__links-item {
  border: 1px solid #ebebeb;
  padding: 30px
}

.single__links-link {
  color: #252525 !important;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.single__links-link:hover {
  color: #ad8949 !important
}

.single__links-name {
  font-size: 18px;
  margin-top: 16px;
  font-weight: 700
}

.single__links-name a {
  color: #252525 !important;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.single__links-name a:hover {
  color: #ad8949 !important
}

.single__content p,
.single__content ul,
.single__content ol {
  margin: 16px 0;
  line-height: 1.7;
  font-size: 16px
}

@media(min-width: 1024px) {

  .single__content p,
  .single__content ul,
  .single__content ol {
    font-size: 18px
  }
}

.single__content a {
  color: #ad8949
}

.single__content ul,
.single__content ol {
  padding-left: 30px
}

.single__content ul li,
.single__content ol li {
  margin-bottom: 16px
}

.single__content h1,
.single__content h2,
.single__content h3,
.single__content h4,
.single__content h5,
.single__content h6 {
  margin: 16px 0;
  font-weight: 400;
  color: #252525;
  line-height: normal
}

.single__content h1 strong,
.single__content h2 strong,
.single__content h3 strong,
.single__content h4 strong,
.single__content h5 strong,
.single__content h6 strong {
  font-weight: 400
}

.single__content h1.has-text-align-center,
.single__content h2.has-text-align-center,
.single__content h3.has-text-align-center,
.single__content h4.has-text-align-center,
.single__content h5.has-text-align-center,
.single__content h6.has-text-align-center {
  text-align: center
}

.single__content h2 {
  font-weight: 700;
  margin: 35px 0 20px;
  font-size: 24px
}

@media(min-width: 1024px) {
  .single__content h2 {
    font-size: 36px;
    margin: 40px 0 20px
  }
}

.single__content h3 {
  font-weight: 700;
  margin: 22px 0 10px;
  font-size: 18px
}

@media(min-width: 1024px) {
  .single__content h3 {
    font-size: 24px
  }
}

.single__content h4 {
  font-size: 20px
}

.single__content h5,
.single__content h6 {
  font-size: 18px
}

.single__content figure.wp-block-image {
  margin: 16px 0;
  font-size: 0
}

.single__content figure.wp-block-image figcaption {
  margin: 8px 0 16px;
  font-size: 16px
}

.single__content blockquote {
  border-left: 4px solid #252525;
  padding: 10px 0 10px 16px;
  margin: 16px 0
}

.pagination {
  margin: 30px 0
}

@media(max-width: 575px) {
  .pagination {
    text-align: center
  }
}

@media(min-width: 576px) {
  .pagination {
    margin: 60px 0 30px
  }
}

.pagination__list {
  position: relative;
  font-size: 0
}

@media(min-width: 576px) {
  .pagination__list {
    text-align: center
  }
}

.pagination__list .page-numbers.prev,
.pagination__list .page-numbers.next {
  padding: 0 16px;
  background-color: #2a2d2e;
  color: #fff;
  width: auto;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  line-height: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.pagination__list .page-numbers.prev:hover,
.pagination__list .page-numbers.next:hover {
  background-color: #ad8949
}

@media(min-width: 576px) {

  .pagination__list .page-numbers.prev,
  .pagination__list .page-numbers.next {
    position: absolute;
    padding: 0 40px;
    height: 50px;
    line-height: 50px
  }
}

.pagination__list .page-numbers.prev span,
.pagination__list .page-numbers.next span {
  display: none
}

@media(min-width: 576px) {

  .pagination__list .page-numbers.prev span,
  .pagination__list .page-numbers.next span {
    display: inline
  }
}

.pagination__list .prev {
  left: 0
}

.pagination__list .next {
  right: 0
}

.pagination__list .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  vertical-align: middle
}

@media(min-width: 576px) {
  .pagination__list .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px
  }
}

.pagination__list .page-numbers.current {
  background-color: #ad8949;
  color: #fff
}

.page-title {
  font-size: 36px;
  font-style: normal;
  color: #252525;
  margin: 35px 0 15px;
  font-weight: 400
}

@media(min-width: 768px) {
  .post-list .post-card {
    margin-bottom: 40px
  }
}

.post-list .cta-block {
  margin-bottom: 20px
}

@media(min-width: 768px) {
  .post-list .cta-block {
    margin-bottom: 40px
  }
}

.search-result__noresults {
  text-align: center;
  overflow: hidden
}

.search-result__noresults .cta-block {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: left
}

.search-result__noresults h2 {
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 30px;
  color: #252525;
  word-break: break-word
}

.search-result__noresults h2 span {
  position: relative;
  display: inline-block
}

.search-result__noresults h2 span:after,
.search-result__noresults h2 span:before {
  content: "";
  display: block;
  border-top: 1px solid #ebebeb;
  position: absolute;
  width: 1000px;
  top: 50%
}

.search-result__noresults h2 span:after {
  margin-right: 30px;
  right: 100%
}

.search-result__noresults h2 span:before {
  margin-left: 30px;
  left: 100%
}

.search-result__noresults p {
  font-size: 16px
}

@media(min-width: 1024px) {
  .search-result__noresults p {
    font-size: 20px
  }
}

.search-overlay-bg {
  z-index: 900;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s
}

.search-overlay-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #0b0b0b;
  opacity: 0;
  z-index: 905
}

.search-overlay-bg._active {
  visibility: visible
}

.search-overlay-bg._active:after {
  opacity: .95;
  -webkit-transition: all .5s;
  transition: all .5s
}

.search-overlay-bg._active .search-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.search-overlay-bg._active .search-overlay-bg__close {
  opacity: 1
}

.search-overlay-bg._hide:after {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  opacity: 0
}

.search-overlay-bg._hide .search-wrap {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}

.search-overlay-bg._hide .search-overlay-bg__close {
  opacity: 0
}

.search-overlay-bg__close {
  position: absolute;
  z-index: 910;
  right: 15px;
  top: 15px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s
}

.search-overlay-bg__close svg {
  width: 30px;
  height: 30px
}

.search-overlay-bg .search-wrap {
  z-index: 910;
  position: relative;
  width: 95%;
  margin: 80px auto;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0
}

.search-overlay-bg .search-wrap .search__input {
  font-size: 18px;
  background-color: #222;
  width: 100%;
  border: 3px solid #fff;
  padding: 0 55px 0 13px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  line-height: 1
}

.search-overlay-bg .search-wrap .search__input::-webkit-input-placeholder {
  color: #fff
}

.search-overlay-bg .search-wrap .search__input::-moz-placeholder {
  color: #fff
}

.search-overlay-bg .search-wrap .search__input:-ms-input-placeholder {
  color: #fff
}

.search-overlay-bg .search-wrap .search__input::-ms-input-placeholder {
  color: #fff
}

.search-overlay-bg .search-wrap .search__input::placeholder {
  color: #fff
}

.search-overlay-bg .search-wrap .search__btn {
  display: block;
  position: absolute;
  right: 20px;
  top: 8px;
  cursor: pointer;
  bottom: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: none
}

.search-overlay-bg .search-wrap .search__btn svg path {
  fill: #fff
}

.top-home {
  margin-top: 15px
}

@media(min-width: 768px) {
  .top-home {
    margin-top: 30px
  }
}

.top-home .block-head {
  display: none
}

@media(min-width: 768px) {
  .top-home .block-head {
    display: block
  }
}

.top-home__area {
  display: grid;
  grid-template-columns: 100%
}

@media(min-width: 768px) {
  .top-home__area {
    grid-template-columns: 3fr 1fr;
    grid-gap: 30px
  }
}

.top-home__l {
  display: grid;
  grid-template-columns: 100%
}

@media(min-width: 1024px) {
  .top-home__l {
    grid-template-columns: 2fr 1.05fr;
    grid-gap: 30px
  }
}

.top-home__r {
  position: relative
}

@media(min-width: 768px) {
  .top-home__r:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #ebebeb
  }
}

.top-home__left h1 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800
}

@media(min-width: 1024px) {
  .top-home__left h1 {
    font-size: 36px
  }
}

@media(min-width: 768px) {
  .top-home__center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px
  }
}

@media(min-width: 1024px) {
  .top-home__center {
    display: block
  }
}

@media(min-width: 768px) {
  .top-home__center .post-card:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
  }
}

@media(min-width: 1024px) {
  .top-home__center .post-card:first-of-type {
    border-bottom: 1px solid #ebebeb
  }
}

@media(min-width: 768px) {
  .top-home__center .post-card {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
  }
}

@media(min-width: 1024px) {
  .top-home__center .post-card {
    margin-bottom: 20px;
    padding-bottom: 20px
  }
}

@media(min-width: 768px) {

  .top-home__right .post-card__img,
  .top-home__right .post-card__date {
    display: none
  }
}

.top-home__right .post-card:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

@media(min-width: 768px) {
  .top-home__right .post-card__title {
    margin-bottom: 0
  }
}

@media(min-width: 768px) {
  .top-home__right .post-card__tag {
    margin-top: 0
  }
}

.post-card {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb
}

@media(min-width: 768px) {
  .post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none
  }
}

@media(min-width: 768px) {
  .post-card_border {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb
  }
}

.post-card_horizontal {
  display: grid;
  grid-template-columns: 100%
}

@media(min-width: 768px) {
  .post-card_horizontal {
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 20px
  }
}

@media(min-width: 768px) {
  .post-card_horizontal .post-card__tag {
    margin: 0
  }

  .post-card_horizontal .post-card__tag .tags-block {
    margin-bottom: 10px
  }
}

@media(min-width: 768px) {
  .post-card_horizontal .post-card__ads {
    margin-bottom: 10px
  }
}

.post-card__video {
  font-size: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%
}

.post-card__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.post-card__img {
  font-size: 0;
  position: relative
}

.post-card__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9
}

.post-card__img a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, .45);
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.post-card__img:hover a:after {
  opacity: 1
}

.post-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.post-card__tag {
  margin: 12px 0 10px
}

.post-card__tag a {
  color: #ad8949;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  line-height: 1.2
}

.post-card__tag a:hover {
  color: #636363
}

.post-card__title {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 15px
}

.post-card__title a {
  color: #252525;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.post-card__title a:hover {
  color: #ad8949
}

.post-card__text {
  color: #747474;
  margin-bottom: 15px
}

.post-card__date {
  text-transform: uppercase;
  color: #acacac;
  font-size: 14px
}

.post-card__date .slash {
  color: #acacac;
  font-size: 12px;
  margin: 0 7px;
  position: relative;
  top: -1px
}

.post-card__ads {
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  margin-left: 10px
}

.post-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #242424;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  line-height: 1
}

.post-card__link svg {
  margin-left: 8px
}

.post-card__link svg path {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease
}

.post-card__link:hover {
  color: #ad8949
}

.post-card__link:hover svg path {
  fill: #ad8949
}

.post-card__date-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  line-height: 1.2
}

.post-card__author {
  text-transform: uppercase;
  color: #acacac;
  font-size: 14px
}

.post-card__author span {
  color: #636363
}

.post-card__author .author-from {
  font-size: 12px;
  color: #acacac
}

.post-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.block-head {
  border-top: 2px solid #252525;
  margin-bottom: 30px
}

.block-head__title {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  background-color: #252525;
  padding: 5px 10px;
  display: inline-block
}

.trends-home {
  margin-top: 50px
}

@media(min-width: 768px) {
  .trends-home {
    margin-top: 80px
  }
}

@media(min-width: 768px) {
  .trends-home .post-card__link {
    display: none
  }
}

.trends-home .post-card__text {
  display: none
}

.trends-home .swiper-trends {
  overflow: hidden
}

.trends-home .swiper-trends .swiper-wrapper {
  display: block
}

@media(min-width: 768px) {
  .trends-home .swiper-trends .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.trends-home .swiper-trends .swiper-wrapper .swiper-slide {
  height: auto
}

.trends-home .swiper-trends .swiper-wrapper .swiper-slide .post-card {
  height: 100%
}

@media(min-width: 768px) {
  .trends-home .swiper-trends .swiper-wrapper .swiper-slide .post-card {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
  }
}

.trends-home .swiper-trends .swiper-wrapper .swiper-slide:last-of-type .post-card {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.all-posts {
  margin-top: 50px
}

@media(min-width: 768px) {
  .all-posts {
    margin-top: 80px
  }
}

.all-posts__area {
  display: grid;
  grid-template-columns: 100%
}

@media(min-width: 1024px) {
  .all-posts__area {
    grid-template-columns: 3fr 1fr;
    grid-gap: 30px
  }
}

@media(min-width: 768px) {
  .all-posts .post-card {
    margin-bottom: 30px
  }
}

.all-posts .post-card:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.all-posts__btn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 35px
}

.all-posts .mob-only {
  margin-bottom: 50px
}

.page-template-landing-page-template .site-header__area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-template-landing-page-template .site-header__logo {
  border: none;
  text-align: center
}

.page-template-landing-page-template .site-footer__top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(min-width: 1024px) {
  .page-template-landing-page-template .site-footer__logo {
    margin-bottom: 24px
  }
}

.page-template-landing-page-template .footer-menu {
  text-align: center
}

.page-template-landing-page-template .site-header__menu,
.page-template-landing-page-template .site-header__burger,
.page-template-landing-page-template .site-footer__center,
.page-template-landing-page-template .site-footer__text,
.page-template-landing-page-template .site-header__search-btn {
  display: none
}

.page-template-landing-page-template__container {
  color: #0d0d0d;
  max-width: 1218px;
  margin: 0 auto;
  padding: 48px 24px
}

.page-template-landing-page-template__subtitle,
.page-template-landing-page-template__title {
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 56px;
  word-break: break-word
}

@media(max-width: 768px) {

  .page-template-landing-page-template__subtitle,
  .page-template-landing-page-template__title {
    margin-bottom: 24px
  }
}

.page-template-landing-page-template__subtitle {
  font-size: 33px;
  margin-bottom: 24px
}

@media(max-width: 768px) {
  .page-template-landing-page-template__subtitle {
    font-size: 20px
  }
}

.page-template-landing-page-template__subtitle span {
  color: #0057ff
}

.page-template-landing-page-template__title {
  font-size: 28px
}

@media(max-width: 768px) {
  .page-template-landing-page-template__title {
    font-size: 18px
  }
}

.page-template-landing-page-template__columns {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 64px
}

@media(max-width: 1023px) {
  .page-template-landing-page-template__columns {
    grid-template-columns: 100%
  }
}

.page-template-landing-page-template__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

@media(max-width: 1023px) {
  .page-template-landing-page-template__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.page-template-landing-page-template__icon_wrap {
  width: 64px;
  height: 64px;
  background: #f4f4f4;
  border-radius: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 28px 0 0
}

@media(max-width: 1023px) {
  .page-template-landing-page-template__icon_wrap {
    margin: 0 auto 20px
  }
}

@media(max-width: 1023px) {
  .page-template-landing-page-template__text_wrap {
    text-align: center
  }
}

.page-template-landing-page-template__text_wrap h5 {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 16px
}

@media(max-width: 768px) {
  .page-template-landing-page-template__text_wrap h5 {
    font-size: 18px
  }
}

.page-template-landing-page-template__text_wrap p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6
}

.page-template-landing-page-template__btn_wrap {
  text-align: center
}

.page-template-landing-page-template__btn {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #0057ff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  padding: 20px 32px;
  font-weight: 900;
  letter-spacing: .095em;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 9px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width: 767px) {
  .page-template-landing-page-template__btn {
    font-size: 14px;
    line-height: 18px
  }
}

.page-template-landing-page-template__btn:visited,
.page-template-landing-page-template__btn:active,
.page-template-landing-page-template__btn:hover {
  color: #fff
}

.page-template-landing-page-template__btn:hover {
  background: #0d0d0d
}

.page-template-landing-page-template__powered {
  margin: 46px 0 0;
  font-size: 28px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 767px) {
  .page-template-landing-page-template__powered {
    font-size: 18px
  }
}

.page-template-landing-page-template__powered svg {
  margin-left: 21px
}

.page-template-landing-page-template__powered a {
  font-size: 0
}

@media print {
  @page {
    size: auto;
    margin: 10mm 0 10mm 0
  }

  .site-main {
    margin: 0 10mm 0 20mm
  }

  html {
    margin: 0px
  }

  body {
    margin: 10mm 15mm 10mm 15mm;
    padding-top: 0
  }

  .single-wrap__thumb.mobile,
  .single-top_mob {
    display: none
  }

  .single-wrap__thumb.desktop,
  .single-top_desk {
    display: block
  }

  .single__similar,
  .single__cta,
  .site-footer__top,
  .site-header,
  .single__img_mob,
  .single__social,
  .site-footer__up,
  .cky-consent-container {
    display: none
  }

  #cookie-law-info-bar {
    display: none !important
  }

  .single__top h1 {
    font-size: 20pt
  }

  .single__anchors-title,
  .single__tag a {
    color: #000
  }

  .single__img_desk {
    display: block
  }

  .site-header_fixed {
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px
  }

  .single__top {
    max-width: 100%
  }

  .single__tag_mob {
    display: block
  }

  .single__tag_desk {
    display: none
  }

  .single__ads {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin: 0 0 0 10px
  }

  .single__ads span {
    display: inline
  }

  .site-footer {
    background-color: #fff
  }

  .site-footer__bottom {
    color: #000;
    border: none
  }

  .single__wrap {
    display: block;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
    padding-top: 10px
  }

  .single__anchors {
    border: none;
    padding: 0;
    margin-bottom: 30px
  }

  .single__anchors-links a {
    padding-left: 0;
    color: #000
  }

  .single__anchors-links a span {
    display: none
  }

  .single__content-ad-links {
    font-size: 10pt;
    padding-bottom: 0
  }

  .single__content-ad-links a:not(.btn)[href^=http]:after {
    content: " <" attr(data-original-href) "> "
  }

  .single__content-ad-links a[href^="#"]:after {
    content: ""
  }

  .single__content-ad-links .wp-block-image a:after {
    content: "" !important
  }

  body {
    background: #fff;
    font-size: 10pt;
    margin: 0
  }

  #sidebar {
    display: none
  }

  #content {
    margin-left: 0;
    float: none;
    width: auto
  }

  #content a {
    font-weight: bold;
    color: #006;
    text-decoration: underline
  }

  #content {
    margin-left: 0;
    float: none;
    width: auto
  }

  #footer,
  .ad {
    display: none
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid
  }

  h3 {
    margin-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px
  }

  blockquote,
  table,
  pre {
    page-break-inside: avoid
  }

  ul,
  ol,
  dl {
    page-break-before: avoid
  }

  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
  }

  img.right {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline
  }

  img.left {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline
  }

  .right {
    float: right
  }

  .left {
    float: left
  }

  img,
  picture {
    display: block;
    page-break-inside: avoid;
    page-break-after: avoid;
    max-height: 600px;
    max-width: 700px
  }

  .wp-block-image {
    page-break-inside: avoid;
    page-break-after: avoid
  }
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 64px)
}

@media(min-width: 1024px) {
  .site {
    min-height: 100vh
  }
}

.site-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px
}

.desk-only {
  display: none
}

@media(min-width: 1024px) {
  .desk-only {
    display: block
  }
}

@media(min-width: 1024px) {
  .mob-only {
    display: none
  }
}

.page-id-17852 .site-header__search-btn,
.page-id-17855 .site-header__search-btn {
  visibility: hidden
}

.page-id-17852 .entry-content,
.page-id-17855 .entry-content {
  max-width: 1370px;
  margin: 0 auto;
  padding: 15px 15px 40px
}

.page-id-17852 .entry-content p,
.page-id-17852 .entry-content ul,
.page-id-17852 .entry-content ol,
.page-id-17855 .entry-content p,
.page-id-17855 .entry-content ul,
.page-id-17855 .entry-content ol {
  margin: 16px 0;
  line-height: 1.7;
  font-size: 16px;
  word-break: break-word
}

@media(min-width: 1024px) {

  .page-id-17852 .entry-content p,
  .page-id-17852 .entry-content ul,
  .page-id-17852 .entry-content ol,
  .page-id-17855 .entry-content p,
  .page-id-17855 .entry-content ul,
  .page-id-17855 .entry-content ol {
    font-size: 18px
  }
}

.page-id-17852 .entry-content a,
.page-id-17855 .entry-content a {
  color: #ad8949;
  word-break: break-word
}

.page-id-17852 .entry-content ul,
.page-id-17852 .entry-content ol,
.page-id-17855 .entry-content ul,
.page-id-17855 .entry-content ol {
  padding-left: 30px
}

.page-id-17852 .entry-content ul li,
.page-id-17852 .entry-content ol li,
.page-id-17855 .entry-content ul li,
.page-id-17855 .entry-content ol li {
  margin-bottom: 16px
}

.page-id-17852 .entry-content h1,
.page-id-17852 .entry-content h2,
.page-id-17852 .entry-content h3,
.page-id-17852 .entry-content h4,
.page-id-17852 .entry-content h5,
.page-id-17852 .entry-content h6,
.page-id-17855 .entry-content h1,
.page-id-17855 .entry-content h2,
.page-id-17855 .entry-content h3,
.page-id-17855 .entry-content h4,
.page-id-17855 .entry-content h5,
.page-id-17855 .entry-content h6 {
  margin: 16px 0;
  font-weight: 400;
  color: #252525;
  line-height: normal
}

.page-id-17852 .entry-content h1 strong,
.page-id-17852 .entry-content h2 strong,
.page-id-17852 .entry-content h3 strong,
.page-id-17852 .entry-content h4 strong,
.page-id-17852 .entry-content h5 strong,
.page-id-17852 .entry-content h6 strong,
.page-id-17855 .entry-content h1 strong,
.page-id-17855 .entry-content h2 strong,
.page-id-17855 .entry-content h3 strong,
.page-id-17855 .entry-content h4 strong,
.page-id-17855 .entry-content h5 strong,
.page-id-17855 .entry-content h6 strong {
  font-weight: 400
}

.page-id-17852 .entry-content h1.has-text-align-center,
.page-id-17852 .entry-content h2.has-text-align-center,
.page-id-17852 .entry-content h3.has-text-align-center,
.page-id-17852 .entry-content h4.has-text-align-center,
.page-id-17852 .entry-content h5.has-text-align-center,
.page-id-17852 .entry-content h6.has-text-align-center,
.page-id-17855 .entry-content h1.has-text-align-center,
.page-id-17855 .entry-content h2.has-text-align-center,
.page-id-17855 .entry-content h3.has-text-align-center,
.page-id-17855 .entry-content h4.has-text-align-center,
.page-id-17855 .entry-content h5.has-text-align-center,
.page-id-17855 .entry-content h6.has-text-align-center {
  text-align: center
}

.page-id-17852 .entry-content h2,
.page-id-17855 .entry-content h2 {
  font-size: 24px
}

.page-id-17852 .entry-content h3,
.page-id-17855 .entry-content h3 {
  font-size: 22px
}

.page-id-17852 .entry-content h4,
.page-id-17855 .entry-content h4 {
  font-size: 20px
}

.page-id-17852 .entry-content h5,
.page-id-17852 .entry-content h6,
.page-id-17855 .entry-content h5,
.page-id-17855 .entry-content h6 {
  font-size: 18px
}

.page-id-17852 .entry-content figure.wp-block-image,
.page-id-17855 .entry-content figure.wp-block-image {
  margin: 16px 0;
  font-size: 0
}

.page-id-17852 .entry-content figure.wp-block-image figcaption,
.page-id-17855 .entry-content figure.wp-block-image figcaption {
  margin: 8px 0 16px;
  font-size: 16px
}

.page-id-17852 .entry-content blockquote,
.page-id-17855 .entry-content blockquote {
  border-left: 4px solid #252525;
  padding: 10px 0 10px 16px;
  margin: 16px 0
}

.page-id-17852 .entry-content p,
.page-id-17852 .entry-content ul,
.page-id-17852 .entry-content ol {
  margin: 0 0 8px 0;
  line-height: 1.3
}

.error-404 {
  text-align: center;
  padding: 90px 0
}

.error-404 h1 {
  margin: 25px 0 35px;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  color: #252525
}

.error-404 p {
  max-width: 426px;
  margin: 0 auto;
  font-size: 18px;
  color: #555
}

.cky-notice-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px
}

@media(min-width: 1024px) {
  .cky-notice-group {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    gap: inherit
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-lock {
  display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none
}

.infinity-end.neverending .site-footer {
  display: block
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#primary[tabindex="-1"]:focus {
  outline: 0
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em
}

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

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