@font-face {
  font-family: "bexon-icons";
  src: url("../fonts/bexon-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="tji-"],
[class*=" tji-"] {
  font-family: "bexon-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tji-check::before { content: "\e911"; }
.tji-play::before { content: "\e91a"; }

@font-face {
  font-family: "General Sans";
  src: url("../fonts/general-sans-variable.woff2") format("woff2-variations"),
       url("../fonts/general-sans-variable.woff2") format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/general-sans-variable-italic.woff2") format("woff2-variations"),
       url("../fonts/general-sans-variable-italic.woff2") format("woff2");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Alu-Rex Brand Identity Guidelines 2026 */
  --primary: #000000;
  --accent: #ffcd00;
  --font: 'Roboto', sans-serif;
  --radius: 8px;
  --bg: #ffffff;
  --text: #323232;
  --btn-bg: var(--primary);
  --btn-text: #ffffff;
  --card-bg: #ffffff;

  --color-primary: var(--primary);
  --color-primary-rgb: 0, 0, 0;
  --color-dark: #141414;
  --color-dark-soft: #252525;
  --color-dark-2: #303030;
  --color-bg-soft: var(--bg);
  --color-bg-softer: var(--card-bg);
  --color-white: var(--bg);
  --color-text-heading: var(--text);
  --color-text-body: var(--text);
  --color-text-muted: color-mix(in srgb, var(--text) 60%, var(--bg));
  --color-text-soft: color-mix(in srgb, var(--text) 45%, var(--bg));
  --color-border: color-mix(in srgb, var(--text) 20%, var(--bg));
  --font-body: var(--font);
  --font-heading: 'Bebas Neue', var(--font);
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: clamp(2rem, 4vw, 3.75rem);
  --radius-sm: var(--radius);
  --radius-md: var(--radius);
  --radius-lg: calc(var(--radius) + 4px);
  --radius-xl: calc(var(--radius) + 14px);

  --brand-primary: var(--color-primary);
  --brand-primary-rgb: var(--color-primary-rgb);
  --brand-dark: var(--color-dark);
  --brand-bg-soft: var(--color-bg-soft);
  --brand-bg-softer: var(--color-bg-softer);
  --brand-bg-white: var(--color-white);
  --brand-text-heading: var(--color-text-heading);
  --brand-text-body: var(--color-text-body);
  --brand-text-muted: var(--color-text-muted);
  --brand-text-soft: var(--color-text-soft);
  --brand-font-body: var(--font-body);
  --brand-font-heading: var(--font-heading);

  --tj-color-common-white: #ffffff;
  --tj-color-heading-primary: var(--text);
  --tj-color-text-body: var(--text);
  --tj-color-text-body-2: var(--color-text-soft);
  --tj-color-theme-primary: var(--primary);
  --tj-color-theme-bg: var(--card-bg);
  --tj-color-theme-dark: var(--color-dark);
  --tj-color-theme-dark-2: var(--color-dark-soft);
  --tj-color-grey-1: var(--card-bg);
  --tj-color-border-1: var(--color-border);
  --tj-ff-body: var(--font-body);
  --tj-ff-heading: var(--font-heading);
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-medium: 500;
  --tj-fw-regular: 400;
  --tj-fs-body: 16px;
  --tj-fs-h2: 48px;
  --tj-fs-h5: 20px;

  --fs-display: clamp(3rem, 1.6rem + 5vw, 6rem);
  --fs-h1: clamp(2.5rem, 1.2rem + 3vw, 4rem);
  --fs-h2: clamp(2rem, 1rem + 2vw, 3rem);
  --fs-h3: clamp(1.5rem, 0.8rem + 1.5vw, 2.25rem);
  --fs-h4: clamp(1.25rem, 0.85rem + 1vw, 1.5rem);
  --fs-body: 1rem;
  --fs-body-lg: clamp(1.0625rem, 0.95rem + 0.3vw, 1.1875rem);
  --fs-small: 0.875rem;
  --fw-semibold: 600;
  --fw-bold: 700;
  --lh-snug: 1.15;
  --lh-relaxed: 1.6;
  --ls-heading: -0.01em;
  --ls-button: 0.01em;
  --measure: 65ch;
  --text-color: var(--text);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: var(--bg);
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
  color: var(--text);
  background-color: var(--bg);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 12px;
}

.container-fluid {
  width: 100%;
  padding-inline: 12px;
}

.px-0 {
  padding-inline: 0 !important;
}

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

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

.g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

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

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

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

.row-gap-4 {
  --bs-gutter-y: 1.5rem;
}

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

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
}

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

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

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

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

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

.w-100 {
  width: 100% !important;
}

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

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

@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

.fix {
  overflow: hidden;
}

.section-gap {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
       only screen and (min-width: 576px) and (max-width: 767px),
       (max-width: 575px) {
  .section-gap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-gap-x {
  margin-inline-start: 15px;
  margin-inline-end: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-gap-x {
    margin-inline-start: 12px;
    margin-inline-end: 12px;
  }
}

.wow.fadeInUp,
.wow.fadeInLeft,
.wow.fadeInRight {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--wow-delay, 0s);
}

.wow.fadeInLeft {
  transform: translate3d(-36px, 0, 0);
}

.wow.fadeInRight {
  transform: translate3d(36px, 0, 0);
}

.wow.fadeInUp.is-inview,
.wow.fadeInLeft.is-inview,
.wow.fadeInRight.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .wow.fadeInUp,
  .wow.fadeInLeft,
  .wow.fadeInRight {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.btn-fill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease;
}

.btn-fill::before {
  content: none;
  display: none;
}

.btn-fill * {
  position: relative;
  z-index: 1;
}

.tj-primary-btn:not(.no-btn-fill),
.tj-primary-btn-lg:not(.no-btn-fill) {
  transition: background-color 0.25s ease;
}

.tj-primary-btn:not(.no-btn-fill)::before,
.tj-primary-btn-lg:not(.no-btn-fill)::before {
  content: none;
  display: none;
}

.tj-primary-btn:not(.no-btn-fill):hover,
.tj-primary-btn:not(.no-btn-fill):focus-visible,
.tj-primary-btn-lg:not(.no-btn-fill):hover,
.tj-primary-btn-lg:not(.no-btn-fill):focus-visible {
  background-color: color-mix(in srgb, var(--btn-bg) 82%, #000000);
}

.tj-primary-btn:not(.no-btn-fill):hover .btn-text,
.tj-primary-btn:not(.no-btn-fill):focus-visible .btn-text,
.tj-primary-btn-lg:not(.no-btn-fill):hover .btn-text,
.tj-primary-btn-lg:not(.no-btn-fill):focus-visible .btn-text,
.tj-primary-btn:not(.no-btn-fill):hover .btn-icon i,
.tj-primary-btn:not(.no-btn-fill):focus-visible .btn-icon i,
.tj-primary-btn-lg:not(.no-btn-fill):hover .btn-icon i,
.tj-primary-btn-lg:not(.no-btn-fill):focus-visible .btn-icon i {
  color: var(--btn-text);
}

.tj-primary-btn:not(.no-btn-fill) > *,
.tj-primary-btn-lg:not(.no-btn-fill) > * {
  position: relative;
  z-index: 1;
}

.tj-primary-btn.video-popup:hover .btn-icon i,
.tj-primary-btn.video-popup:focus-visible .btn-icon i {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .btn-fill,
  .tj-primary-btn:not(.no-btn-fill),
  .tj-primary-btn-lg:not(.no-btn-fill) {
    transition: none;
  }
}

.title-anim {
  opacity: 1;
  transform: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100000010;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  background: rgba(17, 17, 17, 0.82);
  backdrop-filter: blur(10px);
}

.video-modal[hidden] {
  display: none !important;
}

.video-modal__dialog {
  width: min(1100px, 100%);
  position: relative;
}

.video-modal__close {
  position: absolute;
  top: -40px;
  inset-inline-end: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.video-modal__frame-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.video-modal__frame {
  width: 100%;
  height: 100%;
  border: 0;
}

#tj-back-to-top {
  height: 60px;
  width: 60px;
  background-color: var(--card-bg);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  inset-inline-end: 40px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #tj-back-to-top {
    height: 50px;
    width: 50px;
  }
}
#tj-back-to-top.active {
  bottom: 40px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
          animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--tj-color-theme-primary);
}
#tj-back-to-top .return {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#tj-back-to-top-percentage {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background-color: var(--card-bg);
  color: var(--tj-color-theme-dark);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: var(--tj-fw-sbold);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;
}
#tj-back-to-top-percentage i {
  font-size: var(--tj-fs-h5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #tj-back-to-top {
    inset-inline-end: 30px;
  }
  #tj-back-to-top.active {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #tj-back-to-top {
    bottom: 20px;
    inset-inline-end: 20px;
  }
  #tj-back-to-top.active {
    bottom: 20px;
  }
}

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
            transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
            transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.tj-primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  background-color: var(--btn-bg);
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  padding: 5px 5px 5px 25px;
  text-align: center;
  border-radius: var(--radius-sm);
  line-height: 1;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}
