/* -------------------------------------------

Name: 		Ruizarch
Version:    1.0
Developer:	Nazar Miller (millerDigitalDesign)
Portfolio:  https://themeforest.net/user/millerdigitaldesign/portfolio?ref=MillerDigitalDesign

p.s. I am available for Freelance hire (UI design, web development). email: miller.themes@gmail.com

------------------------------------------- */
/*--------------------------------------------

1. common
    - main
    - typography
    - link
    - button
    - form
    - breadcrumbs
    - backgrounds
    - spaces
2. components
    - preloader
    - cursor
    - hidden elements
    - scrollbar
    - frame
    - menu button
    - menu 
    - banner
    - circle text
    - lines
    - dodecahedron
    - about
    - partners
    - services
    - team
    - social icons
    - revievs
    - blog
    - footer
    - portfolio
    - map
    - accordion
    - price
    - 404
    - images
    - page transitions


--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css);
/* -------------------------------------------

main

------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Outfit", "Onest", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 150%;
  overscroll-behavior: none;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}

*::selection {
  color: inherit;
  background-color: transparent;
}

.mil-wrapper {
  position: relative;
  overflow: clip;
  max-width: 100%;
}

.container {
  pointer-events: all;
}

.mil-relative {
  position: relative;
}

.mil-o-hidden {
  overflow: hidden;
}

.mil-flex {
  display: flex;
}

.mil-vert-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .mil-mobile-hidden {
    display: none;
  }
}

section {
  position: relative;
  overflow: hidden;
}

/* -------------------------------------------

typography

------------------------------------------- */
h1,
.mil-h1,
h2,
.mil-h12,
h3,
.mil-h3,
h4,
.mil-h4,
h5,
.mil-h5,
h6,
.mil-h6 {
  font-family: "Outfit", "Onest", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  h1 br,
  .mil-h1 br,
  h2 br,
  .mil-h12 br,
  h3 br,
  .mil-h3 br,
  h4 br,
  .mil-h4 br,
  h5 br,
  .mil-h5 br,
  h6 br,
  .mil-h6 br {
    display: none;
  }
}

h1,
.mil-h1 {
  font-size: 76px;
}
@media screen and (max-width: 1400px) {
  h1,
  .mil-h1 {
    font-size: 66px;
  }
}
@media screen and (max-width: 1200px) {
  h1,
  .mil-h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 992px) {
  h1,
  .mil-h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .mil-h1 {
    font-size: 30px;
  }
}

h2,
.mil-h2 {
  font-size: 68px;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  h2,
  .mil-h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 992px) {
  h2,
  .mil-h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .mil-h2 {
    font-size: 36px;
  }
}

h3,
.mil-h3 {
  font-size: 42px;
}
@media screen and (max-width: 1200px) {
  h3,
  .mil-h3 {
    font-size: 39px;
  }
}
@media screen and (max-width: 992px) {
  h3,
  .mil-h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  h3,
  .mil-h3 {
    font-size: 30px;
  }
}

h4,
.mil-h4 {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  h4,
  .mil-h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  h4,
  .mil-h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h4,
  .mil-h4 {
    font-size: 22px;
  }
}

h5,
.mil-h5 {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  h5,
  .mil-h5 {
    font-size: 18px;
  }
}

h6,
.mil-h6 {
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1200px) {
  h6,
  .mil-h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  h6,
  .mil-h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  h6,
  .mil-h6 {
    font-size: 21px;
  }
}

.mil-no-wrap {
  white-space: nowrap;
}

blockquote {
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-style: italic;
  border-left: solid 4px rgb(255, 152, 0);
}
@media screen and (max-width: 768px) {
  blockquote {
    padding: 30px;
    font-size: 16px;
  }
}

.mil-text-sm {
  font-size: 15px;
}

.mil-text-lg {
  font-size: 18px;
  line-height: 170%;
}

.mil-text-xl {
  font-size: 22px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .mil-text-xl {
    font-size: 20px;
  }
}

.mil-upper {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.mil-bold {
  font-weight: 500;
}

.mil-thin {
  font-weight: 100;
}

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

.mil-complex-title {
  line-height: normal;
}

.mil-accent {
  color: rgb(255, 152, 0);
}

.mil-light {
  color: rgb(255, 255, 255) !important;
}
.mil-light a {
  color: rgb(255, 255, 255) !important;
}

.mil-muted {
  color: rgba(255, 255, 255, 0.9);
}

.mil-dark {
  color: rgb(0, 0, 0);
}

.mil-light-soft {
  color: rgba(255, 255, 255, 0.4);
}

.mil-dark-soft {
  color: rgba(0, 0, 0, 0.5);
}

.mil-marker {
  background-color: rgb(255, 152, 0);
  padding: 0 5px;
}

.mil-center {
  text-align: center;
}

.mil-left {
  text-align: left;
}

.mil-right {
  text-align: right;
}

@media screen and (max-width: 576px) {
  .mil-sm-center {
    text-align: center;
  }
}

.mil-suptitle {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.mil-suptitle:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 10px;
  width: 600px;
  height: 1px;
  background-color: rgb(255, 255, 255);
  opacity: 0.2;
}
.mil-suptitle.mil-suptitle-right {
  text-align: right;
}
.mil-suptitle.mil-suptitle-right:before {
  left: calc(100% + 30px);
}
@media screen and (max-width: 768px) {
  .mil-suptitle.mil-suptitle-right {
    text-align: center;
  }
  .mil-suptitle.mil-suptitle-right:before {
    display: none;
  }
}
.mil-suptitle.mil-suptitle-dark:before {
  background-color: rgb(0, 0, 0);
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .mil-suptitle {
    margin-bottom: 60px;
  }
}

.mil-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.mil-img-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 140%;
}
.mil-img-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* -------------------------------------------

link

