/*------------------------------------------------------------------
[Table of contents]
  01. Root
-------------------------------------------------------------------*/
/*------------------------------------ 
    01 - Root
------------------------------------*/
:root {
  --theme-width: 1440px;
  --theme-gutter: 36px;
  --theme-screen-padding: 40px;
  --theme-radius-sm: 8px;
  --theme-radius-base: 10px;
  --theme-radius-lg: 12px;
  --theme-logo-height-mobile: 28px;
  --theme-logo-height-desktop: 32px;
  --theme-body-font: Onest, sans-serif;
  --theme-body-font-size: 16px;
  --theme-body-font-weight: 400;
  --theme-body-letter-spacing: -0.01em;
  --theme-body-line-height: 1.6;
  --theme-body-text-align: left;
  --theme-heading-font: Onest, sans-serif;
  --theme-heading-font-weight: 500;
  --theme-heading-letter-spacing: -0.025em;
  --theme-heading-line-height: 1.2;
  --theme-announcement-font-size: 14px;
  --theme-announcement-font-weight: 500;
  --theme-announcement-height: 44px;
  --theme-action-button-size: 34px;
  --theme-action-button-icon-size: 22px;
  --theme-header-height: 62px;
  --theme-header-height-desktop: 100px;
  --theme-header-gap: 16px;
  --theme-header-gap-desktop: 26px;
  --theme-subheader-height: 40px;
  --theme-subheader-font-size: 13px;
  --theme-subheader-font-weight: 500;
  --theme-subheader-letter-spacing: -0.01em;
  --theme-subheader-gap: 16px;
  --theme-menu-gap: 28px;
  --theme-menu-font: Onest, sans-serif;
  --theme-menu-font-size: 16px;
  --theme-menu-font-weight: 500;
  --theme-menu-letter-spacing: -0.01em;
  --theme-menu-arrow-size: 8px;
  --theme-menu-arrow-border: 1px;
  --theme-menu-item-gap: 10px;
  --theme-sub-menu-font-size: 15px;
  --theme-sub-menu-font-weight: 400;
  --theme-sub-menu-letter-spacing: -0.01em;
  --theme-sub-menu-padding: 36px;
  --theme-sub-menu-link-padding: 3px;
  --theme-drawer-menu-font: Onest, sans-serif;
  --theme-drawer-menu-font-size: 16px;
  --theme-drawer-menu-font-weight: 500;
  --theme-drawer-menu-letter-spacing: -0.01em;
  --theme-drawer-menu-height: 40px;
  --theme-drawer-sub-menu-font-size: 16px;
  --theme-drawer-sub-menu-font-weight: 400;
  --theme-drawer-sub-menu-letter-spacing: -0.01em;
  --theme-drawer-sub-menu-height: 32px;
  --theme-button-font: Onest, sans-serif;
  --theme-button-font-size: 14px;
  --theme-button-font-size-large: 15px;
  --theme-button-font-size-link: 14px;
  --theme-button-font-weight: 600;
  --theme-button-letter-spacing: -0.01em;
  --theme-button-height-small: 40px;
  --theme-button-height: 44px;
  --theme-button-height-large: 50px;
  --theme-input-font: Onest, sans-serif;
  --theme-input-font-size: 14px;
  --theme-input-font-size-large: 15px;
  --theme-input-font-weight: 500;
  --theme-input-letter-spacing: -0.01em;
  --theme-input-height: 44px;
  --theme-input-height-large: 50px;
  --theme-footer-text-size: 15px;
  --theme-widget-title-size: 16px;
  --theme-widget-title-weight: 600;
  --theme-widget-title-letter-spacing: -0.01em;
  --theme-sidebar-text-size: 14px;
  --theme-text-3xs: 11px;
  --theme-text-2xs: 12px;
  --theme-text-xs: 13px;
  --theme-text-sm: 14px;
  --theme-text-md: 15px;
  --theme-text-base: 16px;
  --theme-text-lg: 18px;
  --theme-text-xl: 20px;
  --theme-text-2xl: 24px;
  --theme-text-3xl: 30px;
  --theme-text-4xl: 36px;
  --theme-text-5xl: 48px;
  --theme-text-6xl: 56px;
  --theme-text-7xl: 64px;
  --theme-text-8xl: 72px;
  --theme-text-9xl: 80px;
  --theme-text-10xl: 96px;
  --theme-title-sm: 28px;
  --theme-title-base: 36px;
  --theme-title-lg: 48px;
  --theme-title-xl: 56px;
  --theme-title-2xl: 66px;
  --theme-title-3xl: 86px;
  --theme-title-4xl: 96px;
  --theme-primary-transition: cubic-bezier(0.7, 0, 0.2, 1);
  --theme-secondary-transition: cubic-bezier(0.3, 1, 0.3, 1);
  --theme-navigation-transition: cubic-bezier(0.6, 0, 0.4, 1);
  --theme-inview-animation-duration: 0.4s;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-black: #000;
  --color-black-rgb: 0, 0, 0;
  --color-body-background: #fff;
  --color-body-foreground: #212529;
  --color-loading-background: #fff;
  --color-loading-foreground: #212529;
  --color-overlay-background-opacity: 0.4;
  --color-overlay-background-rgb: 0, 0, 0;
  --color-gray-50: #fafafa;
  --color-gray-100: #f5f5f5;
  --color-gray-200: #e5e5e5;
  --color-gray-300: #d4d4d4;
  --color-gray-400: #a3a3a3;
  --color-gray-500: #737373;
  --color-gray-600: #525252;
  --color-gray-700: #404040;
  --color-gray-800: #262626;
  --color-gray-900: #171717;
  --color-gray-950: #0a0a0a;
  --color-red: #e11d48;
  --color-red-light: #fff1f2;
  --color-red-rgb: 225, 29, 72;
  --color-green: #16a34a;
  --color-green-light: #f0fdf4;
  --color-green-rgb: 34, 197, 94;
  --color-orange: #f97316;
  --color-orange-light: #fff7ed;
  --color-orange-rgb: 249, 115, 22;
  --color-yellow: #facc15;
  --color-yellow-rgb: 250, 204, 21;
  --color-blue: #3b82f6;
  --color-blue-light: #eff6ff;
  --color-blue-rgb: 59, 130, 246;
  --color-primary-background: #8173CA;
  --color-primary-background-rgb: 129, 115, 202;
  --color-primary-foreground: #E2E8F0;
  --color-primary-foreground-rgb: 226, 232, 240;
  --color-secondary-background: #E2DEF7;
  --color-secondary-background-rgb: 226, 222, 247;
  --color-secondary-foreground: #494077;
  --color-secondary-foreground-rgb: 73, 64, 119;
  --color-announcement-background: #494077;
  --color-announcement-foreground: #E2DEF7;
  --color-header-background: #fff;
  --color-header-foreground: #212529;
  --color-subheader-background: #494077;
  --color-subheader-foreground: #E2DEF7;
  --color-sub-menu-background: #fff;
  --color-sub-menu-foreground: #212529;
  --color-sub-menu-border: #e5e5e5;
  --color-drawer-background: #fff;
  --color-drawer-foreground: #212529;
  --color-drawer-border: #e5e5e5;
  --color-footer-background: #0a0a0a;
  --color-footer-foreground: #a3a3a3;
  --color-footer-link: #fff;
  --color-footer-border: #262626;
}

/*------------------------------------ 
    02 - Clearfix
------------------------------------*/
/* --- Bootstrap clearfix --- */
:root, [data-bs-theme=light] {
  --bs-breakpoint-lg: 1024px;
  --bs-body-color: var(--color-body-text);
  --bs-body-bg: var(--color-body-background);
}

/* --- Default border clearfix --- */
*, :after, :before {
  border: 0 solid #e5e7eb;
}

/* --- Body clearfix --- */
body {
  font-family: var(--theme-body-font);
  font-size: var(--theme-body-font-size);
  font-weight: var(--theme-body-font-weight);
  line-height: var(--theme-body-line-height);
  letter-spacing: var(--theme-body-letter-spacing);
  text-align: var(--theme-body-text-align);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: contain;
}

/* --- Image clearfix --- */
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/* --- Heading clearfix --- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--theme-heading-font);
  font-weight: var(--theme-heading-font-weight);
  letter-spacing: var(--theme-heading-letter-spacing);
  line-height: var(--theme-heading-line-height);
}

/* --- Page content clearfix --- */
.page-content {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024.02px) {
  .page-content:has(.sticky-sidebar) {
    overflow: visible;
  }
}

/* --- Main content clearfix --- */
.main-content {
  position: relative;
  min-height: 100vh;
  background-color: var(--color-body-background);
}
.main-content:not(.footer-merged) {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1024.02px) {
  .main-content:not(.footer-merged) {
    padding-bottom: 3.75rem;
  }
}

/* --- Container clearfix --- */
.container {
  --bs-gutter-x: var(--theme-gutter);
  max-width: var(--theme-width);
  margin: 0 auto;
}
@media screen and (min-width: 1024.02px) {
  .container {
    padding-left: var(--theme-screen-padding);
    padding-right: var(--theme-screen-padding);
  }
}

