*, ::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%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.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));
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border {
  border-width: 1px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}
.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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
body.theme {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  opacity: 0;
}
body.theme a {
  text-decoration: none !important;
}
body.theme.elementor-editor-active {
  opacity: 1;
}
body.theme:not(.elementor-page) .content-wrapper {
  min-height: calc(100vh - 400px);
}
@media (min-width: 1024px) {
  body.theme:not(.elementor-page) .content-wrapper {
    padding-left: 10%;
  }
}
body.theme:not(.elementor-page) .site-main {
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1280px) {
  body.theme:not(.elementor-page) .site-main {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
  }
}
body.theme .site-main {
  position: relative;
  z-index: 10;
  background: #fff;
}
body.theme .site-main section.elementor-element > .elementor-element {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  body.theme .site-main section.elementor-element > .elementor-element {
    padding-left: 10%;
  }
}
body.theme .site-main section.elementor-element > .elementor-element > .e-con-inner {
  margin: 0 auto;
}
@media (min-width: 1280px) {
  body.theme .site-main section.elementor-element > .elementor-element > .e-con-inner {
    max-width: 1140px;
  }
}
@media (min-width: 1536px) {
  body.theme .site-main section.elementor-element > .elementor-element > .e-con-inner {
    max-width: 1320px;
  }
}
body.theme .site-main [data-gsap] {
  overflow: hidden;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none !important;
}
body.theme .site-main [data-gsap=split-words] span.word {
  perspective: 1000px;
}
body.theme footer .copy-right p, body.theme footer .copy-right .elementor-icon-list-text {
  font-size: 0.9375em;
}
body.theme footer .copy-right .elementor-icon-list-text {
  cursor: pointer;
}
body.theme .gsap {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none !important;
}
body.theme a {
  color: #d09910;
}
body.theme .truncate-2 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none !important;
}
.breadcrumbs .elementor-icon-list-items li .elementor-icon-list-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}
@media (min-width: 1024px) {
  .breadcrumbs .elementor-icon-list-items li .elementor-icon-list-text {
    max-width: 300px;
  }
}
.breadcrumbs .elementor-icon-list-items li a .elementor-icon-list-text {
  color: #f3df51;
}
.breadcrumbs .elementor-icon-list-items li a .elementor-icon-list-text:hover {
  color: #fbf8c6;
}
.breadcrumbs .elementor-icon-list-items li .icon:before {
  color: #f3df51;
}