------------------------------------------- */
.mil-link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.mil-link svg {
  margin-left: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link svg path {
  fill: rgb(255, 255, 255);
}
.mil-link.mil-accent svg {
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link.mil-accent svg path {
  fill: rgb(255, 152, 0);
}
.mil-link.mil-dark svg {
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link.mil-dark svg path {
  fill: rgb(0, 0, 0);
}
.mil-link:hover svg {
  transform: scale(1.15);
}
.mil-link.mil-down-arrow svg {
  transform: rotate(90deg);
}
.mil-link.mil-down-arrow:hover svg {
  transform: scale(1.15) rotate(90deg);
}
.mil-link.mil-icon-left {
  display: flex;
  flex-direction: row-reverse;
}
.mil-link.mil-icon-left svg {
  margin-left: 0;
  margin-right: 15px;
  transform: rotate(180deg);
}
.mil-link.mil-icon-left:hover svg {
  transform: scale(1.15) rotate(180deg);
}

/* -------------------------------------------

button

------------------------------------------- */
.mil-button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: rgb(255, 152, 0);
  color: rgb(0, 0, 0);
  border-radius: 70px;
  padding: 0 15px 0 50px;
  height: 70px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-button span {
  white-space: nowrap;
}
.mil-button svg {
  margin-left: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgb(0, 0, 0);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-button svg path {
  fill: rgb(255, 152, 0);
}
.mil-button.mil-icon-button {
  padding: 15px;
}
.mil-button.mil-icon-button svg {
  margin-left: 0;
}
.mil-button.mil-icon-button-sm {
  padding: 0;
  height: 40px;
}
.mil-button.mil-icon-button-sm svg {
  margin-left: 0;
  background-color: rgb(255, 152, 0);
}
.mil-button.mil-icon-button-sm svg path {
  fill: rgb(0, 0, 0);
}
.mil-button:hover {
  transform: scale(1.015);
  filter: brightness(110%);
}
.mil-button:hover svg {
  transform: scale(1.15);
}
.mil-button.mil-arrow-down svg {
  transform: rotate(90deg);
}
.mil-button.mil-arrow-down:hover {
  transform: scale(1.015);
  filter: brightness(110%);
}
.mil-button.mil-arrow-down:hover svg {
  transform: scale(1.15) rotate(90deg);
}
@media screen and (max-width: 992px) {
  .mil-button {
    height: 60px;
    padding: 0 10px 0 40px;
  }
  .mil-button svg {
    margin-left: 25px;
  }
}
@media screen and (max-width: 576px) {
  .mil-button:not(.mil-icon-button):not(.mil-icon-button-sm) {
    max-width: 100%;
    height: auto;
    min-height: 56px;
    padding: 12px 14px 12px 24px;
  }
  .mil-button:not(.mil-icon-button):not(.mil-icon-button-sm) span {
    white-space: normal;
    word-break: break-word;
    text-align: left;
  }
  .mil-button:not(.mil-icon-button):not(.mil-icon-button-sm) svg {
    flex-shrink: 0;
    margin-left: 14px;
  }
}

/* -------------------------------------------

form

------------------------------------------- */
input,
textarea {
  position: relative;
  height: 70px;
  padding: 0 30px;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Outfit", "Onest", sans-serif;
  color: rgb(0, 0, 0);
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
input:focus,
textarea:focus {
  outline: inherit;
}
input::placeholder,
textarea::placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

textarea {
  padding: 15px 30px;
  height: 300px;
}

/* -------------------------------------------

breadcrumbs

------------------------------------------- */
.mil-breadcrumbs {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.mil-breadcrumbs:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 10px;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.mil-breadcrumbs li {
  list-style-type: none;
}
.mil-breadcrumbs li:after {
  content: "/";
  margin: 0 15px;
  color: rgb(0, 0, 0);
}
.mil-breadcrumbs li a {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-breadcrumbs li a:hover {
  color: rgb(255, 152, 0);
}
.mil-breadcrumbs li:last-child {
  margin-right: 0;
  cursor: not-allowed;
}
.mil-breadcrumbs li:last-child a {
  opacity: 0.4;
  pointer-events: none;
}
.mil-breadcrumbs li:last-child:after {
  display: none;
}
.mil-breadcrumbs.mil-light:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.mil-breadcrumbs.mil-light li:after {
  color: rgba(255, 255, 255, 0.9);
}
.mil-breadcrumbs.mil-light li a:hover {
  color: rgb(255, 152, 0) !important;
}
.mil-breadcrumbs.mil-center {
  justify-content: center;
}

/* -------------------------------------------

backgrounds

------------------------------------------- */
.mil-dark-bg {
  position: relative;
}
.mil-dark-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  backdrop-filter: invert(100%);
}
.mil-dark-bg .mi-invert-fix {
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 3;
}
.mil-dark-bg .mi-invert-fix .container {
  pointer-events: all;
}

.mil-soft-bg {
  background-color: rgb(242, 242, 242);
}

/* -------------------------------------------

spaces

------------------------------------------- */
.mil-mr-30 {
  margin-right: 30px;
}

.mil-mb-5 {
  margin-bottom: 5px;
}

.mil-mb-10 {
  margin-bottom: 10px;
}

.mil-mb-15 {
  margin-bottom: 15px;
}

.mil-mb-20 {
  margin-bottom: 15px;
}

.mil-mb-30 {
  margin-bottom: 30px;
}

.mil-mb-60 {
  margin-bottom: 60px;
}

.mil-mb-90 {
  margin-bottom: 90px;
}

.mil-mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .mil-mb-120 {
    margin-bottom: 90px;
  }
}

.mil-mt-suptitle-offset {
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  .mil-mt-suptitle-offset {
    margin-top: 30px;
  }
}

.mil-p-120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .mil-p-120-120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.mil-p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .mil-p-120-90 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.mil-p-0-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .mil-p-0-120 {
    padding-bottom: 90px;
  }
}

.mil-p-120-0 {
  padding-top: 120px;
}
@media screen and (max-width: 992px) {
  .mil-p-120-0 {
    padding-top: 90px;
  }
}

.mil-p-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .mil-p-120-60 {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}

.mil-p-90-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .mil-p-90-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mil-p-90-120 {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .mil-p-90-120 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.mil-p-0-90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .mil-p-0-90 {
    padding-bottom: 60px;
  }
}

.mil-p-0-30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .mil-p-0-30 {
    padding-bottom: 0;
  }
}

.mil-p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .mil-p-120-30 {
    padding-top: 90px;
    padding-bottom: 0;
  }
}

.mil-adaptive-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .mil-adaptive-right {
    justify-content: flex-start;
  }
}

.mil-btn-space {
  margin-right: 30px;
}
@media screen and (max-width: 500px) {
  .mil-btn-space {
    margin-right: 50px;
    margin-bottom: 30px;
  }
}

/* -------------------------------------------

preloader

------------------------------------------- */
.mil-preloader {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}
.mil-preloader .mil-preloader-animation {
  opacity: 0;
  position: relative;
  height: 100vh;
  color: rgb(255, 255, 255);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p {
  opacity: 0;
  margin-right: 15px;
}
@media screen and (max-width: 992px) {
  .mil-preloader .mil-preloader-animation .mil-pos-abs {
    flex-direction: column;
  }
  .mil-preloader .mil-preloader-animation .mil-pos-abs p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
  position: relative;
  padding: 0 30px;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame .mil-reveal-box {
  z-index: 4;
  position: absolute;
  opacity: 0;
  height: 100%;
  background-color: rgb(255, 152, 0);
}
.mil-preloader.mil-hidden {
  pointer-events: none;
}

/* -------------------------------------------

cursor

------------------------------------------- */
.mil-ball {
  width: 20px;
  height: 20px;
  position: fixed;
  z-index: 10;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.1;
}
.mil-ball .mil-icon-1 {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: scale(0);
}
.mil-ball .mil-icon-1 svg {
  fill: rgba(255, 255, 255, 0.9);
}
.mil-ball .mil-more-text, .mil-ball .mil-choose-text {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: scale(0);
}
.mil-ball.mil-accent .mil-icon-1 svg {
  fill: rgb(0, 0, 0);
}
.mil-ball.mil-accent .mil-more-text, .mil-ball.mil-accent .mil-choose-text {
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 1200px) {
  .mil-ball {
    display: none;
  }
}

/* -------------------------------------------

hidden elements

------------------------------------------- */
.mil-hidden-elements .mil-dodecahedron, .mil-hidden-elements .mil-lines, .mil-hidden-elements .mil-arrow {
  display: none;
}

/* -------------------------------------------

scrollbar

------------------------------------------- */
::-webkit-scrollbar {
  display: none;
}

.mil-progress-track {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: rgb(0, 0, 0);
}
.mil-progress-track .mil-progress {
  width: 4px;
  height: 0;
  background-color: rgb(255, 152, 0);
}
@media screen and (max-width: 992px) {
  .mil-progress-track {
    display: none;
  }
}

/* -------------------------------------------

frame

------------------------------------------- */
.mil-logo {
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 992px) {
  .mil-logo {
    font-size: 36px;
  }
}

.mil-frame {
  padding: 50px 60px 60px 60px;
  position: fixed;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .mil-frame {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .mil-frame {
    padding: 0;
    z-index: 999;
    height: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .mil-frame .mil-frame-top {
    height: 90px;
    background-color: rgba(0, 0, 0, 0.95);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 0 30px;
    backdrop-filter: blur(8px);
  }
  .mil-frame .mil-frame-top .mil-logo {
    color: rgb(255, 255, 255);
  }
  .mil-frame .mil-frame-top .mil-menu-btn span, .mil-frame .mil-frame-top .mil-menu-btn span:after, .mil-frame .mil-frame-top .mil-menu-btn span:before {
    background: rgb(255, 255, 255);
  }
}
.mil-frame .mil-frame-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .mil-frame .mil-frame-bottom {
    display: none;
  }
}
.mil-frame .mil-frame-bottom .mil-current-page {
  pointer-events: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  width: 300px;
  color: rgb(0, 0, 0);
  transform: rotate(-90deg) translateX(138px) translateY(-138px);
}
.mil-frame .mil-frame-bottom .mil-back-to-top {
  width: 300px;
  transform: rotate(-90deg) translateX(130px) translateY(130px);
  pointer-events: all;
}

.mil-frame-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mil-frame-top .mil-logo {
  pointer-events: all;
  color: rgb(0, 0, 0);
}

/* -------------------------------------------

menu button

------------------------------------------- */
.mil-menu-btn {
  pointer-events: all;
  height: 28px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 992px) {
  .mil-menu-btn {
    transform: scale(0.85);
  }
}
.mil-menu-btn span, .mil-menu-btn span:after, .mil-menu-btn span:before {
  content: "";
  display: block;
  width: 28px;
  height: 2.5px;
  background: rgb(0, 0, 0);
  backface-visibility: hidden;
  transition: inherit;
}
.mil-menu-btn span {
  position: relative;
}
.mil-menu-btn span:after, .mil-menu-btn span:before {
  position: absolute;
}
.mil-menu-btn span:before {
  top: -9px;
}
.mil-menu-btn span:after {
  width: 18px;
  top: 9px;
}
.mil-menu-btn.mil-active span {
  transform: rotate(45deg);
}
.mil-menu-btn.mil-active span:before {
  transform: translate(0px, 9px) rotate(-90deg);
}
.mil-menu-btn.mil-active span:after {
  opacity: 0;
  width: 24px;
  transform: translate(0px, -9px) rotate(-90deg);
}

/* -------------------------------------------

menu

------------------------------------------- */
.mil-menu-frame {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-frame .container {
  pointer-events: none;
}
.mil-menu-frame .mil-frame-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 60px;
}
@media screen and (max-width: 1200px) {
  .mil-menu-frame .mil-frame-top {
    display: none;
  }
}
.mil-menu-frame .mil-frame-top .mil-logo {
  color: rgb(255, 255, 255);
}
.mil-menu-frame .mil-frame-top .mil-menu-btn span, .mil-menu-frame .mil-frame-top .mil-menu-btn span:after, .mil-menu-frame .mil-frame-top .mil-menu-btn span:before {
  background-color: rgb(255, 255, 255);
}
.mil-menu-frame .mil-main-menu {
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
  .mil-menu-frame .mil-main-menu {
    transform: translateY(30px);
  }
}
.mil-menu-frame .mil-menu-right-frame {
  padding-left: 60px;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(30px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-frame .mil-menu-right-frame .mil-menu-right {
  padding-bottom: 60px;
}
.mil-menu-frame .mil-menu-right-frame .mil-animation-in {
  position: absolute;
  top: -320px;
  right: 0;
  opacity: 0;
  transform: translateY(-60px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
  .mil-menu-frame .mil-menu-right-frame {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  .mil-menu-frame .mil-menu-right-frame {
    display: none;
  }
}
.mil-menu-frame.mil-active {
  opacity: 1;
  pointer-events: all;
}
.mil-menu-frame.mil-active .container {
  pointer-events: all;
}
.mil-menu-frame.mil-active .mil-main-menu {
  transform: translateX(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.mil-menu-frame.mil-active .mil-menu-right-frame {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.mil-menu-frame.mil-active .mil-menu-right-frame .mil-animation-in {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.mil-menu-list li {
  list-style-type: none;
  margin-bottom: 15px;
}
.mil-menu-list li:last-child {
  margin-bottom: 0;
}
.mil-menu-list li a {
  display: block;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-list li a:hover {
  transform: translateX(5px);
  color: rgb(255, 255, 255);
}
.mil-menu-list.mil-hori-list {
  display: flex;
}
.mil-menu-list.mil-hori-list li {
  margin-bottom: 0;
  margin-right: 30px;
}
.mil-menu-list.mil-dark li a {
  color: rgb(0, 0, 0);
}

.mil-main-menu {
  height: 100vh;
  display: flex;
  align-items: center;
}
.mil-main-menu ul {
  padding: 0;
  margin: 0;
}
.mil-main-menu ul li {
  margin-bottom: 40px;
}
.mil-main-menu ul li:last-child {
  margin-bottom: 0;
}
.mil-main-menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  font-size: 34px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 992px) {
  .mil-main-menu ul li a {
    font-size: 26px;
  }
}
.mil-main-menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu ul li a:hover {
  color: rgb(255, 255, 255);
}
.mil-main-menu ul li a.mil-active {
  padding-left: 25px;
}
.mil-main-menu ul li a.mil-active:before {
  transform: scale(1);
  background-color: rgb(255, 152, 0);
}
.mil-main-menu ul li.mil-active > a {
  color: rgb(255, 152, 0);
}
.mil-main-menu ul li.mil-active > a:hover {
  color: rgb(255, 152, 0) !important;
  filter: brightness(110%);
}
.mil-main-menu ul li.mil-has-children > a:hover {
  color: rgb(255, 255, 255);
  padding-left: 25px;
}
.mil-main-menu ul li.mil-has-children > a:hover:before {
  transform: scale(1);
}
.mil-main-menu ul li.mil-has-children ul {
  padding-left: 25px;
  overflow: hidden;
  max-height: 0;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu ul li.mil-has-children ul li {
  margin-bottom: 5px;
}
.mil-main-menu ul li.mil-has-children ul li:first-child {
  margin-top: 40px;
}
.mil-main-menu ul li.mil-has-children ul li a {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
.mil-main-menu ul li.mil-has-children ul li a:before {
  display: none;
}
.mil-main-menu ul li.mil-has-children ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
  transform: translateX(5px);
}
.mil-main-menu ul li.mil-has-children ul.mil-active {
  max-height: 200px;
}
@media screen and (max-width: 1200px) {
  .mil-main-menu {
    justify-content: center;
  }
  .mil-main-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mil-main-menu ul li {
    margin-bottom: 30px;
  }
  .mil-main-menu ul li a {
    justify-content: center;
  }
  .mil-main-menu ul li a:before {
    display: none;
  }
  .mil-main-menu ul li a.mil-active {
    padding-left: 0 !important;
  }
  .mil-main-menu ul li.mil-has-children ul {
    padding-left: 0;
  }
  .mil-main-menu ul li.mil-has-children ul li:first-child {
    margin-top: 30px;
  }
}

/* -------------------------------------------

banner

------------------------------------------- */
.mil-banner {
  height: 100vh;
}
.mil-banner .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.mil-banner .mil-banner-content {
  width: 100%;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .mil-banner .mil-banner-content {
    padding-bottom: 90px;
  }
}
.mil-banner .mil-lines-place {
  position: absolute;
  left: 0;
  bottom: calc(100% + 120px);
}

.mil-inner-banner .mil-banner-content {
  padding: 150px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .mil-inner-banner .mil-banner-content {
    padding: 180px 0 0 0;
  }
}

.hd-hero-line,
.hd-hero-subline {
  display: inline-block;
}

.hd-hero-rotator {
  display: inline-block;
  min-width: 7ch;
  transition: opacity 0.25s ease, transform 0.25s ease;
  will-change: opacity, transform;
  text-align: left;
}
.hd-hero-rotator.is-changing {
  opacity: 0;
  transform: translateY(10px);
}

.mil-banner-personal {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
}
.mil-banner-personal .mil-banner-content {
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 992px) {
  .mil-banner-personal .mil-banner-content {
    padding-top: 180px;
  }
}
.mil-banner-personal .mil-banner-content .mil-personal-text {
  margin-bottom: 300px;
}
@media screen and (max-width: 992px) {
  .mil-banner-personal .mil-banner-content .mil-personal-text {
    margin-bottom: 80px;
    text-align: center;
  }
}
.mil-banner-personal .mil-banner-content .mil-banner-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 90px;
  background-color: rgb(255, 255, 255);
  height: 180px;
  position: absolute;
  top: calc(100vh - 180px);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .mil-banner-personal .mil-banner-content .mil-banner-panel {
    flex-direction: column;
    height: auto;
    padding: 60px 30px;
  }
  .mil-banner-personal .mil-banner-content .mil-banner-panel h5 {
    margin-bottom: 60px;
    text-align: center;
    width: 80%;
  }
}
.mil-banner-personal .mil-banner-content .mil-banner-panel .mil-right {
  display: flex;
}
.mil-banner-personal .mil-banner-content .mil-banner-panel .mil-right .mil-social-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  padding: 0 50px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 70px;
  border-radius: 70px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-banner-personal .mil-banner-content .mil-banner-panel .mil-right .mil-social-frame:hover {
  transform: scale(1.015);
}
@media screen and (max-width: 992px) {
  .mil-banner-personal .mil-banner-content .mil-banner-panel .mil-right {
    flex-direction: column;
  }
  .mil-banner-personal .mil-banner-content .mil-banner-panel .mil-right .mil-social-frame {
    margin-right: 0;
    margin-bottom: 30px;
    height: 60px;
  }
}
.mil-banner-personal .mil-banner-content .mil-banner-panel .mil-button {
  margin: 0 !important;
}
@media screen and (max-width: 992px) {
  .mil-banner-personal .mil-banner-content .mil-banner-panel {
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .mil-banner-personal .mil-banner-content .mil-banner-panel {
    position: static;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 992px) {
  .mil-banner-personal {
    height: auto;
  }
}

.mil-portrait-frame {
  position: relative;
}
.mil-portrait-frame img {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mil-portrait-frame .mil-nimbus {
  background: radial-gradient(50% 50% at 50% 50%, rgb(255, 152, 0) 0%, rgba(250, 168, 69, 0) 100%);
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .mil-portrait-frame {
    height: 400px;
  }
  .mil-portrait-frame img {
    object-fit: cover;
    object-position: top;
  }
}

/* -------------------------------------------

circle text

------------------------------------------- */
.mil-circle-text {
  position: absolute;
  right: 0;
  bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
}
.mil-circle-text .mil-ct-svg {
  transform: scale(2);
  width: 140px;
  height: 140px;
}
.mil-circle-text .mil-ct-svg text {
  fill: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-circle-text .mil-button {
  position: absolute;
}
.mil-circle-text:hover svg text {
  fill: rgb(255, 255, 255);
}
@media screen and (max-width: 992px) {
  .mil-circle-text {
    display: none;
  }
}

/* -------------------------------------------

lines

------------------------------------------- */
@keyframes move {
  from {
    transform: translateY(-75px);
  }
  50% {
    transform: translateY(75px);
  }
  to {
    transform: translateY(-75px);
  }
}
.mil-lines-place .mil-lines {
  opacity: 0.05;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .mil-lines-place .mil-lines {
    display: none;
  }
}
.mil-lines-place .mil-lines path, .mil-lines-place .mil-lines rect, .mil-lines-place .mil-lines line {
  stroke: rgb(0, 0, 0);
}
.mil-lines-place .mil-lines .mil-move {
  animation: move 10s linear infinite;
}
.mil-lines-place.mil-light .mil-lines {
  opacity: 0.2;
}
.mil-lines-place.mil-light .mil-lines path, .mil-lines-place.mil-light .mil-lines rect, .mil-lines-place.mil-light .mil-lines line {
  stroke: rgb(255, 255, 255);
}

/* -------------------------------------------

dodecahedron

------------------------------------------- */
.mil-animation-frame {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  animation: jump 10s linear infinite;
  pointer-events: none;
}

.mil-animation {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: 300px;
  opacity: 0.2;
  pointer-events: none;
}

.mil-position-1 {
  top: 100px;
  right: 100px;
}
.mil-position-1 .mil-pentagon div {
  border-top: 0.1px solid rgb(255, 255, 255);
}

.mil-position-2 {
  top: -60px;
  left: 15%;
}
.mil-position-2 .mil-pentagon div {
  border-top: 1px solid rgb(255, 255, 255);
}
.mil-position-2 .mil-dodecahedron {
  animation-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .mil-position-2 {
    display: none;
  }
}

.mil-position-3 {
  bottom: -100px;
  right: 35%;
}
.mil-position-3 .mil-pentagon div {
  border-top: 1px solid rgb(255, 255, 255);
}
.mil-position-3 .mil-dodecahedron {
  animation-delay: 1s;
}
@media screen and (max-width: 1400px) {
  .mil-position-3 {
    display: none;
  }
}

.mil-position-4 {
  top: -60px;
  right: 20%;
}
.mil-position-4 .mil-pentagon div {
  border-top: 0.1px solid rgb(255, 255, 255);
}
.mil-position-4 .mil-dodecahedron {
  animation-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .mil-position-4 {
    display: none;
  }
}
.mil-position-4.mil-dark .mil-pentagon div {
  border-top: 0.1px solid rgb(0, 0, 0);
}

.mil-dodecahedron {
  position: relative;
  left: 100px;
  top: 40px;
  width: 100px;
  height: 223px;
  transform-style: preserve-3d;
  animation: rotate 100s infinite linear;
}
@keyframes rotate {
  from {
    transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
  }
  to {
    transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
  }
}

.mil-pentagon {
  position: absolute;
  width: 100px;
}
.mil-pentagon:nth-child(1) {
  transform: rotateY(0.2turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(6) {
  bottom: 0;
  transform: rotateY(0.2turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(2) {
  transform: rotateY(0.4turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(7) {
  bottom: 0;
  transform: rotateY(0.4turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(3) {
  transform: rotateY(0.6turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(8) {
  bottom: 0;
  transform: rotateY(0.6turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(4) {
  transform: rotateY(0.8turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(9) {
  bottom: 0;
  transform: rotateY(0.8turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(5) {
  transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(10) {
  bottom: 0;
  transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(11) {
  transform: translateZ(69px) rotateX(-90deg);
}
.mil-pentagon:nth-child(12) {
  bottom: 0;
  transform: translateZ(-69px) rotateX(90deg);
}
.mil-pentagon div {
  position: absolute;
  width: 100px;
  height: 69px;
  transform-origin: bottom;
}
.mil-pentagon div:nth-child(1) {
  transform: rotate(0.2turn);
}
.mil-pentagon div:nth-child(2) {
  transform: rotate(0.4turn);
}
.mil-pentagon div:nth-child(3) {
  transform: rotate(0.6turn);
}
.mil-pentagon div:nth-child(4) {
  transform: rotate(0.8turn);
}
.mil-pentagon div:nth-child(5) {
  transform: rotate(1turn);
}

@keyframes jump {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(-30px);
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.mil-about-quote {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mil-about-quote .mil-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
}
.mil-about-quote .mil-avatar:after {
  content: ' " ';
  color: rgb(0, 0, 0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(255, 152, 0);
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  padding-top: 12px;
  justify-content: center;
  font-size: 36px;
}
.mil-about-quote .mil-avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.mil-about-quote .mil-quote {
  padding-left: 30px;
  width: calc(100% - 90px);
}
@media screen and (max-width: 992px) {
  .mil-about-quote .mil-avatar {
    width: 70px;
    height: 70px;
  }
  .mil-about-quote .mil-avatar:after {
    padding-top: 7px;
    width: 25px;
    height: 25px;
    font-size: 24px;
  }
  .mil-about-quote .mil-quote {
    font-size: 16px;
    padding-left: 30px;
    width: calc(100% - 70px);
  }
}

.mil-about-photo {
  position: relative;
}
.mil-about-photo .mil-lines-place {
  position: absolute;
  top: -120px;
  left: -27%;
}

/* -------------------------------------------

partners

------------------------------------------- */
.mil-infinite-show .swiper-wrapper {
  transition-timing-function: linear;
}

.mil-partner-frame {
  display: block;
}
.mil-partner-frame img {
  width: 100%;
}

/* -------------------------------------------

services

------------------------------------------- */
.mil-complex-text {
  display: flex;
  align-items: center;
}
.mil-complex-text .mil-button {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .mil-complex-text {
    flex-direction: column;
  }
  .mil-complex-text .mil-button {
    margin-left: 0;
    margin-top: 60px;
  }
}

.mil-text-image {
  height: 80px;
  width: 250px;
  display: inline-block;
  overflow: hidden;
  border-radius: 70px;
  margin-right: 30px;
}
.mil-text-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-text-image:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .mil-text-image {
    display: none;
  }
}

.mil-service-card-sm {
  position: relative;
  display: block;
  padding: 60px 30px;
}
.mil-service-card-sm p {
  opacity: 0;
  transform: translateY(10px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-card-sm .mil-button {
  transform: scale(0.3);
  filter: grayscale(100%);
  opacity: 0.4;
}
.mil-service-card-sm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: rgb(255, 152, 0);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-card-sm:hover p {
  opacity: 1;
  transform: translateY(0);
}
.mil-service-card-sm:hover .mil-button {
  transform: scale(1);
  filter: grayscale(0);
  opacity: 1;
}
.mil-service-card-sm:hover:before {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .mil-service-card-sm p {
    opacity: 1;
    transform: translateY(0);
  }
  .mil-service-card-sm .mil-button {
    transform: scale(1);
    filter: grayscale(0);
    opacity: 1;
  }
}

.mil-services-grid {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.mil-services-grid .mil-services-grid-item {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.mil-services-grid .mil-services-grid-item:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 992px) {
  .mil-services-grid {
    padding-bottom: 90px;
  }
  .mil-services-grid .mil-services-grid-item {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .mil-services-grid .mil-services-grid-item:nth-child(3) {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .mil-services-grid {
    padding-bottom: 90px;
  }
  .mil-services-grid .mil-services-grid-item {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
}

.mil-service-card-lg {
  display: block;
}
.mil-service-card-lg .mil-descr {
  padding-right: 30px;
}
.mil-service-card-lg.mil-offset {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .mil-service-card-lg.mil-offset {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .mil-service-card-lg {
    margin-bottom: 60px;
  }
}
.mil-service-card-lg.mil-other-card {
  overflow: hidden;
  position: relative;
  border: solid 1px rgb(229, 229, 229);
  padding: 60px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-card-lg.mil-other-card .mil-descr {
  padding-right: 0;
}
.mil-service-card-lg.mil-other-card:hover {
  background-color: rgb(255, 152, 0);
}
.mil-service-card-lg.mil-other-card:hover .mil-link svg {
  background-color: rgb(0, 0, 0);
}
.mil-service-card-lg.mil-other-card:hover .mil-link svg path {
  fill: rgb(255, 152, 0);
}
@media screen and (max-width: 1200px) {
  .mil-service-card-lg.mil-other-card {
    padding: 30px;
  }
}

.mil-service-list li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  list-style-type: none;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
}
.mil-service-list li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.mil-service-list.mil-light li {
  color: rgba(255, 255, 255, 0.6);
}
.mil-service-list.mil-dark li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.mil-service-list.mil-dark li:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------

team

------------------------------------------- */
.mil-team-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
}
.mil-team-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: rgb(255, 152, 0);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: scale(1.05);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card.mil-offset-card {
  transform: translateY(60px);
}
@media screen and (max-width: 992px) {
  .mil-team-card.mil-offset-card {
    transform: none;
  }
}
.mil-team-card .mil-description {
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card .mil-description .mil-secrc-text {
  opacity: 0;
  transform: translateY(15px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0s;
}
.mil-team-card .mil-description .mil-secrc-text a {
  color: rgb(255, 255, 255);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card .mil-description .mil-secrc-text a:hover {
  color: rgb(255, 152, 0);
}
.mil-team-card:hover img {
  transform: scale(1);
}
.mil-team-card:hover:after {
  width: 100%;
}
.mil-team-card:hover .mil-description {
  opacity: 1;
  pointer-events: all;
}
.mil-team-card:hover .mil-description .mil-secrc-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.mil-team-list {
  position: relative;
}
.mil-team-list .mil-lines-place {
  position: absolute;
  top: -120px;
  left: -22.5%;
}

/* -------------------------------------------

social icons

------------------------------------------- */
.mil-social-icons {
  padding: 0;
  margin: 0;
  display: flex;
}
.mil-social-icons.mil-center {
  justify-content: center;
}
.mil-social-icons li {
  list-style-type: none;
  margin-right: 15px;
}
.mil-social-icons li:last-child {
  margin-right: 0;
}
.mil-social-icons li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-social-icons li a:hover {
  color: rgb(255, 152, 0);
}
.mil-social-icons.mil-dark li a {
  color: rgb(0, 0, 0);
}
.mil-social-icons.mil-dark li a:hover {
  color: rgb(255, 152, 0);
}

/* -------------------------------------------

revievs

------------------------------------------- */
.mil-revi-pagination {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .mil-revi-pagination {
    flex-wrap: wrap;
  }
}
.mil-revi-pagination .swiper-pagination-bullet {
  padding: 0;
  width: 110px;
  height: 110px;
  padding: 10px;
  opacity: 1;
  border: none;
  background-color: transparent;
  margin: 0 !important;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}
@media screen and (max-width: 992px) {
  .mil-revi-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 90px;
  }
}
.mil-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
  margin-top: 30px !important;
}
@media screen and (max-width: 992px) {
  .mil-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
    margin-top: 0 !important;
  }
}
.mil-revi-pagination .swiper-pagination-bullet:hover {
  box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot {
  background-color: red;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: top;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}
@media screen and (max-width: 992px) {
  .mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot {
    width: 70px;
    height: 70px;
  }
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-1 {
  background-image: url(../img/faces/customers/1.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-2 {
  background-image: url(../img/faces/customers/2.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-3 {
  background-image: url(../img/faces/customers/3.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-4 {
  background-image: url(../img/faces/customers/4.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-5 {
  background-image: url(../img/faces/customers/5.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-6 {
  background-image: url(../img/faces/customers/6.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-7 {
  background-image: url(../img/faces/customers/7.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: inset 0 0 0 4px rgb(255, 152, 0);
}

.mil-quote-icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.mil-quote-icon path {
  fill: rgb(255, 152, 0);
}

.mil-slider-nav {
  display: flex;
}
.mil-slider-nav .mil-slider-arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-slider-nav .mil-slider-arrow svg path {
  fill: rgb(255, 152, 0);
}
.mil-slider-nav .mil-slider-arrow.mil-prev {
  margin-right: 10px;
  transform: rotate(180deg);
}
.mil-slider-nav .mil-slider-arrow.swiper-button-disabled {
  opacity: 0.1;
  cursor: not-allowed;
}
.mil-slider-nav .mil-slider-arrow:hover {
  transform: scale(1.15);
}
.mil-slider-nav .mil-slider-arrow:hover.mil-prev {
  transform: rotate(180deg) scale(1.15);
}
.mil-slider-nav.mil-reviews-nav {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .mil-slider-nav.mil-reviews-nav {
    top: 0;
  }
}
.mil-slider-nav.mil-soft .mil-slider-arrow {
  background-color: rgb(229, 229, 229);
}
.mil-slider-nav.mil-soft .mil-slider-arrow svg path {
  fill: rgb(0, 0, 0);
}

/* -------------------------------------------

blog

------------------------------------------- */
.mil-blog-card {
  display: block;
}
.mil-blog-card .mil-cover-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  margin-bottom: 30px;
}
.mil-blog-card .mil-cover-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card .mil-post-descr {
  padding: 30px 30px 0 0;
}
.mil-blog-card .mil-post-descr .mil-post-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mil-blog-card:hover .mil-cover-frame img {
  transform: scale(1.05);
}
.mil-blog-card.mil-blog-card-hori {
  padding-top: 60px;
  border-top: solid 1px rgb(229, 229, 229);
  display: flex;
  align-items: center;
}
.mil-blog-card.mil-blog-card-hori .mil-cover-frame {
  margin-bottom: 0;
  width: 450px;
  padding-bottom: 27%;
}
.mil-blog-card.mil-blog-card-hori .mil-post-descr {
  width: calc(100% - 450px);
  padding: 0;
  padding-left: 60px;
}
@media screen and (max-width: 992px) {
  .mil-blog-card.mil-blog-card-hori {
    display: block;
    padding-top: 0;
    border: none;
  }
  .mil-blog-card.mil-blog-card-hori .mil-cover-frame {
    width: 100%;
    padding-bottom: 65%;
    margin-bottom: 30px;
  }
  .mil-blog-card.mil-blog-card-hori .mil-post-descr {
    width: 100%;
    padding: 30px 30px 0 0;
  }
}

.mil-labels {
  display: flex;
  align-items: center;
  padding: 0;
}
.mil-labels .mil-label {
  margin-right: 15px;
}
.mil-labels .mil-label:last-child {
  margin-right: 0;
}

.mil-pagination {
  padding-top: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.mil-pagination-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgb(0, 0, 0);
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin-right: 10px;
}

.mil-pagination-btn.mil-active {
  background-color: rgb(255, 152, 0);
}

.mil-category-list {
  display: flex;
}
.mil-category-list li {
  list-style-type: none;
  margin-right: 10px;
}
.mil-category-list li:last-child {
  margin-right: 0;
}
.mil-category-list li a {
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 0 20px;
  border-radius: 40px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-category-list li a:hover {
  background-color: rgb(229, 229, 229);
}
.mil-category-list li a.mil-active {
  background-color: rgb(255, 152, 0);
}
@media screen and (max-width: 768px) {
  .mil-category-list {
    flex-direction: column;
  }
  .mil-category-list li {
    margin-right: 0;
    margin-bottom: 10px;
    align-items: flex-start;
  }
  .mil-category-list li:last-child {
    margin-bottom: 0;
  }
  .mil-category-list li a {
    justify-content: flex-start;
  }
}

/* -------------------------------------------

footer

------------------------------------------- */
.mil-footer-menu {
  margin-bottom: 120px;
}
.mil-footer-menu ul li {
  list-style-type: none;
  margin-bottom: 30px;
}
.mil-footer-menu ul li a {
  display: block;
  font-weight: 500;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-footer-menu ul li a:hover {
  transform: translateX(10px);
  color: rgb(255, 152, 0);
}
@media screen and (max-width: 768px) {
  .mil-footer-menu ul li a {
    font-size: 22px;
  }
}
.mil-footer-menu ul li.mil-active a {
  color: rgb(255, 152, 0);
}
.mil-footer-menu ul li.mil-active a:hover {
  transform: none;
}
@media screen and (max-width: 768px) {
  .mil-footer-menu {
    margin-bottom: 60px;
  }
}

.mil-subscribe-form {
  position: relative;
  height: 70px;
  width: 100%;
}
.mil-subscribe-form input {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  border-radius: 70px;
  padding: 0 0 0 50px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-subscribe-form input::placeholder {
  color: rgb(128, 128, 128);
  font-family: "Outfit", "Onest", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.mil-subscribe-form input:focus {
  background-color: rgb(255, 255, 255);
  outline: inherit;
}
.mil-subscribe-form input:hover {
  background-color: rgb(255, 255, 255);
}
.mil-subscribe-form .mil-button {
  position: absolute;
  top: 15px;
  right: 15px;
}
.mil-subscribe-form.mil-subscribe-form-2 input {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------

portfolio

------------------------------------------- */
.mil-portfolio-item {
  display: block;
}
.mil-portfolio-item .mil-cover-frame {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.mil-portfolio-item .mil-cover-frame .mil-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mil-portfolio-item .mil-cover-frame .mil-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-portfolio-item .mil-cover-frame.mil-vert {
  padding-bottom: 130%;
}
.mil-portfolio-item .mil-cover-frame.mil-hori {
  padding-bottom: 65%;
}
.mil-portfolio-item:hover .mil-cover-frame .mil-cover img {
  transform: scale(1.05);
}
.mil-portfolio-item.mil-slider-item .mil-cover-frame {
  margin-bottom: 30px;
  height: calc(100vh - 360px);
}
@media screen and (max-width: 992px) {
  .mil-portfolio-item.mil-slider-item .mil-cover-frame {
    height: auto;
    padding-bottom: 100%;
  }
}
.mil-portfolio-item.mil-slider-item .mil-descr {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  background-color: rgb(242, 242, 242);
  padding: 0 60px;
}
@media screen and (max-width: 992px) {
  .mil-portfolio-item.mil-slider-item .mil-descr {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .mil-portfolio-item.mil-slider-item .mil-descr .mil-descr-text {
    margin-bottom: 30px;
  }
}
.mil-portfolio-item.mil-slider-item:hover .mil-cover-frame .mil-cover img {
  transform: none;
}

.swiper-slide .mil-portfolio-item .mil-descr {
  pointer-events: none;
}
.swiper-slide.swiper-slide-active .mil-portfolio-item .mil-descr {
  pointer-events: all;
}

.mil-portfolio {
  position: relative;
}
.mil-portfolio .mil-lines-place {
  position: absolute;
  left: 40.7%;
}
.mil-portfolio .mil-lines-place.mil-lines-long {
  top: 1289px;
}

.mil-portfolio-slider-frame {
  z-index: 0;
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .mil-portfolio-slider-frame {
    padding-top: 180px;
  }
}

.mil-portfolio-nav {
  background-color: rgb(242, 242, 242);
  width: 100%;
  padding: 0 60px;
  height: 180px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mil-portfolio-nav .mil-portfolio-btns-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 70px;
  border-radius: 70px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 992px) {
  .mil-portfolio-nav {
    position: static;
    height: auto;
    padding: 30px 0 90px;
    justify-content: flex-start;
    background-color: rgb(255, 255, 255);
  }
  .mil-portfolio-nav .mil-portfolio-btns-frame {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.swiper-portfolio-pagination {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px;
}

.mil-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mil-info {
    flex-direction: column;
    height: auto;
    padding: 30px;
  }
}

.mil-works-nav {
  padding-top: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mil-works-nav .mil-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .mil-works-nav {
    padding-top: 0;
    border-top: none;
    justify-content: center;
  }
  .mil-works-nav .mil-link {
    display: none;
  }
  .mil-works-nav .mil-link:last-child {
    display: flex;
  }
}

/***************************

map

***************************/
.mil-map-frame {
  background-color: rgb(229, 229, 229);
  pointer-events: all;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.mil-map-frame .mil-map {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-map-frame .mil-map iframe {
  width: 100%;
  height: 100%;
}
/* -------------------------------------------

accordion

------------------------------------------- */
.mil-accordion-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.mil-accordion-group .mil-accordion-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 30px;
}
.mil-accordion-group .mil-accordion-menu .mil-symbol {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: rgb(0, 0, 0);
  background-color: rgb(229, 229, 229);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-plus, .mil-accordion-group .mil-accordion-menu .mil-symbol .mil-minus {
  position: absolute;
}
.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-minus {
  transform: translateY(-2px);
}
.mil-accordion-group .mil-accordion-menu .mil-accordion-head {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.mil-accordion-content {
  height: 0;
  overflow: hidden;
}

/***************************

price

***************************/
.mil-price-card {
  display: block;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 60px 0 30px;
}
.mil-price-card .mil-price-number {
  padding-top: 10px;
  line-height: 70%;
  font-size: 54px;
  font-weight: 500;
}
.mil-price-card .mil-price-number .mil-thin {
  font-weight: 200;
  font-size: 18px;
}

/***************************

404

***************************/
.mil-404-banner .mil-animation-frame {
  z-index: 2;
}

.mil-404-frame {
  padding-top: 100px;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.mil-404-text {
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
}

.mil-scale-frame {
  transform: scale(2.3);
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 530px) {
  .mil-scale-frame {
    transform: scale(1.3);
    margin-bottom: 50px;
  }
}

.mil-404 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 6em;
  font-weight: 500;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.mil-404::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 rgb(255, 152, 0);
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.mil-404::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 rgb(153, 153, 153), 2px 2px rgb(229, 229, 229);
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
  0% {
    clip: rect(16px, 9999px, 27px, 0);
    transform: skew(0.02deg);
  }
  5% {
    clip: rect(58px, 9999px, 98px, 0);
    transform: skew(0.42deg);
  }
  10% {
    clip: rect(44px, 9999px, 82px, 0);
    transform: skew(0.58deg);
  }
  15% {
    clip: rect(43px, 9999px, 12px, 0);
    transform: skew(0.73deg);
  }
  20% {
    clip: rect(52px, 9999px, 86px, 0);
    transform: skew(0.09deg);
  }
  25% {
    clip: rect(83px, 9999px, 13px, 0);
    transform: skew(0.14deg);
  }
  30% {
    clip: rect(44px, 9999px, 79px, 0);
    transform: skew(0.87deg);
  }
  35% {
    clip: rect(74px, 9999px, 100px, 0);
    transform: skew(0.28deg);
  }
  40% {
    clip: rect(17px, 9999px, 70px, 0);
    transform: skew(0.71deg);
  }
  45% {
    clip: rect(77px, 9999px, 96px, 0);
    transform: skew(0.99deg);
  }
  50% {
    clip: rect(92px, 9999px, 35px, 0);
    transform: skew(0.78deg);
  }
  55% {
    clip: rect(35px, 9999px, 19px, 0);
    transform: skew(0.33deg);
  }
  60% {
    clip: rect(95px, 9999px, 1px, 0);
    transform: skew(0.37deg);
  }
  65% {
    clip: rect(38px, 9999px, 37px, 0);
    transform: skew(0.87deg);
  }
  70% {
    clip: rect(36px, 9999px, 85px, 0);
    transform: skew(0.57deg);
  }
  75% {
    clip: rect(68px, 9999px, 12px, 0);
    transform: skew(0.39deg);
  }
  80% {
    clip: rect(94px, 9999px, 96px, 0);
    transform: skew(0.54deg);
  }
  85% {
    clip: rect(41px, 9999px, 44px, 0);
    transform: skew(0.05deg);
  }
  90% {
    clip: rect(13px, 9999px, 89px, 0);
    transform: skew(0.19deg);
  }
  95% {
    clip: rect(82px, 9999px, 17px, 0);
    transform: skew(0.67deg);
  }
  100% {
    clip: rect(56px, 9999px, 99px, 0);
    transform: skew(0.53deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(35px, 9999px, 93px, 0);
    transform: skew(0.02deg);
  }
  5% {
    clip: rect(80px, 9999px, 99px, 0);
    transform: skew(0.6deg);
  }
  10% {
    clip: rect(15px, 9999px, 99px, 0);
    transform: skew(0.03deg);
  }
  15% {
    clip: rect(39px, 9999px, 21px, 0);
    transform: skew(0.3deg);
  }
  20% {
    clip: rect(39px, 9999px, 57px, 0);
    transform: skew(0.33deg);
  }
  25% {
    clip: rect(54px, 9999px, 71px, 0);
    transform: skew(0.32deg);
  }
  30% {
    clip: rect(10px, 9999px, 99px, 0);
    transform: skew(0.78deg);
  }
  35% {
    clip: rect(51px, 9999px, 55px, 0);
    transform: skew(0.2deg);
  }
  40% {
    clip: rect(37px, 9999px, 63px, 0);
    transform: skew(0.76deg);
  }
  45% {
    clip: rect(73px, 9999px, 87px, 0);
    transform: skew(0.12deg);
  }
  50% {
    clip: rect(47px, 9999px, 44px, 0);
    transform: skew(0.04deg);
  }
  55% {
    clip: rect(98px, 9999px, 47px, 0);
    transform: skew(0.6deg);
  }
  60% {
    clip: rect(15px, 9999px, 27px, 0);
    transform: skew(0.36deg);
  }
  65% {
    clip: rect(21px, 9999px, 56px, 0);
    transform: skew(0.91deg);
  }
  70% {
    clip: rect(8px, 9999px, 70px, 0);
    transform: skew(0.46deg);
  }
  75% {
    clip: rect(68px, 9999px, 60px, 0);
    transform: skew(0.78deg);
  }
  80% {
    clip: rect(68px, 9999px, 23px, 0);
    transform: skew(0.57deg);
  }
  85% {
    clip: rect(53px, 9999px, 23px, 0);
    transform: skew(0.37deg);
  }
  90% {
    clip: rect(14px, 9999px, 23px, 0);
    transform: skew(0.96deg);
  }
  95% {
    clip: rect(59px, 9999px, 28px, 0);
    transform: skew(0.56deg);
  }
  100% {
    clip: rect(16px, 9999px, 27px, 0);
    transform: skew(0.39deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(4deg);
  }
  10% {
    transform: skew(-2deg);
  }
  20% {
    transform: skew(-4deg);
  }
  30% {
    transform: skew(0deg);
  }
  40% {
    transform: skew(-3deg);
  }
  50% {
    transform: skew(-2deg);
  }
  60% {
    transform: skew(-3deg);
  }
  70% {
    transform: skew(-2deg);
  }
  80% {
    transform: skew(-3deg);
  }
  90% {
    transform: skew(5deg);
  }
  100% {
    transform: skew(4deg);
  }
}
/***************************

images

***************************/
.mil-image-frame {
  position: relative;
  overflow: hidden;
}
.mil-image-frame > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-image-frame.mil-horizontal {
  padding-bottom: 65%;
}
.mil-image-frame.mil-vertical {
  padding-bottom: 140%;
}
.mil-image-frame.mil-square {
  padding-bottom: 100%;
}
.mil-image-frame.mil-fw {
  padding-bottom: 50%;
}
.mil-image-frame .mil-zoom-btn {
  opacity: 0;
  transform: translateY(15px);
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-image-frame .mil-zoom-btn:hover {
  background-color: rgb(255, 255, 255);
}
.mil-image-frame .mil-zoom-btn img {
  height: 17px;
  width: 17px;
}
.mil-image-frame:hover .mil-zoom-btn {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}

/***************************

page transitions

***************************/
.mil-frame {
  opacity: 1;
  transform: scale(1);
  transition: 0.6s;
}

.mil-curtain {
  position: fixed;
  pointer-events: none;
  z-index: 4;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  width: 100%;
  height: 100vh;
  transition: 0.6s;
}

.mil-main-transition {
  transition: 0.6s;
  margin-top: 0;
  transition-delay: 0.3s;
}
.mil-main-transition .mil-animation-frame {
  opacity: 1;
  margin-top: 0;
  transition: 0.6s;
  transition-delay: 0.3s;
}
.mil-main-transition .mil-lines-place {
  opacity: 1;
  margin-top: 0;
  transition: 0.6s;
  transition-delay: 0.3s;
}

html.is-animating .mil-frame {
  opacity: 0;
  transition-delay: 0.5s;
  transform: scale(0.9);
}
@media screen and (max-width: 1200px) {
  html.is-animating .mil-frame {
    transform: scale(1);
    opacity: 1;
  }
}
html.is-animating .mil-curtain {
  opacity: 1;
  pointer-events: all;
}
html.is-animating .mil-main-transition {
  margin-top: 0.1px;
}
html.is-animating .mil-main-transition .mil-animation-frame {
  opacity: 0;
  margin-top: -90px;
  transition-delay: 0s;
}
html.is-animating .mil-main-transition .mil-lines-place {
  opacity: 0;
  margin-top: 90px;
  transition-delay: 0s;
}

html.is-animating .mil-menu-frame {
  opacity: 0;
  transition-delay: 0.3s;
}

/* -------------------------------------------

home 1 light theme

------------------------------------------- */
.mil-home-1-light {
  background-color: rgb(248, 246, 241);
}
.mil-home-1-light .mil-preloader {
  background: linear-gradient(135deg, rgb(248, 246, 241) 0%, rgb(239, 232, 219) 100%);
}
.mil-home-1-light .mil-preloader .mil-preloader-animation {
  color: rgb(24, 24, 24);
}
.mil-home-1-light .mil-preloader .mil-muted {
  color: rgb(24, 24, 24);
}
.mil-home-1-light .mil-ball {
  background-color: rgba(24, 24, 24, 0.9);
  opacity: 0.14;
}
.mil-home-1-light .mil-ball .mil-icon-1 svg, .mil-home-1-light .mil-ball .mil-more-text, .mil-home-1-light .mil-ball .mil-choose-text {
  fill: rgb(248, 246, 241);
  color: rgb(248, 246, 241);
}
.mil-home-1-light .mil-progress-track {
  background-color: rgba(24, 24, 24, 0.12);
}
@media screen and (max-width: 1200px) {
  .mil-home-1-light .mil-frame .mil-frame-top {
    background-color: rgba(248, 246, 241, 0.92);
    border-bottom: solid 1px rgba(24, 24, 24, 0.08);
  }
  .mil-home-1-light .mil-frame .mil-frame-top .mil-logo {
    color: rgb(24, 24, 24);
  }
  .mil-home-1-light .mil-frame .mil-frame-top .mil-menu-btn span, .mil-home-1-light .mil-frame .mil-frame-top .mil-menu-btn span:after, .mil-home-1-light .mil-frame .mil-frame-top .mil-menu-btn span:before {
    background: rgb(24, 24, 24);
  }
}
.mil-home-1-light .mil-frame .mil-frame-bottom .mil-current-page {
  color: rgba(24, 24, 24, 0.65);
}
.mil-home-1-light .mil-curtain {
  background-color: rgb(248, 246, 241);
}
.mil-home-1-light .mil-menu-frame {
  background: linear-gradient(135deg, rgb(248, 246, 241) 0%, rgb(237, 229, 216) 100%);
}
.mil-home-1-light .mil-menu-frame .mil-muted {
  color: rgba(24, 24, 24, 0.8);
}
.mil-home-1-light .mil-menu-frame .mil-light-soft {
  color: rgba(24, 24, 24, 0.55);
}
.mil-home-1-light .mil-menu-frame .mil-frame-top .mil-logo {
  color: rgb(24, 24, 24);
}
.mil-home-1-light .mil-menu-frame .mil-frame-top .mil-menu-btn span, .mil-home-1-light .mil-menu-frame .mil-frame-top .mil-menu-btn span:after, .mil-home-1-light .mil-menu-frame .mil-frame-top .mil-menu-btn span:before {
  background-color: rgb(24, 24, 24);
}
.mil-home-1-light .mil-menu-frame .mil-menu-right-frame {
  border-left: solid 1px rgba(24, 24, 24, 0.1);
}
.mil-home-1-light .mil-menu-frame .mil-main-menu ul li a {
  color: rgba(24, 24, 24, 0.78);
}
.mil-home-1-light .mil-menu-frame .mil-main-menu ul li a:before {
  background-color: rgba(24, 24, 24, 0.2);
}
.mil-home-1-light .mil-menu-frame .mil-main-menu ul li a:hover {
  color: rgb(24, 24, 24);
}
.mil-home-1-light .mil-menu-frame .mil-main-menu ul li.mil-has-children > a:hover {
  color: rgb(24, 24, 24);
}
.mil-home-1-light .mil-menu-frame .mil-main-menu ul li.mil-has-children ul li a {
  color: rgba(24, 24, 24, 0.45);
}
.mil-home-1-light .mil-menu-frame .mil-main-menu ul li.mil-has-children ul li a:hover {
  color: rgba(24, 24, 24, 0.78);
}
.mil-home-1-light .mil-menu-frame .mil-menu-list li a:hover {
  color: rgb(24, 24, 24);
}
.mil-home-1-light .mil-dark-bg {
  background-color: rgb(248, 246, 241);
}
.mil-home-1-light .mil-dark-bg:before {
  backdrop-filter: none;
  background: none;
}
.mil-home-1-light .mil-banner.mil-dark-bg {
  background: radial-gradient(circle at top right, rgba(255, 152, 0, 0.18), transparent 28%), radial-gradient(circle at 12% 22%, rgba(24, 24, 24, 0.08), transparent 18%), linear-gradient(180deg, rgb(248, 246, 241) 0%, rgb(239, 233, 223) 100%);
}
.mil-home-1-light .mil-banner.mil-dark-bg .mil-muted {
  color: rgb(24, 24, 24);
}
.mil-home-1-light .mil-banner.mil-dark-bg .mil-light-soft {
  color: rgba(24, 24, 24, 0.62);
}
.mil-home-1-light .mil-banner.mil-dark-bg .mil-link {
  color: rgb(24, 24, 24);
}
.mil-home-1-light .mil-banner.mil-dark-bg .mil-link svg {
  background-color: rgba(24, 24, 24, 0.1);
}
.mil-home-1-light .mil-banner.mil-dark-bg .mil-link svg path {
  fill: rgb(24, 24, 24);
}
.mil-home-1-light .mil-banner.mil-dark-bg .mil-animation {
  opacity: 0.16;
}
.mil-home-1-light .mil-banner.mil-dark-bg .mil-position-1 .mil-pentagon div, .mil-home-1-light .mil-banner.mil-dark-bg .mil-position-2 .mil-pentagon div, .mil-home-1-light .mil-banner.mil-dark-bg .mil-position-3 .mil-pentagon div {
  border-top-color: rgba(24, 24, 24, 0.4);
}
.mil-home-1-light .mil-banner.mil-dark-bg .mil-circle-text .mil-ct-svg text {
  fill: rgba(24, 24, 24, 0.38);
}
.mil-home-1-light .mil-banner.mil-dark-bg .mil-circle-text:hover svg text {
  fill: rgb(24, 24, 24);
}
.mil-home-1-light section.mil-dark-bg:not(.mil-banner), .mil-home-1-light footer.mil-dark-bg {
  background: linear-gradient(180deg, rgb(244, 240, 233) 0%, rgb(236, 230, 220) 100%);
}
.mil-home-1-light section.mil-dark-bg:not(.mil-banner) .mil-muted, .mil-home-1-light footer.mil-dark-bg .mil-muted {
  color: rgb(24, 24, 24);
}
.mil-home-1-light section.mil-dark-bg:not(.mil-banner) .mil-light-soft, .mil-home-1-light footer.mil-dark-bg .mil-light-soft {
  color: rgba(24, 24, 24, 0.58);
}
.mil-home-1-light section.mil-dark-bg:not(.mil-banner) .mil-divider, .mil-home-1-light footer.mil-dark-bg .mil-divider {
  background-color: rgba(24, 24, 24, 0.1);
}
.mil-home-1-light section.mil-dark-bg:not(.mil-banner) .mil-animation, .mil-home-1-light footer.mil-dark-bg .mil-animation {
  opacity: 0.14;
}
.mil-home-1-light section.mil-dark-bg:not(.mil-banner) .mil-position-1 .mil-pentagon div, .mil-home-1-light section.mil-dark-bg:not(.mil-banner) .mil-position-2 .mil-pentagon div, .mil-home-1-light section.mil-dark-bg:not(.mil-banner) .mil-position-3 .mil-pentagon div, .mil-home-1-light section.mil-dark-bg:not(.mil-banner) .mil-position-4 .mil-pentagon div, .mil-home-1-light footer.mil-dark-bg .mil-position-1 .mil-pentagon div, .mil-home-1-light footer.mil-dark-bg .mil-position-2 .mil-pentagon div, .mil-home-1-light footer.mil-dark-bg .mil-position-3 .mil-pentagon div, .mil-home-1-light footer.mil-dark-bg .mil-position-4 .mil-pentagon div {
  border-top-color: rgba(24, 24, 24, 0.32);
}
.mil-home-1-light .mil-services-grid {
  border-top: solid 1px rgba(24, 24, 24, 0.1);
}
.mil-home-1-light .mil-services-grid .mil-services-grid-item {
  border-right: solid 1px rgba(24, 24, 24, 0.1);
}
.mil-home-1-light .mil-services-grid .mil-services-grid-item:first-child {
  border-left: solid 1px rgba(24, 24, 24, 0.1);
}
@media screen and (max-width: 992px) {
  .mil-home-1-light .mil-services-grid .mil-services-grid-item {
    border-bottom: solid 1px rgba(24, 24, 24, 0.1);
  }
  .mil-home-1-light .mil-services-grid .mil-services-grid-item:nth-child(3) {
    border-left: solid 1px rgba(24, 24, 24, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .mil-home-1-light .mil-services-grid .mil-services-grid-item {
    border-left: solid 1px rgba(24, 24, 24, 0.1);
    border-bottom: solid 1px rgba(24, 24, 24, 0.1);
  }
}
.mil-home-1-light .mil-service-card-sm:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.mil-home-1-light footer.mil-dark-bg .mil-footer-menu ul li a {
  color: rgba(24, 24, 24, 0.88);
}
.mil-home-1-light footer.mil-dark-bg .mil-social-icons li a {
  color: rgb(24, 24, 24);
}
.mil-home-1-light footer.mil-dark-bg .mil-social-icons li a:hover, .mil-home-1-light footer.mil-dark-bg .mil-menu-list li a:hover {
  color: rgb(255, 152, 0);
}
.mil-home-1-light footer.mil-dark-bg .mil-subscribe-form input {
  background-color: rgba(255, 255, 255, 0.72);
  border: solid 1px rgba(24, 24, 24, 0.08);
}

/* -------------------------------------------

HealthDex active site overrides

------------------------------------------- */
.hd-site {
  color: rgba(24, 24, 24, 0.74);
}
.hd-site .mil-muted,
.hd-site h1.mil-muted,
.hd-site h2.mil-muted,
.hd-site h3.mil-muted,
.hd-site h4.mil-muted,
.hd-site h5.mil-muted,
.hd-site h6.mil-muted {
  color: rgb(24, 24, 24);
}
.hd-site .mil-light-soft,
.hd-site p.mil-light-soft,
.hd-site .mil-link.mil-light-soft,
.hd-site .mil-menu-list li a.mil-light-soft {
  color: rgba(24, 24, 24, 0.62);
}
.hd-site .mil-inner-banner {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(255, 152, 0, 0.16), transparent 24%), linear-gradient(180deg, rgb(248, 246, 241) 0%, rgb(238, 232, 223) 100%);
}
.hd-site .mil-inner-banner .mi-invert-fix {
  position: relative;
  z-index: 2;
}
.hd-site .mil-inner-banner .mil-animation-frame {
  z-index: 3;
  opacity: 1;
}
.hd-site .mil-inner-banner .mil-animation {
  opacity: 0.72;
}
.hd-site .mil-inner-banner .mil-position-1 {
  top: 58px;
  right: 4%;
}
.hd-site .mil-inner-banner .mil-position-2 {
  top: -28px;
  left: 8%;
}
.hd-site .mil-inner-banner .mil-position-3 {
  bottom: -58px;
  right: 27%;
}
.hd-site .mil-inner-banner .mil-position-1 .mil-pentagon div,
.hd-site .mil-inner-banner .mil-position-2 .mil-pentagon div,
.hd-site .mil-inner-banner .mil-position-3 .mil-pentagon div,
.hd-site .mil-inner-banner .mil-position-1.mil-dark .mil-pentagon div,
.hd-site .mil-inner-banner .mil-position-2.mil-dark .mil-pentagon div,
.hd-site .mil-inner-banner .mil-position-3.mil-dark .mil-pentagon div {
  border-top-color: rgba(24, 24, 24, 0.5) !important;
}
.hd-site .mil-inner-banner .mil-position-1 .mil-dodecahedron,
.hd-site .mil-inner-banner .mil-position-2 .mil-dodecahedron,
.hd-site .mil-inner-banner .mil-position-3 .mil-dodecahedron {
  opacity: 0.9;
  filter: drop-shadow(0 16px 26px rgba(24, 24, 24, 0.1));
}
.hd-site .mil-inner-banner .mil-banner-content {
  position: relative;
  z-index: 4;
}
.hd-site .mil-inner-banner .mil-position-4 {
  top: -6px;
  right: 2%;
  transform: scale(1.08);
}
.hd-site .mil-inner-banner .mil-position-4,
.hd-site .mil-inner-banner .mil-position-4.mil-dark {
  opacity: 0.82;
}
.hd-site .mil-inner-banner .mil-position-4 .mil-pentagon div,
.hd-site .mil-inner-banner .mil-position-4.mil-dark .mil-pentagon div {
  border-top-color: rgba(24, 24, 24, 0.62) !important;
}
.hd-site .mil-inner-banner .mil-position-4 .mil-dodecahedron {
  opacity: 0.9;
  filter: drop-shadow(0 18px 28px rgba(24, 24, 24, 0.12));
}
.hd-site .hd-hero-video-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hd-site .hd-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.06);
  filter: saturate(0.9) contrast(0.94);
}
.hd-site .hd-hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(248, 246, 241, 0.18) 0%, rgba(248, 246, 241, 0.06) 18%, rgba(248, 246, 241, 0) 34%),
    radial-gradient(ellipse at 88% 8%, rgba(255, 152, 0, 0.20) 0%, rgba(255, 152, 0, 0.06) 28%, transparent 50%),
    linear-gradient(90deg, rgba(248, 246, 241, 0.88) 0%, rgba(248, 246, 241, 0.62) 44%, rgba(248, 246, 241, 0.34) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(238, 232, 223, 0.24));
}
/* -- hero phone column (index) --------------------------------------------- */
.hd-site .hd-hero-phone-col {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.hd-site .hd-hero-phone-wrap {
  width: 230px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow:
    0 60px 140px rgba(0,0,0,0.60),
    0 0 0 1px rgba(255,255,255,0.10);
}
.hd-site .hd-hero-phone-wrap video,
.hd-site .hd-hero-phone-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .hd-site .hd-hero-phone-wrap { width: 190px; }
}
@media screen and (max-width: 992px) {
  .hd-site .hd-hero-phone-col { display: none; }
}
/* -- real mockup image inside platform shot cards — full visible ----------- */
.hd-site .hd-platform-shot-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin-bottom: 20px;
}
/* -- solution cards: center phone portrait images -------------------------- */
.hd-site .hd-home-solution-card img {
  object-position: center;
}
/* -- video demo section (platform page) ------------------------------------ */
.hd-site .hd-video-demo-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.14), 0 0 0 1px rgba(0,0,0,0.06);
  aspect-ratio: 4/3;
  background: #111;
}
.hd-site .hd-video-demo-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hd-site .mil-inner-banner .mil-breadcrumbs:before {
  background-color: rgba(24, 24, 24, 0.1);
}
.hd-site .mil-inner-banner .mil-breadcrumbs li:after {
  color: rgba(24, 24, 24, 0.48);
}
.hd-site .mil-inner-banner .mil-breadcrumbs li a {
  color: rgb(24, 24, 24);
}
.hd-site .mil-inner-banner .mil-breadcrumbs.mil-light:before {
  background-color: rgba(24, 24, 24, 0.1);
}
.hd-site .mil-inner-banner .mil-breadcrumbs.mil-light li:after {
  color: rgba(24, 24, 24, 0.48);
}
.hd-site .mil-inner-banner .mil-breadcrumbs.mil-light li a {
  color: rgb(24, 24, 24) !important;
}
.hd-site .mil-menu-list li a:hover {
  color: rgb(24, 24, 24);
}
.hd-site .mil-divider {
  background-color: rgba(24, 24, 24, 0.1);
}
.hd-site .mil-service-card-sm,
.hd-site .mil-service-card-lg,
.hd-site .mil-portfolio-item,
.hd-site .mil-blog-card,
.hd-site .mil-info,
.hd-site .mil-works-nav {
  color: rgba(24, 24, 24, 0.72);
}
.hd-site .mil-service-card-sm p,
.hd-site .mil-service-card-sm h5,
.hd-site .mil-service-card-lg .mil-descr,
.hd-site .mil-portfolio-item .mil-descr p,
.hd-site .mil-blog-card .mil-post-text,
.hd-site .mil-info div,
.hd-site .mil-works-nav .mil-link:not(.mil-dark) {
  color: rgba(24, 24, 24, 0.62);
}
.hd-site .mil-services-grid .mil-service-card-sm h5,
.hd-site .mil-services-grid .mil-service-card-sm p,
.hd-site .mil-soft-bg .mil-service-card-sm h5,
.hd-site .mil-soft-bg .mil-service-card-sm p,
.hd-site section .mil-service-card-sm h5,
.hd-site section .mil-service-card-sm p {
  color: rgb(24, 24, 24);
}
.hd-site .mil-services-grid .mil-service-card-sm p,
.hd-site .mil-soft-bg .mil-service-card-sm p,
.hd-site section .mil-service-card-sm p {
  color: rgba(24, 24, 24, 0.68);
}
.hd-site .mil-service-list.mil-light li {
  color: rgba(24, 24, 24, 0.68);
  border-color: rgba(24, 24, 24, 0.1);
}
.hd-site .mil-price-card {
  border-top: solid 1px rgba(24, 24, 24, 0.12);
  border-bottom: solid 1px rgba(24, 24, 24, 0.12);
}
.hd-site .mil-price-card h5,
.hd-site .mil-price-card p {
  color: rgb(24, 24, 24);
}
.hd-site .mil-price-card p {
  color: rgba(24, 24, 24, 0.62);
}
.hd-site .mil-accordion-group {
  border-bottom: solid 1px rgba(24, 24, 24, 0.14);
}
.hd-site .mil-accordion-content p,
.hd-site .mil-accordion-content li {
  color: rgba(24, 24, 24, 0.72);
}
.hd-site .mil-image-frame,
.hd-site .mil-cover-frame,
.hd-site .mil-img-frame,
.hd-site .mil-partner-frame {
  background-color: rgba(24, 24, 24, 0.04);
}
.hd-site .hd-team-hero-copy {
  max-width: 720px;
  margin-top: 18px;
  margin-bottom: 0;
  color: rgba(24, 24, 24, 0.72);
}
.hd-site .hd-team-banner .mil-banner-content {
  padding-bottom: 84px;
}
.hd-site .hd-team-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.hd-site .hd-team-proof-item {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(24, 24, 24, 0.08);
  background: rgba(255, 251, 245, 0.92);
  color: rgba(24, 24, 24, 0.74);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hd-site .hd-team-anchor {
  position: relative;
  max-width: 780px;
  padding: 0 0 0 24px;
}
.hd-site .hd-team-anchor:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 5px;
  width: 2px;
  border-radius: 999px;
  background: rgba(255, 152, 0, 0.58);
}
.hd-site .hd-team-anchor p,
.hd-site .hd-team-fit-copy p,
.hd-site .hd-team-section-intro,
.hd-site .hd-team-cta-note {
  color: rgba(24, 24, 24, 0.7);
}
.hd-site .hd-team-fit-copy {
  max-width: 760px;
}
.hd-site .hd-team-fit-copy p:last-child {
  margin-bottom: 0;
}
.hd-site .hd-team-surface {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 34px;
  border-radius: 26px;
  border: 1px solid rgba(24, 24, 24, 0.07);
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(255, 255, 255, 0.96));
  box-shadow: none;
}
.hd-site .hd-team-surface:before {
  width: 100%;
  opacity: 0.72;
}
.hd-site .hd-team-surface p,
.hd-site .hd-team-surface:hover p {
  opacity: 1;
  transform: none;
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  color: rgba(24, 24, 24, 0.7);
}
.hd-site .hd-team-surface .mil-button {
  transform: none;
  filter: none;
  opacity: 1;
}
.hd-site .hd-mental-benefits .mil-service-card-sm {
  min-height: calc(100% - 30px);
  padding: 32px 26px;
}
.hd-site .hd-mental-benefits .mil-service-card-sm p,
.hd-site .hd-mental-benefits .mil-service-card-sm:hover p {
  opacity: 1;
  transform: none;
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
@media screen and (max-width: 768px) {
  .hd-site .hd-mental-benefits .mil-service-card-sm {
    padding: 26px 0;
  }
}
.hd-site .hd-team-person-card,
.hd-site .hd-team-open-card {
  min-height: calc(100% - 30px);
}
.hd-site .hd-team-open-card {
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.98), rgba(255, 253, 249, 0.96));
}
.hd-site .hd-team-role {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 152, 0, 0.1);
  color: rgba(24, 24, 24, 0.68);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hd-site .hd-team-list {
  margin: 24px 0 0;
  padding: 0;
}
.hd-site .hd-team-list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: rgba(24, 24, 24, 0.7);
}
.hd-site .hd-team-list li:last-child {
  margin-bottom: 0;
}
.hd-site .hd-team-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(255, 152, 0);
}
.hd-site .hd-team-cta {
  margin-top: 28px;
}
.hd-site .hd-team-cta-note {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.hd-site .mil-error {
  margin: -8px 0 24px;
  color: #b24b2a;
  font-size: 14px;
}
.hd-site .hd-sample-strip .container {
  overflow: hidden;
}
.hd-site .hd-sample-frame {
  position: relative;
  width: 320px;
  height: 208px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(24, 24, 24, 0.04);
  border: 1px solid rgba(24, 24, 24, 0.06);
}
.hd-site .hd-sample-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92);
}
@media screen and (max-width: 768px) {
  .hd-site .hd-sample-frame {
    width: 260px;
    height: 169px;
  }
}
.hd-site .hd-platform-proof {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 238, 230, 0.86));
}
.hd-site .hd-health-hero-lead {
  max-width: 820px;
  margin-top: 14px;
  margin-bottom: 52px;
}
.hd-site .mil-inner-banner .mil-link.mil-down-arrow {
  display: inline-flex;
  margin-top: 10px;
  margin-bottom: 40px;
}
.hd-site .hd-health-hero-panel {
  position: relative;
  padding: 22px;
  border-radius: 32px;
  border: 1px solid rgba(24, 24, 24, 0.08);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 28px 70px rgba(24, 24, 24, 0.08);
  backdrop-filter: blur(10px);
}
.hd-site .hd-health-hero-dashboard,
.hd-site .hd-health-showcase-dashboard {
  min-height: 430px;
}
.hd-site .hd-health-floating-phone {
  position: absolute;
  right: 22px;
  bottom: -28px;
  width: 185px;
  z-index: 2;
}
.hd-site .hd-health-floating-phone .hd-platform-ui-phone {
  width: 100%;
  padding: 14px 13px;
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(24, 24, 24, 0.14);
}
.hd-site .hd-health-showcase-copy {
  max-width: 560px;
}
.hd-site .hd-health-inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.hd-site .hd-health-inline-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(24, 24, 24, 0.08);
  background: rgba(255, 255, 255, 0.75);
  color: rgba(24, 24, 24, 0.76);
  font-size: 12px;
  letter-spacing: 0.1px;
}
.hd-site .hd-health-showcase-stage {
  overflow: visible;
}
.hd-site .hd-health-floating-phone-showcase {
  right: 18px;
  bottom: -34px;
}
.hd-site .hd-platform-shot {
  min-height: 100%;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(24, 24, 24, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 60px rgba(24, 24, 24, 0.07);
}
.hd-site .hd-platform-shot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.hd-site .hd-platform-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 152, 0, 0.14);
  color: rgba(24, 24, 24, 0.8);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.hd-site .hd-platform-meta {
  color: rgba(24, 24, 24, 0.42);
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.hd-site .hd-platform-placeholder {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 24px;
  border: 1px solid rgba(24, 24, 24, 0.08);
  background: linear-gradient(135deg, rgba(24, 24, 24, 0.06), rgba(255, 152, 0, 0.12));
}
.hd-site .hd-platform-placeholder:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.65), transparent 35%);
}
.hd-site .hd-platform-placeholder-mobile {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.hd-site .hd-platform-ui-phone {
  width: 240px;
  padding: 18px 16px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(24, 24, 24, 0.12);
  position: relative;
  z-index: 1;
}
.hd-site .hd-platform-ui-phone-top {
  width: 42%;
  height: 10px;
  border-radius: 999px;
  background: rgba(24, 24, 24, 0.12);
  margin: 0 auto 20px;
}
.hd-site .hd-platform-ui-phone-card,
.hd-site .hd-platform-ui-phone-row,
.hd-site .hd-platform-ui-dash-card,
.hd-site .hd-platform-ui-dash-table,
.hd-site .hd-platform-ui-dash-top {
  background: rgba(24, 24, 24, 0.08);
}
.hd-site .hd-platform-ui-phone-card {
  height: 96px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.hd-site .hd-platform-ui-phone-card-primary {
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.7), rgba(255, 152, 0, 0.25));
}
.hd-site .hd-platform-ui-phone-row {
  height: 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.hd-site .hd-platform-ui-phone-row-short {
  width: 68%;
}
.hd-site .hd-platform-ui-phone-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.hd-site .hd-platform-ui-phone-actions span {
  height: 38px;
  border-radius: 14px;
  background: rgba(24, 24, 24, 0.08);
}
.hd-site .hd-platform-placeholder-dashboard {
  min-height: 420px;
  padding: 26px;
}
.hd-site .hd-platform-ui-dash-top {
  position: relative;
  z-index: 1;
  height: 54px;
  border-radius: 18px;
  margin-bottom: 18px;
}
.hd-site .hd-platform-ui-dash-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  gap: 16px;
  margin-bottom: 18px;
}
.hd-site .hd-platform-ui-dash-card {
  height: 138px;
  border-radius: 20px;
}
.hd-site .hd-platform-ui-dash-card-wide {
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.62), rgba(255, 255, 255, 0.6));
}
.hd-site .hd-platform-ui-dash-table {
  position: relative;
  z-index: 1;
  height: 150px;
  border-radius: 22px;
}
.hd-site .hd-platform-proof-note {
  max-width: 680px;
  margin: 10px auto 0;
  text-align: center;
  color: rgba(24, 24, 24, 0.72);
}
.hd-site .hd-home-platform-stage {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(255, 255, 255, 0.84));
}
.hd-site .hd-home-platform-stage .hd-platform-placeholder-dashboard {
  min-height: 460px;
}
.hd-site .hd-home-solution-card:after {
  display: none;
}
.hd-site .hd-home-solution-card .mil-description {
  opacity: 1;
  pointer-events: all;
  justify-content: flex-end;
  padding: 34px 24px 22px;
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.06) 0%, rgba(12, 12, 12, 0.44) 48%, rgba(12, 12, 12, 0.82) 100%);
}
.hd-site .hd-home-solution-card .mil-description .mil-secrc-text {
  opacity: 1;
  transform: none;
}
.hd-site .hd-home-solution-card .mil-description .mil-secrc-text h5,
.hd-site .hd-home-solution-card .mil-description .mil-secrc-text h5 a,
.hd-site .hd-home-solution-card .mil-description .mil-secrc-text p {
  color: rgb(255, 255, 255) !important;
}
.hd-site .hd-home-solution-card img {
  filter: brightness(0.76) saturate(0.9);
}
.hd-site .hd-home-solution-card:hover img {
  transform: scale(1.02);
}
@media screen and (max-width: 992px) {
  .hd-site .hd-team-proof-strip {
    gap: 10px;
    margin-bottom: 22px;
  }
  .hd-site .hd-health-hero-panel {
    margin-top: 36px;
  }
  .hd-site .hd-team-surface,
  .hd-site .hd-platform-shot {
    padding: 26px;
  }
  .hd-site .hd-platform-shot-header {
    display: block;
  }
  .hd-site .hd-platform-meta {
    display: inline-block;
    margin-top: 10px;
  }
  .hd-site .hd-health-hero-dashboard,
  .hd-site .hd-health-showcase-dashboard {
    min-height: 360px;
  }
  .hd-site .hd-health-floating-phone,
  .hd-site .hd-health-floating-phone-showcase {
    width: 150px;
    right: 16px;
    bottom: -24px;
  }
  .hd-site .hd-health-inline-points {
    margin-bottom: 30px;
  }
  .hd-site .hd-team-cta {
    margin-top: 24px;
  }
  .hd-site .hd-platform-ui-dash-grid {
    grid-template-columns: 1fr;
  }
  .hd-site .hd-platform-placeholder-mobile,
  .hd-site .hd-platform-placeholder-dashboard {
    min-height: 360px;
  }
  .hd-site .hd-home-platform-stage .hd-platform-placeholder-dashboard {
    min-height: 380px;
  }
}


/* ====================================================
   hd-how-it-works  —  scroll-capture v5
   ==================================================== */

/* ── Outer scroll driver (height set by JS on desktop) ── */
.hd-how-outer {
  position: relative;
}

/* ── Sticky section ── */
#how-it-works.hd-how-works {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fff 0%, rgba(248,246,241,0.62) 100%);
}

/* ── Inner container fills section height ── */
.hd-how-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 72px;
  padding-bottom: 40px;
}

/* ── Section header (title row + tabs) ── */
.hd-how-header {
  flex-shrink: 0;
  margin-bottom: 24px;
}

/* ── Stepper tab bar ── */
.hd-how-tabs { margin-bottom: 0; flex-shrink: 0; }

.hd-how-tabs-track {
  display: flex;
  align-items: flex-start;
}

.hd-how-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  flex-shrink: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.hd-how-tab-circle {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 2px solid rgba(24,24,24,0.13);
  display: flex; align-items: center; justify-content: center;
  font-family: "Outfit", "Onest", sans-serif;
  font-size: 13px; font-weight: 600;
  color: rgba(24,24,24,0.30);
  background: #fff;
  position: relative; z-index: 1;
  transition: border-color .3s, color .3s, background .3s, box-shadow .3s;
}

.hd-how-tab-label {
  font-family: "Outfit", "Onest", sans-serif;
  font-size: 11.5px; font-weight: 400;
  color: rgba(24,24,24,0.36);
  text-align: center; white-space: nowrap;
  max-width: 76px; line-height: 140%;
  transition: color .3s, font-weight .3s;
}

.hd-how-tab:hover:not(.is-active) .hd-how-tab-circle {
  border-color: rgba(255,152,0,.5);
  color: rgba(24,24,24,.68);
}
.hd-how-tab:hover:not(.is-active) .hd-how-tab-label { color: rgba(24,24,24,.6); }

.hd-how-tab.is-done .hd-how-tab-circle {
  border-color: rgba(255,152,0,.38);
  background: rgba(255,152,0,.07);
  color: rgb(255,152,0);
}

.hd-how-tab.is-active .hd-how-tab-circle {
  background: rgb(255,152,0);
  border-color: rgb(255,152,0);
  color: #fff;
  box-shadow: 0 4px 18px rgba(255,152,0,.34);
}
.hd-how-tab.is-active .hd-how-tab-label { color: rgb(24,24,24); font-weight: 500; }

.hd-how-connector {
  flex: 1; height: 2px;
  margin: 0 5px; margin-top: 21px;
  border-radius: 2px;
  background: rgba(24,24,24,.09);
  overflow: hidden; position: relative;
}

.hd-how-connector-fill {
  position: absolute; inset: 0 auto 0 0;
  width: 0%; background: rgb(255,152,0);
  transition: width .45s cubic-bezier(.4,0,.2,1);
}
.hd-how-connector.is-filled .hd-how-connector-fill { width: 100%; }

/* ── Body: player + crossfading panels ── */
.hd-how-body {
  display: flex;
  gap: 48px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  align-items: center;
}

/* ── Left: player column ── */
.hd-how-player-col {
  flex: 0 0 36%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hd-how-player {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: rgb(18,18,18);
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: min(520px, calc(100svh - 300px));
  box-shadow:
    0 2px 4px rgba(24,24,24,.06),
    0 14px 36px rgba(24,24,24,.11),
    0 40px 90px rgba(24,24,24,.14);
}

/* ── Media layers (stacked inside player) ── */
.hd-how-media {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity .65s ease;
  pointer-events: none;
  border-radius: 30px;
  overflow: hidden;
}
.hd-how-media.is-active { opacity: 1; pointer-events: auto; }

/* Layer 1 – phone / video */
.hd-how-media--phone video {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(.84) saturate(.9);
}

.hd-how-video-tint {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg,
    rgba(12,12,12,.32) 0%,
    rgba(12,12,12,.02) 35%,
    rgba(12,12,12,.02) 62%,
    rgba(12,12,12,.50) 100%
  );
}

/* Layer 2 – CSS dashboard mock */
.hd-how-media--dash {
  background: linear-gradient(145deg, rgb(13,13,20) 0%, rgb(20,17,30) 100%);
}

/* Layer – dashboard video */
.hd-how-media--dash-vid { background: #0d0d14; }
.hd-how-media--dash-vid video {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block;
  filter: brightness(.88) saturate(.9);
}

/* Layer – mockup image — full visible, no crop */
.hd-how-media--img { background: #0d0d14; }
.hd-how-media--img img {
  width: 100%; height: 100%;
  object-fit: contain; object-position: center;
  display: block;
}

.hd-how-dash-bg {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  padding: 20px 16px 24px;
  gap: 10px;
}

.hd-how-dash-topbar {
  display: flex; align-items: center; gap: 8px;
  flex-shrink: 0;
}

.hd-how-dash-topbar-dot {
  width: 7px; height: 7px; border-radius: 50%;
}
.hd-how-dash-topbar-dot:nth-child(1) { background: rgba(255,152,0,.75); }
.hd-how-dash-topbar-dot:nth-child(2) { background: rgba(255,255,255,.18); }
.hd-how-dash-topbar-dot:nth-child(3) { background: rgba(255,255,255,.10); }

.hd-how-dash-topbar-line {
  flex: 1; height: 2px; border-radius: 2px;
  background: rgba(255,255,255,.06);
}

.hd-how-dash-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  padding: 12px 14px;
}

.hd-how-dash-card-lbl {
  font-family: "Outfit", "Onest", sans-serif;
  font-size: 9px; font-weight: 500; letter-spacing: .5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 10px;
}

.hd-how-dash-bars {
  display: flex; align-items: flex-end; gap: 5px;
  height: 80px;
}

.hd-how-dash-bar {
  flex: 1; border-radius: 3px 3px 0 0;
  animation: hdBarBreathe 3s ease-in-out infinite;
}
.hd-how-dash-bar:nth-child(1) { height:38%; background:rgba(255,152,0,.22); animation-delay:0s; }
.hd-how-dash-bar:nth-child(2) { height:62%; background:rgba(255,152,0,.22); animation-delay:.2s; }
.hd-how-dash-bar:nth-child(3) { height:50%; background:rgba(255,152,0,.22); animation-delay:.4s; }
.hd-how-dash-bar:nth-child(4) { height:82%; background:rgba(255,152,0,.70); animation-delay:.6s; }
.hd-how-dash-bar:nth-child(5) { height:44%; background:rgba(255,152,0,.22); animation-delay:.8s; }
.hd-how-dash-bar:nth-child(6) { height:68%; background:rgba(255,152,0,.22); animation-delay:1s; }
.hd-how-dash-bar:nth-child(7) { height:35%; background:rgba(255,152,0,.22); animation-delay:1.2s; }

@keyframes hdBarBreathe {
  0%,100% { opacity:.55; transform:scaleY(1); }
  50%      { opacity:1;   transform:scaleY(1.04); }
}

.hd-how-dash-rows {
  display: flex; flex-direction: column; gap: 6px; flex-shrink: 0;
}

.hd-how-dash-row {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.05);
}

.hd-how-dash-row-dot {
  width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0;
}
.hd-how-dash-row:nth-child(1) .hd-how-dash-row-dot { background: rgba(255,152,0,.85); }
.hd-how-dash-row:nth-child(2) .hd-how-dash-row-dot { background: rgba(255,210,80,.55); }
.hd-how-dash-row:nth-child(3) .hd-how-dash-row-dot { background: rgba(255,255,255,.22); }

.hd-how-dash-row-line {
  flex: 1; height: 4px; border-radius: 2px;
  background: rgba(255,255,255,.07);
}

.hd-how-dash-row-val {
  font-family: "Outfit", "Onest", sans-serif;
  font-size: 10px; font-weight: 500;
  color: rgba(255,255,255,.35);
}

/* ── Badge + segs (always on top of player) ── */
.hd-how-player-badge {
  position: absolute; top: 20px; left: 20px; z-index: 5;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px 7px 8px;
  border-radius: 999px;
  background: rgba(12,12,12,.32);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.13);
}

.hd-how-player-badge-num {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgb(255,152,0);
  display: flex; align-items: center; justify-content: center;
  font-family: "Outfit", "Onest", sans-serif;
  font-size: 11px; font-weight: 700; color: #fff;
  letter-spacing: .5px; flex-shrink: 0;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.hd-how-player-badge-num.is-pop { transform: scale(1.25); }

.hd-how-player-badge-text {
  font-family: "Outfit", "Onest", sans-serif;
  font-size: 12.5px; font-weight: 400;
  color: rgba(255,255,255,.88);
  transition: opacity .2s ease;
}

.hd-how-player-segs {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 5;
  display: flex; gap: 4px; padding: 0 20px 18px;
}

.hd-how-player-seg {
  flex: 1; height: 3px; border-radius: 2px;
  background: rgba(255,255,255,.16); overflow: hidden;
}

.hd-how-player-seg-fill {
  height: 100%; width: 0%;
  background: rgb(255,152,0); border-radius: 2px;
  transition: width .45s cubic-bezier(.4,0,.2,1);
}

.hd-how-player-seg.is-done .hd-how-player-seg-fill,
.hd-how-player-seg.is-active .hd-how-player-seg-fill { width: 100%; }

/* ── Right: crossfading panels area ── */
.hd-how-panels-area {
  flex: 1;
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* ── Mobile prev/next navigation ── */
.hd-how-nav {
  display: none;
}

/* ── Individual panel (absolute crossfader) ── */
.hd-how-panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition: opacity .5s ease, transform .5s ease, visibility 0s .5s;
  pointer-events: none;
}

.hd-how-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .5s ease, transform .5s ease, visibility 0s 0s;
  pointer-events: auto;
}

.hd-how-panel-inner {
  width: 100%;
}

.hd-how-panel-num {
  display: block;
  font-family: "Outfit", "Onest", sans-serif;
  font-size: 80px; font-weight: 700;
  line-height: 1; letter-spacing: -3px;
  color: rgba(24,24,24,.05);
  margin-bottom: -14px;
  user-select: none;
  transition: color .4s ease;
}

.hd-how-panel.is-active .hd-how-panel-num { color: rgba(255,152,0,.12); }

.hd-how-panel-title {
  font-family: "Outfit", "Onest", sans-serif;
  font-size: 28px; font-weight: 500;
  color: rgb(24,24,24); line-height: 130%;
  margin-bottom: 16px;
}
.hd-how-panel-title .mil-thin { font-weight: 300; }

.hd-how-panel-desc {
  font-family: "Outfit", "Onest", sans-serif;
  font-size: 15px; font-weight: 300;
  color: rgba(24,24,24,.62);
  line-height: 1.6;
  margin-bottom: 22px;
  max-width: 500px;
}

.hd-how-panel-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
}

.hd-how-panel-tag {
  display: inline-flex; align-items: center;
  min-height: 30px; padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid rgba(24,24,24,.10);
  background: rgba(255,255,255,.82);
  font-family: "Outfit", "Onest", sans-serif;
  font-size: 11.5px; font-weight: 400;
  color: rgba(24,24,24,.64);
  line-height: 1.2;
}

/* ── Desktop with limited height: normal flow, no clipping ── */
@media screen and (min-width: 992px) and (max-height: 719px) {

  .hd-how-outer { height: auto !important; }

  #how-it-works.hd-how-works {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
    display: block;
  }

  .hd-how-container {
    display: block;
    height: auto;
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .hd-how-header { margin-bottom: 20px; }

  .hd-how-body {
    align-items: flex-start;
    overflow: visible;
    min-height: 0;
  }

  .hd-how-player-col {
    height: auto;
    align-items: flex-start;
  }

  .hd-how-player {
    max-height: 360px;
  }

  .hd-how-panels-area {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .hd-how-panel {
    position: absolute;
    top: 0; left: 0; right: 0;
    align-items: flex-start;
  }

  .hd-how-panel.is-active {
    position: relative;
  }

  .hd-how-panel-num { font-size: 64px; margin-bottom: -12px; }
  .hd-how-panel-title { font-size: 25px; margin-bottom: 12px; }
  .hd-how-panel-desc { font-size: 14.5px; line-height: 1.55; margin-bottom: 18px; }
}

/* ── Mobile: tablet (≤ 991px) ── */
@media screen and (max-width: 991px) {

  .hd-how-outer { height: auto !important; }

  #how-it-works.hd-how-works {
    position: relative;
    height: auto;
    overflow: visible;
    display: block;
  }

  .hd-how-container {
    display: block;
    height: auto;
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .hd-how-header { margin-bottom: 16px; }
  .hd-how-tabs { margin-bottom: 24px; }

  .hd-how-body {
    flex-direction: column;
    gap: 0;
    overflow: visible;
    min-height: auto;
    align-items: center;
  }

  /* player: centered on top */
  .hd-how-player-col {
    flex: none;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
    justify-content: initial;
  }

  .hd-how-player {
    max-height: 280px;
    aspect-ratio: 9 / 16;
    border-radius: 22px;
  }

  /* panels area: relative so absolute children are contained */
  .hd-how-panels-area {
    position: relative;
    height: auto;
    overflow: visible;
    width: 100%;
  }

  /*
   * Crossfade trick: inactive panels are absolute (no height contribution),
   * active panel is relative (gives container its height). Animatable.
   */
  .hd-how-panel {
    position: absolute;
    top: 0; left: 0; right: 0;
    display: flex;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity .4s ease, transform .4s ease, visibility 0s .4s;
    pointer-events: none;
  }

  .hd-how-panel.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .4s ease, transform .4s ease, visibility 0s 0s;
    pointer-events: auto;
  }

  .hd-how-panel-inner { padding: 12px 0; }
  .hd-how-panel-num   { font-size: 48px; margin-bottom: -10px; }
  .hd-how-panel-title { font-size: 22px; margin-bottom: 12px; }
  .hd-how-panel-desc  { font-size: 14px; margin-bottom: 18px; }

  /* ── Mobile nav visible ── */
  .hd-how-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(24,24,24,.08);
    margin-top: 4px;
  }

  .hd-how-nav-btn {
    width: 48px; height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(24,24,24,.13);
    background: #fff;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    color: rgba(24,24,24,.5);
    transition: border-color .22s, background .22s, color .22s, box-shadow .22s;
    flex-shrink: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 8px rgba(24,24,24,.06);
  }

  .hd-how-nav-btn:active {
    border-color: rgb(255,152,0);
    background: rgba(255,152,0,.08);
    color: rgb(255,152,0);
    box-shadow: 0 2px 14px rgba(255,152,0,.2);
  }

  .hd-how-nav-btn:disabled { opacity: 0.28; pointer-events: none; }

  .hd-how-nav-counter {
    display: flex; align-items: baseline;
    gap: 4px; font-family: "Outfit", "Onest", sans-serif;
  }

  .hd-how-nav-current {
    font-size: 28px; font-weight: 600;
    color: rgb(24,24,24);
    min-width: 34px; text-align: right;
    transition: color .3s;
  }

  .hd-how-nav-sep   { font-size: 15px; font-weight: 300; color: rgba(24,24,24,.22); padding: 0 2px; }
  .hd-how-nav-total { font-size: 15px; font-weight: 300; color: rgba(24,24,24,.38); }
}

/* ── Mobile: phone (≤ 768px) ── */
@media screen and (max-width: 768px) {

  .hd-how-container { padding-top: 56px; padding-bottom: 40px; }
  .hd-how-header .col-lg-5 p { display: none; }

  /* smaller stepper circles */
  .hd-how-tabs-track {
    overflow-x: auto; padding-bottom: 6px;
    scrollbar-width: none; -webkit-overflow-scrolling: touch;
  }
  .hd-how-tabs-track::-webkit-scrollbar { display: none; }
  .hd-how-tab          { min-width: 48px; }
  .hd-how-tab-circle   { width: 38px; height: 38px; font-size: 11.5px; }
  .hd-how-connector    { margin-top: 17px; }
  .hd-how-tab-label    { font-size: 10px; }

  .hd-how-player-col { max-width: 180px; margin-bottom: 16px; }
  .hd-how-player     { max-height: 240px; border-radius: 18px; }

  .hd-how-panel-title { font-size: 20px; }
  .hd-how-panel-desc  { font-size: 13.5px; }
}

/* ── Mobile: small phone (≤ 600px) ── */
@media screen and (max-width: 600px) {

  .hd-how-container { padding-top: 48px; padding-bottom: 28px; }
  .hd-how-header    { margin-bottom: 12px; }
  .hd-how-tabs      { margin-bottom: 16px; }

  /* even smaller player so text fits below */
  .hd-how-player-col { max-width: 150px; margin-bottom: 14px; }
  .hd-how-player     { max-height: 196px; border-radius: 14px; }

  /* hide decorative number — saves ~48px */
  .hd-how-panel-num   { display: none; }
  .hd-how-panel-inner { padding: 6px 0; }
  .hd-how-panel-title { font-size: 18px; margin-bottom: 8px; }
  .hd-how-panel-desc  { font-size: 13px; line-height: 1.55; margin-bottom: 12px; max-width: none; }
  .hd-how-panel-tags  { gap: 5px; }
  .hd-how-panel-tag   { font-size: 10.5px; height: 26px; padding: 0 10px; }

  .hd-how-nav         { padding-top: 12px; }
  .hd-how-nav-btn     { width: 42px; height: 42px; }
  .hd-how-nav-current { font-size: 22px; min-width: 28px; }
  .hd-how-nav-sep,
  .hd-how-nav-total   { font-size: 13px; }
}

/* =========================================================
   Ukraine context section — mental-dex
   ========================================================= */
.hd-ukraine-section {
  background: linear-gradient(180deg, rgb(244,240,233) 0%, rgb(236,230,220) 100%);
  position: relative;
  overflow: hidden;
}
.hd-ukraine-section .container {
  position: relative;
  z-index: 1;
}
.hd-ukraine-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hd-ukraine-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.09;
  filter: grayscale(20%) sepia(20%);
  mix-blend-mode: multiply;
}
.hd-ukraine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0,0,0,0.07);
  border-radius: 20px;
  overflow: hidden;
}
.hd-ukraine-card {
  padding: 44px 38px;
  background: rgba(255,255,255,0.55);
}
.hd-ukraine-card-label {
  display: block;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(195,90,0);
  margin-bottom: 18px;
}
.hd-ukraine-card h5 {
  color: rgb(20,20,20);
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.35;
}
.hd-ukraine-card p {
  color: rgba(20,20,20,0.55);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .hd-ukraine-grid { grid-template-columns: 1fr; }
  .hd-ukraine-card { padding: 30px 24px; }
}

.hd-ukraine-section h2 { font-size: 44px; }
@media screen and (max-width: 1200px) { .hd-ukraine-section h2 { font-size: 36px; } }
@media screen and (max-width: 992px)  { .hd-ukraine-section h2 { font-size: 30px; } }
@media screen and (max-width: 768px)  { .hd-ukraine-section h2 { font-size: 24px; } }
