@charset "UTF-8";
/*!
Theme Name: Design Dojo
Theme URI: http://underscores.me/
Author: Kre8tib
Author URI: http://kre8tib.com
Description: Custom theme for Design Dojo
Version: 2.0.103
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: design-dojo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Design Dojo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.widget_shopping_cart_live_region {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.modal-video {
  display: contents;
}
.modal-video__trigger {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #111;
  color: #fff;
  cursor: pointer;
  transition: transform 0.08s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.modal-video__trigger:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.modal-video__trigger:focus-visible {
  outline: 2px solid #4c9ffe;
  outline-offset: 2px;
}
.modal-video__trigger-thumb {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 8px;
  display: inline-block;
}
.modal-video__trigger-label {
  font-weight: 600;
}
.modal-video__overlay[aria-hidden=true] {
  display: none;
}
.modal-video__overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
}
.modal-video__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  opacity: 0;
  animation: mv-fade-in 0.2s ease forwards;
}
.modal-video__dialog {
  position: relative;
  width: min(900px, 92vw);
  background: #0b0b0b;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transform: translateY(8px);
  animation: mv-pop-in 0.2s ease forwards;
  overflow: hidden;
}
.modal-video__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #0F0C25;
  color: #fff;
  font-size: 1.953rem;
  line-height: 0;
  cursor: pointer;
  z-index: 50;
  padding: 0;
  border-radius: 100px;
}
.modal-video__content {
  padding: 0;
  background: #000;
}
.modal-video__aspect {
  aspect-ratio: 16/9;
  width: 100%;
  background: #000;
  position: relative;
}
.modal-video__aspect iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 16px;
  border: unset !important;
}
.modal-video__player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
}

@keyframes mv-fade-in {
  to {
    opacity: 1;
  }
}
@keyframes mv-pop-in {
  to {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal-video__backdrop, .modal-video__dialog {
    animation: none;
    transform: none;
  }
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 3.815rem;
}

h2 {
  font-size: 3.052rem;
}

h3 {
  font-size: 2.441rem;
}

h4 {
  font-size: 1.953rem;
}

h5 {
  font-size: 1.563rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: 1rem;
  margin-bottom: 1.5em;
}

small {
  font-size: 0.8rem;
}

.note {
  font-size: 0.64rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Lato", sans-serif;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/design-dojo/assets/lato-v24-latin-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/design-dojo/assets/lato-v24-latin-700.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/design-dojo/assets/RobotoMono-Regular.woff2") format("woff2");
  font-display: swap;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  padding: 35px 0;
}
.site-header .site-header-inner {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}
.site-header .navigation {
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
}
.site-header .navigation__top {
  display: flex;
  gap: 60px;
}
.site-header .navigation__top .site-cart {
  display: none;
}
@media (min-width: 1200px) {
  .site-header .navigation__top .site-cart {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
.site-header .navigation__top .site-cart img {
  height: 50px;
  width: auto;
}
@media (min-width: 1200px) {
  .site-header .navigation__top .site-cart img {
    height: 35px;
  }
}
.site-header .navigation__bottom {
  display: none;
}
@media (min-width: 1200px) {
  .site-header .navigation__bottom {
    display: flex;
    justify-content: flex-end;
  }
}
.site-header .navigation__bottom p {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2C2B2B;
}
.site-header {
  /* Cart badge overlay */
}
.site-header .c-cart {
  position: relative;
  display: inline-block;
  /* Tweak these per design or per breakpoint */
  --badge-offset-x: -12px; /* moves badge left or right relative to top right corner */
  --badge-offset-y: -8px; /* moves badge up or down relative to top right corner */
  --badge-size: 25px;
}
.site-header .c-cart__count {
  position: absolute;
  top: var(--badge-offset-y);
  right: var(--badge-offset-x);
  min-width: var(--badge-size);
  height: var(--badge-size);
  padding: 0 6px;
  border-radius: 999px;
  background: #CE6700;
  color: #fff;
  font-size: 12px;
  line-height: var(--badge-size);
  text-align: center;
  font-weight: 700;
  box-shadow: 0 0 0 2px #fff;
  pointer-events: none;
  /* hide when [hidden] is present */
}
.site-header .c-cart__count[hidden] {
  display: none;
}
.site-header {
  /* Example: tighter badge on mobile */
}
@media (max-width: 576px) {
  .site-header .c-cart {
    --badge-offset-x: -4px;
    --badge-offset-y: -4px;
    --badge-size: 18px;
  }
}

.hero--shop, .hero--cart, .hero--single-product, .hero--checkout, .hero--default-pages, .hero--pricing {
  padding: 64px 0 260px;
  background-color: #0f0c25;
  position: relative;
}
.hero--shop::after, .hero--cart::after, .hero--single-product::after, .hero--checkout::after, .hero--default-pages::after, .hero--pricing::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/08/image-19.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  mix-blend-mode: overlay;
}
.hero--shop__inner-container, .hero--cart__inner-container, .hero--single-product__inner-container, .hero--checkout__inner-container, .hero--default-pages__inner-container, .hero--pricing__inner-container {
  position: relative;
  z-index: 20;
  text-align: left;
}
.hero--shop h1, .hero--cart h1, .hero--single-product h1, .hero--checkout h1, .hero--default-pages h1, .hero--pricing h1 {
  font-size: 3.815rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.hero--shop p, .hero--cart p, .hero--single-product p, .hero--checkout p, .hero--default-pages p, .hero--pricing p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.hero--shop a, .hero--cart a, .hero--single-product a, .hero--checkout a, .hero--default-pages a, .hero--pricing a {
  color: #CE6700;
}
.hero--shop h1,
.hero--shop p, .hero--pricing h1,
.hero--pricing p {
  text-align: center;
}
.hero--default-pages {
  padding: 80px 0;
  margin-bottom: 80px;
}
.hero--default-pages h1 {
  font-size: 3.815rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 32px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.hero--default-pages h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.hero--default-pages h1::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .hero--default-pages h1 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .hero--default-pages h1 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.hero--default-pages p {
  font-weight: 400;
  font-size: 1.25rem;
  max-width: 400px;
}
.hero--default-pages__inner-container {
  position: relative;
  z-index: 20;
  text-align: left;
}

.faqs {
  padding: 80px 0;
}
.faqs h2 {
  font-size: 38px;
  font-weight: 700;
  color: #191919;
  margin: 0 0 66px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.faqs h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.faqs h2::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .faqs h2 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .faqs h2 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
@media (min-width: 768px) {
  .faqs h2 {
    font-size: 48px;
  }
}
.faqs .faq--wrapper {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.faqs .faq--items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faqs .faq--item {
  border-bottom: 1px solid #e8e8e8;
}
.faqs .faq--q {
  font-family: "Roboto Mono", sans-serif;
  font-size: 14px;
  letter-spacing: -0.5%;
}
.faqs .faq--toggle {
  appearance: none;
  background: transparent;
  border: 0;
  width: 100%;
  padding: 18px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  text-align: left;
  cursor: pointer;
}
.faqs .faq--icon {
  position: relative;
  width: 18px;
  height: 18px;
}
.faqs .faq--icon::before,
.faqs .faq--icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #191919;
  transform: translateY(-50%);
}
.faqs .faq--icon::after {
  width: 4px;
  height: 18px;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  transition: transform 160ms ease, opacity 160ms ease;
}
.faqs {
  /* slide container, no jump */
}
.faqs .faq--body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 260ms ease, opacity 220ms ease;
  opacity: 0;
}
.faqs .faq--a {
  overflow: hidden; /* hides content while row is 0fr */
}
.faqs .faq--inner {
  padding: 16px;
  color: #444;
}
.faqs .faq--inner p {
  margin: 0 0 15px;
}
.faqs .faq--item.is-open .faq--body {
  grid-template-rows: 1fr;
  opacity: 1;
}
.faqs .faq--item.is-open .faq--icon::after {
  transform: translate(-50%, 0) scaleY(0);
  opacity: 0;
}
.faqs .faq--toggle:focus-visible {
  outline: 2px solid #594ac8;
  outline-offset: 2px;
  border-radius: 4px;
}

.site-footer {
  padding: 72px 0;
  background-color: #fff;
}
.site-footer .site-info {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .site-footer .site-info {
    margin-bottom: 0;
  }
}
.site-footer .footer-menu {
  display: flex;
  align-items: start;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .site-footer .footer-menu {
    flex-direction: row;
    gap: 72px;
    justify-content: end;
  }
}
.site-footer .footer-menu h3 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2C2B2B;
  margin: 0 0 12px;
}
.site-footer .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer .footer-menu ul a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #404040;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.home .hero {
  padding: 62px 30px 100px;
  background-color: #0F0C25;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (min-width: 568px) {
  .home .hero {
    padding: 62px 50px 100px;
  }
}
@media (min-width: 768px) {
  .home .hero {
    padding: 62px 0 100px;
    height: 720px;
  }
}
.home .hero .container {
  position: relative;
  z-index: 50;
}
.home .hero h1 {
  font-size: clamp(2rem, 5vw + 1rem, 5rem);
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
  text-align: left;
}
@media (min-width: 768px) {
  .home .hero h1 {
    text-align: center;
  }
}
.home .hero p {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 32px;
  color: #fff;
  text-align: left;
}
@media (min-width: 568px) {
  .home .hero p {
    text-align: center;
  }
}
.home .hero .hero__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
@media (min-width: 568px) {
  .home .hero .hero__buttons {
    gap: 24px;
    align-items: center;
    flex-direction: row;
  }
}
.home .hero .btn-primary {
  font-size: 16px;
  color: #fff;
  background-color: #CE6700;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid #CE6700;
  text-decoration: none;
}
.home .hero .btn-secondary {
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid #fff;
  text-decoration: none;
}
.home .hero .hero--inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  flex-direction: column;
  margin-top: 50px;
  z-index: 20;
}
.home .hero .side-image {
  width: 20%;
  position: relative;
  opacity: 0;
  transform: translateX(0);
  transition: all 1s ease-out;
  display: none;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .home .hero .side-image {
    display: inline-block;
  }
}
.home .hero .side-image img {
  border-radius: 12px;
}
.home .hero .left {
  transform: translateX(100%);
  position: absolute;
  top: 20%;
  left: -17%;
  width: 25%;
}
.home .hero .right {
  transform: translateX(-100%);
  position: absolute;
  top: 30%;
  right: -5%;
  width: 10%;
}
.home .how-it-works {
  padding: 60px 0;
  background-color: #0D0B49;
}
@media (min-width: 768px) {
  .home .how-it-works {
    padding: 80px 0;
  }
}
.home .how-it-works h2 {
  font-size: 3.052rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 66px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.home .how-it-works h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.home .how-it-works h2::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .home .how-it-works h2 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .home .how-it-works h2 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.home .how-it-works__items {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  .home .how-it-works__items {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .home .how-it-works__items {
    gap: 80px;
  }
}
.home .how-it-works__items h3 {
  font-size: 1.563rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.home .how-it-works__items p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.home .how-it-works__item {
  display: flex;
  gap: 24px;
  flex: 0 0 100%;
  padding: 32px 24px;
  background-color: rgba(53, 255, 154, 0.1098039216);
  backdrop-filter: blur(26.3999996185px);
  border: 1px solid rgba(53, 255, 154, 0.3019607843);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .home .how-it-works__item {
    flex: 1;
  }
}
.home .how-it-works__icon {
  flex: 0 0 64px;
}
.home .services {
  padding: 60px 0;
  background-color: #0D0A58;
}
@media (min-width: 768px) {
  .home .services {
    padding: 80px 0;
  }
}
.home .services h2 {
  font-size: 3.052rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 66px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.home .services h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.home .services h2::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .home .services h2 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .home .services h2 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.home .services__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media (min-width: 768px) {
  .home .services__items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .home .services__items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }
}
.home .services__item {
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(53, 255, 154, 0.1098039216);
  backdrop-filter: blur(26.3999996185px);
  border: 1px solid rgba(53, 255, 154, 0.3019607843);
  border-radius: 8px;
}
.home .services__item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .home .services__item img {
    height: 300px !important;
  }
}
.home .services__item--body {
  padding: 24px;
}
.home .services__item--title {
  color: #fff;
  font-weight: 700;
  margin: 0 0 8px;
}
.home .services__item--description {
  color: #F8F8F8;
  margin: 0;
}
.home .services__item:nth-child(1) {
  grid-area: 1/1/2/2;
}
.home .services__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.home .services__item:nth-child(3) {
  grid-area: 2/1/3/3;
}
.home .services__item:nth-child(4) {
  grid-area: 1/3/3/4;
}
.home .services__item:nth-child(4) img {
  height: 573px;
}
@media (max-width: 992px) {
  .home .services__item:nth-child(4) img {
    height: auto;
  }
}
@media (max-width: 992px) {
  .home .services__item {
    grid-area: unset !important;
  }
}
.home .who-we-are {
  padding: 60px 0;
  background-color: #0D0A58;
}
@media (min-width: 768px) {
  .home .who-we-are {
    padding: 80px 0;
  }
}
.home .who-we-are h2 {
  font-size: 3.052rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 30px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.home .who-we-are h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.home .who-we-are h2::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .home .who-we-are h2 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .home .who-we-are h2 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
@media (min-width: 768px) {
  .home .who-we-are h2 {
    margin: 0 0 66px;
  }
}
.home .who-we-are .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.home .who-we-are .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.home .ai-cta {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home .ai-cta {
    padding: 80px 0;
  }
}
.home .ai-cta::before {
  content: "";
  background-color: #0D0A58;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -50;
}
.home .ai-cta__inner {
  padding: 24px;
  position: relative;
  background: radial-gradient(98.52% 331.93% at 40.17% 178.4%, #DB6D28 25.27%, #594AC8 51.85%, #594AC8 100%);
  border-radius: 16px;
}
@media (min-width: 768px) {
  .home .ai-cta__inner {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .home .ai-cta__inner {
    padding: 86px 96px;
  }
}
.home .ai-cta__inner--shape-1, .home .ai-cta__inner--shape-2, .home .ai-cta__inner--shape-3 {
  position: absolute;
  width: 100%;
  height: auto;
}
.home .ai-cta__inner--shape-1 {
  bottom: -15%;
  right: 0;
  max-width: 125px;
}
@media (min-width: 992px) {
  .home .ai-cta__inner--shape-1 {
    max-width: fit-content;
  }
}
@media (min-width: 1080px) {
  .home .ai-cta__inner--shape-1 {
    right: -7%;
  }
}
.home .ai-cta__inner--shape-2 {
  top: -13%;
  left: 38%;
  max-width: 125px;
}
@media (min-width: 768px) {
  .home .ai-cta__inner--shape-2 {
    max-width: fit-content;
    top: -7%;
  }
}
@media (min-width: 992px) {
  .home .ai-cta__inner--shape-2 {
    max-width: fit-content;
    top: -19%;
  }
}
.home .ai-cta__inner--shape-3 {
  position: absolute;
  top: 45%;
  left: -5%;
  z-index: -2;
  max-width: 100px;
}
@media (min-width: 992px) {
  .home .ai-cta__inner--shape-3 {
    max-width: fit-content;
  }
}
.home .ai-cta__inner .floating {
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.home .ai-cta__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  opacity: 0.5;
  mix-blend-mode: color-burn;
  border-radius: 8px;
}
.home .ai-cta__overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .ai-cta__featured-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.home .ai-cta h2 {
  font-size: 3.052rem;
  font-weight: 700;
  color: #fff;
  margin: 15px 0 12px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .home .ai-cta h2 {
    margin: 0 0 30px;
  }
}
.home .ai-cta h2::before {
  content: "";
  position: absolute;
  right: -6.2px;
  bottom: -1.8px;
  width: 28px;
  height: 3px;
  transform: rotate(45deg);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  background-color: #fff;
}
.home .ai-cta h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  border-bottom: 3px solid #fff;
  width: 100%;
}
.home .ai-cta p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 24px;
}
.home .ai-cta .cta-btn {
  font-size: 16px;
  color: #fff;
  padding: 12px 16px;
  background-color: #CE6700;
  border-radius: 100px;
  display: inline-block;
  border: 1px solid #CE6700;
  margin-top: 8px;
}
.home .get-started-cta {
  padding: 60px 0;
  background-color: #0D0B49;
}
@media (min-width: 768px) {
  .home .get-started-cta {
    padding: 96px 0;
  }
}
.home .get-started-cta img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.home .get-started-cta h2 {
  font-size: 3.052rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  text-transform: uppercase;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.home .get-started-cta h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.home .get-started-cta h2::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .home .get-started-cta h2 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .home .get-started-cta h2 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
@media (min-width: 768px) {
  .home .get-started-cta h2 {
    margin: 0 0 24px;
  }
}
.home .get-started-cta p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 32px;
}
.home .get-started-cta a {
  font-size: 16px;
  color: #fff;
  padding: 12px 16px;
  background-color: #CE6700;
  border-radius: 100px;
  display: inline-block;
}

.page-template-services .services {
  padding-bottom: 80px;
}
.page-template-services .services--items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 992px) {
  .page-template-services .services--items {
    gap: 60px;
  }
}
.page-template-services .services--item {
  flex: 0 0 100%;
  padding: 24px;
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 568px) {
  .page-template-services .services--item {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .page-template-services .services--item {
    flex: 0 0 calc(33.3% - 60px);
  }
}
.page-template-services .services--item .services--head img {
  margin-bottom: 16px;
}
.page-template-services .services--item h2 {
  font-size: 1.953rem;
  font-weight: 700;
  color: #353535;
  margin: 0 0 24px;
}
.page-template-services .services--item p {
  font-size: 16px;
  font-weight: 400;
  color: #1D1D1D;
  margin: 0 0 48px;
}
.page-template-services .services--item.bundle-deals {
  padding: 30px;
  position: relative;
  flex: 0 0 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-template-services .services--item.bundle-deals {
    padding: 48px;
  }
}
@media (min-width: 992px) {
  .page-template-services .services--item.bundle-deals {
    flex: 0 0 calc(66.6% - 60px);
  }
}
.page-template-services .services--item.bundle-deals::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #656891;
  z-index: -2;
}
.page-template-services .services--item.bundle-deals::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/08/image-19.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: -1;
  mix-blend-mode: luminosity;
}
.page-template-services .services--item.bundle-deals h2 {
  font-size: 1.953rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px;
}
.page-template-services .services--item.bundle-deals p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 48px;
}
.page-template-services .services--item .bundle-deals--inner {
  width: 100%;
  max-width: 360px;
}
.page-template-services .services--body__cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-template-services .services--body__cta-details, .page-template-services .services--body__cta-cart {
  padding: 8px 30px;
  font-size: 16px;
  display: inline-block;
  border-radius: 16px;
  text-align: center;
  line-height: 109%;
}
.page-template-services .services--body__cta-details {
  color: #000;
  background-color: transparent;
  border: 1px solid #D9D9D9;
}
.page-template-services .services--body__cta-cart {
  color: #fff;
  background-color: #594AC8;
  border: 1px solid #594AC8;
}
.page-template-services .services .services--item.bundle-deals .services--body__cta-details {
  color: #fff;
}
.page-template-services .services .services--item.bundle-deals .services--body__cta-cart {
  background-color: #ce6700;
  border: 1px solid #ce6700;
}