nav.breadcrumbs {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
nav.breadcrumbs i.icon {
  font-size: 14px;
  position: relative;
  top: 2px;
}
nav.breadcrumbs a {
  color: #f3df51;
}
nav.breadcrumbs a:hover {
  color: #fbf8c6;
}
nav.breadcrumbs span.current {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 4px;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  nav.breadcrumbs span.current {
    max-width: none;
  }
}

body.theme {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1em;
  line-height: 1.6;
}
body.theme h1, body.theme h1.elementor-heading-title,
body.theme h2, body.theme h2.elementor-heading-title,
body.theme h3, body.theme h3.elementor-heading-title,
body.theme h4, body.theme h4.elementor-heading-title,
body.theme h5, body.theme h5.elementor-heading-title,
body.theme h6, body.theme h6.elementor-heading-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
body.theme h1, body.theme h1.elementor-heading-title {
  font-size: 2.5em;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  body.theme h1, body.theme h1.elementor-heading-title {
    font-size: 3.25em;
    letter-spacing: -0.04em;
  }
}
@media (min-width: 1280px) {
  body.theme h1, body.theme h1.elementor-heading-title {
    font-size: 3.75em;
  }
}
@media (min-width: 1536px) {
  body.theme h1, body.theme h1.elementor-heading-title {
    font-size: 4.5em;
  }
}
body.theme h2, body.theme h2.elementor-heading-title {
  font-size: 2em;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  body.theme h2, body.theme h2.elementor-heading-title {
    font-size: 3em;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1536px) {
  body.theme h2, body.theme h2.elementor-heading-title {
    font-size: 3.25em;
    line-height: 1.1;
  }
}
body.theme h3, body.theme h3.elementor-heading-title {
  font-size: 1.625em;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  body.theme h3, body.theme h3.elementor-heading-title {
    font-size: 2em;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1536px) {
  body.theme h3, body.theme h3.elementor-heading-title {
    font-size: 2.5em;
  }
}
body.theme h4, body.theme h4.elementor-heading-title {
  font-size: 1.625em;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  body.theme h4, body.theme h4.elementor-heading-title {
    font-size: 1.875em;
  }
}
body.theme h5, body.theme h5.elementor-heading-title {
  font-size: 1.25em;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  body.theme h5, body.theme h5.elementor-heading-title {
    font-size: 1.5em;
  }
}
body.theme .sub-title {
  overflow: hidden;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none !important;
}
body.theme .sub-title h6.elementor-heading-title {
  font-size: 1em;
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  body.theme .sub-title h6.elementor-heading-title {
    font-size: 1.125em;
  }
}
body.theme .sub-title h6.elementor-heading-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: currentColor;
  border-radius: 50%;
}
body.theme .elementor-heading-title span.line {
  overflow: hidden;
}
body.theme ul,
body.theme ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
body.theme ul li,
body.theme ol li {
  margin-bottom: 0.75em;
}
body.theme p {
  margin-bottom: 0;
  line-height: 1.8;
}
body.theme small {
  font-size: 0.875em;
}
body.theme .lead {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.8;
}

body.theme .main-header {
  position: sticky;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  z-index: 1001;
  top: 0;
  background: #fff;
  border-right: solid 1px #ded9da;
  flex-direction: row;
}
@media (min-width: 1024px) {
  body.theme .main-header {
    max-width: none;
    position: fixed;
    top: 0;
    width: 10%;
    height: 100%;
  }
}
body.theme .main-header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}
@media (min-width: 1024px) {
  body.theme .main-header .container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
  }
}
body.theme .main-header a {
  display: flex;
}
body.theme .main-header .logo img {
  max-width: 120px;
}
@media (min-width: 1024px) {
  body.theme .main-header .logo img {
    min-width: 100%;
  }
}
body.theme .main-header .menu-button svg {
  fill: #d09910;
  width: 28px;
  height: 28px;
}
body.theme .main-header .menu-button svg rect {
  transition: all 0.5s ease-in;
}
body.theme .main-header .menu-button.active svg .menu-button-x {
  opacity: 0;
}
body.theme .main-header .lets-talk {
  display: none;
}
@media (min-width: 1024px) {
  body.theme .main-header .lets-talk {
    display: flex;
  }
}
body.theme .main-header .lets-talk a {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  display: flex;
  position: relative;
  line-height: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  z-index: 5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  body.theme .main-header .lets-talk a {
    writing-mode: sideways-lr;
  }
}
body.theme .main-header .lets-talk a span {
  display: block;
  transition: all 0.8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  color: #231f20;
}
body.theme .main-header .lets-talk a:after {
  content: attr(title);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: all 0.8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  opacity: 0;
  color: #d09910;
}
body.theme .main-header .lets-talk a:hover span {
  transform: translateX(-100%);
  opacity: 0;
}
body.theme .main-header .lets-talk a:hover:after {
  opacity: 1;
  transform: translateX(0%);
}
body.theme .elementor-page .page-header {
  padding-top: 40px;
}
body.theme:not(.elementor-page) .page-header {
  padding: 0 16px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  min-height: 60vh;
  background: url("../images/page-header.webp") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
body.theme:not(.elementor-page) .page-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
}
body.theme:not(.elementor-page) .page-header .container {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  body.theme:not(.elementor-page) .page-header .container {
    max-width: 1320px;
  }
}
body.theme:not(.elementor-page) .page-header .page-title {
  color: #fff;
}

body.theme.admin-bar .main-header {
  top: 0;
}
@media (min-width: 1024px) {
  body.theme.admin-bar .main-header {
    top: 32px;
  }
}