.tj-primary-btn .btn-text {
  color: var(--btn-text);
  overflow: hidden;
}
.tj-primary-btn .btn-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.tj-primary-btn .btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-color: transparent;
  border-radius: var(--radius-sm);
}
.tj-primary-btn .btn-icon i {
  color: var(--btn-text);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tj-primary-btn.btn-dark {
  background-color: var(--btn-bg);
}
.tj-primary-btn.btn-dark .btn-icon {
  background-color: transparent;
}
.tj-primary-btn.btn-dark .btn-icon i {
  color: var(--btn-text);
}
.tj-primary-btn.transparent-btn {
  background-color: transparent;
  border: 1px solid var(--tj-color-border-1);
}
.tj-primary-btn.transparent-btn .btn-text {
  color: var(--tj-color-heading-primary);
}
.tj-primary-btn.transparent-btn:hover {
  border-color: var(--tj-color-theme-dark);
}
.tj-primary-btn:hover .btn-icon i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.tj-primary-btn-lg {
  font-size: 20px;
  padding: 7px 7px 7px 44px;
  gap: 14px;
}
.tj-primary-btn-lg .btn-icon {
  font-size: 27px;
  width: 59px;
  height: 59px;
}
.sec-heading {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  width: 100%;
  margin-bottom: 52px;
}
.sec-heading-centered {
  max-width: 550px;
  text-align: center;
}
.sec-heading .sec-title {
  margin-bottom: 0;
}
.sec-heading .sec-title span {
  color: var(--accent);
}
.sec-heading .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--tj-color-heading-primary);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: var(--tj-fw-bold);
  border: 1px dashed var(--tj-color-border-1);
  padding: 2px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.sec-heading .sub-title i {
  color: var(--tj-color-theme-primary);
  font-size: 22px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sec-heading .sub-title {
    margin-bottom: 15px;
  }
}
.sec-heading .sub-title.text-white {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sec-heading .sub-title {
    font-size: 13px;
  }
}
.sec-heading.style-2 .sec-title span {
  color: var(--tj-color-text-body-2);
}
.sec-heading.style-2 .sub-title {
  color: var(--tj-color-theme-primary);
  background-color: var(--card-bg);
  border: 0;
  padding: 7px 10px;
}
.sec-heading.style-3 .sub-title {
  color: var(--tj-color-theme-primary);
  padding: 0;
  border: 0;
}
.sec-heading.style-4 .sub-title {
  color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.sec-heading.style-6 .sub-title {
  padding: 4px 8px;
}
.sec-heading.style-7 .sub-title {
  color: var(--tj-color-heading-primary);
  padding: 4px 8px;
}
.sec-heading.style-8 .sub-title {
  color: var(--tj-color-theme-primary);
  border: 0;
  padding: 0 0 0 12px;
  position: relative;
}
.sec-heading.style-8 .sub-title::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--tj-color-theme-primary);
  position: absolute;
  inset-inline-start: 0;
  top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sec-heading {
    margin-bottom: 35px;
  }
}
.about-img-area {
  position: relative;
  -webkit-margin-end: -8px;
          margin-inline-end: -8px;
}
.about-img-area .about-img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: var(--radius-md);
}
.about-img-area .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-md);
}