.post-type-archive-product .product--items,
.page-id-55 .product--items {
  padding: 80px 0;
  overflow: hidden;
}
.post-type-archive-product .product--items h2,
.page-id-55 .product--items h2 {
  font-size: 3.052rem;
  font-weight: 700;
  color: #191919;
  margin: 0 0 20px;
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
@media (min-width: 992px) {
  .post-type-archive-product .product--items h2,
  .page-id-55 .product--items h2 {
    font-size: 48px;
  }
}
.post-type-archive-product .product--items h2::before,
.page-id-55 .product--items h2::before {
  content: "";
  position: absolute;
  right: -6.2px;
  bottom: 7.2px;
  width: 28px;
  height: 3px;
  transform: rotate(45deg);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  background-color: #ce6700;
}
.post-type-archive-product .product--items h2::after,
.page-id-55 .product--items h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #ce6700;
  width: 100%;
}
.post-type-archive-product .product--item,
.page-id-55 .product--item {
  padding: 80px 0;
}
.post-type-archive-product .product--item__description,
.page-id-55 .product--item__description {
  font-size: 18px;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .post-type-archive-product .product--item__description,
  .page-id-55 .product--item__description {
    margin: 0 0 66px;
  }
}
.post-type-archive-product .product--item .splide__track,
.page-id-55 .product--item .splide__track {
  overflow: hidden !important;
}
.post-type-archive-product .product--item .splide-product--item,
.page-id-55 .product--item .splide-product--item {
  position: relative;
  margin: 0;
  max-width: 100%;
}
.post-type-archive-product .product--item .splide-product--item::before,
.page-id-55 .product--item .splide-product--item::before {
  content: unset !important;
}
.post-type-archive-product .product--item .splide-product--item .splide__track,
.page-id-55 .product--item .splide-product--item .splide__track {
  overflow: hidden !important;
  max-width: 100%;
}
.post-type-archive-product .product--item .splide-product--item .splide__list,
.page-id-55 .product--item .splide-product--item .splide__list {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}
.post-type-archive-product .product--item .splide-product--item .splide__slide,
.page-id-55 .product--item .splide-product--item .splide__slide {
  flex-shrink: 0;
  width: calc(25% - 36px);
  margin-right: 48px;
}
.post-type-archive-product .product--item .splide-product--item .splide__slide:last-child,
.page-id-55 .product--item .splide-product--item .splide__slide:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .post-type-archive-product .product--item .splide-product--item .splide__slide,
  .page-id-55 .product--item .splide-product--item .splide__slide {
    width: calc(33.333% - 32px);
    margin-right: 48px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .product--item .splide-product--item .splide__slide,
  .page-id-55 .product--item .splide-product--item .splide__slide {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .post-type-archive-product .product--item .splide-product--item .splide__slide,
  .page-id-55 .product--item .splide-product--item .splide__slide {
    width: 100%;
    margin-right: 0;
  }
}
.post-type-archive-product .product--item .container,
.page-id-55 .product--item .container {
  position: relative;
  padding: 0 80px;
}
.post-type-archive-product .product--item .splide__arrow--prev,
.page-id-55 .product--item .splide__arrow--prev {
  left: -3em;
}
.post-type-archive-product .product--item .splide__arrow--next,
.page-id-55 .product--item .splide__arrow--next {
  right: -3em;
}
.post-type-archive-product .product--item .splide__arrow,
.page-id-55 .product--item .splide__arrow {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.post-type-archive-product .product--item .splide__arrow svg,
.page-id-55 .product--item .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.post-type-archive-product .product--item .splide__arrow:hover:not(:disabled),
.page-id-55 .product--item .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.post-type-archive-product .product--item .splide__arrow:disabled,
.page-id-55 .product--item .splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #f5f5f5;
  color: #999;
}
.post-type-archive-product .product--item .splide__arrow:disabled svg,
.page-id-55 .product--item .splide__arrow:disabled svg {
  fill: #999;
}
.post-type-archive-product .product--item .splide__arrow--prev svg,
.page-id-55 .product--item .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.post-type-archive-product .product--item.add-ons,
.page-id-55 .product--item.add-ons {
  background-color: #E9E9E9;
  position: relative;
}
.post-type-archive-product .product--item.add-ons::after,
.page-id-55 .product--item.add-ons::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/08/image-21.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  mix-blend-mode: overlay;
}
.post-type-archive-product .product--item.add-ons h2::before,
.post-type-archive-product .product--item.add-ons h2::after,
.page-id-55 .product--item.add-ons h2::before,
.page-id-55 .product--item.add-ons h2::after {
  content: unset !important;
}
.post-type-archive-product .product--item.add-ons h3,
.page-id-55 .product--item.add-ons h3 {
  font-weight: 400;
  overflow-wrap: break-word;
}
.post-type-archive-product .product--item.add-ons h3,
.post-type-archive-product .product--item.add-ons p,
.page-id-55 .product--item.add-ons h3,
.page-id-55 .product--item.add-ons p {
  color: #2A2A2A;
}
.post-type-archive-product .product--item.add-ons img,
.page-id-55 .product--item.add-ons img {
  height: 150px !important;
  width: 100% !important;
  margin-bottom: 24px;
  object-fit: cover;
}
.post-type-archive-product .product--item.add-ons .product-card__content,
.page-id-55 .product--item.add-ons .product-card__content {
  padding: 0 24px 24px !important;
  height: calc(100% - 48px);
}
.post-type-archive-product .product--item.add-ons .product-card,
.page-id-55 .product--item.add-ons .product-card {
  padding: 0;
  background-color: #fff;
}
.post-type-archive-product .product--item.add-ons .product-card:hover,
.page-id-55 .product--item.add-ons .product-card:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.post-type-archive-product .product--item.add-ons .splide-product--item,
.page-id-55 .product--item.add-ons .splide-product--item {
  position: relative;
  margin: 0;
  max-width: 100%;
}
.post-type-archive-product .product--item.add-ons .splide-product--item::before,
.page-id-55 .product--item.add-ons .splide-product--item::before {
  content: unset !important;
}
.post-type-archive-product .product--item.add-ons .splide-product--item .splide__track,
.page-id-55 .product--item.add-ons .splide-product--item .splide__track {
  overflow: hidden !important;
  max-width: 100%;
}
.post-type-archive-product .product--item.add-ons .splide-product--item .splide__list,
.page-id-55 .product--item.add-ons .splide-product--item .splide__list {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}
.post-type-archive-product .product--item.add-ons .splide-product--item .splide__slide,
.page-id-55 .product--item.add-ons .splide-product--item .splide__slide {
  flex-shrink: 0;
  width: calc(20% - 38.4px);
  margin-right: 48px;
}
.post-type-archive-product .product--item.add-ons .splide-product--item .splide__slide:last-child,
.page-id-55 .product--item.add-ons .splide-product--item .splide__slide:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .post-type-archive-product .product--item.add-ons .splide-product--item .splide__slide,
  .page-id-55 .product--item.add-ons .splide-product--item .splide__slide {
    width: calc(33.333% - 32px);
    margin-right: 48px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-product .product--item.add-ons .splide-product--item .splide__slide,
  .page-id-55 .product--item.add-ons .splide-product--item .splide__slide {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .post-type-archive-product .product--item.add-ons .splide-product--item .splide__slide,
  .page-id-55 .product--item.add-ons .splide-product--item .splide__slide {
    width: 100%;
    margin-right: 0;
  }
}
.post-type-archive-product .product--item.add-ons .splide__track,
.page-id-55 .product--item.add-ons .splide__track {
  overflow: hidden !important;
}
.post-type-archive-product .product--item.add-ons .splide__arrow--prev,
.page-id-55 .product--item.add-ons .splide__arrow--prev {
  left: -3em;
}
.post-type-archive-product .product--item.add-ons .splide__arrow--next,
.page-id-55 .product--item.add-ons .splide__arrow--next {
  right: -3em;
}
.post-type-archive-product .product--item.add-ons .splide__arrow,
.page-id-55 .product--item.add-ons .splide__arrow {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.post-type-archive-product .product--item.add-ons .splide__arrow svg,
.page-id-55 .product--item.add-ons .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.post-type-archive-product .product--item.add-ons .splide__arrow:hover:not(:disabled),
.page-id-55 .product--item.add-ons .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.post-type-archive-product .product--item.add-ons .splide__arrow:disabled,
.page-id-55 .product--item.add-ons .splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #f5f5f5;
  color: #999;
}
.post-type-archive-product .product--item.add-ons .splide__arrow:disabled svg,
.page-id-55 .product--item.add-ons .splide__arrow:disabled svg {
  fill: #999;
}
.post-type-archive-product .product--item.add-ons .splide__arrow--prev svg,
.page-id-55 .product--item.add-ons .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.post-type-archive-product .product--item.add-ons .add-on--item li,
.page-id-55 .product--item.add-ons .add-on--item li {
  padding-bottom: 8px;
}
.post-type-archive-product .product--item.add-ons .container,
.page-id-55 .product--item.add-ons .container {
  position: relative;
  z-index: 50;
}
.post-type-archive-product .product-card,
.page-id-55 .product-card {
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.post-type-archive-product .product-card img,
.page-id-55 .product-card img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.post-type-archive-product .product-card__content,
.page-id-55 .product-card__content {
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 160px);
}
.post-type-archive-product .product-card__content h3,
.page-id-55 .product-card__content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 48px;
  overflow-wrap: break-word;
}
.post-type-archive-product .product-card__content h3 a,
.page-id-55 .product-card__content h3 a {
  color: #2A2A2A;
}
.post-type-archive-product .product-card__content p,
.page-id-55 .product-card__content p {
  margin: 0 0 16px;
}
.post-type-archive-product .product-card__content .amount,
.page-id-55 .product-card__content .amount {
  font-size: 16px;
  font-weight: 700;
  color: #2A2A2A;
  margin: 0;
}
.post-type-archive-product .product-card__content .button,
.page-id-55 .product-card__content .button {
  font-size: 16px;
  background-color: #594AC8;
  padding: 4px 16px;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
}

