html, body {
  overflow-x: hidden;
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}

:where(.wp-block-file) {
  margin-bottom: 1.5em;
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  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;
}

:where(
    .wp-block-latest-comments:not(
        [style*="line-height"] .wp-block-latest-comments__comment
      )
  ) {
  line-height: 1.1;
}

:where(
    .wp-block-latest-comments:not(
        [style*="line-height"] .wp-block-latest-comments__comment-excerpt p
      )
  ) {
  line-height: 1.8;
}

ul {
  box-sizing: border-box;
}

: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(
    .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
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      button.wp-block-navigation-item__content
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-pages-list__item
      button.wp-block-navigation-item__content
  ) {
  padding: 0.5em 1em;
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

:where(.wp-block-post-excerpt) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}

:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}

:where(.wp-block-pullquote) {
  margin: 0 0 1em;
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}

: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: 4px 8px;
}

:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}

:where(pre.wp-block-verse) {
  font-family: inherit;
}

.entry-content {
  counter-reset: footnotes;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

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%;
}

:where(figure) {
  margin: 0 0 1em;
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
  );
}

@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

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--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;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

.jeg_thumb .thumbnail-container,
.jeg_thumb:after,
.jeg_thumb:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

:root {
  --woocommerce: #7f54b3;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #7f54b3;
  --wc-primary-text: white;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #b3af54;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #e9e6ed;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  animation: 2s linear infinite spin;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.added::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:hover {
  background-color: #dcd7e3;
  text-decoration: none;
  background-image: none;
  color: #515151;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt {
  background-color: #7f54b3;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:hover {
  background-color: #7249a4;
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:disabled[disabled]:hover {
  background-color: #7f54b3;
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #e9e6ed;
}

.vc_row:after,
.vc_row:before {
  content: " ";
  display: table;
}

.vc_row:after {
  clear: both;
}

.vc_column_container {
  width: 100%;
}

.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_col-sm-12,
.vc_col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .vc_col-sm-12,
  .vc_col-sm-8 {
    float: left;
  }

  .vc_col-sm-12 {
    width: 100%;
  }

  .vc_col-sm-8 {
    width: 66.66666667%;
  }
}

.vc_clearfix:after,
.vc_clearfix:before {
  content: " ";
  display: table;
}

.vc_clearfix:after {
  clear: both;
}

.wpb_text_column :last-child,
.wpb_text_column p:last-child {
  margin-bottom: 0;
}

.wpb_content_element {
  margin-bottom: 35px;
}

.vc_row[data-vc-full-width] {
  transition: opacity 0.5s ease;
  overflow: hidden;
}

.vc_column_container {
  padding-left: 0;
  padding-right: 0;
}

.bsf-rt-display-label:after {
  content: attr(prefix);
}

.bsf-rt-display-time:after {
  content: attr(reading_time);
}

.bsf-rt-display-postfix:after {
  content: attr(postfix);
}

.fa {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
  content: "\F002";
}

.fa-user:before {
  content: "\F007";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-lock:before {
  content: "\F023";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-youtube-play:before {
  content: "\F16A";
}

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

a,
article,
b,
body,
div,
h1,
h3,
html,
i,
img,
li,
p,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

body {
  color: #53585c;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-anchor: none;
}

body,
html {
  margin: 0;
}

::-moz-selection {
  background: #fde69a;
  color: #212121;
  text-shadow: none;
}

::-webkit-selection {
  background: #fde69a;
  color: #212121;
  text-shadow: none;
}

::selection {
  background: #fde69a;
  color: #212121;
  text-shadow: none;
}

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

a:focus,
a:hover {
  color: #212121;
  outline: 0;
}

img {
  vertical-align: middle;
}

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  height: auto;
}

button,
input {
  font: inherit;
}

[class*="jeg_"] .fa {
  font-family: FontAwesome;
}

.container:after,
.jeg_block_heading:after,
.jeg_postblock:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

h1,
h3 {
  color: #212121;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
  margin: 0.67em 0 0.5em;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.563em;
  margin: 1em 0 0.5em;
  line-height: 1.4;
}

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

p {
  margin: 0 0 1.75em;
  text-rendering: optimizeLegibility;
}

.jeg_vc_content .vc_row,
.jeg_vc_content .vc_row[data-vc-full-width="true"] > .jeg-vc-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.jeg_vc_content .vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}

.jeg_vc_content .vc_row[data-vc-full-width="true"] {
  left: 0 !important;
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .container {
    width: 98%;
    width: calc(100% - 10px);
  }
}