.about-content-area .sec-heading {
  margin-bottom: 30px;
}

.video-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 1;
  color: var(--tj-color-common-white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  backdrop-filter: blur(10px);
}
.video-btn span {
  font-size: 15px;
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.video-btn:hover {
  color: var(--tj-color-common-white);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.bg-shape-2, .bg-shape-1 {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  max-width: 370px;
  width: 100%;
  z-index: -1;
  mix-blend-mode: difference;
  pointer-events: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bg-shape-2, .bg-shape-1 {
    max-width: 260px;
  }
}
.bg-shape-2 {
  top: inherit;
  inset-inline-start: inherit;
  bottom: 0;
  inset-inline-end: 0;
}
.list-items {
  list-style: none;
}
.list-items li {
  color: var(--tj-color-text-body);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-bottom: 7px;
}
.list-items li:last-child {
  margin-bottom: 0;
}
.list-items li i {
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: var(--tj-color-theme-primary);
  margin-top: 6px;
}
.tj-pricing-section {
  background-color: var(--tj-color-theme-bg);
  position: relative;
  z-index: 1;
}
.tj-pricing-section .sec-heading {
  max-width: 550px;
}

.pricing-box {
  padding: 46px 30px 40px;
  background-color: var(--card-bg);
  border-radius: var(--radius-md);
}
.pricing-box.active {
  background-color: var(--tj-color-theme-primary);
}
.pricing-box.active .package-name {
  color: var(--tj-color-common-white);
}
.pricing-box.active .package-desc p {
  color: var(--tj-color-common-white);
}
.pricing-box.active .package-price {
  color: var(--tj-color-common-white);
}
.pricing-box.active .package-currency {
  color: var(--tj-color-common-white);
}
.pricing-box.active .package-period {
  color: var(--tj-color-common-white);
}
.pricing-box.active .pricing-btn a {
  background-color: var(--card-bg);
  border-color: var(--tj-color-common-white);
}
.pricing-box.active .pricing-btn a .btn-text {
  color: var(--tj-color-heading-primary);
}
.pricing-box.active .list-items ul li {
  color: var(--tj-color-common-white);
}
.pricing-box.active .list-items ul li i {
  color: var(--tj-color-common-white);
}

.package-name {
  font-weight: var(--tj-fw-sbold);
  line-height: 1;
  margin-bottom: 11px;
}
.package-desc p {
  margin-bottom: 0;
}
.package-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 64px;
  color: var(--tj-color-heading-primary);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  line-height: 0.8;
  margin: 30px 0 40px;
}
.package-currency {
  font-size: 24px;
}
.package-period {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-text-body);
  margin-top: auto;
}