.page-template-portfolio .portfolio {
  padding-bottom: 80px;
}
.page-template-portfolio .portfolio--items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 768px) {
  .page-template-portfolio .portfolio--items {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .page-template-portfolio .portfolio--items {
    gap: 96px;
  }
}
.page-template-portfolio .portfolio--item {
  /* one source of truth for the inner gap */
  --gap: 30px;
  --half-gap: calc(var(--gap) / 2);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  /* reverse odd rows */
}
.page-template-portfolio .portfolio--item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .page-template-portfolio .portfolio--item {
    --gap: 60px;
  }
}
@media (min-width: 1200px) {
  .page-template-portfolio .portfolio--item {
    --gap: 115px;
  }
}
.page-template-portfolio .portfolio--content {
  /* 45% column, subtract half the gap */
  flex: 1 1 calc(430px - var(--half-gap));
}
.page-template-portfolio .portfolio--content span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #CE6700;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.page-template-portfolio .portfolio--content h2 {
  font-size: 1.953rem;
  color: #353535;
  margin: 0 0 24px;
}
.page-template-portfolio .portfolio--content p {
  font-size: 16px;
  color: #1D1D1D;
  margin: 0 0 24px; /* fixed: was 24x */
}
@media (min-width: 768px) {
  .page-template-portfolio .portfolio--content p {
    margin: 0 0 48px;
  }
}
.page-template-portfolio .portfolio--content a {
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 16px;
  background-color: #594ac8;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
}
.page-template-portfolio .portfolio--featured-image {
  /* 55 percent column, subtract half the gap */
  flex: 1 1 calc(55% - var(--half-gap));
}
.page-template-portfolio .portfolio--featured-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-template-portfolio .portfolio--featured-image img {
    height: 420px;
  }
}
.page-template-portfolio .more-work {
  padding-bottom: 80px;
}
.page-template-portfolio .more-work h2 {
  font-size: 3.052rem;
  font-weight: 700;
  color: #191919;
  margin: 0 0 66px;
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
.page-template-portfolio .more-work h2::before {
  content: "";
  position: absolute;
  right: -6.2px;
  bottom: 7.2px;
  width: 28px;
  height: 3px;
  transform: rotate(45deg);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  background-color: #ce6700;
}
.page-template-portfolio .more-work h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #ce6700;
  width: 100%;
}
.page-template-portfolio .more-work .more-work__grid {
  --gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas: "a b c" "d d c";
  gap: var(--gap);
  grid-auto-flow: row; /* items beyond 4 flow to new rows */
}
.page-template-portfolio .more-work .mw-card {
  background: #e9e9e9;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  /* link wrapper */
}
.page-template-portfolio .more-work .mw-card .mw-card__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 250px;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 0;
  /* gradient overlay layer */
}
.page-template-portfolio .more-work .mw-card .mw-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  transition: opacity 220ms ease;
  z-index: 1;
}
.page-template-portfolio .more-work .mw-card .mw-card__link {
  /* reveal on hover and keyboard focus */
}
.page-template-portfolio .more-work .mw-card .mw-card__link:hover::after, .page-template-portfolio .more-work .mw-card .mw-card__link:focus-within::after {
  opacity: 1;
}
.page-template-portfolio .more-work .mw-card {
  /* background image, visible by default */
}
.page-template-portfolio .more-work .mw-card .mw-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1; /* show image by default */
  transform: scale(1);
  transition: transform 300ms ease;
  z-index: 0;
  pointer-events: none;
}
.page-template-portfolio .more-work .mw-card {
  /* hidden content, revealed on hover or focus */
}
.page-template-portfolio .more-work .mw-card .mw-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
  z-index: 2;
}
.page-template-portfolio .more-work .mw-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff; /* readable on overlay */
}
.page-template-portfolio .more-work .mw-card:hover .mw-card__body, .page-template-portfolio .more-work .mw-card:focus-within .mw-card__body {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.page-template-portfolio .more-work .mw-card:hover .mw-card__img, .page-template-portfolio .more-work .mw-card:focus-within .mw-card__img {
  transform: scale(1.03);
}
.page-template-portfolio .more-work {
  /* place first four to match layout */
}
.page-template-portfolio .more-work .more-work__grid > .mw-card:nth-child(1) {
  grid-area: a;
}
.page-template-portfolio .more-work .more-work__grid > .mw-card:nth-child(2) {
  grid-area: b;
}
.page-template-portfolio .more-work .more-work__grid > .mw-card:nth-child(3) {
  grid-area: c;
  min-height: 360px;
}
.page-template-portfolio .more-work .more-work__grid > .mw-card:nth-child(4) {
  grid-area: d;
  min-height: 200px;
}
.page-template-portfolio .more-work {
  /* cards after 4 use regular 3-col flow */
}
.page-template-portfolio .more-work .more-work__grid > .mw-card:nth-child(n+5) {
  min-height: 160px;
}
@media (max-width: 992px) {
  .page-template-portfolio .more-work .more-work__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "a c" "b c" "d d";
  }
  .page-template-portfolio .more-work .more-work__grid > .mw-card:nth-child(3) {
    min-height: 320px;
  }
}
@media (max-width: 600px) {
  .page-template-portfolio .more-work .more-work__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c" "d";
  }
  .page-template-portfolio .more-work .more-work__grid > .mw-card:nth-child(3),
  .page-template-portfolio .more-work .more-work__grid > .mw-card:nth-child(4) {
    min-height: 200px;
  }
}
.page-template-portfolio .more-work {
  /* accessibility, reduce motion */
}
@media (prefers-reduced-motion: reduce) {
  .page-template-portfolio .more-work .mw-card .mw-card__img,
  .page-template-portfolio .more-work .mw-card .mw-card__body,
  .page-template-portfolio .more-work .mw-card::after {
    transition: none;
  }
}

.page-template-affiliate .hero h1 {
  max-width: 450px;
}
.page-template-affiliate .how-it-works {
  padding: 0 0 60px;
}
@media (min-width: 768px) {
  .page-template-affiliate .how-it-works {
    padding: 0 0 100px;
  }
}
.page-template-affiliate .how-it-works h2 {
  font-size: 3.052rem;
  font-weight: 700;
  color: #191919;
  margin: 0 0 66px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.page-template-affiliate .how-it-works h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.page-template-affiliate .how-it-works h2::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .page-template-affiliate .how-it-works h2 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .page-template-affiliate .how-it-works h2 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.page-template-affiliate .how-it-works__items {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-template-affiliate .how-it-works__items {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .page-template-affiliate .how-it-works__items {
    gap: 50px;
  }
}
.page-template-affiliate .how-it-works__items h3 {
  font-size: 1.563rem;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0 0 8px;
}
.page-template-affiliate .how-it-works__items p {
  font-size: 16px;
  color: #2A2A2A;
  margin: 0;
}
.page-template-affiliate .how-it-works__item {
  display: flex;
  gap: 24px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .page-template-affiliate .how-it-works__item {
    flex: 1;
  }
}
.page-template-affiliate .how-it-works__icon {
  flex: 0 0 64px;
}
.page-template-affiliate .how-it-works__content {
  padding-right: 24px;
}
.page-template-affiliate .cta-block--inner {
  display: flex;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-template-affiliate .cta-block--inner {
    flex-direction: row;
  }
}
.page-template-affiliate .cta-block--inner::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/08/image-19.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.2;
  mix-blend-mode: color-dodge;
  z-index: -1;
}
.page-template-affiliate .cta-block--left, .page-template-affiliate .cta-block--right {
  padding: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .page-template-affiliate .cta-block--left, .page-template-affiliate .cta-block--right {
    padding: 30px 50px;
  }
}
@media (min-width: 992px) {
  .page-template-affiliate .cta-block--left, .page-template-affiliate .cta-block--right {
    padding: 64px 80px;
  }
}
.page-template-affiliate .cta-block--left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #CE6700;
  z-index: -1;
}
.page-template-affiliate .cta-block--right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #656891;
  z-index: -1;
}
.page-template-affiliate .cta-block h2 {
  font-size: 1.953rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}
.page-template-affiliate .cta-block p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .page-template-affiliate .cta-block p {
    margin: 0 0 48px;
  }
}
.page-template-affiliate .cta-block a {
  font-size: 16px;
  color: #fff;
  background-color: #594AC8;
  padding: 12px 16px;
  line-height: 80%;
  border-radius: 16px;
}
.page-template-affiliate .cta-block--inner {
  display: flex;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-template-affiliate .cta-block--inner {
    flex-direction: row;
  }
}
.page-template-affiliate .cta-block--inner::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/08/image-19.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.2;
  mix-blend-mode: color-dodge;
  z-index: -1;
}
.page-template-affiliate .cta-block--left, .page-template-affiliate .cta-block--right {
  padding: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .page-template-affiliate .cta-block--left, .page-template-affiliate .cta-block--right {
    padding: 30px 50px;
  }
}
@media (min-width: 992px) {
  .page-template-affiliate .cta-block--left, .page-template-affiliate .cta-block--right {
    padding: 64px 80px;
  }
}
.page-template-affiliate .cta-block--left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #CE6700;
  z-index: -1;
}
.page-template-affiliate .cta-block--right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #656891;
  z-index: -1;
}
.page-template-affiliate .cta-block h2 {
  font-size: 1.953rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}
.page-template-affiliate .cta-block p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .page-template-affiliate .cta-block p {
    margin: 0 0 48px;
  }
}
.page-template-affiliate .cta-block a {
  font-size: 16px;
  color: #fff;
  background-color: #594AC8;
  padding: 12px 16px;
  line-height: 80%;
  border-radius: 16px;
}

.page-template-pricing .hero--default-pages__inner-container {
  text-align: center;
}
.page-template-pricing .hero h1,
.page-template-pricing .hero p {
  text-align: center;
}
.page-template-pricing .services {
  padding-bottom: 80px;
}
.page-template-pricing .services h2 {
  font-size: 3.052rem;
  font-weight: 700;
  color: #191919;
  margin: 0 0 66px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.page-template-pricing .services h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.page-template-pricing .services h2::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .page-template-pricing .services h2 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .page-template-pricing .services h2 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.page-template-pricing .services-table {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  overflow: hidden;
}
.page-template-pricing .services-table__caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.page-template-pricing .services-table__head {
  background: #f7f7f7;
}
.page-template-pricing .services-table__row--head .services-table__th {
  font-weight: 700;
  color: #242424;
}
.page-template-pricing .services-table__row:not(:first-child) .services-table__td {
  border-top: 1px solid #f1f1f1;
}
.page-template-pricing .services-table__th, .page-template-pricing .services-table__td {
  vertical-align: top;
  text-align: left;
  color: #242424;
  font-size: 1.25rem;
  line-height: 1.5;
}
.page-template-pricing .services-table__th {
  padding: 27px 24px;
  font-weight: 700;
}
.page-template-pricing .services-table__td {
  padding: 36px 24px;
}
.page-template-pricing .services-table__th--service, .page-template-pricing .services-table__td--service {
  width: 20ch;
}
.page-template-pricing .services-table__th--included, .page-template-pricing .services-table__td--included {
  width: auto;
  color: #6b6b6b;
}
.page-template-pricing .services-table__th--fee, .page-template-pricing .services-table__td--fee, .page-template-pricing .services-table__th--turnaround, .page-template-pricing .services-table__td--turnaround {
  text-align: center;
}
.page-template-pricing .services-table__td--fee {
  width: 16ch;
}
.page-template-pricing .services-table__td--turnaround {
  width: 22ch;
}
.page-template-pricing .services-table__price {
  font-weight: 700;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.page-template-pricing .services-table__row > * + * {
  border-left: 1px solid #f1f1f1;
}
@media (max-width: 720px) {
  .page-template-pricing .services-table {
    display: block;
  }
  .page-template-pricing .services-table__head {
    display: none;
  }
  .page-template-pricing .services-table__body {
    display: grid;
    gap: 12px;
    padding: 8px;
  }
  .page-template-pricing .services-table__row {
    display: grid;
    grid-template-columns: 1fr;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    overflow: hidden;
  }
  .page-template-pricing .services-table__row > * {
    border: 0 !important;
  }
  .page-template-pricing .services-table__td {
    display: grid;
    grid-template-columns: 12ch 1fr;
    gap: 12px;
    padding: 12px 14px;
  }
  .page-template-pricing .services-table__td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #242424;
  }
  .page-template-pricing .services-table__td--included {
    color: #6b6b6b;
  }
  .page-template-pricing .services-table__td--fee, .page-template-pricing .services-table__td--turnaround {
    grid-template-columns: 1fr;
  }
  .page-template-pricing .services-table__td--fee::before, .page-template-pricing .services-table__td--turnaround::before {
    margin-bottom: 6px;
  }
  .page-template-pricing .services-table__td--fee, .page-template-pricing .services-table__td--turnaround {
    text-align: left;
  }
}
.page-template-pricing .why-us {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .page-template-pricing .why-us {
    padding: 80px 0;
  }
}
.page-template-pricing .why-us h2 {
  font-size: 3.052rem;
  font-weight: 700;
  color: #191919;
  margin: 0 0 66px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.page-template-pricing .why-us h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.page-template-pricing .why-us h2::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .page-template-pricing .why-us h2 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .page-template-pricing .why-us h2 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.page-template-pricing .why-us__items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-template-pricing .why-us__items {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .page-template-pricing .why-us__items {
    gap: 67px;
  }
}
.page-template-pricing .why-us__items h3 {
  font-size: 1.563rem;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0 0 8px;
}
.page-template-pricing .why-us__items p {
  font-size: 16px;
  color: #2A2A2A;
  margin: 0;
}
.page-template-pricing .why-us__item {
  display: flex;
  gap: 24px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .page-template-pricing .why-us__item {
    flex: 1;
  }
}
.page-template-pricing .why-us__icon {
  flex: 0 0 64px;
}
.page-template-pricing .why-us__content {
  padding-right: 24px;
}
.page-template-pricing .bundle-cta {
  padding: 80px 0;
  background-color: #F3F3F3;
}
.page-template-pricing .bundle-cta--inner {
  position: relative;
  background-color: #656891;
  padding: 48px 60px;
  border-radius: 8px;
  overflow: hidden;
}
.page-template-pricing .bundle-cta--inner::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #656891;
  z-index: -3;
}
.page-template-pricing .bundle-cta--inner::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/08/image-19.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.2;
  mix-blend-mode: color-dodge;
  z-index: 0;
}
.page-template-pricing .bundle-cta--wrapper {
  position: relative;
  z-index: 100;
}
.page-template-pricing .bundle-cta h2 {
  font-size: 1.953rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.page-template-pricing .bundle-cta p {
  font-size: 1.563rem;
  font-weight: 400;
  color: #fff;
  margin: 0 0 48px;
  width: 100%;
  max-width: 480px;
}
.page-template-pricing .bundle-cta a {
  font-size: 16px;
  color: #fff;
  background-color: #CE6700;
  padding: 12px 16px;
  line-height: 80%;
  border-radius: 16px;
  display: inline-block;
}
.page-template-pricing .why-choose,
.page-template-pricing .how-it-works {
  padding: 80px 0 0;
}
.page-template-pricing .why-choose--inner,
.page-template-pricing .how-it-works--inner {
  /* one source of truth for the inner gap */
  --gap: 30px;
  --half-gap: calc(var(--gap) / 2);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  /* reverse odd rows */
}
.page-template-pricing .why-choose--inner:nth-child(even),
.page-template-pricing .how-it-works--inner:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .page-template-pricing .why-choose--inner,
  .page-template-pricing .how-it-works--inner {
    --gap: 30px;
  }
}
@media (min-width: 1200px) {
  .page-template-pricing .why-choose--inner,
  .page-template-pricing .how-it-works--inner {
    --gap: 47px;
  }
}
.page-template-pricing .why-choose--content,
.page-template-pricing .how-it-works--content {
  /* 45% column, subtract half the gap */
  flex: 1 1 calc(500px - var(--half-gap));
}
.page-template-pricing .why-choose--content span,
.page-template-pricing .how-it-works--content span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #CE6700;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.page-template-pricing .why-choose--content h2,
.page-template-pricing .how-it-works--content h2 {
  font-size: 1.953rem;
  color: #353535;
  margin: 0 0 24px;
}
.page-template-pricing .why-choose--content p,
.page-template-pricing .how-it-works--content p {
  font-size: 16px;
  color: #1D1D1D;
  margin: 0 0 24px; /* fixed: was 24x */
}
@media (min-width: 768px) {
  .page-template-pricing .why-choose--content p,
  .page-template-pricing .how-it-works--content p {
    margin: 0 0 48px;
  }
}
.page-template-pricing .why-choose--content a,
.page-template-pricing .how-it-works--content a {
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 16px;
  background-color: #594ac8;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
}
.page-template-pricing .why-choose--featured-image,
.page-template-pricing .how-it-works--featured-image {
  /* 55 percent column, subtract half the gap */
  flex: 1 1 calc(55% - var(--half-gap));
}
.page-template-pricing .why-choose--featured-image img,
.page-template-pricing .how-it-works--featured-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-template-pricing .why-choose--featured-image img,
  .page-template-pricing .how-it-works--featured-image img {
    height: 420px;
  }
}
.page-template-pricing .cta-block {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .page-template-pricing .cta-block {
    padding: 60px 0;
  }
}
.page-template-pricing .cta-block--inner {
  display: flex;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-template-pricing .cta-block--inner {
    flex-direction: row;
  }
}
.page-template-pricing .cta-block--inner::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/08/image-19.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.2;
  mix-blend-mode: color-dodge;
  z-index: -1;
}
.page-template-pricing .cta-block--left, .page-template-pricing .cta-block--right {
  padding: 32px;
  position: relative;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .page-template-pricing .cta-block--left, .page-template-pricing .cta-block--right {
    padding: 30px 50px;
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .page-template-pricing .cta-block--left, .page-template-pricing .cta-block--right {
    padding: 64px 80px;
  }
}
.page-template-pricing .cta-block--left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #CE6700;
  z-index: -1;
}
.page-template-pricing .cta-block--right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #656891;
  z-index: -1;
}
.page-template-pricing .cta-block h2 {
  font-size: 1.953rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}
