/* GENERATED by scripts/generate-style-css.js — do not edit.
   style.css filtered to the classes used by the 77 non-Bootstrap pages.
   Source: css/style.css (the 6 marketing pages still load that in full). */
body {
  background-color: var(--bdx-dark-secondary);
  color: var(--bdx-light-secondary);
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: var(--bdx-text-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--bdx-light-primary);
  letter-spacing: -0.01em;
  font-weight: 600;
  font-family: var(--bdx-heading-font);
}
.color_primary {
  color: var(--bdx-accent-color);
}
.bdx_big_title {
  font-size: clamp(3rem, 9vw, 25rem);
  line-height: 1.1em;
}
a {
  transition: 0.3s color var(--bdx-transition-slice);
}
.main_wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.bdx_lines_animate .line-wrapper {
  overflow: hidden;
}
.bdx_lines_animate .line-wrapper .word {
  transform: translateY(100%);
  display: inline-block;
}
.row_animate {
  overflow: hidden;
}
.row_animate .animate_col {
  transform: translateY(100%);
}
:root {
  --bdx-heading-font: "Vend Sans", sans-serif;
  --bdx-text-font: "Vend Sans", sans-serif;
  --bdx-accent-color: #d4f902;
  --bdx-light-primary: #fbf8dc;
  --bdx-light-secondary: color-mix(in srgb, var(--bdx-light-primary) 70%, transparent);
  --bdx-dark-primary: #1f1f1f;
  --bdx-dark-secondary: #151515;
  --bdx-very-dark: #0f0f0f;
  --bdx-transition-fast: cubic-bezier(0.83, 0, 0.17, 1);
  --bdx-transition-slice: cubic-bezier(0.6, 0.01, 0.05, 0.95);
  --bdx-transition-reveal: cubic-bezier(0.19, 1, 0.22, 1);
}
[data-bdx-animation=swipe-right] {
  clip-path: inset(0% 100% 0% 0%);
  scale: 1.2;
}
.bdx-ready [data-bdx-animation=swipe-right].bdx-inview {
  clip-path: inset(0% 0% 0% 0%);
  scale: 1;
}
[data-bdx-animation=swipe-right-normal] {
  clip-path: inset(0% 100% 0% 0%);
}
.bdx-ready [data-bdx-animation=swipe-right-normal].bdx-inview {
  clip-path: inset(0% 0% 0% 0%);
}
[data-bdx-animation=swipe-bottom] {
  clip-path: inset(0% 0% 100% 0%);
  scale: 1.2;
}
.bdx-ready [data-bdx-animation=swipe-bottom].bdx-inview {
  clip-path: inset(0% 0% 0% 0%);
  scale: 1;
}
[data-bdx-animation=swipe-bottom-normal] {
  clip-path: inset(0% 0% 100% 0%);
}
.bdx-ready [data-bdx-animation=swipe-bottom-normal].bdx-inview {
  clip-path: inset(0% 0% 0% 0%);
}
@keyframes soundWave {
  0%, 100% {
    height: 8px;
  }
  50% {
    height: 35px; /* How tall the wave peaks */
  }
}
@keyframes loaderIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes loaderScale {
  0% {
    scale: 1.2;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
.bdx_preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  background-color: var(--bdx-dark-primary);
  z-index: 1000;
  width: 100%;
  overflow: hidden;
}
.bdx_preloader_img {
  width: 220px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.bdx_preloader_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  transform: scale(1);
  left: 0;
  top: 0;
  position: absolute;
}
.bdx_preloader .preloader_title {
  font-size: clamp(3rem, 8vw, 10rem);
  font-weight: 600;
  margin-top: -4rem;
  margin-bottom: 0;
  line-height: 1;
  color: var(--bdx-light-primary);
  opacity: 0;
  font-family: var(--bdx-heading-font);
}
.bdx_preloader .preloader_text {
  text-transform: uppercase;
  opacity: 0;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.8rem;
  color: var(--bdx-light-secondary);
}
.bdx_preloader_minimal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  background-color: var(--bdx-dark-primary);
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bdx_preloader_minimal .preloader_title {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  animation: loaderIn 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.bdx_preloader_minimal .preloader_title svg {
  fill: var(--bdx-accent-color);
  width: 30px;
}
.bdx_preloader_minimal .preloader_title span {
  font-size: 2rem;
  display: flex;
  letter-spacing: -0.05rem;
  font-family: var(--bdx-heading-font);
  color: var(--bdx-light-primary);
}
.bdx_page_transition {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  background-color: var(--bdx-dark-primary);
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: top center;
  transform: translateY(-100%);
}
.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.01);
  padding: 15px 0;
}
.navigation .logo {
  color: var(--bdx-light-primary);
  font-weight: 500;
  font-family: var(--bdx-heading-font);
  font-size: 2rem;
  display: inline-flex;
  line-height: 1;
  letter-spacing: -0.1rem;
  gap: 2px;
}
.navigation .logo svg {
  fill: var(--bdx-accent-color);
  width: 23px;
}
.navigation .bdx_nav {
  position: fixed;
  top: 15px;
  justify-content: end;
  margin-bottom: 0;
  gap: 0;
  transition: transform 1s var(--bdx-transition-reveal);
}
.navigation .bdx_nav > li > a {
  border-right: 1px solid color-mix(in srgb, var(--bdx-dark-primary) 10%, transparent);
}
.navigation .bdx_nav li a {
  background-color: var(--bdx-light-primary);
  line-height: 1;
  font-size: 0.86rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 30px;
  display: flex;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  color: transparent;
}
.navigation .bdx_nav li a:hover::before, .navigation .bdx_nav li a:hover::after {
  transform: translateY(-100%);
}
.navigation .bdx_nav li a:after {
  content: attr(data-text);
  position: absolute;
  padding: 10px 30px;
  top: 100%;
  left: 0;
  display: flex;
  z-index: 3;
  color: var(--bdx-dark-primary);
  transition: 0.6s transform var(--bdx-transition-fast);
}
.navigation .bdx_nav li a:before {
  content: attr(data-text);
  position: absolute;
  padding: 10px 30px;
  top: 0;
  left: 0;
  display: flex;
  z-index: 3;
  color: var(--bdx-dark-primary);
  transition: 0.6s transform var(--bdx-transition-fast);
}
.navigation .bdx_nav li.active > a, .navigation .bdx_nav li.active > a::before, .navigation .bdx_nav li.active > a::after {
  background-color: var(--bdx-dark-primary);
  color: var(--bdx-light-primary);
}
.navigation .bdx_nav li:first-child a {
  border-radius: 3px 0 0 3px;
}
.navigation .bdx_nav li:last-child a {
  border-radius: 0 3px 3px 0;
  border: none;
}
.navigation .bdx_nav .has_child {
  position: relative;
}
.navigation .bdx_nav .has_child .child_menu {
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: top left;
  z-index: 100;
}
.navigation .bdx_nav .has_child .child_menu .child_menu {
  top: 0;
  left: 100%;
}
.navigation .bdx_nav .has_child .child_menu a {
  border-radius: 0;
  border-top: 1px solid color-mix(in srgb, var(--bdx-dark-primary) 10%, transparent);
}
.mobile_menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  display: none;
  padding: 0;
  background: var(--bdx-light-primary);
  opacity: 0;
  transform: translateY(-10px);
}
.mobile_menu .mobile_menu_nav {
  display: flex;
  margin-bottom: 0;
}
.mobile_menu .mobile_menu_nav li {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile_menu .mobile_menu_nav a {
  display: flex;
  padding: 10px 30px;
  background-color: var(--bdx-light-primary);
  color: var(--bdx-dark-primary);
  font-size: 0.86rem;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 200px;
}
.mobile_menu .mobile_menu_nav .has_child {
  position: relative;
}
.mobile_menu .mobile_menu_nav .child_menu {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  opacity: 0;
  visibility: hidden;
}
.mobile_menu_toggle {
  /* 44px is the minimum comfortable tap target; the bars inside stay 20px wide. */
  width: 44px;
  height: 44px;
  padding: 0;
  z-index: 1000;
  cursor: pointer;
  background: transparent;
  border: none;
  justify-content: center;
  align-items: center;
}
.toggle-icon {
  display: inline-block;
  color: inherit;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.2s var(--bdx-transition-slice);
}
.header-hidden .bdx_nav {
  transform: translateY(-200%);
}
.bdx_small_btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  bottom: 10px;
  right: 10px;
  padding-right: 31px;
}
.bdx_small_btn .btn_container {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background-color: var(--bdx-light-primary);
  height: 30px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  border-radius: 3px;
  transition: transform 0.6s var(--bdx-transition-slice);
}
.bdx_small_btn .btn_container .btn_text {
  position: relative;
  overflow: hidden;
}
.bdx_small_btn .btn_container .btn_text::before {
  content: attr(data-text);
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 100%;
  left: 0;
  color: var(--bdx-dark-primary);
  height: 100%;
  width: 100%;
  display: flex;
  transition: transform 0.6s var(--bdx-transition-slice);
}
.bdx_small_btn .btn_container .btn_text::after {
  content: attr(data-text);
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  color: var(--bdx-dark-primary);
  height: 100%;
  width: 100%;
  display: flex;
  transition: transform 0.6s var(--bdx-transition-slice);
}
.bdx_small_btn i {
  width: 30px;
  border-radius: 3px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f1f1f;
  background-color: var(--bdx-light-primary);
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.6s var(--bdx-transition-slice);
}
.bdx_small_btn i::before {
  transform: translateX(0) translateY(0);
  transition: transform 0.6s var(--bdx-transition-slice);
  transition-delay: 0.1s;
}
.bdx_small_btn i:first-child {
  transform: scale(0);
}
.bdx_small_btn i:first-child::before {
  transform: scale(0.5) translateX(-10px) translateY(0);
}
.bdx_small_btn i:last-child {
  left: auto;
  right: 0;
}
.bdx_small_btn:hover .btn_container {
  transform: translateX(31px);
}
.bdx_small_btn:hover .btn_container .btn_text::after {
  transform: translatey(-100%);
}
.bdx_small_btn:hover .btn_container .btn_text::before {
  transform: translatey(-100%);
}
.bdx_small_btn:hover i:first-child {
  transform: scale(1);
}
.bdx_small_btn:hover i:first-child::before {
  transform: translateX(0) translateY(0);
}
.bdx_small_btn:hover i:last-child {
  transform: scale(0);
}
.bdx_small_btn:hover i:last-child::before {
  transform: translateX(-10px) translateY(10px) scale(0.5);
}
.parallax {
  content-visibility: auto;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  clip-path: inset(10% 25% 10% 25% round 4%);
}
.works_item, .works_item_inner, .works_img_full, .works_border {
  will-change: transform, opacity;
  transform: translateZ(0); /* Triggers hardware acceleration layer */
  backface-visibility: hidden;
  perspective: 1000px;
}
.works_item {
  position: sticky;
  overflow: hidden;
  border-radius: 5px;
  will-change: transform;
  top: 30px;
  content-visibility: auto;
  contain-intrinsic-size: 100vh;
}
.works_item:last-child {
  padding-bottom: 0;
}
.works_item_inner {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  background-color: var(--bdx-dark-primary);
}
.works_item .works_img_full {
  height: calc(100vh - 60px);
  height: calc(100svh - 60px);
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
  display: flex;
}
.works_item .bdx_big_title .line-wrapper .word {
  display: inline-flex;
  transform: translateY(1em);
}
.works_item .works_ava {
  overflow: hidden;
  position: absolute;
  display: flex;
  top: 60px;
  left: 60px;
  align-items: center;
  gap: 10px;
}
.works_item .works_ava img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  object-fit: cover;
}
.works_item .works_ava .works_client_detail h3 {
  font-size: 1.4rem;
  margin-bottom: 7.5px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.works_item .works_ava .works_client_detail p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--bdx-light-secondary);
}
.works_item .works_cat_list {
  overflow: hidden;
  list-style-type: none;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 7.5px;
  margin-bottom: 0;
  padding: 0;
}
.works_item .works_cat_list li {
  color: var(--bdx-light-primary);
  display: flex;
  gap: 10px;
}
.works_item .works_cat_list li::before {
  font-family: Phosphor;
  content: "\e1da";
  color: var(--bdx-accent-color);
}
.works_item .works_year {
  text-transform: uppercase;
  background: var(--bdx-accent-color);
  color: var(--bdx-dark-primary);
  padding: 7px 24px;
  border-radius: 5px;
  font-size: 1rem;
}
.works_img_grid {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 2px;
  display: block;
}
@keyframes works_hero_scroll_bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.skill_item {
  display: flex;
  border-bottom: 1px solid;
  padding: 30px 0;
  align-items: center;
  position: relative;
  gap: 30px;
}
.skill_item::after {
  content: "";
  background-color: var(--bdx-light-primary);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 0;
  transition: 0.3s var(--bdx-transition-reveal);
}
.skill_item:hover::after {
  transform: scaleY(1);
}
.bdx_hover_video_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 160px;
  height: 280px;
  pointer-events: none;
  z-index: 999;
  opacity: 0;
  transform: scale(0.8);
  overflow: hidden;
  rotate: -2deg;
}
.bdx_hover_video_container .bdx_hover_video_inner {
  display: flex;
  flex-wrap: wrap;
}
.bdx_hover_video_container .bdx_hover_video_inner video {
  position: relative;
  border-radius: 5px;
  width: 160px;
  height: 280px;
  object-fit: cover;
}
article h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  margin-bottom: 30px;
  color: var(--bdx-light-primary);
}
.footer {
  position: relative;
  z-index: 0;
}
.footer .bdx_big_title {
  font-weight: 700;
}
.bdx_cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--bdx-accent-color);
  border-radius: 50%;
  pointer-events: none;
  display: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
@keyframes bdxMarqueeScroll {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@media (max-width: 991.98px) {
.footer h2 {
    text-align: center;
  }
}
.works_item {
  contain-intrinsic-size: auto 100vh;
}
.parallax {
  contain-intrinsic-size: auto 800px;
}
.footer_legal a {
  color: var(--bdx-light-secondary);
  transition: 0.3s color var(--bdx-transition-slice);
}
.footer_legal a:hover {
  color: var(--bdx-accent-color);
}
@media (min-width: 1200px) and (max-width: 1399px) {
.navigation .bdx_nav li a {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.navigation .bdx_nav {
  right: calc(5% + 15px);
}
.navigation .bdx_nav > li {
  flex: 0 0 auto;
}
.navigation .bdx_nav li a {
  white-space: nowrap;
}