/* --- Row clearfix --- */
@media screen and (min-width: 1024.02px) {
  .row {
    --bs-gutter-x: var(--theme-gutter);
  }
}
.row.gap-y-10 {
  row-gap: 0.625rem;
}
.row.gap-y-20 {
  row-gap: 1.25rem;
}
.row.gap-y-30 {
  row-gap: 1.875rem;
}
@media screen and (min-width: 1024.02px) {
  .row.content-wrapper:not(.full-width):not(.flex-row-reverse) .primary-column {
    padding-right: 3.5rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .row.content-wrapper:not(.full-width):not(.flex-row-reverse) .secondary-column {
    padding-left: 3.5rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .row.content-wrapper:not(.full-width).flex-row-reverse .primary-column {
    padding-left: 3.5rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .row.content-wrapper:not(.full-width).flex-row-reverse .secondary-column {
    padding-right: 3.5rem;
  }
}

/*------------------------------------ 
    03 - Keyframes
------------------------------------*/
@-webkit-keyframes dot-keyframes {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes dot-keyframes {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes marquee-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes marquee-top {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes marquee-top {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes marquee-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes marquee-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*------------------------------------ 
    04 - Helper
------------------------------------*/
@media screen and (min-width: 1024.02px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023.98px) {
  .desktop-only {
    display: none !important;
  }
}

.text-white {
  color: var(--color-white);
}

.text-black {
  color: var(--color-black);
}

.text-primary {
  color: var(--color-primary-background) !important;
}

.text-secondary {
  color: var(--color-secondary-background) !important;
}

.text-gray-50 {
  color: var(--color-gray-50);
}

.text-gray-100 {
  color: var(--color-gray-100);
}

.text-gray-200 {
  color: var(--color-gray-200);
}

.text-gray-300 {
  color: var(--color-gray-300);
}

.text-gray-400 {
  color: var(--color-gray-400);
}

.text-gray-500 {
  color: var(--color-gray-500);
}

.text-gray-600 {
  color: var(--color-gray-600);
}

.text-gray-700 {
  color: var(--color-gray-700);
}

.text-gray-800 {
  color: var(--color-gray-800);
}

.text-gray-900 {
  color: var(--color-gray-900);
}

.text-gray-950 {
  color: var(--color-gray-950);
}

.text-red {
  color: var(--color-red);
}

.text-green {
  color: var(--color-green);
}

.text-orange {
  color: var(--color-orange);
}

.text-yellow {
  color: var(--color-yellow);
}

.text-blue {
  color: var(--color-blue);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-black {
  background-color: var(--color-black);
}

.bg-primary {
  background-color: var(--color-primary-background);
}

.bg-secondary {
  background-color: var(--color-secondary-background);
}

.bg-gray-50 {
  background-color: var(--color-gray-50);
}

.bg-gray-100 {
  background-color: var(--color-gray-100);
}

.bg-gray-200 {
  background-color: var(--color-gray-200);
}

.bg-gray-300 {
  background-color: var(--color-gray-300);
}

.bg-gray-400 {
  background-color: var(--color-gray-400);
}

.bg-gray-500 {
  background-color: var(--color-gray-500);
}

.bg-gray-600 {
  background-color: var(--color-gray-600);
}

.bg-gray-700 {
  background-color: var(--color-gray-700);
}

.bg-gray-800 {
  background-color: var(--color-gray-800);
}

.bg-gray-900 {
  background-color: var(--color-gray-900);
}

.bg-gray-950 {
  background-color: var(--color-gray-950);
}

.bg-red {
  background-color: var(--color-red);
}

.bg-green {
  background-color: var(--color-green);
}

.bg-orange {
  background-color: var(--color-orange);
}

.bg-yellow {
  background-color: var(--color-yellow);
}

.bg-blue {
  background-color: var(--color-blue);
}

.border-white {
  border-color: var(--color-white);
}

.border-black {
  border-color: var(--color-black);
}

.border-primary {
  border-color: var(--color-primary-background) !important;
}

.border-secondary {
  border-color: var(--color-secondary-background) !important;
}

.border-gray-50 {
  border-color: var(--color-gray-50) !important;
}

.border-gray-100 {
  border-color: var(--color-gray-100) !important;
}

.border-gray-200 {
  border-color: var(--color-gray-200) !important;
}

.border-gray-300 {
  border-color: var(--color-gray-300) !important;
}

.border-gray-400 {
  border-color: var(--color-gray-400) !important;
}

.border-gray-500 {
  border-color: var(--color-gray-500) !important;
}

.border-gray-600 {
  border-color: var(--color-gray-600) !important;
}

.border-gray-700 {
  border-color: var(--color-gray-700) !important;
}

.border-gray-800 {
  border-color: var(--color-gray-800) !important;
}

.border-gray-900 {
  border-color: var(--color-gray-900) !important;
}

.border-gray-950 {
  border-color: var(--color-gray-950) !important;
}

.border-red {
  border-color: var(--color-red);
}

.border-green {
  border-color: var(--color-green);
}

.border-orange {
  border-color: var(--color-orange);
}

.border-yellow {
  border-color: var(--color-yellow);
}

.border-blue {
  border-color: var(--color-blue);
}

.margin-auto {
  margin: auto;
}

.margin-0 {
  margin: 0;
}

.margin {
  margin: var(--p);
}
@media screen and (min-width: 768.02px) {
  .margin {
    margin: var(--p-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .margin {
    margin: var(--p-lg);
  }
}

.margin-auto-x {
  margin-left: auto;
  margin-right: auto;
}

.margin-auto-y {
  margin-top: auto;
  margin-bottom: auto;
}

.margin-top {
  margin-top: var(--mt);
}
@media screen and (min-width: 768.02px) {
  .margin-top {
    margin-top: var(--mt-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .margin-top {
    margin-top: var(--mt-lg);
  }
}

.margin-bottom {
  margin-bottom: var(--mb);
}
@media screen and (min-width: 768.02px) {
  .margin-bottom {
    margin-bottom: var(--mb-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .margin-bottom {
    margin-bottom: var(--mb-lg);
  }
}

.margin-right {
  margin-right: var(--mr);
}
@media screen and (min-width: 768.02px) {
  .margin-right {
    margin-right: var(--mr-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .margin-right {
    margin-right: var(--mr-lg);
  }
}

.margin-left {
  margin-left: var(--ml);
}
@media screen and (min-width: 768.02px) {
  .margin-left {
    margin-left: var(--ml-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .margin-left {
    margin-left: var(--ml-lg);
  }
}

.padding-0 {
  padding: 0;
}

.padding {
  padding: var(--p);
}
@media screen and (min-width: 768.02px) {
  .padding {
    padding: var(--p-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .padding {
    padding: var(--p-lg);
  }
}

.padding-top {
  padding-top: var(--pt);
}
@media screen and (min-width: 768.02px) {
  .padding-top {
    padding-top: var(--pt-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .padding-top {
    padding-top: var(--pt-lg);
  }
}

.padding-bottom {
  padding-bottom: var(--pb);
}
@media screen and (min-width: 768.02px) {
  .padding-bottom {
    padding-bottom: var(--pb-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .padding-bottom {
    padding-bottom: var(--pb-lg);
  }
}

.padding-right {
  padding-right: var(--pr);
}
@media screen and (min-width: 768.02px) {
  .padding-right {
    padding-right: var(--pr-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .padding-right {
    padding-right: var(--pr-lg);
  }
}

.padding-left {
  padding-left: var(--pl);
}
@media screen and (min-width: 768.02px) {
  .padding-left {
    padding-left: var(--pl-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .padding-left {
    padding-left: var(--pl-lg);
  }
}

.header-padding {
  padding-top: calc(var(--theme-header-height) + 1.25rem);
}
@media screen and (min-width: 1024.02px) {
  .header-padding {
    padding-top: calc(var(--theme-header-height-desktop) + 2.5rem);
  }
}

.left {
  left: var(--l);
}
@media screen and (min-width: 768.02px) {
  .left {
    left: var(--l-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .left {
    left: var(--l-lg);
  }
}

.right {
  right: var(--r);
}
@media screen and (min-width: 768.02px) {
  .right {
    right: var(--r-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .right {
    right: var(--r-lg);
  }
}

.top {
  top: var(--t);
}
@media screen and (min-width: 768.02px) {
  .top {
    top: var(--t-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .top {
    top: var(--t-lg);
  }
}

.bottom {
  bottom: var(--b);
}
@media screen and (min-width: 768.02px) {
  .bottom {
    bottom: var(--b-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .bottom {
    bottom: var(--b-lg);
  }
}

.max-width {
  max-width: var(--max-w);
}
@media screen and (min-width: 768.02px) {
  .max-width {
    max-width: var(--max-w-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .max-width {
    max-width: var(--max-w-lg);
  }
}

.max-height {
  max-height: var(--max-h);
}
@media screen and (min-width: 768.02px) {
  .max-height {
    max-height: var(--max-h-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .max-height {
    max-height: var(--max-h-lg);
  }
}

.width {
  width: var(--w);
}
@media screen and (min-width: 768.02px) {
  .width {
    width: var(--w-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .width {
    width: var(--w-lg);
  }
}

.height {
  height: var(--h);
}
@media screen and (min-width: 768.02px) {
  .height {
    height: var(--h-md);
  }
}
@media screen and (min-width: 1024.02px) {
  .height {
    height: var(--h-lg);
  }
}

.custom-background {
  background-color: var(--background);
}

.custom-color {
  color: var(--color);
}

.custom-gradient {
  background: -webkit-gradient(linear, , from(var(--grandient-start-color)), to(var(--grandient-end-color)));
  background: linear-gradient(to var(--grandient-direction), var(--grandient-start-color), var(--grandient-end-color));
}

.highlighted-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.highlighted-text.with-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-angle)), color-stop(var(--gradient-start)), to(var(--gradient-end)));
  background: linear-gradient(var(--gradient-angle), var(--gradient-start), var(--gradient-end));
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.highlighted-text.with-image {
  background-image: var(--image-url);
  background-repeat: no-repeat;
  color: transparent;
}

.gap-y-0 {
  row-gap: 0;
}

.gap-y-5 {
  row-gap: 0.3125rem;
}

.gap-y-10 {
  row-gap: 0.625rem;
}

.gap-y-15 {
  row-gap: 0.9375rem;
}

.gap-y-20 {
  row-gap: 1.25rem;
}

.gap-y-30 {
  row-gap: 1.875rem;
}

.gap-y-40 {
  row-gap: 2.5rem;
}

.gap-x-0 {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.gap-x-5 {
  -webkit-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
}

.gap-x-10 {
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

.gap-x-15 {
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
}

.gap-x-20 {
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.rounded-sm {
  border-radius: var(--theme-radius-sm);
}

.rounded-base {
  border-radius: var(--theme-radius-base);
}

.rounded-lg {
  border-radius: var(--theme-radius-lg);
}

/*------------------------------------ 
    05 - Typography
------------------------------------*/
.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.leading-3 {
  line-height: 0.75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1.1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.title-2xs {
  font-size: clamp(1rem, 0.8397435897rem + 0.8547008547vw, 1.25rem);
}

.title-xs {
  font-size: clamp(1.125rem, 0.8846153846rem + 1.2820512821vw, 1.5rem);
}

.title-sm {
  font-size: clamp(1.25rem, 1.0096153846rem + 1.2820512821vw, 1.625rem);
}

.title-md {
  font-size: clamp(1.375rem, 0.9743589744rem + 2.1367521368vw, 2rem);
}

.title-lg {
  font-size: clamp(1.5rem, 1.1892265193rem + 1.6574585635vw, 2.25rem);
}

.title-xl {
  font-size: clamp(1.5rem, 1.033839779rem + 2.4861878453vw, 2.625rem);
}

.title-2xl {
  font-size: clamp(1.625rem, 1.0552486188rem + 3.0386740331vw, 3rem);
}

.title-3xl {
  font-size: clamp(1.875rem, 1.3333333333rem + 2.8888888889vw, 3.5rem);
}

.title-4xl {
  font-size: clamp(2rem, 1.5096153846rem + 2.6153846154vw, 4.125rem);
}

.title-5xl {
  font-size: clamp(2rem, 1.4230769231rem + 3.0769230769vw, 4.5rem);
}

.title-6xl {
  font-size: clamp(2.125rem, 1.375rem + 4vw, 5.375rem);
}

.title-7xl {
  font-size: clamp(2.375rem, 1.5384615385rem + 4.4615384615vw, 6rem);
}

.title-8xl {
  font-size: clamp(2.375rem, 1.25rem + 6vw, 7.25rem);
}

.title-9xl {
  font-size: clamp(2.5rem, 0.7083333333rem + 9.5555555556vw, 7.875rem);
}

.subtitle-xs {
  font-size: var(--theme-text-2xs);
}

.subtitle-sm {
  font-size: clamp(0.75rem, 0.6095505618rem + 0.7490636704vw, 0.875rem);
}

.subtitle-md {
  font-size: clamp(0.8125rem, 0.6720505618rem + 0.7490636704vw, 0.9375rem);
}

.subtitle-base {
  font-size: clamp(0.875rem, 0.7345505618rem + 0.7490636704vw, 1rem);
}

.subtitle-lg {
  font-size: clamp(0.875rem, 0.5941011236rem + 1.4981273408vw, 1.125rem);
}

.subtitle-xl {
  font-size: clamp(0.9375rem, 0.5863764045rem + 1.872659176vw, 1.25rem);
}

.subtitle-2xl {
  font-size: clamp(1.125rem, 0.7036516854rem + 2.2471910112vw, 1.5rem);
}

.description-2xs {
  font-size: var(--theme-text-2xs);
}

.description-xs {
  font-size: var(--theme-text-xs);
}

.description-sm {
  font-size: clamp(0.75rem, 0.6095505618rem + 0.7490636704vw, 0.875rem);
}

.description-md {
  font-size: clamp(0.8125rem, 0.6720505618rem + 0.7490636704vw, 0.9375rem);
}

.description-base {
  font-size: clamp(0.8125rem, 0.6018258427rem + 1.1235955056vw, 1rem);
}

.description-lg {
  font-size: clamp(0.8125rem, 0.6121794872rem + 1.0683760684vw, 1.125rem);
}

.description-xl {
  font-size: clamp(0.875rem, 0.6346153846rem + 1.2820512821vw, 1.25rem);
}

.description-2xl {
  font-size: clamp(0.9375rem, 0.6570512821rem + 1.4957264957vw, 1.375rem);
}

.description-3xl {
  font-size: clamp(1rem, 0.6794871795rem + 1.7094017094vw, 1.5rem);
}

/*------------------------------------ 
    05 - Global
------------------------------------*/
.column {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.site-brand a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: currentColor;
  text-decoration: none;
}
.site-brand a .site-brand-text {
  font-size: var(--theme-text-4xl);
  font-weight: 600;
}
.site-brand a img {
  height: var(--theme-logo-height-mobile);
}
@media screen and (min-width: 1024.02px) {
  .site-brand a img {
    height: var(--theme-logo-height-desktop);
  }
}
.site-brand a img.transparent {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.site-brand.transparent img.default {
  opacity: 0;
}
.site-brand.transparent img.transparent {
  opacity: 1;
}

.wrap-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.reversed-link, .site-navigation.menu-horizontal .menu > li .sub-menu a .menu-item-label, .site-footer-widgets .footer-widgets .widget nav ul li a {
  --transform-origin-start: left;
  --transform-origin-end: right;
  --reversed-link-gap: min(100%, 1.45em);
  background: -webkit-gradient(linear, , from(currentColor), to(currentColor)) 0 var(--reversed-link-gap)/0 1px no-repeat;
  background: linear-gradient(to var(--transform-origin-start), currentColor, currentColor) 0 var(--reversed-link-gap)/0 1px no-repeat;
  background-position-x: var(--transform-origin-end);
  -webkit-transition: background-size 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  transition: background-size 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.reversed-link:hover, .site-navigation.menu-horizontal .menu > li .sub-menu a .menu-item-label:hover, .site-footer-widgets .footer-widgets .widget nav ul li a:hover {
  background-size: 100% 1px;
  background-position-x: var(--transform-origin-start);
}

.underlined-link {
  --underline-offset: 0.25rem;
  text-decoration: underline;
  text-underline-offset: var(--underline-offset);
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
}
.underlined-link:hover {
  text-decoration-color: currentColor;
}

.preloader::after {
  content: "";
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid transparent;
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
  -webkit-animation: rotate 450ms infinite linear;
  animation: rotate 450ms infinite linear;
}

/* Marquee effect */
.animation-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: var(--marquee-gap-mobile);
  max-width: none;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 1024.02px) {
  .animation-marquee {
    pointer-events: auto;
    gap: var(--marquee-gap-desktop);
  }
}
.animation-marquee > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: marquee-left var(--marquee-speed, 20s) linear infinite;
  animation: marquee-left var(--marquee-speed, 20s) linear infinite;
  will-change: transform;
}
@media screen and (min-width: 1024.02px) {
  .animation-marquee > * {
    gap: var(--marquee-gap-desktop);
  }
}
.animation-marquee > * .marquee-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: var(--marquee-gap-mobile);
}
.animation-marquee:not(.hover-running):hover > * {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.animation-marquee.hover-running:hover > * {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.animation-marquee.direction-right > * {
  -webkit-animation: marquee-right var(--marquee-speed, 20s) linear infinite;
  animation: marquee-right var(--marquee-speed, 20s) linear infinite;
}
.animation-marquee.has-dots .marquee-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background-color: currentColor;
  border-radius: 50%;
  left: calc(var(--marquee-gap-mobile) * -1);
}
@media screen and (min-width: 1024.02px) {
  .animation-marquee.has-dots .marquee-item::before {
    left: calc(var(--marquee-gap-desktop) * -1);
  }
}

.site-action-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.site-action-button .site-action-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(var(--theme-action-button-icon-size) + 0.25rem);
  height: var(--theme-action-button-size);
  gap: 0.375rem;
  color: currentColor;
  text-decoration: none;
}
.site-action-button .site-action-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--theme-action-button-icon-size);
}
.site-action-button .site-action-icon svg, .site-action-button .site-action-icon img {
  width: var(--theme-action-button-icon-size);
  height: var(--theme-action-button-icon-size);
}
.site-action-button .site-action-icon .site-action-count {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-size: 0.625rem;
  font-weight: 500;
  top: -0.25rem;
  right: -0.375rem;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.125rem;
  border-radius: 6.1875rem;
}

/* Site close button */
.site-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.site-close a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.375rem;
  width: 2rem;
  height: 2rem;
  color: currentColor;
  border-radius: 50%;
}
@media screen and (min-width: 1024.02px) {
  .site-close a {
    width: 2.375rem;
    height: 2.375rem;
  }
}
.site-close a svg {
  width: 1.375rem;
  height: 1.375rem;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.45s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.45s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.45s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-close a i {
  line-height: 1;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.42, 0, 0.58, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.45s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.45s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.45s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-close a i::before {
  margin: 0;
}
.site-close a:hover svg, .site-close a:hover i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-empty-content {
  text-align: center;
}
.site-empty-content svg {
  width: auto;
  height: 4.125rem;
  margin-bottom: 1.5rem;
}
.site-empty-content .entry-title {
  font-size: 1.5rem;
  font-weight: 500;
}
.site-empty-content .entry-description {
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
  opacity: 0.75;
}
@media screen and (min-width: 1024.02px) {
  .site-empty-content .entry-description {
    font-size: 1rem;
  }
}
.site-empty-content .btn {
  margin-top: 0.625rem;
}

.site-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(var(--color-overlay-background-rgb), var(--color-overlay-background-opacity));
  opacity: 0;
  visibility: hidden;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.search-form svg {
  width: 1.375rem;
  height: 1.375rem;
}
.search-form input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.overlay-content {
  display: grid;
}
.overlay-content > * {
  grid-column: 1;
  grid-row: 1;
}
.overlay-content > * img, .overlay-content > * picture, .overlay-content > * video, .overlay-content > * iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-overlay {
  --media-overlay-opacity: var(--color-overlay-background-opacity);
  --media-overlay-rgb: var(--color-overlay-background-rgb);
}
.media-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(var(--media-overlay-rgb), var(--media-overlay-opacity));
  z-index: 1;
}
@media screen and (min-width: 1024.02px) {
  .media-overlay.overlay-mobile-only::before {
    display: none;
  }
}
.media-overlay.primary-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(var(--color-primary-background-rgb), 0.15);
  mix-blend-mode: hard-light;
  z-index: 1;
}

.media-overlay-gradient::before {
  background: linear-gradient(214deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.entry-media {
  position: relative;
}
.entry-media > a {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023.98px) {
  .entry-media > a img {
    width: 100%;
  }
}
.entry-media figcaption {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.0625rem;
  top: 0.625rem;
  left: 0.625rem;
  padding: 0.5rem 1rem;
  border-radius: var(--theme-radius-sm);
}
@media screen and (min-width: 1024.02px) {
  .entry-media figcaption {
    top: 1.25rem;
    left: 1.25rem;
  }
}
.entry-media figcaption p {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}
.entry-media figcaption span {
  font-size: 0.75rem;
  opacity: 0.7;
}
.entry-media figcaption.transparent-white {
  color: var(--color-black);
  background-color: rgba(var(--color-white-rgb), 0.4);
  -webkit-backdrop-filter: blur(0.375rem);
  backdrop-filter: blur(0.375rem);
}
.entry-media figcaption.transparent-black {
  color: var(--color-white);
  background-color: rgba(var(--color-black-rgb), 0.4);
  -webkit-backdrop-filter: blur(0.375rem);
  backdrop-filter: blur(0.375rem);
}

.site-hero-dot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.site-hero-dot .entry-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 1024.02px) {
  .site-hero-dot .entry-title {
    font-size: 1rem;
  }
}
.site-hero-dot p {
  font-size: 0.75rem;
  margin-bottom: 0;
  opacity: 0.5;
}
.site-hero-dot .hero-dot {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}
.site-hero-dot .hero-dot::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.3;
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.site-hero-dot .hero-dot span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: currentColor;
}

.site-logos .site-logos-item img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: var(--logo-mobile-height);
}
@media screen and (min-width: 1024.02px) {
  .site-logos .site-logos-item img {
    max-height: var(--logo-desktop-height);
  }
}

.rating-stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.75rem;
}
.rating-stars i::before {
  margin: 0;
}

.site-counter-social .social-count {
  font-size: 4.125rem;
  line-height: 1;
}
@media screen and (min-width: 1024.02px) {
  .site-counter-social .social-count {
    font-size: 4.75rem;
    line-height: 0.85;
  }
}

.inview-element {
  --transform-size: 1.125rem;
}
.inview-element[data-inview-animation=fade] {
  opacity: 0;
}
.inview-element[data-inview-animation=transformY] {
  opacity: 0;
  -webkit-transform: translateY(var(--transform-size));
  transform: translateY(var(--transform-size));
}
.inview-element[data-inview-animation=transformYreverse] {
  opacity: 0;
  -webkit-transform: translateY(calc(var(--transform-size) * -1));
  transform: translateY(calc(var(--transform-size) * -1));
}
.inview-element[data-inview-animation=transformX] {
  opacity: 0;
  -webkit-transform: translateX(var(--transform-size));
  transform: translateX(var(--transform-size));
}
.inview-element[data-inview-animation=transformXreverse] {
  opacity: 0;
  -webkit-transform: translateX(calc(var(--transform-size) * -1));
  transform: translateX(calc(var(--transform-size) * -1));
}
.inview-element[data-inview-animation=scaleUp] {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.inview-element[data-inview-animation=scaleDown] {
  opacity: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.split-text[data-split-type=words] .word {
  opacity: 0;
}
.split-text[data-split-type=chars] .char {
  opacity: 0;
}
.split-text[data-split-type=lines] .line {
  opacity: 0;
}

.hover-transform {
  -webkit-transition: -webkit-transform 0.3s var(--theme-primary-transition);
  transition: -webkit-transform 0.3s var(--theme-primary-transition);
  transition: transform 0.3s var(--theme-primary-transition);
  transition: transform 0.3s var(--theme-primary-transition), -webkit-transform 0.3s var(--theme-primary-transition);
}
.hover-transform:hover {
  -webkit-transform: translateY(-0.625rem);
  transform: translateY(-0.625rem);
}

.site-avatar-content {
  --avatar-size: 2.125rem;
  --avatar-gap: -0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
}
@media screen and (min-width: 1024.02px) {
  .site-avatar-content {
    gap: 1.5rem;
  }
}
.site-avatar-content .avatars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-avatar-content .avatars > * {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--avatar-size);
  height: var(--avatar-size);
  overflow: hidden;
  border-radius: 50%;
}
.site-avatar-content .avatars > * + * {
  margin-left: var(--avatar-gap);
}
.site-avatar-content .avatars > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.site-avatar-content .avatars-content .avatars-content-heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.site-avatar-content .avatars-content .avatars-content-heading .rating-stars {
  color: var(--color-yellow);
}
.site-avatar-content .avatars-content .avatars-content-heading .rating-text {
  font-size: 0.8125rem;
  font-weight: 600;
}
.site-avatar-content .avatars-content p {
  font-size: 0.75rem;
  margin-bottom: 0;
  opacity: 0.5;
}

.site-text-content .entry-subtitle {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024.02px) {
  .site-text-content .entry-subtitle {
    margin-bottom: 1rem;
  }
}
.site-text-content .entry-title {
  margin-bottom: 0.625rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media screen and (min-width: 1024.02px) {
  .site-text-content .entry-title {
    margin-bottom: 1.375rem;
  }
}
.site-text-content .entry-actions {
  margin-top: 1.75rem;
}
@media screen and (min-width: 1024.02px) {
  .site-text-content .entry-actions {
    margin-top: 2.625rem;
  }
}

.site-number-box {
  min-width: 16.25rem;
  padding: 1.25rem;
  border-radius: var(--theme-radius-sm);
  background-color: var(--color-white);
}
@media screen and (min-width: 1024.02px) {
  .site-number-box {
    padding: 1.5rem;
  }
}
.site-number-box.white {
  border-radius: var(--theme-radius-base);
}
.site-number-box.primary {
  color: var(--color-primary-foreground);
  background-color: var(--color-primary-background);
}
.site-number-box.secondary {
  color: var(--color-secondary-foreground);
  background-color: var(--color-secondary-background);
}
.site-number-box .entry-subtitle {
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (min-width: 1024.02px) {
  .site-number-box .entry-subtitle {
    font-size: 1.125rem;
  }
}
.site-number-box .entry-number {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 768.02px) {
  .site-number-box .entry-number {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-number-box .entry-number {
    font-size: 3.25rem;
  }
}
.site-number-box p {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-bottom: 0;
}

.site-go-to-top {
  position: fixed;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024.02px) {
  .site-go-to-top {
    bottom: 1.875rem;
    right: 1.875rem;
  }
}
.site-go-to-top.active {
  opacity: 1;
  visibility: visible;
}
.site-go-to-top .go-to-top-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.625rem;
  height: 2.625rem;
  background: var(--color-white);
  border: 1px solid var(--color-gray-200);
  border-radius: 50%;
  color: var(--color-black);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024.02px) {
  .site-go-to-top .go-to-top-button {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.site-go-to-top .go-to-top-button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.site-go-to-top .go-to-top-button .progress-ring {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -0.0625rem;
  left: -0.0625rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: var(--color-primary-background);
}
.site-go-to-top .go-to-top-button .progress-ring__circle {
  -webkit-transition: stroke-dashoffset 0.1s;
  transition: stroke-dashoffset 0.1s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.site-go-to-top .go-to-top-button .arrow-icon {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1;
}
@media screen and (min-width: 1024.02px) {
  .site-go-to-top .go-to-top-button .arrow-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.lazy.loaded {
  opacity: 1;
}

picture {
  width: 100%;
  height: 100%;
}
picture.is-loading {
  position: relative;
}
picture.is-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.site-contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-contact-details.desktop-light {
    color: var(--color-white);
  }
}
@media screen and (min-width: 576.02px) {
  .site-contact-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.5rem;
  }
  .site-contact-details > * {
    max-width: 20rem;
  }
}
.site-contact-details .contact-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  gap: 0.625rem;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 1024.02px) {
  .site-contact-details .contact-item-header {
    margin-bottom: 0.75rem;
  }
}
.site-contact-details .contact-item-header .entry-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width: 1024.02px) {
  .site-contact-details .contact-item-header .entry-title {
    font-size: 1rem;
  }
}
.site-contact-details .contact-item-header > span {
  font-size: 0.75rem;
  opacity: 0.5;
}
.site-contact-details .contact-item-body {
  font-size: 0.75rem;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 1024.02px) {
  .site-contact-details .contact-item-body {
    font-size: 0.8125rem;
    margin-bottom: 0.75rem;
  }
}
.site-contact-details .contact-item-body p {
  margin-bottom: 0;
}
.site-contact-details .contact-item-footer p {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width: 1024.02px) {
  .site-contact-details .contact-item-footer p {
    font-size: 1rem;
  }
}

.site-hero-counter {
  gap: 1.25rem;
  padding-top: 1.25rem;
  margin-top: 1.875rem;
  border-top: 1px solid rgba(var(--color-white-rgb), 0.2);
}
.site-hero-counter .counter-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.site-hero-counter .counter-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  width: 0.0625rem;
  height: 100%;
  background-color: currentColor;
  opacity: 0.3;
}
.site-hero-counter .counter-item:last-child::after {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .site-hero-counter .counter-item:nth-child(2)::after {
    display: none;
  }
}
@media screen and (min-width: 768.02px) {
  .site-hero-counter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5.625rem;
    border-top: 0;
  }
  .site-hero-counter .counter-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .site-hero-counter .counter-item::after {
    right: -2.8125rem;
  }
}
.site-hero-counter .counter-item {
  position: relative;
}

.site-page-header {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576.02px) {
  .site-page-header {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-page-header {
    margin-bottom: 3rem;
  }
}
.site-page-header .page-header-inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 576.02px) {
  .site-page-header .page-header-inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-page-header .page-header-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.site-page-header .entry-description {
  max-width: 62rem;
  margin: 0 auto;
}
.site-page-header.header-bordered .page-header-inner {
  border-top: 1px solid var(--color-gray-200);
}

.site-project-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
.site-project-grid.gap-base {
  gap: var(--theme-gutter);
}
.site-project-grid.grid-column-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.site-project-grid.grid-column-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.site-project-grid.grid-column-3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 576.02px) {
  .site-project-grid.grid-column-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 576.02px) {
  .site-project-grid.grid-column-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 576.02px) {
  .site-project-grid.grid-column-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 576.02px) {
  .site-project-grid.grid-column-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768.02px) {
  .site-project-grid.grid-column-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768.02px) {
  .site-project-grid.grid-column-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768.02px) {
  .site-project-grid.grid-column-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768.02px) {
  .site-project-grid.grid-column-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024.02px) {
  .site-project-grid.grid-column-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024.02px) {
  .site-project-grid.grid-column-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024.02px) {
  .site-project-grid.grid-column-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024.02px) {
  .site-project-grid.grid-column-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* --- Global pagination styles --- */
.site-pagination, .woocommerce-pagination, .pagination-wrap {
  margin-top: 2.25rem;
}
@media screen and (min-width: 576.02px) {
  .site-pagination, .woocommerce-pagination, .pagination-wrap {
    margin-top: 4.125rem;
  }
}
.site-pagination ul, .woocommerce-pagination ul, .pagination-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-pagination ul li a, .woocommerce-pagination ul li a, .pagination-wrap ul li a {
  text-decoration: none;
  color: currentColor;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.site-pagination ul li > *, .woocommerce-pagination ul li > *, .pagination-wrap ul li > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
@media screen and (min-width: 768.02px) {
  .site-pagination ul li > *, .woocommerce-pagination ul li > *, .pagination-wrap ul li > * {
    font-size: 0.875rem;
    width: 2.625rem;
    height: 2.625rem;
  }
}
.site-pagination ul li > *:not(.current):hover, .site-pagination ul li > *:not(.prev):hover, .site-pagination ul li > *:not(.next):hover, .site-pagination ul li > *:not(.dots):hover, .woocommerce-pagination ul li > *:not(.current):hover, .woocommerce-pagination ul li > *:not(.prev):hover, .woocommerce-pagination ul li > *:not(.next):hover, .woocommerce-pagination ul li > *:not(.dots):hover, .pagination-wrap ul li > *:not(.current):hover, .pagination-wrap ul li > *:not(.prev):hover, .pagination-wrap ul li > *:not(.next):hover, .pagination-wrap ul li > *:not(.dots):hover {
  background-color: var(--color-gray-100);
}
.site-pagination ul li > *.dots, .woocommerce-pagination ul li > *.dots, .pagination-wrap ul li > *.dots {
  font-size: 1rem;
  line-height: 1rem;
  background-color: transparent !important;
}
.site-pagination ul li > *.prev, .site-pagination ul li > *.next, .woocommerce-pagination ul li > *.prev, .woocommerce-pagination ul li > *.next, .pagination-wrap ul li > *.prev, .pagination-wrap ul li > *.next {
  font-size: 1.25rem;
  background-color: transparent !important;
  width: auto;
}
.site-pagination ul li > *.current, .woocommerce-pagination ul li > *.current, .pagination-wrap ul li > *.current {
  color: var(--color-white);
  background-color: var(--color-black) !important;
}

.page-inner-content.inner-padding {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768.02px) {
  .page-inner-content.inner-padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.steps-content .steps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .steps-content .steps-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 1.875rem;
    gap: 2rem;
  }
}
.steps-content .steps-item .steps-number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: var(--theme-radius-sm);
  border: 1px solid var(--color-gray-300);
}
@media screen and (min-width: 1024.02px) {
  .steps-content .steps-item .steps-number {
    font-size: 1.125rem;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: var(--theme-radius-base);
  }
}
@media screen and (min-width: 1024.02px) {
  .steps-content .steps-item .steps-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding-top: 0.625rem;
  }
}
.steps-content .steps-item .steps-body .steps-header {
  border-bottom: 1px solid var(--color-gray-200);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.steps-content .steps-item .steps-body .steps-header .steps-title {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 1024.02px) {
  .steps-content .steps-item .steps-body .steps-header .steps-title {
    font-size: 1.5rem;
  }
}
.steps-content .steps-item .steps-body .steps-header .entry-excerpt {
  font-size: 0.8125rem;
  color: var(--color-gray-400);
}
.steps-content .steps-item .steps-body .steps-header .entry-excerpt p {
  font-size: inherit;
  margin-bottom: 0;
}
.steps-content .steps-item .steps-body .steps-inner {
  color: var(--color-gray-600);
}
.steps-content .steps-item .steps-body .steps-inner .entry-media {
  margin-bottom: 1rem;
}
.steps-content .steps-item .steps-body .steps-inner > p {
  font-size: 1rem;
}
.steps-content .steps-item .steps-body .steps-inner > ul {
  margin-top: 1rem;
  padding-left: 1rem;
}
.steps-content .steps-item .steps-body .steps-inner > ul li + li {
  margin-top: 0.5rem;
}

.content-not-found {
  padding: 40px 0;
}
@media screen and (min-width: 1024.02px) {
  .content-not-found {
    padding: 220px 0 7.5rem;
  }
}
.content-not-found .entry-title {
  font-size: 10rem;
}
@media screen and (min-width: 1024.02px) {
  .content-not-found .entry-title {
    font-size: 15rem;
  }
}
.content-not-found .entry-teaser {
  margin-bottom: 2rem;
}

.contact-form-wrapper .wpcf7-form .col-12 {
  margin-bottom: 0.875rem;
}
.contact-form-wrapper .wpcf7-form label {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
}
.contact-form-wrapper .wpcf7-form .wpcf7-submit {
  line-height: 1;
  color: var(--color-primary-foreground) !important;
  background-color: var(--color-primary-background) !important;
}

.contact-info .contact-item {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1024.02px) {
  .contact-info .contact-item {
    margin-bottom: 2.5rem;
  }
}
.contact-info .contact-item .contact-header {
  margin-bottom: 1.25rem;
}
.contact-info .contact-item .contact-header .entry-title {
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (min-width: 1024.02px) {
  .contact-info .contact-item .contact-header .entry-title {
    font-size: 1.25rem;
  }
}
.contact-info .contact-item .contact-header p {
  font-size: 0.8125rem;
  color: var(--color-gray-500);
}
@media screen and (min-width: 1024.02px) {
  .contact-info .contact-item .contact-header p {
    font-size: 0.875rem;
  }
}
.contact-info .contact-item .contact-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
.contact-info .contact-item .contact-body .contact-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
.contact-info .contact-item .contact-body .contact-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.contact-info .contact-item .contact-body .contact-detail .entry-title {
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 1024.02px) {
  .contact-info .contact-item .contact-body .contact-detail .entry-title {
    font-size: 1.125rem;
  }
}
.contact-info .contact-item .contact-body .contact-detail span {
  display: block;
  font-size: 0.75rem;
  color: var(--color-gray-400);
  width: 100%;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024.02px) {
  .contact-info .contact-item .contact-body .contact-detail span {
    font-size: 0.8125rem;
  }
}
.contact-info .contact-item .contact-body .contact-detail a {
  font-size: 0.875rem;
  font-weight: 600;
  color: currentColor;
  text-decoration: none;
}

.site-cart-content {
  margin-top: 1.25rem;
}
.site-cart-content .products .product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024.02px) {
  .site-cart-content .products .product {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}
.site-cart-content .products .product + .product {
  border-top: 1px solid var(--color-drawer-border);
}
.site-cart-content .products .product .product-thumbnail {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.5rem;
  overflow: hidden;
  border-radius: var(--theme-radius-sm);
}
.site-cart-content .products .product .content-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  padding-right: 1.5rem;
}
.site-cart-content .products .product .content-wrapper .product-title {
  font-size: 0.875rem;
}
@media screen and (min-width: 1024.02px) {
  .site-cart-content .products .product .content-wrapper .product-title {
    font-size: 0.9375rem;
  }
}
.site-cart-content .products .product .content-wrapper .product-title a {
  color: currentColor;
  text-decoration: none;
}
.site-cart-content .products .product .content-wrapper .remove_from_cart_button {
  position: absolute;
  top: 1.25rem;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  width: 1.125rem;
  height: 1.125rem;
  color: currentColor;
  text-decoration: none;
  color: var(--color-white);
  background-color: var(--color-red);
  border-radius: var(--theme-radius-sm);
  margin-left: 0.625rem;
}
.site-cart-content .products .product .content-wrapper .remove_from_cart_button i::before {
  margin: 0;
}
.site-cart-content .woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.site-cart-content .woocommerce-mini-cart__total strong {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.site-cart-content .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-size: 1.125rem;
}
.site-cart-content .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.site-cart-content .woocommerce-mini-cart__buttons > * {
  width: 100%;
  text-decoration: none;
}

.site-gdpr {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--color-black);
  background-color: var(--color-white);
  will-change: opacity, transform;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  z-index: 999;
}
@media screen and (min-width: 1024.02px) {
  .site-gdpr {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.site-gdpr .site-gdpr-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (min-width: 1024.02px) {
  .site-gdpr .site-gdpr-inner {
    gap: 1.25rem;
  }
}
.site-gdpr .site-gdpr-inner p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

@media screen and (min-width: 1600.02px) {
  .site-hero-dot {
    top: 0;
    right: 11%;
  }
}

.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-item .gallery-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: var(--color-white);
  padding: 1.25rem;
  background-color: rgba(var(--color-black-rgb), 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .gallery-icon {
  opacity: 1;
}

.sticky-sidebar {
  position: sticky;
  top: 0.875rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/*------------------------------------ 
    06 - Drawer
------------------------------------*/
.site-drawer {
  --drawer-translate-x: calc(-100% - 5px);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100;
}
@media screen and (min-width: 1024.02px) {
  .site-drawer {
    --drawer-translate-x: calc(-100% - 10px);
  }
}
.site-drawer .site-drawer-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 20rem;
  height: 100%;
  color: var(--color-drawer-foreground);
  background-color: var(--color-drawer-background);
  -webkit-transition: -webkit-transform 0.6s var(--theme-primary-transition);
  transition: -webkit-transform 0.6s var(--theme-primary-transition);
  transition: transform 0.6s var(--theme-primary-transition);
  transition: transform 0.6s var(--theme-primary-transition), -webkit-transform 0.6s var(--theme-primary-transition);
  -webkit-transform: translate(calc(var(--drawer-translate-x) * 1));
  transform: translate(calc(var(--drawer-translate-x) * 1));
  overflow-y: auto;
  z-index: 1;
}
@media screen and (min-width: 320.02px) {
  .site-drawer .site-drawer-inner {
    width: 100%;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-drawer .site-drawer-inner {
    width: 28.75rem;
    overflow-y: visible;
  }
}
.site-drawer .site-drawer-inner .site-drawer-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-drawer .site-drawer-inner .site-drawer-header {
    padding: 1rem 1.875rem;
  }
}
.site-drawer .site-drawer-inner .site-drawer-header .entry-title {
  font-size: var(--theme-text-base);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 1024.02px) {
  .site-drawer .site-drawer-inner .site-drawer-header .entry-title {
    font-size: var(--theme-text-xl);
  }
}
.site-drawer .site-drawer-inner .site-drawer-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.site-drawer .site-drawer-inner .site-drawer-body > *:not(.site-navigation) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-drawer .site-drawer-inner .site-drawer-body > *:not(.site-navigation) {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.site-drawer .site-drawer-inner .site-drawer-body > *.site-empty-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1024.02px) {
  .site-drawer .site-drawer-inner .site-drawer-body > *.site-empty-content {
    padding-top: 5.625rem;
  }
}
.site-drawer .site-drawer-inner .site-drawer-contact {
  margin-top: 2.5rem;
}
.site-drawer .site-drawer-inner .site-drawer-contact .drawer-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
}
.site-drawer .site-drawer-inner .site-drawer-contact .drawer-contact-item + .drawer-contact-item {
  margin-top: 1.875rem;
}
.site-drawer .site-drawer-inner .site-drawer-contact .drawer-contact-item .contact-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}
.site-drawer .site-drawer-inner .site-drawer-contact .drawer-contact-item .contact-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.site-drawer .site-drawer-inner .site-drawer-contact .drawer-contact-item .contact-detail .entry-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.125rem;
}
.site-drawer .site-drawer-inner .site-drawer-contact .drawer-contact-item .contact-detail .entry-title a {
  color: currentColor;
  text-decoration: none;
}
.site-drawer .site-drawer-inner .site-drawer-contact .drawer-contact-item .contact-detail span {
  font-size: 0.8125rem;
  opacity: 0.4;
}
.site-drawer .site-drawer-overlay {
  -webkit-transition: 0.8s var(--theme-primary-transition);
  transition: 0.8s var(--theme-primary-transition);
  -webkit-transition-property: opacity, visibility, background-color;
  transition-property: opacity, visibility, background-color;
}
.site-drawer.cart-drawer, .site-drawer.search-drawer {
  --drawer-translate-x: calc(100% + 5px);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 1024.02px) {
  .site-drawer.cart-drawer, .site-drawer.search-drawer {
    --drawer-translate-x: calc(100% + 10px);
  }
}
.site-drawer.cart-drawer .site-drawer-inner, .site-drawer.search-drawer .site-drawer-inner {
  left: auto;
  right: 0;
  overflow-y: auto;
}
.site-drawer.active {
  --drawer-translate-x: 0;
  pointer-events: auto;
}
.site-drawer.active .site-drawer-overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------ 
    07 - Holder
------------------------------------*/
.site-holder {
  --holder-translate-y: -100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}
.site-holder .site-holder-inner {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--color-drawer-foreground);
  background-color: var(--color-drawer-background);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-transition: -webkit-transform 0.6s var(--theme-primary-transition);
  transition: -webkit-transform 0.6s var(--theme-primary-transition);
  transition: transform 0.6s var(--theme-primary-transition);
  transition: transform 0.6s var(--theme-primary-transition), -webkit-transform 0.6s var(--theme-primary-transition);
  -webkit-transform: translateY(calc(var(--holder-translate-y) * 1));
  transform: translateY(calc(var(--holder-translate-y) * 1));
  z-index: 1;
}
.site-holder .site-holder-inner .site-holder-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024.02px) {
  .site-holder .site-holder-inner .site-holder-body:has(.site-search-form) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.site-holder .site-holder-inner .site-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.site-holder .site-holder-inner .site-search-form .search-form {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.site-holder .site-holder-inner .site-search-form .search-form svg {
  position: absolute;
  width: 1.3125rem;
  height: 1.3125rem;
  pointer-events: none;
}
@media screen and (min-width: 1024.02px) {
  .site-holder .site-holder-inner .site-search-form .search-form svg {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.site-holder .site-holder-inner .site-search-form .search-form input {
  font-size: 1rem;
  padding-left: 2rem;
}
@media screen and (min-width: 1024.02px) {
  .site-holder .site-holder-inner .site-search-form .search-form input {
    font-size: 2rem;
    height: 4.125rem;
    padding-left: 3rem;
  }
}
.site-holder .site-holder-inner .site-search-form .search-form button {
  position: absolute;
  opacity: 0;
  right: -624.9375rem;
  top: -624.9375rem;
}
@media screen and (min-width: 1024.02px) {
  .site-holder .site-holder-inner .site-search-form .site-close svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.site-holder .site-holder-inner .site-search-form + .entry-description {
  margin-top: 0.625rem;
}
.site-holder .site-holder-inner .entry-description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: var(--theme-text-xs);
  width: 100%;
  opacity: 0.45;
}
.site-holder .site-holder-inner .entry-description p {
  margin-bottom: 0;
}
.site-holder .site-holder-overlay {
  -webkit-transition: 0.8s var(--theme-primary-transition);
  transition: 0.8s var(--theme-primary-transition);
  -webkit-transition-property: opacity, visibility, background-color;
  transition-property: opacity, visibility, background-color;
}
.site-holder.active {
  --holder-translate-y: 0;
  pointer-events: auto;
}
.site-holder.active .site-holder-overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------ 
    08 - Navigation
------------------------------------*/
.site-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-navigation .menu a, .site-navigation .menu .menu-item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  color: currentColor;
  text-decoration: none;
}
.site-navigation .menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-navigation.menu-horizontal {
  --sub-menu-ratio: 3;
}
.site-navigation.menu-horizontal .menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-navigation.menu-horizontal .menu .sub-menu {
  position: absolute;
  min-width: 12.5rem;
  top: 100%;
  left: 0;
  z-index: 2;
}
.site-navigation.menu-horizontal .menu .sub-menu li {
  white-space: nowrap;
}
.site-navigation.menu-horizontal .menu .sub-menu li a {
  font-size: var(--theme-sub-menu-font-size);
  font-weight: var(--theme-sub-menu-font-weight);
  letter-spacing: var(--theme-sub-menu-letter-spacing);
  padding-top: var(--theme-sub-menu-link-padding);
  padding-bottom: var(--theme-sub-menu-link-padding);
}
.site-navigation.menu-horizontal .menu > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.site-navigation.menu-horizontal .menu > li:not(.mega-menu) .sub-menu {
  left: calc(var(--theme-sub-menu-padding) * -1);
  padding-top: calc(var(--theme-sub-menu-padding) - var(--theme-sub-menu-link-padding) * var(--sub-menu-ratio));
  padding-bottom: calc(var(--theme-sub-menu-padding) - var(--theme-sub-menu-link-padding) * var(--sub-menu-ratio));
  color: var(--color-sub-menu-foreground);
  background-color: var(--color-sub-menu-background);
  border: 1px solid var(--color-sub-menu-border);
  border-bottom-left-radius: var(--theme-radius-base);
  border-bottom-right-radius: var(--theme-radius-base);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s var(--theme-navigation-transition);
  transition: all 0.2s var(--theme-navigation-transition);
}
.site-navigation.menu-horizontal .menu > li:not(.mega-menu) .sub-menu li {
  padding-left: var(--theme-sub-menu-padding);
  padding-right: var(--theme-sub-menu-padding);
}
.site-navigation.menu-horizontal .menu > li:not(.mega-menu) .sub-menu .menu-item-has-children > a::after {
  border-width: 0px var(--border-width) var(--border-width) 0px;
  top: 0;
}
.site-navigation.menu-horizontal .menu > li:not(.mega-menu) .sub-menu .sub-menu {
  top: calc((var(--theme-sub-menu-padding) - var(--theme-sub-menu-link-padding) * var(--sub-menu-ratio) + 1px) * -1);
  left: 100%;
}
.site-navigation.menu-horizontal .menu > li:not(.mega-menu) .sub-menu .sub-menu .menu-item-has-children a::after {
  display: none;
}
.site-navigation.menu-horizontal .menu > li:not(.mega-menu) .sub-menu .sub-menu .sub-menu {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-navigation.menu-horizontal .menu > li:not(.mega-menu) .sub-menu .sub-menu .sub-menu li {
  padding-left: 0;
  padding-right: 0;
}
.site-navigation.menu-horizontal .menu > li.mega-menu.mega-width-content {
  position: relative;
}
.site-navigation.menu-horizontal .menu > li.mega-menu.mega-width-content > .sub-menu {
  border: 1px solid var(--color-sub-menu-border);
  width: auto;
  min-width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: var(--theme-sub-menu-padding);
  padding-bottom: var(--theme-sub-menu-padding);
  border-bottom-left-radius: var(--theme-radius-base);
  border-bottom-right-radius: var(--theme-radius-base);
}
.site-navigation.menu-horizontal .menu > li.mega-menu.mega-width-content > .sub-menu > .sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.375rem;
}
.site-navigation.menu-horizontal .menu > li.mega-menu:not(.mega-width-content) > .sub-menu {
  width: 100%;
  border-top: 1px solid var(--color-sub-menu-border);
  border-bottom: 1px solid var(--color-sub-menu-border);
  padding-top: calc(var(--theme-sub-menu-padding) * 1.2);
  padding-bottom: calc(var(--theme-sub-menu-padding) * 1.5);
}
.site-navigation.menu-horizontal .menu > li.mega-menu > .sub-menu {
  color: var(--color-sub-menu-foreground);
  background-color: var(--color-sub-menu-background);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  -webkit-transition: all 0.3s var(--theme-navigation-transition);
  transition: all 0.3s var(--theme-navigation-transition);
}
.site-navigation.menu-horizontal .menu > li.mega-menu > .sub-menu > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: var(--theme-width);
  margin-left: auto;
  margin-right: auto;
}
.site-navigation.menu-horizontal .menu > li.mega-menu > .sub-menu > .sub-menu > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  padding-left: var(--theme-screen-padding);
  padding-right: var(--theme-screen-padding);
}
.site-navigation.menu-horizontal .menu > li.mega-menu > .sub-menu > .sub-menu .menu-item-has-children > a {
  font-weight: 600;
  margin-bottom: 0.375rem;
  color: var(--color-primary-background);
  pointer-events: none;
}
.site-navigation.menu-horizontal .menu > li.mega-menu > .sub-menu > .sub-menu .menu-item-has-children > a::after {
  display: none;
}
.site-navigation.menu-horizontal .menu > li.mega-menu > .sub-menu > .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children > a {
  margin-top: 1.375rem;
}
.site-navigation.menu-horizontal .menu > li.mega-menu > .sub-menu .sub-menu {
  position: relative;
  min-width: auto;
  top: 0;
}
.site-navigation.menu-horizontal .menu .menu-item-has-children > a::after {
  --arrow-size: var(--theme-menu-arrow-size);
  --border-width: var(--theme-menu-arrow-border);
  content: "";
  position: relative;
  display: inline-block;
  border-style: solid;
  border-width: 0 0 var(--border-width) var(--border-width);
  border-color: currentColor;
  height: var(--arrow-size);
  width: var(--arrow-size);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(var(--arrow-size) / -2.5);
}
.site-navigation.menu-horizontal .menu .menu-item-has-children:not(.mega-menu) {
  position: relative;
}
.site-navigation.menu-horizontal .menu .menu-item-has-children:not(.mega-menu):hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.site-navigation.menu-horizontal .menu .menu-item-has-children.mega-menu:hover > .sub-menu {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.site-navigation.menu-vertical .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-navigation.menu-vertical.menu-for-drawer .menu {
  width: 100%;
}
.site-navigation.menu-vertical.menu-for-drawer .menu > li {
  width: 100%;
}
.site-navigation.menu-vertical.menu-for-drawer .menu > li > a, .site-navigation.menu-vertical.menu-for-drawer .menu > li > .menu-item-wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  height: var(--theme-drawer-menu-height);
}
@media screen and (min-width: 1024.02px) {
  .site-navigation.menu-vertical.menu-for-drawer .menu > li > a, .site-navigation.menu-vertical.menu-for-drawer .menu > li > .menu-item-wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-navigation.menu-vertical.menu-for-drawer .menu > li > .sub-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    padding: 1.25rem 1.875rem !important;
    background-color: var(--color-drawer-background);
    border-left: 1px solid var(--color-drawer-border);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  }
  .site-navigation.menu-vertical.menu-for-drawer .menu > li > .sub-menu .menu-item-has-children > a {
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }
  .site-navigation.menu-vertical.menu-for-drawer .menu > li > .sub-menu > li:first-child.menu-item-has-children > a {
    margin-top: 0;
  }
  .site-navigation.menu-vertical.menu-for-drawer .menu > li > .sub-menu li:not(.menu-item-has-children) a .menu-item-label {
    --transform-origin-start: left;
    --transform-origin-end: right;
    --reversed-link-gap: min(100%, 1.45em);
    background: -webkit-gradient(linear, , from(currentColor), to(currentColor)) 0 var(--reversed-link-gap)/0 1px no-repeat;
    background: linear-gradient(to var(--transform-origin-start), currentColor, currentColor) 0 var(--reversed-link-gap)/0 1px no-repeat;
    background-position-x: var(--transform-origin-end);
    -webkit-transition: background-size 0.5s cubic-bezier(0.3, 1, 0.3, 1);
    transition: background-size 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  }
  .site-navigation.menu-vertical.menu-for-drawer .menu > li > .sub-menu li:not(.menu-item-has-children) a .menu-item-label:hover {
    background-size: 100% 1px;
    background-position-x: var(--transform-origin-start);
  }
  .site-navigation.menu-vertical.menu-for-drawer .menu > li > .sub-menu .sub-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .site-navigation.menu-vertical.menu-for-drawer .menu > li.menu-item-has-children > a::after {
    --arrow-size: var(--theme-menu-arrow-size);
    --border-width: var(--theme-menu-arrow-border);
    content: "";
    position: relative;
    display: inline-block;
    border-style: solid;
    border-width: 0px var(--border-width) var(--border-width) 0px;
    border-color: currentColor;
    height: var(--arrow-size);
    width: var(--arrow-size);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    margin-left: auto;
    margin-right: 1rem;
  }
  .site-navigation.menu-vertical.menu-for-drawer .menu > li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.site-navigation.menu-vertical.menu-for-drawer .menu > li > .sub-menu {
  padding-left: 2.5rem;
  padding-right: 1.25rem;
}
.site-navigation.menu-vertical.menu-for-drawer .menu a, .site-navigation.menu-vertical.menu-for-drawer .menu .menu-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-navigation.menu-vertical.menu-for-drawer .menu a {
  font-family: var(--theme-drawer-menu-font);
  font-size: var(--theme-drawer-menu-font-size);
  font-weight: var(--theme-drawer-menu-font-weight);
  letter-spacing: var(--theme-drawer-menu-letter-spacing);
}
.site-navigation.menu-vertical.menu-for-drawer .menu .menu-item-wrapper > a {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.site-navigation.menu-vertical.menu-for-drawer .menu .dropdown-icon-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5rem;
  height: var(--theme-drawer-menu-height);
  margin-right: 0.375rem;
}
.site-navigation.menu-vertical.menu-for-drawer .menu .dropdown-icon-wrapper svg {
  width: 1.375rem;
  height: 1.375rem;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.site-navigation.menu-vertical.menu-for-drawer .menu .sub-menu a, .site-navigation.menu-vertical.menu-for-drawer .menu .sub-menu .menu-item-wrapper {
  font-size: var(--theme-drawer-sub-menu-font-size);
  font-weight: var(--theme-drawer-sub-menu-font-weight);
  letter-spacing: var(--theme-drawer-sub-menu-letter-spacing);
  height: var(--theme-drawer-sub-menu-height);
}
.site-navigation.menu-vertical.menu-for-drawer .menu .sub-menu .dropdown-icon-wrapper {
  height: var(--theme-drawer-sub-menu-height);
}
.site-navigation.menu-vertical.menu-for-drawer .menu .sub-menu .sub-menu {
  padding-left: 1.25rem;
}
.site-navigation.menu-vertical.menu-for-drawer .menu li.active > .menu-item-wrapper .dropdown-icon-wrapper svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1023.98px) {
  .site-navigation.menu-vertical.menu-for-drawer .menu li.menu-item-has-children > .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s var(--theme-primary-transition);
    transition: max-height 0.4s var(--theme-primary-transition);
  }
}

/*------------------------------------ 
    09 - Form
------------------------------------*/
button:not(.slick-arrow), .button, input[type=submit], .submit, .btn, .single_add_to_cart_button, .single_buy_now_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--theme-button-font);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  gap: 0.375rem;
  white-space: nowrap;
  outline: 1px solid transparent;
  border-color: transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
button:not(.slick-arrow):not(.no-style):not(.btn-link), .button:not(.no-style):not(.btn-link), input[type=submit]:not(.no-style):not(.btn-link), .submit:not(.no-style):not(.btn-link), .btn:not(.no-style):not(.btn-link), .single_add_to_cart_button:not(.no-style):not(.btn-link), .single_buy_now_button:not(.no-style):not(.btn-link) {
  position: relative;
  color: var(--color-gray-900);
  background-color: var(--color-gray-200);
}
button:not(.slick-arrow):not(.no-style):not(.btn-link) i, .button:not(.no-style):not(.btn-link) i, input[type=submit]:not(.no-style):not(.btn-link) i, .submit:not(.no-style):not(.btn-link) i, .btn:not(.no-style):not(.btn-link) i, .single_add_to_cart_button:not(.no-style):not(.btn-link) i, .single_buy_now_button:not(.no-style):not(.btn-link) i {
  font-size: 1.125rem;
  line-height: 1;
  margin-right: -0.25rem;
}
button:not(.slick-arrow):not(.no-style):not(.btn-link):hover, .button:not(.no-style):not(.btn-link):hover, input[type=submit]:not(.no-style):not(.btn-link):hover, .submit:not(.no-style):not(.btn-link):hover, .btn:not(.no-style):not(.btn-link):hover, .single_add_to_cart_button:not(.no-style):not(.btn-link):hover, .single_buy_now_button:not(.no-style):not(.btn-link):hover {
  background-color: var(--color-gray-300);
  border-color: transparent;
}
button:not(.slick-arrow):not(.no-style):not(.btn-link):focus-within, .button:not(.no-style):not(.btn-link):focus-within, input[type=submit]:not(.no-style):not(.btn-link):focus-within, .submit:not(.no-style):not(.btn-link):focus-within, .btn:not(.no-style):not(.btn-link):focus-within, .single_add_to_cart_button:not(.no-style):not(.btn-link):focus-within, .single_buy_now_button:not(.no-style):not(.btn-link):focus-within {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:not(.slick-arrow):not(.no-style):not(.btn-link).btn-primary, .button:not(.no-style):not(.btn-link).btn-primary, input[type=submit]:not(.no-style):not(.btn-link).btn-primary, .submit:not(.no-style):not(.btn-link).btn-primary, .btn:not(.no-style):not(.btn-link).btn-primary, .single_add_to_cart_button:not(.no-style):not(.btn-link).btn-primary, .single_buy_now_button:not(.no-style):not(.btn-link).btn-primary {
  background-color: var(--color-primary-background);
  color: var(--color-primary-foreground);
}
button:not(.slick-arrow):not(.no-style):not(.btn-link).btn-primary:hover, .button:not(.no-style):not(.btn-link).btn-primary:hover, input[type=submit]:not(.no-style):not(.btn-link).btn-primary:hover, .submit:not(.no-style):not(.btn-link).btn-primary:hover, .btn:not(.no-style):not(.btn-link).btn-primary:hover, .single_add_to_cart_button:not(.no-style):not(.btn-link).btn-primary:hover, .single_buy_now_button:not(.no-style):not(.btn-link).btn-primary:hover {
  background-color: rgba(var(--color-primary-background-rgb), 0.9);
}
button:not(.slick-arrow):not(.no-style):not(.btn-link).btn-secondary, .button:not(.no-style):not(.btn-link).btn-secondary, input[type=submit]:not(.no-style):not(.btn-link).btn-secondary, .submit:not(.no-style):not(.btn-link).btn-secondary, .btn:not(.no-style):not(.btn-link).btn-secondary, .single_add_to_cart_button:not(.no-style):not(.btn-link).btn-secondary, .single_buy_now_button:not(.no-style):not(.btn-link).btn-secondary {
  background-color: var(--color-secondary-background);
  color: var(--color-secondary-foreground);
}
button:not(.slick-arrow):not(.no-style):not(.btn-link).btn-secondary:hover, .button:not(.no-style):not(.btn-link).btn-secondary:hover, input[type=submit]:not(.no-style):not(.btn-link).btn-secondary:hover, .submit:not(.no-style):not(.btn-link).btn-secondary:hover, .btn:not(.no-style):not(.btn-link).btn-secondary:hover, .single_add_to_cart_button:not(.no-style):not(.btn-link).btn-secondary:hover, .single_buy_now_button:not(.no-style):not(.btn-link).btn-secondary:hover {
  background-color: rgba(var(--color-secondary-background-rgb), 0.9);
}
button:not(.slick-arrow):not(.no-style):not(.btn-link).btn-black, .button:not(.no-style):not(.btn-link).btn-black, input[type=submit]:not(.no-style):not(.btn-link).btn-black, .submit:not(.no-style):not(.btn-link).btn-black, .btn:not(.no-style):not(.btn-link).btn-black, .single_add_to_cart_button:not(.no-style):not(.btn-link).btn-black, .single_buy_now_button:not(.no-style):not(.btn-link).btn-black {
  background-color: var(--color-black);
  color: var(--color-white);
}
button:not(.slick-arrow):not(.no-style):not(.btn-link).btn-black:hover, .button:not(.no-style):not(.btn-link).btn-black:hover, input[type=submit]:not(.no-style):not(.btn-link).btn-black:hover, .submit:not(.no-style):not(.btn-link).btn-black:hover, .btn:not(.no-style):not(.btn-link).btn-black:hover, .single_add_to_cart_button:not(.no-style):not(.btn-link).btn-black:hover, .single_buy_now_button:not(.no-style):not(.btn-link).btn-black:hover {
  background-color: rgba(var(--color-black-rgb), 0.9);
}
button:not(.slick-arrow):not(.no-style):not(.btn-link).btn-white, .button:not(.no-style):not(.btn-link).btn-white, input[type=submit]:not(.no-style):not(.btn-link).btn-white, .submit:not(.no-style):not(.btn-link).btn-white, .btn:not(.no-style):not(.btn-link).btn-white, .single_add_to_cart_button:not(.no-style):not(.btn-link).btn-white, .single_buy_now_button:not(.no-style):not(.btn-link).btn-white {
  background-color: var(--color-white);
  color: var(--color-black);
}
button:not(.slick-arrow):not(.no-style):not(.btn-link).btn-white:hover, .button:not(.no-style):not(.btn-link).btn-white:hover, input[type=submit]:not(.no-style):not(.btn-link).btn-white:hover, .submit:not(.no-style):not(.btn-link).btn-white:hover, .btn:not(.no-style):not(.btn-link).btn-white:hover, .single_add_to_cart_button:not(.no-style):not(.btn-link).btn-white:hover, .single_buy_now_button:not(.no-style):not(.btn-link).btn-white:hover {
  background-color: rgba(var(--color-white-rgb), 0.9);
}
button:not(.slick-arrow):not(.no-style):not(.btn-link).btn-white.btn-transparent, .button:not(.no-style):not(.btn-link).btn-white.btn-transparent, input[type=submit]:not(.no-style):not(.btn-link).btn-white.btn-transparent, .submit:not(.no-style):not(.btn-link).btn-white.btn-transparent, .btn:not(.no-style):not(.btn-link).btn-white.btn-transparent, .single_add_to_cart_button:not(.no-style):not(.btn-link).btn-white.btn-transparent, .single_buy_now_button:not(.no-style):not(.btn-link).btn-white.btn-transparent {
  color: var(--color-white);
  background-color: rgba(var(--color-white-rgb), 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
button:not(.slick-arrow):not(.no-style):not(.btn-link).btn-white.btn-transparent:hover, .button:not(.no-style):not(.btn-link).btn-white.btn-transparent:hover, input[type=submit]:not(.no-style):not(.btn-link).btn-white.btn-transparent:hover, .submit:not(.no-style):not(.btn-link).btn-white.btn-transparent:hover, .btn:not(.no-style):not(.btn-link).btn-white.btn-transparent:hover, .single_add_to_cart_button:not(.no-style):not(.btn-link).btn-white.btn-transparent:hover, .single_buy_now_button:not(.no-style):not(.btn-link).btn-white.btn-transparent:hover {
  background-color: rgba(var(--color-white-rgb), 0.2);
}
button:not(.slick-arrow):not(.no-style):not(.btn-small, .btn-link), .button:not(.no-style):not(.btn-small, .btn-link), input[type=submit]:not(.no-style):not(.btn-small, .btn-link), .submit:not(.no-style):not(.btn-small, .btn-link), .btn:not(.no-style):not(.btn-small, .btn-link), .single_add_to_cart_button:not(.no-style):not(.btn-small, .btn-link), .single_buy_now_button:not(.no-style):not(.btn-small, .btn-link) {
  font-size: var(--theme-button-font-size);
  height: var(--theme-button-height);
  padding-left: calc(var(--theme-button-height) / 2);
  padding-right: calc(var(--theme-button-height) / 2);
  border-radius: var(--theme-radius-base);
}
@media screen and (min-width: 1024.02px) {
  button:not(.slick-arrow):not(.no-style):not(.btn-small, .btn-link).btn-large, .button:not(.no-style):not(.btn-small, .btn-link).btn-large, input[type=submit]:not(.no-style):not(.btn-small, .btn-link).btn-large, .submit:not(.no-style):not(.btn-small, .btn-link).btn-large, .btn:not(.no-style):not(.btn-small, .btn-link).btn-large, .single_add_to_cart_button:not(.no-style):not(.btn-small, .btn-link).btn-large, .single_buy_now_button:not(.no-style):not(.btn-small, .btn-link).btn-large {
    font-size: var(--theme-button-font-size-large);
    height: var(--theme-button-height-large);
    padding-left: calc(var(--theme-button-height-large) / 2);
    padding-right: calc(var(--theme-button-height-large) / 2);
    border-radius: var(--theme-radius-base);
  }
  button:not(.slick-arrow):not(.no-style):not(.btn-small, .btn-link).btn-large i, .button:not(.no-style):not(.btn-small, .btn-link).btn-large i, input[type=submit]:not(.no-style):not(.btn-small, .btn-link).btn-large i, .submit:not(.no-style):not(.btn-small, .btn-link).btn-large i, .btn:not(.no-style):not(.btn-small, .btn-link).btn-large i, .single_add_to_cart_button:not(.no-style):not(.btn-small, .btn-link).btn-large i, .single_buy_now_button:not(.no-style):not(.btn-small, .btn-link).btn-large i {
    font-size: 1.25rem;
    line-height: 1;
    margin-right: -0.5rem;
  }
}
button:not(.slick-arrow):not(.no-style).btn-link, button:not(.slick-arrow):not(.no-style).btn-small, .button:not(.no-style).btn-link, .button:not(.no-style).btn-small, input[type=submit]:not(.no-style).btn-link, input[type=submit]:not(.no-style).btn-small, .submit:not(.no-style).btn-link, .submit:not(.no-style).btn-small, .btn:not(.no-style).btn-link, .btn:not(.no-style).btn-small, .single_add_to_cart_button:not(.no-style).btn-link, .single_add_to_cart_button:not(.no-style).btn-small, .single_buy_now_button:not(.no-style).btn-link, .single_buy_now_button:not(.no-style).btn-small {
  font-size: var(--theme-button-font-size-link);
}
button:not(.slick-arrow):not(.no-style).btn-link i, button:not(.slick-arrow):not(.no-style).btn-small i, .button:not(.no-style).btn-link i, .button:not(.no-style).btn-small i, input[type=submit]:not(.no-style).btn-link i, input[type=submit]:not(.no-style).btn-small i, .submit:not(.no-style).btn-link i, .submit:not(.no-style).btn-small i, .btn:not(.no-style).btn-link i, .btn:not(.no-style).btn-small i, .single_add_to_cart_button:not(.no-style).btn-link i, .single_add_to_cart_button:not(.no-style).btn-small i, .single_buy_now_button:not(.no-style).btn-link i, .single_buy_now_button:not(.no-style).btn-small i {
  font-size: 1.125rem;
  line-height: 1;
  margin-right: -0.25rem;
}
button:not(.slick-arrow):not(.no-style).btn-small, .button:not(.no-style).btn-small, input[type=submit]:not(.no-style).btn-small, .submit:not(.no-style).btn-small, .btn:not(.no-style).btn-small, .single_add_to_cart_button:not(.no-style).btn-small, .single_buy_now_button:not(.no-style).btn-small {
  font-size: calc(var(--theme-button-font-size) - 1px);
  height: var(--theme-button-height-small);
  padding-left: calc(var(--theme-button-height-small) / 2);
  padding-right: calc(var(--theme-button-height-small) / 2);
  border-radius: var(--theme-radius-sm);
}
button:not(.slick-arrow):not(.no-style).btn-link, .button:not(.no-style).btn-link, input[type=submit]:not(.no-style).btn-link, .submit:not(.no-style).btn-link, .btn:not(.no-style).btn-link, .single_add_to_cart_button:not(.no-style).btn-link, .single_buy_now_button:not(.no-style).btn-link {
  color: currentColor;
  text-underline-offset: 0.375rem;
}
button:not(.slick-arrow):not(.no-style).btn-link:hover, .button:not(.no-style).btn-link:hover, input[type=submit]:not(.no-style).btn-link:hover, .submit:not(.no-style).btn-link:hover, .btn:not(.no-style).btn-link:hover, .single_add_to_cart_button:not(.no-style).btn-link:hover, .single_buy_now_button:not(.no-style).btn-link:hover {
  text-decoration-color: transparent;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea, select, .form-control, .form-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--theme-input-font);
  font-size: var(--theme-input-font-size);
  font-weight: var(--theme-input-font-weight);
  letter-spacing: var(--theme-input-letter-spacing);
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: var(--theme-input-height);
}
input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
  font-weight: 400;
  color: var(--color-gray-400);
}
input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder {
  font-weight: 400;
  color: var(--color-gray-400);
}
input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  font-weight: 400;
  color: var(--color-gray-400);
}
input[type=color]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder {
  font-weight: 400;
  color: var(--color-gray-400);
}
input[type=color]::placeholder, input[type=date]::placeholder, input[type=datetime-local]::placeholder, input[type=datetime]::placeholder, input[type=email]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=time]::placeholder, input[type=url]::placeholder, input[type=week]::placeholder, textarea::placeholder, select::placeholder, .form-control::placeholder, .form-select::placeholder {
  font-weight: 400;
  color: var(--color-gray-400);
}
input[type=color]:focus-within::-webkit-input-placeholder, input[type=date]:focus-within::-webkit-input-placeholder, input[type=datetime-local]:focus-within::-webkit-input-placeholder, input[type=datetime]:focus-within::-webkit-input-placeholder, input[type=email]:focus-within::-webkit-input-placeholder, input[type=month]:focus-within::-webkit-input-placeholder, input[type=number]:focus-within::-webkit-input-placeholder, input[type=password]:focus-within::-webkit-input-placeholder, input[type=search]:focus-within::-webkit-input-placeholder, input[type=tel]:focus-within::-webkit-input-placeholder, input[type=text]:focus-within::-webkit-input-placeholder, input[type=time]:focus-within::-webkit-input-placeholder, input[type=url]:focus-within::-webkit-input-placeholder, input[type=week]:focus-within::-webkit-input-placeholder, textarea:focus-within::-webkit-input-placeholder, select:focus-within::-webkit-input-placeholder, .form-control:focus-within::-webkit-input-placeholder, .form-select:focus-within::-webkit-input-placeholder {
  color: var(--color-gray-300);
}
input[type=color]:focus-within::-moz-placeholder, input[type=date]:focus-within::-moz-placeholder, input[type=datetime-local]:focus-within::-moz-placeholder, input[type=datetime]:focus-within::-moz-placeholder, input[type=email]:focus-within::-moz-placeholder, input[type=month]:focus-within::-moz-placeholder, input[type=number]:focus-within::-moz-placeholder, input[type=password]:focus-within::-moz-placeholder, input[type=search]:focus-within::-moz-placeholder, input[type=tel]:focus-within::-moz-placeholder, input[type=text]:focus-within::-moz-placeholder, input[type=time]:focus-within::-moz-placeholder, input[type=url]:focus-within::-moz-placeholder, input[type=week]:focus-within::-moz-placeholder, textarea:focus-within::-moz-placeholder, select:focus-within::-moz-placeholder, .form-control:focus-within::-moz-placeholder, .form-select:focus-within::-moz-placeholder {
  color: var(--color-gray-300);
}
input[type=color]:focus-within:-ms-input-placeholder, input[type=date]:focus-within:-ms-input-placeholder, input[type=datetime-local]:focus-within:-ms-input-placeholder, input[type=datetime]:focus-within:-ms-input-placeholder, input[type=email]:focus-within:-ms-input-placeholder, input[type=month]:focus-within:-ms-input-placeholder, input[type=number]:focus-within:-ms-input-placeholder, input[type=password]:focus-within:-ms-input-placeholder, input[type=search]:focus-within:-ms-input-placeholder, input[type=tel]:focus-within:-ms-input-placeholder, input[type=text]:focus-within:-ms-input-placeholder, input[type=time]:focus-within:-ms-input-placeholder, input[type=url]:focus-within:-ms-input-placeholder, input[type=week]:focus-within:-ms-input-placeholder, textarea:focus-within:-ms-input-placeholder, select:focus-within:-ms-input-placeholder, .form-control:focus-within:-ms-input-placeholder, .form-select:focus-within:-ms-input-placeholder {
  color: var(--color-gray-300);
}
input[type=color]:focus-within::-ms-input-placeholder, input[type=date]:focus-within::-ms-input-placeholder, input[type=datetime-local]:focus-within::-ms-input-placeholder, input[type=datetime]:focus-within::-ms-input-placeholder, input[type=email]:focus-within::-ms-input-placeholder, input[type=month]:focus-within::-ms-input-placeholder, input[type=number]:focus-within::-ms-input-placeholder, input[type=password]:focus-within::-ms-input-placeholder, input[type=search]:focus-within::-ms-input-placeholder, input[type=tel]:focus-within::-ms-input-placeholder, input[type=text]:focus-within::-ms-input-placeholder, input[type=time]:focus-within::-ms-input-placeholder, input[type=url]:focus-within::-ms-input-placeholder, input[type=week]:focus-within::-ms-input-placeholder, textarea:focus-within::-ms-input-placeholder, select:focus-within::-ms-input-placeholder, .form-control:focus-within::-ms-input-placeholder, .form-select:focus-within::-ms-input-placeholder {
  color: var(--color-gray-300);
}
input[type=color]:focus-within::placeholder, input[type=date]:focus-within::placeholder, input[type=datetime-local]:focus-within::placeholder, input[type=datetime]:focus-within::placeholder, input[type=email]:focus-within::placeholder, input[type=month]:focus-within::placeholder, input[type=number]:focus-within::placeholder, input[type=password]:focus-within::placeholder, input[type=search]:focus-within::placeholder, input[type=tel]:focus-within::placeholder, input[type=text]:focus-within::placeholder, input[type=time]:focus-within::placeholder, input[type=url]:focus-within::placeholder, input[type=week]:focus-within::placeholder, textarea:focus-within::placeholder, select:focus-within::placeholder, .form-control:focus-within::placeholder, .form-select:focus-within::placeholder {
  color: var(--color-gray-300);
}
input[type=color]:not(.no-style), input[type=date]:not(.no-style), input[type=datetime-local]:not(.no-style), input[type=datetime]:not(.no-style), input[type=email]:not(.no-style), input[type=month]:not(.no-style), input[type=number]:not(.no-style), input[type=password]:not(.no-style), input[type=search]:not(.no-style), input[type=tel]:not(.no-style), input[type=text]:not(.no-style), input[type=time]:not(.no-style), input[type=url]:not(.no-style), input[type=week]:not(.no-style), textarea:not(.no-style), select:not(.no-style), .form-control:not(.no-style), .form-select:not(.no-style) {
  height: var(--theme-input-height);
  border-radius: var(--theme-radius-base);
  padding-left: calc(var(--theme-input-height) / 2.5);
  padding-right: calc(var(--theme-input-height) / 2.5);
}
input[type=color]:not(.no-style):not(.input-filled), input[type=date]:not(.no-style):not(.input-filled), input[type=datetime-local]:not(.no-style):not(.input-filled), input[type=datetime]:not(.no-style):not(.input-filled), input[type=email]:not(.no-style):not(.input-filled), input[type=month]:not(.no-style):not(.input-filled), input[type=number]:not(.no-style):not(.input-filled), input[type=password]:not(.no-style):not(.input-filled), input[type=search]:not(.no-style):not(.input-filled), input[type=tel]:not(.no-style):not(.input-filled), input[type=text]:not(.no-style):not(.input-filled), input[type=time]:not(.no-style):not(.input-filled), input[type=url]:not(.no-style):not(.input-filled), input[type=week]:not(.no-style):not(.input-filled), textarea:not(.no-style):not(.input-filled), select:not(.no-style):not(.input-filled), .form-control:not(.no-style):not(.input-filled), .form-select:not(.no-style):not(.input-filled) {
  border: 1px solid var(--color-gray-300);
}
input[type=color]:not(.no-style):not(.input-filled):focus, input[type=color]:not(.no-style):not(.input-filled):active, input[type=color]:not(.no-style):not(.input-filled):focus-within, input[type=date]:not(.no-style):not(.input-filled):focus, input[type=date]:not(.no-style):not(.input-filled):active, input[type=date]:not(.no-style):not(.input-filled):focus-within, input[type=datetime-local]:not(.no-style):not(.input-filled):focus, input[type=datetime-local]:not(.no-style):not(.input-filled):active, input[type=datetime-local]:not(.no-style):not(.input-filled):focus-within, input[type=datetime]:not(.no-style):not(.input-filled):focus, input[type=datetime]:not(.no-style):not(.input-filled):active, input[type=datetime]:not(.no-style):not(.input-filled):focus-within, input[type=email]:not(.no-style):not(.input-filled):focus, input[type=email]:not(.no-style):not(.input-filled):active, input[type=email]:not(.no-style):not(.input-filled):focus-within, input[type=month]:not(.no-style):not(.input-filled):focus, input[type=month]:not(.no-style):not(.input-filled):active, input[type=month]:not(.no-style):not(.input-filled):focus-within, input[type=number]:not(.no-style):not(.input-filled):focus, input[type=number]:not(.no-style):not(.input-filled):active, input[type=number]:not(.no-style):not(.input-filled):focus-within, input[type=password]:not(.no-style):not(.input-filled):focus, input[type=password]:not(.no-style):not(.input-filled):active, input[type=password]:not(.no-style):not(.input-filled):focus-within, input[type=search]:not(.no-style):not(.input-filled):focus, input[type=search]:not(.no-style):not(.input-filled):active, input[type=search]:not(.no-style):not(.input-filled):focus-within, input[type=tel]:not(.no-style):not(.input-filled):focus, input[type=tel]:not(.no-style):not(.input-filled):active, input[type=tel]:not(.no-style):not(.input-filled):focus-within, input[type=text]:not(.no-style):not(.input-filled):focus, input[type=text]:not(.no-style):not(.input-filled):active, input[type=text]:not(.no-style):not(.input-filled):focus-within, input[type=time]:not(.no-style):not(.input-filled):focus, input[type=time]:not(.no-style):not(.input-filled):active, input[type=time]:not(.no-style):not(.input-filled):focus-within, input[type=url]:not(.no-style):not(.input-filled):focus, input[type=url]:not(.no-style):not(.input-filled):active, input[type=url]:not(.no-style):not(.input-filled):focus-within, input[type=week]:not(.no-style):not(.input-filled):focus, input[type=week]:not(.no-style):not(.input-filled):active, input[type=week]:not(.no-style):not(.input-filled):focus-within, textarea:not(.no-style):not(.input-filled):focus, textarea:not(.no-style):not(.input-filled):active, textarea:not(.no-style):not(.input-filled):focus-within, select:not(.no-style):not(.input-filled):focus, select:not(.no-style):not(.input-filled):active, select:not(.no-style):not(.input-filled):focus-within, .form-control:not(.no-style):not(.input-filled):focus, .form-control:not(.no-style):not(.input-filled):active, .form-control:not(.no-style):not(.input-filled):focus-within, .form-select:not(.no-style):not(.input-filled):focus, .form-select:not(.no-style):not(.input-filled):active, .form-select:not(.no-style):not(.input-filled):focus-within {
  -webkit-box-shadow: 0 0 0 0.1875rem rgba(var(--color-primary-background-rgb), 0.15);
  box-shadow: 0 0 0 0.1875rem rgba(var(--color-primary-background-rgb), 0.15);
  border-color: var(--color-primary-background);
}
@media screen and (min-width: 1024.02px) {
  input[type=color]:not(.no-style).input-lg, input[type=date]:not(.no-style).input-lg, input[type=datetime-local]:not(.no-style).input-lg, input[type=datetime]:not(.no-style).input-lg, input[type=email]:not(.no-style).input-lg, input[type=month]:not(.no-style).input-lg, input[type=number]:not(.no-style).input-lg, input[type=password]:not(.no-style).input-lg, input[type=search]:not(.no-style).input-lg, input[type=tel]:not(.no-style).input-lg, input[type=text]:not(.no-style).input-lg, input[type=time]:not(.no-style).input-lg, input[type=url]:not(.no-style).input-lg, input[type=week]:not(.no-style).input-lg, textarea:not(.no-style).input-lg, select:not(.no-style).input-lg, .form-control:not(.no-style).input-lg, .form-select:not(.no-style).input-lg {
    height: var(--theme-input-height-large);
    padding-left: calc(var(--theme-input-height-large) / 2.5);
    padding-right: calc(var(--theme-input-height-large) / 2.5);
    border-radius: var(--theme-radius-lg);
  }
  input[type=color]:not(.no-style).input-lg:not(.input-filled):focus, input[type=color]:not(.no-style).input-lg:not(.input-filled):active, input[type=color]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=date]:not(.no-style).input-lg:not(.input-filled):focus, input[type=date]:not(.no-style).input-lg:not(.input-filled):active, input[type=date]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=datetime-local]:not(.no-style).input-lg:not(.input-filled):focus, input[type=datetime-local]:not(.no-style).input-lg:not(.input-filled):active, input[type=datetime-local]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=datetime]:not(.no-style).input-lg:not(.input-filled):focus, input[type=datetime]:not(.no-style).input-lg:not(.input-filled):active, input[type=datetime]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=email]:not(.no-style).input-lg:not(.input-filled):focus, input[type=email]:not(.no-style).input-lg:not(.input-filled):active, input[type=email]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=month]:not(.no-style).input-lg:not(.input-filled):focus, input[type=month]:not(.no-style).input-lg:not(.input-filled):active, input[type=month]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=number]:not(.no-style).input-lg:not(.input-filled):focus, input[type=number]:not(.no-style).input-lg:not(.input-filled):active, input[type=number]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=password]:not(.no-style).input-lg:not(.input-filled):focus, input[type=password]:not(.no-style).input-lg:not(.input-filled):active, input[type=password]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=search]:not(.no-style).input-lg:not(.input-filled):focus, input[type=search]:not(.no-style).input-lg:not(.input-filled):active, input[type=search]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=tel]:not(.no-style).input-lg:not(.input-filled):focus, input[type=tel]:not(.no-style).input-lg:not(.input-filled):active, input[type=tel]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=text]:not(.no-style).input-lg:not(.input-filled):focus, input[type=text]:not(.no-style).input-lg:not(.input-filled):active, input[type=text]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=time]:not(.no-style).input-lg:not(.input-filled):focus, input[type=time]:not(.no-style).input-lg:not(.input-filled):active, input[type=time]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=url]:not(.no-style).input-lg:not(.input-filled):focus, input[type=url]:not(.no-style).input-lg:not(.input-filled):active, input[type=url]:not(.no-style).input-lg:not(.input-filled):focus-within, input[type=week]:not(.no-style).input-lg:not(.input-filled):focus, input[type=week]:not(.no-style).input-lg:not(.input-filled):active, input[type=week]:not(.no-style).input-lg:not(.input-filled):focus-within, textarea:not(.no-style).input-lg:not(.input-filled):focus, textarea:not(.no-style).input-lg:not(.input-filled):active, textarea:not(.no-style).input-lg:not(.input-filled):focus-within, select:not(.no-style).input-lg:not(.input-filled):focus, select:not(.no-style).input-lg:not(.input-filled):active, select:not(.no-style).input-lg:not(.input-filled):focus-within, .form-control:not(.no-style).input-lg:not(.input-filled):focus, .form-control:not(.no-style).input-lg:not(.input-filled):active, .form-control:not(.no-style).input-lg:not(.input-filled):focus-within, .form-select:not(.no-style).input-lg:not(.input-filled):focus, .form-select:not(.no-style).input-lg:not(.input-filled):active, .form-select:not(.no-style).input-lg:not(.input-filled):focus-within {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--color-primary-background-rgb), 0.15);
    box-shadow: 0 0 0 0.25rem rgba(var(--color-primary-background-rgb), 0.15);
  }
}
input[type=color]:not(.no-style).input-filled, input[type=date]:not(.no-style).input-filled, input[type=datetime-local]:not(.no-style).input-filled, input[type=datetime]:not(.no-style).input-filled, input[type=email]:not(.no-style).input-filled, input[type=month]:not(.no-style).input-filled, input[type=number]:not(.no-style).input-filled, input[type=password]:not(.no-style).input-filled, input[type=search]:not(.no-style).input-filled, input[type=tel]:not(.no-style).input-filled, input[type=text]:not(.no-style).input-filled, input[type=time]:not(.no-style).input-filled, input[type=url]:not(.no-style).input-filled, input[type=week]:not(.no-style).input-filled, textarea:not(.no-style).input-filled, select:not(.no-style).input-filled, .form-control:not(.no-style).input-filled, .form-select:not(.no-style).input-filled {
  border-color: var(--color-gray-100);
  background-color: var(--color-gray-100);
}
input[type=color]:not(.no-style).input-filled:focus, input[type=color]:not(.no-style).input-filled:active, input[type=color]:not(.no-style).input-filled:focus-within, input[type=date]:not(.no-style).input-filled:focus, input[type=date]:not(.no-style).input-filled:active, input[type=date]:not(.no-style).input-filled:focus-within, input[type=datetime-local]:not(.no-style).input-filled:focus, input[type=datetime-local]:not(.no-style).input-filled:active, input[type=datetime-local]:not(.no-style).input-filled:focus-within, input[type=datetime]:not(.no-style).input-filled:focus, input[type=datetime]:not(.no-style).input-filled:active, input[type=datetime]:not(.no-style).input-filled:focus-within, input[type=email]:not(.no-style).input-filled:focus, input[type=email]:not(.no-style).input-filled:active, input[type=email]:not(.no-style).input-filled:focus-within, input[type=month]:not(.no-style).input-filled:focus, input[type=month]:not(.no-style).input-filled:active, input[type=month]:not(.no-style).input-filled:focus-within, input[type=number]:not(.no-style).input-filled:focus, input[type=number]:not(.no-style).input-filled:active, input[type=number]:not(.no-style).input-filled:focus-within, input[type=password]:not(.no-style).input-filled:focus, input[type=password]:not(.no-style).input-filled:active, input[type=password]:not(.no-style).input-filled:focus-within, input[type=search]:not(.no-style).input-filled:focus, input[type=search]:not(.no-style).input-filled:active, input[type=search]:not(.no-style).input-filled:focus-within, input[type=tel]:not(.no-style).input-filled:focus, input[type=tel]:not(.no-style).input-filled:active, input[type=tel]:not(.no-style).input-filled:focus-within, input[type=text]:not(.no-style).input-filled:focus, input[type=text]:not(.no-style).input-filled:active, input[type=text]:not(.no-style).input-filled:focus-within, input[type=time]:not(.no-style).input-filled:focus, input[type=time]:not(.no-style).input-filled:active, input[type=time]:not(.no-style).input-filled:focus-within, input[type=url]:not(.no-style).input-filled:focus, input[type=url]:not(.no-style).input-filled:active, input[type=url]:not(.no-style).input-filled:focus-within, input[type=week]:not(.no-style).input-filled:focus, input[type=week]:not(.no-style).input-filled:active, input[type=week]:not(.no-style).input-filled:focus-within, textarea:not(.no-style).input-filled:focus, textarea:not(.no-style).input-filled:active, textarea:not(.no-style).input-filled:focus-within, select:not(.no-style).input-filled:focus, select:not(.no-style).input-filled:active, select:not(.no-style).input-filled:focus-within, .form-control:not(.no-style).input-filled:focus, .form-control:not(.no-style).input-filled:active, .form-control:not(.no-style).input-filled:focus-within, .form-select:not(.no-style).input-filled:focus, .form-select:not(.no-style).input-filled:active, .form-select:not(.no-style).input-filled:focus-within {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--color-gray-50);
  border-color: var(--color-gray-200);
}
input[type=color].no-style, input[type=date].no-style, input[type=datetime-local].no-style, input[type=datetime].no-style, input[type=email].no-style, input[type=month].no-style, input[type=number].no-style, input[type=password].no-style, input[type=search].no-style, input[type=tel].no-style, input[type=text].no-style, input[type=time].no-style, input[type=url].no-style, input[type=week].no-style, textarea.no-style, select.no-style, .form-control.no-style, .form-select.no-style {
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  padding-top: 1rem;
  min-height: 7.875rem;
}

/*------------------------------------ 
    10 - Mobile Navbar
------------------------------------*/
.site-mobile-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (min-width: 1024.02px) {
  .site-mobile-navbar {
    display: none;
  }
}
.site-mobile-navbar .site-mobile-navbar-inner {
  position: relative;
  color: var(--color-black);
  background-color: var(--color-white);
  border-top: 1px solid var(--color-gray-200);
  border-left: 1px solid var(--color-gray-200);
  border-right: 1px solid var(--color-gray-200);
  border-radius: var(--theme-radius-base);
  -webkit-box-shadow: 0 -4px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0 -4px 8px 0px rgba(0, 0, 0, 0.04);
  padding: 0.75rem 0.875rem;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.7, 0, 0.2, 1);
}
.site-mobile-navbar .site-mobile-navbar-inner .site-navigation .menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.375rem;
}
.site-mobile-navbar .site-mobile-navbar-inner .site-navigation .menu li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-mobile-navbar .site-mobile-navbar-inner .site-navigation .menu li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 2.875rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  max-height: 3.125rem;
  color: currentColor;
}
.site-mobile-navbar .site-mobile-navbar-inner .site-navigation .menu li a svg {
  width: 1.5rem;
  height: 1.5rem;
}
.site-mobile-navbar .site-mobile-navbar-inner .site-navigation .menu li a span {
  position: relative;
  display: block;
  font-size: 0.5625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-gray-500);
  width: 100%;
  -webkit-transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1;
}

/*------------------------------------ 
    07 - Header
------------------------------------*/
.site-header {
  --transition-time: 0.2s;
  position: relative;
  z-index: 10;
}
.site-header .header-row {
  position: relative;
}
.site-header .header-inner {
  gap: var(--theme-header-gap);
  height: var(--theme-header-height);
}
@media screen and (min-width: 1024.02px) {
  .site-header .header-inner {
    gap: var(--theme-header-gap-desktop);
    height: var(--theme-header-height-desktop);
  }
  .site-header .header-inner .site-navigation .menu > li > a {
    height: var(--theme-header-height-desktop);
  }
}
.site-header .header-inner .column {
  gap: var(--theme-header-gap);
}
@media screen and (min-width: 1024.02px) {
  .site-header .header-inner .column {
    gap: var(--theme-header-gap-desktop);
  }
}
.site-header .header-inner .column.brand-column .site-navigation {
  padding-left: calc(var(--theme-header-gap) * 2);
}
.site-header .site-actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--theme-header-gap);
}
.site-header:not(.transparent) {
  color: var(--color-header-foreground);
  background-color: var(--color-header-background);
}
.site-header.transparent {
  -webkit-transition: all var(--transition-time) var(--theme-navigation-transition);
  transition: all var(--transition-time) var(--theme-navigation-transition);
}
.site-header.transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-header-background);
}
.site-header.transparent.transparent-opacity::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity var(--transition-time) var(--theme-navigation-transition);
  transition: opacity var(--transition-time) var(--theme-navigation-transition);
}
.site-header.transparent.transparent-height::before {
  height: 0;
  -webkit-transition: height var(--transition-time) var(--theme-navigation-transition);
  transition: height var(--transition-time) var(--theme-navigation-transition);
}
.site-header.transparent + .main-content {
  margin-top: calc(var(--theme-header-height) * -1);
}
@media screen and (min-width: 1024.02px) {
  .site-header.transparent + .main-content {
    margin-top: calc(var(--theme-header-height-desktop) * -1);
  }
}
.site-header.transparent:not(.stuck) .site-brand img {
  -webkit-transition: opacity var(--transition-time) var(--theme-navigation-transition);
  transition: opacity var(--transition-time) var(--theme-navigation-transition);
}
.site-header.transparent:not(.stuck).dark {
  color: var(--color-black);
}
.site-header.transparent:not(.stuck).light {
  color: var(--color-white);
}
.site-header.transparent:not(.stuck).light .site-brand img.default {
  opacity: 0;
}
.site-header.transparent:not(.stuck).light .site-brand img.transparent {
  opacity: 1;
}
.site-header.transparent:not(.stuck).transparent-height .site-navigation .mega-menu > .sub-menu {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.site-header.transparent:not(.stuck).hover {
  color: var(--color-header-foreground);
}
.site-header.transparent:not(.stuck).hover.transparent-opacity::before {
  opacity: 1;
}
.site-header.transparent:not(.stuck).hover.transparent-height::before {
  height: 100%;
}
.site-header.transparent:not(.stuck).hover.transparent-height .site-navigation .mega-menu > .sub-menu {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.site-header.transparent:not(.stuck).hover .site-brand img.default {
  opacity: 1;
}
.site-header.transparent:not(.stuck).hover .site-brand img.transparent {
  opacity: 0;
}
.site-header.transparent.stuck {
  background-color: var(--color-header-background);
}

.sticky-header-wrapper + .main-content {
  margin-top: calc(var(--theme-header-height) * -1);
}
@media screen and (min-width: 1024.02px) {
  .sticky-header-wrapper + .main-content {
    margin-top: calc(var(--theme-header-height-desktop) * -1);
  }
}

.site-header.transparent + .main-content > *:first-child.site-page-header, .site-header.transparent + .main-content > *:first-child.page-inner-content {
  padding-top: var(--theme-header-height);
}
@media screen and (min-width: 1024.02px) {
  .site-header.transparent + .main-content > *:first-child.site-page-header, .site-header.transparent + .main-content > *:first-child.page-inner-content {
    padding-top: var(--theme-header-height-desktop);
  }
}

.site-header .site-navigation {
  display: none;
}
@media screen and (min-width: 1024.02px) {
  .site-header .site-navigation {
    display: block;
  }
}
.site-header .site-navigation .menu {
  -webkit-column-gap: var(--theme-menu-gap);
  -moz-column-gap: var(--theme-menu-gap);
  column-gap: var(--theme-menu-gap);
}
.site-header .site-navigation .menu a {
  font-family: var(--theme-menu-font);
  font-size: var(--theme-menu-font-size);
  font-weight: var(--theme-menu-font-weight);
  letter-spacing: var(--theme-menu-letter-spacing);
  gap: var(--theme-menu-item-gap);
}
.site-header .site-navigation .menu .menu-item-has-children > a::after {
  --arrow-size: var(--theme-menu-arrow-size);
  --border-width: var(--theme-menu-arrow-border);
}
.site-header .site-navigation .menu > .menu-item-has-children:after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: calc(var(--header-height-desktop, var(--theme-header-height-desktop)) + 0.0625rem);
  background-color: rgba(var(--color-overlay-background-rgb), var(--color-overlay-background-opacity));
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s var(--theme-navigation-transition);
  transition: opacity 0.25s var(--theme-navigation-transition);
}
.site-header .site-navigation .menu > .menu-item-has-children:hover::after {
  opacity: 1;
}

.site-subheader {
  position: relative;
  background-color: var(--color-subheader-background);
  color: var(--color-subheader-foreground);
  z-index: 16;
}
.site-subheader .site-subheader-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: var(--theme-subheader-font-size);
  font-weight: var(--theme-subheader-font-weight);
  letter-spacing: var(--theme-subheader-letter-spacing);
  height: var(--theme-subheader-height);
  gap: var(--theme-subheader-gap);
}
.site-subheader .site-subheader-inner .site-navigation .menu {
  gap: var(--theme-subheader-gap);
}
.site-subheader .site-subheader-inner .site-navigation .menu a i {
  font-size: calc(var(--theme-subheader-font-size) + 0.0625rem);
}
.site-subheader .site-subheader-inner .site-navigation .menu > li > a {
  height: var(--theme-subheader-height);
}
.site-subheader .site-subheader-inner .site-navigation .menu > li .sub-menu {
  --theme-sub-menu-padding: 1.25rem;
  min-width: auto;
}
.site-subheader .site-subheader-inner .site-navigation .menu > li .sub-menu a {
  font-size: inherit;
}

/*------------------------------------ 
    08 - Modules
------------------------------------*/
.badge {
  --bs-badge-padding-x: 0.75rem;
  --bs-badge-padding-y: 0.5rem;
  --bs-badge-border-radius: var(--theme-radius-sm);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  color: var(--color-gray-900);
  background-color: var(--color-gray-100);
}
.badge.badge-rounded {
  --bs-badge-padding-x: 0.875rem;
  --bs-badge-border-radius: 624.9375rem;
}
.badge.badge-text {
  --bs-badge-padding-x: 0.625rem;
  --bs-badge-padding-y: 0.5rem;
  position: relative;
  color: currentColor;
  background-color: transparent;
  outline: 1px solid currentColor;
}
@media screen and (min-width: 1024.02px) {
  .badge.badge-text {
    --bs-badge-padding-x: 0.875rem;
    --bs-badge-padding-y: 0.625rem;
  }
}
.badge.badge-text.badge-text-white {
  outline-color: rgba(255, 255, 255, 0.4);
}
.badge.badge-text.badge-rounded {
  --bs-badge-padding-x: 1rem;
}
.badge.badge-text.badge-rounded::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 624.9375rem;
  background-color: currentColor;
}
@media screen and (min-width: 1024.02px) {
  .badge.badge-text.badge-rounded::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.site-text-block {
  position: relative;
}
.site-text-block .text-block-header {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024.02px) {
  .site-text-block .text-block-header {
    margin-bottom: 1.5rem;
  }
}
.site-text-block .text-block-header .entry-subtitle {
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 1024.02px) {
  .site-text-block .text-block-header .entry-subtitle {
    margin-bottom: 1.5rem;
  }
}
.site-text-block .entry-actions {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024.02px) {
  .site-text-block .entry-actions {
    margin-top: 3.75rem;
  }
}

.site-instructor-box {
  position: relative;
  max-width: 28.75rem;
  z-index: 1;
}
.site-instructor-box .instructor-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 1.125rem;
  border-radius: var(--theme-radius-sm);
}
.site-instructor-box .instructor-box-inner .instructor-avatar {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
  border-radius: var(--theme-radius-sm);
}
.site-instructor-box .instructor-box-inner .instructor-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.site-instructor-box .instructor-box-inner .instructor-content .instructor-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.site-instructor-box .instructor-box-inner .instructor-content .instructor-info > * {
  color: currentColor;
}
.site-instructor-box .instructor-box-inner .instructor-content .instructor-name {
  font-size: var(--theme-text-sm);
  font-weight: 600;
  margin-bottom: 0.125rem;
}
.site-instructor-box .instructor-box-inner .instructor-content .instructor-role {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.site-instructor-box .instructor-box-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0.75rem 1.125rem;
  border-bottom-left-radius: var(--theme-radius-sm);
  border-bottom-right-radius: var(--theme-radius-sm);
}
.site-instructor-box .instructor-box-rating .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.75rem;
  gap: 0.25rem;
  color: currentColor;
}
.site-instructor-box .instructor-box-rating .rating-stars i::before {
  margin: 0;
}
.site-instructor-box .instructor-box-rating .rating-text {
  font-size: var(--theme-text-xs);
}
.site-instructor-box:has(.instructor-box-rating) .instructor-box-inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.site-instructor-box.box-white {
  color: var(--color-black);
}
.site-instructor-box.box-white .instructor-box-inner {
  background-color: var(--color-white);
}
.site-instructor-box.box-white .instructor-box-rating {
  background-color: var(--color-white);
  border-top: 1px solid var(--color-gray-200);
}
.site-instructor-box.box-white.box-transparent {
  color: var(--color-white);
}
.site-instructor-box.box-white.box-transparent .instructor-box-inner {
  background-color: rgba(var(--color-white-rgb), 0.15);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}
.site-instructor-box.box-white.box-transparent .instructor-box-rating {
  border-top: 0;
  background-color: rgba(var(--color-white-rgb), 0.08);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}
.site-instructor-box.box-secondary {
  color: var(--color-black);
}
.site-instructor-box.box-secondary .instructor-box-inner {
  background-color: var(--color-secondary-background);
}
.site-instructor-box.box-secondary .instructor-box-rating {
  background-color: var(--color-white);
  border-top: 1px solid var(--color-gray-200);
}
.site-instructor-box.box-secondary.box-transparent {
  color: var(--color-white);
}
.site-instructor-box.box-secondary.box-transparent .instructor-box-inner {
  background-color: rgba(var(--color-white-rgb), 0.15);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}
.site-instructor-box.box-secondary.box-transparent .instructor-box-rating {
  border-top: 0;
  background-color: rgba(var(--color-white-rgb), 0.08);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}
@media screen and (min-width: 1024.02px) {
  .site-instructor-box.for-hero-large {
    display: none;
  }
}
@media screen and (min-width: 1600.02px) {
  .site-instructor-box.for-hero-large {
    display: block;
  }
}

.site-instructor {
  position: relative;
}
.site-instructor .instructor-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-sm);
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 1024.02px) {
  .site-instructor .instructor-thumbnail {
    border-radius: var(--theme-radius-base);
    margin-bottom: 1.125rem;
  }
}
.site-instructor .instructor-thumbnail .instructor-social {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
.site-instructor .instructor-thumbnail .instructor-social ul li {
  -webkit-transition: all 0.4s var(--theme-secondary-transition);
  transition: all 0.4s var(--theme-secondary-transition);
}
@media screen and (min-width: 1024.02px) {
  .site-instructor .instructor-thumbnail .instructor-social ul li {
    opacity: 0;
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  .site-instructor .instructor-thumbnail .instructor-social ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .site-instructor .instructor-thumbnail .instructor-social ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .site-instructor .instructor-thumbnail .instructor-social ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .site-instructor .instructor-thumbnail .instructor-social ul li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .site-instructor .instructor-thumbnail .instructor-social ul li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.site-instructor .instructor-content .instructor-name {
  font-size: var(--theme-text-base);
  font-weight: 600;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 1024.02px) {
  .site-instructor .instructor-content .instructor-name {
    font-size: var(--theme-text-xl);
  }
}
.site-instructor .instructor-content .instructor-name a {
  color: currentColor;
  text-decoration: none;
}
.site-instructor .instructor-content .instructor-role {
  font-size: 0.875rem;
  color: var(--color-gray-500);
  margin-bottom: 0;
}
@media screen and (min-width: 1024.02px) {
  .site-instructor:hover .instructor-thumbnail ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.section-text-heading .text-heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.25rem;
}
.section-text-heading .text-heading-inner .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.section-text-heading.style-1 .column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024.02px) {
  .section-text-heading.style-1 .column {
    width: 50%;
  }
}
@media screen and (min-width: 1024.02px) {
  .section-text-heading.style-1 .column.heading-column {
    padding-right: 3.75rem;
  }
}
.section-text-heading.style-2 {
  text-align: center;
}
.section-text-heading.style-2 .column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 51.25rem;
  margin-left: auto;
  margin-right: auto;
}

.site-page-loading {
  position: fixed;
  display: grid;
  color: var(--color-loading-foreground);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.site-page-loading > * {
  grid-column: 1;
  grid-row: 1;
}
.site-page-loading .site-page-loading-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.site-page-loading .site-page-loading-inner .page-loading-captions {
  font-size: 1.625rem;
  line-height: 1.625rem;
  letter-spacing: -0.03em;
}
.site-page-loading .site-page-loading-inner .page-loading-captions-wrapper {
  display: block;
  overflow: hidden;
  height: 1.1em;
}
.site-page-loading .site-page-loading-inner .page-loading-captions-wrapper .page-loading-caption {
  text-align: center;
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}
.site-page-loading .site-page-loading-inner .page-loading-count {
  font-size: 2.25rem;
  font-weight: 300;
}
@media screen and (min-width: 1024.02px) {
  .site-page-loading .site-page-loading-inner .page-loading-count {
    font-size: 6rem;
  }
}
.site-page-loading .site-page-loading-bg {
  width: 100%;
  height: 100%;
  background-color: var(--color-loading-background);
}

.site-section {
  position: relative;
}
.site-section .site-section-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-section .site-section-tab {
    margin-bottom: 2.25rem;
  }
}
.site-section .site-section-tab .column {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.875rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.site-section .site-section-tab .column > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024.02px) {
  .site-section .site-section-tab .column > * {
    width: auto;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-section .site-section-tab .column {
    gap: 2.25rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-section .site-section-tab .column.tabs-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-section .site-section-tab .column.actions-column {
    width: auto;
  }
}
.site-section .site-section-tab .section-tab-nav .tab-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-section .site-section-tab .section-tab-nav .tab-nav-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  height: 2.5rem;
  border: 1px solid var(--color-gray-300);
  border-radius: 6.1875rem;
  padding-left: 1rem;
  padding-right: 0.25rem;
  color: currentColor;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1024.02px) {
  .site-section .site-section-tab .section-tab-nav .tab-nav-list li a {
    gap: 0.875rem;
    height: 2.75rem;
    padding-left: 1.125rem;
  }
}
.site-section .site-section-tab .section-tab-nav .tab-nav-list li a .tab-nav-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.6875rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 6.1875rem;
  border: 1px solid var(--color-gray-200);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1024.02px) {
  .site-section .site-section-tab .section-tab-nav .tab-nav-list li a .tab-nav-count {
    font-size: 0.75rem;
    width: 2.125rem;
    height: 2.125rem;
  }
}
.site-section .site-section-tab .section-tab-nav .tab-nav-list li a:hover {
  border-color: var(--color-gray-400);
}
.site-section .site-section-tab .section-tab-nav .tab-nav-list li a:hover .tab-nav-count {
  background-color: var(--color-gray-100);
}
.site-section .site-section-tab .section-tab-nav .tab-nav-list li a.active {
  border-color: var(--color-gray-500);
}
.site-section .site-section-tab .section-tab-nav .tab-nav-list li a.active .tab-nav-count {
  border-color: var(--color-black);
  background-color: var(--color-black);
  color: var(--color-white);
}

.site-slider-wrapper {
  position: relative;
  width: 100%;
}
.site-slider-wrapper .swiper-controls > * {
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-slider-wrapper.slider-initialized .swiper-controls > * {
  opacity: 1;
  visibility: visible;
}
.site-slider-wrapper .site-slider .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
}
.site-slider-wrapper .site-slider > * {
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}
.site-slider-wrapper .site-slider.swiper-initialized > * {
  opacity: 1;
  visibility: visible;
}
.site-slider-wrapper .site-slider[data-parallax=true] .swiper-slide {
  position: relative;
  overflow: hidden;
}
.site-slider-wrapper .swiper-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  color: currentColor;
  text-decoration: none;
}
.site-slider-wrapper .swiper-nav::after {
  display: none;
}
.site-slider-wrapper .swiper-nav svg {
  width: 1.625rem;
  height: auto;
}
.site-slider-wrapper .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 0.25rem;
  --swiper-pagination-bullet-width: 0.4375rem;
  --swiper-pagination-bullet-height: 0.4375rem;
  --swiper-pagination-bullet-size: 0.4375rem;
  --swiper-pagination-bullet-inactive-color: var(--color-gray-800);
  --swiper-pagination-color: var(--color-primary-background);
}
.site-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  outline: 0.125rem solid transparent;
  outline-offset: -0.0625rem;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  outline-color: var(--swiper-pagination-color);
}
@media screen and (min-width: 1024.02px) {
  .site-slider-wrapper.classes-style .swiper-nav {
    --swiper-navigation-sides-offset: -1.875rem;
    width: 3.75rem;
    height: 3.75rem;
    background-color: rgba(var(--color-white-rgb), 0.5);
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
    outline: 0.0625rem solid var(--color-gray-100);
    border-radius: 50%;
  }
  .site-slider-wrapper.classes-style .swiper-nav.swiper-button-prev {
    padding-right: 0.0625rem;
  }
  .site-slider-wrapper.classes-style .swiper-nav.swiper-button-next {
    padding-left: 0.125rem;
  }
  .site-slider-wrapper.classes-style .swiper-nav svg {
    width: 1.75rem;
  }
}
.site-slider-wrapper.classes-style .swiper-nav.swiper-button-disabled {
  --swiper-navigation-sides-offset: -1rem;
  opacity: 0;
}
.site-slider-wrapper.classes-style:has(.site-class-item.text-style) .swiper-nav {
  display: none;
}
@media screen and (min-width: 1024.02px) {
  .site-slider-wrapper.instructor-style .swiper-nav, .site-slider-wrapper.products-style .swiper-nav, .site-slider-wrapper.blog-style .swiper-nav, .site-slider-wrapper.gallery-style .swiper-nav {
    --swiper-navigation-sides-offset: -1.75rem;
    width: 3.5rem;
    height: 3.5rem;
    top: calc(50% - var(--swiper-navigation-sides-offset) * -1);
    background-color: var(--color-white);
    outline: 0.0625rem solid var(--color-gray-200);
    border-radius: 50%;
  }
  .site-slider-wrapper.instructor-style .swiper-nav.swiper-button-prev, .site-slider-wrapper.products-style .swiper-nav.swiper-button-prev, .site-slider-wrapper.blog-style .swiper-nav.swiper-button-prev, .site-slider-wrapper.gallery-style .swiper-nav.swiper-button-prev {
    padding-right: 0.0625rem;
  }
  .site-slider-wrapper.instructor-style .swiper-nav.swiper-button-next, .site-slider-wrapper.products-style .swiper-nav.swiper-button-next, .site-slider-wrapper.blog-style .swiper-nav.swiper-button-next, .site-slider-wrapper.gallery-style .swiper-nav.swiper-button-next {
    padding-left: 0.125rem;
  }
  .site-slider-wrapper.instructor-style .swiper-nav svg, .site-slider-wrapper.products-style .swiper-nav svg, .site-slider-wrapper.blog-style .swiper-nav svg, .site-slider-wrapper.gallery-style .swiper-nav svg {
    width: 1.75rem;
  }
}
.site-slider-wrapper.instructor-style .swiper-nav.swiper-button-disabled, .site-slider-wrapper.products-style .swiper-nav.swiper-button-disabled, .site-slider-wrapper.blog-style .swiper-nav.swiper-button-disabled, .site-slider-wrapper.gallery-style .swiper-nav.swiper-button-disabled {
  opacity: 0;
}
@media screen and (min-width: 1024.02px) {
  .site-slider-wrapper.testimonial-style .swiper-nav {
    --swiper-navigation-sides-offset: -1.5rem;
    width: 3rem;
    height: 3rem;
    background-color: var(--color-gray-200);
    outline: 0.0625rem solid var(--color-gray-200);
    border-radius: 50%;
  }
  .site-slider-wrapper.testimonial-style .swiper-nav.swiper-button-prev {
    padding-right: 0.0625rem;
  }
  .site-slider-wrapper.testimonial-style .swiper-nav.swiper-button-next {
    padding-left: 0.125rem;
  }
  .site-slider-wrapper.testimonial-style .swiper-nav svg {
    width: 1.75rem;
  }
}
.site-slider-wrapper.testimonial-style .swiper-nav.swiper-button-disabled {
  --swiper-navigation-sides-offset: -0.625rem;
  opacity: 0;
}
.site-slider-wrapper.classes-style .swiper-pagination, .site-slider-wrapper.iconbox-style .swiper-pagination, .site-slider-wrapper.products-style .swiper-pagination, .site-slider-wrapper.instructor-style .swiper-pagination, .site-slider-wrapper.testimonial-style .swiper-pagination, .site-slider-wrapper.blog-style .swiper-pagination, .site-slider-wrapper.gallery-style .swiper-pagination {
  position: relative;
  display: block;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768.02px) {
  .site-slider-wrapper.classes-style .swiper-pagination, .site-slider-wrapper.iconbox-style .swiper-pagination, .site-slider-wrapper.products-style .swiper-pagination, .site-slider-wrapper.instructor-style .swiper-pagination, .site-slider-wrapper.testimonial-style .swiper-pagination, .site-slider-wrapper.blog-style .swiper-pagination, .site-slider-wrapper.gallery-style .swiper-pagination {
    display: none;
    margin-top: 1.875rem;
  }
}
.site-slider-wrapper.classes-style:has(.site-class-item.text-style) .swiper-pagination, .site-slider-wrapper.iconbox-style:has(.site-class-item.text-style) .swiper-pagination, .site-slider-wrapper.products-style:has(.site-class-item.text-style) .swiper-pagination, .site-slider-wrapper.instructor-style:has(.site-class-item.text-style) .swiper-pagination, .site-slider-wrapper.testimonial-style:has(.site-class-item.text-style) .swiper-pagination, .site-slider-wrapper.blog-style:has(.site-class-item.text-style) .swiper-pagination, .site-slider-wrapper.gallery-style:has(.site-class-item.text-style) .swiper-pagination {
  display: block;
}
.site-slider-wrapper.gallery-style .swiper-nav {
  top: 50% !important;
}
.site-slider-wrapper.slider-style .swiper-nav {
  --swiper-navigation-sides-offset: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.625rem;
  height: 4.75rem;
  color: var(--color-white);
  border-radius: var(--theme-radius-sm);
  background-color: rgba(var(--color-white-rgb), 0.1);
  -webkit-backdrop-filter: blur(0.25rem);
  backdrop-filter: blur(0.25rem);
}
@media screen and (min-width: 768.02px) {
  .site-slider-wrapper.slider-style .swiper-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.site-slider-wrapper.slider-style .swiper-nav:hover {
  background-color: rgba(var(--color-white-rgb), 0.2);
}
.site-slider-wrapper.slider-style .swiper-nav svg {
  position: absolute;
  width: 2.625rem;
}
.site-slider-wrapper.slider-style .swiper-nav svg > * {
  stroke-width: 1;
}
.site-slider-wrapper.slider-style .swiper-nav.swiper-button-prev {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 0.25rem;
}
.site-slider-wrapper.slider-style .swiper-nav.swiper-button-next {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 0.25rem;
}
.site-slider-wrapper.slider-style .swiper-pagination {
  --swiper-pagination-bullet-inactive-color: var(--color-white);
  --swiper-pagination-color: var(--color-white);
}
.site-slider-wrapper.hidden-dots .swiper-pagination {
  display: none;
}

.site-class-item {
  position: relative;
}
.site-class-item .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.75rem;
  gap: 0.625rem;
}
.site-class-item .entry-meta a {
  font-weight: 600;
  color: var(--color-black);
  text-decoration: none;
}
.site-class-item .entry-meta .class-instructor {
  color: var(--color-gray-500);
}
.site-class-item.inner-style {
  overflow: hidden;
  border-radius: var(--theme-radius-sm);
}
@media screen and (min-width: 1024.02px) {
  .site-class-item.inner-style {
    border-radius: var(--theme-radius-base);
  }
}
.site-class-item.inner-style .site-class-inner {
  display: grid;
}
.site-class-item.inner-style .site-class-inner > * {
  grid-column: 1;
  grid-row: 1;
}
.site-class-item.inner-style .site-class-inner .entry-class-thumbnail img {
  -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-class-item.inner-style .site-class-inner .entry-class-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem;
  z-index: 1;
}
.site-class-item.inner-style .site-class-inner .entry-class-content .entry-class-time {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.625rem 0.75rem;
  background-color: var(--color-white);
  border-radius: var(--theme-radius-sm);
}
.site-class-item.inner-style .site-class-inner .entry-class-content .entry-class-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: var(--color-white);
  border-radius: var(--theme-radius-sm);
  padding: 1rem;
}
@media screen and (min-width: 1024.02px) {
  .site-class-item.inner-style .site-class-inner .entry-class-content .entry-class-body {
    padding: 1.25rem;
  }
}
.site-class-item.inner-style .site-class-inner .entry-class-content .entry-class-body .entry-class-body-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.site-class-item.inner-style .site-class-inner .entry-class-content .entry-class-body .entry-title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-class-item.inner-style .site-class-inner .entry-class-content .entry-class-body .entry-title {
    font-size: 1rem;
    margin-bottom: 0.375rem;
  }
}
.site-class-item.inner-style .site-class-inner .entry-class-content .entry-class-body .entry-title a {
  color: currentColor;
  text-decoration: none;
}
.site-class-item.inner-style .site-class-inner .entry-class-content .entry-class-body .class-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  color: var(--color-black);
  border: 1px solid var(--color-gray-200);
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (min-width: 1024.02px) {
  .site-class-item.inner-style .site-class-inner .entry-class-content .entry-class-body .class-btn {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.site-class-item.inner-style .site-class-inner .entry-class-content .entry-class-body .class-btn svg {
  width: 1.125rem;
  height: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (min-width: 1024.02px) {
  .site-class-item.inner-style .site-class-inner .entry-class-content .entry-class-body .class-btn svg {
    width: 1.25rem;
  }
}
.site-class-item.inner-style:hover .entry-class-thumbnail img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.site-class-item.inner-style:hover .entry-class-content .class-btn {
  background-color: var(--color-gray-100);
}
.site-class-item.inner-style:hover .entry-class-content .class-btn svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-class-item.text-style {
  padding: 1.25rem;
  color: var(--color-black);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--theme-radius-sm);
  background-color: var(--color-white);
}
@media screen and (min-width: 1024.02px) {
  .site-class-item.text-style {
    padding: 2.25rem;
    border-radius: var(--theme-radius-lg);
  }
}
.site-class-item.text-style .site-class-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 768.02px) {
  .site-class-item.text-style .site-class-inner {
    gap: 2.25rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-class-item.text-style .site-class-inner {
    gap: 3rem;
  }
}
.site-class-item.text-style .entry-title {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 1024.02px) {
  .site-class-item.text-style .entry-title {
    font-size: 1.25rem;
  }
}
.site-class-item.text-style .entry-title a {
  color: currentColor;
  text-decoration: none;
}
.site-class-item.text-style .entry-excerpt {
  font-size: 0.8125rem;
  color: var(--color-gray-500);
}
@media screen and (min-width: 1024.02px) {
  .site-class-item.text-style .entry-excerpt {
    font-size: 0.9375rem;
  }
}
.site-class-item.text-style .entry-meta {
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-class-item.text-style .entry-meta {
    margin-bottom: 1.5rem;
  }
}
.site-class-item.text-style .entry-meta .entry-class-time {
  font-weight: 600;
  line-height: 1;
  border: 1px solid var(--color-gray-300);
  border-radius: var(--theme-radius-sm);
  padding: 0.625rem 0.625rem;
}

.site-customer-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
.site-customer-box.rounded-base {
  padding: 1.25rem;
  border-radius: var(--theme-radius-sm);
}
@media screen and (min-width: 1024.02px) {
  .site-customer-box {
    gap: 1.5rem;
  }
}
.site-customer-box .customer-avatar {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: var(--theme-radius-sm);
  overflow: hidden;
}
.site-customer-box .customer-content .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.6875rem;
  color: var(--color-yellow);
  gap: 0.125rem;
  margin-bottom: 0.25rem;
}
.site-customer-box .customer-content .rating-stars i::before {
  margin: 0;
}
.site-customer-box .customer-content .entry-title {
  font-size: 0.9375rem;
  font-weight: 600;
}
.site-customer-box .customer-content p {
  font-size: 0.75rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1024.02px) {
  .site-customer-box.size-md .customer-avatar {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-customer-box.size-md .customer-content .entry-title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-customer-box.size-md .customer-content > p {
    font-size: 0.8125rem;
  }
}

.site-banner {
  position: relative;
  display: grid;
  overflow: hidden;
  border-radius: var(--theme-radius-sm);
}
@media screen and (min-width: 1024.02px) {
  .site-banner {
    border-radius: var(--theme-radius-base);
  }
}
.site-banner > * {
  grid-column: 1;
  grid-row: 1;
}
.site-banner > *.banner-content {
  position: relative;
  padding: 1.25rem;
  min-width: 0;
  z-index: 1;
}
@media screen and (min-width: 1024.02px) {
  .site-banner > *.banner-content {
    padding: 2.5rem;
  }
}
.site-banner > *.banner-content .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.site-banner > * .site-instructor-box {
  max-width: 22.5rem;
  width: 100%;
}
.site-banner > *.banner-thumbnail img, .site-banner > *.banner-thumbnail video, .site-banner > *.banner-thumbnail iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-iconbox.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 576.02px) {
  .site-iconbox.horizontal {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
  }
}
.site-iconbox.horizontal .iconbox-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-iconbox.horizontal .iconbox-icon img, .site-iconbox.horizontal .iconbox-icon svg {
  width: 4.125rem;
  height: auto;
}
@media screen and (min-width: 576.02px) {
  .site-iconbox.horizontal .iconbox-icon img, .site-iconbox.horizontal .iconbox-icon svg {
    width: 3.5rem;
  }
}
.site-iconbox.horizontal .iconbox-content {
  text-align: center;
}
@media screen and (min-width: 576.02px) {
  .site-iconbox.horizontal .iconbox-content {
    text-align: left;
  }
}
.site-iconbox.horizontal .iconbox-content .entry-title {
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 576.02px) {
  .site-iconbox.horizontal .iconbox-content .entry-title {
    font-size: 1.125rem;
  }
}
.site-iconbox.horizontal .iconbox-content .site-iconbox-text {
  font-size: 0.875rem;
  color: var(--color-gray-500);
}

.hover-slider-viewport {
  position: relative;
  overflow: hidden;
  height: 100%;
  cursor: unset;
}

.hover-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hover-slider > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hover-slider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.hover-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.hover-slider-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}

.prev-slide,
.next-slide {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-social-media {
  --icon-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-social-media a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media a i.pp-social-instagram {
  font-size: calc(var(--icon-size) + 2px);
}
.site-social-media.social-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-social-media.social-list li {
  width: 100%;
}
.site-social-media.social-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 0.375rem 0.5rem;
}
.site-social-media.social-list li a .site-social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 1.25rem;
}
.site-social-media.social-list li a .site-social-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  line-height: 1;
  padding-right: 0.625rem;
}
.site-social-media.social-list li a .site-social-content p {
  font-weight: 600;
  margin-bottom: 0;
}
.site-social-media.social-list li a .site-social-content span {
  position: relative;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  top: 0.125rem;
  margin-left: auto;
}
.site-social-media.social-vertical {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-social-media.social-boxed a {
  font-size: var(--icon-size);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: var(--theme-radius-sm);
}
.site-social-media.social-boxed.social-size-md {
  --icon-size: 15px;
}
.site-social-media.social-boxed.social-size-md a {
  font-size: 0.9375rem;
  width: 2.25rem;
  height: 2.25rem;
}
.site-social-media.social-rounded a {
  border-radius: 50% !important;
}
.site-social-media.social-white a {
  color: var(--color-black);
  background-color: var(--color-white);
}
.site-social-media.social-white a:hover {
  color: var(--color-white);
  background-color: var(--color-black);
}
.site-social-media.social-black a {
  color: var(--color-white);
  background-color: var(--color-black);
}
.site-social-media.social-black a:hover {
  color: var(--color-black);
  background-color: var(--color-white);
}
.site-social-media.social-gray a {
  color: var(--color-gray-800);
  background-color: var(--color-gray-200);
}
.site-social-media.social-gray a:hover {
  color: var(--color-black);
  background-color: var(--color-gray-300);
}
.site-social-media.social-light-color a {
  position: relative;
  border-radius: var(--theme-radius-sm);
  overflow: hidden;
}
.site-social-media.social-light-color a.facebook {
  color: #1877f2;
}
.site-social-media.social-light-color a.facebook::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1877f2;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.facebook:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.twitter {
  color: #1da1f2;
}
.site-social-media.social-light-color a.twitter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1da1f2;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.twitter:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.x {
  color: #000;
}
.site-social-media.social-light-color a.x::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.x:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.twitch {
  color: #9146ff;
}
.site-social-media.social-light-color a.twitch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9146ff;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.twitch:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.amazon {
  color: #ff9900;
}
.site-social-media.social-light-color a.amazon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff9900;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.amazon:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.blogger {
  color: #f57d00;
}
.site-social-media.social-light-color a.blogger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f57d00;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.blogger:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.etsy {
  color: #d5641c;
}
.site-social-media.social-light-color a.etsy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5641c;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.etsy:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.fedex {
  color: #4d148c;
}
.site-social-media.social-light-color a.fedex::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4d148c;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.fedex:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.flickr {
  color: #ff0084;
}
.site-social-media.social-light-color a.flickr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0084;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.flickr:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.flipboard {
  color: #e12828;
}
.site-social-media.social-light-color a.flipboard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e12828;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.flipboard:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.pocket {
  color: #ef4056;
}
.site-social-media.social-light-color a.pocket::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef4056;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.pocket:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.google {
  color: #4285f4;
}
.site-social-media.social-light-color a.google::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4285f4;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.google:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.instagram {
  color: #833ab4;
}
.site-social-media.social-light-color a.instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #833ab4;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.instagram:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.linkedin {
  color: #0077b5;
}
.site-social-media.social-light-color a.linkedin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0077b5;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.linkedin:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.medium {
  color: #00ab6c;
}
.site-social-media.social-light-color a.medium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00ab6c;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.medium:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.odnoklassniki {
  color: #ed812b;
}
.site-social-media.social-light-color a.odnoklassniki::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ed812b;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.odnoklassniki:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.paypal {
  color: #003087;
}
.site-social-media.social-light-color a.paypal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003087;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.paypal:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.pinterest {
  color: #e60023;
}
.site-social-media.social-light-color a.pinterest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e60023;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.pinterest:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.reddit {
  color: #ff4500;
}
.site-social-media.social-light-color a.reddit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4500;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.reddit:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.shopify {
  color: #96bf48;
}
.site-social-media.social-light-color a.shopify::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #96bf48;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.shopify:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.skype {
  color: #00aff0;
}
.site-social-media.social-light-color a.skype::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00aff0;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.skype:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.slack {
  color: #6ecadc;
}
.site-social-media.social-light-color a.slack::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6ecadc;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.slack:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.spotify {
  color: #1db954;
}
.site-social-media.social-light-color a.spotify::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1db954;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.spotify:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.stripe {
  color: #00afe1;
}
.site-social-media.social-light-color a.stripe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00afe1;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.stripe:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.telegram {
  color: #0088cc;
}
.site-social-media.social-light-color a.telegram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0088cc;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.telegram:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.tiktok {
  color: #000;
}
.site-social-media.social-light-color a.tiktok::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.tiktok:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.viber {
  color: #59267c;
}
.site-social-media.social-light-color a.viber::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #59267c;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.viber:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.vimeo {
  color: #1ab7ea;
}
.site-social-media.social-light-color a.vimeo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1ab7ea;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.vimeo:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.vk {
  color: #45668e;
}
.site-social-media.social-light-color a.vk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #45668e;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.vk:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.whatsapp {
  color: #25d366;
}
.site-social-media.social-light-color a.whatsapp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #25d366;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.whatsapp:hover::before {
  opacity: 0.13;
}
.site-social-media.social-light-color a.youtube {
  color: #ff0000;
}
.site-social-media.social-light-color a.youtube::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  opacity: 0.08;
  -webkit-transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0.42, 0, 0.58, 1);
}
.site-social-media.social-light-color a.youtube:hover::before {
  opacity: 0.13;
}

