:where(.wp-block-button__link) {
  box-shadow: none;
  text-decoration: none;
  border-radius: 9999px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: 0.5em 1em;
}
:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
ul {
  box-sizing: border-box;
  margin: 0 0 1.5em 1.5em;
  padding-left: 2em;
  list-style: disc;
}
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ) {
  padding: 0.5em 1em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 4px;
  border: 1px solid #949494;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: 0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 0.125em 0.5em;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  --jp-carousel-primary-color: #fff;
  --jp-carousel-primary-subtle-color: #999;
  --jp-carousel-bg-color: #000;
  --jp-carousel-bg-faded-color: #222;
  --jp-carousel-border-color: #3a3a3a;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
html :where(.has-border-color) {
  border-style: solid;
}
html :where([style*="border-top-color"]) {
  border-top-style: solid;
}
html :where([style*="border-right-color"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
  border-left-style: solid;
}
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where([style*="border-top-width"]) {
  border-top-style: solid;
}
html :where([style*="border-right-width"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
  border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0 0 1em;
  margin: 1em 40px;
  margin: 1em 0;
}
:where(.wp-block-group.has-background) {
  padding: 1.25em 2.375em;
}
body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  margin: 0;
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
@font-face {
  font-display: swap;
  font-family: FontAwesome;
  src: url("webfont.eot");
  src: url("../font/webfont.eot")
      format("embedded-opentype"),
    url("../font/2.woff2") format("woff2"),
    url("../font/1.woff") format("woff"),
    url("../font/1.ttf")
      
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-caret-down:before {
  content: "\f0d7";
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: #3498db;
  text-decoration: none;
  color: #3498db;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  width: 100%;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #ededed;
}
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: lato, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
h2 {
  font-size: 32px;
  font-size: 2rem;
}
h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
p {
  margin: 0 0 1.5em;
}
em,
i {
  font-style: italic;
}
code,
tt {
  font-family: Monaco, Consolas, andale mono, dejavu sans mono, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
*,
:after,
:before {
  box-sizing: inherit;
}
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
.site-footer table {
  border: 1px solid #555;
}
button,
input[type="button"],
input[type="submit"] {
  border: none;
  border-radius: 3px;
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 13px 20px;
  text-transform: uppercase;
  font-family: ubuntu, sans-serif;
}
button:active,
button:focus,
button:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background: #222;
}
.th-readmore {
  display: inline-block;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
  font-size: 11px;
  background: #e74c3c;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: ubuntu, sans-serif;
}
.th-readmore:hover {
  background: #222;
  text-decoration: none;
  color: #fff;
}
.th-readmore:active,
.th-readmore:focus,
.th-readmore:visited {
  color: #fff;
}
.hmajax-btn {
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #666;
  font-size: 15px;
  line-height: 1;
  padding: 5px 10px;
  text-align: center;
  outline: 0;
  display: inline-block;
  drop-shadow: none;
}
.hmajax-btn:hover {
  background: #e74c3c;
  border: 1px solid #e74c3c;
  color: #fff;
}
.hmajax-btn:disabled {
  opacity: 0.5;
}
.hmajax-btn:disabled:hover {
  background: #fff;
  border: 1px solid #888;
  color: #555;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
  color: #666;
  border: 1px solid #ddd;
  padding: 8px 5px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ddd;
}

a:active,
a:focus,
a:hover {
  color: #e74c3c;
  text-decoration: none;
}
a:focus {
  outline: dotted thin;
}
a:active,
a:hover {
  outline: 0;
}
.hm-nav-container {
  position: relative;
  background-color: #222;
  clear: both;
}
.sticky-wrapper .hm-nav-container {
  z-index: 99999 !important;
}
@media (max-width: 992px) {
  .hm-nav-container {
    position: relative !important;
  }
  .sticky-wrapper .hm-nav-container {
    height: auto !important;
  }
}
.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none;
}
.js .main-navigation.toggled-on > div > ul,
.main-navigation ul ul.toggled-on {
  display: block;
}
.menu-toggle {
  display: block;
  border-radius: 0;
  line-height: 20px;
  padding: 12.5px 17px;
  font-size: 14px;
}
.menu-toggle:before {
  content: "\f0c9";
  display: inline-block;
  font-family: FontAwesome;
  margin: 0 10px 0 0;
  font-weight: 400;
}
.main-navigation.toggled-on ul.menu {
  display: block;
}
.menu-toggle:focus,
.menu-toggle:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-toggle:focus {
  outline: solid thin;
}
.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}
.dropdown-toggle {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: block;
  font-size: 16px;
  right: 0;
  line-height: 20px;
  margin: 0 auto;
  padding: 11.5px 17px;
  position: absolute;
  text-shadow: none;
  top: 0;
}
.dropdown-toggle:focus,
.dropdown-toggle:hover {
  background: 0 0;
}
.dropdown-toggle:focus {
  outline: dotted thin;
}
.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (min-width: 62em) {
  .dropdown-toggle,
  .js .dropdown-toggle,
  .js .menu-toggle,
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    width: auto;
  }
  .js .main-navigation ul,
  .js .main-navigation ul ul,
  .js .main-navigation > div > ul {
    display: block;
  }
}
@media screen and (max-width: 62em) {
  .main-navigation.toggled-on li {
    float: none;
    position: relative;
  }
  .main-navigation ul ul {
    padding-left: 2em;
  }
}
.main-navigation {
  background-color: #222;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}
.main-navigation a {
  line-height: 20px;
  padding: 12.5px 17px;
  color: #ddd;
  display: block;
  text-decoration: none;
}
.main-navigation a:hover {
  background-color: #e74c3c;
  color: #fff;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-weight: 400;
}
.main-navigation ul ul a {
  padding: 12.5px 17px;
}
@media screen and (min-width: 62em) {
  .main-navigation {
    clear: both;
    display: block;
    float: left;
  }
  .main-navigation ul {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    font-weight: 400;
    position: absolute;
    left: -999em;
    z-index: 99999;
    background: #333;
    text-transform: none;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li.focus > ul,
  .main-navigation ul ul li:hover > ul {
    left: 100%;
  }
  .main-navigation ul ul a {
    width: 200px;
    padding: 10px 17px;
  }
  .main-navigation ul li.focus > ul,
  .main-navigation ul li:hover > ul {
    left: auto;
  }
  .main-navigation li {
    float: left;
    position: relative;
  }
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current-menu-item > a {
    background-color: #e74c3c;
    color: #fff;
  }
  .main-navigation .menu-item-has-children > a:after,
  .main-navigation .page_item_has_children > a:after {
    content: "\f0d7";
    display: inline-block;
    line-height: 1;
    font-family: FontAwesome;
    font-size: 12px;
    margin: 1px 0 0 10px;
    font-weight: 400;
  }
  .main-navigation .menu-item-has-children .menu-item-has-children > a:after,
  .main-navigation .page_item_has_children .menu-item-has-children > a:after {
    content: "\f0da";
    display: inline-block;
    float: right;
    line-height: 20px;
    font-family: FontAwesome;
    font-size: 12px;
    margin: 0 0 0 10px;
    font-weight: 400;
  }
}
.top-navigation {
  clear: both;
  display: inline-block;
  margin-left: 10px;
}
.top-navigation a {
  color: #222;
  line-height: 20px;
  padding: 7.5px 9px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
}
.top-navigation a:hover {
  color: #e74c3c;
}
.top-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.top-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999;
  background: #ecf0f1;
}
.top-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.top-navigation ul ul li.focus > ul,
.top-navigation ul ul li:hover > ul {
  left: 100%;
}
.top-navigation ul ul a {
  width: 200px;
  color: #222;
}
.top-navigation ul ul a:hover {
  background: #e74c3c;
  color: #fff;
}
.top-navigation ul li.focus > ul,
.top-navigation ul li:hover > ul {
  left: auto;
}
.top-navigation li {
  float: left;
  position: relative;
}
.top-navigation a {
  display: block;
  text-decoration: none;
}
.top-navigation .menu-item-has-children > a:after,
.top-navigation .page_item_has_children > a:after {
  content: "\f0d7";
  display: inline-block;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 10px;
  margin: 0 0 0 10px;
  font-weight: 400;
}
.top-navigation .menu-item-has-children .menu-item-has-children > a:after,
.top-navigation .page_item_has_children .menu-item-has-children > a:after {
  content: "\f0da";
  display: inline-block;
  float: right;
  line-height: 20px;
  font-family: FontAwesome;
  font-size: 10px;
  margin: 0 0 0 10px;
  font-weight: 400;
}
@media screen and (min-width: 37.5em) {
  .top-navigation ul {
    display: block;
    z-index: 999999 !important;
  }
}
#top-nav-button {
  display: none;
  line-height: 35px;
  margin: 0;
  text-align: left;
  width: 100%;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#top-nav-button:hover {
  color: #e74c3c;
  text-decoration: none;
}
@media (max-width: 992px) {
  .top-navigation {
    display: none;
  }
  .hm-topnavbutton {
    background: #ecf0f1;
    border-bottom: 1px solid #ddd;
    display: block;
    height: 35px;
    padding: 0 15px;
  }
  #top-nav-button {
    display: inline-block;
  }
}
#top-nav-button:before {
  content: "\f0c9";
  display: inline-block;
  font-family: FontAwesome;
  margin: 0 10px;
  font-weight: 400;
}
.responsive-topnav {
  background: #333;
  display: none;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .responsive-topnav {
    display: none !important;
  }
}
.responsive-topnav ul {
  margin: 0;
  padding: 5px 0 5px 30px;
}
.responsive-topnav li {
  list-style: none;
}
.responsive-topnav li a {
  color: #eee;
  line-height: 26px;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}