.overlay-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #231f20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  padding: 25vw 5vw 0;
}
@media (min-width: 1024px) {
  .overlay-menu {
    flex-direction: row;
    padding: 12vw 10vw 10vw 15vw;
  }
}
.overlay-menu ul {
  list-style: none;
  padding: 0;
}
.overlay-menu .main-navigation, .overlay-menu .info-section {
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-end;
}
.overlay-menu .main-navigation {
  position: relative;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .overlay-menu .main-navigation {
    width: 50%;
  }
}
.overlay-menu .main-navigation > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (min-width: 1024px) {
  .overlay-menu .main-navigation > div {
    justify-content: space-between;
  }
}
.overlay-menu .main-navigation ul.menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
  gap: 24px;
}
@media (min-width: 1024px) {
  .overlay-menu .main-navigation ul.menu {
    justify-content: space-between;
  }
}
.overlay-menu .main-navigation ul.menu li {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .overlay-menu .main-navigation ul.menu li {
    justify-content: flex-start;
  }
}
.overlay-menu .main-navigation a {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  display: flex;
  position: relative;
  line-height: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  z-index: 5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 640px) {
  .overlay-menu .main-navigation a {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .overlay-menu .main-navigation a {
    font-size: 32px;
  }
}
.overlay-menu .main-navigation a span {
  display: block;
  transition: all 0.8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  color: #fff;
}
.overlay-menu .main-navigation a:after {
  content: attr(title);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  opacity: 0;
  color: #d09910;
}
.overlay-menu .main-navigation a:hover span {
  transform: translateY(-100%);
  opacity: 0;
}
.overlay-menu .main-navigation a:hover:after {
  opacity: 1;
  transform: translateY(0%);
}
.overlay-menu .info-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: 18px;
  display: none;
}
@media (min-width: 1024px) {
  .overlay-menu .info-section {
    display: flex;
    width: 50%;
  }
}
.overlay-menu .info-section ul {
  padding: 0;
  margin: 0;
}
.overlay-menu .info-section a {
  font-weight: 500;
}
.overlay-menu .info-section .social-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.overlay-menu .info-section .social-links a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s ease;
  color: #d09910;
}
.overlay-menu .info-section .social-links a:hover {
  color: #fff;
}
.overlay-menu .info-section .social-links i {
  display: flex;
  justify-content: center;
  width: 24px;
}
@media (min-width: 1024px) {
  .overlay-menu .info-section {
    width: 30%;
  }
}
.overlay-menu .info-section .address {
  overflow: hidden;
}
.overlay-menu .info-section .address li {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  padding: 0;
}
.overlay-menu .info-section .address li:first-child, .overlay-menu .info-section .address li:last-child {
  padding: 0;
}
.overlay-menu .info-section .address li span {
  min-width: 100px;
  color: #9f9196;
}
.overlay-menu .info-section .address a {
  color: #d09910;
  transition: all 0.4s ease;
}
.overlay-menu .info-section .address a:hover {
  color: #fff;
}

.elementor-location-footer {
  position: relative;
  z-index: 1;
}
.elementor-location-footer footer.elementor-element > .elementor-element {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .elementor-location-footer footer.elementor-element > .elementor-element {
    padding-left: 10%;
  }
}
.elementor-location-footer footer.elementor-element > .elementor-element > .e-con-inner {
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .elementor-location-footer footer.elementor-element > .elementor-element > .e-con-inner {
    max-width: 1140px;
  }
}
@media (min-width: 1536px) {
  .elementor-location-footer footer.elementor-element > .elementor-element > .e-con-inner {
    max-width: 1320px;
  }
}