.testimonial-comment {
  position: relative;
}
.testimonial-comment .testimonial-comment-inner {
  text-align: center;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}
.testimonial-comment .testimonial-comment-inner .comment {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .testimonial-comment .testimonial-comment-inner .comment {
    margin-bottom: 2.25rem;
  }
}

.site-video-background {
  position: relative;
  display: grid;
  overflow: hidden;
}
.site-video-background > * {
  grid-column: 1;
  grid-row: 1;
}
.site-video-background > *.entry-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.site-video-background > *.entry-content:not(.container) {
  padding: 1.25rem;
}
.site-video-background > *.entry-content.container {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768.02px) {
  .site-video-background > *.entry-content.container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.site-video-background > *.entry-media video, .site-video-background > *.entry-media iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.accordion {
  --bs-accordion-color: color(gray-900);
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-bg: transparent;
}
.accordion .accordion-header {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.accordion .accordion-button {
  font-size: 1rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: auto !important;
  color: var(--bs-accordion-color) !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--color-gray-200) !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  -webkit-transform: translateZ(0) translateX(0) translateY(0) !important;
  transform: translateZ(0) translateX(0) translateY(0) !important;
}
@media screen and (min-width: 1024.02px) {
  .accordion .accordion-button {
    font-size: 1.125rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
.accordion .accordion-body {
  font-size: 0.875rem;
  padding-left: 0;
  padding-right: 0;
  color: var(--color-gray-600);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media screen and (min-width: 1024.02px) {
  .accordion .accordion-body {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .accordion.large .accordion-button {
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1024.02px) {
  .accordion.large .accordion-body {
    font-size: 1.125rem !important;
  }
}

.site-announcement-bar {
  font-size: var(--theme-announcement-font-size);
  font-weight: var(--theme-announcement-font-weight);
  background-color: var(--color-announcement-background);
  color: var(--color-announcement-foreground);
}
.site-announcement-bar .announcement-bar-inner {
  height: var(--theme-announcement-height);
}

.site-instructor-single .instructor-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.site-instructor-single .instructor-header .column {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.site-instructor-single .instructor-header .column.name-column {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.site-instructor-single .instructor-header .column .entry-title {
  font-size: 1.625rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-header .column .entry-title {
    font-size: 2.625rem;
  }
}
.site-instructor-single .instructor-header .column .instructor-role {
  font-size: 0.875rem;
  color: var(--color-gray-500);
  width: 100%;
}
@media screen and (min-width: 1024.02px) {
  .site-instructor-single .instructor-header .column .instructor-role {
    font-size: 1rem;
  }
}
.site-instructor-single .instructor-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.site-instructor-single .instructor-meta .meta-item {
  font-size: 0.8125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: var(--color-gray-400);
}
.site-instructor-single .instructor-meta .meta-item + .meta-item {
  border-top: 1px solid var(--color-gray-200);
}
.site-instructor-single .instructor-meta .meta-item strong {
  color: var(--color-black);
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-meta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid var(--color-gray-200);
    padding-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .site-instructor-single .instructor-meta .meta-item {
    font-size: 0.9375rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-instructor-single .instructor-meta .meta-item + .meta-item {
    border-top: 0;
  }
}
.site-instructor-single .instructor-bio {
  font-size: 0.875rem;
  color: var(--color-gray-600);
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-bio {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .site-instructor-single .instructor-bio p {
    margin-bottom: 1.5rem;
  }
  .site-instructor-single .instructor-bio p:last-child {
    margin-bottom: 0;
  }
}
.site-instructor-single .instructor-section > .entry-title {
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-section > .entry-title {
    font-size: 1.625rem;
  }
}
.site-instructor-single .instructor-section.instructor-courses {
  margin-top: 2.5rem;
}
.site-instructor-single .instructor-section.instructor-courses > .entry-title {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-section.instructor-courses > .entry-title {
    margin-bottom: 2.625rem;
  }
}
.site-instructor-single .instructor-workshops {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-workshops {
    margin-top: 2.5rem;
  }
  .site-instructor-single .instructor-workshops .instructor-workshops-inner {
    border: 1px solid var(--color-gray-200);
    padding: 0 1.25rem;
    border-radius: var(--theme-radius-base);
  }
}
.site-instructor-single .instructor-workshops .workshop-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-instructor-single .instructor-workshops .workshop-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.875rem;
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-workshops .workshop-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.25rem;
    font-size: 0.9375rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
.site-instructor-single .instructor-workshops .workshop-list li + li {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-workshops .workshop-list li + li {
    margin-top: 0;
    border-top: 1px solid var(--color-gray-200);
  }
}
.site-instructor-single .instructor-workshops .workshop-list li p {
  margin-bottom: 0;
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-workshops .workshop-list li > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.site-instructor-single .instructor-workshops .workshop-list li > * + * {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid var(--color-gray-200);
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-workshops .workshop-list li > * + * {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
  }
}
.site-instructor-single .instructor-workshops .workshop-list li .workshop-number {
  font-weight: 600;
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-workshops .workshop-list li .workshop-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9375rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: var(--color-gray-100);
  }
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-workshops .workshop-list li .workshop-title {
    max-width: 41.25rem;
    padding-right: 3.75rem;
  }
}
.site-instructor-single .instructor-workshops .workshop-list li .workshop-title a {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-black);
  text-decoration: none;
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-workshops .workshop-list li .workshop-title a {
    font-size: 1.125rem;
  }
}
.site-instructor-single .instructor-workshops .workshop-list li .workshop-title .workshop-excerpt {
  font-size: 0.8125rem;
  color: var(--color-gray-500);
}
.site-instructor-single .instructor-workshops .workshop-list li .with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  gap: 0.625rem;
}
@media screen and (min-width: 768.02px) {
  .site-instructor-single .instructor-workshops .workshop-list li .with-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 1.25rem;
  }
}
.site-instructor-single .instructor-workshops .workshop-list li .with-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.site-class-single {
  position: relative;
}
.site-class-single .class-header {
  position: relative;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-header {
    margin-bottom: 3.5rem;
  }
}
.site-class-single .class-header .entry-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 576.02px) {
  .site-class-single .class-header .entry-title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-header .entry-title {
    font-size: 4.75rem;
  }
}
.site-class-single .class-header .entry-excerpt {
  font-size: 0.875rem;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  color: var(--color-gray-500);
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-header .entry-excerpt {
    font-size: 1.125rem;
    margin-bottom: 2.25rem;
  }
}
.site-class-single .class-header .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-header .entry-meta {
    gap: 2.625rem;
  }
}
.site-class-single .class-header .entry-meta > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.875rem;
}
.site-class-single .class-header .entry-meta > *.class-instructor {
  gap: 1rem;
}
.site-class-single .class-header .entry-meta > *.class-instructor .instructor-thumbnail {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.site-class-single .class-header .entry-meta > *.class-instructor .instructor-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.site-class-single .class-header .entry-meta > *.class-instructor .instructor-detail {
  text-align: left;
}
.site-class-single .class-header .entry-meta > *.class-instructor .instructor-detail .instructor-name {
  font-size: 1rem;
  font-weight: 600;
}
.site-class-single .class-header .entry-meta > *.class-instructor .instructor-detail .instructor-name a {
  color: currentColor;
  text-decoration: none;
}
.site-class-single .class-header .entry-meta > *.class-instructor .instructor-detail .instructor-position {
  font-size: 0.875rem;
  color: var(--color-gray-500);
}
.site-class-single .class-header .entry-meta > *:not(.class-instructor) .meta-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--color-gray-300);
}
.site-class-single .class-header .entry-meta > *:not(.class-instructor) .meta-content {
  text-align: left;
}
.site-class-single .class-header .entry-meta > *:not(.class-instructor) .meta-content .meta-header {
  font-size: 0.875rem;
  color: var(--color-gray-500);
}
.site-class-single .class-header .entry-meta > *:not(.class-instructor) .meta-content .meta-text {
  font-size: 1rem;
  font-weight: 600;
}
.site-class-single .class-thumbnail {
  position: relative;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-thumbnail {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-content .entry-class-content {
    padding-right: 1.25rem;
  }
  .site-class-single .class-content .entry-class-content h1, .site-class-single .class-content .entry-class-content h2, .site-class-single .class-content .entry-class-content h3, .site-class-single .class-content .entry-class-content h4, .site-class-single .class-content .entry-class-content h5, .site-class-single .class-content .entry-class-content h6 {
    margin-bottom: 1.875rem;
  }
  .site-class-single .class-content .entry-class-content p {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
  }
}
.site-class-single .class-content .entry-class-content .class-tab {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-content .entry-class-content .class-tab {
    margin-bottom: 1.875rem;
  }
}
.site-class-single .class-content .entry-class-content .class-tab .nav-tabs {
  gap: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-content .entry-class-content .class-tab .nav-tabs {
    gap: 1.875rem;
  }
}
.site-class-single .class-content .entry-class-content .class-tab .nav-tabs li button {
  position: relative;
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: var(--color-gray-400) !important;
}
.site-class-single .class-content .entry-class-content .class-tab .nav-tabs li button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  opacity: 0;
}
.site-class-single .class-content .entry-class-content .class-tab .nav-tabs li button.active {
  color: var(--color-black) !important;
}
.site-class-single .class-content .entry-class-content .class-tab .nav-tabs li button.active::before {
  opacity: 1;
}
.site-class-single .class-information .information-item {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-information .information-item {
    margin-bottom: 3.5rem;
  }
}
.site-class-single .class-information .information-item .information-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-information .information-item .information-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.site-class-single .class-information .instructor-information .instructor-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-information .instructor-information .instructor-profile {
    margin-bottom: 1.875rem;
  }
}
.site-class-single .class-information .instructor-information .instructor-profile .instructor-thumbnail {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.site-class-single .class-information .instructor-information .instructor-profile .instructor-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-information .instructor-information .instructor-profile .instructor-thumbnail {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.site-class-single .class-information .instructor-information .instructor-profile .instructor-detail .instructor-name {
  font-size: 1rem;
  font-weight: 600;
}
.site-class-single .class-information .instructor-information .instructor-profile .instructor-detail .instructor-name a {
  color: currentColor;
  text-decoration: none;
}
.site-class-single .class-information .instructor-information .instructor-profile .instructor-detail .instructor-position {
  font-size: 0.875rem;
  color: var(--color-gray-500);
}
.site-class-single .class-information .instructor-information > p {
  font-size: 0.8125rem;
  color: var(--color-gray-500);
}
@media screen and (min-width: 1024.02px) {
  .site-class-single .class-information .instructor-information > p {
    font-size: 0.9375rem;
  }
}
.site-class-single .class-information .accordion {
  position: relative;
  border: 1px solid var(--color-gray-300);
  border-radius: var(--theme-radius-base);
  overflow: hidden;
}
.site-class-single .class-information .accordion .accordion-button {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  background-color: var(--color-gray-50) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.site-class-single .class-information .accordion .accordion-button span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  width: 100%;
  color: var(--color-gray-400);
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.site-class-single .class-information .accordion .accordion-body {
  font-size: 0.875rem;
  border-bottom: 1px solid var(--color-gray-200);
}
.site-class-single .class-information .accordion .accordion-body .content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.site-class-single .class-information .accordion .accordion-body .content-heading span {
  font-size: 0.75rem;
  color: var(--color-gray-400);
}
.site-class-single .class-information .accordion .accordion-body .content-topic {
  padding: 1.25rem;
}
.site-class-single .class-information .accordion .accordion-body .content-topic .topic-title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-gray-700);
}
.site-class-single .class-information .accordion .accordion-body .content-topic p {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.site-class-single .class-information .accordion .accordion-body .content-topic + .content-topic {
  border-top: 1px solid var(--color-gray-200);
}
.site-class-single .class-information .accordion .accordion-item:last-child {
  border-bottom: 0;
}
.site-class-single .class-information .accordion .accordion-item:last-child .accordion-header button.collapsed {
  border-color: transparent !important;
}
.site-class-single .class-information .accordion .accordion-item:last-child .accordion-body {
  border-bottom: 0;
}

.site-pricing-table {
  border: 1px solid var(--color-gray-200);
  outline: 1px solid transparent;
  border-radius: var(--theme-radius-sm);
}
@media screen and (min-width: 1024.02px) {
  .site-pricing-table {
    border-radius: var(--theme-radius-base);
  }
}
.site-pricing-table .pricing-table-header {
  padding: 0.875rem 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-pricing-table .pricing-table-header {
    padding: 1.5rem 1.75rem;
  }
}
.site-pricing-table .pricing-table-header .entry-title {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 1024.02px) {
  .site-pricing-table .pricing-table-header .entry-title {
    font-size: 1.375rem;
  }
}
.site-pricing-table .pricing-table-header .entry-description {
  font-size: 0.75rem;
  color: var(--color-gray-500);
}
@media screen and (min-width: 1024.02px) {
  .site-pricing-table .pricing-table-header .entry-description {
    font-size: 0.8125rem;
  }
}
.site-pricing-table .pricing-table-price {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 1024.02px) {
  .site-pricing-table .pricing-table-price {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-bottom: 1.25rem;
  }
}
.site-pricing-table .pricing-table-price .price-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-pricing-table .pricing-table-price .price-value {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
  }
}
.site-pricing-table .pricing-table-price .price-value .period {
  font-size: 0.875rem;
  color: var(--color-gray-400);
}
@media screen and (min-width: 1024.02px) {
  .site-pricing-table .pricing-table-price .price-value .period {
    font-size: 1.125rem;
  }
}
.site-pricing-table .pricing-table-price > p {
  font-size: 0.8125rem;
}
.site-pricing-table .pricing-table-body {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-pricing-table .pricing-table-body {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.site-pricing-table .pricing-table-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-pricing-table .pricing-table-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.875rem;
  gap: 0.5rem;
}
.site-pricing-table .pricing-table-body ul li + li {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024.02px) {
  .site-pricing-table .pricing-table-body ul li + li {
    margin-top: 0.875rem;
  }
}
.site-pricing-table .pricing-table-body ul li .pricing-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 900;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid var(--color-gray-300);
  background-color: var(--color-gray-50);
}
.site-pricing-table .pricing-table-footer {
  padding: 0.875rem 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-pricing-table .pricing-table-footer {
    padding: 1.5rem 1.75rem;
  }
}
.site-pricing-table .pricing-table-footer a {
  width: 100%;
}
.site-pricing-table.featured {
  background-color: rgba(var(--color-primary-background-rgb), 0.02);
  border-color: var(--color-primary-background);
  outline-color: var(--color-primary-background);
}
.site-pricing-table.featured .price-value {
  color: var(--color-primary-background);
}

.site-calendar {
  position: relative;
}
.site-calendar .schedule-table {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--theme-radius-base);
}
.site-calendar .schedule-table table {
  font-size: 0.875rem;
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
.site-calendar .schedule-table table th, .site-calendar .schedule-table table td {
  border: 1px solid var(--color-gray-200);
}
.site-calendar .schedule-table table th {
  padding: 1rem;
  text-align: center;
  white-space: nowrap;
  background-color: var(--color-gray-50);
}
@media screen and (min-width: 768.02px) {
  .site-calendar .schedule-table table th {
    width: 12.5%;
  }
}
.site-calendar .schedule-table table .time-header {
  width: 7.5rem;
}
.site-calendar .schedule-table table .time-slot {
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  width: 7.5rem;
}
.site-calendar .schedule-table table .class-slot {
  padding: 0.625rem;
  vertical-align: top;
  height: 6.25rem;
}
.site-calendar .class-item {
  background: rgba(var(--color-primary-background-rgb), 0.08);
  padding: 0.75rem;
  border-radius: 0.25rem;
  height: 100%;
}
.site-calendar .class-item h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-primary-background);
}
.site-calendar .class-item .instructor {
  font-size: 0.75rem;
  margin-bottom: 0.125rem;
}
.site-calendar .class-item .level {
  font-size: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .site-calendar .class-item {
    margin: 0.3125rem 0;
    padding: 0.75rem;
    height: auto;
  }
  .site-calendar .class-item .instructor,
  .site-calendar .class-item .level {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767.98px) {
  .site-calendar .schedule-table {
    overflow-x: hidden;
  }
  .site-calendar .schedule-table table, .site-calendar .schedule-table thead, .site-calendar .schedule-table tbody, .site-calendar .schedule-table th, .site-calendar .schedule-table td, .site-calendar .schedule-table tr {
    display: block;
  }
  .site-calendar .schedule-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .site-calendar .schedule-table tr {
    margin-bottom: 2.5rem;
  }
  .site-calendar .schedule-table td {
    padding-top: 0 !important;
  }
  .site-calendar .schedule-table .time-slot {
    width: 100%;
    padding: 0.625rem 0 0 0 !important;
    border: none;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
  }
  .site-calendar .schedule-table .class-slot {
    width: 100%;
    padding: 0.625rem;
    border: none;
    position: relative;
    padding-left: 0.625rem;
    min-height: auto;
  }
  .site-calendar .schedule-table .class-slot:empty {
    display: none;
  }
  .site-calendar .schedule-table .class-slot:not(:empty) {
    margin: 0 0 0.625rem 0;
  }
  .site-calendar .schedule-table .class-slot:not(:empty)::before {
    content: attr(data-day);
    display: block;
    color: var(--color-gray-500);
    margin-bottom: 0.3125rem;
  }
}

@media screen and (min-width: 576.02px) {
  .schedule-table .time-slot {
    font-size: 15px;
  }
  .class-item {
    padding: 10px;
  }
  .class-item h4 {
    font-size: 13px;
  }
  .class-item .instructor,
  .class-item .level {
    font-size: 12px;
  }
}
.site-subscribe-lightbox {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
.site-subscribe-lightbox .site-subscribe-lightbox-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 51.25rem;
  background-color: var(--color-white);
  border-radius: var(--theme-radius-base);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.4s var(--theme-primary-transition);
  transition: 0.4s var(--theme-primary-transition);
  z-index: 1;
}
.site-subscribe-lightbox .site-subscribe-lightbox-inner > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 768.02px) {
  .site-subscribe-lightbox .site-subscribe-lightbox-inner > * {
    width: 50%;
  }
}
.site-subscribe-lightbox .site-subscribe-lightbox-inner > *.media-column {
  position: relative;
}
.site-subscribe-lightbox .site-subscribe-lightbox-inner > *.media-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.site-subscribe-lightbox .site-subscribe-lightbox-inner > *.content-column {
  padding: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768.02px) {
  .site-subscribe-lightbox .site-subscribe-lightbox-inner > *.content-column {
    padding: 2.875rem 2.25rem;
  }
}
.site-subscribe-lightbox .site-subscribe-lightbox-inner .lightbox-description {
  font-size: var(--theme-text-sm);
  margin-bottom: 1.25rem;
  color: var(--color-gray-500);
}
@media screen and (min-width: 768.02px) {
  .site-subscribe-lightbox .site-subscribe-lightbox-inner .lightbox-description {
    margin-bottom: 1.875rem;
  }
}
.site-subscribe-lightbox .site-subscribe-lightbox-inner .mc4wp-form {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768.02px) {
  .site-subscribe-lightbox .site-subscribe-lightbox-inner .mc4wp-form {
    margin-bottom: 1.875rem;
  }
}
.site-subscribe-lightbox .site-subscribe-lightbox-inner .mc4wp-form .mc4wp-form-fields .btn {
  width: 100%;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768.02px) {
  .site-subscribe-lightbox .site-subscribe-lightbox-inner .mc4wp-form .mc4wp-form-fields input, .site-subscribe-lightbox .site-subscribe-lightbox-inner .mc4wp-form .mc4wp-form-fields button {
    height: 3.25rem;
  }
}
.site-subscribe-lightbox .site-subscribe-lightbox-inner .site-close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: auto;
  z-index: 2;
}
.site-subscribe-lightbox .site-subscribe-lightbox-overlay {
  -webkit-transition: 0.3s var(--theme-primary-transition);
  transition: 0.3s var(--theme-primary-transition);
  -webkit-transition-property: opacity, visibility, background-color;
  transition-property: opacity, visibility, background-color;
}
.site-subscribe-lightbox.active {
  pointer-events: auto;
}
.site-subscribe-lightbox.active .site-subscribe-lightbox-overlay, .site-subscribe-lightbox.active .site-subscribe-lightbox-inner {
  opacity: 1;
  visibility: visible;
}
.site-subscribe-lightbox.active .site-subscribe-lightbox-inner {
  pointer-events: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------ 
    10 - WooCommerce
------------------------------------*/
.product {
  position: relative;
}
.product .product-wrapper {
  position: relative;
  overflow: hidden;
}
.product .product-wrapper .product-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.875rem;
}
.product .product-wrapper .product-thumbnail-wrapper .product-buttons, .product .product-wrapper .product-thumbnail-wrapper .product-badges, .product .product-wrapper .product-thumbnail-wrapper .product-rating {
  position: absolute;
  top: 0.625rem;
  z-index: 1;
}
@media screen and (min-width: 1024.02px) {
  .product .product-wrapper .product-thumbnail-wrapper .product-buttons, .product .product-wrapper .product-thumbnail-wrapper .product-badges, .product .product-wrapper .product-thumbnail-wrapper .product-rating {
    top: 1rem;
  }
}
.product .product-wrapper .product-thumbnail-wrapper .product-buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0.625rem;
  right: 0.625rem;
}
@media screen and (min-width: 1024.02px) {
  .product .product-wrapper .product-thumbnail-wrapper .product-buttons {
    top: 1rem;
    right: 1rem;
  }
}
.product .product-wrapper .product-thumbnail-wrapper .product-buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 5.625rem;
}
.product .product-wrapper .product-thumbnail-wrapper .product-buttons .product-wishlist {
  position: relative;
}
.product .product-wrapper .product-thumbnail-wrapper .product-buttons .product-wishlist a {
  font-size: 0;
  border-radius: 5.625rem;
  text-decoration: none;
  color: currentColor;
}
.product .product-wrapper .product-thumbnail-wrapper .product-buttons .product-wishlist a::before {
  font-family: "pixel-perfect";
  font-size: 1.25rem;
  content: "\e80e";
}
@media screen and (min-width: 1024.02px) {
  .product .product-wrapper .product-thumbnail-wrapper .product-buttons .product-wishlist a::before {
    font-size: 1.375rem;
  }
}
.product .product-wrapper .product-thumbnail-wrapper .product-badges {
  left: 0.625rem;
}
@media screen and (min-width: 1024.02px) {
  .product .product-wrapper .product-thumbnail-wrapper .product-badges {
    left: 1rem;
  }
}
.product .product-wrapper .product-thumbnail-wrapper .product-thumbnail {
  position: relative;
  overflow: hidden;
}
.product .product-wrapper .product-thumbnail-wrapper .product-thumbnail > a {
  display: grid;
}
.product .product-wrapper .product-thumbnail-wrapper .product-thumbnail > a > * {
  grid-column: 1;
  grid-row: 1;
}
.product .product-wrapper .product-thumbnail-wrapper .product-thumbnail .product-card-carousel {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product .product-wrapper .product-thumbnail-wrapper .product-thumbnail .product-card-carousel + .product-thumbnail-image {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product .product-wrapper .product-thumbnail-wrapper .product-thumbnail .product-card-carousel .hover-slider-arrows {
  display: none;
}
.product .product-wrapper .product-thumbnail-wrapper .hover-slider-dots {
  display: none;
}
.product .product-wrapper .product-thumbnail-wrapper .product-thumbnail-buttons {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s var(--theme-primary-transition);
  transition: all 0.5s var(--theme-primary-transition);
}
@media screen and (min-width: 1024.02px) {
  .product .product-wrapper .product-thumbnail-wrapper .product-thumbnail-buttons {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.product .product-wrapper .product-thumbnail-wrapper .product-thumbnail-buttons > * {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0 !important;
  background-color: rgba(var(--color-white-rgb), 0.7);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.product .product-wrapper .product-thumbnail-wrapper .product-thumbnail-buttons > *:hover {
  background-color: rgba(var(--color-white-rgb), 0.9);
}
.product .product-wrapper .product-thumbnail-wrapper .product-thumbnail-buttons:has(.added_to_cart) .add_to_cart_button {
  display: none;
}
.product .product-wrapper .product-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.625rem;
}
.product .product-wrapper .product-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width: 1024.02px) {
  .product .product-wrapper .product-title {
    font-size: 1rem;
  }
}
.product .product-wrapper .product-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: 0.0625rem;
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25rem;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.product .product-wrapper .product-title a:hover {
  text-decoration-color: var(--color-gray-400);
}
.product:hover .product-thumbnail-wrapper .product-thumbnail-buttons {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Product badges */
.product-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.25rem;
  pointer-events: none;
}
.product-badges .product-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  height: 1.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-radius: var(--theme-radius-sm);
  background-color: var(--color-primary-background);
  color: var(--color-primary-foreground);
  outline: 1px solid var(--color-primary-background);
}

/* Product price */
.price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.price ins {
  line-height: 1;
  text-decoration: none;
  color: var(--color-black);
}
.price del {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--color-gray-400);
}

/* Product rating */
.product-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product-rating .rating-count {
  font-size: var(--theme-text-2xs);
  color: var(--color-gray-600);
}
.product-rating.simple {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.25rem;
}
.product-rating.simple .rating-count {
  line-height: 1;
}
.product-rating.simple i {
  font-size: 0.8125rem;
  line-height: 1;
  color: var(--color-yellow);
}
.product-rating.simple i::before {
  margin: 0;
}

/* Product star */
.star-rating {
  --font-size: 0.75rem;
  --lt-spacing: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  overflow: hidden;
}
.star-rating::before {
  font-family: "pixel-perfect";
  content: "\e804\e804\e804\e804\e804";
  font-size: var(--font-size);
  letter-spacing: var(--lt-spacing);
  color: var(--color-gray-300);
}
.star-rating span {
  position: absolute;
  font-size: 0;
  overflow: hidden;
}
.star-rating span::before {
  font-family: "pixel-perfect";
  content: "\e804\e804\e804\e804\e804";
  font-size: var(--font-size);
  letter-spacing: var(--lt-spacing);
  color: var(--color-black);
}

.woocommerce-notice {
  position: relative;
  padding: 0.625rem 0.75rem;
  background-color: var(--color-gray-50);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--theme-radius-sm);
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024.02px) {
  .woocommerce-notice {
    padding: 1.125rem 1.375rem;
    margin-bottom: 1.875rem;
  }
}
.woocommerce-notice .notice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-notice .notice-header i {
  position: relative;
  font-size: 1.0625rem;
  line-height: 1;
  margin-right: 0.375rem;
  top: 0.0625rem;
}
.woocommerce-notice .notice-header p {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0;
}
.woocommerce-notice .notice-header.shipping-notice-header {
  margin-bottom: 0.9375rem;
}
.woocommerce-notice .shipping-progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.3125rem;
  overflow: hidden;
}
.woocommerce-notice .shipping-progress::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 0.625rem;
}
.woocommerce-notice .shipping-progress span {
  display: block;
  height: 100%;
  background-color: var(--color-gray-400);
  border-radius: 0.625rem;
}