.pricing-btn {
  overflow: hidden;
  margin-bottom: 37px;
}
.pricing-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 1px solid var(--tj-color-theme-primary);
  padding: 12px;
  border-radius: var(--radius-sm);
}
.pricing-btn a .btn-text {
  font-weight: var(--tj-fw-sbold);
}

.list-items ul li {
  gap: 12px;
  margin-bottom: 16px;
}
.pulse2 {
  -webkit-animation: pulse2 2s linear infinite;
          animation: pulse2 2s linear infinite;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgb(255, 255, 255);
    box-shadow: 0 0 0 0px rgb(255, 255, 255);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgb(255, 255, 255);
    box-shadow: 0 0 0 0px rgb(255, 255, 255);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.alurex-install-section {
  position: relative;
  z-index: 1;
}
.alurex-install-section__media {
  position: relative;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.alurex-install-section__media .about-img {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.alurex-install-section__media .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.alurex-install-section__badge {
  position: absolute;
  inset-inline-start: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background-color: var(--card-bg);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  -webkit-box-shadow: 0 14px 30px rgba(17, 17, 17, 0.12);
          box-shadow: 0 14px 30px rgba(17, 17, 17, 0.12);
}
.alurex-install-section__badge-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-theme-dark);
  font-size: 18px;
  line-height: 1;
}
.alurex-install-section__badge-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
.alurex-install-section__badge-text strong {
  font-family: var(--tj-ff-heading);
  font-size: 15px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-heading-primary);
}
.alurex-install-section__badge-text span {
  font-size: 13px;
  color: var(--tj-color-text-body);
}
.alurex-install-section__content {
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .alurex-install-section__content {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .alurex-install-section__content {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.alurex-install-section__content .sec-heading {
  margin-bottom: 28px;
}

.alurex-install-section__content .sec-heading .sec-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.alurex-install-section__content .sec-title .sec-title__lead,
.alurex-install-section__content .sec-title .sec-title__accent {
  display: block;
  margin-inline-start: 0;
}

.alurex-install-section__content .sec-title .sec-title__lead {
  color: var(--tj-color-heading-primary);
}

.alurex-install-section__content .sec-title .sec-title__accent {
  color: var(--accent);
}

@media only screen and (max-width: 575px) {
  .alurex-install-section__content .sec-heading .sec-title {
    font-size: clamp(1.75rem, 6.5vw, 2.25rem);
  }
}
.alurex-install-section__content .sec-heading .desc {
  margin-top: 18px;
}
.alurex-install-section__list {
  margin-bottom: 32px;
}
.alurex-install-section__list .list-items li {
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-heading-primary);
  align-items: flex-start;
}
.alurex-install-section__list .list-items li i {
  font-size: 11px;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .alurex-install-section__badge {
    inset-inline-start: 16px;
    bottom: 16px;
    padding: 10px 14px;
    gap: 10px;
  }
  .alurex-install-section__badge-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .alurex-install-section__list {
    margin-bottom: 24px;
  }
}

.alurex-teaser-section {
  background-color: var(--tj-color-theme-bg);
  border-radius: var(--radius-md);
  position: relative;
  z-index: 1;
}
.alurex-teaser__heading {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 50px;
  text-align: center;
}
.alurex-teaser__heading .sec-title span {
  color: var(--accent);
}
.alurex-teaser__heading .desc {
  margin-top: 18px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .alurex-teaser__heading {
    margin-bottom: 35px;
  }
}
.alurex-teaser__grid > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alurex-product-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: var(--card-bg);
  border: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.alurex-product-teaser:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 18px 40px rgba(17, 17, 17, 0.1);
          box-shadow: 0 18px 40px rgba(17, 17, 17, 0.1);
}
.alurex-product-teaser__media {
  position: relative;
  background-color: var(--tj-color-grey-1);
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.alurex-product-teaser__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.alurex-product-teaser:hover .alurex-product-teaser__media img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.alurex-teaser-section--tech-media .alurex-product-teaser__media {
  aspect-ratio: 16 / 9;
  background-color: var(--card-bg);
}

.alurex-teaser-section--tech-media .alurex-product-teaser__media img {
  object-fit: contain;
  object-position: center;
}

.alurex-teaser-section--tech-media .alurex-product-teaser:hover .alurex-product-teaser__media img {
  transform: none;
}

.alurex-teaser-section--tech-media .alurex-product-teaser__media-overlay {
  display: none;
}

.alurex-product-teaser__media-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.05)), to(rgba(17, 17, 17, 0.45)));
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.45) 100%);
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.alurex-product-teaser:hover .alurex-product-teaser__media-overlay {
  opacity: 0.85;
}
.alurex-product-teaser__media .video-btn {
  width: 64px;
  height: 64px;
  color: var(--tj-color-common-white);
  background: rgba(255, 255, 255, 0.18);
  border: 0;
  z-index: 6;
  -webkit-backdrop-filter: blur(14px) saturate(140%);
          backdrop-filter: blur(14px) saturate(140%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 14px 36px rgba(17, 17, 17, 0.35);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 14px 36px rgba(17, 17, 17, 0.35);
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.alurex-product-teaser__media .video-btn::before {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-animation: pulse2 2.4s linear infinite;
          animation: pulse2 2.4s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
.alurex-product-teaser__media .video-btn span {
  font-size: 14px;
}
.alurex-product-teaser:hover .alurex-product-teaser__media .video-btn {
  background: rgba(255, 255, 255, 0.28);
}
.alurex-product-teaser__media .video-btn:focus-visible {
  outline: 2px solid var(--tj-color-theme-primary);
  outline-offset: 4px;
}
@media only screen and (max-width: 575px) {
  .alurex-product-teaser__media .video-btn,
  .alurex-product-teaser__media .video-btn::before {
    width: 54px;
    height: 54px;
  }
  .alurex-product-teaser__media .video-btn span {
    font-size: 12px;
  }
}
.alurex-product-teaser__body {
  padding: 24px 26px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 10px;
}
.alurex-product-teaser__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-weight: var(--tj-fw-bold);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--tj-color-theme-dark);
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  padding: 6px 12px;
  line-height: 1;
  margin-bottom: 4px;
}
.alurex-product-teaser__title {
  font-family: var(--tj-ff-heading);
  font-size: 24px;
  font-weight: var(--tj-fw-sbold);
  line-height: 1.2;
  color: var(--tj-color-heading-primary);
  margin: 0;
}
.alurex-product-teaser__desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--tj-color-text-body);
  margin: 0;
}