.page-template-pricing .cta-block p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .page-template-pricing .cta-block p {
    margin: 0 0 48px;
  }
}
.page-template-pricing .cta-block a {
  font-size: 16px;
  color: #fff;
  background-color: #594AC8;
  padding: 12px 16px;
  line-height: 80%;
  border-radius: 16px;
}

.blog .site-main {
  padding: 0 0 80px;
}
@media (min-width: 768px) {
  .blog .posts {
    margin-right: 60px;
  }
}
@media (min-width: 992px) {
  .blog .posts {
    margin-right: 200px;
  }
}
.blog .post-card:not(:last-child) {
  margin-bottom: 96px;
}
.blog .post-card__category {
  font-size: 16px;
  text-transform: uppercase;
  color: #CE6700;
  display: inline-block;
  margin: 0 0 4px;
}
.blog .post-card__title {
  font-size: 1.953rem;
  margin: 0 0 12px;
}
.blog .post-card__title a {
  color: #353535;
}
.blog .post-card__byline {
  display: flex;
  gap: 48px;
  margin-bottom: 32px;
}
.blog .post-card__date, .blog .post-card__author {
  font-size: 16px;
  color: #2A2A2A;
  text-transform: uppercase;
}
.blog .post-card__excerpt {
  font-size: 16px;
  color: #1D1D1D;
  margin: 32px 0 48px;
}
.blog .post-card .btn {
  color: #000;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  padding: 12px 16px;
  border-radius: 100px;
}
.blog .sidebar-recent h3 {
  font-size: 1.953rem;
  font-weight: 700;
  color: #191919;
  margin: 0 0 32px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.blog .sidebar-recent h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.blog .sidebar-recent h3::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .blog .sidebar-recent h3 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .blog .sidebar-recent h3 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.blog .sidebar-recent__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .blog .sidebar-recent__list {
    gap: 32px;
  }
}
.blog .sidebar-recent__item {
  display: flex;
  gap: 24px;
}
.blog .sidebar-recent__category {
  font-size: 16px;
  text-transform: uppercase;
  color: #CE6700;
  display: inline-block;
  margin: 0 0 4px;
}
.blog .sidebar-recent__post-title {
  font-size: 1.563rem;
  margin: 0 0 12px;
}
.blog .sidebar-recent__post-title a {
  color: #353535;
}
.blog .sidebar-recent__date {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.blog .sidebar-recent__cta {
  margin: 32px 0 0;
}
.blog .sidebar-recent__cta a.btn {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 16px;
  border-radius: 100px;
  display: inline-block;
}
.blog .related-posts {
  padding-top: 80px;
}
.blog .related-posts .more-posts__grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.blog .related-posts .more-posts__item {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .blog .related-posts .more-posts__item {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (min-width: 992px) {
  .blog .related-posts .more-posts__item {
    flex: 0 0 calc(33.3% - 16px);
  }
}
.blog .related-posts .more-posts__item img {
  height: 300px;
}
@media (min-width: 768px) {
  .blog .related-posts .more-posts__item img {
    height: 370px;
  }
}
.blog .related-posts .more-posts__body {
  padding: 24px;
}
.blog .related-posts .more-posts__category {
  font-size: 16px;
  text-transform: uppercase;
  color: #CE6700;
  display: inline-block;
  margin: 0 0 4px;
}
.blog .related-posts .more-posts__title {
  font-size: 1.953rem;
  margin: 0 0 12px;
}
.blog .related-posts .more-posts__title a {
  color: #353535;
}
.blog .related-posts .more-posts__byline {
  display: flex;
  gap: 48px;
  margin-bottom: 32px;
}
.blog .related-posts .more-posts__date, .blog .related-posts .more-posts__author {
  font-size: 16px;
  color: #2A2A2A;
  text-transform: uppercase;
}
.blog .related-posts .more-posts__excerpt {
  font-size: 16px;
  color: #1D1D1D;
  margin: 32px 0 48px;
}
.blog .related-posts .more-posts .btn {
  color: #000;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  padding: 12px 16px;
  border-radius: 100px;
}
.blog .related-posts .more-posts__pagination ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.blog .related-posts .more-posts__pagination ul li {
  font-size: 16px;
  color: #838383;
  text-transform: uppercase;
}
.blog .related-posts .more-posts__pagination ul li span.current {
  color: #2A2A2A;
}
.blog .related-posts .more-posts__pagination ul li a {
  color: #838383;
}
.blog .related-posts .more-posts__pagination ul li a:hover {
  color: #2A2A2A;
}
.blog .related-posts .more-posts__pagination ul li a.prev, .blog .related-posts .more-posts__pagination ul li a.next {
  color: #2A2A2A;
}

.single-post .blog-post-card:not(:last-child) {
  margin-bottom: 96px;
}
.single-post .blog-post-card__thumb img {
  width: 100%;
  height: auto;
}
.single-post .blog-post-card__category {
  font-size: 16px;
  text-transform: uppercase;
  color: #CE6700;
  display: inline-block;
  margin: 0 0 4px;
}
.single-post .blog-post-card__title {
  font-size: 1.953rem;
  margin: 0 0 12px;
}
.single-post .blog-post-card__title a {
  color: #353535;
}
.single-post .blog-post-card__byline {
  display: flex;
  gap: 48px;
  margin-bottom: 32px;
}
.single-post .blog-post-card__date, .single-post .blog-post-card__author {
  font-size: 16px;
  color: #2A2A2A;
  text-transform: uppercase;
}
.single-post .blog-post-card__excerpt {
  font-size: 16px;
  color: #1D1D1D;
  margin: 32px 0 48px;
}
.single-post .blog-post-card .post-actions__share {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .single-post .blog-post-card .post-actions__share {
    margin-bottom: 96px;
  }
}
.single-post .blog-post-card .post-actions__share span {
  font-size: 16px;
  color: #2A2A2A;
  display: inline-block;
  padding: 12px 16px;
}
.single-post .blog-post-card .post-actions__share svg {
  width: 24px;
  height: auto;
}
.single-post .blog-post-card .post-actions .post-nav__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-post .blog-post-card .post-actions .post-nav__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.single-post .blog-post-card .post-actions .post-nav__item--next {
  flex-direction: row-reverse;
}
.single-post .blog-post-card .post-actions .post-nav__thumb {
  flex: 0 0 100px;
}
.single-post .blog-post-card .post-actions .post-nav__inner-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.single-post .blog-post-card .post-actions .post-nav__label {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #838383;
}
.single-post .blog-post-card .post-actions .post-nav__title {
  font-size: 1.563rem;
  font-weight: 700;
  margin: 0;
  color: #2B2B2B;
}
.single-post .sidebar-recent {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .single-post .sidebar-recent {
    padding: 0;
  }
}
.single-post .sidebar-recent h3 {
  font-size: 1.563rem;
  font-weight: 700;
  color: #191919;
  margin: 0 0 32px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.single-post .sidebar-recent h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.single-post .sidebar-recent h3::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .single-post .sidebar-recent h3 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .single-post .sidebar-recent h3 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.single-post .sidebar-recent__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .single-post .sidebar-recent__list {
    gap: 32px;
  }
}
.single-post .sidebar-recent__item {
  display: flex;
  gap: 24px;
}
.single-post .sidebar-recent__category {
  font-size: 16px;
  text-transform: uppercase;
  color: #CE6700;
  display: inline-block;
  margin: 0 0 4px;
}
.single-post .sidebar-recent__post-title {
  font-size: 1.563rem;
  margin: 0 0 12px;
}
.single-post .sidebar-recent__post-title a {
  color: #353535;
}
.single-post .sidebar-recent__date {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.single-post .sidebar-recent__cta {
  margin: 32px 0 0;
}
.single-post .sidebar-recent__cta a.btn {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 4px 16px;
  border-radius: 100px;
  display: inline-block;
}
.single-post .related-posts {
  padding: 80px 0;
}
.single-post .related-posts .more-posts__grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.single-post .related-posts .more-posts__item {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .single-post .related-posts .more-posts__item {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (min-width: 992px) {
  .single-post .related-posts .more-posts__item {
    flex: 0 0 calc(33.3% - 16px);
  }
}
.single-post .related-posts .more-posts__item img {
  height: 300px;
}
@media (min-width: 768px) {
  .single-post .related-posts .more-posts__item img {
    height: 370px;
  }
}
.single-post .related-posts .more-posts__body {
  padding: 24px;
}
.single-post .related-posts .more-posts__category {
  font-size: 16px;
  text-transform: uppercase;
  color: #CE6700;
  display: inline-block;
  margin: 0 0 4px;
}
.single-post .related-posts .more-posts__title {
  font-size: 1.953rem;
  margin: 0 0 12px;
}
.single-post .related-posts .more-posts__title a {
  color: #353535;
}
.single-post .related-posts .more-posts__byline {
  display: flex;
  gap: 48px;
  margin-bottom: 32px;
}
.single-post .related-posts .more-posts__date, .single-post .related-posts .more-posts__author {
  font-size: 16px;
  color: #2A2A2A;
  text-transform: uppercase;
}
.single-post .related-posts .more-posts__excerpt {
  font-size: 16px;
  color: #1D1D1D;
  margin: 32px 0 48px;
}
.single-post .related-posts .more-posts .btn {
  color: #000;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  padding: 12px 16px;
  border-radius: 100px;
}
.single-post .related-posts .more-posts__pagination ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.single-post .related-posts .more-posts__pagination ul li {
  font-size: 16px;
  color: #838383;
  text-transform: uppercase;
}
.single-post .related-posts .more-posts__pagination ul li span.current {
  color: #2A2A2A;
}
.single-post .related-posts .more-posts__pagination ul li a {
  color: #838383;
}
.single-post .related-posts .more-posts__pagination ul li a:hover {
  color: #2A2A2A;
}
.single-post .related-posts .more-posts__pagination ul li a.prev, .single-post .related-posts .more-posts__pagination ul li a.next {
  color: #2A2A2A;
}

.page-template-contact .contact--inner {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-template-contact .contact--inner {
    gap: 60px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .page-template-contact .contact--inner {
    gap: 200px;
  }
}
.page-template-contact .contact--inner__form {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .page-template-contact .contact--inner__form {
    flex: 0 0 500px;
  }
}
.page-template-contact .contact--inner .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
}
@media (min-width: 992px) {
  .page-template-contact .contact--inner .contact-form-wrapper {
    align-items: center;
  }
}
.page-template-contact .contact--inner .contact-form-wrapper .form-row {
  display: flex;
  align-items: start;
  gap: 15px;
  flex-direction: column;
}
@media (min-width: 568px) {
  .page-template-contact .contact--inner .contact-form-wrapper .form-row {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-template-contact .contact--inner .contact-form-wrapper .form-row {
    gap: 32px;
  }
}
.page-template-contact .contact--inner .contact-form-wrapper label {
  padding: 8px 12px;
  flex: 0 0 auto;
  color: #262626;
}
@media (min-width: 568px) {
  .page-template-contact .contact--inner .contact-form-wrapper label {
    flex: 0 0 160px;
    padding: 10.5px 24px;
  }
}
.page-template-contact .contact--inner .contact-form-wrapper input[type=text],
.page-template-contact .contact--inner .contact-form-wrapper input[type=email],
.page-template-contact .contact--inner .contact-form-wrapper input[type=tel],
.page-template-contact .contact--inner .contact-form-wrapper textarea {
  font-size: 16px;
  color: #000;
  padding: 10.5px 24px;
  background-color: #EBEBEB;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 568px) {
  .page-template-contact .contact--inner .contact-form-wrapper input[type=text],
  .page-template-contact .contact--inner .contact-form-wrapper input[type=email],
  .page-template-contact .contact--inner .contact-form-wrapper input[type=tel],
  .page-template-contact .contact--inner .contact-form-wrapper textarea {
    max-width: 320px;
  }
}
.page-template-contact .contact--inner .contact-form-wrapper textarea {
  height: 170px;
}
.page-template-contact .contact--inner .contact-form-wrapper {
  /* For all input and textarea placeholders */
}
.page-template-contact .contact--inner .contact-form-wrapper input::placeholder,
.page-template-contact .contact--inner .contact-form-wrapper textarea::placeholder {
  color: #363636; /* your color here */
  opacity: 1; /* ensures color is fully applied */
}
.page-template-contact .contact--inner .contact-form-wrapper {
  /* Optional: style specifically for your CF7 class */
}
.page-template-contact .contact--inner .contact-form-wrapper .input-field::placeholder,
.page-template-contact .contact--inner .contact-form-wrapper .textarea-field::placeholder {
  color: #363636;
}
.page-template-contact .contact--inner .contact-form-wrapper input[type=submit] {
  font-size: 16px;
  color: #fff;
  background-color: #594AC8;
  padding: 12px 16px;
  border-radius: 100px;
  margin: 16px 0 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-template-contact .contact--inner .contact-form-wrapper input[type=submit] {
    margin: 32px 0 0;
  }
}
.page-template-contact .contact--inner__cta-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-template-contact .contact--customer-support, .page-template-contact .contact--book-call {
  padding: 32px 48px;
  border-radius: 8px;
}
.page-template-contact .contact--customer-support h2, .page-template-contact .contact--book-call h2 {
  font-size: 1.953rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.page-template-contact .contact--customer-support p, .page-template-contact .contact--book-call p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 32px;
}
.page-template-contact .contact--customer-support a, .page-template-contact .contact--book-call a {
  font-size: 16px;
  color: #fff;
  background-color: #594AC8;
  padding: 12px 16px;
  line-height: 80%;
  border-radius: 16px;
}
.page-template-contact .contact--customer-support {
  background-color: #959AB3;
}
.page-template-contact .contact--book-call {
  background-color: #656891;
}

/**
 * Thank You Page Styles - SCOPED TO THANK-YOU PAGE ONLY
 * 
 * These styles are scoped using multiple selectors to ensure they only
 * apply to the thank-you page and don't affect other pages when compiled
 * into the main style.css file.
 * 
 * Selectors used:
 * - .thank-you-page (main class on the page)
 * - body.page-template-thank-you-php (WordPress body class for template)
 */
.thank-you-page .thank-you-hero,
body.page-template-thank-you-php .thank-you-hero {
  background: #0D0A58;
  min-height: 60vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.thank-you-page .thank-you-hero__content,
body.page-template-thank-you-php .thank-you-hero__content {
  text-align: center;
  color: white;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .thank-you-page .thank-you-hero__content,
  body.page-template-thank-you-php .thank-you-hero__content {
    padding: 80px 20px;
  }
}
.thank-you-page .thank-you-hero__title,
body.page-template-thank-you-php .thank-you-hero__title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
  line-height: 0.9;
}
.thank-you-page .thank-you-hero__subtitle,
body.page-template-thank-you-php .thank-you-hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin: 0 0 40px 0;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.thank-you-page .thank-you-hero__button,
body.page-template-thank-you-php .thank-you-hero__button {
  display: inline-block;
  background: #f97316;
  color: white;
  padding: 8px 16px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid #f97316;
}
.thank-you-page .thank-you-hero__button:hover,
body.page-template-thank-you-php .thank-you-hero__button:hover {
  background: #ea580c;
  border-color: #ea580c;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(249, 115, 22, 0.3);
}
.thank-you-page .floating-icon,
body.page-template-thank-you-php .floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
  z-index: 3;
}
.thank-you-page .floating-icon--hero,
body.page-template-thank-you-php .floating-icon--hero {
  bottom: 40px;
  right: 40px;
}
.thank-you-page .floating-icon--video,
body.page-template-thank-you-php .floating-icon--video {
  top: -30px;
  left: -30px;
}
.thank-you-page .floating-icon__text,
body.page-template-thank-you-php .floating-icon__text {
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
}
.thank-you-page .product--items,
body.page-template-thank-you-php .product--items {
  padding: 40px 0;
  overflow: hidden;
}
.thank-you-page .product--items h2,
body.page-template-thank-you-php .product--items h2 {
  font-size: 3.052rem;
  font-weight: 700;
  color: #191919;
  margin: 0 0 20px;
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
@media (min-width: 992px) {
  .thank-you-page .product--items h2,
  body.page-template-thank-you-php .product--items h2 {
    font-size: 48px;
  }
}
.thank-you-page .product--items h2::before,
body.page-template-thank-you-php .product--items h2::before {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 18px;
  width: 28px;
  height: 3px;
  transform: rotate(45deg);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  background-color: #ce6700;
}
.thank-you-page .product--items h2::after,
body.page-template-thank-you-php .product--items h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #ce6700;
  width: 100%;
}
.thank-you-page .product--items .product--item,
body.page-template-thank-you-php .product--items .product--item {
  padding: 40px 0;
}
.thank-you-page .product--items .product--item__header,
body.page-template-thank-you-php .product--items .product--item__header {
  text-align: left;
  margin-bottom: 80px;
}
.thank-you-page .product--items .product--item__description,
body.page-template-thank-you-php .product--items .product--item__description {
  font-size: 18px;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .thank-you-page .product--items .product--item__description,
  body.page-template-thank-you-php .product--items .product--item__description {
    margin: 0 0 66px;
  }
}
.thank-you-page .product--items .product--item .container,
body.page-template-thank-you-php .product--items .product--item .container {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .thank-you-page .product--items .product--item .container,
  body.page-template-thank-you-php .product--items .product--item .container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .thank-you-page .product--items .product--item .container,
  body.page-template-thank-you-php .product--items .product--item .container {
    padding: 0 80px;
  }
}
.thank-you-page .product--items .product--item .splide-product--item,
body.page-template-thank-you-php .product--items .product--item .splide-product--item {
  position: relative;
  margin: 0;
  max-width: 100%;
}
.thank-you-page .product--items .product--item .splide-product--item::before,
body.page-template-thank-you-php .product--items .product--item .splide-product--item::before {
  content: unset !important;
}
.thank-you-page .product--items .product--item .splide-product--item .splide__track,
body.page-template-thank-you-php .product--items .product--item .splide-product--item .splide__track {
  overflow: hidden !important;
  max-width: 100%;
}
.thank-you-page .product--items .product--item .splide-product--item .splide__list,
body.page-template-thank-you-php .product--items .product--item .splide-product--item .splide__list {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}
.thank-you-page .product--items .product--item .splide-product--item .splide__slide,
body.page-template-thank-you-php .product--items .product--item .splide-product--item .splide__slide {
  flex-shrink: 0;
  width: calc(25% - 36px);
  margin-right: 48px;
}
.thank-you-page .product--items .product--item .splide-product--item .splide__slide:last-child,
body.page-template-thank-you-php .product--items .product--item .splide-product--item .splide__slide:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .thank-you-page .product--items .product--item .splide-product--item .splide__slide,
  body.page-template-thank-you-php .product--items .product--item .splide-product--item .splide__slide {
    width: calc(33.333% - 32px);
    margin-right: 48px;
  }
}
@media (max-width: 768px) {
  .thank-you-page .product--items .product--item .splide-product--item .splide__slide,
  body.page-template-thank-you-php .product--items .product--item .splide-product--item .splide__slide {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .thank-you-page .product--items .product--item .splide-product--item .splide__slide,
  body.page-template-thank-you-php .product--items .product--item .splide-product--item .splide__slide {
    width: 100%;
    margin-right: 0;
  }
}
.thank-you-page .product--items .splide__arrow--prev,
body.page-template-thank-you-php .product--items .splide__arrow--prev {
  left: -1em;
}
@media (min-width: 1024px) {
  .thank-you-page .product--items .splide__arrow--prev,
  body.page-template-thank-you-php .product--items .splide__arrow--prev {
    left: -3em;
  }
}
.thank-you-page .product--items .splide__arrow--next,
body.page-template-thank-you-php .product--items .splide__arrow--next {
  right: -1em;
}
@media (min-width: 1024px) {
  .thank-you-page .product--items .splide__arrow--next,
  body.page-template-thank-you-php .product--items .splide__arrow--next {
    right: -3em;
  }
}
.thank-you-page .product--items .splide__arrow,
body.page-template-thank-you-php .product--items .splide__arrow {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.thank-you-page .product--items .splide__arrow svg,
body.page-template-thank-you-php .product--items .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.thank-you-page .product--items .splide__arrow:hover:not(:disabled),
body.page-template-thank-you-php .product--items .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.thank-you-page .product--items .splide__arrow:disabled,
body.page-template-thank-you-php .product--items .splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #f5f5f5;
  color: #999;
}
.thank-you-page .product--items .splide__arrow:disabled svg,
body.page-template-thank-you-php .product--items .splide__arrow:disabled svg {
  fill: #999;
}
.thank-you-page .product--items .splide__arrow--prev svg,
body.page-template-thank-you-php .product--items .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.thank-you-page .product--items .product-card,
body.page-template-thank-you-php .product--items .product-card {
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.thank-you-page .product--items .product-card img,
body.page-template-thank-you-php .product--items .product-card img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.thank-you-page .product--items .product-card__content,
body.page-template-thank-you-php .product--items .product-card__content {
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 160px);
}
.thank-you-page .product--items .product-card__content h3,
body.page-template-thank-you-php .product--items .product-card__content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 48px;
  overflow-wrap: break-word;
}
.thank-you-page .product--items .product-card__content h3 a,
body.page-template-thank-you-php .product--items .product-card__content h3 a {
  color: #2A2A2A;
}
.thank-you-page .product--items .product-card__content p,
body.page-template-thank-you-php .product--items .product-card__content p {
  margin: 0 0 16px;
}
.thank-you-page .product--items .product-card__content .amount,
body.page-template-thank-you-php .product--items .product-card__content .amount {
  font-size: 16px;
  font-weight: 700;
  color: #2A2A2A;
  margin: 0;
}
.thank-you-page .product--items .product-card__content .button,
body.page-template-thank-you-php .product--items .product-card__content .button {
  font-size: 16px;
  background-color: #594AC8;
  padding: 4px 16px;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
}
.thank-you-page .thank-you-content,
body.page-template-thank-you-php .thank-you-content {
  padding: 40px 0;
  background: white;
}
.thank-you-page .thank-you-content .container,
body.page-template-thank-you-php .thank-you-content .container {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .thank-you-page .thank-you-content .container,
  body.page-template-thank-you-php .thank-you-content .container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .thank-you-page .thank-you-content .container,
  body.page-template-thank-you-php .thank-you-content .container {
    padding: 0 80px;
  }
}
.thank-you-page .thank-you-content__header,
body.page-template-thank-you-php .thank-you-content__header {
  text-align: left;
  margin-bottom: 40px;
}
.thank-you-page .thank-you-content__header h2,
body.page-template-thank-you-php .thank-you-content__header h2 {
  font-size: 3.052rem;
  font-weight: 700;
  color: #191919;
  margin: 0 0 20px;
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
@media (min-width: 992px) {
  .thank-you-page .thank-you-content__header h2,
  body.page-template-thank-you-php .thank-you-content__header h2 {
    font-size: 48px;
  }
}
.thank-you-page .thank-you-content__header h2::before,
body.page-template-thank-you-php .thank-you-content__header h2::before {
  content: "";
  position: absolute;
  right: -6.2px;
  bottom: 7.2px;
  width: 28px;
  height: 3px;
  transform: rotate(45deg);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  background-color: #ce6700;
}
.thank-you-page .thank-you-content__header h2::after,
body.page-template-thank-you-php .thank-you-content__header h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #ce6700;
  width: 100%;
}
.thank-you-page .thank-you-content__grid,
body.page-template-thank-you-php .thank-you-content__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .thank-you-page .thank-you-content__grid,
  body.page-template-thank-you-php .thank-you-content__grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (min-width: 1024px) {
  .thank-you-page .thank-you-content__grid,
  body.page-template-thank-you-php .thank-you-content__grid {
    gap: 80px;
  }
}
.thank-you-page .thank-you-content__video,
body.page-template-thank-you-php .thank-you-content__video {
  position: relative;
}
.thank-you-page .thank-you-content__text,
body.page-template-thank-you-php .thank-you-content__text {
  padding: 0 20px;
}
.thank-you-page .thank-you-content__title,
body.page-template-thank-you-php .thank-you-content__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 24px 0;
}
.thank-you-page .thank-you-content__description,
body.page-template-thank-you-php .thank-you-content__description {
  font-size: 1.125rem;
  color: #64748b;
  line-height: 1.7;
  margin: 0 0 32px 0;
}
.thank-you-page .video-container,
body.page-template-thank-you-php .video-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .thank-you-page .video-container,
  body.page-template-thank-you-php .video-container {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  }
}
.thank-you-page .video-placeholder,
body.page-template-thank-you-php .video-placeholder {
  position: relative;
  width: 100%;
  height: 250px;
  background: #f1f5f9;
}
@media (min-width: 768px) {
  .thank-you-page .video-placeholder,
  body.page-template-thank-you-php .video-placeholder {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .thank-you-page .video-placeholder,
  body.page-template-thank-you-php .video-placeholder {
    height: 400px;
  }
}
.thank-you-page .video-placeholder img,
body.page-template-thank-you-php .video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thank-you-page .video-placeholder .video-play-button,
body.page-template-thank-you-php .video-placeholder .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.thank-you-page .video-placeholder .video-play-button:hover,
body.page-template-thank-you-php .video-placeholder .video-play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.thank-you-page .video-placeholder .video-label,
body.page-template-thank-you-php .video-placeholder .video-label {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: white;
  color: #1e293b;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
}
.thank-you-page .video-wrapper,
body.page-template-thank-you-php .video-wrapper {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .thank-you-page .video-wrapper,
  body.page-template-thank-you-php .video-wrapper {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .thank-you-page .video-wrapper,
  body.page-template-thank-you-php .video-wrapper {
    height: 400px;
  }
}
.thank-you-page .video-wrapper iframe,
body.page-template-thank-you-php .video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .thank-you-page .video-wrapper iframe,
  body.page-template-thank-you-php .video-wrapper iframe {
    border-radius: 16px;
  }
}
.thank-you-page .thank-you-video-secondary,
body.page-template-thank-you-php .thank-you-video-secondary {
  padding: 60px 0;
  background: #f8fafc;
}
@media (min-width: 768px) {
  .thank-you-page .thank-you-video-secondary,
  body.page-template-thank-you-php .thank-you-video-secondary {
    padding: 80px 0;
  }
}
.thank-you-page .thank-you-video-secondary .container,
body.page-template-thank-you-php .thank-you-video-secondary .container {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .thank-you-page .thank-you-video-secondary .container,
  body.page-template-thank-you-php .thank-you-video-secondary .container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .thank-you-page .thank-you-video-secondary .container,
  body.page-template-thank-you-php .thank-you-video-secondary .container {
    padding: 0 80px;
  }
}
.thank-you-page .thank-you-video-secondary__grid,
body.page-template-thank-you-php .thank-you-video-secondary__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .thank-you-page .thank-you-video-secondary__grid,
  body.page-template-thank-you-php .thank-you-video-secondary__grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (min-width: 1024px) {
  .thank-you-page .thank-you-video-secondary__grid,
  body.page-template-thank-you-php .thank-you-video-secondary__grid {
    gap: 80px;
  }
}
.thank-you-page .thank-you-video-secondary__content,
body.page-template-thank-you-php .thank-you-video-secondary__content {
  padding: 0 20px;
}
.thank-you-page .thank-you-video-secondary__title,
body.page-template-thank-you-php .thank-you-video-secondary__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 24px 0;
}
.thank-you-page .thank-you-video-secondary__description,
body.page-template-thank-you-php .thank-you-video-secondary__description {
  font-size: 1.125rem;
  color: #64748b;
  line-height: 1.7;
  margin: 0 0 32px 0;
}
.thank-you-page .thank-you-video-secondary__description p,
body.page-template-thank-you-php .thank-you-video-secondary__description p {
  margin: 0;
}
.thank-you-page .thank-you-video-secondary__video,
body.page-template-thank-you-php .thank-you-video-secondary__video {
  position: relative;
}
.thank-you-page .thank-you-video-secondary .video-container,
body.page-template-thank-you-php .thank-you-video-secondary .video-container {
  max-width: 100%;
}
.thank-you-page .btn,
body.page-template-thank-you-php .btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.thank-you-page .btn.btn-primary,
body.page-template-thank-you-php .btn.btn-primary {
  background: #f97316;
  color: white;
  border-color: #f97316;
}
.thank-you-page .btn.btn-primary:hover,
body.page-template-thank-you-php .btn.btn-primary:hover {
  background: #ea580c;
  border-color: #ea580c;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(249, 115, 22, 0.3);
}
.thank-you-page .thank-you-hero,
body.page-template-thank-you-php .thank-you-hero {
  min-height: 50vh;
}
@media (min-width: 768px) {
  .thank-you-page .thank-you-hero,
  body.page-template-thank-you-php .thank-you-hero {
    min-height: 60vh;
  }
}
.thank-you-page .thank-you-content,
body.page-template-thank-you-php .thank-you-content {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .thank-you-page .thank-you-content,
  body.page-template-thank-you-php .thank-you-content {
    padding: 60px 0;
  }
}
.thank-you-page .thank-you-content__text,
body.page-template-thank-you-php .thank-you-content__text {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .thank-you-page .thank-you-content__text,
  body.page-template-thank-you-php .thank-you-content__text {
    padding: 0 20px;
  }
}
.thank-you-page .floating-icon,
body.page-template-thank-you-php .floating-icon {
  width: 45px;
  height: 45px;
}
.thank-you-page .floating-icon__text,
body.page-template-thank-you-php .floating-icon__text {
  font-size: 1.1rem;
}
.thank-you-page .floating-icon--hero,
body.page-template-thank-you-php .floating-icon--hero {
  bottom: 15px;
  right: 15px;
}
.thank-you-page .floating-icon--video,
body.page-template-thank-you-php .floating-icon--video {
  top: -20px;
  left: -20px;
}
@media (min-width: 768px) {
  .thank-you-page .floating-icon,
  body.page-template-thank-you-php .floating-icon {
    width: 50px;
    height: 50px;
  }
  .thank-you-page .floating-icon__text,
  body.page-template-thank-you-php .floating-icon__text {
    font-size: 1.25rem;
  }
  .thank-you-page .floating-icon--hero,
  body.page-template-thank-you-php .floating-icon--hero {
    bottom: 20px;
    right: 20px;
  }
  .thank-you-page .floating-icon--video,
  body.page-template-thank-you-php .floating-icon--video {
    top: -25px;
    left: -25px;
  }
}
@media (max-width: 480px) {
  .thank-you-page .thank-you-hero,
  body.page-template-thank-you-php .thank-you-hero {
    min-height: 45vh;
  }
  .thank-you-page .thank-you-hero__content,
  body.page-template-thank-you-php .thank-you-hero__content {
    padding: 40px 15px;
  }
  .thank-you-page .thank-you-content,
  body.page-template-thank-you-php .thank-you-content {
    padding: 30px 0;
  }
  .thank-you-page .thank-you-video-secondary,
  body.page-template-thank-you-php .thank-you-video-secondary {
    padding: 40px 0;
  }
  .thank-you-page .floating-icon,
  body.page-template-thank-you-php .floating-icon {
    width: 40px;
    height: 40px;
  }
  .thank-you-page .floating-icon__text,
  body.page-template-thank-you-php .floating-icon__text {
    font-size: 1rem;
  }
  .thank-you-page .floating-icon--hero,
  body.page-template-thank-you-php .floating-icon--hero {
    bottom: 10px;
    right: 10px;
  }
  .thank-you-page .floating-icon--video,
  body.page-template-thank-you-php .floating-icon--video {
    top: -15px;
    left: -15px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: flex-end;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  gap: 20px;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 0;
  flex-direction: column;
}
.main-navigation ul ul::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 15px;
  width: 24px;
  height: 12px;
  background: #fff;
  clip-path: polygon(5% 100%, 50% 0%, 95% 100%);
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li.menu-item-has-children {
  padding-right: 30px;
}
.main-navigation li.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(/wp-content/uploads/2025/08/chevron.svg);
  height: 24px;
  width: 24px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-navigation li.menu-item-has-children li > a {
  color: #2A2A2A;
  padding: 0 30px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2C2B2B;
  padding: 16px 0;
}
.main-navigation a.nav-cta {
  padding: 8px 16px;
  background-color: #CE6700;
  border-radius: 16px;
  display: none;
  color: #fff;
}
@media (min-width: 1200px) {
  .main-navigation a.nav-cta {
    display: inline-block;
  }
}
/* Small menu. */
.menu-toggle {
  position: relative;
  width: 40px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-toggle span:nth-of-type(1) {
  top: 0;
  transform-origin: left center;
}
.menu-toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
  width: 80%;
}
.menu-toggle span:nth-of-type(3) {
  top: 100%;
  transform: translateY(-100%);
  transform-origin: left center;
}
.menu-toggle.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0;
  left: 5px;
}
.menu-toggle.active span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
.menu-toggle.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.mobile-menu-slider {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #CE6700;
  overflow-y: hidden;
  transition: 0.5s;
  padding-bottom: 50px;
  z-index: 9999;
  transform: translateX(-100%); /* Start off-screen */
  overflow: scroll;
}
.mobile-menu-slider li {
  border-bottom: 1px solid #CE6700;
}
.mobile-menu-slider li.menu-item-has-children {
  padding-right: 30px;
}
.mobile-menu-slider li.menu-item-has-children > a {
  position: relative;
}
.mobile-menu-slider li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-image: url(/wp-content/uploads/2025/08/chevron.svg);
  height: 24px;
  width: 24px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center center;
}
.mobile-menu-slider li.menu-item-has-children ul {
  padding: 0 0 0 15px;
  margin: 0;
  list-style: none;
}
.mobile-menu-slider li.menu-item-has-children li > a {
  color: #fff;
  padding: 0 30px;
}
.mobile-menu-slider li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  display: inline-block;
}
.mobile-menu-slider .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 16px 24px;
}
.mobile-menu-slider .mobile-menu-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 87px;
  padding: 0 16px;
  flex-direction: column;
}
.mobile-menu-slider .mobile-menu-cta-btn a {
  display: block;
  width: 100%;
}
.mobile-menu-slider .mobile-menu-cta-btn .mobile-get-started-cta {
  padding: 12px 30px;
  background-color: #fff;
  text-align: center;
  color: #535151;
  font-size: 16px;
  text-decoration: none;
  border-radius: 16px;
}
.mobile-menu-slider .mobile-menu-cta-btn .mobile-cart,
.mobile-menu-slider .mobile-menu-cta-btn .mobile-cta-login {
  display: flex;
  gap: 15px;
  text-decoration: none;
  color: #fff;
  align-items: center;
}
.mobile-menu-slider .mobile-menu-cta-btn .mobile-cart img,
.mobile-menu-slider .mobile-menu-cta-btn .mobile-cta-login img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.mobile-menu-slider .mobile-menu-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
}
.mobile-menu-slider .mobile-menu-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(42, 42, 42, 0.1) 0%, #2A2A2A 100%);
  z-index: 1;
}
.mobile-menu-slider #primary-mobile-menu .sub-menu {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.mobile-menu-slider .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu-slider .burger span {
  background: #CE6700;
}
.mobile-menu-slider .menu-slider-toggle {
  background-color: transparent;
  border: none;
}
.mobile-menu-slider .burger {
  position: relative;
  width: 40px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  display: block;
}
.mobile-menu-slider .burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.mobile-menu-slider .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}
.mobile-menu-slider .burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}
.mobile-menu-slider .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}
.mobile-menu-slider.toggled {
  transform: translateX(0); /* Slide into view */
}
.mobile-menu-slider.toggled .burger span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}
.mobile-menu-slider.toggled .burger span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}
.mobile-menu-slider.toggled .burger span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.testimonial {
  padding: 80px 0;
  background-color: #CE6700;
}
.testimonial h2 {
  font-size: 38px;
  color: #fff;
  text-align: center;
  margin: 15px 0 12px;
}
@media (min-width: 768px) {
  .testimonial h2 {
    font-size: 48px;
    margin: 0 0 12px;
  }
}
.testimonial__items {
  display: flex;
  gap: 31px;
  flex-wrap: wrap;
}
.testimonial__item {
  padding: 24px 32px;
  border-radius: 8px;
  border: 1px solid #CE6700;
  background: rgba(255, 255, 255, 0.0705882353);
  flex: 0 0 calc(100% - 31px);
}
@media (min-width: 768px) {
  .testimonial__item {
    flex: 0 0 calc(50% - 31px);
  }
}
@media (min-width: 992px) {
  .testimonial__item {
    flex: 0 0 calc(33.3% - 31px);
  }
}
.testimonial__item p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 24px;
}
.testimonial__stars {
  margin-bottom: 24px;
}
.testimonial__name {
  font-size: 20px;
  display: inline-block;
  color: #fff;
}

