@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100;200;300;400;500;600;700;800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Satisfy&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");

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

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(18, 24, 32, 0.6);
  line-height: 170%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.mil-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .mil-about-story-grid {
    margin-top: 40px;
  }

  .mil-about-story-grid>div+div {
    margin-top: 40px;
  }
}

.mil-about-story-grid p+p {
  margin-top: 16px;
}

.mil-vdc-banner-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
}

.mil-vdc-banner-heading-separator {
  position: relative;
  margin-left: 46px;
}

.mil-vdc-banner-heading-separator::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 25%;
  background-color: rgb(255, 119, 15);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mil-vdc-banner-heading .mil-light {
  color: rgb(255, 255, 255);
}

.mil-vdc-banner-heading .mil-accent {
  color: rgb(255, 119, 15);
}

.mil-banner .mil-background-image,
.mil-banner-sm .mil-background-image,
.mil-banner-sm-3 .mil-background-image {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.mil-services-card-light {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: solid 1px rgba(18, 24, 32, 0.08);
  -webkit-box-shadow: 0 24px 60px rgba(18, 24, 32, 0.08);
  box-shadow: 0 24px 60px rgba(18, 24, 32, 0.08);
}

.mil-services-card-light:before {
  content: "";
  position: absolute;
  left: 38px;
  right: 38px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 119, 15, 0.85) 50%, transparent 100%);
  opacity: 0.75;
}

.mil-services-card-light:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/overlay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.09;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle at bottom left,
      transparent 0%,
      transparent 28%,
      rgba(0, 0, 0, 0.06) 38%,
      rgba(0, 0, 0, 0.16) 48%,
      rgba(0, 0, 0, 0.35) 58%,
      rgba(0, 0, 0, 0.65) 70%,
      rgba(0, 0, 0, 1) 86%);
  mask-image: radial-gradient(circle at bottom left,
      transparent 0%,
      transparent 28%,
      rgba(0, 0, 0, 0.06) 38%,
      rgba(0, 0, 0, 0.16) 48%,
      rgba(0, 0, 0, 0.35) 58%,
      rgba(0, 0, 0, 0.65) 70%,
      rgba(0, 0, 0, 1) 86%);
}

.mil-services-card-light>* {
  position: relative;
  z-index: 1;
}

.mil-vdc-services-card-light {
  color: rgba(18, 24, 32, 0.72);
}

.mil-vdc-services-card-light h4 {
  color: rgb(18, 24, 32);
  margin-bottom: 18px !important;
}

.mil-vdc-services-card-light .mil-platform-card-head {
  margin-bottom: 24px;
}

.mil-vdc-services-card-light .mil-platform-icon {
  width: 56px;
  height: 56px;
  font-size: 24px;
}

.mil-vdc-services-card-light .mil-platform-copy {
  margin-bottom: 24px;
  color: rgba(18, 24, 32, 0.7);
}

.mil-vdc-services-highlights {
  display: grid;
  gap: 28px;
  margin: 4px 0 4px;
}

.mil-vdc-services-highlight {
  position: relative;
  padding-left: 14px;
}

.mil-vdc-services-highlight:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 0;
  width: 2px;
  border-radius: 999px;
  background: rgba(255, 119, 15, 0.8);
}

.mil-vdc-services-highlight-label {
  display: inline-block;
  margin-bottom: 5px;
  color: rgb(255, 119, 15);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mil-vdc-services-highlight p {
  margin: 0;
  color: rgba(18, 24, 32, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.mil-vdc-services-card-light .mil-platform-specs {
  margin-bottom: 26px;
}

.mil-vdc-services-card-light .mil-platform-foot {
  margin-top: 2px;
}

.mil-vdc-services-card-light .mil-platform-foot p {
  color: rgba(18, 24, 32, 0.68);
}

.mil-vdc-story-card-shell.mil-replication-story-card-shell:after {
  background: rgba(18, 24, 32, 0.08);
}

.mil-replication-services-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 38px;
  border-radius: 15px;
  background: linear-gradient(160deg, rgb(23, 26, 31) 0%, rgb(32, 38, 48) 100%);
  border: solid 1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0 24px 60px rgba(18, 24, 32, 0.2);
  box-shadow: 0 24px 60px rgba(18, 24, 32, 0.2);
}

.mil-replication-services-card:before {
  content: "";
  position: absolute;
  left: 38px;
  right: 38px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 119, 15, 0.85) 50%, transparent 100%);
  opacity: 0.75;
  z-index: 3;
}

.mil-replication-services-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/overlay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.14;
  -webkit-filter: grayscale(100%) invert(1);
  filter: grayscale(100%) invert(1);
  -webkit-mask-image: radial-gradient(circle at bottom left,
      transparent 0%,
      transparent 28%,
      rgba(0, 0, 0, 0.06) 38%,
      rgba(0, 0, 0, 0.16) 48%,
      rgba(0, 0, 0, 0.35) 58%,
      rgba(0, 0, 0, 0.65) 70%,
      rgba(0, 0, 0, 1) 86%);
  mask-image: radial-gradient(circle at bottom left,
      transparent 0%,
      transparent 28%,
      rgba(0, 0, 0, 0.06) 38%,
      rgba(0, 0, 0, 0.16) 48%,
      rgba(0, 0, 0, 0.35) 58%,
      rgba(0, 0, 0, 0.65) 70%,
      rgba(0, 0, 0, 1) 86%);
  pointer-events: none;
  z-index: 1;
}

.mil-replication-services-card-overlay {
  display: none;
}

.mil-replication-services-card>* {
  position: relative;
  z-index: 2;
}

.mil-vdc-story-card-shell .mil-replication-services-card {
  z-index: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.mil-replication-services-card h4 {
  color: rgb(255, 255, 255);
  margin-bottom: 18px !important;
}

.mil-replication-services-card-head {
  margin-bottom: 24px;
}

.mil-replication-services-card .mil-platform-icon {
  width: 56px;
  height: 56px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
}

.mil-replication-services-card .mil-platform-icon img {
  width: 28px;
  height: 28px;
  opacity: 0.9;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

.mil-replication-services-card .mil-platform-tag {
  background: rgba(255, 255, 255, 0.08);
  color: rgb(255, 255, 255);
}

.mil-replication-services-highlights {
  display: grid;
  gap: 28px;
  margin: 4px 0 4px;
}

.mil-replication-services-highlight {
  position: relative;
  padding-left: 14px;
}

.mil-replication-services-highlight:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 0;
  width: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.mil-replication-services-highlight-label {
  display: inline-block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mil-replication-services-highlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  .mil-services-card-light {
    padding: 30px;
  }

  .mil-vdc-story-card-shell .mil-replication-services-card {
    padding: 30px;
  }

  .mil-vdc-story-card-wrap {
    justify-content: center;
    margin-top: 30px;
  }

  .mil-vdc-story-card-shell {
    max-width: 100%;
  }

  .mil-vdc-story-card-shell:before {
    top: -16px;
    left: 8px;
  }

  .mil-vdc-story-card-shell:after {
    width: 90px;
    height: 90px;
    right: -10px;
    bottom: -10px;
  }

  .mil-services-card-light:before {
    left: 30px;
    right: 30px;
  }

  .mil-vdc-services-card-light .mil-platform-card-head {
    margin-bottom: 20px;
  }
}

.mil-vdc-reviews .mil-vdc-swiper {
  overflow: hidden;
}

.mil-vdc-swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.mil-vdc-swiper-pagination .swiper-pagination-bullet,
.mil-vdc-lightbox-dot {
  width: 8px;
  height: 8px;
  margin: 0;
  opacity: 1;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.mil-vdc-swiper-pagination .swiper-pagination-bullet-active,
.mil-vdc-lightbox-dot.mil-is-active {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.1);
}

.mil-vdc-lightbox-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.mil-vdc-lightbox-dot {
  padding: 0;
  cursor: pointer;
}

.mil-vdc-reviews .swiper-wrapper {
  align-items: stretch;
}

.mil-vdc-reviews .container {
  position: relative;
  z-index: 1;
}

.mil-vdc-reviews .swiper-slide {
  height: auto;
}

.mil-vdc-screen-visual-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mil-vdc-reviews .mil-vdc-screen-copy-column> :not(.mil-accent):not(.mil-light-soft) {
  color: inherit;
}

.mil-vdc-screen-media {
  width: min(700px, 100%);
  aspect-ratio: 3 / 2;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.mil-vdc-screen-portrait {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mil-vdc-swiper-nav {
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .mil-vdc-swiper-nav {
    justify-content: center;
  }
}

@media screen and (min-width: 993px) {

  .mil-vdc-reviews .mil-vdc-screen-visual-column,
  .mil-vdc-reviews .mil-vdc-screen-nav-column {
    position: relative;
    left: -20px;
  }
}

@media screen and (max-width: 768px) {
  .mil-vdc-screen-media {
    width: min(100%, 500px);
  }
}

.mil-vdc-feature-stack .mil-service-item {
  border-bottom: 1px solid rgba(18, 24, 32, 0.08);
}

.mil-vdc-feature-stack .mil-service-item:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
}

.mil-vdc-dashboard-hybrid {
  overflow: hidden;
}

.mil-vdc-dashboard-hybrid .row {
  align-items: stretch;
}

.mil-vdc-dashboard-visual-pane {
  overflow: hidden;
}

.mil-vdc-dashboard-visual-pane .mil-overlay {
  background: linear-gradient(90deg, rgba(18, 24, 32, 0.25) 0%, rgba(18, 24, 32, 0.6) 100%);
}

.mil-vdc-dashboard-slider-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 80px 0 50px;
}

.mil-vdc-dashboard-slider-shell .mil-vdc-swiper {
  width: 100%;
  overflow: hidden;
}

.mil-vdc-dashboard-slider-shell .mil-vdc-swiper-nav {
  position: absolute;
  inset: 0;
  margin: 0;
  pointer-events: none;
  z-index: 10;
}

.mil-vdc-dashboard-slider-shell .mil-vdc-swiper-prev,
.mil-vdc-dashboard-slider-shell .mil-vdc-swiper-next {
  position: absolute;
  top: 50%;
  margin: 0;
  pointer-events: auto;
  z-index: 11;
}

.mil-vdc-dashboard-slider-shell .mil-vdc-swiper-prev {
  left: calc(50% - 350px - 35px);
  transform: translate(-100%, -50%);
}

.mil-vdc-dashboard-slider-shell .mil-vdc-swiper-next {
  left: calc(50% + 350px + 35px);
  transform: translateY(-50%);
}

.mil-vdc-dashboard-slider-shell .mil-vdc-swiper-prev span,
.mil-vdc-dashboard-slider-shell .mil-vdc-swiper-next span {
  display: none;
}

.mil-vdc-dashboard-static-pane {
  display: flex;
}

.mil-vdc-dashboard-static-pane .row {
  width: 100%;
}

.mil-vdc-dashboard-static-pane [class*="col-"] {
  display: flex;
}

.mil-vdc-dashboard-static-pane .mil-approach-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 42px 30px;
}

.mil-vdc-dashboard-static-pane .mil-approach-box h4 {
  font-size: 22px;
  line-height: 1.35;
}

.mil-vdc-dashboard-static-pane .mil-approach-box p {
  max-width: 310px;
  margin: 0 auto;
  line-height: 1.7;
}

.mil-vdc-dashboard-static-pane .mil-approach-content {
  max-width: 310px;
}

.mil-platform-dashboard {
  display: flex;
}

.mil-platform-dashboard .row {
  width: 100%;
}

.mil-platform-dashboard [class*="col-"] {
  display: flex;
}

.mil-platform-dashboard .mil-approach-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 42px 30px;
}

.mil-platform-dashboard .mil-approach-box h4 {
  font-size: 22px;
  line-height: 1.35;
}

.mil-platform-dashboard .mil-approach-box p {
  max-width: 360px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .mil-vdc-dashboard-slider-shell {
    padding: 80px 40px 70px;
  }

  .mil-vdc-dashboard-static-pane .mil-approach-box {
    padding: 36px 24px;
  }

  .mil-platform-dashboard .mil-approach-box {
    padding: 36px 24px;
  }
}

@media screen and (max-width: 992px) {
  .mil-vdc-dashboard-slider-shell {
    min-height: auto;
    padding: 72px 30px 50px;
  }

  .mil-vdc-dashboard-slide {
    padding-top: 0;
  }

  .mil-vdc-dashboard-slider-shell .mil-vdc-swiper-nav {
    position: absolute;
  }

  .mil-vdc-dashboard-slider-shell .mil-vdc-swiper-prev {
    left: 10px;
    transform: translateY(-50%);
  }

  .mil-vdc-dashboard-slider-shell .mil-vdc-swiper-next {
    left: auto;
    right: 10px;
    transform: translateY(-50%);
  }

  .mil-vdc-dashboard-static-pane .mil-approach-box {
    padding: 34px 24px;
  }

  .mil-platform-dashboard .mil-approach-box {
    padding: 34px 24px;
  }
}

@media screen and (max-width: 768px) {
  .mil-vdc-dashboard-slider-shell {
    padding: 60px 20px 45px;
  }

  .mil-vdc-dashboard-static-pane .mil-approach-box {
    padding: 34px 24px;
  }

  .mil-vdc-dashboard-static-pane .mil-approach-box.mil-pb-60-adapt {
    padding-bottom: 34px;
  }

  .mil-vdc-dashboard-static-pane .mil-approach-box p,
  .mil-vdc-dashboard-static-pane .mil-approach-content {
    max-width: 100%;
  }

  .mil-platform-dashboard .mil-approach-box {
    padding: 34px 24px;
  }

  .mil-platform-dashboard.mil-approach-box.mil-pb-60-adapt {
    padding-bottom: 34px;
  }

  .mil-platform-dashboard .mil-approach-box p {
    max-width: 100%;
  }
}

.mil-vdc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}

.mil-vdc-cta-actions .mil-button {
  min-width: 200px;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .mil-vdc-cta-actions {
    justify-content: flex-start;
  }
}

/* -------------------------------------------
typography
------------------------------------------- */
h1,
.mil-h1,
h2,
.mil-h2,
h3,
.mil-h3,
h4,
.mil-h4,
h5,
.mil-h5,
h6,
.mil-h6 {
  font-family: "Sora", sans-serif;
  color: rgb(18, 24, 32);
  font-weight: 600;
  line-height: 140%;
}

h1 .mil-font-3,
.mil-h1 .mil-font-3,
h2 .mil-font-3,
.mil-h12 .mil-font-3,
h3 .mil-font-3,
.mil-h3 .mil-font-3,
h4 .mil-font-3,
.mil-h4 .mil-font-3,
h5 .mil-font-3,
.mil-h5 .mil-font-3,
h6 .mil-font-3,
.mil-h6 .mil-font-3 {
  white-space: nowrap;
}