.alurex-product-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 6px;
}

.alurex-product-feature {
  background: var(--bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 14px 12px 12px;
}

.alurex-product-feature:has(.alurex-product-feature__icon) {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 2px;
  align-items: start;
  padding: 10px 10px 9px;
}

.alurex-product-feature__icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: block;
  width: 28px;
  height: 28px;
  margin: 1px 0 0;
  object-fit: contain;
  flex-shrink: 0;
}

.alurex-product-feature__stat {
  font-family: var(--tj-ff-heading);
  font-size: 1.0625rem;
  font-weight: var(--tj-fw-sbold);
  line-height: 1.2;
  color: var(--accent);
  margin: 0 0 6px;
}

.alurex-product-feature:has(.alurex-product-feature__icon) .alurex-product-feature__stat {
  grid-column: 2;
  grid-row: 1;
  font-size: 0.9375rem;
  line-height: 1.15;
  margin: 0;
}

.alurex-product-feature__text {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--tj-color-text-body);
  margin: 0;
}

.alurex-product-feature:has(.alurex-product-feature__icon) .alurex-product-feature__text {
  grid-column: 2;
  grid-row: 2;
  font-size: 0.75rem;
  line-height: 1.35;
}

@media only screen and (max-width: 575px) {
  .alurex-product-features {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .alurex-product-teaser__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .alurex-product-teaser__body {
    padding: 22px 22px 24px;
  }
  .alurex-product-teaser__title {
    font-size: 21px;
  }
  .alurex-product-teaser__tag {
    font-size: 10px;
    letter-spacing: 1.2px;
    padding: 5px 10px;
  }
}
.alurex-teaser__cta {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .alurex-teaser__cta {
    margin-top: 30px;
  }
}

.sec-title {
  font-size: var(--fs-h2);
  font-weight: var(--fw-bold);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-heading);
}

.tj-primary-btn,
.tj-primary-btn-lg {
  font-family: var(--brand-font-body);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-button);
  font-size: var(--fs-body);
}

.sec-heading .desc {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
}

.alurex-product-teaser__desc {
  font-size: var(--fs-body);
  line-height: var(--lh-relaxed);
}



.alurex-install-section__media .alurex-install-section__badge {
  width: 20%;
  min-width: 110px;
  max-width: 180px;
  padding: 8px 12px;
  z-index: 3;
}

.alurex-install-section__media .alurex-install-section__badge img {
  width: 100%;
  height: auto;
  display: block;
}

.alurex-product-teaser__media .alurex-install-section__badge {
  width: 20%;
  min-width: 110px;
  max-width: 180px;
  padding: 8px 12px;
  z-index: 3;
}

.alurex-product-teaser__media .alurex-install-section__badge img {
  width: 100%;
  height: auto;
  display: block;
}