@media (max-width: 479px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container,
  .jeg_vc_content > .vc_row,
  .jeg_vc_content
    > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"])
    > .jeg-vc-wrapper {
    max-width: 750px;
  }

  .jeg_vc_content > .vc_row[data-vc-full-width="true"] {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .container,
  .jeg_vc_content > .vc_row,
  .jeg_vc_content
    > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"])
    > .jeg-vc-wrapper {
    max-width: 970px;
  }

  .jeg_vc_content > .vc_row[data-vc-full-width="true"] {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .container,
  .jeg_vc_content > .vc_row,
  .jeg_vc_content
    > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"])
    > .jeg-vc-wrapper {
    max-width: 1170px;
  }

  .jeg_vc_content > .vc_row[data-vc-full-width="true"] {
    width: 100%;
    max-width: none;
  }
}

.container,
.vc_column_container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-4,
.col-md-8,
.col-md-9 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 767px) {
  .vc_col-sm-12,
  .vc_col-sm-8 {
    float: left;
  }

  .vc_col-sm-12 {
    width: 100%;
  }

  .vc_col-sm-8 {
    width: 66.66666667%;
  }
}

@media (min-width: 992px) {
  .col-md-4,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }
}

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

.jeg_viewport {
  position: relative;
}

.jeg_container {
  width: auto;
  margin: 0 auto;
  padding: 0;
}

.jeg_content {
  background: #fff;
}

.jeg_content {
  padding: 30px 0 40px;
}

.jeg_sidebar {
  padding-left: 30px;
}

.theiaStickySidebar {
  -webkit-backface-visibility: hidden;
}

input:not([type="submit"]) {
  display: inline-block;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 7px 14px;
  height: 40px;
  outline: 0;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.25s ease;
  box-shadow: none;
}

input:not([type="submit"]):focus {
  border-color: #ccc;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
}

.btn {
  border: none;
  border-radius: 0;
  background: #f70d28;
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  outline: 0;
  -webkit-appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s ease;
}

.btn:focus {
  color: #fff;
  outline: #666 dotted thin;
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.15);
}

.jeg_header {
  position: relative;
}

.jeg_header .container {
  height: 100%;
}

