/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
:root {
  --gutter: 15px;
  --gutter-xs: 15px;
  --gap: 20px;
  --gap-xs: 10px;
  --Primary-01: #181818;
  --Primary-02: #f9f9f9;
  --Primary-03: #cf112c;
  --Secondary-01: #FDDAE1;
  --Secondary-02: #9EC6B9;
  --Secondary-03: #D31F78;
  --Secondary-04: #FFA2A2;
}

@media only screen and (min-width: 64rem) {
  ::-webkit-scrollbar-track {
    background-color: #e9ecef;
    border-radius: 4px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #adb5bd;
    border-radius: 4px;
  }

  ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
}

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

body {
  color: #181818;
  background: #fff;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}

body {
  font-size: 1rem;
  line-height: 1.618rem;
}

:is(input, select, textarea, button, main):focus {
  outline: none;
}

:is(a, button, [role=button], input, select, textarea) {
  transition: 0.3s;
}

:is(a, area, button, [role=button], input, label, select, summary, textarea) {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  /*touch-action: manipulation;*/
  outline: none;
}

:is([type=submit], [type=reset], [type=button]) {
  cursor: pointer;
}

*:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

*>p {
  overflow-wrap: break-word;
  margin-top: 0;
  line-height: inherit;
}

*>p:not(:last-child) {
  margin-bottom: 15px;
}

*>p:last-child {
  margin-bottom: 0;
}

:is(code, kbd, pre, samp) {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 1rem;
}

sup {
  line-height: 1;
  top: -6px;
  color: #ff0000;
  font-size: 14px;
  padding-left: 2px;
  position: relative;
  letter-spacing: -0.2px;
}

:is(.cite-block, cite)::before {
  content: "";
  font-style: normal;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
  overflow-wrap: break-word;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a {
  text-decoration: none;
  display: inline-block;
  color: currentColor;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) p {
  color: currentColor;
  line-height: inherit;
  margin-bottom: 0;
}

:is(h1, .h1) {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}

:is(h2, .h2) {
  font-size: clamp(1.25rem, 0.25rem + 2.5vw, 2.5rem);
  line-height: clamp(1.625rem, 0.325rem + 3.25vw, 3.25rem);
}

:is(h3, .h3) {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}

:is(h4, .h4) {
  font-size: clamp(1.125rem, 0.825rem + 0.75vw, 1.5rem);
  line-height: clamp(1.4625rem, 1.0725rem + 0.975vw, 1.95rem);
}

:is(h5, .h5) {
  font-size: clamp(1.0625rem, 0.9125rem + 0.375vw, 1.25rem);
  line-height: clamp(1.38125rem, 1.18625rem + 0.4875vw, 1.625rem);
}

:is(h6, .h6) {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.3rem, 1.17rem + 0.325vw, 1.4625rem);
}

:is(span, label)>a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

a :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: currentColor;
}

picture {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

img:not([src]) {
  visibility: hidden;
}

img:where(.aligncenter, .align-center) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure {
  max-width: 100% !important;
}

figure:where(.wp-caption, .caption) {
  display: block;
}

figure:where(.wp-caption, .caption) img {
  display: inline-block;
}

figure:where(.wp-caption, .caption):where(.wp-caption-text, .caption-text) {
  padding-top: 10px;
  color: #495057;
}

figure:where(.wp-caption, .caption):where(.aligncenter, .align-center) {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

table {
  border-spacing: 0;
}

table :is(thead, tbody, tfoot) {
  background: none;
}

table tr :where(th:not(:last-child), td:not(:last-child)) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

:is(.screen-reader-text, .submenu-toggle-text, .hidden-text, .sr-only) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  overflow-wrap: normal !important;
  white-space: nowrap;
}

[data-fa]::before {
  content: attr(data-fa);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
}

[data-fa-after]::after {
  content: attr(data-fa-after);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
}

select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M239%20401c9.4%209.4%2024.6%209.4%2033.9%200L465%20209c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-175%20175L81%20175c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9L239%20401z%22%2F%3E%3C%2Fsvg%3E");
  background-position: calc(100% - 12px) calc(50% - 2px);
  background-size: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 39.99875rem) {
  .sm\:show {
    display: none;
  }
}

