@charset "UTF-8";
/** $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 */
/** keyframe */
:root {
  --body-color: #000000;
  --body-bg: #ffffff;
  --link-color: #000000;
  --link-hover-color: black;
  --gutter: 14px;
  --gutter-xs: 10px;
  --gap: 28px;
  --gap-xs: 20px;
  --Primary-01: #ffc12e;
  --Primary-02: #ffac38;
  --Primary-03: #F5FEFF;
  --Primary-04: #e4a003;
  --img-path: "../img";
  --font-path: "../fonts";
}

@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: #000000;
  background: #ffffff;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}
body {
  font-size: 0.9375rem;
  line-height: 1.516875rem;
}
@media screen and (min-width: 40rem) {
  body {
    font-size: calc(0.9375rem + 0.0011160714 * (100vw - 40rem));
    line-height: calc(1.516875rem + 0.0018058036 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  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) {
  touch-action: manipulation;
}

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

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

* > p {
  margin-top: 0;
  line-height: inherit;
}
* > p:not(:last-child) {
  margin-bottom: 16px;
}
* > p:last-child {
  margin-bottom: 0;
}

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

sup {
  line-height: 1;
  top: -4px;
  color: #ff0000;
  font-size: 14px;
  padding-left: 2px;
}

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

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-family: "Cubano", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 700;
}
: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: 1.5rem;
  line-height: 1.95rem;
}
@media screen and (min-width: 40rem) {
  :is(h1, .h1) {
    font-size: calc(1.5rem + 0.0267857143 * (100vw - 40rem));
    line-height: calc(1.95rem + 0.0348214286 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h1, .h1) {
    font-size: 3rem;
    line-height: 3.9rem;
  }
}

:is(h2, .h2) {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media screen and (min-width: 40rem) {
  :is(h2, .h2) {
    font-size: calc(1.25rem + 0.015625 * (100vw - 40rem));
    line-height: calc(1.625rem + 0.0203125 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h2, .h2) {
    font-size: 2.125rem;
    line-height: 2.7625rem;
  }
}

:is(h3, .h3) {
  font-size: 1.1875rem;
  line-height: 1.54375rem;
}
@media screen and (min-width: 40rem) {
  :is(h3, .h3) {
    font-size: calc(1.1875rem + 0.0122767857 * (100vw - 40rem));
    line-height: calc(1.54375rem + 0.0159598214 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h3, .h3) {
    font-size: 1.875rem;
    line-height: 2.4375rem;
  }
}

:is(h4, .h4) {
  font-size: 1.125rem;
  line-height: 1.4625rem;
}
@media screen and (min-width: 40rem) {
  :is(h4, .h4) {
    font-size: calc(1.125rem + 0.0078125 * (100vw - 40rem));
    line-height: calc(1.4625rem + 0.01015625 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h4, .h4) {
    font-size: 1.5625rem;
    line-height: 2.03125rem;
  }
}

:is(h5, .h5) {
  font-size: 1.0625rem;
  line-height: 1.38125rem;
}
@media screen and (min-width: 40rem) {
  :is(h5, .h5) {
    font-size: calc(1.0625rem + 0.0033482143 * (100vw - 40rem));
    line-height: calc(1.38125rem + 0.0043526786 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h5, .h5) {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

:is(h6, .h6) {
  font-size: 1rem;
  line-height: 1.3rem;
}
@media screen and (min-width: 40rem) {
  :is(h6, .h6) {
    font-size: calc(1rem + 0.0022321429 * (100vw - 40rem));
    line-height: calc(1.3rem + 0.0029017857 * (100vw - 40rem));
  }
}
@media screen and (min-width: 96rem) {
  :is(h6, .h6) {
    font-size: 1.125rem;
    line-height: 1.4625rem;
  }
}

.body-font {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-optical-sizing: auto;
}

.heading-font {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-optical-sizing: auto;
}

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

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

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
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: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

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

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

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

.hidden {
  display: none;
}

.\!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 > :where(.auto, .shrink) {
  width: auto;
}
@media only screen and (min-width: 48rem) {
  .flex-x > :where(.md-auto, .md-shrink) {
    width: auto;
  }
}
@media only screen and (min-width: 64rem) {
  .flex-x > :where(.lg-auto, .lg-shrink) {
    width: auto;
  }
}

.flex-y {
  flex-flow: column nowrap;
}
.flex-y > .cell {
  height: auto;
  max-height: none;
}

.flex-padding-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-x {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }
}
.flex-padding-x > .cell {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-x > .cell {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

.flex-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-y {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }
}
.flex-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .flex-padding-y > .cell {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

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

.gap-10 {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.gap-15 {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.gap-20 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.gap-25 {
  grid-gap: 1.5625rem;
  gap: 1.5625rem;
}

.gap-30 {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

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

:is(.grid-gap, .flex-gap, .gap) {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  :is(.grid-gap, .flex-gap, .gap) {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }
}

:is(.container, .flex-container, .grid-container) {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
:is(.container, .flex-container, .grid-container):not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  :is(.container, .flex-container, .grid-container):not(.full) {
    max-width: 1260px;
  }
}
@media only screen and (min-width: 96rem) {
  :is(.container, .flex-container, .grid-container):not(.full).xxl {
    max-width: 1536px;
  }
}
:is(.container, .flex-container, .grid-container).full {
  /*max-width: 100%;*/
  padding-left: 0;
  padding-right: 0;
}

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

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-2 > .cell {
  width: 50%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-2 {
  width: 16.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-2 {
  width: 16.6666666667% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-2 > .cell {
  width: calc(50% - 0.625rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-2 {
  width: calc(16.6666666667% - 1.0416666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-2 {
  width: calc(16.6666666667% - 1.0416666667rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-3 > .cell {
  width: 33.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-3 {
  width: 25%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-3 {
  width: 25% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-3 > .cell {
  width: calc(33.3333333333% - 0.8333333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-3 {
  width: calc(25% - 0.9375rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-3 {
  width: calc(25% - 0.9375rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-4 > .cell {
  width: 25%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-4 {
  width: 33.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-4 {
  width: 33.3333333333% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-4 > .cell {
  width: calc(25% - 0.9375rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-4 {
  width: calc(33.3333333333% - 0.8333333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-4 {
  width: calc(33.3333333333% - 0.8333333333rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-5 > .cell {
  width: 20%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-5 {
  width: 41.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-5 {
  width: 41.6666666667% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-5 > .cell {
  width: calc(20% - 1rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-5 {
  width: calc(41.6666666667% - 0.7291666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-5 {
  width: calc(41.6666666667% - 0.7291666667rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-6 > .cell {
  width: 16.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-6 {
  width: 50%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-6 {
  width: 50% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-6 > .cell {
  width: calc(16.6666666667% - 1.0416666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-6 {
  width: calc(50% - 0.625rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-6 {
  width: calc(50% - 0.625rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-7 > .cell {
  width: 14.2857142857%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-7 {
  width: 58.3333333333%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-7 {
  width: 58.3333333333% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-7 > .cell {
  width: calc(14.2857142857% - 1.0714285714rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-7 {
  width: calc(58.3333333333% - 0.5208333333rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-7 {
  width: calc(58.3333333333% - 0.5208333333rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-8 > .cell {
  width: 12.5%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-8 {
  width: 66.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-8 {
  width: 66.6666666667% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-8 > .cell {
  width: calc(12.5% - 1.09375rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-8 {
  width: calc(66.6666666667% - 0.4166666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-8 {
  width: calc(66.6666666667% - 0.4166666667rem) !important;
}

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-9 > .cell {
  width: 11.1111111111%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-9 {
  width: 75%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-9 {
  width: 75% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-9 > .cell {
  width: calc(11.1111111111% - 1.1111111111rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-9 {
  width: calc(75% - 0.3125rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-9 {
  width: calc(75% - 0.3125rem) !important;
}

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

:is(.flex, .\!flex):not(.gap):not(.flex-gap).sm-up-11 > .cell {
  width: 9.0909090909%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.sm-11 {
  width: 91.6666666667%;
}
:is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!sm-11 {
  width: 91.6666666667% !important;
}
:is(.flex, .\!flex):where(.gap, .flex-gap).sm-up-11 > .cell {
  width: calc(9.0909090909% - 1.1363636364rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.sm-11 {
  width: calc(91.6666666667% - 0.1041666667rem);
}
:is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!sm-11 {
  width: calc(91.6666666667% - 0.1041666667rem) !important;
}

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

@media only screen and (min-width: 48rem) {
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-1 {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-1 {
    width: 8.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-1 {
    width: calc(8.3333333333% - 1.6041666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-1 {
    width: calc(8.3333333333% - 1.6041666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-2 > .cell {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-2 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-2 {
    width: 16.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-2 > .cell {
    width: calc(50% - 0.875rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-2 {
    width: calc(16.6666666667% - 1.4583333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-2 {
    width: calc(16.6666666667% - 1.4583333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-3 > .cell {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-3 {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-3 {
    width: 25% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-3 > .cell {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-3 {
    width: calc(25% - 1.3125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-3 {
    width: calc(25% - 1.3125rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-4 > .cell {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-4 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-4 {
    width: 33.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-4 > .cell {
    width: calc(25% - 1.3125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-4 {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-4 {
    width: calc(33.3333333333% - 1.1666666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-5 > .cell {
    width: 20%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-5 {
    width: 41.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-5 {
    width: 41.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-5 > .cell {
    width: calc(20% - 1.4rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-5 {
    width: calc(41.6666666667% - 1.0208333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-5 {
    width: calc(41.6666666667% - 1.0208333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-6 > .cell {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-6 {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-6 {
    width: 50% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-6 > .cell {
    width: calc(16.6666666667% - 1.4583333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-6 {
    width: calc(50% - 0.875rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-6 {
    width: calc(50% - 0.875rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-7 > .cell {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-7 {
    width: 58.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-7 {
    width: 58.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-7 {
    width: calc(58.3333333333% - 0.7291666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-7 {
    width: calc(58.3333333333% - 0.7291666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-8 > .cell {
    width: 12.5%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-8 {
    width: 66.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-8 {
    width: 66.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-8 > .cell {
    width: calc(12.5% - 1.53125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-8 {
    width: calc(66.6666666667% - 0.5833333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-8 {
    width: calc(66.6666666667% - 0.5833333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-9 > .cell {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-9 {
    width: 75%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-9 {
    width: 75% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-9 > .cell {
    width: calc(11.1111111111% - 1.5555555556rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-9 {
    width: calc(75% - 0.4375rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-9 {
    width: calc(75% - 0.4375rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-10 > .cell {
    width: 10%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-10 {
    width: 83.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-10 {
    width: 83.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-10 > .cell {
    width: calc(10% - 1.575rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-10 {
    width: calc(83.3333333333% - 0.2916666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-10 {
    width: calc(83.3333333333% - 0.2916666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-11 > .cell {
    width: 9.0909090909%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-11 {
    width: 91.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-11 {
    width: 91.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-11 > .cell {
    width: calc(9.0909090909% - 1.5909090909rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-11 {
    width: calc(91.6666666667% - 0.1458333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-11 {
    width: calc(91.6666666667% - 0.1458333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).md-up-12 > .cell {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.md-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!md-12 {
    width: 100% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).md-up-12 > .cell {
    width: calc(8.3333333333% - 1.6041666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.md-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!md-12 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 64rem) {
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-1 {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-1 {
    width: 8.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-1 > .cell {
    width: 100%;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-1 {
    width: calc(8.3333333333% - 1.6041666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-1 {
    width: calc(8.3333333333% - 1.6041666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-2 > .cell {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-2 {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-2 {
    width: 16.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-2 > .cell {
    width: calc(50% - 0.875rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-2 {
    width: calc(16.6666666667% - 1.4583333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-2 {
    width: calc(16.6666666667% - 1.4583333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-3 > .cell {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-3 {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-3 {
    width: 25% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-3 > .cell {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-3 {
    width: calc(25% - 1.3125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-3 {
    width: calc(25% - 1.3125rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-4 > .cell {
    width: 25%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-4 {
    width: 33.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-4 {
    width: 33.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-4 > .cell {
    width: calc(25% - 1.3125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-4 {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-4 {
    width: calc(33.3333333333% - 1.1666666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-5 > .cell {
    width: 20%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-5 {
    width: 41.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-5 {
    width: 41.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-5 > .cell {
    width: calc(20% - 1.4rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-5 {
    width: calc(41.6666666667% - 1.0208333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-5 {
    width: calc(41.6666666667% - 1.0208333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-6 > .cell {
    width: 16.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-6 {
    width: 50%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-6 {
    width: 50% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-6 > .cell {
    width: calc(16.6666666667% - 1.4583333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-6 {
    width: calc(50% - 0.875rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-6 {
    width: calc(50% - 0.875rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-7 > .cell {
    width: 14.2857142857%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-7 {
    width: 58.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-7 {
    width: 58.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-7 {
    width: calc(58.3333333333% - 0.7291666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-7 {
    width: calc(58.3333333333% - 0.7291666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-8 > .cell {
    width: 12.5%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-8 {
    width: 66.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-8 {
    width: 66.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-8 > .cell {
    width: calc(12.5% - 1.53125rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-8 {
    width: calc(66.6666666667% - 0.5833333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-8 {
    width: calc(66.6666666667% - 0.5833333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-9 > .cell {
    width: 11.1111111111%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-9 {
    width: 75%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-9 {
    width: 75% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-9 > .cell {
    width: calc(11.1111111111% - 1.5555555556rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-9 {
    width: calc(75% - 0.4375rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-9 {
    width: calc(75% - 0.4375rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-10 > .cell {
    width: 10%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-10 {
    width: 83.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-10 {
    width: 83.3333333333% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-10 > .cell {
    width: calc(10% - 1.575rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-10 {
    width: calc(83.3333333333% - 0.2916666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-10 {
    width: calc(83.3333333333% - 0.2916666667rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-11 > .cell {
    width: 9.0909090909%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-11 {
    width: 91.6666666667%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-11 {
    width: 91.6666666667% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-11 > .cell {
    width: calc(9.0909090909% - 1.5909090909rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-11 {
    width: calc(91.6666666667% - 0.1458333333rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.\!lg-11 {
    width: calc(91.6666666667% - 0.1458333333rem) !important;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap).lg-up-12 > .cell {
    width: 8.3333333333%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.lg-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):not(.gap):not(.flex-gap) > .cell.\!lg-12 {
    width: 100% !important;
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap).lg-up-12 > .cell {
    width: calc(8.3333333333% - 1.6041666667rem);
  }
  :is(.flex, .\!flex):where(.gap, .flex-gap) > .cell.lg-12 {
    width: 100%;
  }
  :is(.flex, .\!flex):where(.gap, .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%;
  }
}

/*@while $count <= $count_max {
    :is(.mt-0, .mt\[0px\]) {
        margin-top: func.fs($count);
    }

    :is(.\!mt-0, .\!mt\[0px\]) {
        margin-top: func.fs($count) !important;
    }

    :is(.mb-0, .mb\[0px\]) {
        margin-bottom: func.fs($count);
    }

    :is(.\!mb-0, .\!mb\[0px\]) {
        margin-bottom: func.fs($count) !important;
    }

    :is(.pt-0, .pt\[0px\]) {
        padding-top: func.fs($count);
    }

    :is(.\!pt-0, .\!pt\[0px\]) {
        padding-top: func.fs($count) !important;
    }

    :is(.pb-0, .pb\[0px\]) {
        padding-bottom: func.fs($count);
    }

    :is(.\!pb-0, .\!pb\[0px\]) {
        padding-bottom: func.fs($count) !important;
    }

    $count: $count + $step;
}*/
:is(.fs-16, .fs\[16px\]) {
  font-size: 1rem;
}

:is(.\!fs-16, .\!fs\[16px\]) {
  font-size: 1rem !important;
}

:is(.fs-17, .fs\[17px\]) {
  font-size: 1.0625rem;
}

:is(.\!fs-17, .\!fs\[17px\]) {
  font-size: 1.0625rem !important;
}

:is(.fs-18, .fs\[18px\]) {
  font-size: 1.125rem;
}

:is(.\!fs-18, .\!fs\[18px\]) {
  font-size: 1.125rem !important;
}

:is(.fs-19, .fs\[19px\]) {
  font-size: 1.1875rem;
}

:is(.\!fs-19, .\!fs\[19px\]) {
  font-size: 1.1875rem !important;
}

:is(.fs-20, .fs\[20px\]) {
  font-size: 1.25rem;
}

:is(.\!fs-20, .\!fs\[20px\]) {
  font-size: 1.25rem !important;
}

:is(.fw-400, .fw\[400\]) {
  font-weight: 400;
}

:is(.\!fw-400, .\!fw\[400\]) {
  font-weight: 400 !important;
}

:is(.fw-500, .fw\[500\]) {
  font-weight: 500;
}

:is(.\!fw-500, .\!fw\[500\]) {
  font-weight: 500 !important;
}

:is(.fw-600, .fw\[600\]) {
  font-weight: 600;
}

:is(.\!fw-600, .\!fw\[600\]) {
  font-weight: 600 !important;
}

:is(.fw-700, .fw\[700\]) {
  font-weight: 700;
}

:is(.\!fw-700, .\!fw\[700\]) {
  font-weight: 700 !important;
}

[id^=gallery-] {
  display: flex;
  flex-flow: row wrap;
}
[id^=gallery-] {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
[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);
}

.site-header {
  position: relative;
  z-index: 99;
}

#top-header {
  background-color: #ffc12e;
  padding: 8px 0;
}
@media only screen and (max-width: 47.99875rem) {
  #top-header {
    display: none;
  }
}
#top-header .container .cell {
  gap: 30px;
}
#top-header .container .cell .item {
  color: rgba(4, 4, 4, 0.8);
  position: relative;
}
#top-header .container .cell .item:first-child::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background-color: rgba(4, 4, 4, 0.8);
}
#top-header .container .cell .item .content {
  display: inline-block;
  padding-left: 10px;
  color: rgba(4, 4, 4, 0.8);
}
#top-header .container .cell .item a:hover {
  color: #aa5d00;
}

#inside-header {
  padding-top: 5px;
  padding-bottom: 7px;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header > .container {
    align-items: center;
    justify-content: space-between;
  }
}
#inside-header .cell.cell-left {
  width: 15%;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell.cell-left {
    width: 30%;
  }
}
#inside-header .cell.cell-left a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}
#inside-header .cell.cell-left a .custom-logo-link {
  height: 100%;
}
#inside-header .cell.cell-left a .custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#inside-header .cell.cell-left a img {
  height: 130px;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell.cell-left a img {
    height: 90px;
  }
}
#inside-header .cell.cell-right {
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell.cell-right {
    flex: inherit;
    flex-direction: row;
    align-items: center;
  }
}
#inside-header .cell.cell-right .cell-contact {
  gap: 20px;
}
#inside-header .cell.cell-right .cell-contact .phone {
  display: flex;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell.cell-right .cell-contact .phone {
    display: none;
  }
}
#inside-header .cell.cell-right .cell-contact .phone img {
  margin-right: 10px;
  width: 64px;
}
#inside-header .cell.cell-right .cell-contact .phone .content span {
  display: block;
  color: #ffac38;
}
#inside-header .cell.cell-right .cell-contact .phone .content span.text {
  font-size: 15px;
}
#inside-header .cell.cell-right .cell-contact .phone .content span.number {
  font-weight: 800;
  font-size: 31px;
  line-height: 30px;
}
#inside-header .cell.cell-right .cell-contact .inline-search {
  width: 390px;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell.cell-right .cell-contact .inline-search {
    display: none;
  }
}
#inside-header .cell.cell-right .cell-contact .inline-search form {
  position: relative;
}
#inside-header .cell.cell-right .cell-contact .inline-search form input {
  text-indent: 10px;
  outline: none;
  transition: all ease 0.5s;
  padding: 7px 0px;
  padding-right: 20px;
  width: 100%;
  position: relative;
  z-index: 99;
  font-size: 12px;
  border: 2px solid #ffac38;
  height: 43px;
  border-radius: 10px;
  background: #fff;
  color: #000000;
}
#inside-header .cell.cell-right .cell-contact .inline-search form button {
  color: #ffac38;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 6px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
}
#inside-header .cell.cell-right .cell-contact .header-cart-contents {
  color: #ffac38;
  position: relative;
}
#inside-header .cell.cell-right .cell-contact .header-cart-contents .woocommerce-Price-amount {
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell.cell-right .cell-contact .header-cart-contents .icon {
    font-size: 18px;
  }
}
#inside-header .cell.cell-right .cell-contact .header-cart-contents .count {
  display: inline-block;
  position: relative;
  top: -12px;
  left: -8px;
  border-radius: 50%;
  background-color: #ffc12e;
  border: 1px solid #ffc12e;
  color: #ffffff;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  transition: 0.2s all;
}
#inside-header .cell.cell-right .cell-contact .header-cart-contents .count {
  width: 0.875rem;
  height: 0.875rem;
}
#inside-header .cell.cell-right .cell-contact .header-cart-contents .txt {
  display: none;
}
#inside-header .cell.cell-right .cell-contact .dropdown-search {
  margin-left: 30px;
  height: 100%;
  position: relative;
}
#inside-header .cell.cell-right .cell-contact .dropdown-search {
  margin-right: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell.cell-right .cell-contact .dropdown-search {
    margin-right: 0;
  }
}
#inside-header .cell.cell-right .cell-contact .dropdown-search {
  margin-left: 0;
}
@media only screen and (min-width: 64rem) {
  #inside-header .cell.cell-right .cell-contact .dropdown-search {
    margin-left: 1.875rem;
  }
}
#inside-header .cell.cell-right .cell-contact .dropdown-search .trigger-s {
  height: 100%;
  line-height: 60px;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell.cell-right .cell-contact .dropdown-search .trigger-s {
    line-height: 50px;
    font-size: 16px;
  }
}
#inside-header .cell.cell-right .cell-contact .dropdown-search .trigger-s span {
  display: none;
}
#inside-header .cell.cell-right .cell-contact .dropdown-search .dropdown-pane {
  left: -280px !important;
  right: initial !important;
}
#inside-header .cell.cell-right .cell-contact .dropdown-search .frm-container {
  width: 300px;
}
#inside-header .cell.cell-right .cell-menu {
  margin-top: 10px;
}
#inside-header .cell.cell-right .cell-menu .nav {
  height: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  #inside-header .cell.cell-right .cell-menu .nav {
    display: none;
  }
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu {
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu > li.is-dropdown-submenu-parent > a {
  display: flex;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: "\f107";
  right: unset;
  margin-top: 0;
  border: none;
  position: relative;
  right: unset;
  left: unset;
  top: unset;
  font-size: 14px;
  height: 100%;
  width: 12px;
  margin-left: 8px;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu li {
  height: 100%;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu li:first-child a {
  border-radius: 30px 0 0 30px;
  padding-left: 20px;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu li:last-child a {
  border-radius: 0 30px 30px 0;
  padding-right: 26px;
  padding-left: 45px;
  margin-left: -30px;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu li.menu-glyph a {
  background-color: #1b9b45;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu li.menu-glyph a span::before {
  margin-right: 7px;
  font-weight: 900;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu li.menu-glyph a:hover, #inside-header .cell.cell-right .cell-menu .nav .dropdown.menu li.menu-glyph a[aria-current=page] {
  color: #ffc12e;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu li a {
  color: #ffffff;
  font-weight: 600;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  height: 100%;
  text-transform: uppercase;
  background-color: #ffac38;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu li a.has-border-radius {
  padding-right: 20px;
  border-radius: 0 30px 30px 0;
  position: relative;
  z-index: 2;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu li a:hover, #inside-header .cell.cell-right .cell-menu .nav .dropdown.menu li a[aria-current=page] {
  color: #914f15;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu li.current_page_item > a {
  color: #914f15;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu .is-dropdown-submenu {
  background: #ffc12e;
  min-width: 220px;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu .is-dropdown-submenu li {
  border-bottom: 1px solid #ffffff;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu .is-dropdown-submenu li:last-child {
  border-bottom: none;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu .is-dropdown-submenu li:hover {
  background: #ffffff;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu .is-dropdown-submenu li:hover a {
  color: #ffc12e;
}
#inside-header .cell.cell-right .cell-menu .nav .dropdown.menu .is-dropdown-submenu li a {
  line-height: 1.6;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
}

#mini-cart_wrapper:hover .widget_shopping_cart {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
#mini-cart_wrapper .widget_shopping_cart {
  position: absolute;
  left: auto;
  top: 105%;
  right: 0;
  width: 290px;
  background-color: transparent;
  text-align: left;
  z-index: 1499;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  font-size: 1rem;
  margin-bottom: 0;
  visibility: hidden;
  padding-top: 5px;
}
#mini-cart_wrapper .widget_shopping_cart .widget_shopping_cart_content {
  padding: 5px 10px 10px 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 500;
}
#mini-cart_wrapper .widget_shopping_cart .widget_shopping_cart_content img {
  width: 60px !important;
}
#mini-cart_wrapper .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.wc-forward {
  width: 100%;
  margin: 0;
  background-color: #ffac38;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}
#mini-cart_wrapper .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
  display: none;
}

@media only screen and (max-width: 47.99875rem) {
  footer#footer {
    padding-bottom: 40px;
  }
}

#footer-columns {
  background-color: rgba(255, 255, 255, 0.8392156863);
  padding-top: 60px;
  padding-bottom: 25%;
  color: #000000;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns {
    padding: 40px 0;
    background-position-x: 60%;
  }
}
#footer-columns .row .cell {
  padding: 0 15px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .row .cell {
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
  }
  #footer-columns .row .cell:last-child {
    margin-bottom: 0;
  }
}
#footer-columns .row .cell .footer-title, #footer-columns .row .cell .widget_nav_menu span {
  margin: 0 0 20px;
  position: relative;
  font-weight: 700;
  color: #ffac38;
}
#footer-columns .row .cell .footer-title, #footer-columns .row .cell .widget_nav_menu span {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  #footer-columns .row .cell .footer-title, #footer-columns .row .cell .widget_nav_menu span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  #footer-columns .row .cell .footer-title, #footer-columns .row .cell .widget_nav_menu span {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  #footer-columns .row .cell .footer-title, #footer-columns .row .cell .widget_nav_menu span {
    margin-bottom: 15px;
  }
}
#footer-columns .row .cell.footer-contact {
  padding-right: 0;
}
#footer-columns .row .cell.footer-contact .footer-contact__menu {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item {
  list-style-type: none;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item i {
  margin-right: 5px;
  width: 20px;
  transform: translateY(4px);
  font-size: 15px;
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item span {
  display: block;
  width: calc(100% - 25px);
  line-height: 1.5;
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item.flex a {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item:last-child {
  margin-bottom: 0;
}
#footer-columns .row .cell.footer-contact .footer-contact__menu .item a:hover {
  color: #ffc12e;
}
#footer-columns .row .cell.footer-menu {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  #footer-columns .row .cell.footer-menu {
    padding-left: 3.125rem;
  }
}
#footer-columns .row .cell.footer-menu span {
  display: block;
}
#footer-columns .row .cell.footer-menu ul.menu {
  list-style-type: disc;
  flex-direction: column;
  padding-left: 20px;
}
#footer-columns .row .cell.footer-menu ul.menu li {
  margin-bottom: 12px;
}
#footer-columns .row .cell.footer-menu ul.menu li:last-child {
  margin-bottom: 0;
}
#footer-columns .row .cell.footer-menu ul.menu li a {
  padding: 0;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 1.4;
}
#footer-columns .row .cell.footer-menu ul.menu li a:hover {
  color: #ffc12e;
}
#footer-columns .row .cell.footer-menu .footer-social {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
#footer-columns .row .cell.footer-menu .footer-social .text {
  font-weight: 700;
  padding-right: 10px;
  color: #ffac38;
}
#footer-columns .row .cell.footer-menu .footer-social ul.menu {
  list-style-type: none;
  padding-left: 0;
  flex-direction: row;
  gap: 10px;
}
#footer-columns .row .cell.footer-menu .footer-social ul.menu li {
  margin-bottom: 0;
}
#footer-columns .row .cell.footer-menu .footer-social ul.menu li a {
  border-radius: 50%;
  box-shadow: 1px 1px 5px #d9d9d9;
}
#footer-columns .row .cell.footer-menu .footer-social ul.menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer-columns .row .cell.footer-menu .footer-social ul.menu li a {
  width: 2.625rem;
  height: 2.625rem;
}
#footer-columns .row .cell.footer-fanpage iframe {
  width: 100%;
  height: 200px;
  border: 1px solid #fff;
  margin: 1px;
}

#footer-credit .copyright {
  position: relative;
  border-top: 1px solid #D9D9D9;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  color: #6D6E70;
  display: flex;
  align-items: center;
}

.add-this.contact-link {
  position: fixed;
  bottom: 20%;
  right: 10px;
  margin: 0;
  list-style: none;
  border-radius: 10px;
  padding: 15px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 999;
  box-shadow: 0 0 12px rgba(105, 105, 105, 0.33);
  -webkit-filter: drop-shadow(0 0 6px rgba(255, 193, 46, 0));
          filter: drop-shadow(0 0 6px rgba(255, 193, 46, 0));
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: #ffffff;
}
@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: rgba(255, 255, 255, 0.7);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 0 5px;
  }
}
.add-this.contact-link li a {
  transition: 0.3s;
  color: #ffc12e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  background-color: #ffac38;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #ffac38;
  padding: 3px;
  font-size: 22px;
  font-weight: 600;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  width: 2.625rem;
  height: 2.625rem;
}
.add-this.contact-link li a > svg, .add-this.contact-link li a > i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a > svg, .add-this.contact-link li a > i {
    font-size: 21px;
  }
  .add-this.contact-link li a > svg, .add-this.contact-link li a > i {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.add-this.contact-link li a > span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a > span {
    line-height: 16px;
  }
}
.add-this.contact-link li a.messenger > i {
  border: none;
  font-size: 42px;
  padding: 0;
  background: none;
  color: #ffac38;
}
@media only screen and (max-width: 47.99875rem) {
  .add-this.contact-link li a.messenger > i {
    font-size: 36px;
  }
}
.add-this.contact-link li a.messenger > svg {
  border: none;
  padding: 0;
}
.add-this.contact-link li a.messenger > img {
  display: block;
  width: 42px;
  height: auto;
}
.add-this.contact-link li a:hover {
  transition: 0.3s;
}
.add-this.contact-link li a:hover > svg, .add-this.contact-link li a:hover > i {
  background-color: #ffac38;
  color: #fff;
}
.add-this.contact-link li a:hover.messenger > i {
  background: none;
  color: #ffac38;
}

/** Poppins fonts */
@font-face {
  font-family: "Cubano";
  font-style: bold;
  font-weight: 800;
  font-display: swap;
  src: url("../img/ICIELBCCUBANO-NORMAL.woff2?v=ul7dxdw") format("woff2"), url("../img/ICIELBCCUBANO-NORMAL.TTF?v=ul7dxdw") format("truetype"), url("../img/iCielBCCubano-Normal.otf?v=ul7dxdw") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../img/SVN-Poppins-Light.woff2?v=ul7dxed") format("woff2"), url("../img/SVN-Poppins-Light.ttf?v=ul7dxed") format("truetype"), url("../img/SVN-Poppins-Light.otf?v=ul7dxed") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../img/SVN-Poppins-LightItalic.woff2?v=ul7dxeg") format("woff2"), url("../img/SVN-Poppins-LightItalic.ttf?v=ul7dxeg") format("truetype"), url("../img/SVN-Poppins-LightItalic.otf?v=ul7dxeg") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../img/SVN-Poppins-Regular.woff2?v=ul7dxf0") format("woff2"), url("../img/SVN-Poppins-Regular.ttf?v=ul7dxf0") format("truetype"), url("../img/SVN-Poppins-Regular.otf?v=ul7dxf0") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../img/SVN-Poppins-RegularItalic.woff2?v=ul7dxfy") format("woff2"), url("../img/SVN-Poppins-RegularItalic.ttf?v=ul7dxfy") format("truetype"), url("../img/SVN-Poppins-RegularItalic.otf?v=ul7dxfy") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../img/SVN-Poppins-Medium.woff2?v=ul7dxga") format("woff2"), url("../img/SVN-Poppins-Medium.ttf?v=ul7dxga") format("truetype"), url("../img/SVN-Poppins-Medium.otf?v=ul7dxga") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../img/SVN-Poppins-SemiBold.woff2?v=ul7dxh2") format("woff2"), url("../img/SVN-Poppins-SemiBold.ttf?v=ul7dxh2") format("truetype"), url("../img/SVN-Poppins-SemiBold.otf?v=ul7dxh2") format("opentype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../img/SVN-Poppins-Bold.woff2?v=ul7dxhe") format("woff2"), url("../img/SVN-Poppins-Bold.ttf?v=ul7dxhe") format("truetype"), url("../img/SVN-Poppins-Bold.otf?v=ul7dxhe") format("opentype");
}
: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);
}
:is(.ajax-loading, .ajax-loader)::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
:is(.ajax-loading, .ajax-loader)::after {
  content: "";
  z-index: 99999;
  border: 2px solid;
  border-color: #000000 #f3f3f3 #000000 #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;
}
.sharing-toolbox {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .sharing-toolbox {
    position: absolute;
    left: 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sharing-toolbox {
    display: none;
  }
}
.sharing-toolbox .share-title {
  display: none;
}
.sharing-toolbox .social-share {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.sharing-toolbox .social-share > .share-label {
  display: none;
}
.sharing-toolbox .social-share ul.share-actions {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.sharing-toolbox .social-share ul.share-actions {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  border: 1px solid #EDF2EE;
  border-radius: 50%;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  width: 2rem;
  height: 2rem;
}
.sharing-toolbox .social-share ul.share-actions > li.share-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.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", "Font Awesome 6 Free", sans-serif;
  margin: 0;
  font-weight: 400;
  color: #606961;
  font-size: 16px;
}
.share-icon::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.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: #ffc12e;
}

.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: #fd7e14;
  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: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", 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 p.stars {
  margin-bottom: 0;
}
.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: auto;
  text-indent: -999em;
}
.comment-form-rating p.stars > span > a::before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f005";
  color: #fd7e14;
  font-size: 15px;
  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);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  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: "\f005";
}

.loop-stars-rating {
  overflow: hidden;
  position: relative;
  font-size: 12px;
  display: inline-flex;
}
.loop-stars-rating::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 20px;
}
.loop-stars-rating > span {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.loop-stars-rating > span::before {
  color: #fd7e14;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 20px;
  display: block;
}

nav.nav-pagination {
  text-align: center;
  width: 100%;
}
nav.nav-pagination ul.pagination {
  margin: 0;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.nav-pagination ul.pagination {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
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;
  flex-wrap: wrap;
}
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;
  flex-wrap: wrap;
}
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: #ffac38;
}

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

.form-error {
  display: none;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #ff0000;
}
.form-error.is-visible {
  display: block;
}

.is-invalid-input ~ .form-error[id] {
  display: block;
}

.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 #ffac38;
  border-radius: 4px;
  background-color: #ffffff;
}
.back-to-top {
  width: 2.125rem;
  height: 2.125rem;
}
.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .back-to-top {
    bottom: 100px;
  }
}
.back-to-top.back-to-top__show {
  opacity: 1;
  transition: 0.3s;
}
.back-to-top > svg {
  position: relative;
  transform: rotate(-90deg);
  display: block;
  color: #ffac38;
}
.back-to-top > svg {
  width: 1.75rem;
  height: 1.75rem;
}
.back-to-top:hover {
  border-color: #ffc12e;
}
.back-to-top:hover > svg {
  color: #ffc12e;
}

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

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

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

.off-canvas-content .menu-lines {
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 10px 14px;
  background-color: #ffac38;
  border-radius: 6px;
  /*@include hamburger($Primary-01, $Primary-02, 22px, 18px, 2px, 3);*/
}
.off-canvas-content .menu-lines {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.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 {
  justify-content: space-between;
}
.off-canvas-content .menu-lines .line {
  width: 1.5rem;
  height: 0.9375rem;
}
.off-canvas-content .menu-lines .line {
  display: flex;
  flex-flow: column nowrap;
}
.off-canvas-content .menu-lines .line > span {
  position: relative;
  width: 100%;
}
.off-canvas-content .menu-lines .line > span::before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  right: 0;
}
.off-canvas-content .menu-lines .line > span.line-2::before {
  transition: 0.3s;
}
.off-canvas-content .menu-lines:hover .menu-txt {
  color: #ffc12e;
}
.off-canvas-content .menu-lines:hover .line > span::before {
  background-color: #ffc12e;
}
.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: #ffc12e;
  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;
  top: 15px;
  z-index: 9999;
  left: 15px;
  transform: translateZ(3px);
  max-width: 100px;
  height: auto;
}
.off-canvas .title-bar-title > a {
  color: #fff;
  display: block;
}
.off-canvas .title-bar-title > a > img {
  display: block;
  height: auto;
  width: 100%;
}
.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 {
  margin-top: 30px;
}
.off-canvas .menu-outer .inline-search {
  margin-bottom: 12px;
}
.off-canvas .menu-outer .inline-search .frm-search {
  border: none;
  border-radius: 0;
  background: none;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
.off-canvas .menu-outer .inline-search .frm-search input[type=search] {
  height: 42px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.031372549);
  background-color: rgba(0, 0, 0, 0.031372549);
  padding-left: 12px;
  padding-right: 40px;
  font-size: 14px;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] {
  position: absolute;
  background: #ffffff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] {
  width: 2.25rem;
  height: 2.25rem;
}
.off-canvas .menu-outer .inline-search .frm-search button[type=submit] span {
  display: none;
}
.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: 15px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
  color: #000000;
}
.off-canvas ul.vertical.menu li a[aria-current=page] {
  color: #ffac38;
  font-weight: 600;
}
.off-canvas ul.vertical.menu li.menu-glyph span::before {
  content: none;
}
.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(0, 0, 0, 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-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .dropdown-search:not(.popup-overlay) .dropdown-pane.is-open .frm-container:not(.full) {
    padding-left: 0.9375rem;
    padding-right: 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: 1260px;
  }
}
.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;
}

/** other */
.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;
}

.section-padding {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .section-padding {
    padding-top: 3.125rem;
  }
}
.section-padding {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .section-padding {
    padding-bottom: 3.125rem;
  }
}

.heading-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #ffac38;
  line-height: 1.5;
}
.heading-title {
  font-size: 1.625rem;
}
@media only screen and (min-width: 48rem) {
  .heading-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .heading-title {
    font-size: 2.5rem;
  }
}

.btn-product {
  background-color: #ffac38;
  width: -webkit-fit-content;
  width: fit-content;
  height: 44px;
  margin: 20px auto 0;
  padding-left: 4px;
  padding-right: 45px;
  position: relative;
  border-radius: 100px;
}
.btn-product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 39.99875rem) {
  .btn-product {
    padding-right: 4px;
  }
}
.btn-product:hover::after {
  width: 100%;
}
@media only screen and (max-width: 39.99875rem) {
  .btn-product:hover .text {
    background-color: #ffac38;
    color: #ffffff;
  }
}
.btn-product::after {
  content: "\f291";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  color: #ffffff;
  transition: 400ms;
  border-radius: 100px;
  background-color: #ffac38;
}
.btn-product::after {
  width: 2.75rem;
  height: 2.75rem;
}
.btn-product::after {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 39.99875rem) {
  .btn-product::after {
    display: none;
  }
}
.btn-product .text {
  background: #fff;
  display: block;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 30px;
  font-weight: 500;
  color: #ffac38;
}
.btn-product .text {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 48rem) {
  .btn-product .text {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .btn-product .text {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .btn-product .text {
    padding: 0 12px;
  }
}

.section-breadcrumb {
  overflow: hidden;
}
.section-breadcrumb .breadcrumb-bg {
  display: block;
  width: 100%;
  height: 100%;
}
.section-breadcrumb .breadcrumb-bg img {
  height: 100%;
  width: 100%;
}
.section-breadcrumb .breadcrumb-title {
  display: none;
}
.section-breadcrumb #breadcrumbs {
  padding: 10px 0;
  margin: 20px 0 0;
  display: flex;
  list-style-type: none;
  font-size: 14px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb #breadcrumbs {
    font-size: 13px;
    flex-wrap: wrap;
  }
}
.section-breadcrumb #breadcrumbs li:not(:first-child)::before {
  content: "\f101";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: 13px;
  margin: 0 10px;
  color: #1C1C1C;
}
@media only screen and (max-width: 47.99875rem) {
  .section-breadcrumb #breadcrumbs li:not(:first-child)::before {
    font-size: 10px;
    margin: 0 5px;
  }
}
.section-breadcrumb #breadcrumbs li.current {
  font-weight: 600;
}
.section-breadcrumb #breadcrumbs li .home {
  font-weight: 400;
}

.page-description h2, .woocommerce-Tabs-panel h2,
.archive-post .excerpt h2, .single-post .content h2 {
  font-size: 21px;
}
.page-description h3, .woocommerce-Tabs-panel h3,
.archive-post .excerpt h3, .single-post .content h3 {
  font-size: 19px;
  line-height: normal;
}
.page-description h4, .woocommerce-Tabs-panel h4,
.archive-post .excerpt h4, .single-post .content h4 {
  line-height: normal;
  font-size: 17px;
}
.page-description h5, .woocommerce-Tabs-panel h5,
.archive-post .excerpt h5, .single-post .content h5 {
  line-height: normal;
  font-size: 16px;
}
.page-description a, .woocommerce-Tabs-panel a,
.archive-post .excerpt a, .single-post .content a {
  font-weight: 600;
  color: #ffc12e;
}

.archive-post .heading-title {
  text-transform: uppercase;
  color: #ffc12e;
}
.archive-post .heading-title {
  font-size: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .archive-post .heading-title {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-post .heading-title {
    font-size: 2.1875rem;
  }
}
.archive-post .heading-title {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .archive-post .heading-title {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-post .heading-title {
    margin-bottom: 3.75rem;
  }
}
.archive-post .archive-list .cell {
  width: 33.3333333333%;
  padding: 0 15px;
}
.archive-post .archive-list .cell {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .archive-post .archive-list .cell {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-list .cell {
    margin-bottom: 1.875rem;
  }
}
.archive-post .archive-list .cell:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .archive-list .cell {
    width: 100%;
    padding: 0;
  }
}
.archive-post .archive-list .cell .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .archive-list .cell .item {
    flex-wrap: wrap;
  }
}
.archive-post .archive-list .cell .item .cover {
  width: 100%;
}
@media only screen and (max-width: 39.99875rem) {
  .archive-post .archive-list .cell .item .cover {
    width: 100%;
  }
}
.archive-post .archive-list .cell .item:hover .content .post-date {
  background-color: #e21c1d;
  color: #ffffff;
}
.archive-post .archive-list .cell .item .content {
  padding: 10px 12px;
}
.archive-post .archive-list .cell .item .content .post-date {
  position: absolute;
  top: 10px;
  left: -18px;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  background-color: #fff;
  border: 2px solid #e21c1d;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #e21c1d;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}
.archive-post .archive-list .cell .item .content .post-date {
  width: 2.75rem;
  height: 2.75rem;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .archive-list .cell .item .content .post-date {
    left: -5px;
  }
}
.archive-post .archive-list .cell .item .content .post-date span {
  line-height: 1;
}
.archive-post .archive-list .cell .item .content .title {
  color: #e4a003;
  line-height: normal;
  text-align: center;
}
.archive-post .archive-list .cell .item .content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-list .cell .item .content .title {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .archive-list .cell .item .content .title {
    margin-bottom: 5px;
  }
}
.archive-post .archive-list .cell .item .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .archive-post .archive-list .cell .item .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archive-post .archive-list .cell .item .content .title a:hover {
  color: #ffc12e;
}
.archive-post .archive-list .cell .item .content .excerpt {
  text-align: center;
  color: #4c4c4c;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
}
.archive-post .archive-list .cell .item .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 1) {
  .archive-post .archive-list .cell .item .content .excerpt {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.archive-post .nav-pagination .pagination li {
  border: 1px solid #ddd;
  border-radius: 3px;
}

.single-post .section-page {
  margin-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-page {
    margin: 20px auto;
  }
}
.single-post .sidebar {
  width: 340px;
}
.single-post .sidebar {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .single-post .sidebar {
    padding-left: 0.9375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .sidebar {
    width: 100%;
  }
}
.single-post .sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.single-post .sidebar .widget_form {
  background-color: #ffc12e;
  border-radius: 23px;
  padding: 35px 15px 20px;
  color: #ffffff;
}
.single-post .sidebar .widget_form {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .single-post .sidebar .widget_form {
    margin-bottom: 1.875rem;
  }
}
.single-post .sidebar .widget_form .title {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.single-post .sidebar .widget_form .title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .sidebar .widget_form .title {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .sidebar .widget_form .title {
    font-size: 1.4375rem;
  }
}
.single-post .sidebar .widget_form .desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.single-post .sidebar .widget_form form input {
  width: 100%;
  padding: 0 12px;
  height: 42px;
  border: 1px solid #ffffff;
  background-color: #098E5B;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #ffffff;
  border-radius: 8px;
}
.single-post .sidebar .widget_form form input::-webkit-input-placeholder {
  color: #ffffff;
}
.single-post .sidebar .widget_form form input::placeholder {
  color: #ffffff;
}
.single-post .sidebar .widget_form form .btn-submit {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-top: 5px;
  width: -webkit-fit-content;
  width: fit-content;
  background-color: #BE2025;
  border-radius: 100px;
  border: 1px solid #ffffff;
  padding: 0 20px;
}
.single-post .sidebar .widget_form form .btn-submit:hover {
  background-color: #db0c13;
}
.single-post .sidebar .widget_form form .btn-submit i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  z-index: 0;
}
.single-post .sidebar .widget_form form .btn-submit input[type=submit] {
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 15px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 0;
  padding-left: 30px;
  z-index: 1;
  position: relative;
}
.single-post .sidebar .widget_form form .btn-submit .wpcf7-spinner {
  position: absolute;
  margin: 0;
  bottom: 8px;
  left: -50px;
}
.single-post .sidebar .widget_form form .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #dcc932;
  margin-top: -5px;
  margin-bottom: 5px;
}
.single-post .sidebar .widget_form form .wpcf7-response-output {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  border-radius: 4px;
}
.single-post .sidebar .widget_related_posts {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 35px 15px 20px;
  border: 1px solid #DDDDDD;
}
.single-post .sidebar .widget_related_posts .related-title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #ffc12e;
}
.single-post .sidebar .widget_related_posts .related-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .sidebar .widget_related_posts .related-title {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .sidebar .widget_related_posts .related-title {
    font-size: 1.375rem;
  }
}
.single-post .sidebar .widget_related_posts .posts-list .cell {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
}
.single-post .sidebar .widget_related_posts .posts-list .cell:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-post .sidebar .widget_related_posts .posts-list .cell .item {
  display: flex;
  align-items: center;
}
.single-post .sidebar .widget_related_posts .posts-list .cell .item .cover {
  width: 100px;
  border-radius: 4px;
}
.single-post .sidebar .widget_related_posts .posts-list .cell .item .content {
  width: calc(100% - 100px);
  padding-left: 15px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}
.single-post .sidebar .widget_related_posts .posts-list .cell .item .content .post-date {
  font-size: 13px;
  color: #5C5C5C;
  order: 2;
  line-height: normal;
}
.single-post .sidebar .widget_related_posts .posts-list .cell .item .content .title {
  font-size: 14px;
  margin-bottom: 2px;
  order: 1;
  line-height: 22px;
}
.single-post .sidebar .widget_related_posts .posts-list .cell .item .content .title a {
  color: #292929;
}
.single-post .sidebar .widget_related_posts .posts-list .cell .item .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .sidebar .widget_related_posts .posts-list .cell .item .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.single-post .sidebar .widget_related_posts .posts-list .cell .item .content .title a:hover {
  color: #ffc12e;
  text-decoration: none;
}
.single-post .sidebar .widget_related_posts .posts-list .cell .item .content .excerpt {
  display: none;
}
.single-post .content-post {
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post {
    width: 100%;
  }
}
.single-post .content-post .post-category {
  font-size: 14px;
  text-align: center;
  display: block;
}
.single-post .content-post .heading-title {
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: #ffac38;
  margin-bottom: 25px;
}
.single-post .content-post .heading-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .content-post .heading-title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .content-post .heading-title {
    font-size: 1.5rem;
  }
}
.single-post .content-post .meta {
  display: flex;
  align-items: center;
  padding: 5px 0 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .meta {
    padding: 5px 0 15px;
  }
}
.single-post .content-post .meta > div {
  color: #828C83;
  display: flex;
  align-items: center;
  line-height: 1;
  border-right: 1px solid #E0E0E0;
  padding-right: 10px;
  margin-right: 10px;
}
.single-post .content-post .meta > div:last-child {
  border-right: unset;
  padding-right: 0;
  margin-right: 0;
}
.single-post .content-post .meta > div i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #101210;
}
.single-post .content-post .meta > div i {
  width: 1rem;
  height: 1rem;
}
.single-post .content-post .meta ._author {
  text-transform: capitalize;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .meta ._date {
    border-right: unset;
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .meta ._time {
    display: none;
  }
}
.single-post .content-post .content-fix {
  padding: 40px 0;
  text-align: center;
  font-weight: 500;
}
.single-post .content-post .content-fix .widget_text strong {
  color: #ffc12e;
}
.single-post .content-post .content-fix .widget_text strong {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .content-post .content-fix .widget_text strong {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .content-post .content-fix .widget_text strong {
    font-size: 1.5rem;
  }
}
.single-post .content-post .content-fix .widget_text a {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .single-post .content-post .content-fix .widget_text a {
    font-size: 1.25rem;
  }
}
.single-post .content-post .content-fix .group-btn {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .content-fix .group-btn {
    flex-wrap: wrap;
  }
}
.single-post .content-post .content-fix .group-btn .btn {
  height: 58px;
  background-color: #ffc12e;
  color: #ffffff;
  font-weight: 700;
  border-radius: 30px;
  width: 26%;
}
.single-post .content-post .content-fix .group-btn .btn {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .content-post .content-fix .group-btn .btn {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .content-post .content-fix .group-btn .btn {
    font-size: 1.1875rem;
  }
}
.single-post .content-post .content-fix .group-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .content-fix .group-btn .btn {
    width: 33%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .content-fix .group-btn .btn {
    width: 80%;
  }
}
.single-post .content-post .content-fix .group-btn .btn:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #ffc12e;
}
.single-post .content-post .content-fix .group-btn .btn:hover span {
  border-color: #ffc12e;
}
.single-post .content-post .content-fix .group-btn .btn span {
  position: relative;
  height: 50px;
  width: calc(100% - 8px);
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0 24px;
}
.single-post .content-post .content-fix .group-btn .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .content-fix .group-btn .btn span {
    line-height: normal;
  }
}
.single-post .content-post .hashtags {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .hashtags .hashtag-links {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
  }
}
.single-post .content-post .hashtags .hashtag-links i {
  margin-right: 20px;
  font-style: normal;
}
.single-post .content-post .hashtags .hashtag-links i::before {
  content: "Từ khoá:";
  font-family: "Inter", sans-serif;
  line-height: 21px;
  font-weight: 500;
  color: #000914;
}
.single-post .content-post .hashtags .hashtag-links i::before {
  font-size: 0.875rem;
}
.single-post .content-post .hashtags .hashtag-links a {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  background: #EFEFEF;
  color: #2A3645;
  line-height: 21px;
  font-weight: 500;
}
.single-post .content-post .hashtags .hashtag-links a {
  font-size: 0.875rem;
}
.single-post .content-post .hashtags .hashtag-links a:hover {
  background: #ffc12e;
  color: #ffffff;
}
.single-post .content-post .wp-comments-area.comments-area {
  border: 1px solid #DBE1E9;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .wp-comments-area.comments-area {
    padding: 12px;
    border-radius: 12px;
  }
}
.single-post .content-post .wp-comments-area.comments-area .comments-title {
  font-family: "Inter", sans-serif;
  color: #000914;
}
.single-post .content-post .wp-comments-area.comments-area .comments-title span {
  font-weight: 400;
}
.single-post .content-post .wp-comments-area.comments-area .fs-16.medium.block {
  font-weight: 700;
  color: #000914;
}
.single-post .content-post .wp-comments-area.comments-area .no-icons {
  color: #718093;
  text-align: center;
  margin-bottom: 0;
}
.single-post .content-post .wp-comments-area.comments-area .no-icons {
  font-size: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .wp-comments-area.comments-area .no-icons {
    font-size: 1.5rem;
  }
}
.single-post .content-post .wp-comments-area.comments-area .no-comments {
  color: #2A3645;
  text-align: center;
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond .comment-reply-title, .single-post .content-post .wp-comments-area.comments-area .comment-respond ._label_title, .single-post .content-post .wp-comments-area.comments-area .comment-respond .comment-notes {
  display: none;
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond form .comment-form-comment, .single-post .content-post .wp-comments-area.comments-area .comment-respond form .form-submit {
  flex: 0 0 100%;
  max-width: 100%;
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond form .comment-form-author, .single-post .content-post .wp-comments-area.comments-area .comment-respond form .comment-form-email {
  flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .wp-comments-area.comments-area .comment-respond form .comment-form-author, .single-post .content-post .wp-comments-area.comments-area .comment-respond form .comment-form-email {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond form textarea {
  background: #F6F9FF;
  border-radius: 8px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 21px;
  font-style: italic;
  border: unset;
  width: 100%;
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond form textarea {
  font-size: 0.875rem;
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond form input#author {
  line-height: 21px;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  background: #F6F9FF;
  border-radius: 8px;
  width: 100%;
  border: unset;
  height: 45px;
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond form input#author {
  font-size: 0.875rem;
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond form input#email {
  line-height: 21px;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  background: #F6F9FF;
  border-radius: 8px;
  width: 100%;
  border: unset;
  height: 45px;
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond form input#email {
  font-size: 0.875rem;
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond form .form-submit {
  text-align: center;
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond form .form-submit button {
  padding: 15px 25px;
  background: #e4a003;
  border: unset;
  box-shadow: unset;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 600;
  transition: 0.4s;
}
.single-post .content-post .wp-comments-area.comments-area .comment-respond form .form-submit button:hover {
  background: #ffc12e;
  transform: translateY(-5px);
}
.single-post .content-post .wp-comments-area.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding-top: 15px;
}
.single-post .content-post .wp-comments-area.comments-area .comment-list .comment .comment-body {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.single-post .content-post .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.single-post .content-post .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.single-post .content-post .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-avatar {
  border-radius: 100%;
  overflow: hidden;
}
.single-post .content-post .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-info span {
  display: block;
}
.single-post .content-post .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-info .comment-author {
  text-transform: capitalize;
  font-weight: 600;
  color: #000914;
}
.single-post .content-post .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-info .comment-author {
  font-size: 0.875rem;
}
.single-post .content-post .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-info .comment-date {
  font-size: 0.75rem;
}
.single-post .content-post .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.single-post .content-post .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-awaiting-moderation {
  flex: 0 0 100%;
  max-width: 100%;
}
.single-post .content-post .post-author {
  border: 1px solid #DFDFDF;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1019607843);
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .post-author {
    padding: 12px;
    margin-bottom: 20px;
  }
}
.single-post .content-post .post-author .post-author-inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .post-author .post-author-inner {
    flex-flow: row wrap;
  }
}
.single-post .content-post .post-author .post-author-inner ._iamges {
  flex: 0 0 162px;
  max-width: 162px;
  border-radius: 100%;
  overflow: hidden;
}
.single-post .content-post .post-author .post-author-inner ._iamges {
  width: 10.125rem;
  height: 10.125rem;
}
.single-post .content-post .post-author .post-author-inner ._iamges img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .content-post .post-author .post-author-inner ._content {
  flex: 1;
  padding-left: 15px;
  display: flex;
  flex-flow: row wrap;
}
.single-post .content-post .post-author .post-author-inner ._content {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .post-author .post-author-inner ._content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.single-post .content-post .post-author .post-author-inner ._content ._title {
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .post-author .post-author-inner ._content ._title {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-post .content-post .post-author .post-author-inner ._content ._title::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 4px;
  border-radius: 4px;
  background: #D7CEBE;
  left: 0;
  bottom: 0;
}
.single-post .content-post .post-author .post-author-inner ._content ._title span {
  display: block;
}
.single-post .content-post .post-author .post-author-inner ._content ._title span:first-child {
  color: #ffc12e;
}
.single-post .content-post .post-author .post-author-inner ._content ._title span:last-child {
  text-transform: uppercase;
  color: #ffc12e;
  font-weight: 600;
  line-height: 37px;
}
.single-post .content-post .post-author .post-author-inner ._content ._title span:last-child {
  font-size: 1.5rem;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .content-post .post-author .post-author-inner ._content ._title span:last-child {
    line-height: 37px;
  }
  .single-post .content-post .post-author .post-author-inner ._content ._title span:last-child {
    font-size: 1.25rem;
  }
}
.single-post .content-post .post-author .post-author-inner ._content ._network {
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  display: flex;
  justify-content: flex-end;
}
.single-post .content-post .post-author .post-author-inner ._content ._network {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .content-post .post-author .post-author-inner ._content ._network {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 15px;
    display: none;
  }
}
.single-post .content-post .post-author .post-author-inner ._content ._network ._item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #BFBAB1;
  position: relative;
  transition: 0.4s;
}
.single-post .content-post .post-author .post-author-inner ._content ._network ._item {
  width: 2rem;
  height: 2rem;
}
.single-post .content-post .post-author .post-author-inner ._content ._network ._item svg {
  fill: #606961;
  color: #606961;
}
.single-post .content-post .post-author .post-author-inner ._content ._network ._item svg {
  width: 0.875rem;
  height: 0.875rem;
}
.single-post .content-post .post-author .post-author-inner ._content ._network ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.single-post .content-post .post-author .post-author-inner ._content ._network ._item:hover {
  transform: translateY(-5px);
  border: 1px solid #ffc12e;
}
.single-post .content-post .post-author .post-author-inner ._content ._network ._item:hover svg {
  fill: #ffc12e;
  color: #ffc12e;
}
.single-post .content-post .post-author .post-author-inner ._content ._desc {
  flex: 0 0 100%;
  max-width: 100%;
  color: #1C1C1C;
}
.single-post .section-related-post .container {
  padding-left: 0;
  padding-right: 0;
}
.single-post .section-related-post .swiper-container .swiper-slide {
  width: 33.3333333333%;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-container .swiper-slide {
    width: 50%;
  }
}
.single-post .section-related-post .swiper-container .swiper-slide .content {
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
}
.single-post .section-related-post .swiper-container .swiper-slide .content .title a {
  color: #000000;
}
.single-post .section-related-post .swiper-container .swiper-slide .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .section-related-post .swiper-container .swiper-slide .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.single-post .section-related-post .swiper-container .swiper-slide .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .single-post .section-related-post .swiper-container .swiper-slide .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-controls .swiper-button.swiper-button-prev {
    left: -12px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-controls .swiper-button.swiper-button-next {
    right: -12px;
  }
}

.page-template-default .section-page {
  margin: 10px 0px auto;
}
.page-template-default .section-page {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .page-template-default .section-page {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-default .section-page {
    margin: 20px auto;
  }
}

.section-page {
  margin: 40px auto 0px;
}
.section-page {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section-page {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page {
    margin: 20px auto;
  }
}

.page-about-us .banner-page-about img {
  width: 100%;
}
.page-about-us .sc-about-content {
  overflow: hidden;
}
.page-about-us .sc-about-content {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-content {
    padding-top: 5rem;
  }
}
.page-about-us .sc-about-content .wrapper {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .page-about-us .sc-about-content .wrapper {
    margin-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-content .wrapper {
    margin-top: 5rem;
  }
}
.page-about-us .sc-about-content .wrapper .col-img {
  width: 55%;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us .sc-about-content .wrapper .col-img {
    width: 100%;
  }
}
.page-about-us .sc-about-content .wrapper .col-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.page-about-us .sc-about-content .wrapper .col-content {
  width: 45%;
  font-weight: 500;
  line-height: 1.6;
}
.page-about-us .sc-about-content .wrapper .col-content {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-content .wrapper .col-content {
    padding-left: 3.75rem;
  }
}
.page-about-us .sc-about-content .wrapper .col-content {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-content .wrapper .col-content {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us .sc-about-content .wrapper .col-content {
    padding-top: 30px;
    width: 100%;
  }
}
.page-about-us .sc-about-content .img-circle-bot {
  z-index: -1;
  right: -100px;
  bottom: -100px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us .sc-about-content .img-circle-bot {
    display: none;
  }
}
.page-about-us .sc-about-content .img-circle-top {
  z-index: -1;
  top: -50px;
  right: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us .sc-about-content .img-circle-top {
    display: none;
  }
}
.page-about-us .sc-about-content .img-circle-left {
  z-index: -1;
  top: 50%;
  left: -50px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us .sc-about-content .img-circle-left {
    display: none;
  }
}
.page-about-us .sc-about-develop .container {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us .sc-about-develop .container {
    top: 30px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .container {
    top: 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .container .heading-group .logo {
    display: none;
  }
}
.page-about-us .sc-about-develop .container .heading-group .heading-title {
  color: #ffffff;
}
.page-about-us .sc-about-develop .container .heading-group .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .page-about-us .sc-about-develop .container .heading-group .heading-title {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-develop .container .heading-group .heading-title {
    font-size: 4.5rem;
  }
}
.page-about-us .sc-about-develop .container .heading-group .heading-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .page-about-us .sc-about-develop .container .heading-group .heading-title {
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-develop .container .heading-group .heading-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-about-us .sc-about-develop .container .heading-group .heading-title {
    margin-top: 0;
  }
}
.page-about-us .sc-about-develop .container .heading-group img.wave {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page-about-us .sc-about-develop .img img {
  width: 100%;
}
.page-about-us .sc-about-network {
  background: linear-gradient(180deg, #F1F2F0 29.81%, #E1EDDF 100%);
}
.page-about-us .sc-about-network .heading-group .heading-title {
  color: #004631;
}
.page-about-us .sc-about-network .desc {
  text-align: center;
  color: #231F20;
  margin-bottom: 30px;
}
.page-about-us .sc-about-network .desc {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .page-about-us .sc-about-network .desc {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-network .desc {
    font-size: 1.25rem;
  }
}
.page-about-us .sc-about-network .img img {
  width: 100%;
}
.page-about-us .sc-about-process {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process {
    padding-top: 5rem;
  }
}
.page-about-us .sc-about-process {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process {
    padding-bottom: 5rem;
  }
}
.page-about-us .sc-about-process .wrapper .item {
  padding: 25px 0;
}
.page-about-us .sc-about-process .wrapper .item {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process .wrapper .item {
    margin-bottom: 3.75rem;
  }
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n+1) {
  background-color: rgba(146, 200, 74, 0.8);
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n) {
  background-color: rgba(246, 146, 30, 0.7490196078);
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n) .container {
  flex-direction: row-reverse;
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n) .container .col-left {
  padding-right: 0;
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n) .container .col-left {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process .wrapper .item:nth-child(2n) .container .col-left {
    padding-left: 1.875rem;
  }
}
.page-about-us .sc-about-process .wrapper .item:nth-child(2n) .container .col-left .content {
  color: #ffffff;
}
.page-about-us .sc-about-process .wrapper .item:last-child {
  margin-bottom: 0;
}
.page-about-us .sc-about-process .wrapper .item .col-left {
  width: 70%;
}
.page-about-us .sc-about-process .wrapper .item .col-left {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process .wrapper .item .col-left {
    padding-right: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us .sc-about-process .wrapper .item .col-left {
    width: 100%;
  }
}
.page-about-us .sc-about-process .wrapper .item .col-left .content {
  margin-top: 10px;
  font-weight: 500;
  color: #114930;
  line-height: 1.5;
}
.page-about-us .sc-about-process .wrapper .item .col-left .content {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .page-about-us .sc-about-process .wrapper .item .col-left .content {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-about-us .sc-about-process .wrapper .item .col-left .content {
    font-size: 1.25rem;
  }
}
.page-about-us .sc-about-process .wrapper .item .col-right {
  width: 30%;
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us .sc-about-process .wrapper .item .col-right {
    width: 100%;
    padding-top: 30px;
  }
}
.page-about-us .sc-about-process .wrapper .item .col-right .img-product img {
  width: 100%;
  transform: translateY(20px) scale(1.1);
}
@media only screen and (max-width: 47.99875rem) {
  .page-about-us .sc-about-process .wrapper .item .col-right .img-product img {
    transform: translateY(0) scale(1);
  }
}

.page-contact-us {
  overflow: hidden;
}
.page-contact-us .heading-title {
  color: #ffc12e;
  text-transform: uppercase;
}
.page-contact-us .heading-title {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .heading-title {
    margin-top: 3.125rem;
  }
}
.page-contact-us .heading-title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .heading-title {
    margin-bottom: 1.875rem;
  }
}
.page-contact-us .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us .heading-title {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .heading-title {
    font-size: 2.125rem;
  }
}
.page-contact-us .section-page {
  background-color: #ffac38;
  padding: 30px;
  border-radius: 40px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1098039216);
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .section-page {
    padding: 30px 12px;
  }
}
.page-contact-us .iframe-map {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-contact-us .iframe-map iframe {
  width: 100%;
}
.page-contact-us .main-content {
  text-align: center;
  padding-bottom: 40px;
}
.page-contact-us .main-content h2, .page-contact-us .main-content h3 {
  color: #ffac38;
}

.page-feedback {
  padding-bottom: 30px;
}
.page-feedback .heading-group {
  padding-top: 30px;
}
.page-feedback .heading-group img.sub {
  width: 300px;
  margin: 20px auto 60px;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .page-feedback .heading-group img.sub {
    width: 250px;
  }
}
.page-feedback .main-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-feedback .main-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-feedback .main-content {
    gap: 10px;
  }
}
.page-feedback .main-content .item:hover .img img {
  transform: scale(1.05);
  transition: 0.4s;
}
.page-feedback .main-content .item .img {
  border-radius: 20px;
  overflow: hidden;
}
.page-feedback .main-content .item .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-feedback .main-content .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.4s;
}

.btn-primary {
  border-radius: 5px;
  height: 42px;
  padding: 0 20px;
  color: #ffffff;
  font-weight: 600;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #e4a003;
}
.btn-primary {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .btn-primary {
    font-size: 1.0625rem;
  }
}
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #ffc12e;
}

.section-404 {
  text-align: center;
}
.section-404 img {
  width: 90%;
}