h1,
.mil-h1 {
  font-size: 60px;
}

.mil-hero-title-large {
  font-size: 85px;
  letter-spacing: 1px;
  font-family: "Syne", sans-serif;
}

@keyframes milHeroFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

body:not(.mil-hero-ready) .mil-hero-stage {
  opacity: 0;
}

html.mil-page-restoring .mil-hero-stage,
body.mil-page-restoring .mil-hero-stage {
  opacity: 1;
  -webkit-animation: none !important;
  animation: none !important;
}

html.mil-nav-restoring .mil-top-panel.mil-animated {
  -webkit-transition: none !important;
  transition: none !important;
}

html.mil-nav-restoring .mil-top-panel.mil-top-panel-transparent {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}

html.mil-nav-restoring .mil-top-panel.mil-top-panel-transparent .mil-logo {
  background-image: url(../images/logo-light.png);
}

html.mil-nav-restoring .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a,
html.mil-nav-restoring .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li .mil-nav-label {
  color: rgb(18, 24, 32);
}

html.mil-nav-restoring .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span,
html.mil-nav-restoring .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:after,
html.mil-nav-restoring .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:before {
  background: rgb(18, 24, 32);
}

body.mil-hero-ready .mil-hero-stage {
  -webkit-animation: milHeroFadeUp 0.42s ease-out both;
  animation: milHeroFadeUp 0.42s ease-out both;
}

body.mil-hero-ready .mil-hero-stage-title {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}

body.mil-hero-ready .mil-hero-stage-button {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}

body.mil-hero-ready .mil-hero-stage-cloud {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}

.mil-hero-inline-link {
  margin-left: 40px;
  display: inline-flex;
  position: relative;
  top: -7px;
}

@media screen and (max-width: 992px) {

  h1,
  .mil-h1 {
    font-size: 42px;
  }

  .mil-hero-title-large {
    font-size: 46px;
    letter-spacing: 1px;
    font-family: "Syne", sans-serif;
  }
}

@media screen and (max-width: 768px) {

  h1,
  .mil-h1 {
    font-size: 38px;
  }

  .mil-hero-title-large {
    font-size: 44px;
    letter-spacing: 1px;
    font-family: "Syne", sans-serif;
  }
}

h2,
.mil-h2 {
  font-size: 42px;
}

