*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 95%) {

  .container {
    max-width: 95%;
  }
}
@media (min-width: 1360px) {

  .container {
    max-width: 1360px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-170px\] {
  bottom: -170px;
}
.bottom-\[106px\] {
  bottom: 106px;
}
.bottom-\[57px\] {
  bottom: 57px;
}
.left-0 {
  left: 0px;
}
.left-20 {
  left: 5rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[-170px\] {
  left: -170px;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[50px\] {
  right: 50px;
}
.top-0 {
  top: 0px;
}
.top-11 {
  top: 2.75rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[-120px\] {
  top: -120px;
}
.top-\[-130px\] {
  top: -130px;
}
.top-\[-140px\] {
  top: -140px;
}
.top-\[-150px\] {
  top: -150px;
}
.top-\[-170px\] {
  top: -170px;
}
.top-\[-50px\] {
  top: -50px;
}
.top-\[-60px\] {
  top: -60px;
}
.top-\[-80px\] {
  top: -80px;
}
.top-\[23px\] {
  top: 23px;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-\[-10\] {
  z-index: -10;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.\!m-0 {
  margin: 0px !important;
}
.m-auto {
  margin: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-24 {
  margin-bottom: 6rem !important;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-12 {
  height: 3rem;
}
.h-4 {
  height: 1rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[80px\] {
  height: 80px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.min-h-full {
  min-height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[69px\] {
  width: 69px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[372px\] {
  max-width: 372px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.max-w-\[416px\] {
  max-width: 416px;
}
.max-w-\[616px\] {
  max-width: 616px;
}
.max-w-\[768px\] {
  max-width: 768px;
}
.max-w-\[812px\] {
  max-width: 812px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.flex-1 {
  flex: 1 1 0%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.columns-1 {
  -moz-columns: 1;
       columns: 1;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[32px\] {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-\[64px\] {
  row-gap: 64px;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-alto {
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity, 1));
}
.border-neutral-darkest {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-neutral-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity, 1));
}
.border-neutral-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-opacity-15 {
  --tw-border-opacity: 0.15;
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.bg-alto-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-alto-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-coral-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
}
.bg-coral-red-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 54 / var(--tw-bg-opacity, 1));
}
.bg-coral-red-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 236 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-neutral-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(76 76 76 / var(--tw-bg-opacity, 1));
}
.bg-neutral-darkest {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-neutral-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-neutral-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[3px\] {
  padding-bottom: 3px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.\!font-lexenddeca-semibold {
  font-family: LexendDeca-Semibold, sans-serif !important;
}
.font-figtree-bold {
  font-family: Figtree-Bold, sans-serif;
}
.font-figtree-medium {
  font-family: Figtree-Medium, sans-serif;
}
.font-lexenddeca-medium {
  font-family: LexendDeca-Medium, sans-serif;
}
.font-lexenddeca-regular {
  font-family: LexendDeca-Regular, sans-serif;
}
.font-lexenddeca-semibold {
  font-family: LexendDeca-Semibold, sans-serif;
}
.text-h1-small {
  font-size: 2.75rem;
}
.text-h2 {
  font-size: 3.25rem;
}
.text-h2-small {
  font-size: 2.5rem;
}
.text-h3 {
  font-size: 2.75rem;
}
.text-h3-small {
  font-size: 2rem;
}
.text-h4-small {
  font-size: 1.5rem;
}
.text-h5-small {
  font-size: 1.25rem;
}
.text-h6 {
  font-size: 1.375rem;
}
.text-h6-small {
  font-size: 1.125rem;
}
.text-medium {
  font-size: 1.125rem;
}
.text-regular {
  font-size: 1rem;
}
.text-small {
  font-size: 0.875rem;
}
.text-tiny {
  font-size: 0.75rem;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-regular {
  letter-spacing: -0.01em;
}
.\!text-coral-red-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(204 54 54 / var(--tw-text-opacity, 1)) !important;
}
.\!text-neutral-darkest {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.text-alto-dark {
  --tw-text-opacity: 1;
  color: rgb(174 174 174 / var(--tw-text-opacity, 1));
}
.text-alto-darker {
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-coral-red {
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
.text-coral-red-dark {
  --tw-text-opacity: 1;
  color: rgb(204 54 54 / var(--tw-text-opacity, 1));
}
.text-neutral-darkest {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-neutral-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@font-face {
  font-family: "Figtree-Bold";
  src: url("../assets/fonts/figtree-bold/figtree-bold.eot");
  src: url("../assets/fonts/figtree-bold/figtree-bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/figtree-bold/figtree-bold.woff2") format("woff2"), url("../assets/fonts/figtree-bold/figtree-bold.woff") format("woff"), url("../assets/fonts/figtree-bold/figtree-bold.ttf") format("truetype"), url("../assets/fonts/figtree-bold/figtree-bold.svg#Figtree-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree-Medium";
  src: url("");
  src: url("../assets/fonts/figtree-medium/figtree-medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/figtree-medium/figtree-medium.woff2") format("woff2"), url("../assets/fonts/figtree-medium/figtree-medium.woff") format("woff"), url("../assets/fonts/figtree-medium/figtree-medium.ttf") format("truetype"), url("../assets/fonts/figtree-medium/figtree-medium.svg#Figtree-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree-Regular";
  src: url("");
  src: url("../assets/fonts/figtree-regular/figtree-regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/figtree-regular/figtree-regular.woff2") format("woff2"), url("../assets/fonts/figtree-regular/figtree-regular.woff") format("woff"), url("../assets/fonts/figtree-regular/figtree-regular.ttf") format("truetype"), url("../assets/fonts/figtree-regular/figtree-regular.svg#Figtree-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LexendDeca-Semibold";
  src: url("../assets/fonts/lexenddeca-semibold/lexenddeca-semibold.eot");
  src: url("../assets/fonts/lexenddeca-semibold/lexenddeca-semibold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lexenddeca-semibold/lexenddeca-semibold.woff2") format("woff2"), url("../assets/fonts/lexenddeca-semibold/lexenddeca-semibold.woff") format("woff"), url("../assets/fonts/lexenddeca-semibold/lexenddeca-semibold.ttf") format("truetype"), url("../assets/fonts/lexenddeca-semibold/lexenddeca-semibold.svg#LexendDeca-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "LexendDeca-Medium";
  src: url("../assets/fonts/lexenddeca-medium/lexenddeca-medium.eot");
  src: url("../assets/fonts/lexenddeca-medium/lexenddeca-medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lexenddeca-medium/lexenddeca-medium.woff2") format("woff2"), url("../assets/fonts/lexenddeca-medium/lexenddeca-medium.woff") format("woff"), url("../assets/fonts/lexenddeca-medium/lexenddeca-medium.ttf") format("truetype"), url("../assets/fonts/lexenddeca-medium/lexenddeca-medium.svg#LexendDeca-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LexendDeca-Regular";
  src: url("../assets/fonts/lexenddeca-regular/lexenddeca-regular.eot");
  src: url("../assets/fonts/lexenddeca-regular/lexenddeca-regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/lexenddeca-regular/lexenddeca-regular.woff2") format("woff2"), url("../assets/fonts/lexenddeca-regular/lexenddeca-regular.woff") format("woff"), url("../assets/fonts/lexenddeca-regular/lexenddeca-regular.ttf") format("truetype"), url("../assets/fonts/lexenddeca-regular/lexenddeca-regular.svg#LexendDeca-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body,
.smooth-container {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 1921px) {
  .container {
    max-width: 1700px;
  }
}
.background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cc-intro-text-editor h1,
.cc-text-editor h1,
.cc-text-editor-pc h1,
.cc-text-editor-services h1,
.cc-text-editor-delear-address h1,
.cc-text-editor-gallery h1,
.cc-text-editor-our-location h1,
.cc-text-editor-contact-form h1,
.cc-text-editor-contact-info h1,
.cc-text-editor-dealer-network h1,
.cc-text-content-bento-grid h1,
.cc-text-content-experience h1,
.cc-text-content-simple-tex h1,
.cc-text-content-testimonials h1,
.cc-text-content-banner h1,
.cc-text-content-text-image h1,
.cc-text-content-intro-banner h1,
.cc-text-content-left-text-right-text h1,
.cc-text-content-single-project h1,
.cc-text-content-text-image-1 h1 {
  font-size: 2.75rem;
}

@media (min-width: 768px) {

  .cc-intro-text-editor h1,
.cc-text-editor h1,
.cc-text-editor-pc h1,
.cc-text-editor-services h1,
.cc-text-editor-delear-address h1,
.cc-text-editor-gallery h1,
.cc-text-editor-our-location h1,
.cc-text-editor-contact-form h1,
.cc-text-editor-contact-info h1,
.cc-text-editor-dealer-network h1,
.cc-text-content-bento-grid h1,
.cc-text-content-experience h1,
.cc-text-content-simple-tex h1,
.cc-text-content-testimonials h1,
.cc-text-content-banner h1,
.cc-text-content-text-image h1,
.cc-text-content-intro-banner h1,
.cc-text-content-left-text-right-text h1,
.cc-text-content-single-project h1,
.cc-text-content-text-image-1 h1 {
    font-size: 4.5rem;
  }
}
.cc-intro-text-editor h2,
.cc-text-editor h2,
.cc-text-editor-pc h2,
.cc-text-editor-services h2,
.cc-text-editor-delear-address h2,
.cc-text-editor-gallery h2,
.cc-text-editor-our-location h2,
.cc-text-editor-contact-form h2,
.cc-text-editor-contact-info h2,
.cc-text-editor-dealer-network h2,
.cc-text-content-bento-grid h2,
.cc-text-content-experience h2,
.cc-text-content-simple-tex h2,
.cc-text-content-testimonials h2,
.cc-text-content-banner h2,
.cc-text-content-text-image h2,
.cc-text-content-intro-banner h2,
.cc-text-content-left-text-right-text h2,
.cc-text-content-single-project h2,
.cc-text-content-text-image-1 h2 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {

  .cc-intro-text-editor h2,
.cc-text-editor h2,
.cc-text-editor-pc h2,
.cc-text-editor-services h2,
.cc-text-editor-delear-address h2,
.cc-text-editor-gallery h2,
.cc-text-editor-our-location h2,
.cc-text-editor-contact-form h2,
.cc-text-editor-contact-info h2,
.cc-text-editor-dealer-network h2,
.cc-text-content-bento-grid h2,
.cc-text-content-experience h2,
.cc-text-content-simple-tex h2,
.cc-text-content-testimonials h2,
.cc-text-content-banner h2,
.cc-text-content-text-image h2,
.cc-text-content-intro-banner h2,
.cc-text-content-left-text-right-text h2,
.cc-text-content-single-project h2,
.cc-text-content-text-image-1 h2 {
    font-size: 3.25rem;
  }
}
.cc-intro-text-editor h3,
.cc-text-editor h3,
.cc-text-editor-pc h3,
.cc-text-editor-services h3,
.cc-text-editor-delear-address h3,
.cc-text-editor-gallery h3,
.cc-text-editor-our-location h3,
.cc-text-editor-contact-form h3,
.cc-text-editor-contact-info h3,
.cc-text-editor-dealer-network h3,
.cc-text-content-bento-grid h3,
.cc-text-content-experience h3,
.cc-text-content-simple-tex h3,
.cc-text-content-testimonials h3,
.cc-text-content-banner h3,
.cc-text-content-text-image h3,
.cc-text-content-intro-banner h3,
.cc-text-content-left-text-right-text h3,
.cc-text-content-single-project h3,
.cc-text-content-text-image-1 h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {

  .cc-intro-text-editor h3,
.cc-text-editor h3,
.cc-text-editor-pc h3,
.cc-text-editor-services h3,
.cc-text-editor-delear-address h3,
.cc-text-editor-gallery h3,
.cc-text-editor-our-location h3,
.cc-text-editor-contact-form h3,
.cc-text-editor-contact-info h3,
.cc-text-editor-dealer-network h3,
.cc-text-content-bento-grid h3,
.cc-text-content-experience h3,
.cc-text-content-simple-tex h3,
.cc-text-content-testimonials h3,
.cc-text-content-banner h3,
.cc-text-content-text-image h3,
.cc-text-content-intro-banner h3,
.cc-text-content-left-text-right-text h3,
.cc-text-content-single-project h3,
.cc-text-content-text-image-1 h3 {
    font-size: 2.75rem;
  }
}
.cc-intro-text-editor h4,
.cc-text-editor h4,
.cc-text-editor-pc h4,
.cc-text-editor-services h4,
.cc-text-editor-delear-address h4,
.cc-text-editor-gallery h4,
.cc-text-editor-our-location h4,
.cc-text-editor-contact-form h4,
.cc-text-editor-contact-info h4,
.cc-text-editor-dealer-network h4,
.cc-text-content-bento-grid h4,
.cc-text-content-experience h4,
.cc-text-content-simple-tex h4,
.cc-text-content-testimonials h4,
.cc-text-content-banner h4,
.cc-text-content-text-image h4,
.cc-text-content-intro-banner h4,
.cc-text-content-left-text-right-text h4,
.cc-text-content-single-project h4,
.cc-text-content-text-image-1 h4 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {

  .cc-intro-text-editor h4,
.cc-text-editor h4,
.cc-text-editor-pc h4,
.cc-text-editor-services h4,
.cc-text-editor-delear-address h4,
.cc-text-editor-gallery h4,
.cc-text-editor-our-location h4,
.cc-text-editor-contact-form h4,
.cc-text-editor-contact-info h4,
.cc-text-editor-dealer-network h4,
.cc-text-content-bento-grid h4,
.cc-text-content-experience h4,
.cc-text-content-simple-tex h4,
.cc-text-content-testimonials h4,
.cc-text-content-banner h4,
.cc-text-content-text-image h4,
.cc-text-content-intro-banner h4,
.cc-text-content-left-text-right-text h4,
.cc-text-content-single-project h4,
.cc-text-content-text-image-1 h4 {
    font-size: 2.25rem;
  }
}
.cc-intro-text-editor h5,
.cc-text-editor h5,
.cc-text-editor-pc h5,
.cc-text-editor-services h5,
.cc-text-editor-delear-address h5,
.cc-text-editor-gallery h5,
.cc-text-editor-our-location h5,
.cc-text-editor-contact-form h5,
.cc-text-editor-contact-info h5,
.cc-text-editor-dealer-network h5,
.cc-text-content-bento-grid h5,
.cc-text-content-experience h5,
.cc-text-content-simple-tex h5,
.cc-text-content-testimonials h5,
.cc-text-content-banner h5,
.cc-text-content-text-image h5,
.cc-text-content-intro-banner h5,
.cc-text-content-left-text-right-text h5,
.cc-text-content-single-project h5,
.cc-text-content-text-image-1 h5 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

  .cc-intro-text-editor h5,
.cc-text-editor h5,
.cc-text-editor-pc h5,
.cc-text-editor-services h5,
.cc-text-editor-delear-address h5,
.cc-text-editor-gallery h5,
.cc-text-editor-our-location h5,
.cc-text-editor-contact-form h5,
.cc-text-editor-contact-info h5,
.cc-text-editor-dealer-network h5,
.cc-text-content-bento-grid h5,
.cc-text-content-experience h5,
.cc-text-content-simple-tex h5,
.cc-text-content-testimonials h5,
.cc-text-content-banner h5,
.cc-text-content-text-image h5,
.cc-text-content-intro-banner h5,
.cc-text-content-left-text-right-text h5,
.cc-text-content-single-project h5,
.cc-text-content-text-image-1 h5 {
    font-size: 1.75rem;
  }
}
.cc-intro-text-editor h6,
.cc-text-editor h6,
.cc-text-editor-pc h6,
.cc-text-editor-services h6,
.cc-text-editor-delear-address h6,
.cc-text-editor-gallery h6,
.cc-text-editor-our-location h6,
.cc-text-editor-contact-form h6,
.cc-text-editor-contact-info h6,
.cc-text-editor-dealer-network h6,
.cc-text-content-bento-grid h6,
.cc-text-content-experience h6,
.cc-text-content-simple-tex h6,
.cc-text-content-testimonials h6,
.cc-text-content-banner h6,
.cc-text-content-text-image h6,
.cc-text-content-intro-banner h6,
.cc-text-content-left-text-right-text h6,
.cc-text-content-single-project h6,
.cc-text-content-text-image-1 h6 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {

  .cc-intro-text-editor h6,
.cc-text-editor h6,
.cc-text-editor-pc h6,
.cc-text-editor-services h6,
.cc-text-editor-delear-address h6,
.cc-text-editor-gallery h6,
.cc-text-editor-our-location h6,
.cc-text-editor-contact-form h6,
.cc-text-editor-contact-info h6,
.cc-text-editor-dealer-network h6,
.cc-text-content-bento-grid h6,
.cc-text-content-experience h6,
.cc-text-content-simple-tex h6,
.cc-text-content-testimonials h6,
.cc-text-content-banner h6,
.cc-text-content-text-image h6,
.cc-text-content-intro-banner h6,
.cc-text-content-left-text-right-text h6,
.cc-text-content-single-project h6,
.cc-text-content-text-image-1 h6 {
    font-size: 1.375rem;
  }
}

.gform_heading .gform_title {
  display: none;
}

.gform_required_legend {
  display: none;
}

.gallery .slick-dots li,
.testimonials-list .slick-dots li {
  margin: 0px;
}
.gallery .slick-dots,
.testimonials-list .slick-dots {
  left: 0px;
  bottom: -70px;
  text-align: left;
}
@media (min-width: 640px) {

  .gallery .slick-dots,
.testimonials-list .slick-dots {
    bottom: -80px;
  }
}
.gallery .slick-dots .slick-active button::before,
.testimonials-list .slick-dots .slick-active button::before {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.gallery .slick-dots button,
.testimonials-list .slick-dots button {
  padding: 0.5rem;
}
.gallery .slick-dots button::before,
.testimonials-list .slick-dots button::before {
  font-size: 8px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 0.2;
}
.gallery .slick-dots button:hover::before,
.testimonials-list .slick-dots button:hover::before {
  opacity: 0.4;
}
.gallery .slick-arrow,
.testimonials-list .slick-arrow {
  position: absolute;
  z-index: 20;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery .slick-arrow:hover,
.testimonials-list .slick-arrow:hover {
  opacity: 0.7;
}
.gallery .slick-arrow.right,
.testimonials-list .slick-arrow.right {
  bottom: -80px;
  right: 83px;
}
@media (min-width: 640px) {

  .gallery .slick-arrow.right,
.testimonials-list .slick-arrow.right {
    bottom: -96px;
  }
}
.gallery .slick-arrow.right:focus,
.testimonials-list .slick-arrow.right:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
  opacity: 0.9;
}
.cc-text-image.gallery .slick-arrow.right:focus,.cc-text-image
.testimonials-list .slick-arrow.right:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-text-image.gallery .slick-arrow.right:focus .horizontal-list.cc-text-content-text-image, .cc-text-image.gallery .slick-arrow.right:focus .vertical-list,.cc-text-image
.testimonials-list .slick-arrow.right:focus .horizontal-list.cc-text-content-text-image, .cc-text-image
.testimonials-list .slick-arrow.right:focus .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid .gallery .slick-arrow.right:focus, .cc-bento-grid 
.testimonials-list .slick-arrow.right:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid .gallery .slick-arrow.right:focus .btn, .cc-bento-grid .gallery .slick-arrow.right:focus .btn-transparent-black, .cc-bento-grid 
.testimonials-list .slick-arrow.right:focus .btn, .cc-bento-grid 
.testimonials-list .slick-arrow.right:focus .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .gallery .slick-arrow.right:focus .text-wrapper,.cc-bento-grid 
.testimonials-list .slick-arrow.right:focus .text-wrapper {
  padding: 1.5rem;
}
@media (min-width: 768px) {

  .cc-bento-grid .gallery .slick-arrow.right:focus .text-wrapper,.cc-bento-grid 
.testimonials-list .slick-arrow.right:focus .text-wrapper {
    padding: 3rem;
  }
}
.gallery .slick-arrow.left,
.testimonials-list .slick-arrow.left {
  bottom: -80px;
  right: 20px;
}
@media (min-width: 640px) {

  .gallery .slick-arrow.left,
.testimonials-list .slick-arrow.left {
    bottom: -96px;
  }
}
.gallery .slick-arrow.left:focus,
.testimonials-list .slick-arrow.left:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
  opacity: 0.9;
}
.cc-text-image.gallery .slick-arrow.left:focus,.cc-text-image
.testimonials-list .slick-arrow.left:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-text-image.gallery .slick-arrow.left:focus .horizontal-list.cc-text-content-text-image, .cc-text-image.gallery .slick-arrow.left:focus .vertical-list,.cc-text-image
.testimonials-list .slick-arrow.left:focus .horizontal-list.cc-text-content-text-image, .cc-text-image
.testimonials-list .slick-arrow.left:focus .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid .gallery .slick-arrow.left:focus, .cc-bento-grid 
.testimonials-list .slick-arrow.left:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid .gallery .slick-arrow.left:focus .btn, .cc-bento-grid .gallery .slick-arrow.left:focus .btn-transparent-black, .cc-bento-grid 
.testimonials-list .slick-arrow.left:focus .btn, .cc-bento-grid 
.testimonials-list .slick-arrow.left:focus .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .gallery .slick-arrow.left:focus .text-wrapper,.cc-bento-grid 
.testimonials-list .slick-arrow.left:focus .text-wrapper {
  padding: 1.5rem;
}
@media (min-width: 768px) {

  .cc-bento-grid .gallery .slick-arrow.left:focus .text-wrapper,.cc-bento-grid 
.testimonials-list .slick-arrow.left:focus .text-wrapper {
    padding: 3rem;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: LexendDeca-Medium, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-transparent-black {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-transparent-black:hover {
  color: #B2B2B2 !important;
}

.btn-transparent-white {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-transparent-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 217 217 / var(--tw-text-opacity, 1));
}

.btn-dark-red {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cc-text-image.btn-dark-red {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cc-text-image.btn-dark-red .horizontal-list.cc-text-content-text-image, .cc-text-image.btn-dark-red .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

 .cc-bento-grid .btn-dark-red {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

 .cc-bento-grid .btn-dark-red .btn, .cc-bento-grid .btn-dark-red .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cc-bento-grid .btn-dark-red .text-wrapper {
  padding: 1.5rem;
}

@media (min-width: 768px) {

  .cc-bento-grid .btn-dark-red .text-wrapper {
    padding: 3rem;
  }
}

.btn-dark-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 54 54 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}

.btn-light-red {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 236 236 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(204 54 54 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-light-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 54 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 236 236 / var(--tw-text-opacity, 1));
}

.btn-white {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cc-text-image.btn-white {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.cc-text-image.btn-white .horizontal-list.cc-text-content-text-image, .cc-text-image.btn-white .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-black {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cc-text-image.btn-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.cc-text-image.btn-black .horizontal-list.cc-text-content-text-image, .cc-text-image.btn-black .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.container-768 {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}

.section-key-achievements .achievement-text h1, .section-key-achievements .achievement-text h2, .section-key-achievements .achievement-text h3, .section-key-achievements .achievement-text h4, .section-key-achievements .achievement-text h5, .section-key-achievements .achievement-text h6 {
  font-family: Figtree-Bold, sans-serif;
  font-size: 3.25rem;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .section-key-achievements .achievement-text h1, .section-key-achievements .achievement-text h2, .section-key-achievements .achievement-text h3, .section-key-achievements .achievement-text h4, .section-key-achievements .achievement-text h5, .section-key-achievements .achievement-text h6 {
    font-size: 80px;
  }
}
.section-key-achievements .achievement-text p {
  font-family: Figtree-Bold, sans-serif;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .section-key-achievements .achievement-text p {
    font-size: 1.375rem;
  }
}

.cc-tabs .tab-menu .tab-button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.cc-text-image .horizontal-list h1, .cc-text-image .horizontal-list h2, .cc-text-image .horizontal-list h3, .cc-text-image .horizontal-list h4, .cc-text-image .horizontal-list h5, .cc-text-image .horizontal-list h6 {
  margin-top: 0.5rem;
  font-family: Figtree-Medium, sans-serif;
  line-height: 1.4;
}
.cc-text-image .horizontal-list h1.red, .cc-text-image .horizontal-list h2.red, .cc-text-image .horizontal-list h3.red, .cc-text-image .horizontal-list h4.red, .cc-text-image .horizontal-list h5.red, .cc-text-image .horizontal-list h6.red {
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
.cc-text-image .horizontal-list p {
  margin-top: 1rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.cc-text-image__media img {
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {

  .cc-text-image__media img {
    width: 100%;
  }
}
.cc-text-image__media iframe {
  width: 100%;
  border-radius: 1rem;
}
.cc-text-image__media video {
  width: 100%;
  border-radius: 1rem;
}
.cc-text-image .cc-text-content-text-image h1, .cc-text-image .cc-text-content-text-image h2, .cc-text-image .cc-text-content-text-image h3, .cc-text-image .cc-text-content-text-image h4, .cc-text-image .cc-text-content-text-image h5, .cc-text-image .cc-text-content-text-image h6 {
  font-family: Figtree-Medium, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cc-text-image .cc-text-content-text-image h1 a, .cc-text-image .cc-text-content-text-image h2 a, .cc-text-image .cc-text-content-text-image h3 a, .cc-text-image .cc-text-content-text-image h4 a, .cc-text-image .cc-text-content-text-image h5 a, .cc-text-image .cc-text-content-text-image h6 a {
  font-family: Figtree-Medium, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-image .cc-text-content-text-image h1 a:hover, .cc-text-image .cc-text-content-text-image h2 a:hover, .cc-text-image .cc-text-content-text-image h3 a:hover, .cc-text-image .cc-text-content-text-image h4 a:hover, .cc-text-image .cc-text-content-text-image h5 a:hover, .cc-text-image .cc-text-content-text-image h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-image .cc-text-content-text-image p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.cc-text-image .cc-text-content-text-image p a {
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-image .cc-text-content-text-image p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-image .cc-text-content-text-image ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
}
.cc-text-image .cc-text-content-text-image ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-image .cc-text-content-text-image ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-image .cc-text-content-text-image ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  list-style: decimal;
}
.cc-text-image .cc-text-content-text-image ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-image .cc-text-content-text-image ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-image .cc-text-content-text-image-1 h1, .cc-text-image .cc-text-content-text-image-1 h2, .cc-text-image .cc-text-content-text-image-1 h3, .cc-text-image .cc-text-content-text-image-1 h4, .cc-text-image .cc-text-content-text-image-1 h5, .cc-text-image .cc-text-content-text-image-1 h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cc-text-image .cc-text-content-text-image-1 h1 a, .cc-text-image .cc-text-content-text-image-1 h2 a, .cc-text-image .cc-text-content-text-image-1 h3 a, .cc-text-image .cc-text-content-text-image-1 h4 a, .cc-text-image .cc-text-content-text-image-1 h5 a, .cc-text-image .cc-text-content-text-image-1 h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-image .cc-text-content-text-image-1 h1 a:hover, .cc-text-image .cc-text-content-text-image-1 h2 a:hover, .cc-text-image .cc-text-content-text-image-1 h3 a:hover, .cc-text-image .cc-text-content-text-image-1 h4 a:hover, .cc-text-image .cc-text-content-text-image-1 h5 a:hover, .cc-text-image .cc-text-content-text-image-1 h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-image .cc-text-content-text-image-1 p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {

  .cc-text-image .cc-text-content-text-image-1 p {
    font-size: 1.125rem;
  }
}
.cc-text-image .cc-text-content-text-image-1 p a {
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-image .cc-text-content-text-image-1 p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-image .cc-text-content-text-image-1 ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
}
.cc-text-image .cc-text-content-text-image-1 ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-image .cc-text-content-text-image-1 ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-image .cc-text-content-text-image-1 ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  list-style: decimal;
}
.cc-text-image .cc-text-content-text-image-1 ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-image .cc-text-content-text-image-1 ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-image .full-width-container .horizontal-list {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {

  .cc-text-image .full-width-container .horizontal-list {
    margin-top: 5rem;
  }
}
.cc-text-image .full-width-container .cc-text-image-intro {
  max-width: 768px;
}

.cc-text-image.bg-neutral-white, .cc-text-image.bg-alto-lighter {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-image.bg-neutral-white .horizontal-list.cc-text-content-text-image, .cc-text-image.bg-neutral-white .vertical-list, .cc-text-image.bg-alto-lighter .horizontal-list.cc-text-content-text-image, .cc-text-image.bg-alto-lighter .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.cc-text-image.bg-coral-red, .cc-text-image.bg-neutral-darkest, .cc-text-image.bg-neutral-dark {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-text-image.bg-coral-red .horizontal-list.cc-text-content-text-image, .cc-text-image.bg-coral-red .vertical-list, .cc-text-image.bg-neutral-darkest .horizontal-list.cc-text-content-text-image, .cc-text-image.bg-neutral-darkest .vertical-list, .cc-text-image.bg-neutral-dark .horizontal-list.cc-text-content-text-image, .cc-text-image.bg-neutral-dark .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cc-product-brochure h1, .cc-product-brochure h2, .cc-product-brochure h3, .cc-product-brochure h4, .cc-product-brochure h5, .cc-product-brochure h6 {
  font-family: Figtree-Medium, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .cc-product-brochure h1, .cc-product-brochure h2, .cc-product-brochure h3, .cc-product-brochure h4, .cc-product-brochure h5, .cc-product-brochure h6 {
    font-size: 2.75rem;
  }
}
.cc-product-brochure p {
  margin-top: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-product-brochure .btn-black {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-product-brochure .btn-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

nav.cc-header-navigation ul.cc-main-header-menu li.menu-item a {
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

nav.cc-header-navigation ul.cc-main-header-menu li.menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  nav.cc-header-navigation ul.cc-main-header-menu li.menu-item a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-dealers {
    margin-left: 0px;
  }
}
nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-dealers a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 236 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(204 54 54 / var(--tw-text-opacity, 1));
}
nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-dealers a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-contact-us {
    margin-left: 0px;
  }
}
nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-contact-us a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
nav.cc-text-image.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-contact-us a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
nav.cc-text-image.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-contact-us a .horizontal-list.cc-text-content-text-image,nav .cc-text-image.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-contact-us a .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-contact-us a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-contact-us a .btn, .cc-bento-grid nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-contact-us a .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-contact-us a .text-wrapper {
  padding: 1.5rem;
}
@media (min-width: 768px) {

  .cc-bento-grid nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-contact-us a .text-wrapper {
    padding: 3rem;
  }
}
nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-contact-us a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(204 54 54 / var(--tw-text-opacity, 1));
}
nav.cc-header-navigation ul.cc-main-header-menu li.menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  min-width: 315px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  z-index: 50;
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}
nav.cc-header-navigation ul.cc-main-header-menu li.menu-item .sub-menu .menu-item:not(:first-child) {
  margin-top: 0.75rem;
}
@media (min-width: 1024px) {

  nav.cc-header-navigation ul.cc-main-header-menu li.menu-item .sub-menu .menu-item a {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  nav.cc-header-navigation ul.cc-main-header-menu li.menu-item:hover > .sub-menu {
    display: block;
  }
}

.hamburger-menu.active span:first-child {
  --tw-translate-y: 10px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active span:last-child {
  width: 2rem;
  --tw-translate-y: -10px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cc-header-navigation.open {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.cc-header-navigation.open li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.cc-header-navigation.open .cc-main-menu-container {
  padding-bottom: 150px;
}

.cc-header-navigation.open, .submenu-open > .sub-menu {
  display: block !important;
  position: relative;
  border-radius: 0;
  box-shadow: none;
}

nav.cc-header-navigation.open ul.cc-main-header-menu li.menu-item.submenu-open .sub-menu {
  display: block !important;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 0;
}
nav.cc-header-navigation.open ul.cc-main-header-menu li.menu-item.submenu-open .sub-menu li {
  padding: 0px;
}
nav.cc-header-navigation.open ul.cc-main-header-menu li.menu-item.submenu-open .sub-menu li:last-child {
  padding-bottom: 0px;
}

nav.cc-header-navigation.open ul.cc-main-header-menu li.menu-item.cc-menu-item-products.submenu-open .sub-menu {
  left: 0;
  padding-top: 0;
  padding-bottom: 32px;
  width: 100%;
}
nav.cc-header-navigation.open ul.cc-main-header-menu li.menu-item.cc-menu-item-products.submenu-open .sub-menu li {
  padding-bottom: 16px;
  width: 100%;
}
@media (max-width: 1023px) {
  nav.cc-header-navigation.open ul.cc-main-header-menu li.menu-item.cc-menu-item-products.submenu-open .sub-menu .all-products-link, nav.cc-header-navigation.open ul.cc-main-header-menu li.menu-item.cc-menu-item-products.submenu-open .sub-menu .empty-link {
    padding-bottom: 0;
  }
}

header.h-screen {
  height: 100vh;
  overflow-y: scroll;
}
header.h-screen .cc-header-navigation.open {
  height: 100%;
}

.cc-header-navigation .menu-item-has-children.submenu-open::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}

.cc-header-navigation.open .menu-item-has-children.submenu-open::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}

.cc-header-navigation .menu-item-has-children::after {
  transition: transform 0.3s ease;
}
@media (max-width: 1023px) {
  .cc-header-navigation .menu-item-has-children::after {
    display: none;
  }
}

.menu-item.current-menu-item > a {
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}

.mega-menu-products {
  display: none;
}

.mega-menu-products.block {
  display: block;
}

nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-products li a {
  font-family: LexendDeca-Semibold, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.cc-menu-item-products .sub-menu {
  width: 100%;
  max-width: 640px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0px 20px 24px -4px rgba(0,0,0,0.08),0px 8px 8px -4px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0px 20px 24px -4px var(--tw-shadow-color), 0px 8px 8px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cc-menu-item-products .sub-menu li {
  margin: 0px;
  margin-top: 0px;
  width: calc(50% - 16px);
  padding: 0px;
}
.cc-menu-item-products .sub-menu li a {
  padding: 0px;
}
@media (min-width: 1024px) {
  .cc-menu-item-products:hover .sub-menu {
    display: flex !important;
  }
}

nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-products .sub-menu li {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0 !important;
}
nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-products .sub-menu li a {
  padding-bottom: 0px;
  padding-top: 0px;
}

nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-products .sub-menu {
  width: 640px;
  position: absolute;
  left: -285px;
  top: 31px;
  z-index: 50;
  padding: 24px;
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}

nav.cc-header-navigation ul.cc-main-header-menu li.menu-item.cc-menu-item-products .all-products-link.menu-item--9999 a {
  margin: 0px;
  padding: 0px;
  font-family: LexendDeca-Semibold, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}

.cc-header-navigation .menu-item-has-children > a {
  position: relative;
  padding-right: 30px;
}

@media (max-width: 1023px) {
  .menu-item-has-children .sub-menu {
    display: none;
  }
  .menu-item-has-children.submenu-open > .sub-menu {
    display: block;
  }
  .menu-item-has-children.submenu-open .submenu-toggle {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 1024px) {
  .submenu-toggle {
    display: none;
  }
}
.highlight-card {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 236 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {

  .highlight-card {
    padding-bottom: 2.5rem;
    padding-top: 1.5rem;
  }
}

.cc-intro-text-editor p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .cc-intro-text-editor p {
    font-size: 1.125rem;
  }
}
.cc-intro-text-editor p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-intro-text-editor p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-editor p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-editor h1, .cc-text-editor h2, .cc-text-editor h3, .cc-text-editor h4, .cc-text-editor h5, .cc-text-editor h6, .cc-intro-text-editor h1, .cc-intro-text-editor h2, .cc-intro-text-editor h3, .cc-intro-text-editor h4, .cc-intro-text-editor h5, .cc-intro-text-editor h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor h1 a, .cc-text-editor h2 a, .cc-text-editor h3 a, .cc-text-editor h4 a, .cc-text-editor h5 a, .cc-text-editor h6 a, .cc-intro-text-editor h1 a, .cc-intro-text-editor h2 a, .cc-intro-text-editor h3 a, .cc-intro-text-editor h4 a, .cc-intro-text-editor h5 a, .cc-intro-text-editor h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor h1 a:hover, .cc-text-editor h2 a:hover, .cc-text-editor h3 a:hover, .cc-text-editor h4 a:hover, .cc-text-editor h5 a:hover, .cc-text-editor h6 a:hover, .cc-intro-text-editor h1 a:hover, .cc-intro-text-editor h2 a:hover, .cc-intro-text-editor h3 a:hover, .cc-intro-text-editor h4 a:hover, .cc-intro-text-editor h5 a:hover, .cc-intro-text-editor h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor ul, .cc-intro-text-editor ul {
  display: inline-block;
  list-style-type: disc;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor ul li a, .cc-intro-text-editor ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor ul li a:hover, .cc-intro-text-editor ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor ol, .cc-intro-text-editor ol {
  display: inline-block;
  list-style-type: decimal;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  list-style: decimal;
}
.cc-text-editor ol li a, .cc-intro-text-editor ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor ol li a:hover, .cc-intro-text-editor ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-editor-pc h1, .cc-text-editor-pc h2, .cc-text-editor-pc h3, .cc-text-editor-pc h4, .cc-text-editor-pc h5, .cc-text-editor-pc h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-text-editor-pc h1 a, .cc-text-editor-pc h2 a, .cc-text-editor-pc h3 a, .cc-text-editor-pc h4 a, .cc-text-editor-pc h5 a, .cc-text-editor-pc h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-pc h1 a:hover, .cc-text-editor-pc h2 a:hover, .cc-text-editor-pc h3 a:hover, .cc-text-editor-pc h4 a:hover, .cc-text-editor-pc h5 a:hover, .cc-text-editor-pc h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-pc p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .cc-text-editor-pc p {
    font-size: 1.125rem;
  }
}
.cc-text-editor-pc p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-pc p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-pc ul {
  display: inline-block;
  list-style-type: disc;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-text-editor-pc ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-pc ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-pc ol {
  display: inline-block;
  list-style-type: decimal;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  list-style: decimal;
}
.cc-text-editor-pc ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-pc ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-editor-services h1, .cc-text-editor-services h2, .cc-text-editor-services h3, .cc-text-editor-services h4, .cc-text-editor-services h5, .cc-text-editor-services h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-services h1 a, .cc-text-editor-services h2 a, .cc-text-editor-services h3 a, .cc-text-editor-services h4 a, .cc-text-editor-services h5 a, .cc-text-editor-services h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-services h1 a:hover, .cc-text-editor-services h2 a:hover, .cc-text-editor-services h3 a:hover, .cc-text-editor-services h4 a:hover, .cc-text-editor-services h5 a:hover, .cc-text-editor-services h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-services p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-services p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-services p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-services ul {
  display: inline-block;
  list-style-type: disc;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-services ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-services ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-services ol {
  display: inline-block;
  list-style-type: decimal;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  list-style: decimal;
}
.cc-text-editor-services ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-services ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-editor-delear-address h1, .cc-text-editor-delear-address h2, .cc-text-editor-delear-address h3, .cc-text-editor-delear-address h4, .cc-text-editor-delear-address h5, .cc-text-editor-delear-address h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-delear-address h1 a, .cc-text-editor-delear-address h2 a, .cc-text-editor-delear-address h3 a, .cc-text-editor-delear-address h4 a, .cc-text-editor-delear-address h5 a, .cc-text-editor-delear-address h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-delear-address h1 a:hover, .cc-text-editor-delear-address h2 a:hover, .cc-text-editor-delear-address h3 a:hover, .cc-text-editor-delear-address h4 a:hover, .cc-text-editor-delear-address h5 a:hover, .cc-text-editor-delear-address h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-delear-address p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-delear-address p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-delear-address p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-delear-address ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-delear-address ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-delear-address ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-delear-address ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  list-style: decimal;
}
.cc-text-editor-delear-address ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-delear-address ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-editor-gallery h1, .cc-text-editor-gallery h2, .cc-text-editor-gallery h3, .cc-text-editor-gallery h4, .cc-text-editor-gallery h5, .cc-text-editor-gallery h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-gallery h1 a, .cc-text-editor-gallery h2 a, .cc-text-editor-gallery h3 a, .cc-text-editor-gallery h4 a, .cc-text-editor-gallery h5 a, .cc-text-editor-gallery h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-gallery h1 a:hover, .cc-text-editor-gallery h2 a:hover, .cc-text-editor-gallery h3 a:hover, .cc-text-editor-gallery h4 a:hover, .cc-text-editor-gallery h5 a:hover, .cc-text-editor-gallery h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-gallery p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .cc-text-editor-gallery p {
    font-size: 1.125rem;
  }
}
.cc-text-editor-gallery p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-gallery p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-gallery ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-gallery ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-gallery ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-gallery ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  list-style: decimal;
}
.cc-text-editor-gallery ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-gallery ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-gallery-slider {
  margin-left: clamp(1.563rem, 50.357vw - 41.241rem, 19.188rem);
}
@media only screen and (min-width: 1921px) {
  .cc-gallery-slider {
    margin-left: clamp(8.438rem, 50.95vw - 52.734rem, 26.875rem);
  }
}

.cc-text-editor-our-location p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .cc-text-editor-our-location p {
    font-size: 1.125rem;
  }
}
.cc-text-editor-our-location p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-our-location p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-editor-contact-info p {
  padding-top: 0.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-contact-info p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-contact-info p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-editor-our-location h1, .cc-text-editor-our-location h2, .cc-text-editor-our-location h3, .cc-text-editor-our-location h4, .cc-text-editor-our-location h5, .cc-text-editor-our-location h6, .cc-text-editor-contact-info h1, .cc-text-editor-contact-info h2, .cc-text-editor-contact-info h3, .cc-text-editor-contact-info h4, .cc-text-editor-contact-info h5, .cc-text-editor-contact-info h6 {
  padding-top: 0.5rem;
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-our-location h1 a, .cc-text-editor-our-location h2 a, .cc-text-editor-our-location h3 a, .cc-text-editor-our-location h4 a, .cc-text-editor-our-location h5 a, .cc-text-editor-our-location h6 a, .cc-text-editor-contact-info h1 a, .cc-text-editor-contact-info h2 a, .cc-text-editor-contact-info h3 a, .cc-text-editor-contact-info h4 a, .cc-text-editor-contact-info h5 a, .cc-text-editor-contact-info h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-our-location h1 a:hover, .cc-text-editor-our-location h2 a:hover, .cc-text-editor-our-location h3 a:hover, .cc-text-editor-our-location h4 a:hover, .cc-text-editor-our-location h5 a:hover, .cc-text-editor-our-location h6 a:hover, .cc-text-editor-contact-info h1 a:hover, .cc-text-editor-contact-info h2 a:hover, .cc-text-editor-contact-info h3 a:hover, .cc-text-editor-contact-info h4 a:hover, .cc-text-editor-contact-info h5 a:hover, .cc-text-editor-contact-info h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-our-location ul, .cc-text-editor-contact-info ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-our-location ul li a, .cc-text-editor-contact-info ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-our-location ul li a:hover, .cc-text-editor-contact-info ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-our-location ol, .cc-text-editor-contact-info ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  list-style: decimal;
}
.cc-text-editor-our-location ol li a, .cc-text-editor-contact-info ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-our-location ol li a:hover, .cc-text-editor-contact-info ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-editor-contact-form h1, .cc-text-editor-contact-form h2, .cc-text-editor-contact-form h3, .cc-text-editor-contact-form h4, .cc-text-editor-contact-form h5, .cc-text-editor-contact-form h6, .cc-text-editor-contact-info h1, .cc-text-editor-contact-info h2, .cc-text-editor-contact-info h3, .cc-text-editor-contact-info h4, .cc-text-editor-contact-info h5, .cc-text-editor-contact-info h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-contact-form h1 a, .cc-text-editor-contact-form h2 a, .cc-text-editor-contact-form h3 a, .cc-text-editor-contact-form h4 a, .cc-text-editor-contact-form h5 a, .cc-text-editor-contact-form h6 a, .cc-text-editor-contact-info h1 a, .cc-text-editor-contact-info h2 a, .cc-text-editor-contact-info h3 a, .cc-text-editor-contact-info h4 a, .cc-text-editor-contact-info h5 a, .cc-text-editor-contact-info h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-contact-form h1 a:hover, .cc-text-editor-contact-form h2 a:hover, .cc-text-editor-contact-form h3 a:hover, .cc-text-editor-contact-form h4 a:hover, .cc-text-editor-contact-form h5 a:hover, .cc-text-editor-contact-form h6 a:hover, .cc-text-editor-contact-info h1 a:hover, .cc-text-editor-contact-info h2 a:hover, .cc-text-editor-contact-info h3 a:hover, .cc-text-editor-contact-info h4 a:hover, .cc-text-editor-contact-info h5 a:hover, .cc-text-editor-contact-info h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-contact-form p, .cc-text-editor-contact-info p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-contact-form p a, .cc-text-editor-contact-info p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-contact-form p a:hover, .cc-text-editor-contact-info p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-contact-form ul, .cc-text-editor-contact-info ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-contact-form ul li a, .cc-text-editor-contact-info ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-contact-form ul li a:hover, .cc-text-editor-contact-info ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-contact-form ol, .cc-text-editor-contact-info ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  list-style: decimal;
}
.cc-text-editor-contact-form ol li a, .cc-text-editor-contact-info ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-contact-form ol li a:hover, .cc-text-editor-contact-info ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

#gform_4 .ginput_complex input, #gform_4 .ginput_container_email input {
  height: 3rem;
  border-radius: 0px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.05;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

 .cc-text-image#gform_4 .ginput_complex input, .cc-text-image #gform_4 .ginput_container_email input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

 .cc-text-image#gform_4 .ginput_complex input .horizontal-list.cc-text-content-text-image, .cc-text-image#gform_4 .ginput_complex input .vertical-list, .cc-text-image #gform_4 .ginput_container_email input .horizontal-list.cc-text-content-text-image, .cc-text-image #gform_4 .ginput_container_email input .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

 .cc-bento-grid #gform_4 .ginput_complex input, .cc-bento-grid  #gform_4 .ginput_container_email input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

 .cc-bento-grid #gform_4 .ginput_complex input .btn, .cc-bento-grid #gform_4 .ginput_complex input .btn-transparent-black, .cc-bento-grid  #gform_4 .ginput_container_email input .btn, .cc-bento-grid  #gform_4 .ginput_container_email input .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

 .cc-bento-grid #gform_4 .ginput_complex input .title, .cc-bento-grid  #gform_4 .ginput_container_email input .title {
  font-size: 1.25rem;
}

@media (min-width: 768px) {

   .cc-bento-grid #gform_4 .ginput_complex input .title, .cc-bento-grid  #gform_4 .ginput_container_email input .title {
    font-size: 1.75rem;
  }
}
#gform_4 .ginput_container_textarea textarea {
  border-radius: 0px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.05;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
}
 .cc-text-image#gform_4 .ginput_container_textarea textarea {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-text-image#gform_4 .ginput_container_textarea textarea .horizontal-list.cc-text-content-text-image, .cc-text-image#gform_4 .ginput_container_textarea textarea .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid #gform_4 .ginput_container_textarea textarea {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid #gform_4 .ginput_container_textarea textarea .btn, .cc-bento-grid #gform_4 .ginput_container_textarea textarea .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid #gform_4 .ginput_container_textarea textarea .title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

   .cc-bento-grid #gform_4 .ginput_container_textarea textarea .title {
    font-size: 1.75rem;
  }
}
#gform_4 .ginput_container_textarea .textarea, #gform_4 .ginput_container_textarea input, #gform_4 .ginput_container_email .textarea, #gform_4 .ginput_container_email input, #gform_4 .ginput_complex .textarea, #gform_4 .ginput_complex input, #gform_4 .ginput_container_checkbox .textarea, #gform_4 .ginput_container_checkbox input {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.6;
}
#gform_4 .ginput_container_textarea input:focus-visible, #gform_4 .ginput_container_email input:focus-visible, #gform_4 .ginput_complex input:focus-visible, #gform_4 .ginput_container_checkbox input:focus-visible {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#gform_4 .ginput_container_textarea input:focus, #gform_4 .ginput_container_email input:focus, #gform_4 .ginput_complex input:focus, #gform_4 .ginput_container_checkbox input:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#gform_4 .ginput_container_textarea textarea:focus-visible, #gform_4 .ginput_container_email textarea:focus-visible, #gform_4 .ginput_complex textarea:focus-visible, #gform_4 .ginput_container_checkbox textarea:focus-visible {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#gform_4 .ginput_container_textarea textarea:focus, #gform_4 .ginput_container_email textarea:focus, #gform_4 .ginput_complex textarea:focus, #gform_4 .ginput_container_checkbox textarea:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#gform_4 .ginput_container_checkbox input {
  width: 18px;
  border-radius: 0px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.05;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.6;
}
 .cc-text-image#gform_4 .ginput_container_checkbox input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-text-image#gform_4 .ginput_container_checkbox input .horizontal-list.cc-text-content-text-image, .cc-text-image#gform_4 .ginput_container_checkbox input .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid #gform_4 .ginput_container_checkbox input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid #gform_4 .ginput_container_checkbox input .btn, .cc-bento-grid #gform_4 .ginput_container_checkbox input .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid #gform_4 .ginput_container_checkbox input .title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

   .cc-bento-grid #gform_4 .ginput_container_checkbox input .title {
    font-size: 1.75rem;
  }
}
#gform_4 .ginput_container_checkbox input::before {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.6;
}
#gform_4 .ginput_container_checkbox .gform-field-label {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#gform_4 .ginput_container_checkbox .gchoice label a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#gform_4 .ginput_container_checkbox .gchoice label a:hover {
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
#gform_4 .gfield_label {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#gform_4 .gform_button {
  margin-top: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: LexendDeca-Semibold, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-image#gform_4 .gform_button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-text-image#gform_4 .gform_button .horizontal-list.cc-text-content-text-image, .cc-text-image#gform_4 .gform_button .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid #gform_4 .gform_button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid #gform_4 .gform_button .btn, .cc-bento-grid #gform_4 .gform_button .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid #gform_4 .gform_button .text-wrapper {
  padding: 1.5rem;
}
@media (min-width: 768px) {

  .cc-bento-grid #gform_4 .gform_button .text-wrapper {
    padding: 3rem;
  }
}
#gform_4 .gform_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
#gform_4 .gform_fields {
  gap: 1.5rem;
}

footer .main-footer-menu .menu-item {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
footer #gform_3 .gform_footer {
  margin: 0px;
}
footer #gform_3 .ginput_container.ginput_container_email input {
  border-radius: 0px;
  border-color: transparent;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.6;
}
footer.cc-text-image #gform_3 .ginput_container.ginput_container_email input {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
footer.cc-text-image #gform_3 .ginput_container.ginput_container_email input .horizontal-list.cc-text-content-text-image,footer .cc-text-image #gform_3 .ginput_container.ginput_container_email input .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
footer #gform_3 .ginput_container.ginput_container_email input:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
footer #gform_3 .field_submit, footer #gform_3 .gform-button {
  cursor: pointer;
  border-radius: 0.25rem;
  border-color: transparent;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
footer.cc-text-image #gform_3 .field_submit, footer.cc-text-image #gform_3 .gform-button {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
footer.cc-text-image #gform_3 .field_submit .horizontal-list.cc-text-content-text-image,footer .cc-text-image #gform_3 .field_submit .vertical-list, footer.cc-text-image #gform_3 .gform-button .horizontal-list.cc-text-content-text-image, footer .cc-text-image #gform_3 .gform-button .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
footer #gform_3 .gform_fields {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
footer #gform_3 .gform-button {
  color: white !important;
}
footer #gform_3 .gform_confirmation_message_3.gform_confirmation_message {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
footer #gform_3 #validation_message_3_1 {
  padding-bottom: 0.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
footer #gform_3_validation_container .gform_submission_error h2 {
  padding-top: 0.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
footer #gform_confirmation_message_3 {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
footer a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}

.request-brochure-modal.modal.popup-common-form .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_text input,
.request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_email input,
.request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_phone input {
  width: 100%;
}
.request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gfield-choice-input {
  border-radius: 0px;
  border-width: 1px;
  border-color: transparent;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
}
 .cc-text-image.request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gfield-choice-input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-text-image.request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gfield-choice-input .horizontal-list.cc-text-content-text-image, .cc-text-image.request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gfield-choice-input .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid .request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gfield-choice-input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid .request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gfield-choice-input .btn, .cc-bento-grid .request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gfield-choice-input .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid .request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gfield-choice-input .title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

   .cc-bento-grid .request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gfield-choice-input .title {
    font-size: 1.75rem;
  }
}
.request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gfield-choice-input::before {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gfield-choice-input:focus-visible {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gfield-choice-input:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.request-brochure-modal.modal.popup-common-form .gform_fields .gfield .ginput_container_checkbox .gform-field-label {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.request-brochure-modal.modal.popup-common-form .gform_button {
  margin-top: 2rem;
}

body .container .woocommerce .single-product .woocommerce-product-gallery .flex-control-thumbs li:first-child {
  display: none;
}
body .container .woocommerce .single-product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 100%;
  float: none;
  pointer-events: none;
}
body .container .woocommerce .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 1;
}
body .container .woocommerce .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
body .container .woocommerce .single-product .woocommerce-product-gallery .zoomImg {
  display: none !important;
}

body .popup-common-form .gform_validation_errors {
  display: none;
}
body .popup-common-form .gform_required_legend {
  display: none;
}
body .popup-common-form .gform_button {
  width: 100%;
}
body .popup-common-form .gform_heading {
  text-align: center;
}
body .popup-common-form .gform_title {
  display: block;
}
body.mega-menu-products .popup-common-form .gform_title {
  display: block;
}
body .popup-common-form .gform_title {
  text-align: center;
  font-family: Figtree-Medium, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  body .popup-common-form .gform_title {
    font-size: 2.25rem;
  }
}
body .popup-common-form .gform_description {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
body .popup-common-form form {
  margin-top: 2.5rem;
}
body .popup-common-form form .gform_fields {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
}
body .popup-common-form form .gform_button {
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: LexendDeca-Medium, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body.cc-text-image .popup-common-form form .gform_button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.cc-text-image .popup-common-form form .gform_button .horizontal-list.cc-text-content-text-image,body .cc-text-image .popup-common-form form .gform_button .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form form .gform_button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form form .gform_button .btn, .cc-bento-grid body .popup-common-form form .gform_button .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid body .popup-common-form form .gform_button .text-wrapper {
  padding: 1.5rem;
}
@media (min-width: 768px) {

  .cc-bento-grid body .popup-common-form form .gform_button .text-wrapper {
    padding: 3rem;
  }
}
body .popup-common-form form .gform_button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 54 54 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
body.cc-text-image .popup-common-form form .gform_button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.cc-text-image .popup-common-form form .gform_button .horizontal-list.cc-text-content-text-image,body .cc-text-image .popup-common-form form .gform_button .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .bg-alto-lighter body .popup-common-form form .gform_button {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form form .gform_button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .bg-neutral-dark body .popup-common-form form .gform_button, .cc-bento-grid .bg-neutral-darkest body .popup-common-form form .gform_button, .cc-bento-grid .bg-coral-red body .popup-common-form form .gform_button {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form form .gform_button .btn, .cc-bento-grid body .popup-common-form form .gform_button .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid body .popup-common-form form .gform_button .text-wrapper {
  padding: 1.5rem;
}
@media (min-width: 768px) {

  .cc-bento-grid body .popup-common-form form .gform_button .text-wrapper {
    padding: 3rem;
  }
}
body .popup-common-form form .gform_button {
  background-color: #FF4444 !important;
  font-size: 16px !important;
  color: white !important;
  line-height: 150% !important;
  font-family: "LexendDeca-Regular", "sans-serif" !important;
}
body .popup-common-form .ginput_container input, body .popup-common-form .ginput_container_text input, body .popup-common-form .ginput_container_email input, body .popup-common-form .ginput_container_phone input {
  border-radius: 0px;
  border-width: 1px;
  border-color: transparent;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(0 0 0 / 0.6);
}
body .cc-text-image .popup-common-form .ginput_container input, body .cc-text-image .popup-common-form .ginput_container_text input, body .cc-text-image .popup-common-form .ginput_container_email input, body .cc-text-image .popup-common-form .ginput_container_phone input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body .cc-text-image .popup-common-form .ginput_container input .horizontal-list.cc-text-content-text-image,body .cc-text-image .popup-common-form .ginput_container input .vertical-list, body .cc-text-image .popup-common-form .ginput_container_text input .horizontal-list.cc-text-content-text-image, body .cc-text-image .popup-common-form .ginput_container_text input .vertical-list, body .cc-text-image .popup-common-form .ginput_container_email input .horizontal-list.cc-text-content-text-image, body .cc-text-image .popup-common-form .ginput_container_email input .vertical-list, body .cc-text-image .popup-common-form .ginput_container_phone input .horizontal-list.cc-text-content-text-image, body .cc-text-image .popup-common-form .ginput_container_phone input .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form .ginput_container input, .cc-bento-grid  body .popup-common-form .ginput_container_text input, .cc-bento-grid  body .popup-common-form .ginput_container_email input, .cc-bento-grid  body .popup-common-form .ginput_container_phone input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form .ginput_container input .btn, .cc-bento-grid body .popup-common-form .ginput_container input .btn-transparent-black, .cc-bento-grid  body .popup-common-form .ginput_container_text input .btn, .cc-bento-grid  body .popup-common-form .ginput_container_text input .btn-transparent-black, .cc-bento-grid  body .popup-common-form .ginput_container_email input .btn, .cc-bento-grid  body .popup-common-form .ginput_container_email input .btn-transparent-black, .cc-bento-grid  body .popup-common-form .ginput_container_phone input .btn, .cc-bento-grid  body .popup-common-form .ginput_container_phone input .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form .ginput_container input .title, .cc-bento-grid  body .popup-common-form .ginput_container_text input .title, .cc-bento-grid  body .popup-common-form .ginput_container_email input .title, .cc-bento-grid  body .popup-common-form .ginput_container_phone input .title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

   .cc-bento-grid body .popup-common-form .ginput_container input .title, .cc-bento-grid  body .popup-common-form .ginput_container_text input .title, .cc-bento-grid  body .popup-common-form .ginput_container_email input .title, .cc-bento-grid  body .popup-common-form .ginput_container_phone input .title {
    font-size: 1.75rem;
  }
}
body .popup-common-form .ginput_container input:focus-visible, body .popup-common-form .ginput_container_text input:focus-visible, body .popup-common-form .ginput_container_email input:focus-visible, body .popup-common-form .ginput_container_phone input:focus-visible {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
body .popup-common-form .ginput_container input:focus, body .popup-common-form .ginput_container_text input:focus, body .popup-common-form .ginput_container_email input:focus, body .popup-common-form .ginput_container_phone input:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
body .popup-common-form .ginput_container_textarea textarea {
  border-radius: 0px;
  border-width: 1px;
  border-color: transparent;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(0 0 0 / 0.6);
}
body .cc-text-image .popup-common-form .ginput_container_textarea textarea {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body .cc-text-image .popup-common-form .ginput_container_textarea textarea .horizontal-list.cc-text-content-text-image,body .cc-text-image .popup-common-form .ginput_container_textarea textarea .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form .ginput_container_textarea textarea {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form .ginput_container_textarea textarea .btn, .cc-bento-grid body .popup-common-form .ginput_container_textarea textarea .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form .ginput_container_textarea textarea .title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

   .cc-bento-grid body .popup-common-form .ginput_container_textarea textarea .title {
    font-size: 1.75rem;
  }
}
body .popup-common-form .ginput_container_textarea textarea:focus-visible {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
body .popup-common-form .ginput_container_textarea textarea:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
body .popup-common-form .ginput_container {
  color: rgb(0 0 0 / 0.6);
}
body .popup-common-form .ginput_container_checkbox .gfield-choice-input {
  border-radius: 0px;
  border-width: 1px;
  border-color: transparent;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
}
body .cc-text-image .popup-common-form .ginput_container_checkbox .gfield-choice-input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body .cc-text-image .popup-common-form .ginput_container_checkbox .gfield-choice-input .horizontal-list.cc-text-content-text-image,body .cc-text-image .popup-common-form .ginput_container_checkbox .gfield-choice-input .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form .ginput_container_checkbox .gfield-choice-input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form .ginput_container_checkbox .gfield-choice-input .btn, .cc-bento-grid body .popup-common-form .ginput_container_checkbox .gfield-choice-input .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .popup-common-form .ginput_container_checkbox .gfield-choice-input .title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

   .cc-bento-grid body .popup-common-form .ginput_container_checkbox .gfield-choice-input .title {
    font-size: 1.75rem;
  }
}
body .popup-common-form .ginput_container_checkbox .gfield-choice-input::before {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
body .popup-common-form .ginput_container_checkbox .gfield-choice-input:focus-visible {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
body .popup-common-form .ginput_container_checkbox .gfield-choice-input:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
body .popup-common-form .ginput_container_checkbox .gform-field-label {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
body .popup-common-form .gfield_label, body .popup-common-form .gform-field-label {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
body .popup-common-form .gfield_label .gfield_required, body .popup-common-form .gform-field-label .gfield_required {
  display: none;
}
body .popup-common-form .close_modal {
  font-size: 24px;
}

body.single-product .woocommerce .faq div.content ul li {
  list-style: inside;
}

.cc-bento-grid .bg-alto-lighter {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .bg-alto-lighter .btn, .cc-bento-grid .bg-alto-lighter .btn-light-red {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .bg-neutral-dark, .cc-bento-grid .bg-neutral-darkest, .cc-bento-grid .bg-coral-red {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .bg-neutral-dark .btn, .cc-bento-grid .bg-neutral-dark .btn-transparent-black, .cc-bento-grid .bg-neutral-darkest .btn, .cc-bento-grid .bg-neutral-darkest .btn-transparent-black, .cc-bento-grid .bg-coral-red .btn, .cc-bento-grid .bg-coral-red .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .bg-coral-red .text-wrapper, .cc-bento-grid .bg-alto-lighter .text-wrapper {
  padding: 1.5rem;
}
@media (min-width: 768px) {

  .cc-bento-grid .bg-coral-red .text-wrapper, .cc-bento-grid .bg-alto-lighter .text-wrapper {
    padding: 3rem;
  }
}
.cc-bento-grid .bg-neutral-dark .title, .cc-bento-grid .bg-neutral-darkest .title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

  .cc-bento-grid .bg-neutral-dark .title, .cc-bento-grid .bg-neutral-darkest .title {
    font-size: 1.75rem;
  }
}
.cc-bento-grid .cc-text-content-bento-grid h1, .cc-bento-grid .cc-text-content-bento-grid h2, .cc-bento-grid .cc-text-content-bento-grid h3, .cc-bento-grid .cc-text-content-bento-grid h4, .cc-bento-grid .cc-text-content-bento-grid h5, .cc-bento-grid .cc-text-content-bento-grid h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cc-bento-grid .cc-text-content-bento-grid h1 a, .cc-bento-grid .cc-text-content-bento-grid h2 a, .cc-bento-grid .cc-text-content-bento-grid h3 a, .cc-bento-grid .cc-text-content-bento-grid h4 a, .cc-bento-grid .cc-text-content-bento-grid h5 a, .cc-bento-grid .cc-text-content-bento-grid h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-bento-grid .cc-text-content-bento-grid h1 a:hover, .cc-bento-grid .cc-text-content-bento-grid h2 a:hover, .cc-bento-grid .cc-text-content-bento-grid h3 a:hover, .cc-bento-grid .cc-text-content-bento-grid h4 a:hover, .cc-bento-grid .cc-text-content-bento-grid h5 a:hover, .cc-bento-grid .cc-text-content-bento-grid h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .cc-text-content-bento-grid p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.cc-bento-grid .cc-text-content-bento-grid p a {
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-bento-grid .cc-text-content-bento-grid p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .cc-text-content-bento-grid ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
}
.cc-bento-grid .cc-text-content-bento-grid ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-bento-grid .cc-text-content-bento-grid ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .cc-text-content-bento-grid ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  list-style: decimal;
}
.cc-bento-grid .cc-text-content-bento-grid ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-bento-grid .cc-text-content-bento-grid ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-bento-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  grid-auto-flow: unset;
}
@media only screen and (max-width: 767px) {
  .cc-bento-grid__wrapper {
    grid-template-columns: 1fr;
  }
  .cc-bento-grid__wrapper .cc-grid-1,
  .cc-bento-grid__wrapper .cc-grid-2,
  .cc-bento-grid__wrapper .cc-grid-3,
  .cc-bento-grid__wrapper .cc-grid-4 {
    grid-column: auto !important;
    grid-row: auto !important;
    height: auto !important;
  }
}
.cc-bento-grid__wrapper .cc-grid-1 {
  grid-column: 1;
  grid-row: span 2;
  height: 720px;
}
.cc-bento-grid__wrapper .cc-grid-2 {
  grid-column: 1;
  grid-row: 3;
  height: 340px;
}
.cc-bento-grid__wrapper .cc-grid-3 {
  grid-column: 2;
  grid-row: 1;
  height: 340px;
}
.cc-bento-grid__wrapper .cc-grid-4 {
  grid-column: 2;
  grid-row: 2/span 2;
  height: 720px;
}

.latest-sticky-news-posts .post-thumbnail {
  width: 100%;
}
.latest-sticky-news-posts .post-thumbnail img {
  max-height: 220px;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {

  .latest-sticky-news-posts .post-thumbnail img {
    max-height: 400px;
  }
}
.latest-sticky-news-posts .text-content {
  padding-top: 1.5rem;
}

.sticky-news-posts .post-thumbnail img {
  height: 220px;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px) {

  .sticky-news-posts .post-thumbnail img {
    height: 250px;
    width: 250px;
  }
}
.sticky-news-posts .text-content {
  padding-top: 1.5rem;
  padding-left: 0px;
}
@media (min-width: 640px) {

  .sticky-news-posts .text-content {
    padding-top: 0px;
    padding-left: 1.5rem;
  }
}
.sticky-news-posts .news-post-title {
  font-family: Figtree-Bold, sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 768px) {

  .sticky-news-posts .news-post-title {
    font-size: 1.75rem;
  }
}

.latest-press-releases .post-thumbnail img {
  height: 220px;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px) {

  .latest-press-releases .post-thumbnail img {
    height: 300px;
  }
}
.latest-press-releases .text-content {
  padding-top: 1.5rem;
}
.latest-press-releases .news-post-title {
  font-family: Figtree-Bold, sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 768px) {

  .latest-press-releases .news-post-title {
    font-size: 1.75rem;
  }
}

.single-news-post .single-news-content .post-content h1 a, .single-news-post .single-news-content .post-content h2 a, .single-news-post .single-news-content .post-content h3 a, .single-news-post .single-news-content .post-content h4 a, .single-news-post .single-news-content .post-content h5 a, .single-news-post .single-news-content .post-content h6 a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.single-news-post .single-news-content .post-content h1 a:hover, .single-news-post .single-news-content .post-content h2 a:hover, .single-news-post .single-news-content .post-content h3 a:hover, .single-news-post .single-news-content .post-content h4 a:hover, .single-news-post .single-news-content .post-content h5 a:hover, .single-news-post .single-news-content .post-content h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}
.single-news-post .single-news-content .post-content p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.single-news-post .single-news-content .post-content p a:hover {
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}
.single-news-post .single-news-content h1 {
  font-size: 2.75rem;
}
@media (min-width: 768px) {

  .single-news-post .single-news-content h1 {
    font-size: 4.5rem;
  }
}
.single-news-post .single-news-content h2 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {

  .single-news-post .single-news-content h2 {
    font-size: 3.25rem;
  }
}
.single-news-post .single-news-content h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {

  .single-news-post .single-news-content h3 {
    font-size: 2.75rem;
  }
}
.single-news-post .single-news-content h4 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {

  .single-news-post .single-news-content h4 {
    font-size: 2.25rem;
  }
}
.single-news-post .single-news-content h5 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

  .single-news-post .single-news-content h5 {
    font-size: 1.75rem;
  }
}
.single-news-post .single-news-content h6 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {

  .single-news-post .single-news-content h6 {
    font-size: 1.375rem;
  }
}
.single-news-post .single-news-content h1, .single-news-post .single-news-content h2, .single-news-post .single-news-content h3, .single-news-post .single-news-content h4 {
  font-family: Figtree-Medium, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.single-news-post .single-news-content p {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.single-news-post .single-news-content .wp-block-heading {
  font-family: Figtree-Medium, sans-serif;
}
.single-news-post .single-news-content blockquote p, .single-news-post .single-news-content .wp-block-quote p {
  border-left-width: 2px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.15;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.single-news-post .single-news-content .avatar {
  height: 56px;
  width: 56px;
  border-radius: 9999px;
}
.single-news-post .single-news-content .wp-block-image {
  max-width: 768px;
}
.single-news-post .single-news-content .wp-block-image img {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-news-post .single-news-content .wp-block-video video {
  border-radius: 1rem;
}
.single-news-post .single-news-content ul.wp-block-list {
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
}
.single-news-post .single-news-content ul.wp-block-list li a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.single-news-post .single-news-content ul.wp-block-list li a:hover {
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}
.single-news-post .single-news-content ol.wp-block-list {
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
}
.single-news-post .single-news-content ol.wp-block-list li a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.single-news-post .single-news-content ol.wp-block-list li a:hover {
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}
.single-news-post .single-news-content .wp-element-caption {
  margin-top: 0.5rem;
  border-left-width: 2px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.15;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.single-news-post .latest-press-releases .text-content {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}
.single-news-post .latest-press-releases .text-content .read-more-btn {
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
.single-news-post .latest-press-releases .post-thumbnail {
  width: 100%;
}
.single-news-post .latest-press-releases .post-thumbnail img {
  width: 100%;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cc-text-content-banner h1, .cc-text-content-banner h2, .cc-text-content-banner h3, .cc-text-content-banner h4, .cc-text-content-banner h5, .cc-text-content-banner h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cc-text-content-banner h1 a, .cc-text-content-banner h2 a, .cc-text-content-banner h3 a, .cc-text-content-banner h4 a, .cc-text-content-banner h5 a, .cc-text-content-banner h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-banner h1 a:hover, .cc-text-content-banner h2 a:hover, .cc-text-content-banner h3 a:hover, .cc-text-content-banner h4 a:hover, .cc-text-content-banner h5 a:hover, .cc-text-content-banner h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-banner p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {

  .cc-text-content-banner p {
    font-size: 1.125rem;
  }
}
.cc-text-content-banner p a {
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-banner p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-banner ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
}
.cc-text-content-banner ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-banner ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-banner ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  list-style: decimal;
}
.cc-text-content-banner ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-banner ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-content-experience h1, .cc-text-content-experience h2, .cc-text-content-experience h3, .cc-text-content-experience h4, .cc-text-content-experience h5, .cc-text-content-experience h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cc-text-content-experience h1 a, .cc-text-content-experience h2 a, .cc-text-content-experience h3 a, .cc-text-content-experience h4 a, .cc-text-content-experience h5 a, .cc-text-content-experience h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-experience h1 a:hover, .cc-text-content-experience h2 a:hover, .cc-text-content-experience h3 a:hover, .cc-text-content-experience h4 a:hover, .cc-text-content-experience h5 a:hover, .cc-text-content-experience h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-experience p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.cc-text-content-experience p a {
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-experience p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-experience ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
}
.cc-text-content-experience ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-experience ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-experience ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  list-style: decimal;
}
.cc-text-content-experience ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-experience ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-editor-contact-form h1, .cc-text-editor-contact-form h2, .cc-text-editor-contact-form h3, .cc-text-editor-contact-form h4, .cc-text-editor-contact-form h5, .cc-text-editor-contact-form h6, .cc-text-editor-dealer-network h1, .cc-text-editor-dealer-network h2, .cc-text-editor-dealer-network h3, .cc-text-editor-dealer-network h4, .cc-text-editor-dealer-network h5, .cc-text-editor-dealer-network h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-contact-form h1 a, .cc-text-editor-contact-form h2 a, .cc-text-editor-contact-form h3 a, .cc-text-editor-contact-form h4 a, .cc-text-editor-contact-form h5 a, .cc-text-editor-contact-form h6 a, .cc-text-editor-dealer-network h1 a, .cc-text-editor-dealer-network h2 a, .cc-text-editor-dealer-network h3 a, .cc-text-editor-dealer-network h4 a, .cc-text-editor-dealer-network h5 a, .cc-text-editor-dealer-network h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-contact-form h1 a:hover, .cc-text-editor-contact-form h2 a:hover, .cc-text-editor-contact-form h3 a:hover, .cc-text-editor-contact-form h4 a:hover, .cc-text-editor-contact-form h5 a:hover, .cc-text-editor-contact-form h6 a:hover, .cc-text-editor-dealer-network h1 a:hover, .cc-text-editor-dealer-network h2 a:hover, .cc-text-editor-dealer-network h3 a:hover, .cc-text-editor-dealer-network h4 a:hover, .cc-text-editor-dealer-network h5 a:hover, .cc-text-editor-dealer-network h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-contact-form p, .cc-text-editor-dealer-network p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .cc-text-editor-contact-form p, .cc-text-editor-dealer-network p {
    font-size: 1.125rem;
  }
}
.cc-text-editor-contact-form p a, .cc-text-editor-dealer-network p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-contact-form p a:hover, .cc-text-editor-dealer-network p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-contact-form ul, .cc-text-editor-dealer-network ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-editor-contact-form ul li a, .cc-text-editor-dealer-network ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-contact-form ul li a:hover, .cc-text-editor-dealer-network ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-editor-contact-form ol, .cc-text-editor-dealer-network ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  list-style: decimal;
}
.cc-text-editor-contact-form ol li a, .cc-text-editor-dealer-network ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-editor-contact-form ol li a:hover, .cc-text-editor-dealer-network ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-content-simple-text h1, .cc-text-content-simple-text h2, .cc-text-content-simple-text h3, .cc-text-content-simple-text h4, .cc-text-content-simple-text h5, .cc-text-content-simple-text h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.cc-text-content-simple-text h1 a, .cc-text-content-simple-text h2 a, .cc-text-content-simple-text h3 a, .cc-text-content-simple-text h4 a, .cc-text-content-simple-text h5 a, .cc-text-content-simple-text h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-simple-text h1 a:hover, .cc-text-content-simple-text h2 a:hover, .cc-text-content-simple-text h3 a:hover, .cc-text-content-simple-text h4 a:hover, .cc-text-content-simple-text h5 a:hover, .cc-text-content-simple-text h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-simple-text p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {

  .cc-text-content-simple-text p {
    font-size: 1.125rem;
  }
}
.cc-text-content-simple-text p a {
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-simple-text p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-simple-text ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
}
.cc-text-content-simple-text ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-simple-text ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-simple-text ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  list-style: decimal;
}
.cc-text-content-simple-text ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-simple-text ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.testimonials_layout h1, .testimonials_layout h2, .testimonials_layout h3, .testimonials_layout h4, .testimonials_layout h5, .testimonials_layout h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.testimonials_layout h1 a, .testimonials_layout h2 a, .testimonials_layout h3 a, .testimonials_layout h4 a, .testimonials_layout h5 a, .testimonials_layout h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonials_layout h1 a:hover, .testimonials_layout h2 a:hover, .testimonials_layout h3 a:hover, .testimonials_layout h4 a:hover, .testimonials_layout h5 a:hover, .testimonials_layout h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.testimonials_layout p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {

  .testimonials_layout p {
    font-size: 1.125rem;
  }
}
.testimonials_layout p a {
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonials_layout p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.testimonials_layout ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
}
.testimonials_layout ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonials_layout ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.testimonials_layout ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  list-style: decimal;
}
.testimonials_layout ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonials_layout ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-content-intro-banner h1, .cc-text-content-intro-banner h2, .cc-text-content-intro-banner h3, .cc-text-content-intro-banner h4, .cc-text-content-intro-banner h5, .cc-text-content-intro-banner h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-content-intro-banner h1 a, .cc-text-content-intro-banner h2 a, .cc-text-content-intro-banner h3 a, .cc-text-content-intro-banner h4 a, .cc-text-content-intro-banner h5 a, .cc-text-content-intro-banner h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-intro-banner h1 a:hover, .cc-text-content-intro-banner h2 a:hover, .cc-text-content-intro-banner h3 a:hover, .cc-text-content-intro-banner h4 a:hover, .cc-text-content-intro-banner h5 a:hover, .cc-text-content-intro-banner h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-intro-banner p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .cc-text-content-intro-banner p {
    font-size: 1.125rem;
  }
}
.cc-text-content-intro-banner p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-intro-banner p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-intro-banner ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-content-intro-banner ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-intro-banner ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-intro-banner ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  list-style: decimal;
}
.cc-text-content-intro-banner ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-intro-banner ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.cc-text-content-left-text-right-text h1, .cc-text-content-left-text-right-text h2, .cc-text-content-left-text-right-text h3, .cc-text-content-left-text-right-text h4, .cc-text-content-left-text-right-text h5, .cc-text-content-left-text-right-text h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-text-content-left-text-right-text h1 a, .cc-text-content-left-text-right-text h2 a, .cc-text-content-left-text-right-text h3 a, .cc-text-content-left-text-right-text h4 a, .cc-text-content-left-text-right-text h5 a, .cc-text-content-left-text-right-text h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-left-text-right-text h1 a:hover, .cc-text-content-left-text-right-text h2 a:hover, .cc-text-content-left-text-right-text h3 a:hover, .cc-text-content-left-text-right-text h4 a:hover, .cc-text-content-left-text-right-text h5 a:hover, .cc-text-content-left-text-right-text h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-left-text-right-text p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .cc-text-content-left-text-right-text p {
    font-size: 1.125rem;
  }
}
.cc-text-content-left-text-right-text p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-left-text-right-text p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-left-text-right-text ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-text-content-left-text-right-text ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-left-text-right-text ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-left-text-right-text ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  list-style: decimal;
}
.cc-text-content-left-text-right-text ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-left-text-right-text ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.projects-cpt .projects .post-thumbnail img {
  height: 300px;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-cpt .post-categories-projects .filter-projects.active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  font-family: LexendDeca-Medium, sans-serif;
}

.cc-text-content-single-project h1, .cc-text-content-single-project h2, .cc-text-content-single-project h3, .cc-text-content-single-project h4, .cc-text-content-single-project h5, .cc-text-content-single-project h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-content-single-project h1 a, .cc-text-content-single-project h2 a, .cc-text-content-single-project h3 a, .cc-text-content-single-project h4 a, .cc-text-content-single-project h5 a, .cc-text-content-single-project h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-single-project h1 a:hover, .cc-text-content-single-project h2 a:hover, .cc-text-content-single-project h3 a:hover, .cc-text-content-single-project h4 a:hover, .cc-text-content-single-project h5 a:hover, .cc-text-content-single-project h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-single-project p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .cc-text-content-single-project p {
    font-size: 1.125rem;
  }
}
.cc-text-content-single-project p a {
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-single-project p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-single-project ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-text-content-single-project ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-single-project ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.cc-text-content-single-project ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  list-style: decimal;
}
.cc-text-content-single-project ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cc-text-content-single-project ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.our-recent-projects .text-content {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}
.our-recent-projects .text-content .read-more-btn {
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
.our-recent-projects .post-thumbnail {
  height: 188px;
  width: 100%;
}
@media (min-width: 640px) {

  .our-recent-projects .post-thumbnail {
    height: 250px;
  }
}
@media (min-width: 768px) {

  .our-recent-projects .post-thumbnail {
    height: 356px;
  }
}
.our-recent-projects .post-thumbnail img {
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-single-post iframe {
  width: 100%;
  border-radius: 1rem;
}
.banner-single-post video {
  width: 100%;
  border-radius: 1rem;
}

body .summary.entry-summary .woocommerce-breadcrumb {
  color: black !important;
}
body .summary.entry-summary .woocommerce-breadcrumb a {
  color: black !important;
  padding: 0 8px;
}
body .summary.entry-summary .woocommerce-breadcrumb a:first-child {
  padding-left: 0;
}
body .summary.entry-summary .product_title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Figtree-Medium, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {

  body .summary.entry-summary .product_title {
    font-size: 2.75rem;
  }
}
body .summary.entry-summary .cart {
  display: flex;
  flex-direction: column;
}
body .summary.entry-summary .cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
}
body .summary.entry-summary .cart .quantity {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
body .summary.entry-summary .cart .quantity .input-text {
  margin-bottom: 1rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
body .cc-text-image .summary.entry-summary .cart .quantity .input-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body .cc-text-image .summary.entry-summary .cart .quantity .input-text .horizontal-list.cc-text-content-text-image,body .cc-text-image .summary.entry-summary .cart .quantity .input-text .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .cart .quantity .input-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .cart .quantity .input-text .btn, .cc-bento-grid body .summary.entry-summary .cart .quantity .input-text .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .cart .quantity .input-text .title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

   .cc-bento-grid body .summary.entry-summary .cart .quantity .input-text .title {
    font-size: 1.75rem;
  }
}
body .summary.entry-summary .cart .quantity .input-text {
  color: black !important;
}
body .summary.entry-summary .cart .quantity input:focus-visible {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
body .summary.entry-summary .cart button.single_add_to_cart_button {
  font-family: LexendDeca-Regular, sans-serif;
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: LexendDeca-Medium, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body.cc-text-image .summary.entry-summary .cart button.single_add_to_cart_button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.cc-text-image .summary.entry-summary .cart button.single_add_to_cart_button .horizontal-list.cc-text-content-text-image,body .cc-text-image .summary.entry-summary .cart button.single_add_to_cart_button .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .cart button.single_add_to_cart_button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .cart button.single_add_to_cart_button .btn, .cc-bento-grid body .summary.entry-summary .cart button.single_add_to_cart_button .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid body .summary.entry-summary .cart button.single_add_to_cart_button .text-wrapper {
  padding: 1.5rem;
}
@media (min-width: 768px) {

  .cc-bento-grid body .summary.entry-summary .cart button.single_add_to_cart_button .text-wrapper {
    padding: 3rem;
  }
}
body .summary.entry-summary .cart button.single_add_to_cart_button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 54 54 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
body.cc-text-image .summary.entry-summary .cart button.single_add_to_cart_button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.cc-text-image .summary.entry-summary .cart button.single_add_to_cart_button .horizontal-list.cc-text-content-text-image,body .cc-text-image .summary.entry-summary .cart button.single_add_to_cart_button .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .bg-alto-lighter body .summary.entry-summary .cart button.single_add_to_cart_button {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .cart button.single_add_to_cart_button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .bg-neutral-dark body .summary.entry-summary .cart button.single_add_to_cart_button, .cc-bento-grid .bg-neutral-darkest body .summary.entry-summary .cart button.single_add_to_cart_button, .cc-bento-grid .bg-coral-red body .summary.entry-summary .cart button.single_add_to_cart_button {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .cart button.single_add_to_cart_button .btn, .cc-bento-grid body .summary.entry-summary .cart button.single_add_to_cart_button .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid body .summary.entry-summary .cart button.single_add_to_cart_button .text-wrapper {
  padding: 1.5rem;
}
@media (min-width: 768px) {

  .cc-bento-grid body .summary.entry-summary .cart button.single_add_to_cart_button .text-wrapper {
    padding: 3rem;
  }
}
body .summary.entry-summary .cart button.single_add_to_cart_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 236 / var(--tw-bg-opacity, 1));
}
body .summary.entry-summary .cart .single_add_to_cart_button.button.alt.disabled:hover {
  background-color: #FFECEC;
  color: #FF4444;
}
body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button.disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.cc-text-image .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button.disabled:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.cc-text-image .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button.disabled:hover .horizontal-list.cc-text-content-text-image,body .cc-text-image .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button.disabled:hover .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button.disabled:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button.disabled:hover .btn, .cc-bento-grid body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button.disabled:hover .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cc-bento-grid body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button.disabled:hover .text-wrapper {
  padding: 1.5rem;
}
@media (min-width: 768px) {

  .cc-bento-grid body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button.disabled:hover .text-wrapper {
    padding: 3rem;
  }
}
body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button {
  margin-top: 1rem;
  font-family: LexendDeca-Regular, sans-serif;
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: LexendDeca-Medium, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 236 236 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(204 54 54 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 54 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 236 236 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .bg-alto-lighter body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid .bg-alto-lighter body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cc-bento-grid .bg-neutral-dark body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button, .cc-bento-grid .bg-neutral-darkest body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button, .cc-bento-grid .bg-coral-red body .summary.entry-summary .cart .single_add_to_cart_button.buy_now_button {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body .summary.entry-summary .tab-menu .tab-button.active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
}
body .summary.entry-summary .price {
  color: black !important;
}
body .summary.entry-summary .variations_form .variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .summary.entry-summary .variations_form .variations tr:not(:first-child) {
  padding-top: 1.5rem;
}
body .summary.entry-summary .variations_form .variations th, body .summary.entry-summary .variations_form .variations .label {
  margin-bottom: 0.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
body .summary.entry-summary .variations_form .variations td {
  width: 100%;
}
body .summary.entry-summary .variations_form .variations td select {
  border-width: 1px;
  border-color: transparent;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
body .cc-text-image .summary.entry-summary .variations_form .variations td select {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body .cc-text-image .summary.entry-summary .variations_form .variations td select .horizontal-list.cc-text-content-text-image,body .cc-text-image .summary.entry-summary .variations_form .variations td select .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .variations_form .variations td select {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .variations_form .variations td select .btn, .cc-bento-grid body .summary.entry-summary .variations_form .variations td select .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .variations_form .variations td select .title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

   .cc-bento-grid body .summary.entry-summary .variations_form .variations td select .title {
    font-size: 1.75rem;
  }
}
body .summary.entry-summary .variations_form .variations td select:focus-visible {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
body .summary.entry-summary .variations_form .variations td .reset_variations {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
body .summary.entry-summary .variations_form .variations td .attribute_model {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
body .cc-text-image .summary.entry-summary .variations_form .variations td .attribute_model {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body .cc-text-image .summary.entry-summary .variations_form .variations td .attribute_model .horizontal-list.cc-text-content-text-image,body .cc-text-image .summary.entry-summary .variations_form .variations td .attribute_model .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .variations_form .variations td .attribute_model {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .variations_form .variations td .attribute_model .btn, .cc-bento-grid body .summary.entry-summary .variations_form .variations td .attribute_model .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .cc-bento-grid body .summary.entry-summary .variations_form .variations td .attribute_model .title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

   .cc-bento-grid body .summary.entry-summary .variations_form .variations td .attribute_model .title {
    font-size: 1.75rem;
  }
}
body .summary.entry-summary .variations_form .variations td .attribute_model {
  color: black !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
}
body .summary.entry-summary .woocommerce-variation-price {
  margin-bottom: 1.5rem;
}
body .summary.entry-summary .woocommerce-variation-price .price {
  @qpply text-neutral-darkest text-regular font-lexenddeca-regular leading-[1.5];
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.woocommerce-product-gallery__wrapper img {
  margin-bottom: 1rem;
  border-radius: 1rem;
}

.faq .icon {
  transition: transform 0.3s ease;
  display: inline-block;
}
.faq .content {
  display: none;
  overflow: hidden;
}
.faq .content.open {
  display: block;
}
.faq .rotated {
  transform: rotate(0deg);
}

.woocommerce div.product form.cart .variations select {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
}

 .cc-text-image.woocommerce div.product form.cart .variations select {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

 .cc-text-image.woocommerce div.product form.cart .variations select .horizontal-list.cc-text-content-text-image, .cc-text-image.woocommerce div.product form.cart .variations select .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

 .cc-bento-grid .woocommerce div.product form.cart .variations select {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

 .cc-bento-grid .woocommerce div.product form.cart .variations select .btn, .cc-bento-grid .woocommerce div.product form.cart .variations select .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

 .cc-bento-grid .woocommerce div.product form.cart .variations select .title {
  font-size: 1.25rem;
}

@media (min-width: 768px) {

   .cc-bento-grid .woocommerce div.product form.cart .variations select .title {
    font-size: 1.75rem;
  }
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FF7C7C;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1000;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out;
}

.custom-cursor-active {
  cursor: none;
}

.borchures_tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  font-family: LexendDeca-Medium, sans-serif;
}

.post-password-form p {
  margin-top: 0.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}
.post-password-form p label {
  margin-top: 0.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}
.post-password-form p label input {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.post-password-form p label input:focus-visible {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.post-password-form p input {
  margin-top: 0.5rem;
  font-family: LexendDeca-Medium, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}

.scrolling-block__content {
  overflow: hidden;
  position: relative;
}
.scrolling-block__content .scrolling-block__track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}

.scrolling-block {
  display: flex;
  align-items: center;
}
.scrolling-block__item {
  white-space: nowrap;
  display: inline-block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.legal-info h1 {
  font-size: 2.75rem;
}
@media (min-width: 768px) {

  .legal-info h1 {
    font-size: 4.5rem;
  }
}
.legal-info h2 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {

  .legal-info h2 {
    font-size: 3.25rem;
  }
}
.legal-info h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {

  .legal-info h3 {
    font-size: 2.75rem;
  }
}
.legal-info h4 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {

  .legal-info h4 {
    font-size: 2.25rem;
  }
}
.legal-info h5 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {

  .legal-info h5 {
    font-size: 1.75rem;
  }
}
.legal-info h6 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {

  .legal-info h6 {
    font-size: 1.375rem;
  }
}
.legal-info h1, .legal-info h2, .legal-info h3, .legal-info h4, .legal-info h5, .legal-info h6 {
  font-family: LexendDeca-Semibold, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.legal-info h1 a, .legal-info h2 a, .legal-info h3 a, .legal-info h4 a, .legal-info h5 a, .legal-info h6 a {
  font-family: LexendDeca-Semibold, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.legal-info h1 a:hover, .legal-info h2 a:hover, .legal-info h3 a:hover, .legal-info h4 a:hover, .legal-info h5 a:hover, .legal-info h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.legal-info p {
  font-family: LexendDeca-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.legal-info p a {
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.legal-info p a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.legal-info ul {
  display: inline-block;
  list-style-type: disc;
  padding-left: 1.25rem;
  font-family: LexendDeca-Regular, sans-serif;
}
.legal-info ul li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.legal-info ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.legal-info ol {
  display: inline-block;
  list-style-type: decimal;
  padding-left: 1.5rem;
  font-family: LexendDeca-Regular, sans-serif;
  list-style: decimal;
}
.legal-info ol li a {
  cursor: pointer;
  font-family: LexendDeca-Regular, sans-serif;
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.legal-info ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}
.legal-info h1, .legal-info h2, .legal-info h3, .legal-info h4 {
  padding-top: 2rem;
}
.legal-info p, .legal-info ul, .legal-info ol {
  padding-top: 1rem;
}

.filters.active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  font-family: LexendDeca-Medium, sans-serif;
}

.product-grid-image img {
  width: 100%;
  border-radius: 1rem;
}

.latest-products img {
  border-radius: 0px;
}
.latest-products .product-card {
  border-radius: 1rem;
  gap: 0px;
  overflow: hidden;
}
.latest-products .product-card .product-details {
  padding: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button, .woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
}

.cc-text-image.woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button,.cc-text-image .woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cc-text-image.woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button .horizontal-list.cc-text-content-text-image, .cc-text-image.woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button .vertical-list,.cc-text-image .woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .horizontal-list.cc-text-content-text-image, .cc-text-image .woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .vertical-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

 .cc-bento-grid .woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button, .cc-bento-grid  .woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

 .cc-bento-grid .woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button .btn, .cc-bento-grid .woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button .btn-transparent-black, .cc-bento-grid  .woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .btn, .cc-bento-grid  .woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .btn-transparent-black {
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cc-bento-grid .woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button .text-wrapper,.cc-bento-grid  .woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .text-wrapper {
  padding: 1.5rem;
}

@media (min-width: 768px) {

  .cc-bento-grid .woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button .text-wrapper,.cc-bento-grid  .woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .text-wrapper {
    padding: 3rem;
  }
}

.woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-button, .woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 600;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new, .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-separator, .woocommerce-cart .wp-block-woocommerce-empty-cart-block h2:nth-child(3) {
  display: none;
}

.woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-received {
  margin-top: 0.5rem;
  font-family: Figtree-Regular, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}
.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  margin-top: 2rem;
  font-family: Figtree-Medium, sans-serif;
}
.woocommerce-order .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  margin-top: 1rem;
}
.woocommerce-order .woocommerce-order-details {
  margin-top: 1rem;
  font-family: Figtree-Medium, sans-serif;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 0.5rem;
  font-family: Figtree-Medium, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {

  .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 1.75rem;
  }
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 0.5rem;
  font-family: Figtree-Medium, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {

  .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
    font-size: 1.75rem;
  }
}
.woocommerce-order .woocommerce-customer-details address {
  font-family: Figtree-Regular, sans-serif;
  line-height: 1.7;
}

.woocommerce-breadcrumb .active {
  font-family: LexendDeca-Semibold, sans-serif;
}

html {
  scroll-padding-top: 200px;
}

.first\:rounded-tl-2xl:first-child {
  border-top-left-radius: 1rem;
}

.last\:rounded-tr-2xl:last-child {
  border-top-right-radius: 1rem;
}

.hover\:bg-coral-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-coral-red-lighter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 217 / var(--tw-bg-opacity, 1));
}

.hover\:text-coral-red:hover {
  --tw-text-opacity: 1;
  color: rgb(255 68 68 / var(--tw-text-opacity, 1));
}

.hover\:text-coral-red-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(204 54 54 / var(--tw-text-opacity, 1));
}

.hover\:text-coral-red-light:hover {
  --tw-text-opacity: 1;
  color: rgb(255 124 124 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

  .sm\:top-\[-200px\] {
    top: -200px;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:w-\[325px\] {
    width: 325px;
  }

  .sm\:-translate-x-4 {
    --tw-translate-x: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

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

  .sm\:bg-neutral-darkest {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:text-neutral-darkest {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-lighter {
    --tw-text-opacity: 1;
    color: rgb(216 216 216 / var(--tw-text-opacity, 1));
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .group:hover .group-hover\:sm\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .sm\:group-hover\:text-neutral-darkest {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .group:hover .group-hover\:sm\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 768px) {

  .md\:bottom-\[-86px\] {
    bottom: -86px;
  }

  .md\:bottom-\[90px\] {
    bottom: 90px;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-\[516px\] {
    height: 516px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[162px\] {
    width: 162px;
  }

  .md\:w-\[calc\(33\.333333\%-40px\)\] {
    width: calc(33.333333% - 40px);
  }

  .md\:w-\[calc\(50\%-16px\)\] {
    width: calc(50% - 16px);
  }

  .md\:w-\[calc\(50\%-22px\)\] {
    width: calc(50% - 22px);
  }

  .md\:w-\[calc\(50\%-24px\)\] {
    width: calc(50% - 24px);
  }

  .md\:w-\[calc\(66\.666667\%-40px\)\] {
    width: calc(66.666667% - 40px);
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

  .md\:gap-y-28 {
    row-gap: 7rem;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-60 {
    padding-bottom: 15rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-h1 {
    font-size: 4.5rem;
  }

  .md\:text-h2 {
    font-size: 3.25rem;
  }

  .md\:text-h3 {
    font-size: 2.75rem;
  }

  .md\:text-h4 {
    font-size: 2.25rem;
  }

  .md\:text-h5 {
    font-size: 1.75rem;
  }

  .md\:text-h6 {
    font-size: 1.375rem;
  }

  .md\:text-medium {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {

  .lg\:top-\[-170px\] {
    top: -170px;
  }

  .lg\:top-\[-20px\] {
    top: -20px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[350px\] {
    width: 350px;
  }

  .lg\:w-\[420px\] {
    width: 420px;
  }

  .lg\:w-\[calc\(25\%-24px\)\] {
    width: calc(25% - 24px);
  }

  .lg\:w-\[calc\(33\.333\%-32px\)\] {
    width: calc(33.333% - 32px);
  }

  .lg\:w-\[calc\(33\.333333\%-22px\)\] {
    width: calc(33.333333% - 22px);
  }

  .lg\:w-\[calc\(50\%-16px\)\] {
    width: calc(50% - 16px);
  }

  .lg\:w-\[calc\(50\%-40px\)\] {
    width: calc(50% - 40px);
  }

  .lg\:w-\[calc\(66\.666667\%-25px\)\] {
    width: calc(66.666667% - 25px);
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-\[64px\] {
    gap: 64px;
  }

  .lg\:gap-\[80px\] {
    gap: 80px;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-\[40px\] {
    padding-left: 40px;
  }

  .lg\:pr-\[40px\] {
    padding-right: 40px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

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

  .lg\:font-figtree-bold {
    font-family: Figtree-Bold, sans-serif;
  }

  .lg\:text-h5 {
    font-size: 1.75rem;
  }

  .lg\:text-large {
    font-size: 1.375rem;
  }
}

@media (min-width: 1280px) {

  .xl\:top-\[-170px\] {
    top: -170px;
  }

  .xl\:w-\[600px\] {
    width: 600px;
  }

  .xl\:w-\[calc\(25\%-24px\)\] {
    width: calc(25% - 24px);
  }
}

.\[\&\:not\(\:first-child\)\]\:mt-10:not(:first-child) {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {

  .md\:\[\&\:not\(\:first-child\)\]\:mt-0:not(:first-child) {
    margin-top: 0px;
  }

  .md\:\[\&\:not\(\:first-child\)\]\:mt-4:not(:first-child) {
    margin-top: 1rem;
  }
}