.skip-link {
  display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #f5f5f5;
  color: #999;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Woocommerce
--------------------------------------------- */
/*
Theme Name: Design Dojo

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
/**
 * Single product
 */
.pdp {
  padding: 0;
  color: #000;
}
.pdp .cart-interested-in {
  margin: 80px 0 0;
  background-color: #f3f3f3;
}
.pdp .single-product-content {
  position: relative;
  z-index: 50;
  margin-top: -200px;
}
.pdp .product-details--inner {
  background-color: #fff;
  padding: 32px;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}
.pdp .product-details--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 992px) {
  .pdp .product-details--wrapper {
    gap: 80px;
  }
}
.pdp .single-product-back-btn {
  font-size: 16px;
  padding: 10px 22px;
  background-color: #ce6700;
  color: #fff;
  border-radius: 16px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.pdp .single-product-back-btn svg {
  width: 20px;
}
.pdp .woocommerce-product-gallery__trigger {
  display: none;
}
.pdp__media {
  margin-right: 0;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .pdp__media {
    flex: 0 0 300px;
  }
}
.pdp__media .woocommerce-product-gallery__wrapper img {
  width: 100%;
}
.pdp__media .woocommerce-product-gallery {
  margin: 0;
}
.pdp__summary {
  flex: 1;
}
.pdp__title {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 6px;
  font-weight: 400;
}
.pdp__subtitle {
  margin-left: 6px;
  font-style: italic;
  color: #1D1D1D;
  font-size: 16px;
}
.pdp__price {
  font-size: 25px;
  font-weight: 700;
  margin: 6px 0 12px;
}
.pdp__price .price {
  color: #000;
  margin: 24px 0;
}
.pdp .quantity {
  display: none !important;
}
.pdp__excerpt {
  color: #1D1D1D;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.pdp__excerpt p {
  margin: 0;
}
.pdp__excerpt ul {
  padding-left: 20px;
  margin: 0;
}
.pdp__cta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 8px 0 14px;
}
.pdp__cta .single_add_to_cart_button {
  background: #5a43f5;
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  border: 0;
  cursor: pointer;
}
.pdp__cta .btn--ghost,
.pdp__cta .yith-wcwl-add-to-wishlist a,
.pdp__cta .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid #d9d9e0;
  background: #fff;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