body.theme .elementor-widget-button a.elementor-button {
  position: relative;
  transition: all 0.4s ease-in-out;
  background: transparent;
  border: none;
  border-radius: 100px;
  font-weight: 500;
  text-decoration: none;
  padding: 14px 48px 14px 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  background: linear-gradient(-45deg, #d09910 37%, #eecd21 100%, #fff);
}
body.theme .elementor-widget-button a.elementor-button:before {
  content: "";
  background: #231f20;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 28px;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}
body.theme .elementor-widget-button a.elementor-button .elementor-button-content-wrapper {
  z-index: 10;
  position: relative;
  left: 10px;
  transition: all 0.5s ease-in-out;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
body.theme .elementor-widget-button a.elementor-button:hover {
  border: none;
}
body.theme .elementor-widget-button a.elementor-button:hover:before {
  transform: scale(100);
}
body.theme .elementor-widget-button a.elementor-button:hover .elementor-button-content-wrapper {
  color: #fff;
  left: 0;
}
body.theme .elementor-widget-button.btn-sec a.elementor-button {
  background: transparent;
  border: solid 1px #d09910;
}
body.theme .elementor-widget-button.btn-sec a.elementor-button:before {
  background: linear-gradient(-45deg, #d09910 5%, #eecd21 100%);
}
body.theme .elementor-widget-button.btn-sec a.elementor-button .elementor-button-content-wrapper {
  color: #fff;
}
body.theme .elementor-widget-button.btn-sec a.elementor-button:hover .elementor-button-content-wrapper {
  color: #fff;
}
body.theme .elementor-widget-button.btn-sec-outline a.elementor-button {
  background: transparent;
  border: solid 1px #231f20;
}
body.theme .elementor-widget-button.btn-sec-outline a.elementor-button:before {
  background: linear-gradient(-45deg, #847379 5%, #231f20 100%);
}
body.theme .elementor-widget-button.btn-sec-outline a.elementor-button .elementor-button-content-wrapper {
  color: #231f20;
}
body.theme .elementor-widget-button.btn-sec-outline a.elementor-button:hover .elementor-button-content-wrapper {
  color: #fff;
}
body.theme .elementor-widget-button.btn-sm a.elementor-button {
  padding: 12px 30px 12px 30px;
}
body.theme .elementor-widget-button.btn-sm a.elementor-button:before {
  left: 16px;
}
body.theme .elementor-widget-button.btn-sm a.elementor-button .elementor-button-content-wrapper {
  font-size: 15px;
}
body.theme .elementor-widget-button.btn-link a.elementor-button {
  left: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  color: #231f20;
}
body.theme .elementor-widget-button.btn-link a.elementor-button::before {
  display: none;
}
body.theme .elementor-widget-button.btn-link a.elementor-button .elementor-button-content-wrapper {
  left: 0;
  color: #231f20;
  font-size: 16px;
}
body.theme .elementor-widget-button.btn-link a.elementor-button .elementor-button-icon {
  position: relative;
  color: currentColor;
  width: 16px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
body.theme .elementor-widget-button.btn-link a.elementor-button .elementor-button-icon svg {
  fill: currentColor;
  width: 14px;
}
body.theme .elementor-widget-button.btn-link a.elementor-button:hover {
  left: 0;
  border: none;
}
body.theme .elementor-widget-button.btn-link a.elementor-button:hover .elementor-button-content-wrapper {
  color: #768b90;
}
body.theme .elementor-widget-button.btn-link a.elementor-button:hover .elementor-button-icon {
  animation: hoverBtn 0.4s linear;
}
body.theme .elementor-widget-button.btn-link.white a.elementor-button .elementor-button-content-wrapper {
  color: #fff;
}
body.theme .elementor-widget-button.btn-link.white a.elementor-button:hover .elementor-button-content-wrapper {
  color: #eecd21;
}
body.theme .elementor-widget-button.btn-tag a.elementor-button {
  padding: 0;
  background: #584c50;
  pointer-events: none;
}
body.theme .elementor-widget-button.btn-tag a.elementor-button:before {
  display: none;
}
body.theme .elementor-widget-button.btn-tag a.elementor-button .elementor-button-content-wrapper {
  left: 0;
  font-size: 14px;
  padding: 10px 16px;
  letter-spacing: -0.01em;
}

:root {
  --before-bg: #d09910;
}

@media (min-width: 1024px) {
  body.theme .hero, body.theme .page-header {
    padding-top: 0;
  }
}
body.theme .hero .hero-title h1.elementor-heading-title, body.theme .page-header .hero-title h1.elementor-heading-title {
  font-size: 2.5em;
  color: #fff;
  letter-spacing: -0.02em;
}
@media (min-width: 1280px) {
  body.theme .hero .hero-title h1.elementor-heading-title, body.theme .page-header .hero-title h1.elementor-heading-title {
    font-size: 4em;
  }
}
@media (min-width: 1536px) {
  body.theme .hero .hero-title h1.elementor-heading-title, body.theme .page-header .hero-title h1.elementor-heading-title {
    font-size: 4.875em;
    line-height: 1.1;
  }
}
body.theme .hero .hero-title .hero-sub-title h5.elementor-heading-title, body.theme .page-header .hero-title .hero-sub-title h5.elementor-heading-title {
  font-size: 1.125em;
  line-height: 1.6;
  color: #fff;
}
@media (min-width: 1024px) {
  body.theme .hero .hero-title .hero-sub-title h5.elementor-heading-title, body.theme .page-header .hero-title .hero-sub-title h5.elementor-heading-title {
    font-size: 1.25em;
  }
}
body.theme .hero .hero-sub-title, body.theme .page-header .hero-sub-title {
  overflow: hidden;
}
body.theme .hero-images, body.theme .page-header-images {
  min-height: 65vh;
}
@media (min-width: 1024px) {
  body.theme .hero-images, body.theme .page-header-images {
    min-height: 40vh;
    width: 30%;
  }
}
body.theme .hero-images img, body.theme .page-header-images img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  body.theme .hero-images img, body.theme .page-header-images img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.theme .hero-images .e-child, body.theme .page-header-images .e-child {
  display: block;
}
body.theme .hero-images > div, body.theme .page-header-images > div {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  max-width: 360px;
}
@media (min-width: 1024px) {
  body.theme .hero-images > div, body.theme .page-header-images > div {
    max-width: 460px;
  }
}
body.theme .hero-images .image-1, body.theme .page-header-images .image-1 {
  top: 5%;
  left: -30%;
}
@media (min-width: 1024px) {
  body.theme .hero-images .image-1, body.theme .page-header-images .image-1 {
    top: -30%;
    left: -50%;
  }
}
body.theme .hero-images .image-2, body.theme .page-header-images .image-2 {
  top: 25%;
}
@media (min-width: 1024px) {
  body.theme .hero-images .image-2, body.theme .page-header-images .image-2 {
    top: 20%;
    right: 5%;
  }
}
body.theme .hero-images .image-3, body.theme .page-header-images .image-3 {
  top: 55%;
  left: -25%;
}
@media (min-width: 1024px) {
  body.theme .hero-images .image-3, body.theme .page-header-images .image-3 {
    top: 70%;
    left: -40%;
  }
}
body.theme .home-about .about-heading-block h2.elementor-heading-title {
  font-size: 3.25em;
}
body.theme .home-about .about-heading-block .lead {
  overflow: hidden;
}
body.theme .home-about .about-desc {
  overflow: hidden;
  position: relative;
}
body.theme .home-about .about-desc > div {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none !important;
}
body.theme .home-about .elementor-widget-spacer {
  width: 1px;
  background: #c1b8bb;
}
body.theme .about-images div.elementor-element,
body.theme .about-images .logo-circular,
body.theme .about-desc div.elementor-element {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none !important;
}
body.theme .about-feat-icon {
  padding: 24px;
  background: rgba(208, 153, 16, 0.1);
  will-change: transform;
}
body.theme .about-feat > div, body.theme .about-desc,
body.theme .btn-sec, body.theme .gsap, body.theme .counters > div {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none !important;
}
body.theme .about-images {
  position: relative;
  z-index: 1;
}
body.theme .logo-circular {
  position: absolute;
  width: 160px;
  height: 160px;
  background: #fff;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 3;
}
@media (min-width: 1024px) {
  body.theme .logo-circular {
    width: 200px;
    height: 200px;
  }
}
body.theme .logo-circular svg {
  width: 100%;
  height: 100%;
}
body.theme .counter .elementor-counter-number-suffix {
  color: #d09910;
}
body.theme .counter h5.elementor-heading-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #231f20;
}
body.theme .ind-served {
  display: flex;
  position: relative;
}
@media (min-width: 1024px) {
  body.theme .ind-served .top-row {
    margin-bottom: -20px;
  }
  body.theme .ind-served .bottom-row {
    margin-top: -20px;
  }
}
body.theme .ind-served .ind-icon svg {
  max-width: 160px;
  width: 100%;
  height: 100%;
}
body.theme .services-section .services-intro {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  body.theme .services-section .services-intro {
    flex-direction: column;
  }
}
body.theme .services-section .services-intro h2, body.theme .services-section .services-intro h6 {
  overflow: hidden;
}
body.theme .services-section .services-intro .sub-title {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none !important;
}
body.theme .services-section .services-vertical {
  padding-top: 16px;
  padding-bottom: 16px;
}
body.theme .services-section .services-vertical .elementor-icon svg {
  width: 40px;
  height: auto;
}
body.theme .services-section .services-vertical h5.elementor-heading-title {
  font-weight: 600;
  margin-top: -4px;
}
@media (min-width: 1024px) {
  body.theme .services-section .services-vertical h5.elementor-heading-title {
    font-size: 20px;
  }
}
body.theme .services-section .services-vertical .services-desc {
  margin-top: -4px;
}
body.theme .services-section .services-vertical .services-desc p {
  font-size: 14px;
}
body.theme .case-studies.horizontal-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
body.theme .case-studies.horizontal-section div {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none !important;
}
body.theme .case-studies.horizontal-section .e-con-inner {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
body.theme .case-studies.horizontal-section .horizontal-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
}
body.theme .case-studies.horizontal-section .panel {
  max-width: 60vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.theme .case-studies.horizontal-section .panel:first-child {
  padding: 0;
}
body.theme .case-studies.horizontal-section .panel:first-child h2.elementor-heading-title {
  font-size: 3.25em;
  max-width: 70%;
}
body.theme .case-studies.horizontal-section .panel:first-child .portfolio-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  padding: 0;
}
body.theme .case-studies.horizontal-section .panel > .elementor-element {
  gap: 0;
  overflow: hidden;
}
body.theme .case-studies.horizontal-section .panel .elementor-widget-button {
  overflow: hidden;
}
body.theme .case-studies.horizontal-section .panel h2 {
  overflow: hidden;
}
body.theme .case-studies.horizontal-section .portfolio-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  padding: 0 6vw;
}
body.theme .case-studies.horizontal-section .portfolio-item .image {
  margin-bottom: 24px;
}
body.theme .case-studies.horizontal-section .portfolio-item img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
body.theme .clients-carousel {
  position: relative;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none !important;
}
body.theme .clients-carousel:before, body.theme .clients-carousel:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
body.theme .clients-carousel:before {
  left: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
body.theme .clients-carousel:after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
body.theme .clients-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}
body.theme .clients-carousel .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
body.theme .clients-carousel .swiper-slide img {
  max-width: 100%;
  height: auto;
}
body.theme .clients-carousel .swiper-slide h5.elementor-heading-title {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.theme .intro-block .desctiption p {
  overflow: hidden;
}
body.theme .ctoa-section .intro-block .desctiption p {
  font-size: 1.125em;
  visibility: hidden;
}
body.theme .ctoa-section .elementor-widget-button a.elementor-button:before {
  background: #fff;
}
body.theme .ctoa-section .elementor-widget-button a.elementor-button:hover .elementor-button-content-wrapper {
  color: #d09910;
}
body.theme .case-study-item > div {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
body.theme .case-intro h2, body.theme .case-intro h2.elementor-heading-title {
  font-size: 1.875em;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  body.theme .case-intro h2, body.theme .case-intro h2.elementor-heading-title {
    font-size: 2.5em;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1536px) {
  body.theme .case-intro h2, body.theme .case-intro h2.elementor-heading-title {
    font-size: 3em;
    line-height: 1.1;
  }
}
body.theme .timeline-wrapper .timeline-event {
  position: relative;
  display: flex;
  align-items: flex-start;
}
body.theme .timeline-wrapper .timeline-event h3,
body.theme .timeline-wrapper .timeline-event h3.elementor-heading-title {
  font-size: 1.625em;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  body.theme .timeline-wrapper .timeline-event h3,
  body.theme .timeline-wrapper .timeline-event h3.elementor-heading-title {
    font-size: 1.625em;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1536px) {
  body.theme .timeline-wrapper .timeline-event h3,
  body.theme .timeline-wrapper .timeline-event h3.elementor-heading-title {
    font-size: 2em;
  }
}
body.theme .timeline-wrapper .timeline-event::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: var(--before-bg);
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateX(-14px);
}
body.theme .timeline-wrapper .timeline-event > div, body.theme .timeline-wrapper .timeline-event .thumbnail {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: none !important;
}
body.theme .timeline-wrapper .progress {
  position: relative;
}
body.theme .timeline-wrapper .progress-indicate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: top top;
}
body.theme .ind-served .cls-2 {
  fill: #768b90;
}
body.theme .ind-served .cls-3 {
  fill: none;
}
body.theme .ind-served #circular-text {
  fill: #768b90;
}
body.theme .ind-served #icon {
  fill: #c9b64c;
}
body.theme .services-verticals {
  display: none;
}
body.theme .services-verticals .services-vertical:hover .elementor-heading-title, body.theme .services-verticals .services-vertical.active .elementor-heading-title {
  color: #d09910;
}

body.theme .awsm-filter-wrap {
  margin-bottom: 32px;
}
body.theme .awsm-filter-wrap form {
  display: flex;
  justify-content: space-between;
}
body.theme .awsm-filter-wrap .awsm-filter-item-search {
  padding-bottom: 0;
}
body.theme .awsm-filter-wrap .awsm-filter-toggle {
  margin-left: auto;
}
body.theme .awsm-filter-wrap .awsm-filter-items {
  justify-content: end;
}
body.theme .awsm-filter-wrap .awsm-filter-items .awsm-filter-item {
  padding-bottom: 0;
}
body.theme .awsm-selectric .label,
body.theme .awsm-job-form-plugin-style .awsm-job-form-control {
  font-size: 16px;
}
body.theme .awsm-job-listings .awsm-job-item {
  font-size: 0.9375em;
}
body.theme .awsm-job-listings .awsm-job-item a {
  text-decoration: none;
}
body.theme .awsm-job-listings .awsm-job-item h2.awsm-job-post-title {
  font-size: 1.5em;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #231f20;
  margin-bottom: 16px;
  transition: all 0.4s ease-in;
}
body.theme .awsm-job-listings .awsm-job-item .awsm-job-more-container {
  margin-top: 16px;
  color: #d09910;
  transition: all 0.4s ease-in;
  font-size: 18px;
  font-weight: 600;
}
body.theme .awsm-job-listings .awsm-job-item .awsm-job-more-container .awsm-job-more span {
  padding-left: 4px;
}
body.theme .awsm-job-listings .awsm-job-item .awsm-job-more-container .awsm-job-more span:before {
  content: "\e9c5";
  font-family: elementskit !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  position: relative;
  top: 2px;
  transition: all 0.4s ease-in;
}
body.theme .awsm-job-listings .awsm-job-item .awsm-job-specification-item {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  color: #6c5d62;
}
body.theme .awsm-job-listings .awsm-job-item .awsm-job-specification-item i {
  display: flex;
  justify-content: center;
  width: 16px;
}
body.theme .awsm-job-listings .awsm-job-item .awsm-job-specification-wrapper {
  gap: 16px;
}
body.theme .awsm-job-listings .awsm-job-item:hover .awsm-job-more-container {
  color: #6c4217;
}
body.theme .awsm-job-listings .awsm-job-item:hover .awsm-job-more span {
  animation: hoverBtn 0.4s linear;
}
body.theme .awsm-job-listings .awsm-job-item:hover h2.awsm-job-post-title {
  color: #d09910;
}
body.theme .awsm-job-single-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 1024px) {
  body.theme .awsm-job-single-wrap {
    flex-direction: row;
  }
  body.theme .awsm-job-single-wrap .awsm-job-content {
    width: 60%;
  }
}
body.theme .awsm-job-single-wrap .awsm-job-content h2.wp-block-heading,
body.theme .awsm-job-single-wrap .awsm-job-content h3.wp-block-heading,
body.theme .awsm-job-single-wrap .awsm-job-content h4.wp-block-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 600;
}
body.theme .awsm-job-single-wrap .awsm-job-content h2.wp-block-heading {
  font-size: 28px;
  margin-bottom: 24px;
}
body.theme .awsm-job-single-wrap .awsm-job-content h3.wp-block-heading {
  font-size: 24px;
  margin-bottom: 16px;
}
body.theme .awsm-job-single-wrap .awsm-job-content h4.wp-block-heading {
  font-size: 20px;
  margin-bottom: 16px;
}
body.theme .awsm-job-single-wrap .awsm-job-content p {
  margin-bottom: 32px;
}
body.theme .awsm-job-single-wrap .awsm-job-content ul.wp-block-list {
  list-style-type: disc;
  margin-bottom: 1.5em;
}
body.theme .awsm-job-single-wrap .awsm-job-content ol.wp-block-list {
  list-style-type: none;
  margin-bottom: 1.5em;
}
body.theme .awsm-job-single-wrap .awsm-job-content ol.wp-block-list li {
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  body.theme .awsm-job-single-wrap .awsm-job-form {
    width: 35%;
  }
}
body.theme .awsm-job-single-wrap .awsm-job-form h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}
body.theme .awsm-job-single-wrap .awsm-job-form #awsm_form_privacy_policy {
  transform: translateY(3px);
  margin-right: 8px;
}
body.theme .awsm-job-single-wrap .awsm-job-form .awsm-job-form-group input[type=submit] {
  display: block;
  width: 100%;
  border: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 10px 20px;
  background: #d09910;
  transition: all 0.4s ease-in;
  color: #fff;
}
body.theme .awsm-job-single-wrap .awsm-job-form .awsm-job-form-group input[type=submit]:hover {
  background: #231f20;
}
body.theme .awsm-job-specifications-container {
  display: none;
}