.alurex-product-teaser__media .alurex-install-section__badge--rollback,
.alurex-product-teaser__media .alurex-install-section__badge--vortex,
.alurex-product-teaser__media .alurex-install-section__badge--eclipse {
  width: 35%;
  min-width: 0;
  max-width: none;
  padding: 8px 12px;
}

.alurex-product-teaser__media .alurex-install-section__badge--rollback img,
.alurex-product-teaser__media .alurex-install-section__badge--vortex img,
.alurex-product-teaser__media .alurex-install-section__badge--eclipse img {
  width: 100%;
  height: auto;
  display: block;
}

.alurex-product-teaser__media .alurex-install-section__badge--warranty {
  width: 24%;
  min-width: 96px;
  max-width: 132px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.alurex-install-section__media:hover .about-img .alurex-product-teaser__media-overlay {
  opacity: 0.85;
}

.alurex-install-section__media .about-img .video-btn {
  width: 64px;
  height: 64px;
  color: var(--tj-color-common-white);
  background: rgba(255, 255, 255, 0.18);
  border: 0;
  z-index: 6;
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 14px 36px rgba(17, 17, 17, 0.35);
  transition: background 0.3s ease, transform 0.3s ease;
}

.alurex-install-section__media .about-img .video-btn::before {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.12);
  animation: pulse2 2.4s linear infinite;
  z-index: -1;
  border-radius: 50%;
}

.alurex-install-section__media .about-img .video-btn span {
  font-size: 14px;
}

.alurex-install-section__media:hover .about-img .video-btn {
  background: rgba(255, 255, 255, 0.28);
}

.alurex-install-section__media .about-img .video-btn:focus-visible {
  outline: 2px solid var(--tj-color-theme-primary);
  outline-offset: 4px;
}

@media only screen and (max-width: 575px) {
  .alurex-install-section__media .about-img .video-btn,
  .alurex-install-section__media .about-img .video-btn::before {
    width: 54px;
    height: 54px;
  }

  .alurex-install-section__media .about-img .video-btn span {
    font-size: 12px;
  }
}

.alurex-install-section__cta .tj-primary-btn.video-popup .btn-icon {
  width: 34px;
  height: 34px;
  font-size: 13px;
}

.alurex-install-section__cta .tj-primary-btn.video-popup .btn-icon i {
  font-size: 13px;
  line-height: 1;
  transform: none;
}

.alurex-install-section__cta .tj-primary-btn.video-popup:hover .btn-icon i,
.alurex-install-section__cta .tj-primary-btn.video-popup:focus-visible .btn-icon i {
  transform: none;
}

.web-proposal-teaser-pricing-band {
  background-color: var(--tj-color-theme-bg);
  position: relative;
  z-index: 1;
}

.web-proposal-teaser-pricing-band .alurex-teaser-section {
  background-color: transparent;
  border-radius: 0;
}

.web-proposal-teaser-pricing-band .alurex-teaser-section.section-gap-x {
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.web-proposal-teaser-pricing-band .tj-pricing-section {
  background-color: transparent;
}

.web-proposal-teaser-pricing-band .alurex-teaser-section.section-gap {
  padding-bottom: clamp(40px, 5vw, 70px);
}

.web-proposal-teaser-pricing-band .tj-pricing-section.web-proposal-pricing.section-gap {
  padding-top: clamp(40px, 5vw, 70px);
}

.web-proposal-teaser-pricing-band .tj-pricing-section.web-proposal-hanger-explained {
  background-color: var(--card-bg);
}

.alurex-teaser__heading .alurex-teaser__kicker-logo {
  display: flex;
  justify-content: center;
  margin: 0 auto clamp(22px, 3vw, 36px);
  padding: 0;
}

.alurex-teaser__heading .alurex-teaser__kicker-logo-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}

.alurex-teaser__heading .alurex-teaser__intro {
  max-width: 40rem;
  margin: 0 auto clamp(28px, 4vw, 44px);
  padding-inline: clamp(8px, 2vw, 16px);
  font-size: clamp(1.02rem, 0.96rem + 0.22vw, 1.125rem);
  line-height: 1.65;
  font-weight: var(--tj-fw-medium);
  letter-spacing: -0.015em;
  color: var(--tj-color-text-body);
  text-align: center;
}

.alurex-teaser__heading .alurex-teaser__intro strong {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-sbold);
}

.web-proposal-pricing.tj-pricing-section .pricing-box {
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow:
    0 1px 2px rgba(17, 17, 17, 0.04),
    0 12px 28px -10px rgba(17, 17, 17, 0.12);
  background-color: var(--card-bg);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.web-proposal-pricing.tj-pricing-section .pricing-box.active {
  background-color: var(--card-bg);
  border-color: var(--tj-color-theme-primary);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.06),
    0 16px 36px -12px rgba(0, 0, 0, 0.14);
}