.pdp__meta {
  font-size: 16px;
  color: #1D1D1D;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pdp__meta-label {
  font-weight: 600;
  margin-right: 6px;
}
.pdp__meta a {
  color: #1D1D1D;
}
.pdp .hero .breadcrumb {
  margin-bottom: 16px;
}
.pdp .hero .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.pdp .hero .breadcrumb__item {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.pdp .hero .breadcrumb__item a {
  color: #fff;
}
.pdp .hero .breadcrumb__item--current {
  font-weight: 600;
}
.pdp .hero .breadcrumb__separator {
  color: #fff;
}
.pdp .hero--single-product h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 32px;
  width: 100%;
  max-width: 380px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.pdp .hero--single-product h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.pdp .hero--single-product h1::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .pdp .hero--single-product h1 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .pdp .hero--single-product h1 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.pdp .hero--single-product p {
  font-weight: 400;
  font-size: 20px;
  max-width: 600px;
}
.pdp .hero--single-product__inner-container {
  position: relative;
  z-index: 20;
  text-align: left;
}

/* Tabs block */
.tabs--pdp {
  margin-top: 28px;
  background: #f6f6f7;
  border: 1px solid #ececec;
  border-radius: 8px;
  overflow: hidden;
}
.tabs__nav {
  display: flex;
  gap: 24px;
  padding: 14px 18px;
  list-style: none;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.tabs__nav-item {
  position: relative;
}
.tabs__nav-item.is-active .tabs__link {
  color: #5a43f5;
  font-weight: 700;
}
.tabs__nav-item.is-active .tabs__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 36px;
  height: 3px;
  background: #5a43f5;
  border-radius: 2px;
}
.tabs__link {
  display: inline-block;
  padding: 6px 0;
  color: #1D1D1D;
  text-decoration: none;
}
.tabs__panels {
  padding: 18px;
}
.tabs__panel {
  display: none;
}
.tabs__panel.is-active {
  display: block;
}
.tabs__panel {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
}

.product--items {
  padding: 80px 0;
  overflow: hidden;
}
.product--items h2 {
  font-size: 48px;
  font-weight: 700;
  color: #191919;
  margin: 0 0 66px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.product--items h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.product--items h2::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .product--items h2 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .product--items h2 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.product--item .splide__track {
  overflow: visible !important;
}
.product--item .splide-product--item {
  position: relative;
}
.product--item .splide-product--item::before {
  content: "";
  background-color: #f3f3f3;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.product--item.add-ons {
  background-color: #E9E9E9;
  position: relative;
}
.product--item.add-ons::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/08/image-21.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  mix-blend-mode: overlay;
}
.product--item.add-ons h2::before,
.product--item.add-ons h2::after {
  content: unset !important;
}
.product--item.add-ons h3,
.product--item.add-ons p {
  color: #2A2A2A;
}
.product--item.add-ons img {
  height: auto !important;
  width: auto !important;
  margin-bottom: 24px;
}
.product--item.add-ons .product-card__content {
  padding: 0 !important;
  height: calc(100% - 48px);
}
.product--item.add-ons .product-card {
  padding: 24px;
  background-color: #fff;
}
.product--item.add-ons .product-card:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.product--item.add-ons .splide-product--item::before {
  content: unset;
}
.product--item.add-ons .splide__track {
  overflow: hidden !important;
}
.product--item.add-ons .add-on--item li {
  padding-bottom: 8px;
}
.product--item.add-ons .container {
  position: relative;
  z-index: 50;
}
.product-card {
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.product-card img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.product-card__content {
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 160px);
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.product-card__content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 48px;
}
.product-card__content h3 a {
  color: #2A2A2A;
}
.product-card__content p {
  margin: 0 0 16px;
}
.product-card__content .amount {
  font-size: 16px;
  font-weight: 700;
  color: #2A2A2A;
  margin: 0;
}
.product-card__content .button {
  font-size: 16px;
  background-color: #594AC8;
  padding: 4px 16px;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
}

.pdp-tabs {
  margin-top: 60px;
}
.pdp-tabs .woocommerce-tabs .wc-tabs {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0 0 0;
  border-bottom: 1px solid #e6e6e6;
}
.pdp-tabs .woocommerce-tabs .wc-tabs li {
  margin: 0;
  padding: 0;
}
.pdp-tabs .woocommerce-tabs .wc-tabs li a {
  display: block;
  padding: 7px 50px !important;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  border: 1px solid transparent;
  border-bottom: 0;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: #9C9A99;
  text-transform: uppercase;
}
.pdp-tabs .woocommerce-tabs .wc-tabs li.active a, .pdp-tabs .woocommerce-tabs .wc-tabs li.is-active a {
  background: #f3f3f3;
  border-color: #e6e6e6;
  color: #CE6700;
}
.pdp-tabs .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 1px solid #e6e6e6;
  border-radius: 0 8px 8px 8px;
  margin-top: -1px;
  padding: 20px;
  background: #f3f3f3;
}
.pdp-tabs {
  /* optional: hide the auto “Description” H2 Woo prints inside the first panel */
}
.pdp-tabs .woocommerce-Tabs-panel > h2:first-child {
  display: none;
}

/**
 * Checkout
 */