.jeg_nav_row {
  position: relative;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.jeg_nav_grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.jeg_nav_normal {
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item_wrap {
  width: 100%;
  display: inline-block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jeg_nav_left {
  margin-right: auto;
}

.jeg_nav_right {
  margin-left: auto;
}

.jeg_nav_center {
  margin: 0 auto;
}

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

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

.jeg_nav_aligncenter {
  justify-content: center;
}

.jeg_topbar {
  font-size: 12px;
  color: #757575;
  position: relative;
  z-index: 11;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.jeg_topbar .jeg_nav_item {
  padding: 0 12px;
  border-right: 1px solid #e0e0e0;
}

.jeg_topbar.dark {
  background: #212121;
  color: #f5f5f5;
  border-bottom-width: 0;
}

.jeg_topbar.dark .jeg_search_toggle,
.jeg_topbar.dark .jeg_search_wrapper.jeg_search_no_expand .jeg_search_button,
.jeg_topbar.dark .jeg_search_wrapper.jeg_search_no_expand .jeg_search_input {
  color: #f5f5f5;
}

.jeg_topbar.dark .jeg_top_menu > li > a:hover {
  color: #fff;
}

.jeg_topbar.dark,
.jeg_topbar.dark .jeg_nav_item {
  border-color: hsla(0, 0%, 100%, 0.15);
}

.jeg_topbar .jeg_nav_item:last-child {
  border-right-width: 0;
}

.jeg_topbar .jeg_nav_row {
  height: 34px;
  line-height: 34px;
}

.jeg_midbar {
  background-color: #fff;
  height: 140px;
  position: relative;
  z-index: 10;
  border-bottom: 0 solid #e8e8e8;
}

.jeg_midbar .jeg_nav_item {
  padding: 0 14px;
}

.jeg_navbar {
  background: #fff;
  position: relative;
  border-top: 0 solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  line-height: 50px;
  z-index: 9;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.jeg_navbar .jeg_nav_item {
  padding: 0 14px;
}

.jeg_nav_item:first-child {
  padding-left: 0;
}

.jeg_nav_item:last-child {
  padding-right: 0;
}

.jeg_navbar_boxed {
  background: 0 0;
  border: 0;
}

.jeg_navbar_boxed .jeg_nav_row {
  background: #fff;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.jeg_navbar_boxed:after {
  display: none;
}

.jeg_logo {
  position: relative;
}

.site-title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 60px;
  letter-spacing: -0.02em;
}

.jeg_mobile_logo .site-title {
  font-size: 34px;
}

.site-title a {
  display: block;
  color: #212121;
}

.jeg_logo img {
  height: auto;
  image-rendering: optimizeQuality;
  display: block;
}

.jeg_topbar .jeg_social_icon_block.nobg a .fa {
  font-size: 14px;
}

.jeg_topbar .jeg_social_icon_block.nobg a .jeg-icon svg {
  height: 14px;
}

.btn .fa {
  margin-right: 2px;
  font-size: 14px;
}

.jeg_topbar .btn {
  height: 26px;
  line-height: 26px;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 0 10px;
}

.jeg_nav_account {
  position: relative;
}

.jeg_accountlink {
  float: left;
}

.jeg_accountlink:last-child {
  padding-right: 0;
}

.jeg_accountlink li {
  position: static !important;
}

.jeg_accountlink li .fa {
  margin-right: 2px;
}

.jeg_topbar.dark .jeg_accountlink {
  color: #f5f5f5;
}

.jeg_topbar .socials_widget a {
  margin: 0 5px 0 0;
}

.jeg_topbar .socials_widget a .fa,
.jeg_topbar .socials_widget a .jeg-icon {
  width: 26px;
  line-height: 26px;
}

.jeg_topbar .socials_widget.nobg a {
  margin-right: 14px;
}

.jeg_topbar .socials_widget.nobg a:last-child {
  margin-right: 0;
}

.jeg_topbar .socials_widget.nobg a .fa {
  font-size: 14px;
}

.jeg_search_wrapper {
  position: relative;
}

.jeg_search_wrapper .jeg_search_form {
  display: block;
  position: relative;
  line-height: normal;
  min-width: 60%;
}

.jeg_search_toggle {
  color: #212121;
  display: block;
  text-align: center;
}

.jeg_topbar .jeg_search_toggle {
  font-size: 14px;
  min-width: 13px;
  color: inherit;
}

.jeg_search_wrapper .jeg_search_input {
  width: 100%;
  vertical-align: middle;
  height: 40px;
  padding: 0.5em 30px 0.5em 14px;
}

.jeg_search_wrapper .jeg_search_button {
  color: #212121;
  background: 0 0;
  border: 0;
  font-size: 14px;
  outline: 0;
  cursor: pointer;
  position: absolute;
  height: auto;
  min-height: unset;
  line-height: normal;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 10px;
  transition: none;
}

.jeg_search_wrapper .jeg_search_button:hover {
  color: inherit;
  box-shadow: none;
  background: 0 0;
}

.jeg_topbar .jeg_search_wrapper .jeg_search_form {
  display: block;
}

.jeg_topbar .jeg_search_no_expand .jeg_search_input {
  line-height: 34px;
  height: auto;
  padding: 0 20px 0 0 !important;
  border: 0;
  background: 0 0;
  box-shadow: none;
}

.jeg_topbar .jeg_search_no_expand .jeg_search_button {
  color: #757575;
  width: auto;
  padding-right: 0 !important;
}

.jeg_search_no_expand .jeg_search_toggle {
  display: none;
}

.jeg_search_no_expand.rounded .jeg_search_input {
  border-radius: 4px;
}

.jeg_search_popup_expand .jeg_search_form {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -4px;
  text-align: center;
  width: 325px;
  background: #fff;
  border: 1px solid #eee;
  padding: 0;
  height: 0;
  z-index: 12;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-transition: height 0.1s;
  -o-transition: height 0.1s;
  transition: height 0.1s;
}

.jeg_search_popup_expand .jeg_search_form:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 8px;
  content: "";
  right: 16px;
  position: absolute;
  top: -8px;
  z-index: 98;
}

.jeg_search_popup_expand .jeg_search_form:after {
  border-color: transparent transparent #eaeaea;
  border-style: solid;
  border-width: 0 9px 9px;
  content: "";
  right: 15px;
  position: absolute;
  top: -9px;
  z-index: 97;
}

.jeg_search_popup_expand .jeg_search_input {
  width: 100%;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.jeg_search_popup_expand .jeg_search_button {
  color: #888;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.jeg_menu > li {
  position: relative;
  float: left;
  text-align: left;
  padding-right: 1.2em;
}

.jeg_menu > li:last-child {
  padding-right: 0;
}

.jeg_menu > li > a {
  -webkit-transition: 0.2s;
  transition: 0.2s ease;
}

.jeg_topbar .jeg_menu > li > a {
  color: inherit;
}

.jeg_menu a {
  display: block;
}

.jeg_menu a {
  position: relative;
}

.jeg_main_menu > li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.jeg_main_menu > li > a {
  color: #212121;
  display: block;
  position: relative;
  padding: 0 16px;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.jeg_navbar_fitwidth .jeg_main_menu_wrapper {
  width: 100%;
}

.jeg_navbar_fitwidth .jeg_mainmenu_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.jeg_navbar_fitwidth .jeg_main_menu {
  float: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.jeg_navbar_fitwidth .jeg_main_menu > li {
  float: none;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.jeg_navbar_fitwidth .jeg_main_menu > li > a {
  width: 100%;
  text-align: center;
}

.jeg_menu_style_5 > li {
  padding-right: 22px;
}

.jeg_menu_style_5 > li:last-child {
  padding-right: 0;
}

.jeg_menu_style_5 > li > a {
  padding: 0;
}

.jeg_menu_style_5 > li > a:hover {
  color: #f70d28;
}

.jeg_navbar_mobile_wrapper,
.jeg_navbar_mobile_wrapper .sticky_blankspace {
  display: none;
}

.jeg_topbar .jeg_menu > li {
  padding-right: 12px;
}

.jeg_topbar .jeg_menu > li:last-child {
  padding-right: 0;
}

.jeg_topbar,
.jeg_topbar.dark {
  border-top-style: solid;
}

.jeg_menu .menu-item-badge {
  background: #f70d28;
  padding: 2px 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1em;
  border-radius: 2px;
}

.jeg_menu .jeg-badge-floating {
  position: absolute;
  top: -10px;
}

.jeg_menu .jeg-badge-floating:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  border-color: #f70d28 transparent transparent #f70d28;
  border-style: solid;
  border-width: 3px;
}

.jeg_menu li.jeg_megamenu {
  position: static;
}

.jeg_navbar_mobile {
  display: none;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  top: 0;
  transform: translateZ(0);
  transition: 0.2s ease;
}

.jeg_navbar_mobile .container {
  width: 100%;
  height: 100%;
}

.jeg_mobile_bottombar {
  border-style: solid;
  height: 60px;
  line-height: 60px;
}

.jeg_mobile_bottombar .jeg_nav_item {
  padding: 0 10px;
}

.jeg_navbar_mobile .jeg_nav_left .jeg_nav_item:first-child {
  padding-left: 0;
}

.jeg_navbar_mobile .jeg_nav_right .jeg_nav_item:last-child {
  padding-right: 0;
}

.jeg_navbar_mobile .jeg_search_toggle,
.jeg_navbar_mobile .toggle_btn {
  color: #212121;
  font-size: 22px;
  display: block;
}

.jeg_mobile_logo a {
  display: block;
}

.jeg_mobile_logo img {
  width: auto;
  max-height: 80px;
  display: block;
  margin-top: -10px;
}

.jeg_navbar_mobile .jeg_search_wrapper {
  position: static;
}

.jeg_navbar_mobile .jeg_search_popup_expand {
  float: none;
}

.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form:after,
.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form:before {
  display: none !important;
}

.jeg_navbar_mobile .jeg_search_popup_expand .jeg_search_form {
  width: auto;
  border-left: 0;
  border-right: 0;
  left: -15px !important;
  right: -15px !important;
  padding: 20px;
  -webkit-transform: none;
  transform: none;
}

.jeg_navbar_mobile .jeg_search_form .jeg_search_button {
  font-size: 18px;
}

.jeg_navbar_mobile .jeg_search_wrapper .jeg_search_input {
  font-size: 18px;
  padding: 0.5em 40px 0.5em 15px;
  height: 42px;
}

.jeg_navbar_mobile_wrapper {
  position: relative;
  z-index: 9;
}

.jeg_block_heading {
  position: relative;
  margin-bottom: 30px;
}

.jeg_block_title {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  float: left;
}

.jeg_block_title span {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  white-space: nowrap;
}

.jeg_block_heading_6 {
  border-bottom: 2px solid #eee;
}

.jeg_block_heading_6:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #f70d28;
  display: block;
  position: relative;
  bottom: -2px;
}

.jeg_block_heading_6 .jeg_block_title span {
  padding: 0;
}

.jeg_post_meta .jeg_meta_author img {
  width: 35px;
  border-radius: 100%;
  margin-right: 5px;
}

.jeg_pl_md_box {
  margin-bottom: 30px;
}

.jeg_pl_md_box .box_wrap {
  position: relative;
  overflow: hidden;
}

.jeg_pl_md_box .jeg_thumb img {
  width: 100%;
}

.jeg_pl_md_box .jeg_postblock_content {
  padding: 20px 15px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(70%, rgba(0, 0, 0, 0.65))
  );
  background: -webkit-linear-gradient(
    top,
    transparent,
    rgba(0, 0, 0, 0.65) 70%
  );
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65) 70%);
}

.jeg_pl_md_box .jeg_post_title {
  font-size: 17px;
  font-weight: 500;
  margin: 0 auto 5px;
}

.jeg_pl_md_box .jeg_post_meta,
.jeg_pl_md_box .jeg_post_title a,
.jeg_pl_md_box a,
.jeg_pl_md_box a:hover,
.jeg_postblock .jeg_pl_md_box .jeg_post_title a:hover {
  color: #fff;
}

.jeg_pl_md_box .jeg_post_meta .fa,
.jeg_pl_md_box .jeg_post_meta a {
  color: inherit;
}

.jeg_pl_sm {
  margin-bottom: 25px;
  overflow: hidden;
}

.jeg_pl_sm .jeg_post_title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 5px;
  letter-spacing: normal;
}

.jeg_pl_sm .jeg_thumb {
  width: 120px;
  float: left;
}

.jeg_pl_sm .jeg_postblock_content {
  margin-left: 120px;
  padding-left: 10px;
}

.jeg_postblock {
  margin-bottom: 20px;
  position: relative;
}

.jeg_post_title {
  letter-spacing: -0.02em;
}

.jeg_post_title a {
  color: #212121;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.jeg_postblock .jeg_post_title a:hover {
  color: #f70d28;
}

.jeg_post_meta {
  font-size: 11px;
  text-transform: uppercase;
  color: #a0a0a0;
}

.jeg_post_meta a {
  color: inherit;
  font-weight: 700;
}

.jeg_meta_date a {
  font-weight: 400;
}

.jeg_meta_author a {
  color: #f70d28;
}

.jeg_post_meta .fa {
  color: #2e9fff;
}

.jeg_post_meta > div {
  display: inline-block;
}

.jeg_thumb,
.thumbnail-container {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.thumbnail-container {
  display: block;
  height: 0;
  background: #f7f7f7;
  background-position: 50%;
  background-size: cover;
}

.thumbnail-container > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  color: #a0a0a0;
  z-index: -1;
}

.size-715 {
  padding-bottom: 71.5%;
}

.thumbnail-container:after {
  content: "";
  opacity: 1;
  background: url(../images/preloader.gif) #f7f7f7;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.jeg_postblock_19 {
  margin-bottom: 15px;
}

.jeg_ad {
  text-align: center;
}

.jnews_header_bottom_ads {
  position: relative;
  background: #f5f5f5;
  z-index: 8;
}

.widget {
  margin-bottom: 40px;
}

.socials_widget a {
  display: inline-block;
  margin: 0 10px 10px 0;
  text-decoration: none !important;
}

.socials_widget a .fa {
  font-size: 1em;
  display: inline-block;
  width: 38px;
  line-height: 36px;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.socials_widget .fa {
  font-size: 16px;
}

.socials_widget a:hover .fa {
  opacity: 0.75;
}

.socials_widget.nobg a .fa {
  font-size: 18px;
  width: auto;
  height: auto;
  line-height: inherit;
  background: 0 0 !important;
}

.socials_widget a .jeg-icon {
  display: inline-block;
  width: 38px;
  line-height: 36px;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.socials_widget .jeg-icon svg {
  height: 16px;
  position: relative;
  top: 2px;
  fill: #fff;
}

.socials_widget a:hover .jeg-icon {
  opacity: 0.75;
}

.socials_widget span {
  display: inline-block;
  margin-left: 0.5em;
}

.socials_widget.nobg a {
  margin: 0 20px 15px 0;
}

.socials_widget a:last-child {
  margin-right: 0;
}

.socials_widget.nobg a .jeg-icon {
  width: auto;
  height: auto;
  line-height: inherit;
  background: 0 0 !important;
}

.socials_widget.nobg a .jeg-icon svg {
  height: 18px;
}

.jeg_social_icon_block.socials_widget a .jeg-icon svg {
  height: 16px;
}

.socials_widget .jeg-icon {
  margin: 0;
}

.socials_widget .jeg_facebook .fa {
  background: #45629f;
}

.socials_widget .jeg_twitter .fa {
  background: #000;
}

.socials_widget .jeg_linkedin .fa {
  background: #0083bb;
}

.socials_widget .jeg_youtube .fa {
  background: #c61d23;
}

.socials_widget .jeg_twitter .jeg-icon {
  background: #000;
}

.fa-twitter:before {
  content: none !important;
}

.socials_widget.nobg .jeg_facebook .fa {
  color: #45629f;
}

.socials_widget.nobg .jeg_linkedin .fa {
  color: #0083bb;
}

.socials_widget.nobg .jeg_youtube .fa {
  color: #c61d23;
}

.socials_widget.nobg .jeg_twitter .jeg-icon svg {
  fill: #000;
}

.jeg_facebook_widget {
  margin-bottom: 30px;
}

.content-inner ul {
  padding-left: 2.14285714em;
  list-style-position: inside;
  margin-bottom: 1.5em;
}

.content-inner li {
  margin-bottom: 0.5em;
}

.content-inner ul {
  list-style: square;
}

.content-inner > * {
  padding-left: 0;
  padding-right: 0;
}

.jeg_footer p {
  margin-bottom: 1em;
}

.jeg_footer .copyright {
  margin-bottom: 1em;
  font-size: 12px;
}

.jeg_social_icon_block.nobg a .fa {
  font-size: 16px;
}

.jeg_social_icon_block a {
  margin-bottom: 0 !important;
}

.jeg_footer_custom .jeg_content {
  padding: 0;
}

.jeg_footer_custom .wpb_content_element:last-child {
  margin-bottom: 0;
}

.wpb_row {
  margin-bottom: 0;
}

.wpb_content_element {
  margin-bottom: 30px;
}

.jeg_menu.jeg_main_menu .menu-item-object-category.jeg_megamenu > a:after {
  content: "\F107";
  display: inline-block;
  margin-left: 5px;
  margin-right: -3px;
  font: 12px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.1s;
}

.entry-header .jeg_post_title {
  color: #212121;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.15;
  margin: 0 0 0.4em;
  letter-spacing: -0.04em;
}

.entry-header {
  margin: 0 0 30px;
}

.entry-header .jeg_meta_container {
  position: relative;
}

.entry-header .jeg_post_meta {
  font-size: 13px;
  color: #a0a0a0;
  text-transform: none;
  display: block;
}

.entry-header .jeg_meta_author + .jeg_meta_date:before {
  content: "\2014";
  margin-right: 10px;
}

.entry-header .meta_left > div {
  display: inline-block;
}

.entry-header .meta_left > div:not(:last-of-type) {
  margin-right: 6px;
}

.entry-content {
  margin-bottom: 30px;
  position: relative;
}

.single .content-inner {
  color: #333;
  font-size: 16px;
  line-height: 1.625em;
  word-break: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.single .content-inner:after {
  content: "";
  display: table;
  clear: both;
}

.entry-content h3 {
  font-weight: 500;
}

.entry-content:after {
  clear: both;
  content: "";
  display: block;
}

.content-inner p {
  margin: 0 0 1.25em;
}

.jeg_single_tpl_2 .entry-header .jeg_post_title {
  font-size: 40px;
  line-height: 50px;
}

@media only screen and (max-width: 729px) {
  .jeg_single_tpl_2 .entry-header .jeg_post_meta_2 {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 1024px) {
  .entry-header .jeg_post_title {
    font-size: 2.4em;
  }

  .jeg_single_tpl_2 .entry-header .jeg_post_title {
    font-size: 3em;
  }

  .entry-content h3 {
    font-size: 1.35em;
  }
}

@media only screen and (max-width: 768px) {
  .entry-header .jeg_post_title {
    font-size: 2.4em !important;
    line-height: 1.15 !important;
  }

  .entry-header {
    margin-bottom: 20px;
  }

  .entry-content p {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .entry-header .jeg_post_title {
    font-size: 25px !important;
  }
}

@media only screen and (max-width: 480px) {
  .entry-header {
    margin-bottom: 15px;
  }
}

.jeg_block_container {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .jeg_header {
    display: none;
  }

  .jeg_navbar_mobile,
  .jeg_navbar_mobile_wrapper {
    display: block;
  }

  .jeg_navbar_mobile_wrapper {
    display: block;
  }

  .jeg_sidebar {
    padding: 0 15px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .footer_column {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_column {
    margin-bottom: 20px;
  }

  .footer_column:last-child {
    margin-bottom: 0;
  }

  .jeg_footer p.copyright {
    margin: 0.5em 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .jeg_block_heading {
    margin-bottom: 20px;
  }

  .jeg_block_title span {
    font-size: 13px;
  }

  .jeg_block_title span {
    height: 30px !important;
    line-height: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .jeg_content {
    padding: 20px 0 30px;
  }

  .jeg_postblock {
    margin-bottom: 10px;
  }

  .jeg_block_heading {
    margin-bottom: 25px;
  }

  .jeg_sidebar .widget {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .jeg_block_heading,
  .jeg_pl_md_box,
  .jeg_postblock {
    margin-bottom: 20px;
  }

  .jeg_meta_author img {
    width: 25px;
  }
}

@media only screen and (max-width: 320px) {
  .jeg_navbar_mobile .jeg_search_wrapper .jeg_search_input {
    font-size: 16px;
    padding: 0.5em 35px 0.5em 12px;
    height: 38px;
  }

  .jeg_navbar_mobile .jeg_search_form .jeg_search_button {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .widget_jnews_module_block_19 .jeg_col_1o3 .jeg_post:last-child,
  .widget_jnews_module_block_19 .jeg_postblock {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .jeg_pl_sm {
    margin-bottom: 20px;
  }

  .jeg_pl_sm .jeg_post_title {
    font-size: 13px;
  }

  .jeg_pl_sm .jeg_thumb {
    width: 100px;
  }

  .jeg_pl_sm .jeg_postblock_content {
    margin-left: 100px;
  }

  .jeg_pl_md_box .jeg_post_title {
    font-size: 14px;
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 768px) {
  .jeg_postblock_19 .jeg_pl_md_box {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .jeg_post_meta {
    font-size: 10px;
  }

  .jeg_pl_sm .jeg_thumb {
    width: 80px;
  }

  .jeg_pl_sm .jeg_postblock_content {
    margin-left: 80px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .jeg_block_heading {
    margin-bottom: 20px;
  }

  .jeg_pl_sm .jeg_post_title {
    font-size: 14px;
  }

  .jeg_postblock_19 .jeg_posts {
    margin-bottom: 30px;
  }

  .jeg_postblock_19 .jeg_pl_md_box .jeg_post_title {
    font-size: 22px;
  }

  .jeg_postblock_19 .jeg_pl_md_box .jeg_thumb {
    max-height: 350px;
  }
}

@media only screen and (max-width: 667px) {
  .jeg_pl_md_box .jeg_post_title {
    font-size: 24px;
  }

  .jeg_pl_sm .jeg_thumb {
    width: 80px;
  }

  .jeg_pl_sm .jeg_postblock_content {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 568px) {
  .jeg_postblock_19 .jeg_pl_md_box .jeg_thumb {
    max-height: 260px;
  }
}

@media only screen and (max-width: 480px) {
  .jeg_post_meta {
    font-size: 10px;
    text-rendering: auto;
  }

  .jeg_pl_md_box .jeg_post_title {
    font-size: 18px;
  }

  .jeg_postblock_19 .jeg_posts {
    margin-bottom: 0;
  }

  .jeg_postblock_19 .jeg_pl_md_box .jeg_thumb {
    max-height: 220px;
  }

  .jeg_postblock_19 .jeg_pl_md_box .jeg_post_title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .jeg_pl_sm .jeg_post_title {
    font-size: 13px;
    line-height: normal;
  }

  .jeg_pl_md_box .jeg_post_title {
    font-size: 14px !important;
  }
}

.jeg_navbar_boxed .jeg_nav_row {
  border-left: 0;
  border-right: 0;
}

.jeg_main_menu > li > a {
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
}

.jeg_menu_style_5 > li > a:hover {
  color: #212121;
}

.jeg_block_heading_6 {
  border-bottom-color: inherit;
}

.jeg_block_heading_6:after {
  background: 0 0 !important;
}

.jeg_block_heading_6 .jeg_block_title {
  font-size: 18px;
}

.jeg_post_meta {
  color: grey;
  font-size: 12px;
}

.jeg_post_meta a {
  font-weight: 400;
}

.entry-header .jeg_meta_author a {
  color: #111;
}

.entry-header .jeg_post_meta a,
.jeg_meta_author a {
  color: #333;
}

.entry-header .jeg_post_meta {
  color: grey;
}

.entry-header .jeg_meta_author,
.jeg_meta_author {
  text-transform: none;
}

.jeg_post_meta .fa {
  color: inherit !important;
}

.jeg_pl_sm .jeg_post_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 4px;
}

.jeg_single_tpl_2 .entry-header {
  border-bottom: 2px solid #111;
  padding-bottom: 15px;
}

.entry-content h3 {
  font-weight: 700;
}

@media only screen and (max-width: 480px) {
  .entry-header .jeg_post_title {
    font-size: 30px;
    line-height: 1.3em !important;
  }
}

.entry-content .bsf-rt-reading-time {
  background: #fff;
  color: #333;
  font-size: 15px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 1em;
  padding-left: 0;
  width: max-content;
  display: block;
  min-width: 100px;
}

.theiaStickySidebar:after {
  content: "";
  display: table;
  clear: both;
}

body {
  --j-body-color: #333333;
  --j-accent-color: #174e96;
  --j-alt-color: #174259;
  --j-heading-color: #111111;
}

body {
  color: #333;
}

.jeg_menu_style_5 > li > a:hover,
.jeg_meta_author a,
.jeg_postblock .jeg_post_title a:hover,
a {
  color: #174e96;
}

.btn,
.jeg_block_heading_6:after {
  background-color: #174e96;
}

.jeg_post_meta .fa {
  color: #174259;
}

.entry-header .jeg_post_title,
.jeg_block_title,
.jeg_post_title a,
h1,
h3 {
  color: #111;
}

.jeg_topbar .jeg_nav_row,
.jeg_topbar .jeg_search_no_expand .jeg_search_input {
  line-height: 32px;
}

.jeg_topbar .jeg_nav_row {
  height: 32px;
}

.jeg_midbar {
  height: 100px;
}

.jeg_bottombar.jeg_navbar_boxed .jeg_nav_row,
.jeg_header .jeg_bottombar {
  border-top-width: 3px;
}

.jeg_bottombar.jeg_navbar_boxed .jeg_nav_row,
.jeg_header_wrapper .jeg_bottombar {
  border-top-color: #111;
}

.jeg_header .socials_widget > a > i.fa:before {
  color: #aaa;
}

.jeg_header .socials_widget.nobg > a > i > span.jeg-icon svg {
  fill: #aaaaaa;
}

.jeg_header .socials_widget > a > i > span.jeg-icon svg {
  fill: #aaaaaa;
}

.jeg_nav_search {
  width: 34%;
}

.btn,
body,
input {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
}

.entry-header .jeg_post_title,
.jeg_post_title,
.jeg_single_tpl_2 .entry-header .jeg_post_title {
  font-family: "Libre Baskerville", Helvetica, Arial, sans-serif;
}

.content-inner p {
  font-family: "Droid Serif", Helvetica, Arial, sans-serif;
}

.subscribe-btn a {
  padding: 0 20px;
  background: #3f58a9;
}

.jeg_topbar .jeg_nav_row {
  height: 50px;
}

.jeg_footer .copyright {
  color: #a8a8aa;
}

.jeg_footer .copyright a {
  color: #a8a8aa;
}

.vc_custom_1651370365990 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background-color: #222 !important;
}

:root {
  --wpforms-field-border-radius: 3px;
  --wpforms-field-background-color: #ffffff;
  --wpforms-field-border-color: rgba(0, 0, 0, 0.25);
  --wpforms-field-text-color: rgba(0, 0, 0, 0.7);
  --wpforms-label-color: rgba(0, 0, 0, 0.85);
  --wpforms-label-sublabel-color: rgba(0, 0, 0, 0.55);
  --wpforms-label-error-color: #d63637;
  --wpforms-button-border-radius: 3px;
  --wpforms-button-background-color: #066aab;
  --wpforms-button-text-color: #ffffff;
  --wpforms-field-size-input-height: 43px;
  --wpforms-field-size-input-spacing: 15px;
  --wpforms-field-size-font-size: 16px;
  --wpforms-field-size-line-height: 19px;
  --wpforms-field-size-padding-h: 14px;
  --wpforms-field-size-checkbox-size: 16px;
  --wpforms-field-size-sublabel-spacing: 5px;
  --wpforms-field-size-icon-size: 1;
  --wpforms-label-size-font-size: 16px;
  --wpforms-label-size-line-height: 19px;
  --wpforms-label-size-sublabel-font-size: 14px;
  --wpforms-label-size-sublabel-line-height: 17px;
  --wpforms-button-size-font-size: 17px;
  --wpforms-button-size-height: 41px;
  --wpforms-button-size-padding-h: 15px;
  --wpforms-button-size-margin-top: 10px;
}

body * :not(input):not(textarea) {
  user-select: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -ms-user-select: none !important;
}

.main-page-img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto 15px auto;
}

.plashka {
  width: 100%;
  margin: 16px 0;
  padding: 10px;
  border: 2px solid #3f58a9;
  text-align: center;
}

.plashka img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 15px auto;
}

.plashka ul,
.plashka p {
  margin-bottom: 0;
}

.plashka-doc {
  width: fit-content;
  padding: 10px 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  .plashka-doc {
    padding: 10px 20px;
  }
}

.comments {
  margin-top: 20px;
  border-top: 2px solid #666;
}

.comments__heading {
  font-size: 25px;
  margin: 20px 0;
}
.comment {
  margin: 15px 0 25px 0;
  position: relative;
  display: flex;
}
.comment::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c6c6c6;
  bottom: -10px;
}
.comment__photo {
  width: 50px;
  height: 50px !important;
  margin-right: 20px;
}
@media only screen and (max-width: 500px) {
  .comment__photo {
    width: 40px;
    height: 40px !important;
  }
}
.comment__image {
  margin: 10px 0;
  width: 100%;
  max-width: 400px !important;
}

.comment__description {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  .comment__description {
    font-size: 1.3rem;
  }
}
.comment__name {
  font-weight: bolder;
  margin-bottom: 5px;
}
.comment__date {
  color: #999;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .comment__date {
    font-size: 12px;
  }
}
.comment__text {
  margin-bottom: 10px !important;
}