.woocommerce-cart-wrapper {
  position: relative;
}
.woocommerce-cart-wrapper .cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .woocommerce-cart-wrapper .cart-wrapper {
    gap: 1.875rem;
  }
}
.woocommerce-cart-wrapper .cart-wrapper > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024.02px) {
  .woocommerce-cart-wrapper .cart-wrapper > *.woocommerce-cart-form, .woocommerce-cart-wrapper .cart-wrapper > *#customer_details {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .woocommerce-cart-wrapper .cart-wrapper > *.cart-collaterals {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20rem;
  }
  .woocommerce-cart-wrapper .cart-wrapper > *.order-review-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 23.75rem;
  }
}
.woocommerce-cart-wrapper .shop_table {
  width: 100%;
}
.woocommerce-cart-wrapper .shop_table tr {
  position: relative;
}
.woocommerce-cart-wrapper .shop_table tr th {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-gray-500);
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart-wrapper .shop_table tr th.product-remove {
    display: none;
  }
}
.woocommerce-cart-wrapper .shop_table tr td {
  font-size: 0.8125rem;
  vertical-align: middle;
  border-color: var(--color-gray-300);
}
@media screen and (min-width: 768.02px) {
  .woocommerce-cart-wrapper .shop_table tr td {
    font-size: 0.875rem;
  }
}
.woocommerce-cart-wrapper .shop_table tr td a {
  color: currentColor;
  text-decoration: none;
}
.woocommerce-cart-wrapper .shop_table tr td.product-thumbnail {
  max-width: 2.875rem;
  padding-left: 0;
  padding-right: 0.75rem;
}
.woocommerce-cart-wrapper .shop_table tr td.product-name {
  padding-left: 0.75rem;
}
.woocommerce-cart-wrapper .shop_table tr td.product-name a {
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.product-name {
    max-width: 9.375rem;
  }
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.product-quantity {
    width: 5.75rem;
    padding-right: 0;
  }
}
.woocommerce-cart-wrapper .shop_table tr td.product-subtotal {
  font-weight: 600;
}
.woocommerce-cart-wrapper .shop_table tr td.product-remove {
  width: 0;
  padding-right: 0;
}
.woocommerce-cart-wrapper .shop_table tr td.product-remove a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--color-gray-300);
  background-color: var(--color-white);
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.woocommerce-cart-wrapper .shop_table tr td.product-remove a:hover {
  background-color: var(--color-gray-100);
}
.woocommerce-cart-wrapper .shop_table tr td.product-remove a i {
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 0 currentColor;
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.product-remove {
    position: absolute;
    left: 0;
    top: 0.625rem;
    padding: 0;
  }
}
.woocommerce-cart-wrapper .shop_table tr td.actions {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.125rem;
  padding-bottom: 1rem;
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon label {
  font-size: 0.75rem;
  margin-right: 0.375rem;
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  height: var(--theme-input-height);
  min-width: 16.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: 1px solid var(--color-gray-300);
  margin-right: 0.25rem;
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon input:hover {
  border-color: var(--color-gray-400);
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0.125rem;
  }
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon button {
  font-size: 0.875rem;
  font-weight: 600;
  height: var(--theme-button-height);
  color: var(--color-white);
  background-color: var(--color-black);
}
.woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon button:hover {
  background-color: var(--color-gray-800);
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.actions .actions-wrapper .coupon button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0.3125rem;
  }
}
.woocommerce-cart-wrapper .shop_table tr td.actions button {
  font-weight: 600;
  background-color: var(--color-gray-100);
}
.woocommerce-cart-wrapper .shop_table tr td.actions button[name=update_cart] {
  margin-left: 0.375rem;
  border-color: var(--color-gray-300);
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.actions button[name=update_cart] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    width: 100%;
    margin-left: 0;
  }
}
.woocommerce-cart-wrapper .shop_table tr td.actions button[name=ts_empty_cart] {
  background-color: transparent;
  border: 1px solid var(--color-gray-300);
  margin-left: 0.375rem;
}
.woocommerce-cart-wrapper .shop_table tr td.actions button[name=ts_empty_cart]:hover {
  color: var(--color-white);
  background-color: var(--color-black);
  border-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart-wrapper .shop_table tr td.actions button[name=ts_empty_cart] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .woocommerce-cart-wrapper .shop_table tr th.product-price, .woocommerce-cart-wrapper .shop_table tr th.product-subtotal, .woocommerce-cart-wrapper .shop_table tr td.product-price, .woocommerce-cart-wrapper .shop_table tr td.product-subtotal {
    display: none;
  }
}