@media screen and (max-width: 992px) {

  h2,
  .mil-h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {

  h2,
  .mil-h2 {
    font-size: 29px;
  }
}

h3,
.mil-h3 {
  font-size: 26px;
}

h3.mil-up-font,
.mil-h3.mil-up-font {
  font-size: 36px;
}

@media screen and (max-width: 992px) {

  h3.mil-up-font,
  .mil-h3.mil-up-font {
    font-size: 26px;
  }
}

h4,
.mil-h4 {
  font-size: 22px;
}

@media screen and (max-width: 992px) {

  h4,
  .mil-h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {

  h4,
  .mil-h4 {
    font-size: 21px;
  }
}

h5,
.mil-h5 {
  font-size: 18px;
}

@media screen and (max-width: 992px) {

  h5,
  .mil-h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {

  h5,
  .mil-h5 {
    font-size: 19px;
  }
}

h6,
.mil-h6 {
  font-size: 16px;
}

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

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

.mil-suptitle {
  font-size: 18px;
  display: inline-block;
  color: rgb(18, 24, 32);
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
  letter-spacing: 0.04em;
}

.mil-suptitle.mil-suptitle-2 {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}

.mil-suptitle.mil-suptitle-2:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 25%;
  background-color: rgb(255, 119, 15);
  position: absolute;
  left: 0;
  top: 9px;
}

.mil-suptitle.mil-suptitle-3 {
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}

.mil-font-1 {
  font-family: "Syne", sans-serif !important;
}

.mil-font-2 {
  font-family: "Sora", sans-serif;
}

.mil-font-3 {
  font-family: "Hanken Grotesk", sans-serif !important;
}

.mil-uppercase {
  text-transform: uppercase;
}

@keyframes milHeroCursorBlink {

  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.mil-hero-type {
  display: inline-flex;
  align-items: baseline;
  min-width: 4.2ch;
  white-space: nowrap;
}

.mil-hero-type-text {
  display: inline-block;
}

.mil-hero-type-cursor {
  display: inline-block;
  width: 0.08em;
  height: 0.9em;
  margin-left: 0.12em;
  background-color: currentColor;
  transform: translateY(0.08em);
  animation: milHeroCursorBlink 1.35s step-end infinite;
}

.mil-accent {
  color: rgb(255, 119, 15);
}

.mil-accent-hover:hover {
  color: rgb(255, 119, 15);
}

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

.mil-dark {
  color: rgb(18, 24, 32);
}

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

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

.mil-dark-soft {
  color: rgba(18, 24, 32, 0.6);
}

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

.mil-text-md {
  font-size: 16px;
}

.mil-text-lg {
  font-size: 17px;
}

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

blockquote {
  background-color: rgba(18, 24, 32, 0.05);
  padding: 60px;
  border-radius: 10px;
  color: rgb(18, 24, 32);
  font-style: italic;
}

@media screen and (max-width: 992px) {
  blockquote {
    padding: 30px;
  }
}

/* -------------------------------------------
list
------------------------------------------- */
.mil-simple-list {
  padding: 0;
  margin: 0;
}

.mil-simple-list li {
  margin-left: 6px;
  margin-bottom: 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-simple-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(18, 24, 32, 0.4);
  border-radius: 20%;
  left: 0;
  top: 0;
  margin-right: 15px;
}

.mil-simple-list.mil-simple-list-accent li:before {
  background-color: rgb(255, 119, 15);
}

@media screen and (max-width: 1199px) {
  .mil-choose-item .mil-simple-list {
    margin-bottom: 30px;
  }
}

.mil-dot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-dot-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.mil-dot-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgb(255, 119, 15);
  border-radius: 25%;
  margin-right: 15px;
}

.mil-dot-list li:first-child:before {
  display: none;
}

.mil-dot-list li:last-child {
  margin-right: 0;
}

.mil-hover-link-list li {
  list-style-type: none;
  margin-bottom: 15px;
}

.mil-hover-link-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(18, 24, 32);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-hover-link-list li a:before {
  content: none;
  margin-left: 5px;
}

.mil-hover-link-list li a:hover {
  color: rgb(255, 119, 15);
}

.mil-hover-link-list li a:hover:before {
  margin-right: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mil-hover-link-list li:last-child {
  margin-bottom: 0;
}

.mil-hover-link-list.mil-light a {
  color: rgba(255, 255, 255, 0.65);
}

.mil-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.mil-list-title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 25%;
  margin-right: 15px;
  background-color: rgb(255, 119, 15);
}

.mil-rec-res {
  border-top: solid 1px rgba(18, 24, 32, 0.1);
}

.mil-rec-res li {
  /* border-bottom: solid 1px rgba(18, 24, 32, 0.1); */
  border-bottom: none;
  list-style-type: none;
}

.mil-rec-res li a {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mil-rec-res li a span {
  max-width: 80%;
}

.mil-rec-res li a i {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  color: rgba(18, 24, 32, 0.2);
}

.mil-rec-res li a:hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: rgb(255, 119, 15);
}

/* -------------------------------------------
flexbox
------------------------------------------- */
.mil-flex-hori-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .mil-flex-hori-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.mil-adaptive-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .mil-adaptive-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.mil-relative {
  position: relative;
}

.mil-fake-container {
  width: 670px;
  margin-left: auto;
  padding-right: 140px;
}

.mil-fake-container p+p {
  margin-top: 16px;
}

@media screen and (max-width: 1400px) {
  .mil-fake-container {
    width: 570px;
  }
}

@media screen and (max-width: 1200px) {
  .mil-fake-container {
    width: 100%;
    padding: 120px;
  }
}

@media screen and (max-width: 992px) {
  .mil-fake-container {
    width: 100%;
    padding: 60px 30px;
  }
}

/* -------------------------------------------
button
------------------------------------------- */
.mil-button {
  cursor: pointer;
  height: 60px;
  padding: 0 35px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: rgb(18, 24, 32);
  font-weight: 500;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 0 rgb(255, 119, 15);
  box-shadow: inset 0 0 0 0 rgb(255, 119, 15);
  border: solid 2px transparent;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-button.mil-button-sm {
  height: 50px;
  padding: 18px 23px;
  font-size: 14px;
  letter-spacing: 0.75px;
}

.mil-button.mil-button-xs {
  height: 40px;
  padding: 0 30px;
  font-size: 12px;
}

.mil-button.mil-button-sm-icon-light {
  gap: 13px;
  padding-left: 16px;
}

.mil-button.mil-button-sm-icon-light img {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  position: relative;
}

.mil-button.mil-button-sm-icon-dark {
  gap: 13px;
  padding-left: 16px;
}

.mil-button.mil-button-sm-icon-dark img {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  opacity: 0.8;
  position: relative;
}

.mil-button.mil-border {
  border-color: rgb(255, 119, 15);
  background-color: transparent;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.mil-button.mil-border:hover {
  -webkit-box-shadow: inset 0 0 0 0.65px rgb(255, 119, 15);
  box-shadow: inset 0 0 0 0.65px rgb(255, 119, 15);

}

.mil-button.mil-border.mil-gray-border {
  border-color: rgba(18, 24, 32, 0.1);
}

.mil-button.mil-border.mil-gray-border:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
  box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.mil-button.mil-light {
  color: rgb(255, 255, 255);
}

.mil-button.mil-fw {
  width: 100%;
}

.mil-button.mil-light-bg {
  background-color: rgb(255, 255, 255);
  border-color: transparent;
}

.mil-button.mil-accent-bg {
  background-color: rgb(255, 119, 15);
  border-color: transparent;
}

.mil-button.mil-accent-bg:hover {
  -webkit-filter: none;
  filter: none;
}

.mil-button.mil-icon-button {
  padding: 0;
  width: 70px;
}

.mil-button.mil-icon-button .fa-play {
  -webkit-transform: translateX(2px) translateY(1px);
  transform: translateX(2px) translateY(1px);
}

.mil-button-with-label .mil-button {
  margin-right: 25px;
}

.mil-buttons-frame .mil-button {
  margin-right: 30px;
}

.mil-button-submit {
  background-color: rgb(255, 119, 15);
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  .mil-buttons-frame .mil-button {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* -------------------------------------------
link
------------------------------------------- */
.mil-link {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: rgb(18, 24, 32);
  font-weight: 500;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.mil-link.mil-link-sm {
  font-size: 14px;
}

.mil-hero-inline-link .mil-link {
  font-size: 16px;
  margin-left: -34px;
}

.mil-link i {
  font-size: 16px;
  color: rgb(255, 119, 15);
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mil-link:hover {
  color: rgb(255, 119, 15);
}

.mil-link.link-left i {
  margin-right: 15px;
  margin-left: 0;
}

.mil-link.link-left:hover i {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.mil-link.mil-light {
  color: rgb(255, 255, 255);
}

.mil-link.mil-link-arrow i {
  transition: 0.25s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-link.mil-link-arrow:hover i {
  transform: translateX(3px);
}

/* -------------------------------------------
form
------------------------------------------- */
.mil-input-frame {
  position: relative;
}

.mil-input-frame label {
  display: block;
  font-family: "Sora", sans-serif;
  font-weight: 500;
}

.mil-input-frame label span {
  margin-right: 5px;
}

.mil-input-frame input {
  width: 100%;
  height: 45px;
  padding-right: 30px;
  font-family: "Sora", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-input-frame input:hover {
  outline: inherit;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
}

.mil-input-frame input:focus {
  outline: inherit;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
}

.mil-input-frame input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame input::-moz-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame input:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame input::-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame input::placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame textarea {
  padding-top: 30px;
  width: 100%;
  height: 318px;
  padding-right: 30px;
  font-family: "Sora", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 400;
  background-color: transparent;
  border: none;
  resize: none;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-input-frame textarea::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame textarea::-moz-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame textarea:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame textarea::-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame textarea::placeholder {
  color: rgba(18, 24, 32, 0.3);
}

.mil-input-frame textarea.mil-shortened {
  height: 100px;
}

@media screen and (max-width: 992px) {
  .mil-input-frame textarea {
    height: 200px;
  }
}

.mil-input-frame textarea:hover {
  outline: inherit;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
}

.mil-input-frame textarea:focus {
  outline: inherit;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
}

.mil-input-frame.mil-dark-input input,
.mil-input-frame.mil-dark-input textarea {
  border-bottom: solid 2px rgba(18, 24, 32, 0.1);
  color: rgb(18, 24, 32);
}

.mil-input-frame.mil-dark-input input:hover,
.mil-input-frame.mil-dark-input textarea:hover {
  border-bottom: solid 2px rgba(18, 24, 32, 0.2);
}

.mil-input-frame.mil-dark-input input:focus,
.mil-input-frame.mil-dark-input textarea:focus {
  border-bottom: solid 2px rgba(18, 24, 32, 0.4);
}

.mil-field-alert {
  position: absolute;
  right: 0;
  bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgb(220, 38, 38);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.mil-field-alert.mil-field-alert-textarea {
  top: 47px;
  bottom: auto;
}

.mil-input-frame.is-invalid .mil-field-alert {
  opacity: 1;
}

.mil-input-frame.is-invalid input,
.mil-input-frame.is-invalid input:hover,
.mil-input-frame.is-invalid input:focus,
.mil-input-frame.is-invalid textarea,
.mil-input-frame.is-invalid textarea:hover,
.mil-input-frame.is-invalid textarea:focus,
.mil-input-frame.mil-dark-input.is-invalid input,
.mil-input-frame.mil-dark-input.is-invalid input:hover,
.mil-input-frame.mil-dark-input.is-invalid input:focus,
.mil-input-frame.mil-dark-input.is-invalid textarea,
.mil-input-frame.mil-dark-input.is-invalid textarea:hover,
.mil-input-frame.mil-dark-input.is-invalid textarea:focus {
  border-bottom-color: rgb(220, 38, 38);
}

.mil-attach-frame .mil-custom-file-input {
  font-family: "Syne", sans-serif;
  color: rgb(255, 255, 255);
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-attach-frame .mil-custom-file-input.mil-with-file {
  color: rgb(255, 119, 15);
}

.mil-attach-frame .mil-custom-file-input input[type=file] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.mil-attach-frame .mil-custom-file-input:hover {
  color: rgb(255, 119, 15);
}

.mil-attach-frame .mil-text-sm {
  width: 100%;
  margin-left: 30px;
}

.mil-attach-frame.mil-dark .mil-custom-file-input {
  color: rgb(18, 24, 32);
}

.mil-attach-frame.mil-dark .mil-custom-file-input.mil-with-file {
  color: rgb(255, 119, 15);
}

.mil-attach-frame.mil-dark .mil-custom-file-input:hover {
  color: rgb(255, 119, 15);
}

/* -------------------------------------------
divider
------------------------------------------- */
.mil-divider {
  width: 100%;
  height: 2px;
  background-color: rgba(18, 24, 32, 0.1);
  position: relative;
}

.mil-divider:before,
.mil-divider:after {
  content: "";
  width: 25px;
  border-right: solid 5px rgb(255, 255, 255);
  height: 100%;
  background-color: rgb(255, 119, 15);
  position: absolute;
  top: 0;
  left: 0;
}

.mil-divider:after {
  left: auto;
  right: 0;
  border-right: none;
  border-left: solid 5px rgb(255, 255, 255);
}

.mil-divider.mil-light {
  background-color: rgba(255, 255, 255, 0.1);
}

.mil-divider.mil-light:before,
.mil-divider.mil-light:after {
  border-color: rgb(18, 24, 32);
}

.mil-divider.mil-divider-left:after {
  display: none;
}

/* -------------------------------------------
decoration
------------------------------------------- */
section,
footer {
  position: relative;
}

/* -------------------------------------------
background
------------------------------------------- */
.mil-deep-bg {
  background-color: rgba(18, 24, 32, 0.05);
}

.mil-dark-bg {
  background-color: rgb(18, 24, 32);
}

.mil-gradient-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(24, 30, 38)), to(rgb(18, 24, 32)));
  background: linear-gradient(180deg, rgb(24, 30, 38) 0%, rgb(18, 24, 32) 100%);
}

/* -------------------------------------------
spaces
------------------------------------------- */
.mil-mt-15 {
  margin-top: 15px !important;
}

.mil-mt-20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 992px) {
  .mil-mt-15 {
    margin-top: 0 !important;
  }
}

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

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

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

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

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

.mil-mb-40 {
  margin-bottom: 40px !important;
}

.mil-mb-50 {
  margin-bottom: 50px !important;
}

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

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

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

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

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

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

.mil-p-90-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.mil-p-60-90 {
  padding-top: 60px;
  padding-bottom: 90px;
}

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

  .mil-p-60-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mil-p-90-60 {
  padding-top: 90px;
  padding-bottom: 30px;
}

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

.mil-p-120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.mil-p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}

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

.mil-p-100-30 {
  padding-top: 100px;
  padding-bottom: 30px;
}

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

.mil-p-90-120 {
  padding-top: 90px;
  padding-bottom: 120px;
}

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

/* -------------------------------------------
top panel
------------------------------------------- */
.mil-top-position {
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-top-position.mil-absolute {
  position: absolute;
}

.mil-top-position.mil-fixed {
  position: fixed;
}

.mil-top-position.mil-hide-top {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

@media screen and (max-width: 756px) {
  .mil-top-position.mil-hide-top {
    -webkit-transform: none;
    transform: none;
  }
}

.mil-top-panel {
  padding: 10px 10px 5px 10px;
  height: 85px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

@media screen and (max-width: 1200px) {
  .mil-top-panel {
    padding: 0px;
    border-bottom: solid 1px rgba(18, 24, 32, 0.1);
  }
}

.mil-top-panel .container,
.mil-top-panel .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-top-panel .mil-logo {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/logo-light.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mil-top-panel .mil-navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-top-panel .mil-navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.mil-top-panel .mil-navigation nav ul li {
  margin-right: 55px;
  list-style-type: none;
}

.mil-top-panel .mil-navigation nav ul li a {
  font-family: "Sora", sans-serif;
  text-decoration: none;
  color: rgb(18, 24, 32);
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-top-panel .mil-navigation nav ul li a:hover {
  color: rgb(255, 119, 15);
}

.mil-top-panel .mil-navigation nav ul li .mil-nav-label {
  font-family: "Sora", sans-serif;
  text-decoration: none;
  color: rgb(18, 24, 32);
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
  border: none;
  background: transparent;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-top-panel .mil-navigation nav ul li .mil-nav-label:hover {
  color: rgb(255, 119, 15);
}

@media screen and (min-width: 993px) {

  .mil-top-panel .mil-navigation>nav>ul>li>a,
  .mil-top-panel .mil-navigation>nav>ul>li>.mil-nav-label {
    font-size: 16px;
  }

  .mil-top-panel .mil-navigation>nav>ul>li.mil-services-menu-item .mil-services-menu-eyebrow {
    font-size: 13px;
    font-weight: 600;
  }
}

.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li .mil-nav-label {
  color: rgb(255, 255, 255);
}

.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li .mil-nav-label:hover {
  color: rgb(255, 119, 15);
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children {
  position: relative;
  padding-right: 10px;
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children:after {
  content: "";
  position: absolute;
  height: 52px;
  background-color: transparent;
  bottom: -25px;
  left: -22%;
  right: -22%;
  z-index: 1;
}

.mil-top-panel .mil-navigation nav ul li>.mil-nav-label {
  position: relative;
  z-index: 2;
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 30%;
  border: solid 2px rgb(255, 119, 15);
  z-index: 3;
  pointer-events: none;
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children:hover>.mil-nav-label {
  color: rgb(255, 119, 15);
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children:focus-within>.mil-nav-label {
  color: rgb(255, 119, 15);
}

.mil-top-panel .mil-navigation nav ul li a:focus-visible,
.mil-top-panel .mil-navigation nav ul li .mil-nav-label:focus-visible,
.mil-top-panel .mil-logo:focus-visible,
.mil-menu-btn:focus-visible {
  outline: 2px solid rgb(255, 119, 15);
  outline-offset: 4px;
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children:hover>ul,
.mil-top-panel .mil-navigation nav ul li.mil-has-children:focus-within>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -30px;
  top: 48px;
  -webkit-transform: translateY(10px) scale(0.98);
  transform: translateY(10px) scale(0.98);
  pointer-events: none;
  display: block;
  min-width: 285px;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  border-radius: 13px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul {
  left: -240px;
  top: 48px;
  width: min(1000px, calc(100vw - 48px));
  min-width: 0;
  padding: 18px 0 18px 18px;
  border-radius: 7px;
  border: solid 1px rgba(18, 24, 32, 0.08);
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  -webkit-transform: translateY(10px) scale(0.98);
  transform: translateY(10px) scale(0.98);
}

.mil-services-mega-menu {
  display: grid !important;
  grid-template-columns: minmax(200px, 240px) minmax(0, 1.9fr);
  gap: 0;
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-overview,
.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-feature-grid {
  margin-bottom: 0;
}

.mil-services-overview {
  padding: 8px 8px;
}

.mil-services-menu-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: rgb(255, 119, 15);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.mil-services-links {
  display: grid;
  gap: 8px;
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: 0.25s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-link i {
  width: 18px;
  font-size: 16px;
  color: rgb(255, 119, 15);
  text-align: center;
  flex: 0 0 18px;
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-link:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.mil-services-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-right: 18px !important;
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  min-height: 248px;
  padding: 18px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 119, 15, 0.85) 50%, transparent 100%);
  opacity: 0.85;
}

.mil-services-feature-hover-overlay {
  position: absolute;
  inset: 0;
  background-image: url(../images/overlay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.3642, 1);
  z-index: 0;
  -webkit-mask-image: radial-gradient(circle at bottom left,
      transparent 0%,
      transparent 28%,
      rgba(0, 0, 0, 0.06) 38%,
      rgba(0, 0, 0, 0.16) 48%,
      rgba(0, 0, 0, 0.35) 58%,
      rgba(0, 0, 0, 0.65) 70%,
      rgba(0, 0, 0, 1) 86%);
  mask-image: radial-gradient(circle at bottom left,
      transparent 0%,
      transparent 28%,
      rgba(0, 0, 0, 0.06) 38%,
      rgba(0, 0, 0, 0.16) 48%,
      rgba(0, 0, 0, 0.35) 58%,
      rgba(0, 0, 0, 0.65) 70%,
      rgba(0, 0, 0, 1) 86%);
}

.mil-services-feature-card-dark:hover .mil-services-feature-hover-overlay {
  opacity: 0.10;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mil-services-feature-card-light:hover .mil-services-feature-hover-overlay {
  opacity: 0.10;
}

.mil-services-feature-card-light {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: solid 1px rgba(18, 24, 32, 0.08);
  -webkit-box-shadow: 0 18px 45px rgba(18, 24, 32, 0.08);
  box-shadow: 0 18px 45px rgba(18, 24, 32, 0.08);
}

.mil-services-feature-card-dark {
  background: linear-gradient(160deg, rgb(23, 26, 31) 0%, rgb(32, 38, 48) 100%);
  border: solid 1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0 22px 50px rgba(18, 24, 32, 0.18);
  box-shadow: 0 22px 50px rgba(18, 24, 32, 0.18);
}

.mil-services-feature-card-dark:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 119, 15, 0.1), transparent 40%);
  pointer-events: none;
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.mil-services-feature-head {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  align-self: stretch;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 14px;
  margin-bottom: 14px;
}

.mil-vdc-services-card-light .mil-platform-icon,
.mil-platform-card:not(.mil-platform-card-dark) .mil-platform-icon,
.mil-vdc-services-card-light .mil-platform-card-head .mil-platform-tag,
.mil-platform-card:not(.mil-platform-card-dark) .mil-platform-card-head .mil-platform-tag,
.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card .mil-platform-icon-sm {
  border: 1px solid rgba(255, 119, 15, 0.1);
}

.mil-replication-card-neutral .mil-platform-icon,
.mil-replication-card-neutral .mil-platform-icon-sm,
.mil-replication-services-card .mil-platform-icon {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.mil-platform-card-head .mil-platform-tag,
.mil-services-feature-head .mil-platform-tag {
  margin-left: auto;
  text-align: right;
  align-self: flex-start;
}

@media screen and (min-width: 1201px) {
  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card .mil-services-feature-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    width: 100%;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card .mil-services-feature-head .mil-platform-tag {
    justify-self: end;
    margin-left: 0;
    text-align: right;
    border: 1px solid rgba(255, 119, 15, 0.1);
  }
}

.mil-services-feature-title,
.mil-services-feature-copy,
.mil-services-feature-specs {
  position: relative;
  z-index: 1;
  display: block;
}

.mil-services-feature-title {
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(18, 24, 32);
}

.mil-services-feature-copy {
  margin-bottom: 12px;
  color: rgba(18, 24, 32, 0.64);
  white-space: normal;
  line-height: 1.5;
}

.mil-services-feature-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: solid 1px rgba(18, 24, 32, 0.08);
  color: rgb(18, 24, 32);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.mil-services-feature-cta i {
  font-size: 11px;
  transition: 0.25s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card:hover .mil-services-feature-cta i {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.mil-services-feature-list {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 8px 0 2px !important;
  padding: 0;
  width: auto;
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card .mil-services-feature-list {
  display: inline-flex !important;
  opacity: 1;
  position: static;
  left: auto;
  top: auto;
  min-width: 0;
  width: auto;
  max-height: none !important;
  overflow: visible !important;
  padding: 0;
  background: transparent;
  border: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  pointer-events: auto;
}

.mil-services-feature-list li {
  display: inline-flex !important;
  width: auto !important;
  flex: 0 0 auto;
  position: static !important;
  margin-right: 15px !important;
  margin-bottom: 0 !important;
  white-space: nowrap;
  color: rgba(18, 24, 32, 0.82);
}

.mil-services-feature-list li:before {
  margin-right: 15px;
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card .mil-services-feature-list li:last-child {
  margin-right: 0 !important;
}

.mil-services-feature-card-dark .mil-platform-icon {
  background: rgba(255, 255, 255, 0.08);
  color: rgb(255, 119, 15);
}

.mil-services-feature-card-dark .mil-platform-tag {
  background: rgba(255, 119, 15, 0.16);
  color: rgb(255, 255, 255);
}

.mil-replication-card-neutral .mil-platform-icon,
.mil-replication-card-neutral .mil-platform-icon-sm {
  background: rgba(255, 255, 255, 0.08);
  color: rgb(255, 119, 15);
}

.mil-replication-card-neutral .mil-platform-tag {
  background: rgba(255, 255, 255, 0.08);
  color: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.mil-services-feature-card-dark .mil-services-feature-title {
  color: rgb(255, 255, 255);
}

.mil-services-feature-card-dark .mil-services-feature-copy {
  color: rgba(255, 255, 255, 0.74);
}

.mil-services-feature-card-dark .mil-services-feature-cta {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: rgb(255, 255, 255);
}

.mil-services-feature-card-dark .mil-services-feature-list li {
  color: rgba(255, 255, 255, 0.88);
}

.mil-services-feature-card-dark .mil-services-feature-list li.mil-services-feature-list-item-dark:before {
  background-color: rgba(255, 255, 255, 0.3);
}

.mil-services-feature-card-dark .mil-platform-spec {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children ul li {
  position: relative;
  margin-bottom: 20px;
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children ul li:last-child {
  margin-bottom: 0;
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2px;
  white-space: normal;
  color: rgb(18, 24, 32);
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children ul li a:hover {
  color: rgb(255, 119, 15);
}

.mil-drop-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
  -webkit-transition: 0.1s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.1s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-drop-desc {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(18, 24, 32, 0.5);
  text-transform: none;
  white-space: normal;
  -webkit-transition: 0.1s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.1s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children ul li a:hover .mil-drop-title {
  color: rgb(255, 119, 15);
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children ul li a:hover .mil-drop-desc {
  color: rgba(255, 119, 15, 0.7);
}

.mil-top-panel .mil-navigation nav ul li.mil-has-children:hover ul,
.mil-top-panel .mil-navigation nav ul li.mil-has-children:focus-within ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

@media screen and (max-width: 992px) {
  .mil-top-panel .mil-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
    width: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  }

  .mil-top-panel .mil-navigation.mil-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .mil-top-panel .mil-navigation nav {
    padding: 30px 0;
  }

  .mil-top-panel .mil-navigation nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mil-top-panel .mil-navigation nav ul li {
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .mil-top-panel .mil-navigation nav ul li:last-child {
    margin-bottom: 0;
  }

  .mil-top-panel .mil-navigation nav ul li a,
  .mil-top-panel .mil-navigation nav ul li .mil-nav-label {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 36px 0 15px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children>a,
  .mil-top-panel .mil-navigation nav ul li.mil-has-children>.mil-nav-label {
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 0 18px 0 0;
  }

  .mil-top-panel .mil-navigation nav ul li .mil-nav-label {
    color: rgb(18, 24, 32);
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children {
    overflow: hidden;
    height: auto;
    padding-right: 0;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children:before {
    display: none;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children>a:before,
  .mil-top-panel .mil-navigation nav ul li.mil-has-children>.mil-nav-label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 25%;
    border: solid 2px rgb(255, 119, 15);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children ul {
    position: static;
    margin-left: -1px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: calc(100% + 2px);
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
    border-radius: 0 !important;
    background-color: rgba(18, 24, 32, 0.05);
    -webkit-box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
    box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
    -webkit-transition: none;
    transition: none;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul {
    left: auto;
    top: auto;
    width: calc(100% + 2px);
    min-width: 0;
    padding: 0;
    border: none;
    background: rgba(18, 24, 32, 0.05);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-transform: none;
    transform: none;
  }

  .mil-services-mega-menu {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mil-services-feature-grid {
    grid-template-columns: 1fr;
    margin-right: 0 !important;
    padding: 18px;
  }

  .mil-services-overview {
    margin: 18px;
    margin-bottom: 0;
    padding: 18px 18px 6px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card,
  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-link {
    text-align: left;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children ul li:first-child {
    margin-top: 30px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children ul li:last-child {
    margin-bottom: 30px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children:not(.mil-open) ul {
    margin-top: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-has-children.mil-open ul {
    margin-top: 15px;
    max-height: 1200px;
  }
}

@media screen and (max-width: 992px) {
  .mil-services-feature-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  .mil-platform-card-head,
  .mil-services-feature-head {
    display: grid;
    grid-template-columns: auto;
    justify-content: start;
    justify-items: start;
    row-gap: 12px;
  }

  .mil-platform-card-head .mil-platform-tag,
  .mil-services-feature-head .mil-platform-tag {
    margin-left: 0;
    text-align: left;
  }
}

@media screen and (max-width: 414px) {
  .mil-services-mega-menu {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .mil-services-overview {
    margin: 14px;
    padding: 14px 14px 4px;
  }

  .mil-services-feature-grid {
    padding: 14px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card {
    padding: 18px;
    min-height: 220px;
  }

  .mil-services-feature-head {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .mil-services-feature-title {
    font-size: 18px;
  }
}

.mil-top-panel.mil-top-panel-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mil-top-panel.mil-top-panel-transparent .mil-logo {
  background-image: url(../images/logo-dark.png);
}

.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a {
  color: rgb(255, 255, 255);
}

.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a:hover {
  color: rgb(255, 119, 15);
}

.mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li ul {
  border-radius: 13px;
}

.mil-top-panel.mil-top-panel-transparent .mil-menu-btn span,
.mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:after,
.mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:before {
  background: rgb(255, 255, 255);
}

@media screen and (max-width: 992px) {
  .mil-top-panel.mil-top-panel-transparent {
    background-color: rgb(255, 255, 255);
  }

  .mil-top-panel.mil-top-panel-transparent .mil-logo {
    background-image: url(../images/logo-light.png);
  }

  .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a,
  .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li .mil-nav-label {
    color: rgb(18, 24, 32);
  }

  .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a:hover,
  .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li .mil-nav-label:hover {
    color: rgb(255, 119, 15);
  }

  .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li ul {
    border-radius: 13px;
  }

  .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span,
  .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:after,
  .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:before {
    background: rgb(18, 24, 32);
  }
}

/* -------------------------------------------
menu button
------------------------------------------- */
.mil-menu-btn {
  height: 24px;
  cursor: pointer;
  display: none;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

@media screen and (max-width: 992px) {
  .mil-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mil-menu-btn span,
.mil-menu-btn span:after,
.mil-menu-btn span:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: rgb(18, 24, 32);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: inherit;
  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: -8px;
}

.mil-menu-btn span:after {
  top: 8px;
}

.mil-menu-btn.mil-active span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mil-menu-btn.mil-active span:before {
  -webkit-transform: translate(0px, 8px) rotate(-90deg);
  transform: translate(0px, 8px) rotate(-90deg);
}

.mil-menu-btn.mil-active span:after {
  width: 24px;
  -webkit-transform: translate(0px, -8px) rotate(-90deg);
  transform: translate(0px, -8px) rotate(-90deg);
}

.mil-menu-btn:hover span,
.mil-menu-btn:hover span:after,
.mil-menu-btn:hover span:before {
  background: rgb(18, 24, 32);
}

.mil-transparent-nav .mil-menu-btn span,
.mil-transparent-nav .mil-menu-btn span:after,
.mil-transparent-nav .mil-menu-btn span:before {
  background-color: rgb(255, 255, 255);
}

.mil-additional-panel .container,
.mil-additional-panel .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-additional-panel .mil-ap-call-to-action .mil-icon-frame {
  margin-right: 15px;
}

/* -------------------------------------------
banner
------------------------------------------- */
.mil-banner {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mil-banner.mil-top-space-100 {
  margin-top: 100px;
  height: calc(100vh - 100px);
}

@media screen and (max-width: 768px) {
  .mil-banner.mil-top-space-100 {
    height: auto;
  }
}

.mil-banner.mil-top-space-140 {
  margin-top: 140px;
  height: calc(100vh - 140px);
}

@media screen and (max-width: 768px) {
  .mil-banner.mil-top-space-140 {
    margin-top: 100px;
    height: auto;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .mil-banner {
    height: auto;
  }
}

.mil-banner .mil-deco {
  z-index: 2;
}

.mil-banner .mil-banner-slideshow {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mil-banner .mil-banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mil-banner .mil-background-image {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-banner .mil-overlay {
  background-color: rgba(18, 24, 32, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-banner .mil-banner-content {
  padding-top: 140px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-banner .mil-dashboard-hero-row {
  min-height: 650px;
}

.mil-banner .mil-dashboard-banner {
  --dashboard-banner-width: 580px;
  --dashboard-banner-height: 450px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.mil-banner .mil-dashboard-banner-img {
  width: min(var(--dashboard-banner-width), 55vw);
  height: var(--dashboard-banner-height);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .mil-banner .mil-banner-content {
    padding-top: 200px;
  }

  .mil-banner .mil-dashboard-hero-row {
    min-height: auto;
  }

  .mil-banner .mil-dashboard-banner {
    margin-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mil-banner .mil-dashboard-banner-img {
    width: min(var(--dashboard-banner-width), 100%);
    height: auto;
    max-height: 520px;
  }
}

@media screen and (max-width: 768px) {
  .mil-banner .mil-banner-content {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .mil-banner .mil-dashboard-banner-img {
    max-height: 360px;
    -webkit-box-reflect: below -55px linear-gradient(transparent 70%, rgba(255, 255, 255, 0.18));
  }
}

.mil-banner .mil-banner-content .mil-button-descr {
  width: 450px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .mil-banner .mil-banner-content .mil-button-descr {
    margin-top: 60px;
    padding: 0;
    width: auto;
  }
}

.mil-banner .mil-banner-content-2 {
  padding-top: 40px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .mil-banner .mil-banner-content-2 {
    padding: 60px 0;
  }
}

.mil-banner-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-banner-sm {
  height: 550px;
  position: relative;
  padding-top: 220px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-banner-sm .mil-background-image {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  opacity: 0.05;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.mil-banner-sm .mil-banner-content {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 992px) {
  .mil-banner-sm {
    height: auto;
    padding-top: 190px;
    padding-bottom: 90px;
  }
}

.mil-banner-sm-2 .mil-background-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.mil-banner-sm-2 .mil-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 30, 38, 0.3)), to(rgb(18, 24, 32)));
  background: linear-gradient(0deg, rgba(24, 30, 38, 0.3) 0%, rgb(18, 24, 32) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .mil-banner-sm-2 .mil-overlay {
    display: none;
  }
}

.mil-banner-sm-3 {
  height: auto;
  position: relative;
}

.mil-banner-sm-3 .mil-background-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.mil-banner-sm-3 .mil-overlay {
  background-color: rgba(18, 24, 32, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-banner-sm-3 .mil-banner-content {
  padding-top: 220px;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .mil-banner-sm-3 .mil-banner-content {
    padding-top: 160px;
  }
}

.mil-contact-label-accent {
  color: rgb(255, 119, 15);
  font-size: 11px;
  position: relative;
  top: -2px;
}

.mil-pricing-faq-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.mil-pricing-faq-head .mil-faq-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mil-pricing-faq-title {
  margin: 0;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(18, 24, 32, 0.95);
}

.mil-contact-direct-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}

.mil-contact-direct-copy a {
  margin-top: 8px;
  text-decoration: none;
  transition: 0.1s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-contact-direct-copy a:hover {
  color: rgb(255, 119, 15);
}

.mil-contact-direct-number {
  margin-top: 3px;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-shadow: 0 10px 30px rgba(18, 24, 32, 0.2);
}

.mil-contact-direct-link:hover .mil-contact-direct-number {
  color: rgb(255, 119, 15);
}

.mil-contact-col-right {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .mil-contact-direct-number {
    font-size: 26px;
  }
}

@-webkit-keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
}

@keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
}

.mil-circle-illustration {
  margin-top: 10px;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.mil-circle-illustration .mil-circle-bg {
  width: 80%;
  height: 80%;
  background-color: rgb(255, 119, 15);
  position: absolute;
  top: 50px;
  left: 30px;
  border-radius: 7%;
}

.mil-circle-illustration .mil-image-frame {
  width: 100%;
  height: calc(100% + 60px);
  position: absolute;
  top: -120px;
  left: 15px;
  overflow: visible;
  transform: scale(0.98);
}

.mil-square-illustration {
  margin-top: 10px;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.mil-square-illustration .mil-square-bg {
  width: 80%;
  height: 80%;
  background-color: rgba(18, 24, 32, 0.05);
  position: absolute;
  top: 50px;
  left: 30px;
  border-radius: 7%;
}

.mil-square-illustration .mil-image-frame {
  width: 100%;
  height: calc(100% + 60px);
  position: absolute;
  overflow: visible;
  top: -110px;
}

.mil-square-illustration .mil-image-frame img {
  padding-top: 150px;
  width: 500px;
  max-width: 100%;
  height: auto;
}

.mil-square-illustration .mil-image-frame img.mil-platform-dashboard-image-shift {
  transform: translateX(-86px);
  width: 670px;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .mil-circle-illustration .mil-image-frame {
    top: -80px;
    left: 0;
    transform: scale(0.7);
  }
}

.mil-circle-illustration .mil-image-clip img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: calc(100% + 20px);
  object-fit: cover;
  object-position: top;
  display: block;
}

.mil-circle-illustration.mil-with-dots:before {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 120px;
  height: 40px;
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: -200px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-circle-illustration.mil-with-dots:after {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -50px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-circle-illustration.mil-with-dots-2:after {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 60px;
  height: 80px;
  position: absolute;
  top: 50px;
  right: -25px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

/* -------------------------------------------
icons
------------------------------------------- */
.mil-icon-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.mil-icon-frame h3 {
  position: relative;
}

.mil-icon-frame img {
  position: relative;
}

.mil-icon-frame.mil-icon-frame-md {
  width: 45px;
  height: 45px;
}

.mil-icon-frame.mil-icon-frame-md:before {
  width: 20px;
  height: 20px;
}

.mil-icon-frame.mil-icon-frame-sm {
  width: 25px;
  height: 25px;
}

.mil-icon-frame.mil-icon-frame-sm:before {
  width: 13px;
  height: 13px;
}

.mil-icon-frame.mil-icon-frame-sm img {
  width: 35px;
  height: 35px;
}

.mil-icon-frame.mil-icon-bg {
  background-color: rgba(18, 24, 32, 0.05);
  width: 70px;
  height: 70px;
  border-radius: 25%;
}

.mil-icon-frame.mil-icon-bg:before {
  bottom: 10px;
  right: 12px;
}

.mil-icon-frame.mil-light img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/* -------------------------------------------
services
------------------------------------------- */
.mil-service-item {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .mil-service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mil-service-item .mil-service-icon {
  width: 30%;
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .mil-service-item .mil-service-icon {
    padding: 0 40px 0 30px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .mil-service-item .mil-service-icon {
    padding: 0;
    margin-bottom: 30px;
  }
}

.mil-service-item .mil-service-text {
  width: 70%;
  padding-right: 30px;
  color: rgba(18, 24, 32, 0.65);
}

@media screen and (max-width: 1200px) {
  .mil-service-item .mil-service-text {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .mil-service-item .mil-service-text {
    padding-right: 0;
  }
}

.mil-service-item .mil-service-text h5 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mil-service-item .mil-service-text h5 {
    margin-top: 0;
  }
}

.mil-service-item .mil-service-text h5 span,
.mil-service-item .mil-service-text h4 span {
  margin-right: 15px;
}

.mil-service-item-title {
  font-weight: 500;
}

.mil-service-item.mil-without-lines {
  padding: 0;
}

.mil-service-item.mil-without-lines .mil-service-icon {
  width: 20%;
  padding-left: 0;
}

.mil-service-item.mil-without-lines .mil-service-text {
  width: 80%;
}

/* -------------------------------------------
card
------------------------------------------- */
.mil-card {
  display: block;
  text-decoration: none;
}

.mil-card .mil-cover-frame {
  position: relative;
  overflow: hidden;
  border-radius: 25%;
  padding-bottom: 60%;
  margin-bottom: 30px;
}

.mil-card .mil-cover-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-card:hover .mil-cover-frame img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-card .mil-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mil-card .mil-description .mil-fw-descr {
  width: 100%;
}

.mil-card .mil-description .mil-card-title {
  width: 50%;
  padding-right: 30px;
}

.mil-card .mil-description .mil-card-title a {
  text-decoration: none;
  margin-left: 5px;
}

.mil-card .mil-description .mil-card-text {
  width: 50%;
}

.mil-card .mil-description .mil-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mil-card .mil-description .mil-card-top .mil-bages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-card .mil-description .mil-card-top .mil-bages li {
  list-style-type: none;
  margin-right: 15px;
}

.mil-card .mil-description .mil-card-top .mil-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-card .mil-description .mil-card-top .mil-stars span {
  padding-right: 15px;
}

.mil-card .mil-description .mil-card-top .mil-stars ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-card .mil-description .mil-card-top .mil-stars ul li {
  list-style-type: none;
  margin-right: 5px;
}

.mil-card .mil-description .mil-card-top .mil-stars ul li i {
  color: rgb(255, 119, 15);
}

.mil-card .mil-description .mil-card-top .mil-stars ul li.mil-empty i {
  color: rgba(18, 24, 32, 0.2);
}

@media screen and (max-width: 1200px) {
  .mil-card .mil-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mil-card .mil-description .mil-card-title {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .mil-card .mil-description .mil-card-text {
    width: 100%;
  }
}

.mil-card.mil-card-sm .mil-cover-frame {
  padding-bottom: 100%;
}

.mil-card.mil-card-sm .mil-description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .mil-blog-static .mil-card.mil-card-sm .mil-description .mil-card-title {
    margin-bottom: 10px;
  }

  .mil-blog-static .mil-card.mil-card-sm .mil-description h6 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1201px) {
  .mil-blog-static .mil-card.mil-card-sm .mil-description h6 {
    margin-bottom: 20px;
  }
}

.mil-card.mil-card-sm .mil-description .mil-card-title {
  width: 100%;
  padding-right: 0;
}

.mil-card.mil-card-sm .mil-description .mil-card-text {
  width: 100%;
}

.mil-card.mil-card-sm.mil-reverse-sm .mil-cover-frame {
  margin-bottom: 0;
}

.mil-card.mil-card-sm.mil-reverse-sm .mil-description {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .mil-card.mil-card-sm.mil-reverse-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mil-card.mil-card-sm.mil-reverse-sm .mil-cover-frame {
    margin-bottom: 30px;
  }

  .mil-card.mil-card-sm.mil-reverse-sm .mil-description {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  .mil-card.mil-card-sm .mil-cover-frame {
    padding-bottom: 60%;
  }

  .mil-card.mil-card-sm .mil-description h6 {
    display: block;
  }
}

.mil-card-2 .mil-cover-frame {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  padding-bottom: 60%;
}

.mil-card-2 .mil-cover-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-card-2 .mil-cover-frame:after {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 25%;
  background-color: rgb(255, 119, 15);
  opacity: 0.9;
  position: absolute;
  z-index: 2;
  top: -150px;
  right: -150px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-card-2 .mil-description {
  position: relative;
  padding: 30px 30px 35px;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 10px 10px;
}

.mil-card-2 .mil-description .mil-speakers {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: -30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-card-2 .mil-description .mil-speakers .mil-speaker {
  margin-right: 5px;
  width: 60px;
  height: 60px;
  border-radius: 25%;
  overflow: hidden;
  position: relative;
  border: solid 4px rgb(255, 255, 255);
}

.mil-card-2 .mil-description .mil-speakers .mil-speaker:last-child {
  margin-right: 0;
}

.mil-card-2 .mil-description .mil-speakers .mil-speaker img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mil-card-2 .mil-description .mil-category {
  color: rgb(255, 119, 15) !important;
  font-weight: 500;
}

.mil-card-2:hover .mil-cover-frame img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-card-2:hover .mil-cover-frame:after {
  top: -75px;
  right: -65px;
}

.mil-card-2:hover .mil-description .mil-speakers {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-hover-card .mil-link i {
  background-color: rgba(18, 24, 32, 0.2);
}

/* -------------------------------------------
slider navigation
------------------------------------------- */
.mil-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-slider-nav .mil-slider-btn-prev {
  margin-right: 30px;
}

.mil-slider-nav .mil-slider-btn-prev i {
  margin-right: 15px;
}

.mil-slider-nav .mil-slider-btn-next i {
  margin-left: 15px;
}

.mil-slider-nav .mil-slider-btn-prev,
.mil-slider-nav .mil-slider-btn-next {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-slider-nav .mil-slider-btn-prev i,
.mil-slider-nav .mil-slider-btn-next i {
  font-size: 32px;
  color: rgb(18, 24, 32);
}

.mil-slider-nav .mil-slider-btn-prev *,
.mil-slider-nav .mil-slider-btn-next * {
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-slider-nav .mil-slider-btn-prev:hover *,
.mil-slider-nav .mil-slider-btn-next:hover * {
  color: rgb(255, 119, 15);
}

.mil-slider-nav .mil-slider-btn-prev.mil-light span,
.mil-slider-nav .mil-slider-btn-next.mil-light span {
  color: rgb(255, 255, 255);
}

.mil-slider-nav .mil-slider-btn-prev.mil-light i,
.mil-slider-nav .mil-slider-btn-next.mil-light i {
  color: rgb(255, 255, 255);
}

.mil-slider-nav .mil-slider-btn-prev.mil-light:hover *,
.mil-slider-nav .mil-slider-btn-next.mil-light:hover * {
  color: rgb(255, 119, 15);
}

.mil-slider-nav .mil-slider-btn-prev.swiper-button-disabled,
.mil-slider-nav .mil-slider-btn-next.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.mil-slider-nav .mil-slider-btn-prev.swiper-button-disabled:hover *,
.mil-slider-nav .mil-slider-btn-next.swiper-button-disabled:hover * {
  color: inherit;
}

/* -------------------------------------------
icon box
------------------------------------------- */
.mil-icon-box-head .mil-icon-frame {
  margin-right: 15px;
}

.mil-icon-box-head .mil-icon-frame.mil-light img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

@media screen and (max-width: 768px) {
  .mil-icon-box-head.mil-long .mil-icon-frame {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.mil-icon-box.mil-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mil-approach-box {
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .mil-approach-box {
    padding: 60px 60px 0;
  }

  .mil-approach-box.mil-pb-60-adapt {
    padding-bottom: 60px;
  }
}

.mil-approach-box.mil-box-2.mil-gradient-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(24, 30, 38)), to(rgb(18, 24, 32)));
  background: linear-gradient(0deg, rgb(24, 30, 38) 0%, rgb(18, 24, 32) 100%);
}

.mil-hori-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.mil-hori-box .mil-icon-frame {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .mil-hori-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mil-hori-box .mil-icon-frame {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* -------------------------------------------
reviews
------------------------------------------- */
.mil-review .mil-author .mil-name .mil-text-sm {
  opacity: 0.6;
}

/* -------------------------------------------
about
------------------------------------------- */
.mil-about-illustration .mil-image-frame {
  border-radius: 5%;
  overflow: visible;
  position: relative;
  padding-bottom: 100%;
}

@media screen and (max-width: 414px) {
  .mil-about-illustration .mil-image-frame {
    padding-bottom: 130%;
  }
}

.mil-about-illustration .mil-image-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
}

@media screen and (max-width: 414px) {
  .mil-about-illustration .mil-image-frame:before {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -65px;
  }
}

.mil-about-illustration-2 .mil-image-frame {
  border-radius: 25%;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.mil-about-illustration-2 .mil-image-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mil-about-illustration-2 .mil-image-frame:after {
  content: "";
  width: 300px;
  height: 300px;
  background-color: rgb(255, 119, 15);
  border-radius: 25%;
  position: absolute;
  z-index: 2;
  bottom: -150px;
  left: -150px;
}

@media screen and (max-width: 768px) {
  .mil-about-illustration-2 .mil-image-frame:after {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
  }
}

/* -------------------------------------------
approach
------------------------------------------- */
.mil-approach {
  position: relative;
}

.mil-approach .mil-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: left center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mil-approach .mil-overlay {
  background-color: rgba(18, 24, 32, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-approach .mil-overlay.mil-gradient-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-approach .mil-overlay.mil-super-light {
  background-color: rgba(18, 24, 32, 0.6);
}

.mil-approach .mil-overlay.mil-with-deco:after {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  top: -120px;
  right: -120px;
  background-color: rgb(255, 119, 15);
  border-radius: 25%;
}

.mil-approach .mil-relative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-approach .mil-relative .mil-fake-container {
  position: relative;
}

.mil-approach-frame {
  width: 64px;
  height: 64px;
}

.mil-approach-frame::before {
  display: none;
}

.mil-approach-icon {
  width: 58px;
  height: 58px;
  display: block;
  filter: brightness(0) invert(1);
}

.mil-approach-content {
  max-width: 320px;
}

.mil-approach .mil-background-image {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  object-position: 0% 25%;
}

/* -------------------------------------------
team
------------------------------------------- */
.mil-team-card .mil-image-frame {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.mil-team-card .mil-image-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 25%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-team-card .mil-image-frame .mil-team-circle {
  position: absolute;
  background-color: rgb(255, 119, 15);
  opacity: 0;
  width: 120px;
  height: 120px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 25%;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-team-card .mil-image-frame:before {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 120px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-team-card .mil-image-frame:after {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 60px;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-team-card:hover .mil-image-frame .mil-team-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mil-team-card:hover .mil-image-frame img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mil-team-card:hover .mil-image-frame:before,
.mil-team-card:hover .mil-image-frame:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* -------------------------------------------
call to action
------------------------------------------- */
.mil-call-to-action {
  position: relative;
}

.mil-call-to-action:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 720px;
  height: 190px;
  transform: translateX(-28%);
  background: radial-gradient(ellipse at 50% 100%, rgba(255, 119, 15, 0.20) 0%, rgba(255, 119, 15, 0.10) 38%, transparent 72%);
  pointer-events: none;
  z-index: 1;
}

.mil-call-to-action .mil-background-image {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mil-call-to-action .mil-overlay {
  background-color: rgba(18, 24, 32, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-call-to-action .mil-overlay.mil-overlay-dark {
  background-color: rgba(18, 24, 32, 0.90);
}

.mil-call-to-action .container {
  position: relative;
  z-index: 2;
}

.mil-call-to-action .mil-cta-content {
  padding: 60px 0;
  position: relative;
  text-align: center;
}

.mil-replication-cta {
  isolation: isolate;
  overflow: hidden;
}

.mil-replication-cta:after {
  display: none;
}

.mil-replication-cta-fixed-bg {
  background-image: url(../images/replication.jpg);
  background-size: 100% auto;
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mil-replication-cta-fixed-bg>.mil-background-image {
  display: none;
}

.mil-index-cta-fixed-bg {
  background-image: url(../images/datacenter.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mil-index-cta-fixed-bg>.mil-background-image {
  display: none;
}

@media screen and (max-width: 768px) {
  .mil-replication-cta-fixed-bg,
  .mil-index-cta-fixed-bg {
    background-attachment: scroll;
  }
}

/* -------------------------------------------
accordion
------------------------------------------- */
.mil-accordion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 30px 45px;
  width: 100%;
  border-bottom: solid 2px rgba(18, 24, 32, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-accordion:first-child {
  padding-top: 5px;
}

.mil-accordion:after {
  content: "+";
  position: absolute;
  left: 0;
  font-size: 20px;
  color: rgb(255, 119, 15);
  bottom: -13px;
  background-color: rgb(255, 255, 255);
  padding-right: 10px;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-accordion.mil-active:after {
  content: "-";
}

/* -------------------------------------------
tabs
------------------------------------------- */
.mil-tab-buttons {
  border-top: solid 2px rgba(18, 24, 32, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mil-tab-buttons a {
  position: relative;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tab-buttons a span {
  z-index: 1;
}

.mil-tab-buttons a:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: rgb(255, 119, 15);
  position: absolute;
  top: -2px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tab-buttons a:after {
  content: "";
  width: 100%;
  height: 0;
  background-color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tab-buttons a.mil-active {
  color: rgb(18, 24, 32);
}

.mil-tab-buttons a.mil-active:before {
  width: 100%;
}

.mil-tab-buttons a.mil-active:after {
  height: 100%;
}

@media screen and (max-width: 992px) {
  .mil-tab-buttons {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
  }

  .mil-tab-buttons a {
    height: 70px;
  }
}

.mil-tab-buttons.mil-tab-buttons-2 {
  border-bottom: solid 2px rgba(18, 24, 32, 0.1);
  border-top: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mil-tab-buttons.mil-tab-buttons-2 a {
  width: 200px;
  height: auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 414px) {
  .mil-tab-buttons.mil-tab-buttons-2 a {
    width: calc(50% - 30px);
  }
}

.mil-tab-buttons.mil-tab-buttons-2 a .mil-icon-bg {
  background-color: transparent;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tab-buttons.mil-tab-buttons-2 a h6 {
  color: rgba(18, 24, 32, 0.6);
  text-align: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tab-buttons.mil-tab-buttons-2 a:before {
  top: auto;
  bottom: -2px;
}

.mil-tab-buttons.mil-tab-buttons-2 a:after {
  display: none;
}

.mil-tab-buttons.mil-tab-buttons-2 a.mil-active .mil-icon-bg {
  background-color: rgba(18, 24, 32, 0.05);
}

.mil-tab-buttons.mil-tab-buttons-2 a.mil-active h6 {
  color: rgb(18, 24, 32);
}

@media screen and (max-width: 992px) {
  .mil-tab-buttons.mil-tab-buttons-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0;
  }

  .mil-tab-buttons.mil-tab-buttons-2 a {
    height: auto;
  }
}

.mil-tabs-left-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mil-tabs-left-nav:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(18, 24, 32, 0.1);
}

.mil-tabs-left-nav li {
  list-style-type: none;
  margin-bottom: 25px;
}

.mil-tabs-left-nav li:last-child {
  margin-bottom: 0;
}

.mil-tabs-left-nav li a {
  padding-left: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 20px;
  color: rgba(18, 24, 32, 0.95);
}

.mil-tabs-left-nav li a.mil-h4 {
  color: rgba(18, 24, 32, 0.3);
}

.mil-tabs-left-nav li a.mil-h5 {
  font-weight: 400;
}

.mil-tabs-left-nav li a:before {
  content: "";
  border-radius: 20%;
  width: 18px;
  height: 18px;
  background-color: rgb(255, 255, 255);
  border: solid 4px rgba(18, 24, 32, 0.1);
  margin-right: 30px;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tabs-left-nav li a.mil-active.mil-h4 {
  color: rgb(18, 24, 32);
}

.mil-tabs-left-nav li a.mil-active:before {
  border: solid 4px rgb(255, 119, 15);
}

.mil-tabs-slider .swiper-slide p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

.mil-tabs-slider .swiper-slide p+p {
  margin-top: 20px;
}

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

price

------------------------------------------- */
.mil-price-card .mil-button {
  border-color: rgba(18, 24, 32, 0.1);
}

.mil-price-card .mil-button:hover {
  border-color: rgb(255, 119, 15);
}

.mil-price-card:hover .mil-button {
  border-color: rgb(255, 119, 15);
}

/* -------------------------------------------
careers features
------------------------------------------- */
.mil-banner-slide .mil-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 243, 244, 0)), color-stop(50%, rgb(243, 243, 244)));
  background: linear-gradient(90deg, rgba(243, 243, 244, 0) 0%, rgb(243, 243, 244) 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .mil-banner-slide .mil-overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(243, 243, 244, 0)), color-stop(30%, rgb(243, 243, 244)));
    background: linear-gradient(90deg, rgba(243, 243, 244, 0) 0%, rgb(243, 243, 244) 30%);
  }
}

@media screen and (max-width: 992px) {
  .mil-banner-slide .mil-overlay {
    background: rgb(243, 243, 244);
  }
}

.mil-banner-slide .row {
  height: 100%;
}

/* -------------------------------------------
blog
------------------------------------------- */
.mil-blog .mil-card .mil-cover-frame {
  border-radius: 10px;
}

.mil-blog-static .row {
  margin-bottom: -30px;
}

.mil-blog-static .mil-card {
  height: 100%;
}

@media screen and (min-width: 1201px) {
  .mil-blog-static .mil-card-title.mil-card-title-narrow {
    width: 40%;
  }

  .mil-blog-static .mil-card-text.mil-card-text-wide {
    width: 60%;
  }
}

.mil-post-sm .mil-cover-frame {
  width: 70px;
  height: 70px;
  border-radius: 25%;
  position: relative;
  overflow: hidden;
}

.mil-post-sm .mil-cover-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-post-sm .mil-description {
  padding-left: 20px;
  width: calc(100% - 70px);
}

.mil-post-sm .mil-description h6 {
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-post-sm:hover .mil-cover-frame img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mil-post-sm:hover .mil-description h6 {
  color: rgb(255, 119, 15);
}

/* -------------------------------------------
pagination
------------------------------------------- */
@media screen and (max-width: 992px) {
  .mil-pagination.mil-hidden-arrows .mil-slider-nav {
    display: none;
  }
}

/* -------------------------------------------
event
------------------------------------------- */
.mil-event-form {
  margin: 0 15px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  background-color: rgba(255, 255, 255);
  border-radius: 15px;
  /* top, right, bottom, left */
  padding: 30px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  border: solid 1px rgba(18, 24, 32, 0.08);
}

.mil-event-form:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 119, 15, 0.85) 50%, transparent 100%);
  opacity: 0.75;
}

@media screen and (max-width: 1200px) {
  .mil-event-form {
    position: static;
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 992px) {
  .mil-event-form {
    padding: 30px;
  }
}

/* -------------------------------------------
footer
------------------------------------------- */
.mil-footer-parent {
  overflow: hidden;
}

.mil-vdc-footer-merged .mil-footer-shell,
.mil-vdc-footer-merged .mil-footer-content,
.mil-vdc-footer-merged .mil-footer-links {
  position: relative;
  z-index: 1;
}

.mil-vdc-footer-cta p {
  letter-spacing: 0.04em;
}

.mil-footer-bg {
  position: absolute;
  top: 10px;
  left: calc(50% + 30px);
  transform: translateX(-50%);
  max-width: 1600px;
  height: auto;
  opacity: 0.05;
  pointer-events: none;
}

.mil-footer-shell {
  position: relative;
}

.mil-footer-content {
  position: relative;
}

.mil-footer-content .mil-logo {
  width: 120px;
  pointer-events: none;
}

.mil-footer-content .mil-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-footer-content .mil-list-title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-right: 15px;
  background-color: rgb(255, 119, 15);
}

.mil-app-btn .mil-app-text .mil-h6 {
  color: rgb(255, 255, 255);
  font-family: "Sora", sans-serif;
}

.mil-footer-links {
  position: relative;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mil-footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-footer-links ul li {
  list-style-type: none;
  margin-right: 45px;
}

.mil-footer-links ul li:last-child {
  margin-right: 0;
}

.mil-footer-links ul li a {
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-footer-links ul li:hover a {
  color: rgb(255, 119, 15) !important;
}

.mil-footer-links ul li.mil-adapt-links a:last-child {
  display: none;
}

@media screen and (max-width: 768px) {
  .mil-footer-links ul li.mil-adapt-links a:first-child {
    display: none;
  }

  .mil-footer-links ul li.mil-adapt-links a:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 992px) {
  .mil-footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mil-footer-links .mil-social {
    margin-bottom: 30px;
  }

  .mil-footer-links .mil-additional-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mil-footer-links .mil-additional-links li {
    margin-bottom: 10px;
  }
}

/* -------------------------------------------
additional pages
------------------------------------------- */
.mil-add-page .mil-background-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.mil-add-page .mil-overlay {
  background: rgba(18, 24, 32, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.mil-add-page .container {
  position: relative;
}

.mil-addition-bottom .container,
.mil-addition-bottom .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alert-success,
.alert-error {
  font-size: 90%;
  text-align: center;
  color: rgb(255, 119, 15);
  padding: 1rem;
}

.alert-success h5,
.alert-error h5 {
  color: rgb(255, 119, 15);
  font-weight: 400;
}

.alert-error,
.alert-error h5 {
  color: red;
}

/* -------------------------------------------
platform section
------------------------------------------- */
.mil-platform-section {
  position: relative;
}

.mil-platform-section .row>.col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mil-platform-section .mil-platform-card {
  width: 100%;
}

.mil-platform-card {
  position: relative;
  isolation: isolate;
  height: calc(100% - 30px);
  padding: 38px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.96) 100%);
  border: solid 1px rgba(18, 24, 32, 0.08);
  -webkit-box-shadow: 0 24px 60px rgba(18, 24, 32, 0.08);
  box-shadow: 0 24px 60px rgba(18, 24, 32, 0.08);
  overflow: hidden;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-platform-card:before {
  content: "";
  position: absolute;
  left: 38px;
  right: 38px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 119, 15, 0.85) 50%, transparent 100%);
  opacity: 0.75;
  z-index: 2;
}

.mil-platform-hover-overlay {
  position: absolute;
  inset: 0;
  background-image: url(../images/overlay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.3642, 1);
  z-index: 1;
  -webkit-mask-image: radial-gradient(circle at bottom left,
      transparent 0%,
      transparent 28%,
      rgba(0, 0, 0, 0.06) 38%,
      rgba(0, 0, 0, 0.16) 48%,
      rgba(0, 0, 0, 0.35) 58%,
      rgba(0, 0, 0, 0.65) 70%,
      rgba(0, 0, 0, 1) 86%);
  mask-image: radial-gradient(circle at bottom left,
      transparent 0%,
      transparent 28%,
      rgba(0, 0, 0, 0.06) 38%,
      rgba(0, 0, 0, 0.16) 48%,
      rgba(0, 0, 0, 0.35) 58%,
      rgba(0, 0, 0, 0.65) 70%,
      rgba(0, 0, 0, 1) 86%);
}

.mil-platform-card.mil-platform-card-dark:hover .mil-platform-hover-overlay {
  opacity: 0.10;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mil-platform-card.mil-platform-card:hover .mil-platform-hover-overlay {
  opacity: 0.09;
}

.mil-platform-card:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border-color: rgba(255, 119, 15, 0.28);
  -webkit-box-shadow: 0 30px 70px rgba(18, 24, 32, 0.14);
  box-shadow: 0 30px 70px rgba(18, 24, 32, 0.14);
}

.mil-platform-card-link {
  display: block;
  text-decoration: none;
}

/* 18, 24, 32, 0% - 32, 39, 49, 100% */
.mil-platform-card.mil-platform-card-dark {
  background: linear-gradient(160deg, rgb(23, 26, 31) 0%, rgb(32, 38, 48) 100%);
  border-color: transparent;
  -webkit-box-shadow: 0 30px 70px rgba(18, 24, 32, 0.2);
  box-shadow: 0 30px 70px rgba(18, 24, 32, 0.2);
}

.mil-platform-card.mil-platform-card-dark:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 119, 15, 0.1), transparent 42%);
  pointer-events: none;
  z-index: 0;
}

.mil-platform-card-head {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
}

.mil-platform-icon {
  width: 60px;
  height: 60px;
  border-radius: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 119, 15, 0.12);
  color: rgb(255, 119, 15);
  font-size: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mil-faq-icon {
  width: 45px;
  height: 45px;
  border-radius: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgb(255, 119, 15);
  font-size: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mil-faq-icon img {
  width: 45px;
  height: 45px;
  filter:
    brightness(0) saturate(100%) invert(60%) sepia(91%) saturate(3350%) hue-rotate(7deg) brightness(102%) contrast(103%);
  opacity: 0.9;
}

.mil-faq-icon.mil-faq-icon-sm img {
  width: 38px;
  height: 38px;
  filter:
    brightness(0) saturate(100%) invert(60%) sepia(91%) saturate(3350%) hue-rotate(7deg) brightness(102%) contrast(103%);
  opacity: 0.9;
}

.mil-platform-icon-sm {
  width: 50px;
  height: 50px;
  border-radius: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 119, 15, 0.12);
  color: rgb(255, 119, 15);
  font-size: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mil-platform-icon-sm img {
  width: 24px;
  height: 24px;
  opacity: 0.9;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

.mil-replication-card-neutral .mil-platform-icon.mil-platform-icon-light,
.mil-replication-card-neutral .mil-platform-icon-sm.mil-platform-icon-light,
.mil-replication-card-neutral .mil-platform-icon.mil-platform-icon-light i,
.mil-replication-card-neutral .mil-platform-icon-sm.mil-platform-icon-light i {
  color: rgb(255, 255, 255);
}

.mil-platform-card-dark .mil-platform-icon {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8)
}

.mil-platform-card-dark .mil-platform-icon img {
  width: 31px;
  height: 31px;
  opacity: 0.9;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

.mil-platform-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 5px;
  background: rgba(255, 119, 15, 0.12);
  color: rgb(255, 119, 15);
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.14em;
  white-space: nowrap;
  flex: 0 0 auto;
}

.mil-services-feature-head .mil-platform-tag {
  font-weight: 500;
  letter-spacing: 0.13em;
}

.mil-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(34, 197, 94, 0.10);
  color: rgba(34, 197, 94, 0.8);
  border: 1px solid rgba(34, 197, 94, 0.1);
}

.mil-status-pill:hover {
  background: rgba(34, 197, 94, 0.11);
  color: rgb(34, 197, 94);
}

.mil-status-pill-light {
  color: rgba(34, 197, 94, 0.65) !important;
  position: relative;
  top: -1px;
}

.mil-platform-card-dark .mil-platform-tag {
  background: rgba(255, 119, 15, 0.16);
  color: rgb(255, 255, 255);
}

.mil-platform-card-dark.mil-replication-card-neutral .mil-platform-tag {
  background: rgba(255, 255, 255, 0.08);
  color: rgb(255, 255, 255);
}

.mil-platform-card h3,
.mil-platform-card h4 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px !important;
}

.mil-platform-copy {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  color: rgba(18, 24, 32, 0.65);
}

.mil-platform-card-dark h3,
.mil-platform-card-dark h4 {
  color: rgb(255, 255, 255);
}

.mil-platform-card-dark .mil-platform-copy {
  color: rgba(255, 255, 255, 0.72);
}

.mil-platform-specs {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.mil-platform-spec {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 6px;
  background: rgba(18, 24, 32, 0.05);
  border: solid 1px rgba(18, 24, 32, 0.08);
  color: rgb(18, 24, 32);
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
}

.mil-platform-card-dark .mil-platform-spec {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
}

.mil-platform-foot {
  position: relative;
  z-index: 1;
  padding-top: 22px;
  border-top: solid 1px rgba(18, 24, 32, 0.08);
}

.mil-platform-card-dark .mil-platform-foot {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.mil-platform-foot-label {
  display: inline-block;
  margin-bottom: 10px;
  color: rgb(255, 119, 15);
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mil-platform-foot p {
  margin: 0;
  color: rgba(18, 24, 32, 0.6);
}

.mil-platform-card-dark .mil-platform-foot p,
.mil-platform-card-dark .mil-platform-foot-label {
  color: rgba(255, 255, 255, 0.76);
}

@media screen and (max-width: 768px) {
  .mil-platform-card {
    padding: 30px;
  }

  .mil-platform-card-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
}

@media screen and (max-width: 360px) {
  .mil-platform-card-head {
    display: grid;
    grid-template-columns: auto;
    justify-content: start;
    justify-items: start;
    row-gap: 12px;
  }

  .mil-platform-card-head .mil-platform-tag {
    margin-left: 0;
    text-align: left;
  }
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-feature-grid a.mil-services-feature-card ul.mil-services-feature-list.mil-dot-list {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  gap: 0 !important;
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-feature-grid a.mil-services-feature-card ul.mil-services-feature-list.mil-dot-list li {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  align-items: center !important;
  white-space: nowrap !important;
  text-align: left !important;
}

.mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-feature-grid a.mil-services-feature-card ul.mil-services-feature-list.mil-dot-list li:before {
  flex: 0 0 auto;
  align-self: center;
}

@media screen and (max-width: 992px) {
  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-feature-grid a.mil-services-feature-card ul.mil-services-feature-list.mil-dot-list {
    display: inline-flex !important;
    min-height: 0;
    align-items: baseline !important;
    line-height: normal !important;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-feature-grid a.mil-services-feature-card ul.mil-services-feature-list.mil-dot-list li {
    position: relative !important;
    display: block !important;
    align-self: baseline !important;
    min-height: 0;
    line-height: 1.15 !important;
    padding: 0;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-feature-grid a.mil-services-feature-card ul.mil-services-feature-list.mil-dot-list li:before {
    display: none !important;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-feature-grid a.mil-services-feature-card ul.mil-services-feature-list.mil-dot-list li+li {
    padding-left: 22px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-feature-grid a.mil-services-feature-card ul.mil-services-feature-list.mil-dot-list li+li:before {
    content: "";
    display: block !important;
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    margin: 0;
    border-radius: 25%;
    background-color: rgb(255, 119, 15);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-feature-grid a.mil-services-feature-card.mil-services-feature-card-dark ul.mil-services-feature-list.mil-dot-list li.mil-services-feature-list-item-dark+li.mil-services-feature-list-item-dark:before {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

/* Mobile-only Services submenu spacing overrides */
@media screen and (max-width: 992px) {
  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item>ul>li:first-child {
    margin-top: 12px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item>ul>li:last-child {
    margin-bottom: 12px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-overview {
    margin: 8px 8px 0;
    padding: 6px 8px 2px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item .mil-services-menu-eyebrow {
    margin-bottom: 6px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item .mil-services-links {
    gap: 4px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-link {
    padding-top: 5px;
    padding-bottom: 4px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li.mil-services-feature-grid {
    padding: 12px 8px 8px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card {
    padding: 18px 18px 9px;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card .mil-services-feature-copy {
    margin-bottom: 0;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card .mil-services-feature-list {
    margin: -15px 0 7px !important;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul li a.mil-services-feature-card .mil-services-feature-cta {
    padding-top: 9px;
  }
}

.cf-turnstile {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 414px) {
  .cf-turnstile {
    transform: scale(0.90);
    transform-origin: left center;
  }
}

@media screen and (max-width: 414px) {
  .cf-turnstile {
    transform: scale(0.85);
    transform-origin: left center;
  }
}

@media screen and (max-width: 360px) {
  .cf-turnstile {
    transform: scale(0.80);
    transform-origin: left center;
  }
}

.mil-terms-toc {
  margin-bottom: 20px;
  padding: 0 0 18px;
  color: rgb(18, 24, 32);
}

.mil-terms-toc a:hover {
  color: rgb(255, 119, 15);
}

.mil-terms-toc h3 {
  margin-bottom: 20px;
}

.mil-terms-toc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mil-terms-toc-title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 25%;
  margin-right: 15px;
  background-color: rgb(255, 119, 15);
}

.mil-terms-toc ol {
  margin: 0;
  padding-left: 25px;
  columns: 1;
  column-gap: 60px;
}

.mil-terms-toc.two-col ol {
  columns: 2;
}

@media screen and (max-width: 700px) {
  .mil-terms-toc.two-col ol {
    columns: 1;
    column-gap: 0;
  }
}

.mil-terms-toc li {
  break-inside: avoid;
  margin-bottom: 12px;
  color: rgb(18, 24, 32);
}

.mil-terms-content {
  display: grid;
  gap: 12px;
}

body.mil-terms-page .mil-wrapper {
  overflow: visible;
}

body.mil-terms-page .mil-top-panel.mil-top-panel-transparent {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}

body.mil-terms-page .mil-top-panel.mil-top-panel-transparent .mil-logo {
  background-image: url(../images/logo-light.png);
}

body.mil-terms-page .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a,
body.mil-terms-page .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li .mil-nav-label {
  color: rgb(18, 24, 32);
}

body.mil-terms-page .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li a:hover,
body.mil-terms-page .mil-top-panel.mil-top-panel-transparent .mil-navigation nav ul li .mil-nav-label:hover {
  color: rgb(255, 119, 15);
}

body.mil-terms-page .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span,
body.mil-terms-page .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:after,
body.mil-terms-page .mil-top-panel.mil-top-panel-transparent .mil-menu-btn span:before {
  background: rgb(18, 24, 32);
}

body.mil-terms-page .mil-footer-shell {
  overflow: hidden;
}

.mil-terms-content h3 {
  margin-top: 20px;
  scroll-margin-top: 120px;
}

.mil-terms-content h6 {
  margin-top: 20px;
}

.mil-terms-content p,
.mil-terms-content li,
.mil-terms-content ul,
.mil-terms-content ol,
.mil-terms-content td,
.mil-terms-contact td {
  color: rgb(18, 24, 32);
}

.mil-terms-content ul,
.mil-terms-content ol {
  padding-left: 40px;
}

.mil-terms-content li {
  margin-bottom: 4px;
}

.mil-terms-content a {
  color: rgb(255, 119, 15);
  text-decoration: none;
  font-weight: 500;
}

.mil-terms-content a:hover {
  text-decoration: underline;
}

.mil-terms-contact {
  width: 100%;
}

.mil-terms-contact td {
  padding: 4px 0;
}

.mil-terms-contact td:first-child {
  width: 110px;
  padding-right: 14px;
  color: rgb(18, 24, 32);
  font-weight: 500;
}

.mil-terms-sla-table {
  width: 100%;
  border-collapse: collapse;
  color: rgb(18, 24, 32);
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  table-layout: fixed;
}

.mil-terms-sla-table th {
  font-weight: 600;
  text-align: left;
  padding: 8px 8px;
  border-bottom: 2px solid rgb(204, 204, 204);
}

.mil-terms-sla-table td {
  padding: 10px 8px;
}

.mil-terms-sla-table tr:not(:last-child) td {
  border-bottom: 1px solid rgb(204, 204, 204);
}

.mil-quote-heading {
  line-height: 1.1;
  font-weight: 500;
}

.mil-quote-heading::before,
.mil-quote-heading::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background-image: url('../icons/quote.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  top: 0.08em;
  vertical-align: baseline;
}

.mil-quote-heading::before {
  opacity: 0.5;
  transform: rotate(180deg);
  top: -5px;
}

.mil-quote-heading::after {
  opacity: 0.5;
  top: -5px;
}

.mil-address-resource-no-top {
  border-top: none;
}

.mil-address-resource .mil-address-resource-row {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mil-address-resource .mil-address-resource-row span {
  max-width: 80%;
}

.mil-address-resource .mil-address-resource-row i {
  transform: translateX(-3px);
  transition: 0.25s cubic-bezier(0, 0, 0.3642, 1);
  color: rgba(18, 24, 32, 0.2);
}

/* -------------------------------------------
choose section
------------------------------------------- */
.mil-choose-section {
  position: relative;
}

.mil-choose-intro {
  margin-bottom: 60px;
}

.mil-choose-copy {
  width: 108%;
}

.mil-choose-copy p {
  color: rgba(18, 24, 32, 0.6);
}

.mil-choose-copy p+p {
  margin-top: 16px;
}

.mil-choose-image-panel {
  position: relative;
}

.mil-choose-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 70%;
  background-color: rgba(18, 24, 32, 0.04);
  box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}

.mil-choose-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  transform: scale(1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-choose-image-wrap:hover img {
  filter: grayscale(0);
  transform: scale(1.03);
}

.mil-choose-row {
  margin-top: 10px;
}

.mil-choose-item {
  height: 100%;
}

.mil-choose-value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.mil-choose-divider {
  margin-bottom: 20px;
}

.mil-choose-bullet {
  margin-right: 8px;
  color: rgb(255, 119, 15);
}

.mil-choose-item p {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .mil-choose-intro {
    margin-bottom: 40px;
  }

  .mil-choose-image-wrap {
    padding-bottom: 79%;
  }
}

@media screen and (max-width: 768px) {
  .mil-choose-image-wrap {
    padding-bottom: 92%;
  }
}

.mil-disable-image-menu {
  pointer-events: none;
}

/* -------------------------------------------
pricing calculator
------------------------------------------- */
.mil-pricing-calc-section {
  position: relative;
  overflow: visible;
  background: linear-gradient(180deg, rgba(18, 24, 32, 0.03) 0%, rgba(18, 24, 32, 0) 100%);
}

.mil-pricing-calc-copy-panel {
  position: relative;
  height: 100%;
  background: transparent;
}

.mil-pricing-calc-copy-inner {
  position: relative;
  max-width: 700px;
  margin-left: 0;
  padding: 0 48px 0 0;
}

.mil-pricing-calc-lines {
  position: relative;
}

.mil-pricing-calc-line {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 26px;
  padding: 28px 0;
}

.mil-pricing-calc-divider {
  grid-column: 1 / -1;
}

.mil-pricing-calc-line-no {
  color: rgb(255, 119, 15);
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.mil-pricing-calc-line-body h5 {
  margin-bottom: 10px;
}

.mil-pricing-calc-line-body p {
  margin: 0;
  color: rgba(18, 24, 32, 0.65);
}

.mil-pricing-calc-footnote {
  padding-top: 10px;
}

.mil-pricing-calc-footnote-label,
.mil-pricing-calc-pane-label,
.mil-pricing-calc-output-label {
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 600;
}

.mil-pricing-calc-footnote-label,
.mil-pricing-calc-pane-label {
  color: rgb(255, 119, 15);
}

.mil-pricing-calc-footnote p {
  margin: 15px 0 0;
  color: rgba(18, 24, 32, 0.7);
}

.mil-pricing-calc-pane {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(24, 30, 38) 0%, rgb(18, 24, 32) 100%);
}

.mil-pricing-calc-card-wrap {
  display: flex;
  justify-content: flex-end;
}

.mil-pricing-calc-card {
  width: 100%;
  max-width: 560px;
  border-radius: 15px;
  border: solid 1px rgba(255, 255, 255, 0.06);
  -webkit-box-shadow: 0 30px 70px rgba(18, 24, 32, 0.2);
  box-shadow: 0 30px 70px rgba(18, 24, 32, 0.2);
}

.mil-pricing-calc-pane:before {
  content: "";
  position: absolute;
  top: 0;
  left: 38px;
  right: 38px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 119, 15, 0), rgba(255, 119, 15, 0.95), rgba(255, 119, 15, 0));
}

.mil-pricing-calc-pane-inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 42px 38px;
}

.mil-pricing-calc-pane-intro {
  max-width: 480px;
}

.mil-pricing-calc-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mil-pricing-calc-stack {
  display: grid;
  gap: 24px;
}

.mil-pricing-calc-submit:hover {
  -webkit-filter: none !important;
  filter: none !important;
}

.mil-pricing-calc-input-row {
  padding-bottom: 12px;
  border-bottom: none;
}

.mil-pricing-calc-input-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.mil-pricing-calc-input-head label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

/* calculator icons */
.mil-pricing-calc-input-head label i {
  color: inherit;
  font-size: 18px;
  line-height: 1;
}

.mil-pricing-calc-input-head label span {
  color: inherit;
}

.mil-pricing-calc-input-head>span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mil-pricing-calc-input-row input,
.mil-pricing-calc-input-row select {
  width: 100%;
  height: 38px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgb(255, 255, 255);
  font-family: "Sora", sans-serif;
  font-size: 20px;
  outline: none;
  transition: border-color 0.25s ease;
}

.mil-pricing-calc-input-row input:focus,
.mil-pricing-calc-input-row select:focus {
  border-bottom-color: rgb(255, 119, 15);
}

.mil-pricing-calc-input-row input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.mil-pricing-calc-input-row select {
  padding-right: 12px;
}

.mil-pricing-calc-input-row select option {
  color: rgb(18, 24, 32);
}

.mil-pricing-calc-input-row p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
  line-height: 1.7;
}

/* Remove number input spinners in Chrome, Edge, Safari */
.mil-pricing-calc-input-row input[type="number"]::-webkit-outer-spin-button,
.mil-pricing-calc-input-row input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove number input spinners in Firefox */
.mil-pricing-calc-input-row input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.mil-pricing-calc-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px;
  gap: 14px;
}

.mil-pricing-calc-output {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mil-pricing-calc-output-label {
  color: rgba(255, 255, 255, 0.62);
}

.mil-pricing-calc-output-value {
  text-align: left;
  white-space: nowrap;
}

.mil-pricing-calc-output-value strong {
  font-family: "Inter", sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.mil-pricing-calc-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.mil-pricing-calc-actions-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  flex: 1 1 240px;
}

.mil-pricing-calc-button-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: min(100%, 320px);
  flex: 1 1 320px;
  margin-left: auto;
}

.mil-pricing-calc-button-row .mil-button {
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.5px;
}

.mil-pricing-calc-button-row .mil-pricing-calc-submit {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.mil-pricing-calc-reset {
  width: var(--mil-pricing-calc-reset-width, 58px);
  min-width: var(--mil-pricing-calc-reset-width, 58px);
  -ms-flex: 0 0 var(--mil-pricing-calc-reset-width, 58px);
  flex: 0 0 var(--mil-pricing-calc-reset-width, 58px);
  padding: 0;
}

.mil-pricing-calc-reset i {
  color: inherit;
  font-size: 18px;
  line-height: 1;
}

.mil-pricing-calc-reset:hover {
  -webkit-filter: none !important;
  filter: none !important;
}

.mil-pricing-calc-icon {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1200px) {
  .mil-pricing-calc-copy-inner {
    padding-right: 30px;
  }

  .mil-pricing-calc-pane-inner {
    padding: 38px 32px;
  }
}

@media screen and (max-width: 992px) {

  .mil-pricing-calc-copy-inner,
  .mil-pricing-calc-pane-inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .mil-pricing-calc-copy-panel {
    margin-bottom: 40px;
  }

  .mil-pricing-calc-card-wrap {
    justify-content: flex-start;
  }

  .mil-pricing-calc-card {
    max-width: none;
  }

  .mil-pricing-calc-copy-panel:before,
  .mil-pricing-calc-pane:after {
    display: none;
  }

  .mil-pricing-calc-pane:before {
    left: 30px;
    right: 30px;
  }

  .mil-pricing-calc-pane-inner {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {

  .mil-pricing-calc-copy-inner,
  .mil-pricing-calc-pane-inner {
    padding: 0;
  }

  .mil-pricing-calc-copy-inner {
    padding-right: 0;
  }

  .mil-pricing-calc-pane-inner {
    padding: 32px 20px;
  }

  .mil-pricing-calc-pane:before {
    left: 20px;
    right: 20px;
  }

  .mil-pricing-calc-line {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mil-pricing-calc-inline,
  .mil-pricing-calc-output,
  .mil-pricing-calc-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .mil-pricing-calc-button-row {
    width: 100%;
  }

  .mil-pricing-calc-output-value,
  .mil-pricing-calc-actions-note {
    text-align: left;
    max-width: none;
  }

  .mil-pricing-calc-output-value strong {
    font-size: 40px;
  }
}

/* -------------------------------------------
about page approach cards
------------------------------------------- */
.mil-approach-box h4 {
  -webkit-transition: color 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: color 0.2s cubic-bezier(0, 0, 0.3642, 1);
  font-weight: 400;
}

.mil-approach-box:hover h4 {
  color: rgb(255, 119, 15);
}

.mil-tooltip-trigger {
  position: relative;
  display: inline;
  cursor: help;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: none;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 5px;
}

.mil-tooltip-bubble {
  visibility: hidden;
  opacity: 0;
  width: 230px;
  padding: 10px 12px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.95);
  color: rgb(18, 24, 32);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  left: 120%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  z-index: 20;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}

.mil-tooltip-trigger:hover .mil-tooltip-bubble,
.mil-tooltip-trigger:focus .mil-tooltip-bubble,
.mil-tooltip-trigger:focus-within .mil-tooltip-bubble {
  visibility: visible;
  opacity: 1;
}

/* -------------------------------------------
VDC story section
------------------------------------------- */
.mil-vdc-story-section .container,
.mil-vdc-story-section .row {
  position: relative;
  overflow: visible;
}

.mil-vdc-story-section .mil-dark-soft.mil-text-lg {
  max-width: 95%;
}

.mil-vdc-story-section .mil-about-story-grid h3,
.mil-vdc-story-section .mil-about-story-grid h6 {
  color: rgb(18, 24, 32);
}

.mil-vdc-story-section .mil-about-story-grid p {
  color: rgba(18, 24, 32, 0.66);
}

.mil-vdc-story-layout {
  position: relative;
  overflow: visible;
}

.mil-vdc-story-copy {
  position: relative;
  z-index: 1;
}

.mil-vdc-story-aside:before {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 120px;
  height: 40px;
  position: absolute;
  bottom: 30px;
  left: -150px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  z-index: 0;
}

.mil-vdc-story-card-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  overflow: visible;
}

.mil-vdc-story-card-shell {
  position: relative;
  width: 100%;
  max-width: 392px;
  margin-left: auto;
}

.mil-vdc-story-card-shell:before {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 40px;
  height: 100px;
  position: absolute;
  top: 100px;
  left: -90px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  z-index: 0;
}

.mil-vdc-story-card-shell:after {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 13%;
  background: rgba(255, 119, 15, 0.12);
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: 0;
}

.mil-vdc-story-card-shell .mil-services-card-light {
  position: relative;
  z-index: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.mil-vdc-story-card-shell .mil-platform-specs {
  margin-top: auto;
}

.mil-vdc-story-card-shell .mil-platform-foot {
  margin-top: 24px;
}

.mil-vdc-services-card-light {
  color: rgba(18, 24, 32, 0.72);
}

.mil-vdc-services-card-light h4 {
  color: rgb(18, 24, 32);
  margin-bottom: 18px !important;
}

.mil-vdc-services-card-light .mil-platform-card-head {
  margin-bottom: 24px;
}

.mil-vdc-services-card-light .mil-platform-card-head .mil-platform-tag {
  border: 1px solid rgba(255, 119, 15, 0.1);
}

.mil-vdc-services-card-light .mil-platform-icon {
  width: 56px;
  height: 56px;
  font-size: 24px;
}

.mil-vdc-services-card-light .mil-platform-copy {
  margin-bottom: 24px;
  color: rgba(18, 24, 32, 0.7);
}

.mil-vdc-services-card-light .mil-platform-specs {
  margin-bottom: 26px;
}

.mil-vdc-services-card-light .mil-platform-foot {
  margin-top: 2px;
}

.mil-vdc-services-card-light .mil-platform-foot p {
  color: rgba(18, 24, 32, 0.68);
}

@media screen and (min-width: 992px) {
  .mil-vdc-story-layout {
    min-height: 450px;
  }

  .mil-vdc-story-aside {
    position: absolute;
    top: -96px;
    right: 0;
    z-index: 3;
    overflow: visible;
  }

  .mil-vdc-story-card-wrap {
    width: 100%;
    height: 100%;
  }

  .mil-vdc-story-copy {
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .mil-vdc-story-aside {
    position: static;
    margin-top: 30px;
  }

  .mil-vdc-story-aside:before {
    display: none;
  }

  .mil-vdc-story-card-wrap {
    justify-content: center;
    margin-top: 30px;
  }

  .mil-vdc-story-card-shell {
    max-width: 100%;
    min-height: 0;
  }

  .mil-vdc-story-card-shell:before {
    top: -16px;
    left: 8px;
    -webkit-transform: none;
    transform: none;
  }

  .mil-vdc-story-card-shell:after {
    width: 90px;
    height: 90px;
    right: -10px;
    bottom: -10px;
  }
}

.mil-vdc-heading-stack {
  flex-direction: column;
  align-items: flex-start;
}

.mil-vdc-dashboard-slider-shell .mil-vdc-swiper-prev::after,
.mil-vdc-dashboard-slider-shell .mil-vdc-swiper-next::after {
  content: "";
  position: absolute;
  top: -210px;
  right: -34px;
  bottom: -210px;
  left: -34px;
  background: transparent;
}

body.mil-vdc-lightbox-open {
  overflow: hidden;
}

.mil-vdc-lightbox-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.mil-vdc-lightbox-trigger img {
  display: block;
}

.mil-vdc-lightbox-trigger:focus-visible,
.mil-vdc-lightbox-stage:focus,
.mil-vdc-lightbox-stage:focus-visible {
  outline: none;
}

.mil-vdc-lightbox-close:focus-visible,
.mil-vdc-lightbox-nav:focus-visible {
  outline: none;
}

.mil-vdc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.mil-vdc-lightbox.mil-is-open {
  display: flex;
}

.mil-vdc-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 24, 32, 0.97);
}

.mil-vdc-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
}

.mil-vdc-lightbox-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 0 88px;
}

.mil-vdc-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 110px);
  width: auto;
  height: auto;
  background: rgb(255, 255, 255);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.mil-vdc-lightbox-close,
.mil-vdc-lightbox-nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 20%;
  background: transparent;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.mil-vdc-lightbox-close i,
.mil-vdc-lightbox-nav i {
  font-size: 32px;
  transition: color 0.2s ease;
}

.mil-vdc-lightbox-close:hover i,
.mil-vdc-lightbox-close:focus-visible i,
.mil-vdc-lightbox-nav:hover i,
.mil-vdc-lightbox-nav:focus-visible i {
  color: rgb(255, 119, 15);
}

.mil-vdc-lightbox-prev::after,
.mil-vdc-lightbox-next::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -40px;
  bottom: -100px;
  left: -40px;
  background: transparent;
}

.mil-vdc-lightbox-close::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: 0;
  left: -40px;
  background: transparent;
}

.mil-vdc-lightbox-close {
  top: -70px;
  right: -20px;
}

.mil-vdc-lightbox-prev,
.mil-vdc-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
}

.mil-vdc-lightbox-prev {
  left: -25px;
}

.mil-vdc-lightbox-next {
  right: -25px;
}

@media screen and (max-width: 768px) {
  .mil-vdc-lightbox {
    padding: 20px;
  }

  .mil-vdc-lightbox-stage {
    padding: 0 54px;
  }

  .mil-vdc-lightbox-close,
  .mil-vdc-lightbox-nav {
    width: 76px;
    height: 76px;
  }

  .mil-vdc-lightbox-close i,
  .mil-vdc-lightbox-nav i {
    font-size: 24px;
  }

  .mil-vdc-lightbox-close {
    top: -10px;
    right: 0;
  }

  .mil-vdc-lightbox-prev {
    left: 0;
  }

  .mil-vdc-lightbox-next {
    right: 0;
  }

  .mil-vdc-lightbox-image {
    max-height: calc(100vh - 72px);
    border-radius: 5px;
  }
}

.mil-vdc-lightbox-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mil-vdc-lightbox-description {
  margin-top: 60px;
  text-align: center;
  max-width: min(720px, 80vw);
  font-size: 18px;
}

.mil-vdc-swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.mil-vdc-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.28);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.mil-vdc-swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.1);
}

.mil-replication-method .mil-service-item {
  justify-content: flex-start;
  gap: 5em;
}

.mil-replication-method .mil-service-item .mil-service-icon {
  width: auto;
  padding-left: 0;
  flex: 0 0 auto;
}

.mil-replication-method .mil-service-item .mil-service-text {
  width: auto;
  padding-right: 0;
  flex: 1;
}

.mil-replication-method .mil-service-icon .mil-icon-frame.mil-icon-frame-md {
  transform: translateX(30px) translateY(8px);
}

.mil-inline-link {
  font-weight: 600;
  text-decoration: underline;
}

.mil-inline-link:hover {
  text-decoration: underline;
}

.mil-replication-method .mil-replication-method-icon {
  width: 48px;
  height: 48px;
  opacity: 0.9;
}

.mil-replication-method .mil-replication-method-icon.mil-replication-method-icon-accent {
  filter:
    brightness(0) saturate(100%) invert(60%) sepia(91%) saturate(3350%) hue-rotate(7deg) brightness(102%) contrast(103%);
}

/* -------------------------------------------
platform page sections
------------------------------------------- */
@media screen and (min-width: 993px) {
  .mil-platform-banner-fixed {
    height: 550px;
    overflow: hidden;
  }

  .mil-platform-banner-fixed .mil-banner-content {
    height: 100%;
  }
}

.mil-platform-section-1 .container {
  position: relative;
  z-index: 1;
}

.mil-platform-system-node .mil-accent {
  color: rgb(255, 119, 15);
}

.mil-platform-about-content {
  position: relative;
}

.mil-platform-about-content p+p {
  margin-top: 16px;
}

.mil-platform-overview,
.mil-platform-capabilities,
.mil-platform-difference,
.mil-platform-outcomes,
.mil-platform-architecture {
  position: relative;
}

.mil-platform-control-number {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 24px;
  color: rgb(255, 119, 15);
  font-family: "Sora", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.mil-platform-feature-heading .mil-platform-icon {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  font-size: 25px;
}

.mil-platform-capabilities {
  overflow: hidden;
}

.mil-platform-capability-card .mil-icon-frame {
  width: 56px;
  height: 56px;
  border-radius: 25%;
  background: rgba(255, 119, 15, 0.12);
  color: rgb(255, 119, 15);
  font-size: 22px;
}

.mil-platform-architecture .mil-background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}

.mil-platform-architecture .mil-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18, 24, 32, 0.96) 0%, rgba(18, 24, 32, 0.78) 100%);
}

.mil-platform-architecture-grid .row,
.mil-platform-architecture-grid [class*="col-"] {
  min-height: 100%;
}

.mil-platform-outcomes-frame .mil-icon-frame {
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25%;
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  font-size: 28px;
}

.mil-image-blur {
  -webkit-filter: blur(2px) !important;
  filter: blur(2px) !important;
  transform: scale(1.02);
}

/* Platform laptop image scaling */
@media screen and (max-width: 1200px) {
  .mil-square-illustration .mil-image-frame img.mil-platform-dashboard-image-shift {
    width: 530px;
    transform: translateX(-40px);
  }

  .mil-vdc-screen-media {
    width: min(520px, 100%);
  }

  .mil-vdc-dashboard-slider-shell .mil-vdc-swiper-prev {
    left: 30px;
    transform: translateY(-50%);
  }

  .mil-vdc-dashboard-slider-shell .mil-vdc-swiper-next {
    left: auto;
    right: 30px;
    transform: translateY(-50%);
  }

  .mil-vdc-lightbox-close {
    top: -10px;
    right: 0;
  }

  .mil-top-panel .mil-navigation nav ul li.mil-services-menu-item ul {
    left: -350px;
  }

  .mil-about-page-intro {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 992px) {
  .mil-square-illustration .mil-image-frame img.mil-platform-dashboard-image-shift {
    width: 450px;
    transform: translateX(-48px);
  }

  .mil-vdc-screen-media {
    width: min(440px, 100%);
  }

  .mil-vdc-dashboard-slider-shell .mil-vdc-swiper-prev {
    left: 20px;
  }

  .mil-vdc-dashboard-slider-shell .mil-vdc-swiper-next {
    left: auto;
    right: 20px;
  }

  .mil-vdc-lightbox-close {
    top: -50px;
    right: -10px;
  }

  .mil-vdc-story-aside:before,
  .mil-vdc-story-card-shell:before,
  .mil-circle-illustration.mil-with-dots:before,
  .mil-circle-illustration.mil-with-dots:after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .mil-circle-illustration {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mil-square-illustration .mil-image-frame img.mil-platform-dashboard-image-shift {
    width: 560px;
    transform: translateX(-28px);
  }

  .mil-square-illustration .mil-image-frame img {
    padding-top: 120px;
  }

  .mil-square-illustration {
    padding-bottom: 55%;
  }

  .mil-square-illustration .mil-image-frame {
    top: -40px;
    height: 100%;
  }

  .mil-square-illustration .mil-image-frame img {
    padding-top: 60px;
  }

  .mil-vdc-cta-actions {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
  }

  .mil-vdc-cta-actions .mil-button {
    width: 30%;
    min-width: 0;
  }

  .mil-vdc-dashboard-slider-shell .mil-vdc-swiper-prev {
    left: 25px;
  }

  .mil-vdc-dashboard-slider-shell .mil-vdc-swiper-next {
    left: auto;
    right: 25px;
  }

  .mil-vdc-lightbox-prev {
    left: -25px;
  }

  .mil-vdc-lightbox-next {
    right: -25px;
  }

  .mil-replication-method .mil-service-item {
    gap: 12px;
  }

  .mil-replication-method .mil-service-icon .mil-icon-frame.mil-icon-frame-md {
    transform: translateX(0) translateY(0);
  }

  .mil-replication-cta .mil-adaptive-right {
    margin-top: 20px;
  }

  .mil-footer-content .col-md-3,
  .mil-footer-content .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mil-about-page-intro {
    margin-bottom: 0;
  }

  .mil-circle-illustration .mil-circle-bg {
    width: 60%;
    height: 60%;
    top: 30px;
    left: 20px;
  }

  .mil-approach-box {
    padding: 40px 30px;
    min-height: 260px;
  }

  .mil-approach-box.mil-pb-60-adapt {
    padding-bottom: 40px;
  }

  .mil-pricing-calc-actions {
    gap: 40px;
  }

  .mil-pricing-calc-actions-note,
  .mil-pricing-calc-button-row {
    flex: 0 0 auto;
  }

  .mil-contact-col-right {
    padding-left: 0;
  }
}

@media screen and (max-width: 414px) {
  .mil-square-illustration .mil-image-frame img.mil-platform-dashboard-image-shift {
    width: 360px;
    transform: translateX(-12px);
  }

  .mil-square-illustration {
    padding-bottom: 70%;
  }

  .mil-square-illustration .mil-image-frame {
    top: -40px;
    height: 100%;
  }

  .mil-square-illustration .mil-image-frame img {
    padding-top: 60px;
  }

  .mil-vdc-cta-actions {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
  }

  .mil-vdc-cta-actions .mil-button {
    width: 60%;
    min-width: 0;
  }

  .mil-vdc-screen-media {
    width: min(300px, 100%);
  }

  .mil-vdc-dashboard-slider-shell .mil-vdc-swiper-prev {
    left: 10px;
  }

  .mil-vdc-dashboard-slider-shell .mil-vdc-swiper-next {
    left: auto;
    right: 10px;
  }

  .mil-replication-cta-fixed-bg {
    background-size: 100% 100%;
  }

  .mil-footer-content .col-md-3,
  .mil-footer-content .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mil-contact-col-right {
    padding-left: 15px;
  }
}

@media screen and (max-width: 360px) {
  .mil-square-illustration .mil-image-frame img.mil-platform-dashboard-image-shift {
    width: 300px;
    transform: translateX(0);
  }

  .mil-square-illustration .mil-image-frame {
    top: -40px;
    height: 100%;
  }

  .mil-square-illustration .mil-image-frame img {
    padding-top: 60px;
  }

  .mil-vdc-screen-media {
    width: min(260px, 100%);
  }
}