@media only screen and (max-width: 39.99875rem) {
  .\!sm\:show {
    display: none !important;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .md\:show {
    display: none;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .\!md\:show {
    display: none !important;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .lg\:show {
    display: none;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .\!lg\:show {
    display: none !important;
  }
}

@media only screen and (max-width: 79.99875rem) {
  .xl\:show {
    display: none;
  }
}

@media only screen and (max-width: 79.99875rem) {
  .\!xl\:show {
    display: none !important;
  }
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

@media only screen and (min-width: 40rem) {
  .sm\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 40rem) {
  .\!sm\:hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 48rem) {
  .md\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 48rem) {
  .\!md\:hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 64rem) {
  .lg\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 64rem) {
  .\!lg\:hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 80rem) {
  .xl\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 80rem) {
  .\!xl\:hidden {
    display: none !important;
  }
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.flex-x {
  flex-flow: row wrap;
}

.flex-x>.auto {
  width: auto;
}

@media only screen and (min-width: 40rem) {
  .flex-x>.sm-auto {
    width: auto;
  }
}

@media only screen and (min-width: 48rem) {
  .flex-x>.md-auto {
    width: auto;
  }
}

@media only screen and (min-width: 64rem) {
  .flex-x>.lg-auto {
    width: auto;
  }
}

@media only screen and (min-width: 80rem) {
  .flex-x>.xl-auto {
    width: auto;
  }
}

.grid {
  display: grid;
}

.\!grid {
  display: grid !important;
}

.block {
  display: block;
}

.\!block {
  display: block !important;
}

.inline-block {
  display: inline-block;
}

.\!inline-block {
  display: inline-block !important;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.dvh-100 {
  height: calc(var(--vh, 1vh) * 100);
}

@supports (height: 100dvh) {
  .dvh-100 {
    height: 100dvh;
  }
}

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.cell {
  flex: 0 0 auto;
  /*max-width: 100%;*/
  min-width: 0;
}

.cell.auto {
  flex: 1 1 0;
  /*max-width: 100%;*/
  min-width: 0;
  width: auto;
}

.cell.stretch {
  width: 100%;
}

@media only screen and (min-width: 40rem) {
  .cell.sm-auto {
    flex: 1 1 0;
    /*max-width: 100%;*/
    min-width: 0;
    width: auto;
  }

  .cell.sm-stretch {
    width: 100%;
  }
}

@media only screen and (min-width: 48rem) {
  .cell.md-auto {
    flex: 1 1 0;
    /*max-width: 100%;*/
    min-width: 0;
    width: auto;
  }

  .cell.md-stretch {
    width: 100%;
  }
}

@media only screen and (min-width: 64rem) {
  .cell.lg-auto {
    flex: 1 1 0;
    /*max-width: 100%;*/
    min-width: 0;
    width: auto;
  }

  .cell.lg-stretch {
    width: 100%;
  }
}

@media only screen and (min-width: 80rem) {
  .cell.xl-auto {
    flex: 1 1 0;
    /*max-width: 100%;*/
    min-width: 0;
    width: auto;
  }

  .cell.xl-stretch {
    width: 100%;
  }
}

.gap {
  gap: 0.625rem;
}

@media only screen and (min-width: 48rem) {
  .gap {
    gap: 1.25rem;
  }
}

.container {
  margin-inline: auto;
  max-width: 640px;
}

.container:not(.full) {
  padding-inline: 0.9375rem;
}

@media only screen and (min-width: 40rem) {
  .container:not(.full) {
    max-width: 768px;
  }
}

@media only screen and (min-width: 48rem) {
  .container:not(.full) {
    padding-inline: 0.9375rem;
    max-width: 768px;
  }
}

@media only screen and (min-width: 64rem) {
  .container:not(.full) {
    max-width: 1024px;
  }
}

@media only screen and (min-width: 80rem) {
  .container:not(.full) {
    max-width: 1280px;
  }
}

@media only screen and (min-width: 90rem) {
  .container:not(.full).xxl {
    max-width: 1440px;
  }
}

.container.full {
  max-width: 100%;
  padding-inline: 0;
}

:is(.flex, .\!flex):not(.gap).sm-up-1>.cell {
  width: 100%;
}

:is(.flex, .\!flex):not(.gap)>.cell.sm-1 {
  width: 8.3333333333%;
}

:is(.flex, .\!flex):not(.gap)>.cell.\!sm-1 {
  width: 8.3333333333% !important;
}

:is(.flex, .\!flex).gap.sm-up-1>.cell {
  width: 100%;
}

:is(.flex, .\!flex).gap>.cell.sm-1 {
  width: calc(8.3333333333% - 0.5729166667rem);
}

:is(.flex, .\!flex).gap>.cell.\!sm-1 {
  width: calc(8.3333333333% - 0.5729166667rem) !important;
}

:is(.flex, .\!flex):not(.gap).sm-up-2>.cell {
  width: 50%;
}

:is(.flex, .\!flex):not(.gap)>.cell.sm-2 {
  width: 16.6666666667%;
}

:is(.flex, .\!flex):not(.gap)>.cell.\!sm-2 {
  width: 16.6666666667% !important;
}

:is(.flex, .\!flex).gap.sm-up-2>.cell {
  width: calc(50% - 0.3125rem);
}

:is(.flex, .\!flex).gap>.cell.sm-2 {
  width: calc(16.6666666667% - 0.5208333333rem);
}

:is(.flex, .\!flex).gap>.cell.\!sm-2 {
  width: calc(16.6666666667% - 0.5208333333rem) !important;
}

:is(.flex, .\!flex):not(.gap).sm-up-3>.cell {
  width: 33.3333333333%;
}

:is(.flex, .\!flex):not(.gap)>.cell.sm-3 {
  width: 25%;
}

:is(.flex, .\!flex):not(.gap)>.cell.\!sm-3 {
  width: 25% !important;
}

:is(.flex, .\!flex).gap.sm-up-3>.cell {
  width: calc(33.3333333333% - 0.4166666667rem);
}

:is(.flex, .\!flex).gap>.cell.sm-3 {
  width: calc(25% - 0.46875rem);
}

:is(.flex, .\!flex).gap>.cell.\!sm-3 {
  width: calc(25% - 0.46875rem) !important;
}

:is(.flex, .\!flex):not(.gap).sm-up-4>.cell {
  width: 25%;
}

:is(.flex, .\!flex):not(.gap)>.cell.sm-4 {
  width: 33.3333333333%;
}

:is(.flex, .\!flex):not(.gap)>.cell.\!sm-4 {
  width: 33.3333333333% !important;
}

:is(.flex, .\!flex).gap.sm-up-4>.cell {
  width: calc(25% - 0.46875rem);
}

:is(.flex, .\!flex).gap>.cell.sm-4 {
  width: calc(33.3333333333% - 0.4166666667rem);
}

:is(.flex, .\!flex).gap>.cell.\!sm-4 {
  width: calc(33.3333333333% - 0.4166666667rem) !important;
}

:is(.flex, .\!flex):not(.gap).sm-up-5>.cell {
  width: 20%;
}

:is(.flex, .\!flex):not(.gap)>.cell.sm-5 {
  width: 41.6666666667%;
}

:is(.flex, .\!flex):not(.gap)>.cell.\!sm-5 {
  width: 41.6666666667% !important;
}

:is(.flex, .\!flex).gap.sm-up-5>.cell {
  width: calc(20% - 0.5rem);
}

:is(.flex, .\!flex).gap>.cell.sm-5 {
  width: calc(41.6666666667% - 0.3645833333rem);
}

:is(.flex, .\!flex).gap>.cell.\!sm-5 {
  width: calc(41.6666666667% - 0.3645833333rem) !important;
}

:is(.flex, .\!flex):not(.gap).sm-up-6>.cell {
  width: 16.6666666667%;
}

:is(.flex, .\!flex):not(.gap)>.cell.sm-6 {
  width: 50%;
}

:is(.flex, .\!flex):not(.gap)>.cell.\!sm-6 {
  width: 50% !important;
}

:is(.flex, .\!flex).gap.sm-up-6>.cell {
  width: calc(16.6666666667% - 0.5208333333rem);
}

:is(.flex, .\!flex).gap>.cell.sm-6 {
  width: calc(50% - 0.3125rem);
}

:is(.flex, .\!flex).gap>.cell.\!sm-6 {
  width: calc(50% - 0.3125rem) !important;
}

:is(.flex, .\!flex):not(.gap).sm-up-7>.cell {
  width: 14.2857142857%;
}

:is(.flex, .\!flex):not(.gap)>.cell.sm-7 {
  width: 58.3333333333%;
}

:is(.flex, .\!flex):not(.gap)>.cell.\!sm-7 {
  width: 58.3333333333% !important;
}

:is(.flex, .\!flex).gap.sm-up-7>.cell {
  width: calc(14.2857142857% - 0.5357142857rem);
}

:is(.flex, .\!flex).gap>.cell.sm-7 {
  width: calc(58.3333333333% - 0.2604166667rem);
}

:is(.flex, .\!flex).gap>.cell.\!sm-7 {
  width: calc(58.3333333333% - 0.2604166667rem) !important;
}

:is(.flex, .\!flex):not(.gap).sm-up-8>.cell {
  width: 12.5%;
}

:is(.flex, .\!flex):not(.gap)>.cell.sm-8 {
  width: 66.6666666667%;
}

:is(.flex, .\!flex):not(.gap)>.cell.\!sm-8 {
  width: 66.6666666667% !important;
}

:is(.flex, .\!flex).gap.sm-up-8>.cell {
  width: calc(12.5% - 0.546875rem);
}

:is(.flex, .\!flex).gap>.cell.sm-8 {
  width: calc(66.6666666667% - 0.2083333333rem);
}

:is(.flex, .\!flex).gap>.cell.\!sm-8 {
  width: calc(66.6666666667% - 0.2083333333rem) !important;
}

:is(.flex, .\!flex):not(.gap).sm-up-9>.cell {
  width: 11.1111111111%;
}

:is(.flex, .\!flex):not(.gap)>.cell.sm-9 {
  width: 75%;
}

:is(.flex, .\!flex):not(.gap)>.cell.\!sm-9 {
  width: 75% !important;
}

:is(.flex, .\!flex).gap.sm-up-9>.cell {
  width: calc(11.1111111111% - 0.5555555556rem);
}

:is(.flex, .\!flex).gap>.cell.sm-9 {
  width: calc(75% - 0.15625rem);
}

:is(.flex, .\!flex).gap>.cell.\!sm-9 {
  width: calc(75% - 0.15625rem) !important;
}

:is(.flex, .\!flex):not(.gap).sm-up-10>.cell {
  width: 10%;
}

:is(.flex, .\!flex):not(.gap)>.cell.sm-10 {
  width: 83.3333333333%;
}

:is(.flex, .\!flex):not(.gap)>.cell.\!sm-10 {
  width: 83.3333333333% !important;
}

:is(.flex, .\!flex).gap.sm-up-10>.cell {
  width: calc(10% - 0.5625rem);
}

:is(.flex, .\!flex).gap>.cell.sm-10 {
  width: calc(83.3333333333% - 0.1041666667rem);
}

:is(.flex, .\!flex).gap>.cell.\!sm-10 {
  width: calc(83.3333333333% - 0.1041666667rem) !important;
}

:is(.flex, .\!flex):not(.gap).sm-up-11>.cell {
  width: 9.0909090909%;
}

:is(.flex, .\!flex):not(.gap)>.cell.sm-11 {
  width: 91.6666666667%;
}

:is(.flex, .\!flex):not(.gap)>.cell.\!sm-11 {
  width: 91.6666666667% !important;
}

:is(.flex, .\!flex).gap.sm-up-11>.cell {
  width: calc(9.0909090909% - 0.5681818182rem);
}

:is(.flex, .\!flex).gap>.cell.sm-11 {
  width: calc(91.6666666667% - 0.0520833333rem);
}

:is(.flex, .\!flex).gap>.cell.\!sm-11 {
  width: calc(91.6666666667% - 0.0520833333rem) !important;
}

:is(.flex, .\!flex):not(.gap).sm-up-12>.cell {
  width: 8.3333333333%;
}

:is(.flex, .\!flex):not(.gap)>.cell.sm-12 {
  width: 100%;
}

:is(.flex, .\!flex):not(.gap)>.cell.\!sm-12 {
  width: 100% !important;
}

:is(.flex, .\!flex).gap.sm-up-12>.cell {
  width: calc(8.3333333333% - 0.5729166667rem);
}

:is(.flex, .\!flex).gap>.cell.sm-12 {
  width: 100%;
}

:is(.flex, .\!flex).gap>.cell.\!sm-12 {
  width: 100% !important;
}

@media only screen and (min-width: 48rem) {
  :is(.flex, .\!flex):not(.gap).md-up-1>.cell {
    width: 100%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.md-1 {
    width: 8.3333333333%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!md-1 {
    width: 8.3333333333% !important;
  }

  :is(.flex, .\!flex).gap.md-up-1>.cell {
    width: 100%;
  }

  :is(.flex, .\!flex).gap>.cell.md-1 {
    width: calc(8.3333333333% - 1.1458333333rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!md-1 {
    width: calc(8.3333333333% - 1.1458333333rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).md-up-2>.cell {
    width: 50%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.md-2 {
    width: 16.6666666667%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!md-2 {
    width: 16.6666666667% !important;
  }

  :is(.flex, .\!flex).gap.md-up-2>.cell {
    width: calc(50% - 0.625rem);
  }

  :is(.flex, .\!flex).gap>.cell.md-2 {
    width: calc(16.6666666667% - 1.0416666667rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!md-2 {
    width: calc(16.6666666667% - 1.0416666667rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).md-up-3>.cell {
    width: 33.3333333333%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.md-3 {
    width: 25%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!md-3 {
    width: 25% !important;
  }

  :is(.flex, .\!flex).gap.md-up-3>.cell {
    width: calc(33.3333333333% - 0.8333333333rem);
  }

  :is(.flex, .\!flex).gap>.cell.md-3 {
    width: calc(25% - 0.9375rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!md-3 {
    width: calc(25% - 0.9375rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).md-up-4>.cell {
    width: 25%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.md-4 {
    width: 33.3333333333%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!md-4 {
    width: 33.3333333333% !important;
  }

  :is(.flex, .\!flex).gap.md-up-4>.cell {
    width: calc(25% - 0.9375rem);
  }

  :is(.flex, .\!flex).gap>.cell.md-4 {
    width: calc(33.3333333333% - 0.8333333333rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!md-4 {
    width: calc(33.3333333333% - 0.8333333333rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).md-up-5>.cell {
    width: 20%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.md-5 {
    width: 41.6666666667%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!md-5 {
    width: 41.6666666667% !important;
  }

  :is(.flex, .\!flex).gap.md-up-5>.cell {
    width: calc(20% - 1rem);
  }

  :is(.flex, .\!flex).gap>.cell.md-5 {
    width: calc(41.6666666667% - 0.7291666667rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!md-5 {
    width: calc(41.6666666667% - 0.7291666667rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).md-up-6>.cell {
    width: 16.6666666667%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.md-6 {
    width: 50%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!md-6 {
    width: 50% !important;
  }

  :is(.flex, .\!flex).gap.md-up-6>.cell {
    width: calc(16.6666666667% - 1.0416666667rem);
  }

  :is(.flex, .\!flex).gap>.cell.md-6 {
    width: calc(50% - 0.625rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!md-6 {
    width: calc(50% - 0.625rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).md-up-7>.cell {
    width: 14.2857142857%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.md-7 {
    width: 58.3333333333%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!md-7 {
    width: 58.3333333333% !important;
  }

  :is(.flex, .\!flex).gap.md-up-7>.cell {
    width: calc(14.2857142857% - 1.0714285714rem);
  }

  :is(.flex, .\!flex).gap>.cell.md-7 {
    width: calc(58.3333333333% - 0.5208333333rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!md-7 {
    width: calc(58.3333333333% - 0.5208333333rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).md-up-8>.cell {
    width: 12.5%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.md-8 {
    width: 66.6666666667%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!md-8 {
    width: 66.6666666667% !important;
  }

  :is(.flex, .\!flex).gap.md-up-8>.cell {
    width: calc(12.5% - 1.09375rem);
  }

  :is(.flex, .\!flex).gap>.cell.md-8 {
    width: calc(66.6666666667% - 0.4166666667rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!md-8 {
    width: calc(66.6666666667% - 0.4166666667rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).md-up-9>.cell {
    width: 11.1111111111%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.md-9 {
    width: 75%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!md-9 {
    width: 75% !important;
  }

  :is(.flex, .\!flex).gap.md-up-9>.cell {
    width: calc(11.1111111111% - 1.1111111111rem);
  }

  :is(.flex, .\!flex).gap>.cell.md-9 {
    width: calc(75% - 0.3125rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!md-9 {
    width: calc(75% - 0.3125rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).md-up-10>.cell {
    width: 10%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.md-10 {
    width: 83.3333333333%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!md-10 {
    width: 83.3333333333% !important;
  }

  :is(.flex, .\!flex).gap.md-up-10>.cell {
    width: calc(10% - 1.125rem);
  }

  :is(.flex, .\!flex).gap>.cell.md-10 {
    width: calc(83.3333333333% - 0.2083333333rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!md-10 {
    width: calc(83.3333333333% - 0.2083333333rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).md-up-11>.cell {
    width: 9.0909090909%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.md-11 {
    width: 91.6666666667%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!md-11 {
    width: 91.6666666667% !important;
  }

  :is(.flex, .\!flex).gap.md-up-11>.cell {
    width: calc(9.0909090909% - 1.1363636364rem);
  }

  :is(.flex, .\!flex).gap>.cell.md-11 {
    width: calc(91.6666666667% - 0.1041666667rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!md-11 {
    width: calc(91.6666666667% - 0.1041666667rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).md-up-12>.cell {
    width: 8.3333333333%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.md-12 {
    width: 100%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!md-12 {
    width: 100% !important;
  }

  :is(.flex, .\!flex).gap.md-up-12>.cell {
    width: calc(8.3333333333% - 1.1458333333rem);
  }

  :is(.flex, .\!flex).gap>.cell.md-12 {
    width: 100%;
  }

  :is(.flex, .\!flex).gap>.cell.\!md-12 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 64rem) {
  :is(.flex, .\!flex):not(.gap).lg-up-1>.cell {
    width: 100%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.lg-1 {
    width: 8.3333333333%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!lg-1 {
    width: 8.3333333333% !important;
  }

  :is(.flex, .\!flex).gap.lg-up-1>.cell {
    width: 100%;
  }

  :is(.flex, .\!flex).gap>.cell.lg-1 {
    width: calc(8.3333333333% - 1.1458333333rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!lg-1 {
    width: calc(8.3333333333% - 1.1458333333rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).lg-up-2>.cell {
    width: 50%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.lg-2 {
    width: 16.6666666667%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!lg-2 {
    width: 16.6666666667% !important;
  }

  :is(.flex, .\!flex).gap.lg-up-2>.cell {
    width: calc(50% - 0.625rem);
  }

  :is(.flex, .\!flex).gap>.cell.lg-2 {
    width: calc(16.6666666667% - 1.0416666667rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!lg-2 {
    width: calc(16.6666666667% - 1.0416666667rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).lg-up-3>.cell {
    width: 33.3333333333%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.lg-3 {
    width: 25%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!lg-3 {
    width: 25% !important;
  }

  :is(.flex, .\!flex).gap.lg-up-3>.cell {
    width: calc(33.3333333333% - 0.8333333333rem);
  }

  :is(.flex, .\!flex).gap>.cell.lg-3 {
    width: calc(25% - 0.9375rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!lg-3 {
    width: calc(25% - 0.9375rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).lg-up-4>.cell {
    width: 25%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.lg-4 {
    width: 33.3333333333%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!lg-4 {
    width: 33.3333333333% !important;
  }

  :is(.flex, .\!flex).gap.lg-up-4>.cell {
    width: calc(25% - 0.9375rem);
  }

  :is(.flex, .\!flex).gap>.cell.lg-4 {
    width: calc(33.3333333333% - 0.8333333333rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!lg-4 {
    width: calc(33.3333333333% - 0.8333333333rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).lg-up-5>.cell {
    width: 20%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.lg-5 {
    width: 41.6666666667%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!lg-5 {
    width: 41.6666666667% !important;
  }

  :is(.flex, .\!flex).gap.lg-up-5>.cell {
    width: calc(20% - 1rem);
  }

  :is(.flex, .\!flex).gap>.cell.lg-5 {
    width: calc(41.6666666667% - 0.7291666667rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!lg-5 {
    width: calc(41.6666666667% - 0.7291666667rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).lg-up-6>.cell {
    width: 16.6666666667%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.lg-6 {
    width: 50%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!lg-6 {
    width: 50% !important;
  }

  :is(.flex, .\!flex).gap.lg-up-6>.cell {
    width: calc(16.6666666667% - 1.0416666667rem);
  }

  :is(.flex, .\!flex).gap>.cell.lg-6 {
    width: calc(50% - 0.625rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!lg-6 {
    width: calc(50% - 0.625rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).lg-up-7>.cell {
    width: 14.2857142857%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.lg-7 {
    width: 58.3333333333%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!lg-7 {
    width: 58.3333333333% !important;
  }

  :is(.flex, .\!flex).gap.lg-up-7>.cell {
    width: calc(14.2857142857% - 1.0714285714rem);
  }

  :is(.flex, .\!flex).gap>.cell.lg-7 {
    width: calc(58.3333333333% - 0.5208333333rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!lg-7 {
    width: calc(58.3333333333% - 0.5208333333rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).lg-up-8>.cell {
    width: 12.5%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.lg-8 {
    width: 66.6666666667%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!lg-8 {
    width: 66.6666666667% !important;
  }

  :is(.flex, .\!flex).gap.lg-up-8>.cell {
    width: calc(12.5% - 1.09375rem);
  }

  :is(.flex, .\!flex).gap>.cell.lg-8 {
    width: calc(66.6666666667% - 0.4166666667rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!lg-8 {
    width: calc(66.6666666667% - 0.4166666667rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).lg-up-9>.cell {
    width: 11.1111111111%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.lg-9 {
    width: 75%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!lg-9 {
    width: 75% !important;
  }

  :is(.flex, .\!flex).gap.lg-up-9>.cell {
    width: calc(11.1111111111% - 1.1111111111rem);
  }

  :is(.flex, .\!flex).gap>.cell.lg-9 {
    width: calc(75% - 0.3125rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!lg-9 {
    width: calc(75% - 0.3125rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).lg-up-10>.cell {
    width: 10%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.lg-10 {
    width: 83.3333333333%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!lg-10 {
    width: 83.3333333333% !important;
  }

  :is(.flex, .\!flex).gap.lg-up-10>.cell {
    width: calc(10% - 1.125rem);
  }

  :is(.flex, .\!flex).gap>.cell.lg-10 {
    width: calc(83.3333333333% - 0.2083333333rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!lg-10 {
    width: calc(83.3333333333% - 0.2083333333rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).lg-up-11>.cell {
    width: 9.0909090909%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.lg-11 {
    width: 91.6666666667%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!lg-11 {
    width: 91.6666666667% !important;
  }

  :is(.flex, .\!flex).gap.lg-up-11>.cell {
    width: calc(9.0909090909% - 1.1363636364rem);
  }

  :is(.flex, .\!flex).gap>.cell.lg-11 {
    width: calc(91.6666666667% - 0.1041666667rem);
  }

  :is(.flex, .\!flex).gap>.cell.\!lg-11 {
    width: calc(91.6666666667% - 0.1041666667rem) !important;
  }

  :is(.flex, .\!flex):not(.gap).lg-up-12>.cell {
    width: 8.3333333333%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.lg-12 {
    width: 100%;
  }

  :is(.flex, .\!flex):not(.gap)>.cell.\!lg-12 {
    width: 100% !important;
  }

  :is(.flex, .\!flex).gap.lg-up-12>.cell {
    width: calc(8.3333333333% - 1.1458333333rem);
  }

  :is(.flex, .\!flex).gap>.cell.lg-12 {
    width: 100%;
  }

  :is(.flex, .\!flex).gap>.cell.\!lg-12 {
    width: 100% !important;
  }
}

.overlay {
  position: relative;
}

.overlay :where(.bg-overlay, .link-overlay) {
  background: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.overlay :where(.bg-overlay, .link-overlay) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover {
  display: block;
  overflow: hidden;
  position: relative;
}

.cover :where(.bg-cover, .link-cover) {
  background: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.cover :where(.bg-cover, .link-cover) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover.after-overlay::after {
  background: transparent;
  content: "";
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
}

.cover.after-overlay::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover.after-overlay>img {
  width: 100%;
  display: block;
  -webkit-user-select: none;
  user-select: none;
}

.res {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.res>img:first-child {
  display: block;
}

.res>img:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.res:not(.auto)>img:first-child {
  height: 100% !important;
  width: 100%;
  max-width: unset;
  object-fit: cover;
  object-position: center;
}

.res.auto>img {
  height: auto !important;
  width: auto !important;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.res.scale {
  transform: scale(1.0001);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
}

.res.scale:hover {
  transform: scale(1.06);
  opacity: 1;
}

.res :where(iframe, embed, object, video) {
  border: 0;
}

.res :where(iframe, embed, object, video) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.res.after-overlay::after {
  background: transparent;
  content: "";
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
}

.res.after-overlay::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.res.after-overlay>img {
  -webkit-user-select: none;
  user-select: none;
}

@supports (aspect-ratio: 1) {
  :is(.ar-1, .ar-1-1, .ar\[1-1\]) {
    aspect-ratio: 1 / 1;
  }
}

@supports not (aspect-ratio: 1) {
  :is(.ar-1, .ar-1-1, .ar\[1-1\]) {
    height: 0;
    padding-bottom: 100%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    aspect-ratio: 2 / 1;
  }
}

@supports not (aspect-ratio: 1) {
  :is(.ar-2-1, .ar\[2-1\]) {
    height: 0;
    padding-bottom: 50%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    aspect-ratio: 3 / 2;
  }
}

@supports not (aspect-ratio: 1) {
  :is(.ar-3-2, .ar\[3-2\]) {
    height: 0;
    padding-bottom: 66.6666666667%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-4-3, .ar\[4-3\]) {
    aspect-ratio: 4 / 3;
  }
}

@supports not (aspect-ratio: 1) {
  :is(.ar-4-3, .ar\[4-3\]) {
    height: 0;
    padding-bottom: 75%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-16-9, .ar\[16-9\]) {
    aspect-ratio: 16 / 9;
  }
}

@supports not (aspect-ratio: 1) {
  :is(.ar-16-9, .ar\[16-9\]) {
    height: 0;
    padding-bottom: 56.25%;
  }
}

@supports (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    aspect-ratio: 21 / 9;
  }
}

@supports not (aspect-ratio: 1) {
  :is(.ar-21-9, .ar\[21-9\]) {
    height: 0;
    padding-bottom: 42.8571428571%;
  }
}

[id^=gallery-] {
  gap: 10;
  display: flex;
  flex-flow: row wrap;
}

[id^=gallery-]>.gallery-item {
  flex: 0 0 auto;
  /*max-width: 100%;*/
  min-width: 0;
}

[id^=gallery-].gallery-columns-1>.gallery-item {
  width: 100%;
}

[id^=gallery-].gallery-columns-2>.gallery-item {
  width: calc(50% - 0.3125rem);
}

[id^=gallery-].gallery-columns-3>.gallery-item {
  width: calc(33.3333333333% - 0.4166666667rem);
}

[id^=gallery-].gallery-columns-4>.gallery-item {
  width: calc(25% - 0.46875rem);
}

[id^=gallery-].gallery-columns-5>.gallery-item {
  width: calc(20% - 0.5rem);
}

[id^=gallery-].gallery-columns-6>.gallery-item {
  width: calc(16.6666666667% - 0.5208333333rem);
}

[id^=gallery-].gallery-columns-7>.gallery-item {
  width: calc(14.2857142857% - 0.5357142857rem);
}

[id^=gallery-].gallery-columns-8>.gallery-item {
  width: calc(12.5% - 0.546875rem);
}

[id^=gallery-].gallery-columns-9>.gallery-item {
  width: calc(11.1111111111% - 0.5555555556rem);
}

.header-hotline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  outline: none;
  color: #181818;
  transition: border-color 0.4s ease;
  line-height: 1;
  position: relative;
}

.header-hotline>i {
  font-weight: 300;
  font-size: 24px;
}

.header-hotline>i {
  width: 1.5rem;
  height: 1.5rem;
}

.header-hotline>span {
  font-weight: 700;
  line-height: 1.4;
  font-size: 15px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

.header-hotline:hover>i {
  font-weight: 700;
}

.header-hotline:hover>span {
  box-shadow: #181818 0 2px 0 0;
}

.account-item {
  position: relative;
}

.account-item .account-btn-link {
  display: flex;
  align-items: center;
  gap: 12px;
  outline: none;
  color: #181818;
  transition: border-color 0.4s ease;
  line-height: 1;
}

@media only screen and (max-width: 39.99875rem) {
  .account-item .account-btn-link {
    gap: 0;
  }
}

.account-item .account-btn-link::before {
  position: relative;
  font-weight: 300;
  transition: 0.2s;
}

.account-item .account-btn-link::before {
  font-size: clamp(1.25rem, 1.05rem + 0.5vw, 1.5rem);
  line-height: clamp(1.25rem, 1.05rem + 0.5vw, 1.5rem);
}

.account-item .account-btn-link>span {
  display: block;
  line-height: 1.4;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-size: 13px;
}

.account-item .account-btn-link>span .title {
  display: block;
  font-weight: 600;
}

@media only screen and (max-width: 39.99875rem) {
  .account-item .account-btn-link>span .title {
    display: none;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .account-item .account-btn-link>span .txt {
    display: none;
  }
}

.account-item .account-btn-link:hover::before {
  font-weight: 700;
}

.account-item .account-btn-link:hover>span {
  box-shadow: #181818 0 2px 0 0;
}

.account-item.logged-in-as {
  position: relative;
}

.account-item.logged-in-as .account-btn-link>span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

@media only screen and (min-width: 40rem) {
  .account-item.logged-in-as .account-btn-link>span::after {
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
    content: "\f107";
    border: none;
    position: relative;
    top: 0;
    font-weight: 300;
    right: 0;
    margin-top: 0;
    font-size: 14px;
    color: #181818;
  }

  .account-item.logged-in-as .account-btn-link>span::after {
    width: 0.625rem;
    height: 0.625rem;
  }

  .account-item.logged-in-as .account-btn-link>span::after {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.account-item.logged-in-as .logged-in-dropdown {
  transition: 0.1s;
  background-color: #fff;
  margin: 0;
  width: 250px;
  padding: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
  pointer-events: none;
  font-size: inherit;
  border: none;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
}

.account-item.logged-in-as .logged-in-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column nowrap;
}

.account-item.logged-in-as .logged-in-dropdown ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.063);
}

.account-item.logged-in-as .logged-in-dropdown ul li a {
  color: #181818;
  padding: 8px;
  line-height: 1.4;
  font-size: 14px;
}

.account-item.logged-in-as .logged-in-dropdown ul li a:hover {
  color: #181818;
  text-decoration: underline;
}

.account-item.logged-in-as .logged-in-dropdown ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  order: 999;
  border-bottom: none;
}

.account-item.logged-in-as .logged-in-dropdown ul li:where(.woocommerce-MyAccount-navigation-link--dashboard) {
  display: none;
}

.account-item.logged-in-as:hover .logged-in-dropdown {
  visibility: visible;
  transition: 0.1s;
  opacity: 1;
  pointer-events: auto;
}

.header-broadcast {
  display: flex;
  justify-content: center;
}

.header-broadcast .container {
  margin-inline: auto;
  max-width: 640px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  line-height: 1.3;
}

.header-broadcast .container:not(.full) {
  padding-inline: 0.9375rem;
}

@media only screen and (min-width: 40rem) {
  .header-broadcast .container:not(.full) {
    max-width: 768px;
  }
}

@media only screen and (min-width: 48rem) {
  .header-broadcast .container:not(.full) {
    padding-inline: 0.9375rem;
    max-width: 768px;
  }
}

@media only screen and (min-width: 64rem) {
  .header-broadcast .container:not(.full) {
    max-width: 1024px;
  }
}

@media only screen and (min-width: 80rem) {
  .header-broadcast .container:not(.full) {
    max-width: 1280px;
  }
}

.header-broadcast .container {
  padding: 0.3125rem;
}

@media only screen and (min-width: 48rem) {
  .header-broadcast .container {
    padding: 0.625rem;
  }
}

@media only screen and (min-width: 64rem) {
  .header-broadcast .container {
    padding: 0.9375rem;
  }
}

.header-broadcast .container {
  font-size: 0.75rem;
}

@media only screen and (min-width: 48rem) {
  .header-broadcast .container {
    font-size: 0.9375rem;
  }
}

.header-broadcast .container a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.header-broadcast .container a i {
  margin-right: 6px;
}

.header-broadcast .container a:hover {
  color: #cf112c !important;
}

.header-broadcast .container a+a {
  margin-left: 10px;
}

.header-broadcast .container a:nth-of-type(3) {
  margin-left: auto;
}

@media only screen and (max-width: 39.99875rem) {
  .header-broadcast .container {
    justify-content: center;
  }

  .header-broadcast .container a:nth-of-type(3),
  .header-broadcast .container a:nth-of-type(4) {
    display: none;
  }
}

#main-nav {
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
}

#main-nav .menu.dropdown.horizontal {
  min-height: 44px;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
}

@media only screen and (min-width: 48rem) {
  #main-nav .menu.dropdown.horizontal {
    gap: 0.5rem;
  }
}

@media only screen and (min-width: 64rem) {
  #main-nav .menu.dropdown.horizontal {
    gap: 0.625rem;
  }
}

#main-nav .menu.dropdown.horizontal li a {
  color: black;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 6px;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: nowrap;
  white-space: normal;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

#main-nav .menu.dropdown.horizontal li a {
  font-size: clamp(0.8125rem, 0.7125rem + 0.25vw, 0.9375rem);
  line-height: clamp(1.1375rem, 0.9975rem + 0.35vw, 1.3125rem);
}

#main-nav .menu.dropdown.horizontal li a>img {
  display: block;
  max-height: 18px;
  width: auto !important;
}

#main-nav .menu.dropdown.horizontal li a>img {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  /*touch-action: manipulation;*/
  outline: none;
}

#main-nav .menu.dropdown.horizontal li a>sup {
  position: relative;
  top: -5px;
  font-size: 12px;
  margin-left: -4px;
  text-shadow: 0 0 6px #999;
}

#main-nav .menu.dropdown.horizontal li a:hover {
  color: #181818;
  opacity: 0.8;
}

#main-nav .menu.dropdown.horizontal li.is-active>a {
  background: none;
}

#main-nav .menu.dropdown.horizontal>li>a {
  font-weight: 700;
  color: black;
  padding: 8px 20px;
  white-space: nowrap;
  height: 100%;
  text-transform: uppercase;
}

#main-nav .menu.dropdown.horizontal>li>a:hover {
  color: #FE7C3A;
}

@media only screen and (max-width: 63.99875rem) {
  #main-nav .menu.dropdown.horizontal>li>a {
    font-weight: 500;
  }
}

#main-nav .menu.dropdown.horizontal>li.is-dropdown-submenu-parent>a::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
  content: "\f107";
  border: none;
  position: relative;
  top: 0;
  font-weight: 300;
  right: 0;
  margin-top: 0;
  font-size: 14px;
  color: #fff;
}

#main-nav .menu.dropdown.horizontal>li.is-dropdown-submenu-parent>a::after {
  width: 0.625rem;
  height: 0.625rem;
}

#main-nav .menu.dropdown.horizontal>li.is-dropdown-submenu-parent>a::after {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-nav .menu.dropdown.horizontal>li.more>a {
  font-size: 0;
  position: relative;
}

#main-nav .menu.dropdown.horizontal>li.more>a::after {
  font-size: 18px;
  display: flex;
  align-items: center;
  content: "\f141";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
  width: auto;
}

#main-nav .menu.dropdown.horizontal>li.more .sub-menu.dropdown {
  padding-left: 0;
}

#main-nav .menu.dropdown.horizontal>li.more li.menu-mega>.sub-menu {
  max-height: 374px;
  overflow: auto;
  scrollbar-width: thin;
}

#main-nav .menu.dropdown.horizontal>li ul {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}

#main-nav .menu.dropdown.horizontal>li ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#main-nav .menu.dropdown.horizontal>li ul>li.is-dropdown-submenu-parent>a::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
  border: none;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  font-weight: 300;
  right: 14px;
  margin-top: 0;
  font-size: 14px;
}

#main-nav .menu.dropdown.horizontal>li ul>li.is-dropdown-submenu-parent>a::after {
  width: 0.625rem;
  height: 0.625rem;
}

#main-nav .menu.dropdown.horizontal>li ul>li.is-dropdown-submenu-parent>a::after {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-nav .menu.dropdown.horizontal>li ul>li.is-dropdown-submenu-parent.opens-right>a::after {
  content: "\f105";
}

#main-nav .menu.dropdown.horizontal>li ul>li.is-dropdown-submenu-parent.opens-left>a::after {
  content: "\f104";
}

#main-nav .menu.dropdown.horizontal>li.menu-mega {
  position: static;
}

#main-nav .menu.dropdown.horizontal>li.menu-mega>ul.sub-menu.first-sub {
  right: 0;
  left: auto;
  width: 100%;
  max-width: 1010px;
  flex-flow: row wrap;
  gap: 0;
}

#main-nav .menu.dropdown.horizontal>li.menu-mega>ul.sub-menu.first-sub.js-dropdown-active {
  display: flex;
}

#main-nav .menu.dropdown.horizontal>li.menu-mega>ul.sub-menu.first-sub>li {
  border-bottom: none;
}

#main-nav .menu.dropdown.horizontal>li.menu-mega>ul.sub-menu.first-sub>li {
  width: 20%;
}

#main-nav .menu.dropdown.horizontal>li.menu-mega>ul.sub-menu.first-sub>li>a:hover {
  text-decoration: underline;
}

#main-nav .menu.dropdown.horizontal>li.menu-mega>ul.sub-menu.first-sub>li ul {
  display: flex;
  flex-flow: column nowrap;
}

#masthead>.container {
  align-items: center;
}

#masthead>.container {
  gap: 0.625rem;
}

@media only screen and (min-width: 48rem) {
  #masthead>.container {
    gap: 0.9375rem;
  }
}

@media only screen and (min-width: 64rem) {
  #masthead>.container {
    gap: 1.875rem;
  }
}

@media only screen and (max-width: 63.99875rem) {
  #masthead>.container {
    justify-content: space-between;
  }
}

@media screen and (max-width: 24.9375rem) {
  #masthead>.container {
    position: relative;
  }
}

#masthead>.container .site-logo {
  flex: 0 0 auto;
  font-weight: 700;
}

#masthead>.container .site-logo a.logo {
  color: #FE7C3A;
  text-decoration: none;
}

#masthead>.container .site-logo a.logo:hover {
  color: rgb(253.7424242424, 90.2575757576, 7.2575757576);
}

#masthead>.container .site-logo img.custom-logo {
  display: block;
  width: auto;
}

#masthead>.container .site-logo img.custom-logo {
  height: 3.125rem;
}

@media only screen and (min-width: 48rem) {
  #masthead>.container .site-logo img.custom-logo {
    height: 4.0625rem;
  }
}

#masthead>.container .header-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (min-width: 64rem) {
  #masthead>.container .header-content {
    flex: 1 1 0;
    /*max-width: 100%;*/
    min-width: 0;
    width: auto;
  }
}

#masthead>.container .header-content {
  gap: 0.625rem;
}

@media only screen and (min-width: 48rem) {
  #masthead>.container .header-content {
    gap: 1.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  #masthead>.container .header-content {
    gap: 1.875rem;
  }
}

#masthead>.container .header-content {
  height: 2.5rem;
}

@media only screen and (min-width: 64rem) {
  #masthead>.container .header-content {
    height: 3.75rem;
  }
}

@media only screen and (min-width: 40rem) {
  #masthead>.container .header-content :where(.hotline, .account-item)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 32px;
    background-color: #eeeeee;
    top: 50%;
    transform: translateY(-50%);
  }

  #masthead>.container .header-content :where(.hotline, .account-item)::after {
    right: -0.3125rem;
  }
}

@media only screen and (min-width: 40rem) and (min-width: 48rem) {
  #masthead>.container .header-content :where(.hotline, .account-item)::after {
    right: -0.625rem;
  }
}

@media only screen and (min-width: 40rem) and (min-width: 64rem) {
  #masthead>.container .header-content :where(.hotline, .account-item)::after {
    right: -0.9375rem;
  }
}

#masthead>.container .header-content .inline-search {
  flex: 0 0 auto;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

@media only screen and (max-width: 63.99875rem) {
  #masthead>.container .header-content .inline-search {
    display: none;
  }
}

#masthead>.container .header-content .inline-search .frm-search {
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (max-width: 63.99875rem) {
  #masthead>.container .header-content .hotline {
    display: none;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}

.site-header :where(.logo, .custom-logo-link, .custom-logo) {
  display: block;
}

.site-header .header-navigation {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 47.99875rem) {
  .site-header .header-navigation {
    display: none;
  }
}

html.desktop .site-footer a:hover {
  text-decoration: underline;
}

.menu.policy-nav {
  margin: 4px -8px;
}

.menu.policy-nav li a {
  color: currentColor;
  cursor: pointer;
  padding: 4px 8px;
  display: block;
}

.menu.policy-nav li.menu-thumb a {
  display: flex;
  align-items: center;
}

.menu.policy-nav li.menu-thumb a img {
  order: 1;
  margin-left: 0.25em;
  width: 30px;
  height: 14px;
  display: inline-block;
  max-width: 100%;
  vertical-align: text-bottom;
}

.menu.social-menu {
  flex-flow: row wrap;
}

.menu.social-menu {
  gap: 0.9375rem;
}

@media only screen and (min-width: 64rem) {
  .menu.social-menu {
    gap: 1.25rem;
  }
}

.menu.social-menu li a {
  padding: 0;
  /*border: 1px solid rgba(0, 0, 0, 0.15);*/
  border-radius: 50%;
  color: #181818;
  /*@include mixin.box(40);*/
}

.menu.social-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu.social-menu li a:hover {
  opacity: 0.6;
  text-decoration: none !important;
}

.menu.social-menu li svg {
  height: 20px;
  width: auto;
}

.site-footer {
  margin-top: 2.5rem;
}

@media only screen and (min-width: 64rem) {
  .site-footer {
    margin-top: 3.75rem;
  }
}

.site-footer .menu.social-menu li a {
  color: #181818;
}

.site-footer .menu.social-menu li svg {
  height: 24px;
}

.site-footer .footer-cta-section {
  justify-content: center;
  display: flex;
}

.site-footer .footer-cta-section {
  margin-top: 2.5rem;
}

@media only screen and (min-width: 64rem) {
  .site-footer .footer-cta-section {
    margin-top: 3.75rem;
  }
}

.site-footer .footer-cta-section :where(span) {
  font-weight: 700;
}

.site-footer .footer-cta-section :where(span) {
  font-size: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .site-footer .footer-cta-section :where(span) {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .site-footer .footer-cta-section :where(span) {
    font-size: 2.25rem;
  }
}

.site-footer .footer-cta-section :where(span) :where(img) {
  height: auto;
}

.site-footer .footer-cta-section :where(span) :where(img) {
  width: 3.75rem;
}

@media only screen and (min-width: 48rem) {
  .site-footer .footer-cta-section :where(span) :where(img) {
    width: 6.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .site-footer .footer-cta-section :where(span) :where(img) {
    width: 6.25rem;
  }
}

.footer-columns {
  background-color: #f9f9f9;
  color: #181818;
  overflow: hidden;
  font-size: 15px;
}

.footer-columns a {
  color: #181818;
}

.footer-columns .footer-title {
  font-weight: 700;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  color: #cf112c;
}

.footer-columns .footer-title {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.3rem, 1.17rem + 0.325vw, 1.4625rem);
}

.footer-columns .footer-title {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  /*touch-action: manipulation;*/
  outline: none;
}

@media only screen and (max-width: 47.99875rem) {
  .footer-columns .footer-title {
    position: relative;
    cursor: pointer;
  }

  .footer-columns .footer-title:not(.no-toggle)::after {
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
    content: "+";
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    line-height: 1.1;
    right: 0;
    top: 1px;
  }

  .footer-columns .footer-title:not(.no-toggle)::after {
    width: 1.25rem;
    height: 1.25rem;
  }

  .footer-columns .footer-title:not(.no-toggle)::after {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-columns .footer-title:not(.no-toggle).active::after {
    content: "\f068";
  }

  .footer-columns .footer-title:not(.no-toggle).active~.footer-icon-list,
  .footer-columns .footer-title:not(.no-toggle).active~.footer-menu,
  .footer-columns .footer-title:not(.no-toggle).active~.footer-info {
    transition: 0.3s;
    height: auto;
    overflow: unset;
    visibility: visible;
  }

  .footer-columns .footer-title:not(.no-toggle):not(.active) {
    margin-bottom: 0;
  }

  .footer-columns .footer-title:not(.no-toggle):not(.active)~.footer-icon-list,
  .footer-columns .footer-title:not(.no-toggle):not(.active)~.footer-menu,
  .footer-columns .footer-title:not(.no-toggle):not(.active)~.footer-info {
    transition: 0.3s;
    height: 0;
    overflow: hidden;
    margin: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 39.99875rem) {
  .footer-columns .footer-title {
    margin-bottom: 10px;
  }
}

.footer-columns ul.menu {
  display: flex;
  flex-flow: column nowrap;
}

.footer-columns ul.menu li>a {
  padding: 0;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
}

.footer-columns ul.menu li:not(:last-child)>a {
  margin-bottom: 0.625rem;
}

@media only screen and (min-width: 48rem) {
  .footer-columns ul.menu li:not(:last-child)>a {
    margin-bottom: 0.9375rem;
  }
}

.footer-columns ul.menu.footer-icon-list li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}

.footer-columns ul.menu.footer-icon-list li a {
  padding: 0;
  margin-bottom: 0;
}

.footer-columns ul.menu.footer-icon-list li>i {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: 1px;
  color: #181818;
}

.footer-columns ul.menu.footer-icon-list li .footer-icon-text {
  flex: 1 1 0;
  min-width: 0;
  line-height: 1.4;
}

.footer-columns ul.menu.social-menu {
  flex-flow: row wrap;
}

.footer-columns .cell-menu {
  flex: 1 1 0;
  /*max-width: 100%;*/
  min-width: 0;
  width: auto;
}

@media only screen and (max-width: 47.99875rem) {
  .footer-columns .cell-menu {
    gap: 0 !important;
  }
}

.footer-columns .cell-menu>div {
  flex: 1 1 0;
  /*max-width: 100%;*/
  min-width: 0;
  width: auto;
}

@media only screen and (max-width: 47.99875rem) {
  .footer-columns .cell-menu>div {
    flex: 0 0 auto;
    /*max-width: 100%;*/
    min-width: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .footer-columns .cell-menu>div:not(.menu-info) {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer-columns .cell-menu>div:not(.menu-info)::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #666;
    bottom: 0;
  }
}

.footer-columns .cell-menu>.menu-info {
  width: 34%;
  flex: 0 0 auto;
}

@media only screen and (min-width: 80rem) {
  .footer-columns .cell-menu>.menu-info {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .footer-columns .cell-menu>.menu-info {
    order: 9;
  }

  .footer-columns .cell-menu>.menu-info {
    flex: 0 0 auto;
    /*max-width: 100%;*/
    min-width: 0;
    width: 100%;
  }
}

.footer-columns .cell-newsletter {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  max-width: 550px;
}

@media only screen and (max-width: 47.99875rem) {
  .footer-columns .cell-newsletter .footer-menu:first-of-type {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer-columns .cell-newsletter .footer-menu:first-of-type::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #666;
  }
}

.footer-columns .cell-newsletter .footer-contact-title {
  font-weight: 700;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  color: #cf112c;
}

.footer-columns .cell-newsletter .footer-contact-title {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.3rem, 1.17rem + 0.325vw, 1.4625rem);
}

.footer-columns .cell-newsletter .footer-contact-title {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  /*touch-action: manipulation;*/
  outline: none;
}

@media only screen and (max-width: 39.99875rem) {
  .footer-columns .cell-newsletter .footer-contact-title {
    margin-bottom: 10px;
  }
}

.footer-columns .cell-newsletter .newsletter {
  margin-top: 0.9375rem;
}

@media only screen and (min-width: 64rem) {
  .footer-columns .cell-newsletter .newsletter {
    margin-top: 1.25rem;
  }
}

.footer-columns .cell-newsletter .newsletter .newsletter-row {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  flex-flow: row nowrap;
}

.footer-columns .cell-newsletter .newsletter .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}

.footer-columns .cell-newsletter .newsletter .wpcf7-form-control-wrap input {
  height: 38px;
  padding: 0 20px;
  width: 100%;
  outline: none;
  border: none;
  font-size: 15px;
}

.footer-columns .cell-newsletter .newsletter button[type=submit] {
  position: relative;
  background-color: #181818;
  font-weight: 500;
  border: 1px solid #fff;
  right: 0;
  top: 0;
  border-radius: 35px;
  flex: 0 0 auto;
  height: 38px;
  padding: 0 20px;
  color: #fff;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

.footer-columns .cell-newsletter .newsletter button[type=submit]::before {
  font-size: 14px;
  font-weight: 300;
  display: none;
}

@media only screen and (min-width: 48rem) {
  .footer-columns .cell-newsletter .newsletter button[type=submit]::before {
    display: inline-block;
    margin-right: 10px;
  }
}

.footer-columns .cell-newsletter .newsletter button[type=submit]:hover {
  opacity: 0.8;
}

.footer-columns .cell-newsletter .newsletter .wpcf7-spinner {
  margin: 0;
}

.footer-columns .cell-newsletter .newsletter .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-columns .cell-newsletter .wpcf7-response-output {
  border: 0;
  border-radius: 6px;
  font-size: 12px;
  padding: 0;
  margin: 10px 0 0 10px;
  color: #181818;
}

.footer-columns .menu-social {
  flex: 1 1 0;
  /*max-width: 100%;*/
  min-width: 0;
  width: auto;
}

@media only screen and (max-width: 47.99875rem) {
  .footer-columns .menu-social {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer-columns .menu-social::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #666;
    bottom: 0;
  }
}

.footer-columns .row-1 {
  background-color: #fff;
  color: #181818;
}

.footer-columns .row-1 {
  padding-top: 1.875rem;
}

@media only screen and (min-width: 64rem) {
  .footer-columns .row-1 {
    padding-top: 2.8125rem;
  }
}

.footer-columns .row-1 {
  padding-bottom: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .footer-columns .row-1 {
    padding-bottom: 1.875rem;
  }
}

.footer-columns .row-1 {
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .footer-columns .row-1 {
    margin-bottom: 1.875rem;
  }
}

.footer-columns .row-1>.container {
  position: relative;
  align-items: center;
}

@media only screen and (max-width: 47.99875rem) {
  .footer-columns .row-1>.container {
    row-gap: 15px;
  }
}

.footer-columns .row-1>.container>.cell {
  flex: 1 1 0;
  /*max-width: 100%;*/
  min-width: 0;
  width: auto;
}

.footer-columns .row-1>.container>.cell:last-child {
  flex: 0 0 auto;
  /*max-width: 100%;*/
  min-width: 0;
}

@media only screen and (min-width: 64rem) {
  .footer-columns .row-1>.container>.cell:last-child {
    max-width: 32%;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .footer-columns .row-1>.container>.cell {
    flex: 0 0 auto;
  }

  .footer-columns .row-1>.container>.cell {
    width: calc(33.3333333333% - 0.8333333333rem);
  }

  .footer-columns .row-1>.container>.cell:last-child {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}

@media only screen and (max-width: 47.99875rem) {
  .footer-columns .row-1>.container>.cell {
    width: 100%;
  }

  .footer-columns .row-1>.container>.cell:last-child {
    width: 100%;
  }
}

.footer-columns .row-1>.container>.cell .item .item-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
}

.footer-columns .row-1>.container>.cell .item .item-link>img {
  overflow: visible;
  border-radius: 50%;
  background-color: rgb(181, 181, 181);
  padding: 12px;
}

.footer-columns .row-1>.container>.cell .item .item-link>img {
  width: 5rem;
  height: 5rem;
}

.footer-columns .row-1>.container>.cell .item .item-link>img {
  flex: 0 0 auto;
  /*max-width: 100%;*/
  min-width: 0;
}

.footer-columns .row-1>.container>.cell .item .item-link>span {
  line-height: 1.3;
  font-weight: 500;
  color: #cf112c;
}

.footer-columns .row-1>.container>.cell .item .item-link>span {
  flex: 1 1 0;
  /*max-width: 100%;*/
  min-width: 0;
  width: auto;
}

.footer-columns .row-1>.container>.cell .item .item-link>span .link-target {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 700;
  color: #181818;
}

.footer-columns .row-1+.row-2 {
  padding-top: 0 !important;
}

.footer-columns .row-2 {
  padding-top: 1.875rem;
}

@media only screen and (min-width: 64rem) {
  .footer-columns .row-2 {
    padding-top: 2.8125rem;
  }
}

.footer-columns .row-2 {
  padding-bottom: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .footer-columns .row-2 {
    padding-bottom: 1.875rem;
  }
}

.footer-credit {
  background-color: white;
  color: #181818;
  font-size: 15px;
  line-height: 1.4;
}

.footer-credit {
  padding-top: 0.625rem;
}

@media only screen and (min-width: 64rem) {
  .footer-credit {
    padding-top: 1.25rem;
  }
}

.footer-credit {
  padding-bottom: 0.625rem;
}

@media only screen and (min-width: 64rem) {
  .footer-credit {
    padding-bottom: 1.25rem;
  }
}

.footer-credit>.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-credit>.container .cell {
  text-align: center;
  flex: 1 1 100%;
}

:is(.ajax-loading, .ajax-loader) {
  position: relative;
}

:is(.ajax-loading, .ajax-loader)::before {
  z-index: 99998;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

:is(.ajax-loading, .ajax-loader)::after {
  content: "";
  z-index: 99999;
  border: 2px solid;
  border-color: #181818 #f3f3f3 #181818 #f3f3f3;
  border-radius: 50%;
  animation: spin 2.5s linear infinite;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  width: 30px;
  height: 30px;
}

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

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

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

body.ajax-loader {
  height: 100vh;
}

body.ajax-loader::after {
  top: calc(50vh - 0.9375rem);
}

.sharing-toolbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.sharing-toolbox .share-title {
  color: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-size: 14px;
  font-weight: 400;
  /*transform: rotate(-90deg);*/
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1;
  /*&::before {
      background: #ccc;
      content: '';
      height: 1px;
      margin-right: 3px;
      width: 10px;
  }*/
}

.sharing-toolbox .social-share>.share-label {
  display: none;
}

.sharing-toolbox .social-share ul.share-actions {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}

.sharing-toolbox .social-share ul.share-actions>li.share-action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sharing-toolbox .social-share ul.share-actions>li.share-action>button.share-button {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}

.sharing-toolbox .social-share.share-vertical ul.share-actions {
  flex-direction: column;
  flex-wrap: nowrap;
}

.share-icon {
  display: block;
  padding: 0;
  position: relative;
}

.share-icon::before {
  content: "";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
  margin: 0;
  font-weight: 300;
  color: #181818;
  font-size: 17px;
}

.share-icon::before {
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-icon.icon-print::before {
  content: "\f02f";
}

.share-icon.icon-facebook::before {
  content: "\f39e";
}

.share-icon.icon-x::before {
  content: "\e61b";
}

.share-icon.icon-whatsapp::before {
  content: "\f232";
}

.share-icon.icon-messenger::before {
  content: "\f39f";
}

.share-icon.icon-snapchat::before {
  content: "\f2ab";
}

.share-icon.icon-line::before {
  content: "\f3c0";
}

.share-icon.icon-viber::before {
  content: "\f409";
}

.share-icon.icon-skype::before {
  content: "\f17e";
}

.share-icon.icon-telegram::before {
  content: "\f2c6";
}

.share-icon.icon-linkedin::before {
  content: "\f0e1";
}

.share-icon.icon-quora::before {
  content: "\f2c4";
}

.share-icon.icon-mastodon::before {
  content: "\f4f6";
}

.share-icon.icon-reddit::before {
  content: "\f1a1";
}

.share-icon.icon-bluesky::before {
  content: "\e671";
}

.share-icon.icon-threads::before {
  content: "\e618";
}

.share-icon.icon-copy-link::before {
  content: "\f0c5";
}

.share-icon.icon-send-email::before {
  content: "\f0e0";
}

.share-icon.icon-web-share::before {
  content: "\f1e0";
}

.share-icon:hover {
  color: #181818;
}

.stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  display: inline-flex;
}

.stars-rating>ul {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  line-height: 22px;
}

.stars-rating>ul li::before {
  color: #181818;
  display: block;
  font-size: inherit;
  font-weight: 300;
  letter-spacing: 5px;
}

.stars-rating>ul li.active::before {
  font-weight: 700;
}

.stars-rating>ul li.active~li::before {
  font-weight: 700;
}

.stars-rating>span {
  display: block;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0.03125rem;
  transition: 0.2s;
}

.stars-rating>span::before {
  color: #181818;
  content: "\e28b\e28b\e28b\e28b\e28b";
  display: block;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 22px;
}

.stars-rating.clicked>span {
  width: 0 !important;
}

.stars-rating:not(.selected) ul:hover li:hover::before {
  font-weight: 700;
}

.stars-rating:not(.selected) ul:hover li:hover~li::before {
  font-weight: 700;
}

.stars-rating:not(.selected) ul:hover+span {
  width: 0 !important;
  transition: 0.1s;
}

.comment-form-rating #comment-form-rating-label {
  display: block;
}

.comment-form-rating p.stars {
  margin-bottom: 0;
  width: fit-content;
}

.comment-form-rating p.stars>span {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.comment-form-rating p.stars>span>a {
  font-size: 0;
  width: auto;
  height: 22px;
  text-indent: -999em;
}

.comment-form-rating p.stars>span>a::before {
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands", sans-serif;
  content: "\e28b";
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: block;
  padding-left: 2.5px;
  padding-right: 2.5px;
  position: static;
  width: auto;
  height: auto;
}

.comment-form-rating p.stars>span:hover>a::before {
  font-weight: 700;
}

.comment-form-rating p.stars>span:hover>a:hover~a::before {
  font-weight: 300;
}

.comment-form-rating p.stars.selected>span>a::before {
  font-weight: 700;
}

.comment-form-rating p.stars.selected>span>a.active~a::before {
  font-weight: 300;
}

.comment-form-rating p.stars.selected>span:hover>a::before {
  font-weight: 700 !important;
}

.comment-form-rating p.stars.selected>span:hover>a:hover~a::before {
  font-weight: 300 !important;
}

.comment-form-rating select#rating {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  overflow-wrap: normal !important;
  white-space: nowrap;
}

/** reset */
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active~a::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars a:hover~a::before {
  content: "\e28b";
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands", sans-serif;
}

.loop-stars-rating {
  position: relative;
  display: inline-flex;
}

.loop-stars-rating::before {
  font-size: 11px;
  color: #FE7C3A;
  content: "\e28b\e28b\e28b\e28b\e28b";
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 20px;
  width: calc(100% - 1.5px);
  position: absolute;
}

.loop-stars-rating>span {
  font-size: 0;
  height: 20px;
}

.loop-stars-rating>span::before {
  color: #FE7C3A;
  content: "\e28b\e28b\e28b\e28b\e28b";
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 20px;
  width: calc(100% - 1.5px);
  display: block;
  overflow: hidden;
  font-size: 11px;
}

.loop-stars-rating>span strong.rating {
  font-size: 11px;
  position: absolute;
  top: 2px;
  line-height: 20px;
  right: -25px;
  font-weight: 500;
  color: #181818;
}

.loop-stars-rating>span span.rating {
  display: none;
}

nav.nav-pagination {
  text-align: center;
  width: 100%;
}

nav.nav-pagination {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  nav.nav-pagination {
    margin-top: 1.875rem;
  }
}

nav.nav-pagination ul.pagination {
  margin: 0;
  flex-wrap: wrap;
  gap: 5px;
}

nav.nav-pagination ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

nav.nav-pagination ul.pagination li {
  font-weight: 500;
  height: 28px;
  padding: 0;
  min-width: 28px;
  width: auto;
  line-height: normal;
  overflow: hidden;
  border-radius: 50%;
}

nav.nav-pagination ul.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
}

nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  height: 100%;
  width: 100%;
  line-height: inherit;
  aspect-ratio: 1/1;
  padding: 0;
}

nav.nav-pagination ul.pagination li a,
nav.nav-pagination ul.pagination li .current {
  display: flex;
  align-items: center;
  justify-content: center;
}

nav.nav-pagination ul.pagination li svg {
  height: 20px;
}

nav.nav-pagination ul.pagination li i {
  font-style: normal;
}

nav.nav-pagination ul.pagination li.current,
nav.nav-pagination ul.pagination li .current {
  color: #fff;
  background-color: #f9f9f9;
}

:is(span, label)>a {
  color: #181818;
}

:is(span, label)>a:hover {
  color: #181818;
  text-decoration: underline;
}

.form-error {
  display: none !important;
  margin-top: 5px;
  font-weight: 400;
  color: #cf112c;
  text-align: center;
  font-size: 12px;
}

.form-error.is-visible {
  display: block !important;
}

.simplebar-scrollable-y {
  padding-right: 12px;
}

.simplebar-track.simplebar-vertical {
  width: 10px;
}

.simplebar-track.simplebar-horizontal {
  height: 10px;
}

.simplebar-scrollbar:before {
  background-color: #cccccc;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.back-to-top {
  opacity: 0;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 30px;
  border: 1px solid #cf112c;
  border-radius: 4px;
  /*background-color: rgb(0 0 0 / 10%);*/
  width: 34px;
  height: 34px;
}

.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 47.99875rem) {
  .back-to-top {
    bottom: 70px;
  }
}

.back-to-top.back-to-top__show {
  opacity: 1;
  transition: 0.3s;
}

.back-to-top>svg {
  position: relative;
  transform: rotate(-90deg);
  display: block;
  color: #cf112c;
  width: 28px;
  height: 28px;
}

.back-to-top:hover {
  border-color: #cf112c;
  opacity: 0.5;
}

.back-to-top:hover>svg {
  color: #cf112c;
}

.menu .active>a {
  background: none;
}

.menu .sub-menu:not(.is-dropdown-submenu) {
  display: none;
}

.inline-search .frm-search {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.inline-search .frm-search input[type=search],
.inline-search .frm-search select,
.inline-search .frm-search button[type=submit] {
  border: 1px solid #181818;
  font-size: 15px;
  background-color: #fff;
  color: #181818;
  height: 38px;
  line-height: 1.2;
}

.inline-search .frm-search input[type=search] {
  flex: 1 1 auto;
  padding: 0 10px;
  border-radius: 0;
  min-width: 0;
}

.inline-search .frm-search select {
  flex: 0 0 210px;
  border-radius: 0;
  padding: 0 15px 0 25px;
  border-left: none;
  background-color: #fff;
  color: #181818;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.inline-search .frm-search select option {
  white-space: normal;
}

.inline-search .frm-search button[type=submit] {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: none;
  border-radius: 0;
  cursor: pointer;
  background-color: #FE7C3A;
  border: 1px solid #181818;
}

.inline-search .frm-search button[type=submit] i {
  font-size: 14px;
  color: #fff;
}

.inline-search .frm-search button[type=submit]:hover {
  background-color: rgb(253.7424242424, 90.2575757576, 7.2575757576);
}

.inline-search .frm-search input[type=search] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.inline-search .frm-search button[type=submit] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 63.99875rem) {
  .inline-search .frm-search select {
    display: none;
  }

  .inline-search .frm-search input[type=search] {
    border-right: none;
  }
}

.off-canvas.is-transition-overlap {
  z-index: 999999;
}

.js-off-canvas-overlay.is-overlay-fixed {
  background: rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 80rem) {
  .off-canvas-content {
    display: none !important;
  }
}

.off-canvas-content .menu-lines {
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  /*@include hamburger($Primary-01, $Primary-02, 22px, 18px, 2px, 3);*/
}

.off-canvas-content .menu-lines .menu-txt {
  font-size: 16px;
  font-weight: 400;
  order: 1;
  display: none !important;
}

@media only screen and (max-width: 47.99875rem) {
  .off-canvas-content .menu-lines .menu-txt {
    display: none;
  }
}

.off-canvas-content .menu-lines .line {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 26px;
  height: 18px;
}

.off-canvas-content .menu-lines .line>span {
  position: relative;
  width: 100%;
}

.off-canvas-content .menu-lines .line>span::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #181818;
  position: absolute;
  left: 0;
}

.off-canvas-content .menu-lines .line>span.line-2::before {
  width: 90%;
  transition: 0.3s;
}

.off-canvas-content .menu-lines:hover .menu-txt {
  color: #181818;
}

.off-canvas-content .menu-lines:hover .line>span::before {
  background-color: #181818;
}

.off-canvas-content .menu-lines:hover .line>span.line-2::before {
  width: 100%;
}

.off-canvas {
  background-color: #fff;
}

.off-canvas.is-open {
  transform: translate(0) translateZ(3px);
}

.off-canvas .menu-lines {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  z-index: 9999;
  opacity: 0;
  transition: 0.6s 0.5s ease-in-out;
  transform: translateZ(3px);
  padding: 0;
  color: #181818;
  border-radius: 50%;
  overflow: hidden;
}

.off-canvas .menu-lines {
  width: 1.75rem;
  height: 1.75rem;
}

.off-canvas .menu-lines .menu-txt {
  color: currentColor;
  transition: 0.6s 0.5s ease-in-out;
  display: none !important;
}

.off-canvas .menu-lines .line {
  position: absolute;
  top: 14px;
  left: 6px;
  height: 2px;
  background-color: currentColor;
  border-radius: 0;
  transition: 0.5s 0.4s ease-in-out;
  transform: rotate(0deg);
  width: 20px;
  display: block;
}

.off-canvas.is-open .menu-lines {
  opacity: 1;
  transform: translateZ(3px);
}

.off-canvas.is-open .menu-lines .line-1 {
  transform: rotate(135deg);
}

.off-canvas.is-open .menu-lines .line-2 {
  transform: rotate(-135deg);
}

.off-canvas.position-top.is-open,
.off-canvas.position-bottom.is-open {
  transform: translateY(0) translateZ(3px);
}

.off-canvas .title-bar-title {
  font-weight: 500;
  position: relative;
  margin: 20px 15px;
  z-index: 9999;
  transform: translateZ(3px);
  max-width: 70%;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

.off-canvas .title-bar-title>a {
  color: #fff;
  display: block;
  height: 100%;
}

.off-canvas .title-bar-title>a>img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 70px;
}

.off-canvas .title-bar-title>a>img+span {
  display: none;
}

.off-canvas .title-bar-title>a>span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.off-canvas .menu-outer .inline-search {
  padding: 15px;
}

.off-canvas .menu-outer .inline-search .frm-search {
  border: none;
  border-radius: 0;
  background: none;
}

.off-canvas .menu-outer .inline-search .frm-search input {
  font-size: 14px;
}

.off-canvas ul.vertical.menu {
  position: relative;
  z-index: 9998;
  height: 100%;
  overflow: hidden;
  transform: translateZ(3px);
}

.off-canvas ul.vertical.menu li a {
  font-size: 16px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #181818;
}

.off-canvas ul.vertical.menu li a>img {
  height: 18px;
  width: auto;
  display: block;
}

.off-canvas ul.vertical.menu li a>sup {
  position: relative;
  top: -5px;
  font-size: 12px;
  margin-left: -5px;
  text-shadow: 0 0 6px #999;
}

.off-canvas ul.vertical.menu li .submenu-toggle {
  width: 40px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.off-canvas ul.vertical.menu li .submenu-toggle::after {
  content: "+";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-weight: 400;
  border: none;
}

.off-canvas ul.vertical.menu li .submenu-toggle[aria-expanded=true]::after {
  content: "\f068";
  transform: none;
  transform-origin: unset;
}

.off-canvas.is-transition-overlap {
  z-index: 1000001 !important;
}

.off-canvas.is-transition-overlap.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap.is-open {
  visibility: visible;
  box-shadow: -3px 0 3px rgba(24, 24, 24, 0.1);
}

.off-canvas.position-left {
  width: 320px;
  transform: translateX(-320px);
}

.off-canvas.position-left.is-open {
  transform: translate(0) translateZ(3px);
}

.off-canvas.position-right {
  width: 320px;
  transform: translateX(320px);
}

.dropdown-search .trigger-s.hover::before {
  content: "\f00d";
}

.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open {
  left: 1px !important;
  right: 1px !important;
  width: calc(100% - 2px);
  padding: 0;
  font-size: 15px;
  border: none;
  background: none;
}

.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container {
  position: relative;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  border-radius: 5px;
  margin-inline: auto;
  max-width: 640px;
}

.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
  padding-inline: 0.9375rem;
}

@media only screen and (min-width: 40rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 768px;
  }
}

@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    padding-inline: 0.9375rem;
    max-width: 768px;
  }
}

@media only screen and (min-width: 64rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1024px;
  }
}

@media only screen and (min-width: 80rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    max-width: 1280px;
  }
}

.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container input {
  width: 100%;
  border: none;
  height: 40px;
  padding-left: 25px;
}

.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container button[type=submit]>span {
  display: none;
}

.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container .trigger-s-close {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

.fancybox__content>.f-button.is-close-btn {
  top: 5px;
  right: 5px;
  color: #181818;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.tabs-panel {
  display: none;
}

.tabs-panel.active {
  display: block;
}

.author-profile {
  display: none;
}

.no-results.not-found {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 6px;
  background-color: #efefef;
  margin-top: 30px;
  font-size: 15px;
  margin-inline: auto;
  max-width: 640px;
}

.no-results.not-found:not(.full) {
  padding-inline: 0.9375rem;
}

@media only screen and (min-width: 40rem) {
  .no-results.not-found:not(.full) {
    max-width: 768px;
  }
}

@media only screen and (min-width: 48rem) {
  .no-results.not-found:not(.full) {
    padding-inline: 0.9375rem;
    max-width: 768px;
  }
}

@media only screen and (min-width: 64rem) {
  .no-results.not-found:not(.full) {
    max-width: 1024px;
  }
}

@media only screen and (min-width: 80rem) {
  .no-results.not-found:not(.full) {
    max-width: 1280px;
  }
}

.breadcrumbs {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 6px;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.breadcrumbs>li {
  font-weight: 400;
  font-size: 13px;
  position: relative;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

.breadcrumbs>li.current {
  color: #181818;
}

.breadcrumbs>li>a {
  font-size: inherit;
  color: #666;
}

.breadcrumbs>li>a:hover {
  text-decoration: underline;
}

.breadcrumbs>li:not(:last-child)::after {
  margin-left: 6px;
  font-size: 10px;
  content: "\f054";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
}

.btn-link {
  border-radius: 35px;
  background-color: #181818;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  font-size: 15px;
  padding: 6px 20px 4px 20px;
  height: 40px;
  position: relative;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  transition: 0.25s ease;
  text-transform: uppercase;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  border: 2px solid #181818;
}

.btn-link::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
  font-weight: 400;
  width: auto;
  height: auto;
  font-size: 12px;
  margin-left: 8px;
  opacity: 0.8;
}

.btn-link::after {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-link:hover {
  background-color: transparent;
  color: #181818;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

.btn-link.btn-link-second {
  background-color: #f9f9f9;
  color: #181818;
}

.btn-link.btn-link-second:hover {
  transform: translateY(-4px);
}

.btn-link.btn-link-third {
  background-color: transparent;
  color: #181818;
  padding: 0;
  border: none;
  text-transform: none;
  border-radius: 0;
  height: auto;
  font-weight: 500;
  font-size: 14px;
}

.btn-link.btn-link-third:hover {
  transform: none;
  box-shadow: none;
  color: #181818;
  opacity: 0.8;
}

.btn-link:where(.btn-link-color, .btn-link-primary) {
  height: 42px;
  font-weight: 700;
}

.btn-link:where(.btn-link-color, .btn-link-primary)::before {
  content: "";
  box-shadow: inset -0.02em -0.15em 0 0 rgba(0, 0, 0, 0.15);
  border-radius: 35px;
}

.btn-link:where(.btn-link-color, .btn-link-primary)::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-link:where(.btn-link-color, .btn-link-primary):hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  color: #181818;
}

.section .btn-link {
  margin-top: 0.625rem;
}

@media only screen and (min-width: 48rem) {
  .section .btn-link {
    margin-top: 0.9375rem;
  }
}

.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 11px;
  top: 0;
  right: 0;
}

.wpcf7-form .wpcf7-response-output {
  margin: 0;
  border: none;
  line-height: 1.4;
  font-size: 13px;
  padding: 10px 0 0;
}

.items-list .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.items-list .item .cover {
  border-radius: 6px;
  overflow: hidden;
}

.items-list .item .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px 0;
}

@media only screen and (max-width: 47.99875rem) {
  .items-list .item .content {
    padding: 15px 0 7px 0;
  }
}

.items-list .item .content .meta {
  font-size: 13px;
  color: #666;
  display: flex;
  flex-flow: row wrap;
  gap: 0 5px;
  line-height: 1;
  align-items: center;
}

.items-list .item .content .meta .terms {
  position: relative;
}

.items-list .item .content .meta .terms a {
  color: currentColor;
  position: relative;
}

.items-list .item .content .meta .terms a:not(:last-child)::after {
  font-size: 12px;
  content: "/";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
}

.items-list .item .content .meta .terms a:hover {
  text-decoration: underline;
}

.items-list .item .content .meta .terms::after {
  font-size: 10px;
  padding-left: 5px;
  content: "/";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
}

.items-list .item .content .title {
  font-weight: 700;
  margin: 6px 0;
  color: #181818;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  min-height: 2.6em;
}

.items-list .item .content .title {
  font-size: clamp(1rem, 0.95rem + 0.125vw, 1.0625rem);
  line-height: clamp(1.3rem, 1.235rem + 0.1625vw, 1.38125rem);
}

.items-list .item .content .title a {
  color: currentColor;
}

.items-list .item .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}

@supports (-webkit-line-clamp: 2) {
  .items-list .item .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

.items-list .item .content .title a:hover {
  color: #181818;
}

.items-list .item .content .excerpt {
  font-size: 15px;
  line-height: 1.4;
  flex: 1;
}

.items-list .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}

@supports (-webkit-line-clamp: 2) {
  .items-list .item .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

.items-list .item .content .view-more {
  color: #181818;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  align-self: flex-start;
  margin-top: 10px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 15px;
}

.items-list .item .content .view-more:hover {
  border-color: #181818;
  color: #181818;
  opacity: 0.8;
}

.section-title.section-sub-title {
  margin-bottom: 20px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

.section-title.section-sub-title {
  font-size: clamp(1.125rem, 0.825rem + 0.75vw, 1.5rem);
  line-height: clamp(1.4625rem, 1.0725rem + 0.975vw, 1.95rem);
}

aside.sidebar .sidebar-inner {
  position: sticky;
  top: 50px;
}

aside.sidebar .sidebar-inner>*:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 63.99875rem) {
  aside.sidebar .sidebar-inner {
    display: none;
  }
}

aside.sidebar .sidebar-inner .sidebar-title {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

aside.sidebar .sidebar-inner .sidebar-title {
  font-size: clamp(1.0625rem, 0.9125rem + 0.375vw, 1.25rem);
  line-height: clamp(1.38125rem, 1.18625rem + 0.4875vw, 1.625rem);
}

aside.sidebar .sidebar-inner .widget_text {
  background-color: #F6F6F6;
  border: 3px solid #181818;
  border-radius: 6px;
  padding: 20px 15px;
}

aside.sidebar .sidebar-inner .widget_text :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, strong, b) {
  color: #181818;
  font-weight: 700;
}

aside.sidebar .sidebar-inner .widget_text .wpcf7-form .flex-contact .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

aside.sidebar .sidebar-inner .widget_text .wpcf7-form .flex-contact .wpcf7-form-control-wrap input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

aside.sidebar .sidebar-inner .widget_text .wpcf7-form .flex-contact .cell-submit {
  position: relative;
}

aside.sidebar .sidebar-inner .widget_text .wpcf7-form .flex-contact .cell-submit button[type=submit] {
  height: 40px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #181818;
  border-radius: 6px;
}

aside.sidebar .sidebar-inner .widget_text .wpcf7-form .flex-contact .cell-submit button[type=submit]:hover {
  background-color: #f9f9f9;
  color: #fff;
}

aside.sidebar .sidebar-inner .widget_text .wpcf7-form .flex-contact .cell-submit .wpcf7-spinner {
  margin: 0;
}

aside.sidebar .sidebar-inner .widget_text .wpcf7-form .flex-contact .cell-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

aside.sidebar .sidebar-inner .widget_media_image :where(a, img) {
  display: block;
}

aside.sidebar .sidebar-inner .widget_media_image img {
  width: 100%;
  border-radius: 6px;
}

aside.sidebar .sidebar-inner .recent-post {
  margin: 0;
  padding: 0;
}

aside.sidebar .sidebar-inner .recent-post li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 15px;
}

aside.sidebar .sidebar-inner .recent-post li .cover {
  flex: 0 0 auto;
  min-width: 80px;
  border-radius: 6px;
}

aside.sidebar .sidebar-inner .recent-post li .cover-content {
  flex: 1 1 0;
  min-width: 0;
}

aside.sidebar .sidebar-inner .recent-post li .cover-content a {
  font-size: 15px;
  line-height: 1.4;
  color: #181818;
  font-weight: 400;
}

aside.sidebar .sidebar-inner .recent-post li .cover-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}

@supports (-webkit-line-clamp: 3) {
  aside.sidebar .sidebar-inner .recent-post li .cover-content a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

.section.section-breadcrumb {
  position: relative;
}

.section.section-breadcrumb>.container {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}

.section.section-breadcrumb>.container .breadcrumb-title {
  order: 1;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

.section.section-breadcrumb>.container .breadcrumb-title {
  font-size: clamp(1.25rem, 0.95rem + 0.75vw, 1.625rem);
  line-height: clamp(1.75rem, 1.33rem + 1.05vw, 2.275rem);
}

.section.section-breadcrumb>.container nav {
  overflow-x: auto !important;
  scroll-snap-type: x mandatory;
}

.section.section-breadcrumb>.container nav {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}

@supports (-webkit-line-clamp: 1) {
  .section.section-breadcrumb>.container nav {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

.section.section-breadcrumb>.container nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.section.section-breadcrumb>.container nav li {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.section.section-breadcrumb:not(.has-background)>.container {
  padding-top: 8px;
  padding-bottom: 8px;
}

.section.section-breadcrumb:not(.has-background)>.container .breadcrumb-title {
  margin-top: 10px;
  margin-bottom: 15px;
}

.section.section-breadcrumb:not(.has-background)+.section:not(.section-product) {
  margin-top: 0;
}

.section.section-breadcrumb.has-background {
  position: relative;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  background-color: #fff;
  color: #eee;
}

.section.section-breadcrumb.has-background>.container {
  text-align: center;
  align-items: center;
  padding: 80px 0;
}

@media only screen and (max-width: 47.99875rem) {
  .section.section-breadcrumb.has-background>.container {
    padding: 30px 0;
  }
}

.section.section-breadcrumb.has-background .breadcrumb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.section.section-breadcrumb.has-background .breadcrumb-bg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.section.section-breadcrumb.has-background .breadcrumb-bg::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section.section-breadcrumb.has-background .breadcrumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section.archive {
  margin-top: 30px;
}

@media only screen and (max-width: 63.99875rem) {
  .section.archive {
    margin-top: 15px;
  }
}

.section.archive>.container {
  gap: 30px;
}

.section.archive>.container>.content {
  flex: 1 1 0;
  min-width: 0;
}

.section.archive>.container>.content>.heading-title {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  overflow-wrap: normal !important;
  white-space: nowrap;
}

.section.archive>.container>.content>.excerpt {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
  line-height: 1.4;
}

.section.archive>.container .sidebar {
  flex: 0 0 auto;
  width: 350px;
}

/** */
:is(.section.singular, .section.archive) :where(h1, .h1) {
  margin-bottom: 5px;
}

:is(.section.singular, .section.archive) :where(h1, .h1) {
  font-size: clamp(1.125rem, 0.725rem + 1vw, 1.625rem);
  line-height: clamp(1.575rem, 1.015rem + 1.4vw, 2.275rem);
}

:is(.section.singular, .section.archive) :where(h2, .h2) {
  margin-bottom: 10px;
}

:is(.section.singular, .section.archive) :where(h2, .h2) {
  font-size: clamp(1.0625rem, 0.9125rem + 0.375vw, 1.25rem);
  line-height: clamp(1.4875rem, 1.2775rem + 0.525vw, 1.75rem);
}

:is(.section.singular, .section.archive) :where(h3, .h3) {
  margin-bottom: 10px;
}

:is(.section.singular, .section.archive) :where(h3, .h3) {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.4rem, 1.26rem + 0.35vw, 1.575rem);
}

:is(.section.singular, .section.archive) :where(h4, .h4, h5, .h5, h6, .h6) {
  margin-bottom: 10px;
}

:is(.section.singular, .section.archive) :where(h4, .h4, h5, .h5, h6, .h6) {
  font-size: clamp(1rem, 0.95rem + 0.125vw, 1.0625rem);
  line-height: clamp(1.4rem, 1.33rem + 0.175vw, 1.4875rem);
}

/** */
.section.singular:not(.section-single) .heading-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  overflow-wrap: normal !important;
  white-space: nowrap;
}

.section.singular:where(.section-single, .section-page) {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .section.singular:where(.section-single, .section-page) {
    margin-top: 2.5rem;
  }
}

.section.singular:where(.section-single, .section-page)>.container {
  gap: 30px;
}

.section.singular:where(.section-single, .section-page)>.container .content {
  flex: 1 1 0;
  min-width: 0;
}

.section.singular:where(.section-single, .section-page)>.container .sidebar {
  flex: 0 0 auto;
  width: 350px;
}

.section.singular:where(.section-single, .section-page) .meta {
  font-size: 15px;
  color: #a5a5a5;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 0 8px;
}

.section.singular:where(.section-single, .section-page) .meta .terms a {
  color: currentColor;
  position: relative;
}

.section.singular:where(.section-single, .section-page) .meta .terms::after {
  font-size: 12px;
  padding-left: 8px;
  content: "/";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
}

.section.singular:where(.section-single, .section-page) .meta .icon {
  position: relative;
}

.section.singular:where(.section-single, .section-page) .meta .icon::before {
  margin-right: 8px;
  font-weight: 400;
  color: #181818;
}

.section.singular:where(.section-single, .section-page) .meta .date::after {
  font-size: 12px;
  padding-left: 8px;
  content: "/";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
}

.section.singular:where(.section-single, .section-page) .excerpt {
  font-size: 16px;
  margin-top: 15px;
  color: #666;
  font-weight: 500;
}

.section.singular:where(.section-single, .section-page) .entry-content {
  margin-top: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.section.singular:where(.section-single, .section-page) .hashtags .hashtag-links>i {
  color: #f9f9f9;
  margin-right: 8px;
}

.section.singular:where(.section-single, .section-page) .hashtags .hashtag-links>a {
  color: #f9f9f9;
  position: relative;
  font-size: 15px;
}

.section.singular:where(.section-single, .section-page) .hashtags .hashtag-links>a:hover {
  color: #181818;
}

.section.singular:where(.section-single, .section-page) .hashtags .hashtag-links>a:not(:last-child)::after {
  padding-right: 5px;
  content: ",";
}

.section.singular:where(.section-single, .section-page) .sharing-toolbox {
  flex-direction: row;
  margin-top: 20px;
}

.section.singular:where(.section-single, .section-page) .sharing-toolbox .share-title {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

.section.singular:where(.section-single, .section-page) .sharing-toolbox .social-share .share-actions {
  flex-flow: row nowrap;
  gap: 20px;
}

.section.singular:where(.section-single, .section-page) .suggestion-list {
  border-top: 1px solid #e6e6e6;
}

.section.singular:where(.section-single, .section-page) .suggestion-list {
  padding-top: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .section.singular:where(.section-single, .section-page) .suggestion-list {
    padding-top: 1.875rem;
  }
}

.section.singular:where(.section-single, .section-page) .suggestion-list {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .section.singular:where(.section-single, .section-page) .suggestion-list {
    margin-top: 1.875rem;
  }
}

.section.singular:where(.section-single, .section-page) .suggestion-list .suggestion-title {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  font-weight: 700;
  display: inline-flex;
  margin-bottom: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-size: 15px;
}

.section.singular:where(.section-single, .section-page) .suggestion-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.section.singular:where(.section-single, .section-page) .suggestion-list ul li {
  position: relative;
  display: flex;
}

.section.singular:where(.section-single, .section-page) .suggestion-list ul li:not(:last-child)::after {
  content: ", ";
}

.section.singular:where(.section-single, .section-page) .suggestion-list ul li .title {
  font-weight: 400;
  color: #181818;
}

.section.singular:where(.section-single, .section-page) .suggestion-list ul li .title:hover {
  text-decoration: underline;
}

.section.singular:where(.section-single, .section-page) .suggestion-list ul li .date {
  display: none;
}

.section.section-related .related-title {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  color: #181818;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.section.section-related .related-title {
  font-size: clamp(1.25rem, 0.95rem + 0.75vw, 1.625rem);
  line-height: clamp(1.75rem, 1.33rem + 1.05vw, 2.275rem);
}

@media only screen and (max-width: 47.99875rem) {
  .section.section-related .related-title {
    margin-bottom: 15px;
    border-bottom: none;
  }
}

.section.section-related .swiper-container .swiper-slide {
  width: calc(25% - 0.9375rem);
}

@media only screen and (max-width: 63.99875rem) {
  .section.section-related .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}

@media only screen and (max-width: 63.99875rem) {
  .section.section-related .swiper-container .swiper-slide {
    width: 100%;
  }
}

.section.section-related .swiper-container .swiper-pagination {
  bottom: 0;
  position: relative;
  top: 10px;
}

section.comments-area {
  margin-top: 25px;
}

section.comments-area ol {
  list-style: none;
}

section.comments-area ol>li .comment-body {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

section.comments-area ol>li .comment-body .comment-meta {
  position: relative;
}

section.comments-area ol>li .comment-body .comment-meta .comment-author {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

section.comments-area ol>li .comment-body .comment-meta .comment-author>img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

section.comments-area ol>li .comment-body .comment-meta .comment-author .says {
  display: none;
}

section.comments-area ol>li .comment-body .comment-meta .comment-author a {
  color: #333;
}

section.comments-area ol>li .comment-body .comment-meta .comment-author a:hover {
  color: #181818;
}

section.comments-area ol>li .comment-body .comment-meta .comment-metadata {
  font-size: 12px;
  position: absolute;
  top: 22px;
  left: 60px;
  color: #666;
}

section.comments-area ol>li .comment-body .comment-meta .comment-metadata a {
  color: currentColor;
}

section.comments-area ol>li .comment-body .comment-meta .comment-metadata .edit-link {
  color: #cf112c;
}

section.comments-area ol>li .comment-body .comment-content {
  margin-top: 10px;
}

section.comments-area .comment-list {
  padding-left: 0;
}

section.comments-area .comment-list>li .children {
  padding-left: 20px;
}

section.comments-area .comment-respond .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

section.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-weight: 400;
}

section.comments-area .comment-respond .comment-form .comment-form-comment {
  display: flex;
  flex-flow: column nowrap;
}

section.comments-area .comment-respond .comment-form .comment-form-comment>label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

section.comments-area .comment-respond .comment-form .comment-form-comment #comment {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

.section.section-feature-posts {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .section.section-feature-posts {
    margin-top: 2.5rem;
  }
}

.section.section-feature-posts .feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}

@media only screen and (max-width: 47.99875rem) {
  .section.section-feature-posts .feature-list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}

.section.section-feature-posts .feature-list .item {
  position: relative;
  overflow: hidden;
}

.section.section-feature-posts .feature-list .item .cover {
  border-radius: 12px;
}

.section.section-feature-posts .feature-list .item .content {
  background-color: #fff;
  z-index: 1;
  padding: 25px;
  border-radius: 12px;
}

@media only screen and (max-width: 79.99875rem) {
  .section.section-feature-posts .feature-list .item .content {
    padding: 15px;
  }
}

.section.section-feature-posts .feature-list .item .content .title {
  text-align: center;
  display: block;
  color: #333;
  font-weight: 700;
}

.section.section-feature-posts .feature-list .item .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}

@supports (-webkit-line-clamp: 2) {
  .section.section-feature-posts .feature-list .item .content .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

.section.section-feature-posts .feature-list .item .content .title {
  font-size: clamp(1rem, 0.95rem + 0.125vw, 1.0625rem);
  line-height: clamp(1.4rem, 1.33rem + 0.175vw, 1.4875rem);
}

@media only screen and (max-width: 79.99875rem) {
  .section.section-feature-posts .feature-list .item .content .title {
    font-weight: 500;
    text-align: left;
  }
}

.section.section-feature-posts .feature-list .item .content .title:hover {
  color: #181818;
}

.section.section-feature-posts .feature-list .item .content .excerpt {
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.4;
  text-align: center;
  color: #666;
}

.section.section-feature-posts .feature-list .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}

@supports (-webkit-line-clamp: 2) {
  .section.section-feature-posts .feature-list .item .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

@media only screen and (max-width: 79.99875rem) {
  .section.section-feature-posts .feature-list .item .content .excerpt {
    display: none;
  }
}

.section.section-feature-posts .feature-list .item.large {
  grid-column: 1;
  grid-row: span 3;
}

@media only screen and (max-width: 47.99875rem) {
  .section.section-feature-posts .feature-list .item.large {
    grid-column: 1/-1;
    grid-row: auto;
  }
}

.section.section-feature-posts .feature-list .item.large .content {
  margin-top: -15px;
  position: relative;
  margin-left: 5%;
  margin-right: 5%;
}

.section.section-feature-posts .feature-list .item.large .content .title {
  text-align: center !important;
  font-weight: 700;
}

.section.section-feature-posts .feature-list .item.large .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}

@supports (-webkit-line-clamp: 4) {
  .section.section-feature-posts .feature-list .item.large .content .title {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

.section.section-feature-posts .feature-list .item.large .content .title {
  font-size: clamp(1.0625rem, 1.0125rem + 0.125vw, 1.125rem);
  line-height: clamp(1.4875rem, 1.4175rem + 0.175vw, 1.575rem);
}

.section.section-feature-posts .feature-list .item.large .content .excerpt {
  font-size: 16px;
  display: block;
}

.section.section-feature-posts .feature-list .item:not(.large) {
  display: flex;
  align-items: center;
}

.section.section-feature-posts .feature-list .item:not(.large) .cover {
  flex: 0 0 auto;
  width: 50%;
}

.section.section-feature-posts .feature-list .item:not(.large) .content {
  flex: 1 1 0;
  min-width: 0;
  margin-left: -15px;
  position: relative;
}

:is(.section.section-latest-posts, .section.section-terms) {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  :is(.section.section-latest-posts, .section.section-terms) {
    margin-top: 2.5rem;
  }
}

.section.section-terms .title {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 10px;
  align-items: top;
}

.section.section-terms .title .section-sub-title {
  margin-bottom: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

.section.section-terms .title .btn-link {
  margin-top: 0;
}

.section.section-stats-archive {
  margin-top: 0.625rem;
}

@media only screen and (min-width: 64rem) {
  .section.section-stats-archive {
    margin-top: 2.5rem;
  }
}

.section.section-stats-archive .container-inner {
  border-radius: 6px;
  background-color: #808080;
  padding: 40px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media only screen and (max-width: 63.99875rem) {
  .section.section-stats-archive .container-inner {
    padding: 20px;
  }
}

.section.section-stats-archive .container-inner .stats {
  flex: 0 0 auto;
  width: 35%;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  padding: 50px;
  align-items: flex-start;
}

@media only screen and (max-width: 63.99875rem) {
  .section.section-stats-archive .container-inner .stats {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

.section.section-stats-archive .container-inner .stats .title {
  color: #fff;
  font-weight: 700;
}

.section.section-stats-archive .container-inner .stats .title {
  font-size: clamp(1.875rem, 1.375rem + 1.25vw, 2.5rem);
  line-height: clamp(2.4375rem, 1.7875rem + 1.625vw, 3.25rem);
}

.section.section-stats-archive .container-inner .features {
  flex: 1 1 0;
  min-width: 0;
}

@media only screen and (max-width: 63.99875rem) {
  .section.section-stats-archive .container-inner .features {
    flex: 0 0 100%;
  }
}

.section.section-stats-archive .container-inner .features ul {
  background-color: #e2e1e1;
  border-radius: 12px;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
}

@media only screen and (max-width: 47.99875rem) {
  .section.section-stats-archive .container-inner .features ul {
    gap: 20px;
    padding: 20px;
  }
}

.section.section-stats-archive .container-inner .features ul li {
  flex: 0 0 auto;
}

.section.section-stats-archive .container-inner .features ul li {
  width: calc(25% - 1.40625rem);
}

@media only screen and (max-width: 47.99875rem) {
  .section.section-stats-archive .container-inner .features ul li {
    width: calc(50% - 0.625rem);
  }
}

.section.section-stats-archive .container-inner .features ul li .item {
  padding: 30px 20px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 47.99875rem) {
  .section.section-stats-archive .container-inner .features ul li .item {
    padding: 0;
  }
}

.section.section-stats-archive .container-inner .features ul li .item .icon {
  background-color: #fff;
  border-radius: 50%;
  width: 115px;
  height: 115px;
}

.section.section-stats-archive .container-inner .features ul li .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.section-stats-archive .container-inner .features ul li .item .icon img {
  width: 80px;
  height: 80px;
}

.section.section-stats-archive .container-inner .features ul li .item .text {
  text-align: center;
  line-height: 1.4;
}

.section.section-about-us {
  margin-top: 0.625rem;
}

@media only screen and (min-width: 64rem) {
  .section.section-about-us {
    margin-top: 2.5rem;
  }
}

.section.section-about-us .container {
  display: flex;
  flex-flow: column nowrap;
  gap: 0;
}

.section.section-about-us .container .entry-content {
  margin-bottom: 30px;
}

.section.section-about-us .container>picture {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.section.section-about-us .container>picture img {
  display: block;
  width: 100%;
}

#ez-toc-container {
  margin: 20px auto !important;
  box-shadow: 0 1px 1px #e6e6e6;
  border: none !important;
  width: 100% !important;
  background: none;
}

#ez-toc-container a:hover {
  text-decoration: none !important;
}

#ez-toc-container .ez-toc-title {
  text-transform: uppercase;
  display: inline-block !important;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

#ez-toc-container .ez-toc-title::before {
  content: "\f303";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", sans-serif;
  background-color: #181818;
  color: #fff;
  font-size: 15px;
  position: relative;
  margin-right: 10px;
  padding: 7px;
  border-radius: 50%;
}

#ez-toc-container .ez-toc-title-container {
  position: relative;
}

#ez-toc-container .ez-toc-title-container .ez-toc-js-icon-con {
  width: auto;
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
  width: auto;
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle .ez-toc-icon-toggle-span {
  width: auto;
  height: 29px;
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a.ez-toc-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

#ez-toc-container ul.ez-toc-list {
  padding-left: 10px;
  margin-top: 15px !important;
}

#ez-toc-container ul.ez-toc-list>li>a {
  font-weight: 700;
  font-size: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}

#ez-toc-container ul.ez-toc-list>li>a::before {
  margin-right: 8px !important;
}

#ez-toc-container ul.ez-toc-list>li ul li a {
  font-weight: 400;
  font-size: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}

#ez-toc-container ul.ez-toc-list>li ul li a::before {
  margin-right: 8px !important;
}

/** */
@media only screen and (max-width: 47.99875rem) {
  .site-footer.has-contact-link {
    padding-bottom: 62px;
  }
}

.add-this.contact-link {
  position: fixed;
  bottom: 15%;
  right: 10px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 999;
  padding: 10px 4px;
  border-radius: 4px;
  overflow: hidden;
  backdrop-filter: blur(1px);
}

@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link {
    flex-direction: row;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    bottom: 0;
    top: unset;
    justify-content: space-evenly;
    background-color: white;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
    padding: 7px 0 5px;
  }
}

.add-this.contact-link li a {
  position: relative;
  transition: 0.3s;
  color: #FE7C3A;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.add-this.contact-link li a>svg {
  color: #FE7C3A;
  border-radius: 4px;
  border: 1px solid #FE7C3A;
  padding: 5px;
}

.add-this.contact-link li a>svg {
  width: 2.375rem;
  height: 2.375rem;
}

.add-this.contact-link li a>svg {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a>svg {
    width: 2.125rem;
    height: 2.125rem;
  }
}

.add-this.contact-link li a>span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: block;
  white-space: nowrap;
}

@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a>span {
    line-height: 16px;
  }
}

.add-this.contact-link li a:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.add-this.contact-link li a:hover>svg {
  background-color: #FE7C3A;
  color: #fff;
}

.add-this.contact-link li a:hover>span {
  text-shadow: 0 0 1px #fff;
}

/** */
.section.section-slides .swiper-container .swiper-controls .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 10px;
}

.section.section-slides .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background: #181818;
}

/** */
.section.section-contact-us {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .section.section-contact-us {
    margin-top: 2.5rem;
  }
}

.section.section-contact-us>.container {
  display: flex;
  flex-flow: row wrap;
}

.section.section-contact-us>.container {
  gap: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .section.section-contact-us>.container {
    gap: 2.1875rem;
  }
}

.section.section-contact-us .contact-info {
  flex: 0 0 auto;
  width: 38%;
  order: 1;
}

@media only screen and (max-width: 47.99875rem) {
  .section.section-contact-us .contact-info {
    width: 100%;
  }
}

.section.section-contact-us .contact-info>.inner {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
  height: 100%;
}

.section.section-contact-us .contact-info>.inner {
  padding: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .section.section-contact-us .contact-info>.inner {
    padding: 1.875rem;
  }
}

.section.section-contact-us .contact-info>.inner>* {
  margin: 0;
}

.section.section-contact-us .contact-info>.inner .title {
  font-weight: 700;
  color: #181818;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  margin-bottom: 10px;
}

.section.section-contact-us .contact-info>.inner .title {
  font-size: clamp(1rem, 0.6rem + 1vw, 1.5rem);
  line-height: clamp(1.3rem, 0.78rem + 1.3vw, 1.95rem);
}

.section.section-contact-us .contact-info>.inner .desc {
  font-size: 15px;
  color: #666;
  line-height: 1.4;
}

.section.section-contact-us .contact-info>.inner .thumb {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 15px;
}

.section.section-contact-us .contact-info>.inner .thumb img {
  display: block;
  width: 100%;
}

.section.section-contact-us .contact-info>.inner .list-title {
  font-weight: 700;
  font-size: 17px;
  margin-top: 15px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

.section.section-contact-us .contact-info>.inner .list-info {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}

.section.section-contact-us .contact-info>.inner .list-info li {
  background-color: #181818;
  border: 1px solid #fff;
  border-radius: 50px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.section.section-contact-us .contact-info>.inner .list-info li .item {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.section.section-contact-us .contact-info>.inner .list-info li .item .label {
  color: #eee;
  white-space: nowrap;
}

.section.section-contact-us .contact-info>.inner .list-info li .item .content {
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.section.section-contact-us .contact-info>.inner .list-info li .item .content a {
  color: inherit;
  display: inline;
}

.section.section-contact-us .contact-info>.inner .social-links .txt {
  font-size: 17px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
}

.section.section-contact-us .contact-form {
  flex: 1 1 0;
  min-width: 0;
}

@media only screen and (max-width: 47.99875rem) {
  .section.section-contact-us .contact-form {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1;
  }
}

.section.section-contact-us .contact-form>.inner {
  height: 100%;
}

.section.section-contact-us .contact-form>.inner .title {
  margin-top: 10px;
  font-weight: 700;
  color: #181818;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

.section.section-contact-us .contact-form>.inner .title {
  font-size: clamp(1rem, 0.6rem + 1vw, 1.5rem);
  line-height: clamp(1.3rem, 0.78rem + 1.3vw, 1.95rem);
}

.section.section-contact-us .contact-form>.inner form.wpcf7-form {
  margin-top: 20px;
}

.section.section-contact-us .contact-form>.inner form.wpcf7-form .flex-contact .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.section.section-contact-us .contact-form>.inner form.wpcf7-form .flex-contact .wpcf7-form-control-wrap input,
.section.section-contact-us .contact-form>.inner form.wpcf7-form .flex-contact .wpcf7-form-control-wrap textarea {
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  font-size: 15px;
}

.section.section-contact-us .contact-form>.inner form.wpcf7-form .flex-contact .wpcf7-form-control-wrap input:focus,
.section.section-contact-us .contact-form>.inner form.wpcf7-form .flex-contact .wpcf7-form-control-wrap textarea:focus {
  border-color: #181818;
}

.section.section-contact-us .contact-form>.inner form.wpcf7-form .flex-contact .wpcf7-form-control-wrap input {
  padding: 0 15px;
  height: 46px;
}

.section.section-contact-us .contact-form>.inner form.wpcf7-form .flex-contact .wpcf7-form-control-wrap textarea {
  padding: 15px;
}

.section.section-contact-us .contact-form>.inner form.wpcf7-form .flex-contact .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 5px;
  line-height: 1;
}

.section.section-contact-us .contact-form>.inner form.wpcf7-form .flex-contact .cell-submit {
  margin-top: 0;
  display: flex;
  align-items: center;
}

.section.section-contact-us .contact-form>.inner form.wpcf7-form .flex-contact .cell-submit button[type=submit] {
  margin-top: 0;
}

.section.section-contact-us .contact-form>.inner form.wpcf7-form .flex-contact .cell-submit .wpcf7-spinner {
  margin: 0 0 0 20px;
}

.section.section-contact-us .contact-form>.inner .wpcf7-response-output {
  margin: 10px 0 0 0;
  font-size: 15px;
  padding: 0;
  border: none;
  color: #cf112c;
}

.section.section-contact-us .contact-form>.inner .iframe-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 6px;
}

.section.section-contact-us .contact-form>.inner .iframe-wrapper iframe {
  border: 0;
}

.section.section-contact-us .contact-form>.inner .iframe-wrapper iframe {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/** */
body:where(.page-template-template-page-contact-us,
  .page-template-template-page-blog,
  .single.single-post,
  .single.single-product,
  .woocommerce.woocommerce-wishlist,
  .post-type-archive-product,
  .tax-product_cat,
  .yith-wcan-pro.filtered) .section.section-breadcrumb:not(.has-background) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 64rem) {

  body:where(.page-template-template-page-contact-us,
    .page-template-template-page-blog,
    .single.single-post,
    .single.single-product,
    .woocommerce.woocommerce-wishlist,
    .post-type-archive-product,
    .tax-product_cat,
    .yith-wcan-pro.filtered) .section.section-breadcrumb:not(.has-background) {
    margin-bottom: 15px;
  }
}

body:where(.page-template-template-page-contact-us,
  .page-template-template-page-blog,
  .single.single-post,
  .single.single-product,
  .woocommerce.woocommerce-wishlist,
  .post-type-archive-product,
  .tax-product_cat,
  .yith-wcan-pro.filtered) .breadcrumb-title {
  display: none;
}

body:where(.page-template-template-page-about-us) .section.section-breadcrumb {
  display: none;
}

/** */
#wpd-post-rating .wpd-rating-wrap :where(.wpd-rating-stars, .wpd-rate-starts) {
  gap: 4px;
  flex-wrap: nowrap;
  flex-direction: row;
}

#wpd-post-rating .wpd-rating-wrap :where(.wpd-rating-stars, .wpd-rate-starts) {
  display: flex;
  align-items: center;
  justify-content: center;
}

#wpd-post-rating .wpd-rating-wrap :where(.wpd-rating-stars, .wpd-rate-starts) svg {
  width: 22px !important;
  height: 22px !important;
}

#wpd-post-rating .wpd-rating-wrap :where(.wpd-rating-stars, .wpd-rate-starts) svg .wpd-active {
  fill: #181818 !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts:hover svg .wpd-star {
  fill: rgba(61, 34, 17, 0.6) !important;
}

#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rate-starts svg:hover~svg .wpd-star {
  fill: #DDDDDD !important;
}

html.is-lighthouse :where(.section-products) {
  display: none;
}