.woocommerce-checkout .hero--checkout {
  padding: 100px 0 77px;
  margin-bottom: 80px;
}
.woocommerce-checkout .hero--checkout h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 32px;
  width: 100%;
  max-width: 380px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.woocommerce-checkout .hero--checkout h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.woocommerce-checkout .hero--checkout h1::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .woocommerce-checkout .hero--checkout h1 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .woocommerce-checkout .hero--checkout h1 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.woocommerce-checkout .hero--checkout p {
  font-weight: 400;
  font-size: 20px;
  max-width: 400px;
}
.woocommerce-checkout .hero--checkout__inner-container {
  position: relative;
  z-index: 20;
  text-align: left;
}
.woocommerce-checkout form.woocommerce-checkout {
  width: 96%;
}
.woocommerce-checkout {
  /* Checkout page only */
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout .c-checkout__title {
  margin: 0 0 1.5rem;
}
.woocommerce-checkout .c-checkout__form .form-row,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row {
  float: none;
  width: 100%;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  column-gap: 16px;
  flex-wrap: wrap;
}
.woocommerce-checkout .c-checkout__form .form-row label,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row label {
  margin: 0;
  font-weight: 500;
  color: #000;
  flex: 0 0 185px;
}
.woocommerce-checkout .c-checkout__form .form-row label small,
.woocommerce-checkout .c-checkout__form .form-row label .optional,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row label small,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row label .optional {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.woocommerce-checkout .c-checkout__form .form-row p,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row p {
  margin: 8px 0 10px;
  width: 100%;
}
.woocommerce-checkout .c-checkout__form .form-row .input-text,
.woocommerce-checkout .c-checkout__form .form-row select,
.woocommerce-checkout .c-checkout__form .form-row textarea,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .input-text,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row select,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row textarea {
  width: 100%;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  background: #EBEBEB;
  padding: 10px 12px;
  line-height: 1.4;
}
.woocommerce-checkout .c-checkout__form .form-row .input-text:focus,
.woocommerce-checkout .c-checkout__form .form-row select:focus,
.woocommerce-checkout .c-checkout__form .form-row textarea:focus,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .input-text:focus,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row select:focus,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row textarea:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(91, 72, 232, 0.12);
  border-color: rgba(91, 72, 232, 0.6);
}
.woocommerce-checkout .c-checkout__form .form-row .select2-container--default .select2-selection--single,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #EBEBEB;
}
.woocommerce-checkout .c-checkout__form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding: 8px 12px;
}
.woocommerce-checkout .c-checkout__form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.woocommerce-checkout .c-checkout__form .form-row .woocommerce-input-wrapper,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .woocommerce-checkout .c-checkout__form .form-row .woocommerce-input-wrapper,
  .woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
    flex: 1;
  }
}
.woocommerce-checkout .c-checkout__form .form-row .clear,
.woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row .clear {
  display: none;
}
@media (min-width: 992px) {
  .woocommerce-checkout .c-checkout__form .c-checkout__customer {
    padding-right: 150px;
  }
}
.woocommerce-checkout .c-checkout__summary .shop_table {
  border: 0;
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-checkout .c-checkout__summary .shop_table th, .woocommerce-checkout .c-checkout__summary .shop_table td {
  border: 0;
  padding: 10px 0;
  vertical-align: top;
}
.woocommerce-checkout .c-checkout__summary .shop_table thead th {
  font-weight: 600;
  padding-bottom: 12px;
  text-align: left !important;
}
.woocommerce-checkout .c-checkout__summary .shop_table tfoot th {
  font-weight: 600;
  text-align: left;
}
.woocommerce-checkout .c-checkout__summary .shop_table tfoot td {
  text-align: left;
}
.woocommerce-checkout .c-checkout__summary .place-order .button {
  width: 100%;
  border-radius: 999px;
  padding: 12px 18px;
  background: #5b48e8;
  border-color: #5b48e8;
  color: #fff;
  transition: filter 0.15s ease;
}
.woocommerce-checkout .c-checkout__summary .place-order .button:hover, .woocommerce-checkout .c-checkout__summary .place-order .button:active, .woocommerce-checkout .c-checkout__summary .place-order .button:focus {
  filter: brightness(0.92);
  color: #fff;
}
.woocommerce-checkout .c-checkout__summary .place-order .button {
  display: block;
}
.woocommerce-checkout .c-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 24px;
}
.woocommerce-checkout .c-card--elevated {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.woocommerce-checkout .c-card__title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .woocommerce-checkout .c-checkout__form .form-row {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  .woocommerce-checkout .c-checkout__form .form-row label {
    order: -1;
  }
}
.woocommerce-checkout .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-payment ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-checkout-payment ul .woocommerce-info {
  padding: 12px;
  color: #fff;
  border-radius: 4px;
  background-color: #ff4545 !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row {
  margin-bottom: 14px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
  order: 10;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  order: 20;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_company_field {
  order: 30;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field {
  order: 40;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  order: 50;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
  order: 60;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field {
  order: 70;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field {
  order: 80;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  order: 90;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field {
  order: 100;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
  order: 110;
}
.woocommerce-checkout .screen-reader-text {
  position: relative !important;
  width: unset !important;
}
.woocommerce-checkout .woocommerce {
  margin-bottom: 80px;
}
.woocommerce-checkout .woocommerce-error {
  max-width: 1320px !important;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
.woocommerce-error,
p.no-comments {
  background-color: #FFEA74 !important;
  padding: 16px 24px;
  font-size: 16px;
  color: #2B2B2B;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-noreviews,
  .woocommerce-error,
  p.no-comments {
    align-items: center;
    flex-direction: row;
  }
}
.woocommerce-info .wc-forward,
.woocommerce-message .wc-forward,
.woocommerce-noreviews .wc-forward,
.woocommerce-error .wc-forward,
p.no-comments .wc-forward {
  font-size: 16px;
  padding: 12px 16px;
  background-color: #ce6700;
  color: #fff;
  border-radius: 16px;
  width: 120px;
  height: 35px;
  line-height: 70%;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .woocommerce-info .wc-forward,
  .woocommerce-message .wc-forward,
  .woocommerce-noreviews .wc-forward,
  .woocommerce-error .wc-forward,
  p.no-comments .wc-forward {
    width: 100px;
    margin-left: 30px;
    margin-top: 0;
  }
}

.woocommerce-error {
  background-color: #e2401c !important;
  margin: 0 auto 20px;
  padding: 12px 30px;
  list-style: none;
  border-radius: 8px;
  max-width: 1120px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.woocommerce-error a,
.woocommerce-error li {
  color: #fff;
}

.woocommerce-cart-form .button {
  cursor: pointer;
}

.woocommerce-billing-fields h3 {
  display: none;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/**
 * Cart
 */
.page-id-55 .hero--cart,
.page-id-127 .hero--cart {
  padding: 100px 0 77px;
  margin-bottom: 80px;
}
.page-id-55 .hero--cart h1,
.page-id-127 .hero--cart h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 32px;
  width: 100%;
  max-width: 380px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.page-id-55 .hero--cart h1::after,
.page-id-127 .hero--cart h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.page-id-55 .hero--cart h1::before,
.page-id-127 .hero--cart h1::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .page-id-55 .hero--cart h1,
  .page-id-127 .hero--cart h1 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .page-id-55 .hero--cart h1,
  .page-id-127 .hero--cart h1 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.page-id-55 .hero--cart p,
.page-id-127 .hero--cart p {
  font-weight: 400;
  font-size: 20px;
  max-width: 400px;
}
.page-id-55 .hero--cart__inner-container,
.page-id-127 .hero--cart__inner-container {
  position: relative;
  z-index: 20;
  text-align: left;
}
.page-id-55 table,
.page-id-127 table {
  color: #2C2C2C !important;
  font-size: 20px;
}
.page-id-55 table td a,
.page-id-127 table td a {
  color: #2C2C2C !important;
}
.page-id-55 table .product-thumbnail,
.page-id-127 table .product-thumbnail {
  text-align: center !important;
}
.page-id-55 table .product-thumbnail::before,
.page-id-127 table .product-thumbnail::before {
  content: unset !important;
}
.page-id-55 tbody .product-name,
.page-id-127 tbody .product-name {
  padding: 48px 24px !important;
}
.page-id-55 tbody .product-price,
.page-id-127 tbody .product-price {
  padding: 48px 24px !important;
}
@media (min-width: 768px) {
  .page-id-55 tbody .product-price,
  .page-id-127 tbody .product-price {
    padding: 48px 57px !important;
  }
}
@media (min-width: 768px) {
  .page-id-55 tbody .product-subtotal,
  .page-id-127 tbody .product-subtotal {
    width: 200px;
  }
}
.page-id-55 tbody .product-quantity,
.page-id-55 tbody .product-subtotal,
.page-id-127 tbody .product-quantity,
.page-id-127 tbody .product-subtotal {
  text-align: center !important;
}
.page-id-55 tbody .product-quantity label,
.page-id-55 tbody .product-subtotal label,
.page-id-127 tbody .product-quantity label,
.page-id-127 tbody .product-subtotal label {
  display: none;
}
.page-id-55 tbody,
.page-id-127 tbody {
  /* Quantity input styling */
}
.page-id-55 tbody .input-text.qty,
.page-id-127 tbody .input-text.qty {
  width: 70px; /* enough for 3–4 digits */
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  appearance: textfield; /* removes default arrows in Chrome/Safari */
  -moz-appearance: textfield; /* removes arrows in Firefox */
  transition: all 0.2s ease-in-out;
}
.page-id-55 tbody .input-text.qty:focus,
.page-id-127 tbody .input-text.qty:focus {
  outline: none;
  border-color: #c56400; /* accent color */
  box-shadow: 0 0 0 2px rgba(197, 100, 0, 0.15);
}
.page-id-55 tbody,
.page-id-127 tbody {
  /* Remove number field arrows on hover/focus in Webkit browsers */
}
.page-id-55 tbody .input-text.qty::-webkit-outer-spin-button,
.page-id-55 tbody .input-text.qty::-webkit-inner-spin-button,
.page-id-127 tbody .input-text.qty::-webkit-outer-spin-button,
.page-id-127 tbody .input-text.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-id-55 tbody,
.page-id-127 tbody {
  /* Optional: adjust disabled state */
}
.page-id-55 tbody .input-text.qty:disabled,
.page-id-127 tbody .input-text.qty:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}
.page-id-55 .cart-totals-wrap,
.page-id-127 .cart-totals-wrap {
  color: #222;
  margin-bottom: 80px;
}
.page-id-55 .cart-totals-wrap .cart-totals-table,
.page-id-127 .cart-totals-wrap .cart-totals-table {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  max-width: 950px;
  margin: 0 auto;
}
.page-id-55 .cart-totals-wrap .cart-totals-table .cart-subtotal th,
.page-id-55 .cart-totals-wrap .cart-totals-table .cart-subtotal td,
.page-id-127 .cart-totals-wrap .cart-totals-table .cart-subtotal th,
.page-id-127 .cart-totals-wrap .cart-totals-table .cart-subtotal td {
  background: #f4f4f4 !important;
}
.page-id-55 .cart-totals-wrap .cart-totals-table th,
.page-id-55 .cart-totals-wrap .cart-totals-table td,
.page-id-127 .cart-totals-wrap .cart-totals-table th,
.page-id-127 .cart-totals-wrap .cart-totals-table td {
  padding: 22px !important;
  border-top: 1px solid #e6e6e6 !important;
  vertical-align: middle;
}
.page-id-55 .cart-totals-wrap .cart-totals-table th:first-child,
.page-id-55 .cart-totals-wrap .cart-totals-table td:first-child,
.page-id-127 .cart-totals-wrap .cart-totals-table th:first-child,
.page-id-127 .cart-totals-wrap .cart-totals-table td:first-child {
  border-top: 0;
}
.page-id-55 .cart-totals-wrap .cart-totals-table th,
.page-id-127 .cart-totals-wrap .cart-totals-table th {
  width: 32%;
  background: #fff;
  font-weight: 700;
  text-align: left;
  border-right: 1px solid #e6e6e6 !important;
}
.page-id-55 .cart-totals-wrap .cart-totals-table .shipping td p,
.page-id-127 .cart-totals-wrap .cart-totals-table .shipping td p {
  margin: 0 0 6px;
}
.page-id-55 .cart-totals-wrap .cart-totals-table .shipping td a,
.page-id-55 .cart-totals-wrap .cart-totals-table .shipping td .shipping-calculator-button,
.page-id-127 .cart-totals-wrap .cart-totals-table .shipping td a,
.page-id-127 .cart-totals-wrap .cart-totals-table .shipping td .shipping-calculator-button {
  display: inline-block;
  margin-top: 4px;
  font-weight: 700;
}
.page-id-55 .cart-totals-wrap .cart-totals-table .order-total th,
.page-id-55 .cart-totals-wrap .cart-totals-table .order-total td bdi,
.page-id-127 .cart-totals-wrap .cart-totals-table .order-total th,
.page-id-127 .cart-totals-wrap .cart-totals-table .order-total td bdi {
  font-weight: 700;
  font-size: 18px;
}
.page-id-55 .cart-totals-wrap .cart-totals-table .totals-footer td,
.page-id-127 .cart-totals-wrap .cart-totals-table .totals-footer td {
  background: #fafafa;
  text-align: center;
  padding: 26px;
}
.page-id-55 .cart-totals-wrap .checkout-button,
.page-id-127 .cart-totals-wrap .checkout-button {
  border-radius: 999px;
  padding: 12px 24px;
  background: #cf6b00;
  color: #fff !important;
  border: 0;
  text-decoration: none;
  display: inline-block;
}
.page-id-55 .cart-totals-wrap .checkout-button:hover, .page-id-55 .cart-totals-wrap .checkout-button:active,
.page-id-127 .cart-totals-wrap .checkout-button:hover,
.page-id-127 .cart-totals-wrap .checkout-button:active {
  filter: brightness(0.95);
}
@media (max-width: 768px) {
  .page-id-55 .cart-totals-wrap .cart-totals-title,
  .page-id-127 .cart-totals-wrap .cart-totals-title {
    font-size: 32px;
  }
  .page-id-55 .cart-totals-wrap .cart-totals-table th,
  .page-id-127 .cart-totals-wrap .cart-totals-table th {
    width: 40%;
  }
  .page-id-55 .cart-totals-wrap .cart-totals-table th,
  .page-id-55 .cart-totals-wrap .cart-totals-table td,
  .page-id-127 .cart-totals-wrap .cart-totals-table th,
  .page-id-127 .cart-totals-wrap .cart-totals-table td {
    padding: 16px;
  }
}
.page-id-55 .product--item .splide-product--item::before,
.page-id-127 .product--item .splide-product--item::before {
  background-color: #F3F3F3;
}
.page-id-55,
.page-id-127 {
  /* table wrapper */
}
.page-id-55 .cart-table--simple,
.page-id-127 .cart-table--simple {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  overflow: hidden;
}
.page-id-55 .cart-table--simple thead th,
.page-id-127 .cart-table--simple thead th {
  background: #f4f4f4;
  text-align: left;
  padding: 16px 20px;
  font-weight: 600;
}
.page-id-55 .cart-table--simple td,
.page-id-127 .cart-table--simple td {
  padding: 20px;
  border-top: 1px solid #eee;
  vertical-align: middle;
}
.page-id-55 .cart-table--simple .product-thumbnail img,
.page-id-127 .cart-table--simple .product-thumbnail img {
  width: 100px;
  height: auto;
  border-radius: 4px;
}
.page-id-55 .cart-table--simple .coupon,
.page-id-127 .cart-table--simple .coupon {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.page-id-55 .cart-table--simple .coupon-input,
.page-id-127 .cart-table--simple .coupon-input {
  width: 260px;
  height: 42px;
  border: 1px solid #e2e2e2;
  border-radius: 22px;
  padding: 0 16px;
}
.page-id-55 .cart-table--simple .button--coupon,
.page-id-127 .cart-table--simple .button--coupon {
  border-radius: 22px;
  padding: 10px 16px;
}
.page-id-55 .cart-table--simple .button--update,
.page-id-127 .cart-table--simple .button--update {
  float: unset;
  border-radius: 22px;
  padding: 10px 18px;
  background: #c56400;
  color: #fff;
}
.page-id-55 .cart-table--simple .button--update:hover,
.page-id-55 .cart-table--simple .button--update:active,
.page-id-127 .cart-table--simple .button--update:hover,
.page-id-127 .cart-table--simple .button--update:active {
  filter: brightness(0.95);
}
.page-id-55,
.page-id-127 {
  /* space columns like your mock */
}
.page-id-55 .cart-table--simple .col-blank-1,
.page-id-55 .cart-table--simple .col-blank-2,
.page-id-127 .cart-table--simple .col-blank-1,
.page-id-127 .cart-table--simple .col-blank-2 {
  text-align: center !important;
}
.page-id-55 .cart-table--simple .col-blank-1::before,
.page-id-55 .cart-table--simple .col-blank-2::before,
.page-id-127 .cart-table--simple .col-blank-1::before,
.page-id-127 .cart-table--simple .col-blank-2::before {
  content: unset !important;
}
@media (min-width: 768px) {
  .page-id-55 .cart-table--simple .col-blank-1,
  .page-id-55 .cart-table--simple .col-blank-2,
  .page-id-127 .cart-table--simple .col-blank-1,
  .page-id-127 .cart-table--simple .col-blank-2 {
    width: 200px;
  }
}
.page-id-55 .cart-totals-table,
.page-id-127 .cart-totals-table {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}
.page-id-55 .cart-totals-table th,
.page-id-55 .cart-totals-table td,
.page-id-127 .cart-totals-table th,
.page-id-127 .cart-totals-table td {
  padding: 20px;
  border-top: 1px solid #eee;
  vertical-align: middle;
}
.page-id-55 .cart-totals-table tr:first-child th,
.page-id-55 .cart-totals-table tr:first-child td,
.page-id-127 .cart-totals-table tr:first-child th,
.page-id-127 .cart-totals-table tr:first-child td {
  border-top: 0;
}
.page-id-55 .cart-totals-table th,
.page-id-127 .cart-totals-table th {
  width: 34%;
  background: #f4f4f4;
  font-weight: 700;
  text-align: left;
}
.page-id-55 .cart-totals-table .order-total th,
.page-id-127 .cart-totals-table .order-total th {
  font-weight: 700;
}
.page-id-55 .cart-totals-table .totals-footer td,
.page-id-127 .cart-totals-table .totals-footer td {
  padding: 24px;
  text-align: center;
  background: #fafafa;
}
.page-id-55 .button--pill,
.page-id-127 .button--pill {
  border-radius: 22px;
}
.page-id-55 .button--lg,
.page-id-127 .button--lg {
  padding: 12px 22px;
  font-size: 16px;
}
.page-id-55 .button--primary,
.page-id-127 .button--primary {
  background: #c56400;
  color: #fff;
}
.page-id-55 .button--primary:hover,
.page-id-55 .button--primary:active,
.page-id-127 .button--primary:hover,
.page-id-127 .button--primary:active {
  filter: brightness(0.95);
}
.page-id-55,
.page-id-127 {
  /* Add borders to each cell in cart table */
}
.page-id-55 .cart-table--simple,
.page-id-127 .cart-table--simple {
  width: 100%;
}
.page-id-55 .cart-table--simple th,
.page-id-55 .cart-table--simple td,
.page-id-127 .cart-table--simple th,
.page-id-127 .cart-table--simple td {
  border: 1px solid #ddd; /* Light grey border */
  padding: 12px;
  vertical-align: middle;
}
.page-id-55,
.page-id-127 {
  /* Optional: style header row differently */
}
.page-id-55 .cart-table--simple thead th,
.page-id-127 .cart-table--simple thead th {
  background-color: #f9f9f9;
  font-weight: 600;
}
.page-id-55,
.page-id-127 {
  /* Optional: remove double border on table edges */
}
.page-id-55 .cart-table--simple,
.page-id-127 .cart-table--simple {
  border: 1px solid #DEDEDE;
}
.page-id-55 .cart-totals-sec h2,
.page-id-127 .cart-totals-sec h2 {
  font-size: 48px;
  font-weight: 700;
  color: #191919;
  margin: 0 0 66px;
  --arrow-color: #ce6700;
  --line-thickness: clamp(3px, 0.4vw, 4px);
  --slash-size: clamp(10px, 1.2vw, 14px);
  --extra-length: 40px;
  --gap: 6px;
  --arrow-offset: 10px;
  --arrow-right: -1px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
  margin-bottom: var(--gap);
}
.page-id-55 .cart-totals-sec h2::after,
.page-id-127 .cart-totals-sec h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: var(--line-thickness) solid var(--arrow-color);
  width: 100%;
}
.page-id-55 .cart-totals-sec h2::before,
.page-id-127 .cart-totals-sec h2::before {
  content: "";
  position: absolute;
  right: var(--arrow-right);
  bottom: var(--arrow-offset);
  width: var(--slash-size);
  height: var(--line-thickness);
  background: var(--arrow-color);
  border-radius: calc(var(--line-thickness) / 2);
  transform-origin: left bottom;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .page-id-55 .cart-totals-sec h2,
  .page-id-127 .cart-totals-sec h2 {
    --extra-length: 20px;
    --arrow-offset: 9px;
    --arrow-right: -0.75px;
  }
}
@media (max-width: 480px) {
  .page-id-55 .cart-totals-sec h2,
  .page-id-127 .cart-totals-sec h2 {
    --extra-length: 20px;
    --arrow-offset: 8px;
    --arrow-right: -0.5px;
  }
}
.page-id-55 .cart-interested-in,
.page-id-127 .cart-interested-in {
  background-color: #F3F3F3;
  padding: 80px 0;
  margin: 80px 0;
}
.page-id-55 .button--coupon,
.page-id-127 .button--coupon {
  background-color: #594AC8;
  color: #fff;
}
.page-id-55 .screen-reader-text,
.page-id-127 .screen-reader-text {
  display: none !important;
}

/**
 * Thank you page
 */
.woocommerce-order-received {
  margin: 0;
}
.woocommerce-order-received .skip-link {
  display: none;
}
.woocommerce-order-received .c-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 48px 32px;
}
.woocommerce-order-received .c-card--elevated {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.woocommerce-order-received .c-card__title {
  margin: 0 0 40px;
  font-size: 25px;
  font-weight: 700;
  color: #2A2A2A;
}
.woocommerce-order-received .woocommerce {
  margin-bottom: 0;
  overflow: hidden;
}
.woocommerce-order-received .shop_table.order_details {
  border: 0;
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-order-received .shop_table.order_details th, .woocommerce-order-received .shop_table.order_details td {
  border: 0;
  padding: 10px 0;
}
.woocommerce-order-received .shop_table.order_details thead th {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 12px;
  text-align: left;
}
.woocommerce-order-received .shop_table.order_details tfoot th {
  font-weight: 600;
}
.woocommerce-order-received .shop_table.order_details tfoot td {
  text-align: left;
}
.woocommerce-order-received .shop_table.order_details .order-total th {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.woocommerce-order-received .shop_table.order_details .order_item .product-name {
  padding-left: 16px;
}
.woocommerce-order-received .order-confirmation {
  margin-bottom: 80px;
}
.woocommerce-order-received .order-confirmation--wrapper {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .woocommerce-order-received .order-confirmation--wrapper {
    gap: 200px;
    flex-direction: row;
  }
}
.woocommerce-order-received .order-confirmation--wrapper .c-card--elevated {
  flex: 0 0 calc(55% - 100px);
}
.woocommerce-order-received .order-confirmation--wrapper .affiliate-cta-inner {
  flex: 0 0 calc(45% - 100px);
}
.woocommerce-order-received .order-confirmation .join-affiliate-cta {
  background-color: #656891;
  padding: 30px 60px;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .woocommerce-order-received .order-confirmation .join-affiliate-cta {
    padding: 40px 60px;
  }
}
@media (min-width: 992px) {
  .woocommerce-order-received .order-confirmation .join-affiliate-cta {
    padding: 60px 80px;
  }
}
.woocommerce-order-received .order-confirmation .join-affiliate-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/08/image-19.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 1;
  mix-blend-mode: overlay;
}
.woocommerce-order-received .order-confirmation .join-affiliate-cta h2 {
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  line-height: 100%;
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .woocommerce-order-received .order-confirmation .join-affiliate-cta h2 {
    font-size: 48px;
  }
}
.woocommerce-order-received .order-confirmation .join-affiliate-cta a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #CE6700;
  padding: 16px 30px;
  border-radius: 16px;
  position: relative;
  z-index: 20;
}

.page-template-portfolio .more-work .mw-card h3 {
  font-size: 1.563rem !important;
  font-weight: 700;
}

#mic {
  cursor: pointer;
}

.hover-color {
  color: #fff; /* Or the default color of the text */
}

.hover-color:hover {
  color: #FFA851 !important; /* The color you want on hover */
}

.home .hero .hero--inner {
  margin-top: 100px;
}

.banner {
  background-color: #ffeb77;
  color: #222;
  padding: 12px 20px;
  text-align: left;
  position: relative;
}

.banner p {
  margin: 0;
  color: #2B2B2B;
}

.banner a {
  color: #2B2B2B;
}

.banner strong {
  font-weight: bold;
}

.banner .close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 18px;
}

.home .hero .hero--inner {
  margin-top: 30px !important;
}

.hero--video-container iframe {
  height: 500px !important;
  width: 350px !important;
}

.home .hero {
  height: auto;
}

.home .who-we-are .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 2%;
}

.woocommerce-pagination {
  display: none;
}

.post-type-archive-product .product--item.add-ons .product-card__content {
  height: calc(100% - 130px) !important;
}

.woocommerce-checkout .c-checkout__form .form-row p, .woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row p {
  color: #e2401c !important;
}

.page-id-55 .cart-table--simple .button--update, .page-id-127 .cart-table--simple .button--update {
  margin-top: 20px;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}

.hero__overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .hero::after {
  content: unset !important;
}

@media (min-width: 768px) {
  .woocommerce-checkout .c-checkout__form .form-row p, .woocommerce-checkout .c-checkout__form .woocommerce-billing-fields__field-wrapper .form-row p {
    margin-left: 201px !important;
  }
  .page-id-55 .cart-table--simple .button--update, .page-id-127 .cart-table--simple .button--update {
    float: right !important;
  }
  .page-id-55 .cart-table--simple .button--update, .page-id-127 .cart-table--simple .button--update {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  table.shop_table_responsive tr td {
    text-align: center !important;
  }
  .page-id-55 tbody .product-name, .page-id-127 tbody .product-name, .page-id-55 tbody .product-price, .page-id-127 tbody .product-price {
    padding: 20px !important;
  }
}
@media (max-width: 453px) {
  .page-id-55 .cart-table--simple .coupon, .page-id-127 .cart-table--simple .coupon {
    justify-content: center;
  }
}
.mobile-menu-slider .mobile-menu-cta-btn a {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.mobile-menu-slider .mobile-menu-cta-btn span {
  background-color: #fff;
  padding: 5px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  color: #000;
}

@media (max-width: 992px) {
  .home .services__item img {
    height: auto !important;
  }
}
.totals-footer td::before {
  content: unset !important;
}

form.woocommerce-checkout {
  margin: 0 auto;
}

.button--coupon.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.product-cart__body a.add_to_cart_button {
  border: 1px solid #594ac8;
}

.product-cart__body a.added_to_cart {
  font-size: 16px;
  background-color: transparent;
  padding: 4px 16px;
  border-radius: 16px;
  color: #594ac8;
  display: inline-block;
  border: 1px solid #594ac8;
  margin-left: 10px;
}

.page-template-services .added_to_cart {
  padding: 8px 30px;
  font-size: 16px;
  display: inline-block;
  border-radius: 16px;
  text-align: center;
  line-height: 109%;
  color: #fff;
  background-color: #ce6700;
  border: 1px solid #ce6700;
}

.woocommerce-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

#design_consult_date {
  width: 100% !important;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  background: transparent;
  position: relative;
  z-index: 2;
}

/* Fake placeholder text */
.date-wrapper::before {
  content: attr(data-placeholder);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

/* Hide the fake placeholder when the field has a value */
#design_consult_date:focus ~ ::before,
#design_consult_date:valid ~ ::before {
  opacity: 0;
}

/* ============================
   WooCommerce My Account styling
   Palette: dark #0f0c25, accent #ce6700
   ============================ */
/* Layout: grid two-column on md+, stacked on mobile */
body.page-id-129 .woocommerce {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}

@media (max-width: 991.98px) {
  body.woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
}
/* Sidebar navigation container */
body.page-id-129 .woocommerce-MyAccount-navigation {
  background-color: #0f0c25;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(15, 12, 37, 0.12);
}

/* Sidebar menu list reset */
body.page-id-129 .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Sidebar nav item */
body.page-id-129 .woocommerce-MyAccount-navigation li {
  margin-bottom: 4px;
}

/* Nav links */
body.page-id-129 .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 15px;
  color: #f5f7ff;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}

/* Hover state */
body.page-id-129 .woocommerce-MyAccount-navigation a:hover {
  color: #ce6700;
  background-color: rgba(255, 255, 255, 0.05);
}

/* Active state */
body.page-id-129 .woocommerce-MyAccount-navigation .is-active a,
body.page-id-129 .woocommerce-MyAccount-navigation a.active {
  background-color: #ce6700;
  color: #ffffff;
  font-weight: 600;
}

/* Content area */
body.page-id-129 .woocommerce-MyAccount-content {
  background-color: #ffffff;
  border: 1px solid #e6e8ef;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(15, 12, 37, 0.06);
  color: #0f0c25;
  line-height: 1.6;
}

/* Links inside content */
body.page-id-129 .woocommerce-MyAccount-content a {
  color: #ce6700;
  text-decoration: none;
}

body.page-id-129 .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

body.page-id-129 .woocommerce-MyAccount-content .wc-forward {
  width: 170px !important;
  color: #fff !important;
}

body.woocommerce-order-received .checkout-main {
  display: none !important;
}

/* ============================
   404 Error Page Styling
   Palette: dark #0f0c25, accent #ce6700
   ============================ */
.error-404 {
  text-align: center;
  padding: 60px 20px;
  color: #0f0c25;
}

.error-404 .error-title {
  font-size: 8rem;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  color: #0f0c25;
}

.error-404 .error-subtitle {
  font-size: 2rem;
  margin: 10px 0 20px;
  color: #ce6700;
}

.error-404 .error-message {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #333333;
}

.error-404 .error-button {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #ce6700;
  color: #ffffff;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.error-404 .error-button:hover {
  background-color: #0f0c25;
  color: #ffffff;
}

.woocommerce-shop .add-on--price {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #2a2a2a;
}

/* ============================
   Splide Carousel Arrow States
   ============================ */
/* Enhanced disabled arrow styling for better UX */
.splide__arrow:disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  background: #f5f5f5 !important;
  color: #999 !important;
  pointer-events: none !important;
}

.splide__arrow:disabled svg {
  fill: #999 !important;
}

/* Ensure arrows are properly styled when enabled */
.splide__arrow:not(:disabled) {
  opacity: 0.7;
  cursor: pointer;
  background: #ccc;
  color: #000;
}

.splide__arrow:not(:disabled):hover {
  opacity: 0.9;
}

.splide__arrow:not(:disabled) svg {
  fill: #000;
}

/*# sourceMappingURL=style.css.map */