.responsive-topnav li a:hover {
  background: #e74c3c;
}
.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}
.hm-search-button-icon {
  cursor: pointer;
  float: right;
  position: absolute;
  top: 0;
  right: 30px;
  width: 30px;
  height: 50px;
  line-height: 45px;
  color: #ddd;
}
.hm-search-button-icon:before {
  content: "\f002";
  cursor: pointer;
  display: inline-block;
  font-family: fontawesome;
}
.hm-search-button-icon.hm-search-close:before {
  content: "\f00d";
  cursor: pointer;
  display: inline-block;
  font-family: fontawesome;
}
.hm-search-box-container {
  display: none;
  background: #fff;
  border: 3px solid #e3e3e3;
  display: none;
  padding: 5px;
  position: absolute;
  top: 45px;
  width: 345px;
  z-index: 999;
}
@media (max-width: 480px) {
  .hm-search-box-container {
    width: 100%;
    right: 0;
  }
}
@media (min-width: 481px) {
  .hm-search-box-container {
    right: 25px;
  }
}
@media (min-width: 768px) {
  .hm-search-box-container {
    right: 30px;
  }
}
.pagination {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1em 0;
  text-align: center;
  display: block;
}
.nav-links .page-numbers,
.nav-links .page-numbers:hover {
  color: #fff;
}
.page-numbers {
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
  font-weight: 700;
  margin: 0 2px;
  border-radius: 3px;
  display: inline-block;
}
.page-numbers:hover {
  background: #666;
}
.nav-links .current {
  background: #1eab11;
  color: #fff;
  padding: 10px 15px;
  font-weight: 700;
  margin: 0 2px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.hm-nwrap {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .hm-search-box-container {
    right: 40px;
  }
  .hm-nwrap {
    max-width: 990px;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.widget {
  margin: 0 0 40px;
  display: block;
}
.widget::after {
  content: "";
  clear: both;
  display: table;
}
.widget select {
  max-width: 100%;
}
.widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 2px solid #1eab11;
  font-family: ubuntu, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 24px;
}
.widget ul,
.widget-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li,
.widget-area ul li {
  padding: 5px 10px;
}
.widget a,
.widget-area a {
  color: #222;
}
.widget a:hover,
.widget-area a:hover {
  color: #1eab11;
}
.footer-widget-area {
  overflow: hidden;
  color: #ccc;
  margin: 0 -20px;
}
.footer-widget-area .widget {
  margin: 50px 0;
}
.footer-widget-area .widget ul {
  margin: 0;
  padding: 0 1px;
  list-style: none;
}
.footer-widget-area .widget ul li {
  padding: 6px 0;
}
.footer-widget-area .widget ul li:first-child {
  padding-top: 0;
}
.footer-widget-area .widget a {
  color: #ddd;
}
.footer-widget-area .widget a:hover {
  color: #e74c3c;
}
.site-info {
  line-height: 20px;
  background: #222;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  overflow: hidden;
}
.site-info a {
  color: #fff;
}
.site-info a:hover {
  color: #e74c3c;
}
.site-info-owner {
  padding: 15px 0 5px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .hm-nwrap {
    max-width: 760px;
  }
  .site-info-owner {
    width: 50%;
    float: left;
    padding: 20px 20px 20px 0;
  }
}
.site-info-designer {
  line-height: 20px;
  padding: 5px 0 15px;
}
@media (min-width: 768px) {
  .site-info-designer {
    width: 50%;
    float: left;
    text-align: right;
    padding: 20px 0 20px 20px;
  }
  .footer-sidebar {
    width: 33.33333%;
    float: left;
  }
}
.footer-sidebar {
  padding: 0 20px;
}
.search-form {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.search-form .search-field {
  display: block;
  margin: 0;
  height: 45px;
  padding: 10px 85px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 3px;
  width: 100%;
}
.search-form label {
  display: block;
}
.search-form .search-field::placeholder {
  color: #aaa;
  font-style: italic;
}
.search-form .search-submit {
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  background: #e74c3c;
  color: #fff;
}
.search-form .search-submit:hover {
  background: #222;
}
.hmig-post {
  width: 100%;
  position: relative;
  background-color: #333;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 0 0 15px;
  cursor: pointer;
}
#secondary .widget_categories select,
.footer-widget-area .widget_categories select {
  width: 100%;
}
.hitmag-block {
  transition: all 0.3s;
}
.hitmag-block::after {
  content: "";
  clear: both;
  display: table;
}
.hmw-spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -25px;
  display: none;
  z-index: 999;
}
.hmw-spinner > div {
  background-color: #e74c3c;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: 0.9s ease-in-out infinite hmw-stretchdelay;
  animation: 0.9s ease-in-out infinite hmw-stretchdelay;
  margin: 0 1px;
}
@-webkit-keyframes hmw-stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes hmw-stretchdelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.hmp-pagination-data {
  margin: 5px 0;
  display: block;
}
#secondary .hmp-pagination-data {
  margin: 25px 0 5px;
}
.widget_categories select {
  display: block;
  padding: 8px;
}
.site-content {
  padding-bottom: 60px;
}
.hitmag-wrapper {
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 2px #bbb;
}
@media (min-width: 768px) {
  .hitmag-wrapper {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .hitmag-wrapper {
    max-width: 990px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .hitmag-wrapper {
    max-width: 1200px;
  }
}
.hm-container {
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
@media (min-width: 768px) {
  .hm-container {
    max-width: 760px;
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .hm-container {
    max-width: 990px;
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .hm-container {
    max-width: 1200px;
  }
}
#primary.content-area {
  float: left;
  width: 65.625%;
}
@media (max-width: 992px) {
  #primary.content-area {
    width: 100%;
    float: none;
  }
}
#secondary.widget-area {
  float: right;
  width: 30.8%;
}
@media (max-width: 992px) {
  #secondary.widget-area {
    max-width: initial;
    width: 100%;
    float: none;
  }
}
.posts-wrap {
  position: relative;
}
.posts-wrap::after {
  content: "";
  clear: both;
  display: table;
}
.th-list-posts .hitmag-post .entry-summary {
  margin-bottom: 1em;
}
.th-list-posts .hitmag-post {
  overflow: hidden;
  clear: both;
}
.th-list-posts .archive-thumb {
  float: left;
  margin: 0 30px 0 0;
}
.th-list-posts .archive-thumb img {
  max-width: 290px;
}
.th-list-posts .archive-content {
  overflow: hidden;
}
.site-footer {
  background: #333;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.entry-summary {
  margin: 1.5em 0 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
html {
  font-size: 16px;
}
body {
  background: #2d2d2d !important;
  background: #ddd;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
}
.hm-logo {
  float: left;
}
.hm-site-title {
  overflow: hidden;
  display: inline-block;
  margin-left: 15px;
}
.site-header {
  margin: 0 0 40px;
}
.hm-top-bar {
  height: 35px;
  background: #ecf0f1;
  border-bottom: 1px solid #ddd;
  font-family: verdana;
}
.hm-date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  margin: 7.5px 15px 7.5px 0;
  float: left;
  font-weight: 700;
}
.header-main-area {
  overflow: hidden;
  clear: both;
}
.site-branding {
  float: left;
  max-width: 100%;
  margin: 28px 0;
}
.site-title {
  font-family: "open sans", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
.site-title a {
  color: #1eab11;
}
.site-description {
  font-size: 14px;
  font-size: 0.75rem;
  margin: 2px 0 0;
}
.hitmag-post {
  margin-bottom: 50px;
}
.hitmag-post .entry-title {
  font-size: 21.008px;
  font-size: 1.313rem;
  line-height: 1.3;
  margin: 0 0 0.286em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.hitmag-post .entry-title a {
  color: #222;
  line-height: 1.3;
}
.hitmag-post .entry-title a:hover {
  color: #55555e;
}
.hitmag-post .entry-meta {
  color: #888;
  font-size: 13px;
  font-size: 0.8125rem;
}
.hitmag-post .entry-meta a {
  color: #888;
}
.hitmag-post .entry-meta a:hover {
  color: #1eab11;
}
.hitmag-post .entry-summary {
  margin: 0.813em 0 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.hitmag-post .entry-summary p {
  margin: 0 0 1.438em;
  font-family: arial;
}
.meta-sep {
  margin: 0 2px;
}
.archive-thumb {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .th-list-posts .archive-content,
  .th-list-posts .archive-thumb {
    width: 100%;
    float: none;
  }
  .archive-thumb img {
    width: 100%;
  }
}
#hm-carousel {
  background: #ddd;
  padding: 10px;
}
#hm-carousel img {
  width: 100%;
  display: block;
  opacity: 0.9;
  cursor: pointer;
}
#hm-carousel img:hover {
  opacity: 1;
}
.mfp-bg,
.mfp-wrap {
  z-index: 999999 !important;
}
button.mfp-close:hover {
  background: 0 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.required {
  color: #e74c3c;
}
iframe,
object {
  max-width: 100%;
}
.gallery {
  margin-bottom: 1.5em;
}
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}
#hm-slider {
  margin-bottom: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
  -moz-user-select: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:where(
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="tel"],
    .contact-form input[type="url"]
  ) {
  border-width: 1px;
  box-sizing: border-box;
  line-height: normal;
  padding: 12px 8px;
  width: 100%;
}
.jetpack_widget_social_icons li,
.jetpack_widget_social_icons ul {
  list-style: none;
}
.jetpack_widget_social_icons ul {
  display: block;
  margin: 0 0 1.5em;
  padding: 0;
}
.jetpack_widget_social_icons ul li {
  border: 0;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.jetpack_widget_social_icons ul li:after,
.jetpack_widget_social_icons ul li:before {
  display: none;
}
.jetpack_widget_social_icons a {
  border: 0;
  box-shadow: none;
  display: block;
  height: 24px;
  text-decoration: none;
  width: 24px;
}
.jetpack_widget_social_icons svg {
  fill: currentColor;
  color: inherit;
  height: inherit;
  vertical-align: middle;
  width: inherit;
}
.jetpack_widget_social_icons ul.size-large a {
  height: 48px;
  width: 48px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
html:not(.jetpack-lazy-images-js-enabled):not(.js) .jetpack-lazy-image,
img#wpstats {
  display: none;
}
.site-title {
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
.hm-top-bar,
.main-navigation,
.th-readmore,
.widget-title,
button,
input[type="button"],
input[type="submit"] {
  
  font-weight: 700;
}
.main-navigation ul {
  font-size: 14px;
}
h1,
h2,
h3,
h4 {
  clear: both;
  margin: 0.9em 0;
  line-height: 1.3;
  font-family: Lato;
  font-weight: 700;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
.hitmag-wrapper {
  background-color: #fff;
}
.site-title a:hover {
  color: #222;
}
.site-header {
  background-color: #fff;
}
.hitmag-post .entry-title a {
  color: #1eab11;
}
.hitmag-post .entry-meta,
.hitmag-post .entry-meta a {
  color: #888;
}
a:hover {
  color: #e74c3c;
}
.search-form .search-submit,
.th-readmore,
button,
input[type="button"],
input[type="submit"] {
  background-color: #1eab11;
}
.search-form .search-submit,
.th-readmore,
.th-readmore:active,
.th-readmore:focus,
.th-readmore:visited,
button,
input[type="button"],
input[type="submit"] {
  color: #fff;
}
.search-form .search-submit:hover,
.th-readmore:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #3f4047;
  color: #fff;
}
.hm-nav-container,
.main-navigation,
.main-navigation ul ul.toggled-on {
  background-color: #222;
}
.dropdown-toggle,
.hm-search-button-icon,
.main-navigation a,
.main-navigation ul ul.toggled-on a,
.menu-toggle {
  color: #ddd;
}
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-item > a,
.main-navigation a:hover,
.main-navigation ul ul.toggled-on a:hover,
.menu-toggle,
.menu-toggle:focus,
.menu-toggle:hover {
  background-color: #1eab11;
}
.dropdown-toggle:hover,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-item > a,
.main-navigation a:hover,
.main-navigation ul ul.toggled-on a:hover,
.menu-toggle,
.menu-toggle:hover {
  color: #fff;
}
.main-navigation ul ul {
  background-color: #333;
}
.main-navigation ul ul a {
  color: #ddd;
}
.main-navigation ul ul .current-menu-ancestor > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul a:hover {
  background-color: #1eab11;
  color: #fff;
}
.hm-top-bar,
.hm-topnavbutton {
  background-color: #2d2d2d;
}
#top-nav-button,
.hm-top-bar,
.top-navigation a {
  color: white;
  
}
#top-nav-button:hover,
.top-navigation .current-menu-ancestor > a,
.top-navigation .current-menu-item > a,
.top-navigation a:hover {
  color: #1eab11;
}
.responsive-topnav,
.top-navigation ul ul {
  background-color: #ecf0f1;
}
.responsive-topnav li a,
.top-navigation ul ul a {
  color: #222;
}
.responsive-topnav ul#top-menu li a:hover,
.top-navigation ul ul .current-menu-ancestor > a,
.top-navigation ul ul .current-menu-item > a,
.top-navigation ul ul a:hover {
  background-color: #e74c3c;
}
.responsive-topnav li a:hover,
.top-navigation ul ul .current-menu-ancestor > a,
.top-navigation ul ul .current-menu-item > a,
.top-navigation ul ul a:hover {
  color: #fff;
}
.site-footer {
  background-color: #222;
}
.footer-widget-area {
  color: #ccc;
}
.footer-widget-area .widget a,
.footer-widget-area a {
  color: #ddd;
}
.footer-widget-area .widget a:hover,
.footer-widget-area a:hover,
.site-info a:hover {
  color: #1eab11;
}
.site-info {
  background-color: #111;
}
.site-info,
.site-info a {
  color: #fff;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(../font/1.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/3.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/4.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@media screen and (min-width: 200px) and (max-width: 992px)  {
.main-navigation ul, .main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon, .main-navigation ul a > .icon {
	display: none;
}
}
.main-navigation.toggled-on > div > ul, .main-navigation ul ul.toggled-on {
	display: block;
}
@media screen and (min-width: 500px) and (max-width: 1400px)  {
.img{
	display: -webkit-box;
}
}
@media screen and (min-width: 500px) and (max-width: 1400px)  {
.info{
	display: flex;
	align-items: center;
	margin-left: 3%;
	width: 70%;
}
}
.tag_set{
	margin-right: 10px;
	padding: 8px 13px;
	color: #fff;
	border-radius: 3px;
	line-height: 15px;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}



.resp_foot_menu{
 display: flex;
 justify-content: end;
 list-style: none;

}
@media screen and (min-width: 200px) and (max-width: 768px)  {
.resp_foot_menu{
	justify-content: center !important;
}
}
@media screen and (min-width: 200px) and (max-width: 768px)  {
.resp_foot_text{
	text-align: center;
}
}
.set_cats{
	border: 1px solid #ecf0f1;
background: #ecf0f1;
border-radius: 5px;
display: inline flow-root list-item;
margin-bottom: 10px;
text-transform: uppercase;
margin-right: 5px;
font-size: 0.78rem;
}