@media (min-width: 1024px) {
  body.theme.single-case_study .page-header .hero-title h1.elementor-heading-title {
    font-size: 3.75em;
  }
}
@media (min-width: 1280px) {
  body.theme.single-case_study .page-header .hero-title h1.elementor-heading-title {
    max-width: 85%;
    font-size: 3.75em;
    line-height: 1.2;
  }
}
body.theme.single-case_study .page-header.case-study {
  height: 50vh;
  min-height: none;
}
body.theme .case-studies-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  body.theme .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  body.theme .case-studies-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.theme .case-studies-grid .case-study {
  width: 100%;
  height: auto;
  border: solid 1px #ded9da;
  padding: 16px;
  align-self: stretch;
}
body.theme .case-studies-grid .case-study .case-study-thumb {
  margin-bottom: 16px;
}
body.theme .case-studies-grid .case-study .case-study-thumb img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
body.theme .case-studies-grid .case-study .case-study-title {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #231f20;
}
body.theme .case-studies-grid .case-study .case-study-excerpt {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}
body.theme .case-studies-grid .case-study .case-study-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
}
body.theme .case-studies-grid .case-study .case-study-link:hover .icon:before {
  display: block;
  animation: hoverBtn 0.4s linear;
}
body.theme .case-studies-grid .case-study img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
body.theme .case-studies-pagination {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
body.theme .case-studies-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}
body.theme .case-studies-pagination .page-numbers li {
  margin: 0;
}
body.theme .case-studies-pagination .page-numbers .page-numbers {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  background: #f0eeee;
  color: #231f20;
  border: solid 1px #c1b8bb;
  transition: all 0.4s ease-in;
}
body.theme .case-studies-pagination .page-numbers .page-numbers.current {
  background: #fff;
  color: #41393b;
  border: solid 1px #847379;
}
body.theme .case-studies-pagination .page-numbers .page-numbers.prev, body.theme .case-studies-pagination .page-numbers .page-numbers.next {
  gap: 8px;
}
body.theme .case-studies-pagination .page-numbers .page-numbers .icon {
  font-size: 16px;
  transform: scale(0.8);
}
body.theme .case-studies-pagination .page-numbers .page-numbers:hover:not(.current) {
  color: #231f20;
  background: #fff;
  border: solid 1px #c1b8bb;
}
body.theme .case-study-single .elementor-widget-text-editor ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
body.theme .case-study-single .elementor-widget-text-editor ul li {
  position: relative;
  padding-left: 28px;
}
body.theme .case-study-single .elementor-widget-text-editor ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  font-size: 16px;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
body.theme .case-study-single .elementor-widget-text-editor ul li:last-child {
  margin-bottom: 0;
}
body.theme .text-truncate-3 {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.theme .case-studies .swiper-slide .elementor-heading-title, body.theme .case-carousel .swiper-slide .elementor-heading-title {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes hoverBtn {
  0% {
    transform: translateX(0);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(0);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}