.cart-collaterals .cart_totals {
  border-radius: var(--theme-radius-sm);
  background-color: var(--color-gray-50);
  padding: 1.25rem;
}
.cart-collaterals .cart_totals > h2 {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-collaterals .cart_totals .shop_table tr th, .cart-collaterals .cart_totals .shop_table tr td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--color-gray-200);
}
.cart-collaterals .cart_totals .shop_table tr td {
  text-align: right;
}
.cart-collaterals .cart_totals .shop_table tr:last-child th, .cart-collaterals .cart_totals .shop_table tr:last-child td {
  border-bottom: 0;
}
.cart-collaterals .wc-proceed-to-checkout {
  margin-top: 0.625rem;
}
.cart-collaterals .wc-proceed-to-checkout a {
  width: 100%;
  height: 2.75rem;
  color: var(--color-white) !important;
  background-color: var(--color-black) !important;
}

@media screen and (min-width: 1024.02px) {
  #customer_details {
    padding-right: 2.5rem;
  }
}
#customer_details > * {
  width: 100%;
}
#customer_details > * .woocommerce-billing-fields > h3, #customer_details > * .woocommerce-additional-fields > h3 {
  font-size: 0.9375rem;
  font-weight: 700;
}
#customer_details > * .woocommerce-billing-fields__field-wrapper, #customer_details > * .woocommerce-additional-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
#customer_details > * .woocommerce-billing-fields__field-wrapper > *, #customer_details > * .woocommerce-additional-fields__field-wrapper > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 1024.02px) {
  #customer_details > * .woocommerce-billing-fields__field-wrapper > *#billing_first_name_field, #customer_details > * .woocommerce-billing-fields__field-wrapper > *#billing_last_name_field, #customer_details > * .woocommerce-additional-fields__field-wrapper > *#billing_first_name_field, #customer_details > * .woocommerce-additional-fields__field-wrapper > *#billing_last_name_field {
    width: 50%;
  }
}
#customer_details > * .woocommerce-billing-fields__field-wrapper > * label, #customer_details > * .woocommerce-additional-fields__field-wrapper > * label {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem;
}
#customer_details > * .woocommerce-billing-fields__field-wrapper > * textarea, #customer_details > * .woocommerce-additional-fields__field-wrapper > * textarea {
  min-height: 5.625rem;
}