.web-proposal-pricing .pricing-box__media {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #bfbfbf;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.web-proposal-pricing .pricing-box__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.web-proposal-pricing .pricing-box__body {
  flex: 1 1 auto;
  padding: clamp(22px, 4vw, 34px) clamp(18px, 4vw, 28px) clamp(26px, 4vw, 38px);
  background: var(--card-bg);
  text-align: center;
}

.web-proposal-pricing.tj-pricing-section .pricing-box.active .package-name,
.web-proposal-pricing.tj-pricing-section .pricing-box.active .package-desc p,
.web-proposal-pricing.tj-pricing-section .pricing-box.active .package-price,
.web-proposal-pricing.tj-pricing-section .pricing-box.active .package-currency,
.web-proposal-pricing.tj-pricing-section .pricing-box.active .package-period {
  color: inherit;
}

.web-proposal-pricing.tj-pricing-section .pricing-box.active .package-name {
  color: var(--tj-color-heading-primary);
}

.web-proposal-pricing.tj-pricing-section .pricing-box.active .package-desc p {
  color: var(--tj-color-text-body);
}

.web-proposal-pricing.tj-pricing-section .pricing-box.active .package-price {
  color: var(--tj-color-heading-primary);
}

.web-proposal-pricing.tj-pricing-section .pricing-box.active .package-period {
  color: var(--tj-color-text-body);
}

.web-proposal-pricing.tj-pricing-section .pricing-box.active .pricing-btn a {
  background-color: transparent;
  border-color: var(--tj-color-theme-primary);
}

.web-proposal-pricing.tj-pricing-section .pricing-box.active .pricing-btn a .btn-text {
  color: var(--tj-color-heading-primary);
}

.web-proposal-pricing.tj-pricing-section .pricing-box.active .list-items ul li {
  color: var(--tj-color-text-body);
}

.web-proposal-pricing.tj-pricing-section .pricing-box.active .list-items ul li i {
  color: var(--accent);
}

.web-proposal-pricing .pricing-box__body .pricing-header {
  text-align: center;
}

.web-proposal-pricing .pricing-box__body .package-price {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 22px;
  margin-bottom: 28px;
}

.web-proposal-pricing .pricing-box__body .pricing-btn {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
}

.web-proposal-pricing .pricing-box__body .pricing-btn a {
  justify-content: center;
  max-width: 280px;
  margin-inline: auto;
}

.web-proposal-pricing .pricing-box__body .list-items {
  max-width: 340px;
  margin-inline: auto;
  text-align: center;
}

.web-proposal-pricing .pricing-box__body .list-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.web-proposal-pricing .pricing-box__body .list-items ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 12px;
  align-items: start;
  margin-bottom: 14px;
  text-align: justify;
  hyphens: auto;
  color: var(--tj-color-text-body);
}

.web-proposal-pricing .pricing-box__body .list-items ul li:last-child {
  margin-bottom: 0;
}

.web-proposal-pricing .pricing-box__body .list-items ul li i {
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--tj-color-theme-primary);
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 575px) {
  .web-proposal-pricing .pricing-box__body .list-items {
    max-width: none;
  }
}

.web-proposal-hanger-explained__steps {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.25vw, 20px);
  flex-wrap: nowrap;
  margin-inline: 0;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.web-proposal-hanger-explained__steps > .web-proposal-hanger-explained__col {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  padding: 0;
  margin: 0;
}

@media (max-width: 679px) {
  .web-proposal-hanger-explained__steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (min-width: 680px) and (max-width: 991px) {
  .web-proposal-hanger-explained .pricing-box__body {
    padding: 14px 12px 16px;
  }

  .web-proposal-hanger-explained .package-name {
    font-size: 0.95rem;
  }

  .web-proposal-hanger-explained .package-desc p {
    font-size: 13px;
    line-height: 1.5;
  }

  .web-proposal-hanger-explained .pricing-box__media {
    padding: 10px;
    aspect-ratio: 4 / 3;
  }
}

.web-proposal-hanger-explained.tj-pricing-section .pricing-box,
.web-proposal-hanger-explained.tj-pricing-section .pricing-box.active {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.04);
  background-color: var(--card-bg);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.web-proposal-hanger-explained.tj-pricing-section .pricing-box:hover {
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.08);
}

.web-proposal-hanger-explained.tj-pricing-section .pricing-box.active {
  border-color: rgba(17, 17, 17, 0.08);
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.04);
}

.web-proposal-hanger-explained .pricing-box__media {
  aspect-ratio: 5 / 4;
  background: linear-gradient(165deg, var(--card-bg) 0%, color-mix(in srgb, var(--card-bg) 80%, var(--text)) 100%);
  padding: clamp(14px, 3.5vw, 22px);
  align-items: center;
  justify-content: center;
}