.order-review-wrapper {
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--theme-radius-sm);
  padding: 1.25rem;
}
.order-review-wrapper > h3 {
  font-size: 0.9375rem;
  font-weight: 600;
}
.order-review-wrapper .shop_table tr th, .order-review-wrapper .shop_table tr td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--color-gray-200);
}
.order-review-wrapper .shop_table tr th.product-total {
  text-align: right;
}
.order-review-wrapper .shop_table tr td {
  text-align: right;
}
.order-review-wrapper .shop_table tr td.product-name {
  font-size: 0.75rem;
  text-align: left;
}
.order-review-wrapper .woocommerce-checkout-payment {
  margin-top: 0.9375rem;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li {
  position: relative;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li + li {
  margin-top: 0.625rem;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li label::before {
  content: "";
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--color-gray-300);
  border-radius: 50%;
  margin-right: 0.5rem;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li input {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li input:checked + label::before {
  border-color: var(--color-black);
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li input:checked + label::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--color-black);
  border-radius: 50%;
  left: 0.1875rem;
}
.order-review-wrapper .woocommerce-checkout-payment .wc_payment_methods li .payment_box {
  font-size: 0.8125rem;
  margin-top: 0.625rem;
  color: var(--color-gray-500);
}
.order-review-wrapper .place-order {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1024.02px) {
  .order-review-wrapper .place-order {
    margin-top: 1.5625rem;
  }
}
.order-review-wrapper .place-order .woocommerce-privacy-policy-text {
  font-size: 0.75rem;
}
.order-review-wrapper .place-order .woocommerce-privacy-policy-text p {
  color: var(--color-gray-500);
}
.order-review-wrapper .place-order .woocommerce-privacy-policy-text p a {
  font-weight: 500;
  color: var(--color-gray-700);
}
.order-review-wrapper .place-order .validate-required {
  line-height: 1;
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox {
  position: relative;
  display: inline;
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text {
  position: relative;
  display: inline;
  font-size: 0.75rem;
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text::before {
  content: "";
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-300);
  margin-right: 0.625rem;
  top: -0.3125rem;
  -webkit-transition: border-color 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border-color 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text a {
  margin-left: 0.25rem;
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox input {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox input:checked + .woocommerce-terms-and-conditions-checkbox-text::before {
  background-color: var(--color-primary-background);
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.order-review-wrapper .place-order .validate-required .woocommerce-form__label-for-checkbox input:checked + .woocommerce-terms-and-conditions-checkbox-text::after {
  position: absolute;
  font-family: "klbtheme";
  font-size: 0.875rem;
  font-weight: 700;
  text-shadow: 0 0 0 currentColor;
  content: "\e85f";
  top: 0;
  left: 0.0625rem;
  color: var(--color-white);
}
.order-review-wrapper .place-order > button {
  width: 100%;
  color: var(--color-white);
  background-color: var(--color-primary-background);
}
@media screen and (min-width: 1024.02px) {
  .order-review-wrapper .place-order > button {
    height: 2.875rem;
  }
}

.woocommerce-breadcrumb {
  padding-top: 0.75rem;
  margin-bottom: 1.25rem;
}
.woocommerce-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-breadcrumb ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-breadcrumb ul a {
  position: relative;
  color: var(--color-gray-400);
  text-decoration: none;
}
.woocommerce-breadcrumb ul a::after {
  font-family: "pixel-perfect";
  font-size: 0.6875rem;
  content: "\e82b";
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.before-shop-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.625rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-gray-200);
}
@media screen and (min-width: 1024.02px) {
  .before-shop-loop {
    margin-bottom: 2rem;
  }
}
.before-shop-loop > .column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.before-shop-loop > .column.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.before-shop-loop .filter-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.375rem;
  color: currentColor;
  text-decoration: none;
}
.before-shop-loop .filter-button svg {
  width: 1.125rem;
  height: auto;
}
.before-shop-loop .woocommerce-result-count {
  display: none;
  font-size: 0.875rem;
  color: var(--color-gray-500);
  margin-bottom: 0;
}
@media screen and (min-width: 768.02px) {
  .before-shop-loop .woocommerce-result-count {
    display: block;
  }
}
.before-shop-loop .shop-sorting-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.before-shop-loop .shop-sorting-wrapper > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.before-shop-loop .shop-sorting-wrapper > * > span {
  font-size: 0.8125rem;
  color: var(--color-gray-500);
  margin-bottom: 0;
}
.before-shop-loop .shop-sorting-wrapper > *.sorting-per-page {
  display: none;
}
@media screen and (min-width: 768.02px) {
  .before-shop-loop .shop-sorting-wrapper > *.sorting-per-page {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.before-shop-loop .shop-sorting-wrapper select {
  border: 0 !important;
  border-radius: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  height: auto;
  padding-left: 0;
}

.quantity {
  --qty-size: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  border: 1px solid var(--color-gray-300);
  border-radius: var(--theme-radius-base);
}
@media screen and (min-width: 768.02px) {
  .quantity {
    --qty-size: var(--theme-input-height);
  }
}
.quantity .quantity-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 600;
  min-width: calc(var(--qty-size) / 1.2);
  min-height: var(--qty-size);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity .qty {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  width: calc(var(--qty-size) / 1.5) !important;
  height: var(--qty-size) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.quantity .qty:focus, .quantity .qty:active {
  outline: none;
}
.quantity.size-small {
  --qty-size: 2.125rem;
}
.quantity.size-small .quantity-button {
  font-size: 1rem;
  font-weight: 700;
}
.quantity.size-small .qty {
  font-size: 0.875rem;
  width: var(--qty-size);
}

.single-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .single-product-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.single-product-wrapper .column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024.02px) {
  .single-product-wrapper .column {
    width: 48%;
  }
}
.single-product-wrapper .product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--color-gray-200);
}
@media screen and (min-width: 1024.02px) {
  .single-product-wrapper .product-meta {
    gap: 1.5rem;
    margin-bottom: 2.25rem;
  }
}
.single-product-wrapper .product-meta .product-rating {
  margin-bottom: 0;
}
.single-product-wrapper .product-sku {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
}
.single-product-wrapper .product-sku > span:not(.sku) {
  color: var(--color-gray-500);
}
.single-product-wrapper .product-price-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 1.5rem;
  gap: 0.75rem;
}
@media screen and (min-width: 1024.02px) {
  .single-product-wrapper .product-price-wrapper {
    margin-bottom: 2.25rem;
  }
}
.single-product-wrapper .product-price-wrapper .price {
  font-size: 1.125rem;
}
@media screen and (min-width: 1024.02px) {
  .single-product-wrapper .product-price-wrapper .price {
    font-size: 1.25rem;
  }
}
.single-product-wrapper .product-price-wrapper .product-stock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid var(--color-gray-200);
  padding: 0.5rem 0.625rem;
  border-radius: var(--theme-radius-sm);
}
.single-product-wrapper .product-price-wrapper .product-stock.in-stock {
  background-color: var(--color-green-light);
  border-color: rgba(var(--color-green-rgb), 0.3);
  color: var(--color-green);
}
.single-product-wrapper .product-price-wrapper .product-stock.out-of-stock {
  background-color: var(--color-red-light);
  border-color: rgba(var(--color-red-rgb), 0.3);
  color: var(--color-red);
}
.single-product-wrapper .woocommerce-product-details__short-description {
  font-size: 0.875rem;
  color: var(--color-gray-600);
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .single-product-wrapper .woocommerce-product-details__short-description {
    font-size: 0.9375rem;
    margin-bottom: 2.25rem;
  }
}
.single-product-wrapper .cart {
  width: 100%;
}
.single-product-wrapper .cart .variations {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .single-product-wrapper .cart .variations {
    margin-bottom: 2.25rem;
  }
}
.single-product-wrapper .cart .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-product-wrapper .cart .variations tr + tr {
  border-top: 1px solid var(--color-gray-200);
}
.single-product-wrapper .cart .variations tr > td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 1024.02px) {
  .single-product-wrapper .cart .variations tr > td {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.single-product-wrapper .cart .variations tr > td.label {
  font-size: 0.875rem;
  padding-bottom: 0.375rem;
  color: var(--color-gray-500);
}
.single-product-wrapper .cart .variations tr > td.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.25rem;
  padding-top: 0;
}
.single-product-wrapper .cart .variations tr > td.value .item-select label {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.5rem 0.625rem;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--theme-radius-sm);
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: pointer;
}
.single-product-wrapper .cart .variations tr > td.value .item-select input[type=radio] {
  display: none;
}
.single-product-wrapper .cart .variations tr > td.value .item-select:not(.color-select) input:checked + label {
  color: var(--color-primary-background);
  border-color: rgba(var(--color-primary-background-rgb), 0.8);
  background-color: rgba(var(--color-primary-background-rgb), 0.1);
}
.single-product-wrapper .cart .variations tr > td.value .item-select.color-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.25rem;
}
.single-product-wrapper .cart .variations tr > td.value .item-select.color-select:first-child {
  margin-left: 0;
}
.single-product-wrapper .cart .variations tr > td.value .item-select.color-select label {
  font-size: 0;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  outline: 2px solid transparent;
  outline-offset: 0.0625rem;
  padding: 0;
}
.single-product-wrapper .cart .variations tr > td.value .item-select.color-select input:checked + label {
  outline-color: var(--color-black);
}
.single-product-wrapper .cart .cart-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.single-product-wrapper .cart .cart-actions .cart-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.single-product-wrapper .cart .cart-actions .cart-buttons .single_add_to_cart_button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.single-product-wrapper .cart .single_buy_now_button, .single-product-wrapper .cart .single_add_to_cart_button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.single-product-wrapper .product-highlights {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--color-gray-200);
}
@media screen and (min-width: 1024.02px) {
  .single-product-wrapper .product-highlights {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.single-product-wrapper .product-highlights .entry-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.single-product-wrapper .product-highlights ul {
  font-size: 0.875rem;
  margin: 0;
  padding-left: 1rem;
}
.single-product-wrapper .product-highlights ul li + li {
  margin-top: 0.5rem;
}
.single-product-wrapper .single-product-gallery .product-gallery-items {
  position: relative;
  margin-bottom: 1.25rem;
  border-radius: var(--theme-radius-base);
  overflow: hidden;
}
.single-product-wrapper .single-product-gallery .product-thumbnail-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
}
.single-product-wrapper .single-product-gallery .product-thumbnail-items .thumbnail-item {
  position: relative;
  max-width: 4.125rem;
  border-radius: var(--theme-radius-sm);
  overflow: hidden;
}

.single-product-tabs-wrapper {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768.02px) {
  .single-product-tabs-wrapper {
    margin-top: 2.875rem;
  }
}
.single-product-tabs-wrapper .wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.125rem;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--color-gray-200);
}
.single-product-tabs-wrapper .wc-tabs li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--color-gray-400);
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.single-product-tabs-wrapper .wc-tabs li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: currentColor;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.single-product-tabs-wrapper .wc-tabs li a:hover {
  color: var(--color-black);
}
.single-product-tabs-wrapper .wc-tabs li.active a {
  color: var(--color-black);
}
.single-product-tabs-wrapper .wc-tabs li.active a::before {
  opacity: 1;
}
.single-product-tabs-wrapper .woocommerce-Tabs-panel {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.single-product-tabs-wrapper .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes {
  width: 100%;
}
.single-product-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.625rem;
}
.single-product-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes tbody tr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.875rem;
  width: 100%;
  border-bottom: 1px solid var(--color-gray-200);
}
@media screen and (min-width: 768.02px) {
  .single-product-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes tbody tr {
    width: 49%;
  }
}
.single-product-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes tbody tr > * {
  padding-bottom: 0.75rem;
}
.single-product-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes tbody tr th {
  font-weight: 600;
  min-width: 12.5rem;
}
.single-product-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes tbody tr td p {
  margin-bottom: 0;
}

.woocommerce-Reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (min-width: 768.02px) {
  .woocommerce-Reviews {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.woocommerce-Reviews > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 768.02px) {
  .woocommerce-Reviews > * {
    width: 49%;
  }
}
.woocommerce-Reviews .product-review-average {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768.02px) {
  .woocommerce-Reviews .product-review-average {
    gap: 1.875rem;
    margin-bottom: 1.5rem;
  }
}
.woocommerce-Reviews .product-review-average .entry-title {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width: 768.02px) {
  .woocommerce-Reviews .product-review-average .entry-title {
    font-size: 3rem;
  }
}
.woocommerce-Reviews .product-review-average .review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce-Reviews .product-review-average .review-stars .product-rating {
  margin-bottom: 0.25rem;
}
.woocommerce-Reviews .product-review-average .review-stars .product-rating .star-rating {
  --font-size: 1.25rem;
}
.woocommerce-Reviews .product-review-average .review-stars .product-rating .star-rating span::before {
  color: var(--color-yellow);
}
.woocommerce-Reviews .product-review-average .review-stars .review-stars-description p {
  font-size: 0.8125rem;
  margin-bottom: 0;
  color: var(--color-gray-500);
}
.woocommerce-Reviews .product-reviews-summary {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768.02px) {
  .woocommerce-Reviews .product-reviews-summary {
    margin-bottom: 2rem;
  }
}
.woocommerce-Reviews .product-reviews-summary .review-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (min-width: 768.02px) {
  .woocommerce-Reviews .product-reviews-summary .review-summary-item {
    gap: 1.25rem;
  }
}
.woocommerce-Reviews .product-reviews-summary .review-summary-item + .review-summary-item {
  margin-top: 0.625rem;
}
.woocommerce-Reviews .product-reviews-summary .review-summary-item .rating-stars .star-rating {
  --font-size: 0.8125rem;
}
.woocommerce-Reviews .product-reviews-summary .review-summary-item .rating-stars .star-rating span::before {
  color: var(--color-yellow);
}
.woocommerce-Reviews .product-reviews-summary .review-summary-item .rating-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  min-width: 15.625rem;
  max-width: 23.75rem;
  height: 0.25rem;
  border-radius: 0.625rem;
  background-color: var(--color-gray-200);
}
.woocommerce-Reviews .product-reviews-summary .review-summary-item .rating-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background-color: var(--color-yellow);
}
.woocommerce-Reviews .product-reviews-summary .review-summary-item .rating-count {
  font-size: 0.8125rem;
  font-weight: 500;
}
.woocommerce-Reviews .comment-respond .comment-reply-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768.02px) {
  .woocommerce-Reviews .comment-respond .comment-reply-title {
    font-size: 1.625rem;
    margin-bottom: 1.5rem;
  }
}
.woocommerce-Reviews .comment-respond .comment-form p.comment-notes {
  font-size: 0.8125rem;
  margin-bottom: 1rem;
  color: var(--color-gray-500);
}
@media screen and (min-width: 768.02px) {
  .woocommerce-Reviews .comment-respond .comment-form p.comment-notes {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
}
.woocommerce-Reviews .comment-respond .comment-form .comment-form-comment label, .woocommerce-Reviews .comment-respond .comment-form .comment-form-author label, .woocommerce-Reviews .comment-respond .comment-form .comment-form-email label {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.woocommerce-Reviews .comment-respond .comment-form .comment-form-cookies-consent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8125rem;
  gap: 0.5rem;
}
.woocommerce-Reviews .comment-respond .comment-form .form-submit input {
  width: 100%;
  background-color: var(--color-primary-background);
  color: var(--color-primary-foreground);
}
.woocommerce-Reviews .comment-respond .comment-form-rating label {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  color: currentColor;
  text-decoration: none;
  border-right: 1px solid var(--color-gray-200);
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a + a {
  margin-left: 1rem;
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a:last-child {
  border-right: 0;
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a::before {
  font-family: "pixel-perfect";
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  line-height: 1;
  color: currentColor;
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a:hover::before {
  color: var(--color-yellow);
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a.star-1 {
  width: 1.875rem;
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a.star-1::before {
  content: "\e804";
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a.star-2 {
  width: 2.75rem;
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a.star-2::before {
  content: "\e804\e804";
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a.star-3 {
  width: 3.5rem;
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a.star-3::before {
  content: "\e804\e804\e804";
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a.star-4 {
  width: 4.125rem;
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a.star-4::before {
  content: "\e804\e804\e804\e804";
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a.star-5 {
  width: 4.125rem;
}
.woocommerce-Reviews .comment-respond .comment-form-rating .stars span a.star-5::before {
  content: "\e804\e804\e804\e804\e804";
}
.woocommerce-Reviews #comments .woocommerce-Reviews-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768.02px) {
  .woocommerce-Reviews #comments .woocommerce-Reviews-title {
    font-size: 1.625rem;
    margin-bottom: 1.5rem;
  }
}
.woocommerce-Reviews #comments .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-Reviews #comments .commentlist .comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
}
.woocommerce-Reviews #comments .commentlist .comment_container img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}
.woocommerce-Reviews #comments .commentlist .comment_container .comment-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.woocommerce-Reviews #comments .commentlist .comment_container .comment-text .star-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.woocommerce-Reviews #comments .commentlist .comment_container .comment-text .star-rating span::before {
  color: var(--color-yellow);
}
.woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  gap: 0.375rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.woocommerce-Reviews #comments .commentlist .comment_container .comment-text .meta .woocommerce-review__published-date {
  font-size: 0.75rem;
  color: var(--color-gray-500);
}
.woocommerce-Reviews #comments .commentlist .comment_container .comment-text .description {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.woocommerce-my-account {
  position: relative;
}
.woocommerce-my-account .my-account-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024.02px) {
  .woocommerce-my-account .my-account-user {
    margin-bottom: 2.5rem;
    margin-top: 0.625rem;
  }
}
.woocommerce-my-account .my-account-user .user-avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  background-color: var(--color-gray-100);
  border-radius: 50%;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768.02px) {
  .woocommerce-my-account .my-account-user .user-avatar {
    font-size: 1.375rem;
    width: 2.625rem;
    height: 2.625rem;
    margin-right: 0.9375rem;
  }
}
.woocommerce-my-account .my-account-user .user-avatar i {
  line-height: 1;
}
.woocommerce-my-account .my-account-user .user-detail {
  line-height: 1;
}
.woocommerce-my-account .my-account-user .user-detail span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-gray-400);
  margin-bottom: 0.3125rem;
}
.woocommerce-my-account .my-account-user .user-detail p {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-my-account .my-account-user .user-menu-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 1024.02px) {
  .woocommerce-my-account .my-account-user .user-menu-toggle {
    display: none;
  }
}
.woocommerce-my-account .my-account-user .user-menu-toggle a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: currentColor;
  text-decoration: none;
  height: 2.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.woocommerce-my-account .my-account-user .user-menu-toggle a i {
  font-size: 1.25rem;
  line-height: 1;
  margin-right: 0.375rem;
}
.woocommerce-my-account .my-account-user .user-menu-toggle a span {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: var(--color-gray-600);
}
.woocommerce-my-account .my-account-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
@media screen and (min-width: 1024.02px) {
  .woocommerce-my-account .my-account-inner {
    gap: 2.5rem;
  }
}
.woocommerce-my-account .my-account-inner > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024.02px) {
  .woocommerce-my-account .my-account-inner > *.my-account-navigation {
    width: 18.75rem;
  }
  .woocommerce-my-account .my-account-inner > *.woocommerce-MyAccount-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}
.woocommerce-my-account .my-account-inner .my-account-navigation {
  display: none;
}
@media screen and (min-width: 1024.02px) {
  .woocommerce-my-account .my-account-inner .my-account-navigation {
    display: block;
  }
}
@media screen and (max-width: 1023.98px) {
  .woocommerce-my-account .my-account-inner .my-account-navigation.active {
    display: block;
  }
}
.woocommerce-my-account .my-account-inner .my-account-navigation ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.woocommerce-my-account .my-account-inner .my-account-navigation ul li + li {
  border-top: 1px solid var(--color-gray-200);
}
.woocommerce-my-account .my-account-inner .my-account-navigation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: currentColor;
  text-decoration: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.woocommerce-my-account .my-account-inner .my-account-navigation ul li a:hover {
  color: var(--color-primary-background);
}
.woocommerce-my-account .my-account-inner .my-account-navigation ul li.is-active {
  color: var(--color-white);
  background-color: var(--color-black);
}
.woocommerce-my-account .my-account-inner .my-account-navigation ul li.is-active a {
  color: currentColor;
}
.woocommerce-my-account .my-account-inner .woocommerce-MyAccount-content p {
  font-size: 0.875rem;
}
.woocommerce-my-account .my-account-inner .woocommerce-MyAccount-content p a {
  font-weight: 500;
  color: var(--color-blue);
}

.site-login {
  padding: 2.5rem 0 0;
}
@media screen and (min-width: 768.02px) {
  .site-login {
    padding: 5.625rem 0;
  }
}
.site-login .site-login-inner {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
.site-login .site-login-inner .site-login-overflow {
  position: relative;
  overflow: hidden;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.site-login .site-login-inner .site-login-overflow .login-page-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-login .site-login-inner .site-login-overflow .login-page-tab {
    margin-bottom: 1.875rem;
  }
}
.site-login .site-login-inner .site-login-overflow .login-page-tab li a {
  position: relative;
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--color-gray-400);
  text-decoration: none;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 1024.02px) {
  .site-login .site-login-inner .site-login-overflow .login-page-tab li a {
    font-size: 1.75rem;
  }
}
.site-login .site-login-inner .site-login-overflow .login-page-tab li a.active {
  color: var(--color-black);
}
.site-login .site-login-inner .site-login-overflow .login-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > * {
  padding: 0.0625rem;
  width: 100%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.register-form {
  opacity: 0;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form > p {
  font-size: 0.8125rem;
  text-align: center;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox {
  position: relative;
  display: inline;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox span {
  position: relative;
  display: inline;
  font-size: 0.75rem;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox span::before {
  content: "";
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-300);
  margin-right: 0.625rem;
  top: -0.3125rem;
  -webkit-transition: border-color 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border-color 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox span a {
  margin-left: 0.25rem;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox input {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox input:checked + span::before {
  background-color: var(--color-primary-background);
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p .woocommerce-form__label-for-checkbox input:checked + span::after {
  position: absolute;
  font-family: "klbtheme";
  font-size: 0.875rem;
  font-weight: 700;
  text-shadow: 0 0 0 currentColor;
  content: "\e85f";
  top: -0.1875rem;
  left: 0.0625rem;
  color: var(--color-white);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.login-form .lost-password p.woocommerce-LostPassword a {
  text-decoration: none;
  color: var(--color-blue);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > * label {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > * button {
  text-transform: uppercase;
  width: 100%;
  margin-top: 1.25rem;
  color: var(--color-white);
  background-color: var(--color-primary-background);
}
.site-login .site-login-inner .site-login-overflow .login-form-container > * button:hover {
  opacity: 0.9;
}
@media screen and (min-width: 1024.02px) {
  .site-login .site-login-inner .site-login-overflow .login-form-container > * button {
    height: 2.875rem;
  }
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.register-form > p {
  font-size: 0.8125rem;
  text-align: center;
}
.site-login .site-login-inner .site-login-overflow .login-form-container > *.register-form .woocommerce-privacy-policy-text {
  font-size: 0.75rem;
}
.site-login .site-login-inner .site-login-overflow .login-form-container.show-register-form {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.site-login .site-login-inner .site-login-overflow .login-form-container.show-register-form .login-form {
  opacity: 0;
}
.site-login .site-login-inner .site-login-overflow .login-form-container.show-register-form .register-form {
  opacity: 1;
}

/*------------------------------------ 
    11 - Blog
------------------------------------*/
.post .entry-post-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-radius-sm);
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768.02px) {
  .post .entry-post-thumbnail {
    border-radius: var(--theme-radius-base);
    margin-bottom: 1rem;
  }
}
.post .entry-post-thumbnail .post-hover-overlay {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  background-color: rgba(var(--color-overlay-background-rgb), var(--color-overlay-background-opacity));
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s var(--theme-primary-transition);
  transition: opacity 0.3s var(--theme-primary-transition);
}
.post .entry-post-thumbnail .post-hover-overlay svg {
  width: 2.875rem;
  height: auto;
  -webkit-transform: translateX(-1.25rem);
  transform: translateX(-1.25rem);
  opacity: 0;
  -webkit-transition: opacity 0.3s var(--theme-primary-transition), -webkit-transform 0.6s var(--theme-secondary-transition);
  transition: opacity 0.3s var(--theme-primary-transition), -webkit-transform 0.6s var(--theme-secondary-transition);
  transition: opacity 0.3s var(--theme-primary-transition), transform 0.6s var(--theme-secondary-transition);
  transition: opacity 0.3s var(--theme-primary-transition), transform 0.6s var(--theme-secondary-transition), -webkit-transform 0.6s var(--theme-secondary-transition);
}
@media screen and (min-width: 768.02px) {
  .post .entry-post-thumbnail .post-hover-overlay svg {
    width: 4.125rem;
  }
}
.post .entry-post-thumbnail:hover .post-hover-overlay {
  opacity: 1;
}
.post .entry-post-thumbnail:hover .post-hover-overlay svg {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.post .entry-post-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 768.02px) {
  .post .entry-post-category {
    margin-bottom: 0.25rem;
  }
}
.post .entry-post-category a {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-primary-background);
  text-decoration: none;
}
.post .entry-post-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.post .entry-post-title a {
  color: currentColor;
}
@media screen and (min-width: 768.02px) {
  .post .entry-post-title {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 0.875rem;
  }
}
.post .entry-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  color: var(--color-gray-500);
}
.post .entry-post-meta a {
  font-weight: 600;
  color: var(--color-black);
  text-decoration-color: var(--color-gray-300);
  text-underline-offset: 0.25rem;
}
.post .entry-post-meta > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post .entry-post-meta > *::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.0625rem;
  margin: 0 0.75rem;
  top: 0.0625rem;
  background-color: var(--color-gray-600);
}
.post .entry-post-meta > *:last-child::after {
  display: none;
}
.post .entry-excerpt {
  font-size: 0.875rem;
  color: var(--color-gray-500);
}
@media screen and (min-width: 768.02px) {
  .post .entry-excerpt {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024.02px) {
  .blog-posts.grid-column-1-sm .entry-post-title, .blog-posts.grid-column-1-md .entry-post-title, .blog-posts.grid-column-1-lg .entry-post-title {
    font-size: 2.375rem;
  }
}

.single-post-wrapper .entry-post-header {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024.02px) {
  .single-post-wrapper .entry-post-header {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .single-post-wrapper .entry-post-header .entry-post-title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .single-post-wrapper .entry-post-thumbnail {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1024.02px) {
  .single-post-wrapper .entry-content {
    font-size: 1.125rem;
  }
}
.single-post-wrapper .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.625rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-gray-300);
}
.single-post-wrapper .entry-footer .entry-tags {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-post-wrapper .entry-footer .entry-tags > span {
  font-size: 0.8125rem;
  line-height: 1.5625rem;
  color: var(--color-gray-500);
  margin-right: 0.75rem;
}
.single-post-wrapper .entry-footer .entry-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-post-wrapper .entry-footer .entry-tags ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: var(--color-black);
  height: 1.75rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: var(--color-gray-100);
  border: 1px solid var(--color-gray-200);
  border-radius: var(--theme-radius-sm);
}
.single-post-wrapper .post-comments > .entry-title {
  margin-bottom: 1.5rem;
}
.single-post-wrapper .post-comments .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-post-wrapper .post-comments .comment-list .comment .comment-body {
  padding: 0.0625rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768.02px) {
  .single-post-wrapper .post-comments .comment-list .comment .comment-body {
    margin-bottom: 2.25rem;
  }
}
.single-post-wrapper .post-comments .comment-list .comment .comment-body .comment-meta {
  margin-bottom: 0.0625rem;
}
.single-post-wrapper .post-comments .comment-list .comment .comment-body .comment-meta .avatar {
  float: left;
  width: 4.75rem;
  height: 4.75rem;
  margin-right: 1.25rem;
  border-radius: 50%;
}
@media screen and (min-width: 768.02px) {
  .single-post-wrapper .post-comments .comment-list .comment .comment-body .comment-meta .avatar {
    width: 5.375rem;
    height: 5.375rem;
    margin-right: 2.5rem;
  }
}
.single-post-wrapper .post-comments .comment-list .comment .comment-body .comment-meta b {
  float: left;
  font-size: 0.875rem;
  font-weight: 600;
}
.single-post-wrapper .post-comments .comment-list .comment .comment-body .comment-meta b a {
  color: currentColor;
  text-decoration: none;
}
.single-post-wrapper .post-comments .comment-list .comment .comment-body .comment-meta .comment-metadata {
  float: left;
  line-height: 1.2;
}
.single-post-wrapper .post-comments .comment-list .comment .comment-body .comment-meta .comment-metadata a {
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  color: currentColor;
  margin-left: 0.9375rem;
  opacity: 0.5;
}
.single-post-wrapper .post-comments .comment-list .comment .comment-body .comment-content {
  margin-top: 1.875rem;
}
.single-post-wrapper .post-comments .comment-list .comment .comment-body .comment-content p {
  font-size: 0.875rem;
}
.single-post-wrapper .post-comments .comment-list .comment .comment-body .reply {
  padding-left: 6rem;
}
@media screen and (min-width: 768.02px) {
  .single-post-wrapper .post-comments .comment-list .comment .comment-body .reply {
    padding-left: 7.875rem;
  }
}
.single-post-wrapper .post-comments .comment-list .comment .comment-body .reply a {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-black);
}
.single-post-wrapper .post-comments .comment-respond .entry-title {
  font-size: 1.25rem;
}
.single-post-wrapper .post-comments .comment-respond .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.single-post-wrapper .post-comments .comment-respond .comment-form > .comment-notes {
  font-size: 0.875rem;
  font-weight: 500;
}
.single-post-wrapper .post-comments .comment-respond .comment-form > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768.02px) {
  .single-post-wrapper .post-comments .comment-respond .comment-form > *.comment-form-author, .single-post-wrapper .post-comments .comment-respond .comment-form > *.comment-form-email {
    width: 50%;
  }
}
.single-post-wrapper .post-comments .comment-respond .comment-form > *.form-submit input {
  line-height: 1;
  color: var(--color-white);
  background-color: var(--color-black);
}
@media screen and (min-width: 768.02px) {
  .single-post-wrapper .post-comments .comment-respond .comment-form > *.form-submit input {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.single-post-wrapper .post-comments .comment-respond .comment-form > * label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.375rem;
}

/*------------------------------------ 
    12 - Sidebar
------------------------------------*/
.widget {
  position: relative;
  font-size: var(--theme-sidebar-text-size);
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1024.02px) {
  .widget {
    margin-bottom: 2.5rem;
  }
  .widget:last-child {
    margin-bottom: 0;
  }
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: var(--theme-widget-title-size);
  font-weight: var(--theme-widget-title-weight);
  letter-spacing: var(--theme-widget-title-letter-spacing);
  margin-bottom: 1rem;
}
.widget nav ul li + li {
  margin-top: 0.5rem;
}
.widget .woocommerce-widget-layered-nav-list, .widget .widget-checkbox-list, .widget .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget .woocommerce-widget-layered-nav-list li + li, .widget .widget-checkbox-list li + li, .widget .menu li + li {
  margin-top: 0.1875rem;
}
.widget .woocommerce-widget-layered-nav-list li a, .widget .widget-checkbox-list li a, .widget .menu li a {
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25rem;
}
.widget .woocommerce-widget-layered-nav-list li a:hover, .widget .widget-checkbox-list li a:hover, .widget .menu li a:hover {
  text-decoration-color: currentColor;
}
.widget .woocommerce-widget-layered-nav-list li .type-button, .widget .widget-checkbox-list li .type-button, .widget .menu li .type-button {
  --widget-font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--widget-font-size);
  font-weight: 400;
  line-height: 1;
  color: currentColor;
  text-decoration: none;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.widget .woocommerce-widget-layered-nav-list li .type-button a, .widget .widget-checkbox-list li .type-button a, .widget .menu li .type-button a {
  color: currentColor;
  text-decoration: none;
}
.widget .woocommerce-widget-layered-nav-list li .type-button .button-box, .widget .widget-checkbox-list li .type-button .button-box, .widget .menu li .type-button .button-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 0.125rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-400);
  border-radius: var(--theme-radius-sm);
  margin-right: 0.625rem;
  -webkit-transition: border-color 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border-color 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.widget .woocommerce-widget-layered-nav-list li .type-button:hover .button-box, .widget .widget-checkbox-list li .type-button:hover .button-box, .widget .menu li .type-button:hover .button-box {
  border-color: var(--color-gray-500);
}
.widget .woocommerce-widget-layered-nav-list li .type-button .button-text, .widget .widget-checkbox-list li .type-button .button-text, .widget .menu li .type-button .button-text {
  line-height: 0;
}
.widget .woocommerce-widget-layered-nav-list li .type-button .count, .widget .widget-checkbox-list li .type-button .count, .widget .menu li .type-button .count {
  color: var(--color-gray-500);
  margin-left: auto;
  padding-left: 0.5rem;
}
.widget .woocommerce-widget-layered-nav-list li .type-button label, .widget .widget-checkbox-list li .type-button label, .widget .menu li .type-button label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  line-height: 1;
}
.widget .woocommerce-widget-layered-nav-list li .type-button input, .widget .widget-checkbox-list li .type-button input, .widget .menu li .type-button input {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
.widget .woocommerce-widget-layered-nav-list li .type-button input:checked + label .button-box, .widget .widget-checkbox-list li .type-button input:checked + label .button-box, .widget .menu li .type-button input:checked + label .button-box {
  color: var(--color-white);
  background-color: var(--color-black);
  border-color: transparent;
}
.widget .woocommerce-widget-layered-nav-list li .type-button input:checked + label .button-box::before, .widget .widget-checkbox-list li .type-button input:checked + label .button-box::before, .widget .menu li .type-button input:checked + label .button-box::before {
  position: relative;
  font-family: "klbtheme";
  font-size: 0.8125rem;
  font-weight: 700;
  content: "\e85f";
  top: 0;
}
.widget .woocommerce-widget-layered-nav-list li .type-button input:checked + label .button-text, .widget .widget-checkbox-list li .type-button input:checked + label .button-text, .widget .menu li .type-button input:checked + label .button-text {
  color: var(--color-black);
}
.widget .price_slider_wrapper .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
}
.widget .price_slider_wrapper .price_slider_amount > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.widget .price_slider_wrapper .price_slider_amount > *.separator {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 1.25rem 0.625rem 0;
}
.widget .price_slider_wrapper .price_slider_amount > * .price-placeholder {
  display: block;
  font-size: 0.75rem;
  color: var(--color-gray-400);
  margin-bottom: 0.25rem;
}
.widget .price_slider_wrapper .price_slider_amount > * input {
  height: 2.375rem;
  border: 1px solid var(--color-gray-400);
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.widget .price_slider_wrapper .price_slider_amount > * input:hover {
  border-color: var(--color-gray-500);
}
.widget .price_slider_wrapper .price_slider_amount > * input:focus, .widget .price_slider_wrapper .price_slider_amount > * input:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--color-gray-500);
}
.widget .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 0.1875rem;
  background-color: var(--color-gray-200);
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
}
.widget .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.1875rem;
  border: 0;
  border-radius: 0.625rem;
  background-color: var(--color-gray-200);
  z-index: 1;
}
.widget .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  background-color: var(--color-gray-900);
  border-radius: 50%;
  top: -0.375rem;
  left: 0;
  margin: 0;
  outline: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  z-index: 1;
}
.widget .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-child {
  left: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.widget .price_slider_wrapper .price_slider_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget .price_slider_wrapper .price_slider_bottom button {
  height: 2.375rem;
  border-radius: 62.4375rem;
  background-color: var(--color-gray-200);
}
.widget .price_slider_wrapper .price_slider_bottom button:hover {
  background-color: var(--color-gray-300);
}
.widget .price_slider_wrapper .price_slider_bottom .price_label {
  font-size: 0.875rem;
  margin-right: auto;
}
.widget .post-widget .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.875rem;
}
.widget .post-widget .post:last-child {
  margin-bottom: 0;
}
.widget .post-widget .post .post-thumbnail {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 0;
  border-radius: 0.375rem;
}
.widget .post-widget .post .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.widget .post-widget .post .post-content .entry-title {
  display: -webkit-box;
  font-size: 0.875rem;
  margin-bottom: 0.125rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: 0.0625rem;
  margin-bottom: 0.25rem;
}
.widget .post-widget .post .post-content .entry-title a {
  color: currentColor;
  text-decoration-color: transparent;
  text-underline-offset: 0.25rem;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.widget .post-widget .post .post-content .entry-title a:hover {
  text-decoration-color: var(--color-gray-500);
}

/*------------------------------------ 
    12 - Footer
------------------------------------*/
.site-footer {
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024.02px) {
  .site-footer {
    margin-top: 3.5rem;
  }
}
.site-footer .footer-global-row {
  color: var(--color-footer-foreground);
  background-color: var(--color-footer-background);
}
.site-footer .footer-global-row + .footer-global-row .site-footer-inner {
  border-top: 1px solid var(--color-footer-border);
}

.site-footer-newsletter .site-footer-inner {
  border-top: 1px solid var(--color-gray-200);
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-footer-newsletter .site-footer-inner {
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }
}
.site-footer-newsletter .site-footer-inner > .column {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024.02px) {
  .site-footer-newsletter .site-footer-inner > .column {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%;
  }
}
.site-footer-newsletter .site-footer-inner > .column.form-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 1024.02px) {
  .site-footer-newsletter .site-footer-inner > .column.form-column {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form {
  max-width: 27.5rem;
  width: 100%;
}
.site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form .mc4wp-form-fields {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--color-gray-300);
  border-radius: var(--theme-radius-sm);
  padding: 0.25rem;
  -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}
@media screen and (min-width: 1024.02px) {
  .site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form .mc4wp-form-fields {
    border-radius: calc(var(--theme-radius-lg) + 0.125rem);
  }
}
.site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form .mc4wp-form-fields:has(input:focus) {
  border-color: var(--color-primary-background);
  -webkit-box-shadow: 0 0 0 0.1875rem rgba(var(--color-primary-background-rgb), 0.15);
  box-shadow: 0 0 0 0.1875rem rgba(var(--color-primary-background-rgb), 0.15);
}
.site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form .mc4wp-form-fields input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  width: auto;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form .mc4wp-form-fields input::-webkit-input-placeholder {
  color: var(--color-gray-500);
}
.site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form .mc4wp-form-fields input::-moz-placeholder {
  color: var(--color-gray-500);
}
.site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form .mc4wp-form-fields input:-ms-input-placeholder {
  color: var(--color-gray-500);
}
.site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form .mc4wp-form-fields input::-ms-input-placeholder {
  color: var(--color-gray-500);
}
.site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form .mc4wp-form-fields input::placeholder {
  color: var(--color-gray-500);
}
.site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form .mc4wp-form-fields button {
  color: var(--color-white);
  background-color: var(--color-primary-background);
}
.site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form .mc4wp-form-fields button:hover {
  background-color: rgba(var(--color-primary-background-rgb), 0.9);
}
@media screen and (min-width: 1024.02px) {
  .site-footer-newsletter .site-footer-inner > .column.form-column .mc4wp-form .mc4wp-form-fields button {
    height: 3.125rem;
  }
}
.site-footer-newsletter .site-footer-inner > .column.form-column .privacy-text {
  font-size: 0.75rem;
  color: var(--color-gray-500);
  margin-bottom: 0;
}
.site-footer-newsletter .site-footer-inner > .column.form-column .privacy-text a {
  font-weight: 500;
  color: var(--color-gray-800);
  text-underline-offset: 0.25rem;
  text-decoration-color: var(--color-gray-400);
}
.site-footer-newsletter .site-footer-inner .subscribe-text .entry-title {
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (min-width: 1024.02px) {
  .site-footer-newsletter .site-footer-inner .subscribe-text .entry-title {
    font-size: 2.25rem;
  }
}
.site-footer-newsletter .site-footer-inner .subscribe-text p {
  font-size: 0.875rem;
  color: var(--color-gray-500);
  margin-bottom: 0;
}
@media screen and (min-width: 1024.02px) {
  .site-footer-newsletter .site-footer-inner .subscribe-text p {
    font-size: 1rem;
  }
}

.site-footer-iconbox .site-footer-inner {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 1024.02px) {
  .site-footer-iconbox .site-footer-inner {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}
.site-footer-iconbox .site-iconbox .iconbox-icon {
  color: var(--color-footer-link);
}
@media screen and (min-width: 1024.02px) {
  .site-footer-iconbox .site-iconbox .iconbox-icon {
    width: 28px;
    height: auto;
    margin-top: 0.25rem;
  }
}
.site-footer-iconbox .site-iconbox .iconbox-content .entry-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-footer-link);
}
@media screen and (min-width: 1024.02px) {
  .site-footer-iconbox .site-iconbox .iconbox-content .entry-title {
    font-size: 1.625rem;
    letter-spacing: -0.03em;
    margin-bottom: 0.125rem;
  }
}
.site-footer-iconbox .site-iconbox .iconbox-content .entry-title a {
  color: currentColor;
  text-decoration: none;
}

.site-footer-widgets {
  font-size: var(--theme-footer-text-size);
}
.site-footer-widgets .site-footer-inner {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-footer-widgets .site-footer-inner {
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }
}
.site-footer-widgets .footer-brand-column .site-brand {
  margin-bottom: 1.5rem;
}
.site-footer-widgets .footer-brand-column .footer-brand-content {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024.02px) {
  .site-footer-widgets .footer-brand-column .footer-brand-content {
    font-size: 0.9375rem;
    margin-bottom: 2.25rem;
  }
}
.site-footer-widgets .footer-brand-column .footer-brand-content p {
  margin-bottom: 0;
}
.site-footer-widgets .footer-brand-column .site-social-media {
  gap: 0.5rem;
}
.site-footer-widgets .footer-brand-column .site-social-media li a {
  color: var(--color-footer-link);
  background-color: var(--color-footer-border);
}
.site-footer-widgets .footer-brand-column .site-social-media li a:hover {
  background-color: var(--color-footer-link);
  color: var(--color-footer-background);
}
@media screen and (min-width: 1024.02px) {
  .site-footer-widgets .footer-brand-column .site-social-media li a {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.site-footer-widgets .footer-widgets .widget nav ul li a {
  font-size: var(--theme-footer-text-size);
  color: var(--color-footer-link);
}

.site-footer-copyright .site-footer-inner {
  padding-top: 1.25rem;
  padding-bottom: 2.25rem;
}
@media screen and (min-width: 1024.02px) {
  .site-footer-copyright .site-footer-inner {
    padding-top: 2.25rem;
    padding-bottom: 2.875rem;
  }
}
.site-footer-copyright .site-footer-inner .site-copyright-text {
  font-size: 0.8125rem;
}
.site-footer-copyright .site-footer-inner .site-copyright-text a {
  font-weight: 600;
  color: var(--color-footer-link);
  text-decoration: none;
}