.web-proposal-hanger-explained .pricing-box__media img {
  object-fit: contain;
  filter: contrast(1.02);
}

.web-proposal-hanger-explained .pricing-box__body {
  text-align: left;
  padding: clamp(20px, 4vw, 28px) clamp(20px, 4vw, 26px) clamp(22px, 4vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.web-proposal-hanger-explained .pricing-box__body .pricing-header {
  text-align: left;
  margin: 0;
}

.web-proposal-hanger-explained .hanger-explained__step {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1;
}

.web-proposal-hanger-explained .package-name {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.2rem);
  font-weight: var(--tj-fw-sbold);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--tj-color-heading-primary);
}

.web-proposal-hanger-explained .package-desc {
  margin: 0;
}

.web-proposal-hanger-explained .package-desc p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--tj-color-text-body);
}

.web-proposal-hanger-explained .sec-heading.style-2 {
  margin-bottom: clamp(36px, 5vw, 56px);
  text-align: center;
}

.web-proposal-hanger-explained .sec-heading.style-2:has(.web-proposal-hanger-explained__intro) {
  max-width: min(920px, 94vw);
}

.web-proposal-hanger-explained__intro {
  margin: clamp(18px, 2.5vw, 28px) auto 0;
  padding-inline: clamp(8px, 2vw, 20px);
  max-width: none;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  line-height: 1.65;
  font-weight: var(--tj-fw-medium);
  letter-spacing: -0.015em;
  color: var(--tj-color-text-body);
  text-align: center;
}

.web-proposal-hanger-explained .sec-heading.style-2 .sec-title {
  text-align: center;
}

.web-proposal-hanger-explained .sec-heading.style-2 .sec-title span {
  color: var(--accent);
  font-weight: inherit;
}

.web-proposal-hanger-explained .bg-shape-1,
.web-proposal-hanger-explained .bg-shape-2 {
  opacity: 0.22;
}

.web-proposal-hanger-explained--split {
  position: relative;
}

.web-proposal-hanger-explained__title-wrap .sec-heading.style-2 {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.web-proposal-hanger-explained__copy-wrap {
  padding-block: clamp(28px, 5vw, 56px);
  padding-inline-end: clamp(16px, 3vw, 36px);
  padding-inline-start: max(24px, calc((100vw - 1320px) / 2 + 24px));
}

@media (max-width: 991.98px) {
  .web-proposal-hanger-explained__copy-wrap {
    padding-inline-start: clamp(16px, 4vw, 28px);
    padding-inline-end: clamp(16px, 4vw, 28px);
  }
}

.web-proposal-hanger-explained__copy-card {
  background: var(--card-bg);
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow:
    0 1px 2px rgba(17, 17, 17, 0.04),
    0 14px 36px -14px rgba(17, 17, 17, 0.12);
  padding: clamp(22px, 4vw, 34px);
  max-width: 560px;
}

.web-proposal-hanger-explained__lead,
.web-proposal-hanger-explained__secondary {
  margin: 0;
  font-size: clamp(15px, 0.9rem + 0.22vw, 17px);
  line-height: 1.65;
  color: var(--tj-color-text-body);
}

.web-proposal-hanger-explained__secondary {
  margin-top: clamp(20px, 3vw, 28px);
  padding-top: clamp(18px, 2.5vw, 24px);
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.web-proposal-hanger-explained__cta .tj-primary-btn.video-popup .btn-icon {
  width: 34px;
  height: 34px;
  font-size: 13px;
}

.web-proposal-hanger-explained__cta .tj-primary-btn.video-popup .btn-icon i {
  font-size: 13px;
  line-height: 1;
  transform: none;
}

.web-proposal-hanger-explained__cta .tj-primary-btn.video-popup:hover .btn-icon i,
.web-proposal-hanger-explained__cta .tj-primary-btn.video-popup:focus-visible .btn-icon i {
  transform: none;
}

.web-proposal-hanger-explained__visual-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: clamp(260px, 38vw, 540px);
  background-color: var(--card-bg);
}

.web-proposal-hanger-explained__figure {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: inherit;
}

.web-proposal-hanger-explained__figure-img {
  width: 100%;
  height: auto;
  max-height: min(72vh, 580px);
  object-fit: contain;
  object-position: right center;
  display: block;
}

@media (max-width: 991.98px) {
  .web-proposal-hanger-explained__visual-col {
    min-height: auto;
    justify-content: center;
    padding-block: clamp(20px, 5vw, 36px);
  }

  .web-proposal-hanger-explained__figure {
    justify-content: center;
  }

  .web-proposal-hanger-explained__figure-img {
    max-height: none;
    max-width: min(100%, 680px);
    object-position: center;
  }
}

html.is-embedded,
body.is-embedded {
  height: auto !important;
  min-height: 0 !important;
  max-height: none;
  overflow: hidden;
}

body.is-embedded #tj-back-to-top {
  display: none !important;
}
