:root {
  --bg: #050608;
  --ink: #f5f4f0;
  --ink-dim: #9aa0aa;
  --line: #23262d;
  --coral: #ff5a5f;
  --navy: #123253;
  --navy-deep: #0b2136;
  --sans: "Inter",Arial,sans-serif;
  --serif: "Fraunces",Georgia,serif;
  --condensed: "Arial Narrow","Helvetica Neue Condensed",sans-serif;
  --ease: cubic-bezier(.16, .84, .24, 1);
  --header-height: 105px;
  --si-ff-body: Inter;
  --si-ff-heading: GeneralSans;
  --si-ff-fontawesome: "Font Awesome 6 Pro";
  --si-common-white: #ffffff;
  --si-common-black: #0F0F0F;
  --si-common-black-2: #1E1E1E;
  --si-common-black-3: #272727;
  --si-common-text-body: #545454;
  --si-common-gray: #f5f5f5;
  --si-common-gray-2: #272727;
  --si-common-gray-3: #1e1e1e;
  --si-common-gray-4: #0f0f0f;
  --si-common-surface: #F9F9F9;
  --si-theme-primary: #0F0F0F;
  --si-theme-secondary: #d82221;
  --si-border-1: rgba(84, 84, 84, 0.3);
  --si-border-2: rgba(255, 255, 255, 0.2);
  --si-border-3: rgba(255, 255, 255, 0.1);
  --si-border-4: rgba(84, 84, 84, 0.1);
  --si-border-5: #EEEEEE;
  --si-border-6: #313131;
  --si-border-7: #D9D9D9;
  --si-border-8: rgba(255, 255, 255, 0.5);
  --si-border-9: rgba(84, 84, 84, 0.2);
  --si-border-10: rgba(84, 84, 84, 0.5)
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
html {
  scroll-behavior: smooth
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}
a {
  color: inherit;
  text-decoration: none
}
ul {
  list-style: none
}
button {
  font-family: inherit;
  background: 0 0;
  border: none;
  color: inherit;
  cursor: pointer
}
img {
  max-width: 100%;
  display: block
}
main {
  display: block
}
.container,
.wrap {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 48px
}
:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
}
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 999999;
  pointer-events: none;
  overflow: hidden;
  visibility: visible
}
.page-transition-bg {
  position: absolute;
  inset: 0;
  background: #000;
  transform: translateY(-100%);
  will-change: transform
}
body.page-loading .page-transition {
  pointer-events: all
}
body.page-loading .page-transition-bg {
  transform: translateY(0)
}
body.page-leaving .page-transition {
  pointer-events: all
}
body.page-leaving .page-transition-bg {
  transform: translateY(0)
}
@media (prefers-reduced-motion:reduce) {
  .page-transition {
    display: none
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  z-index: 9999;
  background: 0 0;
  mix-blend-mode: difference;
  transition: transform .4s var(--ease),background .35s var(--ease),box-shadow .35s var(--ease)
}
.site-header.header-hidden {
  transform: translateY(-100%)
}
.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 220px;
  height: auto;
  line-height: 0;
  position: relative;
  z-index: 100
}
.lsa-lead-logo {
  display: block;
  width: 220px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  transition: filter .35s ease,opacity .35s ease
}
.header-dark .lsa-lead-logo {
  filter: brightness(0) invert(1)
}
.header-light .lsa-lead-logo {
  filter: brightness(0)
}
.header-pink .lsa-lead-logo {
  filter: brightness(0) invert(1)
}
@media (max-width:768px) {
  .logo {
    width: 160px
  }
  .lsa-lead-logo {
    width: 160px
  }
}
.site-nav {
  margin-left: auto;
  margin-right: 24px
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-right: 54px
}
.nav-list a {
  position: relative;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .02em
}
.nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width .3s ease
}
.nav-list a:hover::after,
.nav-list a[aria-current=page]::after {
  width: 100%
}
.locale-btn {
  position: relative;
  overflow: hidden;
  width: 85px;
  height: 40px;
  border-radius: 50px;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease,color .3s ease
}
.locale-text {
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 700
}
.background-hover {
  position: absolute;
  inset: 0;
  background: #45c17d;
  border-radius: 50px;
  transform: translateY(100%);
  transition: transform .45s var(--ease);
  z-index: 1
}
.locale-btn:hover .background-hover {
  transform: translateY(0)
}
.locale-btn:hover {
  color: #fff;
  transform: translateY(-2px)
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px
}
.hamburger span {
  width: 26px;
  height: 2px;
  background: #fff
}
@media (max-width:1200px) {
  .site-header {
    padding: 0 35px
  }
  .nav-list {
    gap: 35px;
    margin-right: 25px
  }
}
@media (max-width:992px) {
  :root {
    --header-height: 80px
  }
  .site-header {
    padding: 0 24px
  }
  .locale-btn,
  .site-nav {
    display: none
  }
  .hamburger {
    display: flex
  }
}
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000
}
.hero-intro {
  display: block
}
.hero-pin {
  position: relative;
  height: 220vh
}
.hero-pin .hero-intro {
  position: sticky;
  top: 0;
  height: 100vh
}
.hero-logo {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 70px;
  color: #fff
}
.hero-logo .draw-path {
  stroke-dashoffset: 0;
  stroke-dasharray: 1px,9999px
}
.hero-logo svg {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: block
}
.hero-logo path {
  fill: none;
  stroke: currentColor
}
.hero-left {
  position: absolute;
  left: 9%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Arial,sans-serif;
  transition: opacity .1s linear;
  will-change: opacity,transform
}
.hero-right {
  position: absolute;
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  transition: opacity .1s linear;
  will-change: opacity,transform
}
.track {
  position: relative;
  height: 400vh
}
.hero-animation {
  position: sticky;
  top: 0;
  min-height: 700px;
  background: #183c61
}
.word {
  position: absolute;
  left: 50%;
  width: max-content;
  white-space: nowrap;
  font-family: Arial,Helvetica,sans-serif;
  font-size: clamp(180px, 24vw, 470px);
  font-weight: 900;
  line-height: .78;
  letter-spacing: -.065em;
  will-change: transform;
  pointer-events: none;
  user-select: none
}
.word-front {
  top: -25px;
  color: #fff;
  z-index: 1
}
.word-back {
  top: 395px;
  color: #061d35;
  z-index: 1
}
.media {
  position: absolute;
  left: 50%;
  top: 47%;
  width: calc(100% - 60px);
  height: 44vh;
  border-radius: 0;
  overflow: hidden;
  z-index: 5;
  background: #7895a7;
  transform: translate(-50%,-50%);
  will-change: width,height,border-radius,transform
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none
}
@media (min-width:1401px) {
  .word {
    font-size: 430px
  }
  .word-front {
    top: -30px
  }
  .word-back {
    top: 395px
  }
  .media {
    width: 440px;
    height: 440px
  }
}
@media (max-width:1400px) {
  .word {
    font-size: 26vw
  }
  .word-front {
    top: -10px
  }
  .word-back {
    top: 380px
  }
  .media {
    width: 390px;
    height: 390px
  }
}
@media (max-width:1024px) {
  .hero-animation {
    min-height: 650px
  }
  .word {
    font-size: 29vw
  }
  .word-front {
    top: 15px
  }
  .word-back {
    top: 360px
  }
  .media {
    width: 340px;
    height: 340px;
    min-width: 340px;
    min-height: 340px;
    top: 48%
  }
}
@media (max-width:768px) {
  .hero-animation {
    min-height: 600px
  }
  .word {
    font-size: 34vw;
    letter-spacing: -.07em
  }
  .word-front {
    top: 90px
  }
  .word-back {
    top: 360px
  }
  .media {
    width: 280px;
    height: 280px;
    min-width: 280px;
    min-height: 280px;
    top: 52%
  }
}
@media (max-width:480px) {
  .hero-animation {
    min-height: 550px
  }
  .word {
    font-size: 38vw
  }
  .word-front {
    top: 110px
  }
  .word-back {
    top: 350px
  }
  .media {
    width: 230px;
    height: 230px;
    min-width: 230px;
    min-height: 230px
  }
}
.power-pin {
  position: relative;
  height: 240vh;
  background: var(--navy);
}

.about-hero-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-background-svg {
  position: absolute;
  width: 900vmax;  
  height: 900vmax;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
}

.hero-svg-spin {
  transform-origin: 7500px 7500px; 
  animation: aboutHeroSvgSpin 60s linear infinite;
}

@keyframes aboutHeroSvgSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cta-section .hero-svg-spin.spin-fast {
  animation-duration: 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  .hero-svg-spin {
    animation: none;
  }
}
.power-stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
}
.power-lines {
  position: absolute;
  inset: -20%;
  width: 140%;
  height: 140%;
  opacity: .5;
  animation: spin 90s linear infinite
}
.power-lines line {
  stroke: #0a2136;
  stroke-width: 10
}
@keyframes spin {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
@media (prefers-reduced-motion:reduce) {
  .power-lines {
    animation: none
  }
}
.power-text {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 0 64px;
  text-align: center
}
.power-line {
  white-space: nowrap;
  font-family: var(--condensed);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .92;
  font-size: clamp(30px, 5.2vw, 70px);
  letter-spacing: -.01em
}
.power-line.outline,
.power-line.outline1 {
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  margin-right: clamp(0px,20vw,400px)
}
.power-line.solid,
.power-line.solid1 {
  color: #fff;
  opacity: 0;
  transform: translateY(24px);
  margin-left: clamp(0px,20vw,300px)
}
@media (max-width:992px) {
  .power-text {
    padding: 0 24px
  }
  .power-line {
    font-size: clamp(24px, 8vw, 44px)
  }
  .power-line.outline,
  .power-line.outline1,
  .power-line.solid,
  .power-line.solid1 {
    margin-left: 0;
    margin-right: 0
  }
}
.projects {
  padding: 80px 0;
  background: #fff;
  color: #000
}
.projects .container {
  max-width: 1800px
}
.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 56px
}
.section-head h2 {
  font-family: Fraunces,Georgia,serif;
  font-weight: 600;
  font-size: clamp(38px, 5.5vw, 74px);
  line-height: .92;
  text-transform: uppercase
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s var(--ease),transform .8s var(--ease)
}
.reveal.in {
  opacity: 1;
  transform: none
}
.slider-buttons {
  display: flex;
  gap: 12px;
  margin-top: 6px
}
.slider-buttons button {
  width: 84px;
  height: 44px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .35s var(--ease)
}
.slider-buttons button:hover {
  transform: translateY(-4px)
}
.prev-btn {
  background: #d4d4d4
}
.next-btn {
  background: #000
}
.projectSwiper {
  width: 100%;
  overflow: hidden
}
.projectSwiper .swiper-wrapper {
  align-items: stretch
}
.projectSwiper .swiper-slide {
  width: auto;
  height: auto;
  display: flex
}
.project-card {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f8f2e8;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  transition: transform .45s var(--ease)
}
.project-image {
  position: relative;
  padding: 22px 22px 0;
  overflow: hidden
}
.project-image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 26px;
  transform: scale(1);
  transition: transform .5s var(--ease)
}
.project-content {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 0 20px 20px;
  min-height: 190px
}
.project-info {
  flex: 1 1 auto;
  width: 200px;
  transition: opacity .35s var(--ease),transform .35s var(--ease)
}
.project-info span {
  width: 150px;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1
}
.project-info h3 {
  margin: 0;
  max-width: 78%;
  font-size: 20px;
  line-height: .95;
  font-weight: 800;
  text-transform: uppercase
}
.project-description {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 110px;
  max-width: 90%;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .45s var(--ease),transform .45s var(--ease)
}
.view-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 56px;
  min-width: 56px;
  height: 56px;
  padding: 0 26px;
  background: #000;
  color: #fff;
  border-radius: 999px;
  overflow: hidden;
  text-decoration: none;
  transition: width .4s ease,gap .4s ease,transform .35s ease,background .35s ease
}
.view-btn span {
  display: block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  transition: max-width .35s ease,opacity .35s ease
}
.view-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: opacity .25s ease,width .25s ease,transform .25s ease
}
.project-card:hover .project-image img {
  transform: scale(.94)
}
.project-card:hover .project-info {
  opacity: 0;
  transform: translateY(-14px)
}
.project-card:hover .project-description {
  opacity: 1;
  transform: translateY(0)
}
.project-card:hover .view-btn {
  width: 100%;
  justify-content: center;
  gap: 12px;
  background: #000;
  transform: translateY(-3px)
}
.project-card:hover .view-btn span {
  max-width: 120px;
  opacity: 1
}
.project-card:hover .view-btn svg {
  opacity: 0;
  width: 0;
  transform: scale(0)
}
.view-btn:hover svg {
  opacity: 0;
  width: 0;
  transform: scale(0)
}
.view-btn:hover {
  background: #000;
  transform: translateY(-3px)
}
@media (max-width:768px) {
  .project-image img {
    height: 300px;
    border-radius: 20px
  }
  .project-info h3 {
    font-size: 24px
  }
}
.services {
  padding: 0 0 80px;
  background: #fff;
  color: #000
}
.accordion-item {
  border-bottom: 1px solid var(--line)
}
.accordion-item:last-child {
  border-bottom: 1px solid var(--line)
}
.acc-header {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0,1fr) 30px;
  align-items: flex-start;
  column-gap: 40px;
  padding: 30px 4px;
  text-align: left;
  cursor: pointer
}
.acc-content {
  min-width: 0
}
.acc-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(24px, calc(24px + (1vw - 7.68px) * 100 * .0069444444), 32px);
  text-transform: uppercase;
  line-height: 1;
  margin: 0
}
.accordion-item .acc-title {
  transition: transform .45s cubic-bezier(.16, .84, .24, 1)
}
.accordion-item:hover .acc-title {
  transform: translateX(25px)
}
.split-element {
  display: flex;
  align-items: baseline;
  gap: 20px
}
.acc-index {
  width: 40px;
  font-size: clamp(24px, calc(24px + (1vw - 7.68px) * 100 * .0069444444), 32px);
  color: #000;
  flex-shrink: 0
}
.acc-title-text {
  margin: 0;
  font-size: clamp(24px, calc(24px + (1vw - 7.68px) * 100 * .0069444444), 32px);
  line-height: 1
}
.acc-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 4px;
  flex-shrink: 0
}
.acc-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%,-50%);
  transition: transform .35s ease
}
.acc-icon span:first-child {
  width: 30px;
  height: 5px
}
.acc-icon span:last-child {
  width: 5px;
  height: 30px
}
.accordion-item.open .acc-icon span:last-child {
  transform: translate(-50%,-50%) rotate(90deg) scaleY(0)
}
.acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s cubic-bezier(.16, .84, .24, 1)
}
.acc-panel-inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0,1fr) 160px;
  column-gap: 40px;
  align-items: start;
  padding: 0 4px 35px 60px
}
.acc-panel p {
  margin: 0;
  max-width: 700px;
  font-size: 17px;
  line-height: 1.7;
  color: #666
}
.acc-cta {
  width: 160px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: #000;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
  transition: opacity .35s ease,visibility .35s ease,transform .35s ease,background .35s ease
}
.accordion-item.open .acc-cta {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: .15s
}
.acc-cta:hover {
  background: #123253;
  transform: translateY(-3px)
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0
}
@media (max-width:768px) {
  .services {
    padding: 80px 0 90px
  }
  .acc-header {
    grid-template-columns: minmax(0,1fr) 30px;
    column-gap: 20px;
    padding: 24px 0
  }
  .split-element {
    gap: 12px
  }
  .acc-index {
    width: 32px
  }
  .acc-title-text {
    font-size: 24px
  }
  .acc-panel-inner {
    grid-template-columns: 1fr;
    row-gap: 25px;
    padding: 0 0 30px 44px
  }
  .acc-panel p {
    max-width: 100%;
    font-size: 16px
  }
  .acc-cta {
    justify-self: end;
    width: 150px;
    height: 52px
  }
}
@media (max-width:480px) {
  .acc-header {
    column-gap: 15px
  }
  .acc-title-text {
    font-size: 21px
  }
  .acc-index {
    width: 28px;
    font-size: 21px
  }
  .acc-panel-inner {
    padding-left: 40px
  }
  .acc-cta {
    width: 140px
  }
}
.careers,
.locations,
.news {
  background: #fff;
  color: #000;
  padding: 90px 0
}
.careers h2,
.locations h2,
.news h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 56px);
  text-transform: uppercase
}
.cta-section {
  position: relative;
  width: 100%;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #1c4266;
  isolation: isolate
}
.cta-lines {
  position: absolute;
  inset: -20%;
  width: 140%;
  height: 140%;
  opacity: .5;
  z-index: 0;
  pointer-events: none;
  animation: spin 90s linear infinite
}
.cta-lines line {
  stroke: #0f2c47;
  stroke-width: 10
}
@media (prefers-reduced-motion:reduce) {
  .cta-lines {
    animation: none
  }
}
.cta-blades {
  position: absolute;
  width: 1500px;
  height: 1500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: auto;
  cursor: pointer;
  z-index: 1;
  background: 0 0;
  border: 0;
  padding: 0;
  animation: rotateBlades 40s linear infinite
}
.cta-blades.fast {
  animation-duration: 1.5s
}
@keyframes rotateBlades {
  from {
    transform: translate(-50%,-50%) rotate(0)
  }
  to {
    transform: translate(-50%,-50%) rotate(360deg)
  }
}
.blade {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1100px;
  height: 18px;
  background: #071c32;
  transform-origin: left center;
  border-radius: 100px
}
.blade-1 {
  transform: translateY(-50%) rotate(25deg)
}
.blade-2 {
  transform: translateY(-50%) rotate(115deg)
}
.blade-3 {
  transform: translateY(-50%) rotate(205deg)
}
.blade-4 {
  transform: translateY(-50%) rotate(295deg)
}
.cta-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}
.cta-title {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #fff;
  font-size: clamp(55px, 8vw, 145px);
  line-height: .88;
  font-weight: 800;
  letter-spacing: -.065em;
  text-transform: uppercase
}
.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 75px
}
.cta-btn {
  position: relative;
  min-width: 125px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  border-radius: 100px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  isolation: isolate;
  transition: border-color .4s ease,color .4s ease
}
.cta-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: height .5s cubic-bezier(.77, 0, .175, 1);
  z-index: -1
}
.cta-btn span {
  position: relative;
  z-index: 2
}
.cta-btn.primary,
.cta-btn.secondary {
  background: #fff;
  color: #1c4266;
  border: 1px solid #fff
}
.cta-btn.primary::before,
.cta-btn.secondary::before {
  background: #071c32
}
.cta-btn.primary:hover,
.cta-btn.secondary:hover {
  color: #fff;
  border-color: #071c32
}
.cta-btn.primary:hover::before,
.cta-btn.secondary:hover::before {
  height: 100%
}
@media (max-width:768px) {
  .cta-section {
    min-height: 650px
  }
  .cta-blades {
    width: 1000px;
    height: 1000px
  }
  .blade {
    width: 800px;
    height: 12px
  }
  .cta-title {
    font-size: clamp(48px, 12vw, 85px)
  }
  .cta-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 50px
  }
  .cta-btn {
    min-width: 220px;
    height: 60px;
    font-size: 15px
  }
}

@media (max-width:992px) {
  
  
  .legal-list,
  .social-list {
    gap: 25px
  }
}

@media (max-width:768px) {
  .container,
  .wrap {
    padding: 0 24px
  }
  .projects .container {
    padding: 0 24px
  }
  
}
.container-1617 {
  max-width: 1617px
}
.si-hero-3-area {
  padding-top: 242px;
  padding-bottom: 93px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(./images/home//hero/banner.png)
}
.si-hero-3-text h1 {
  color: var(--si-common-white);
  font-size: 160px;
  line-height: 170px;
  margin-left: 72px
}
@media only screen and (min-width:1400px) and (max-width:1599px) {
  .si-hero-3-text h1 {
    font-size: 130px;
    line-height: 140px
  }
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .si-hero-3-text h1 {
    font-size: 100px;
    line-height: 120px;
    margin-left: 0
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .si-hero-3-text h1 {
    font-size: 90px;
    line-height: 110px;
    margin-left: 0
  }
}
@media (max-width:991px) {
  .si-hero-3-text h1 {
    font-size: 70px;
    line-height: 90px;
    margin-left: 0
  }
}
@media only screen and (min-width:350px) and (max-width:575px) {
  .si-hero-3-text h1 {
    font-size: 41px;
    line-height: 55px
  }
}
.si-hero-3-text h1 span {
  margin-left: 300px;
  display: flex;
  align-items: center;
  gap: 41px;
  font-weight: 500
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .si-hero-3-text h1 span {
    margin-left: 100px
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .si-hero-3-text h1 span {
    margin-left: 50px
  }
}
@media (max-width:991px) {
  .si-hero-3-text h1 span {
    margin-left: 0
  }
}
.si-hero-3-text h1 span img {
  margin-top: 10px
}
@media (max-width:991px) {
  .si-hero-3-text h1 span img {
    display: none
  }
}
.si-hero-3-p {
  display: flex;
  justify-content: end;
  margin-right: 150px;
  margin-top: 25px
}
@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1399px) {
  .si-hero-3-p {
    justify-content: left
  }
}
.si-hero-3-p p {
  color: var(--si-common-white);
  font-size: 20px;
  line-height: 32px;
  font-weight: 400
}
@media only screen and (min-width:350px) and (max-width:575px) {
  .si-hero-3-p p {
    font-size: 18px
  }
}
@media (max-width:991px) {
  .si-hero-3-p p br {
    display: none
  }
}
.si-hero-3-btn {
  text-align: center;
  margin-left: 262px;
  margin-top: 36px
}
@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1399px),
(max-width:991px) {
  .si-hero-3-btn {
    margin-left: 0;
    text-align: left
  }
}
@media only screen and (min-width:350px) and (max-width:575px) {
  .si-hero-3-btn {
    margin-top: 10px
  }
}
.si-hero-3-shape {
  margin-top: 66px
}
@media only screen and (min-width:350px) and (max-width:575px) {
  .si-hero-3-shape {
    margin-top: 25px
  }
}
.si-hero-3-shape h2 {
  font-size: 18px;
  background: var(--si-common-black);
  color: var(--si-common-white);
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  margin-left: -30px;
  border: 3px solid var(--si-common-white)
}
.si-btn-one {
  background: var(--si-common-black);
  padding: 8px 8px 5px 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap
}
.btn-icon {
  display: inline-block;
  background: var(--si-common-white);
  width: 39px;
  height: 39px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  transition: .6s;
  z-index: 1
}
.btn-icon img {
  transition: .6s
}
.si-btn-one .btn-icon i {
  font-size: 17px;
  transform: rotate(-45deg);
  transition: .6s;
  color: var(--si-common-black)
}
.si-btn-one:hover .btn-icon i {
  transform: rotate(0)
}
.si-btn-one .btn-text span {
  display: flex;
  line-height: 1;
  text-shadow: 0 30px 0;
  backface-visibility: hidden;
  transform: translateY(0);
  transition: .4s ease-in-out
}
.si-btn-one .btn-text {
  color: var(--si-common-white);
  overflow: hidden;
  padding: 0 0 2px 0
}
.si-btn-one:hover .btn-text span {
  transform: translateY(-30px)
}
.black-bg-btn {
  background: var(--si-common-white)
}
.black-bg-btn .btn-icon {
  background: var(--si-common-black)
}
.black-bg-btn .btn-icon i {
  color: var(--si-common-white)
}
.black-bg-btn .btn-text {
  color: var(--si-common-black)
}
.btn-icon2 {
  background: var(--si-common-black)
}
.rotate2 {
  transform: translate(-50%,-50%);
  animation: rotate2 10s infinite linear
}
@keyframes rotate2 {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}
.col-lg-12 {
  width: 100%
}
@media (min-width:992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }
}
.align-items-center {
  align-items: center
}
.text-center {
  text-align: center
}
.pb-124 {
  padding-bottom: 125px
}
@media (max-width:1399px) {
  .pb-124 {
    padding-bottom: 80px
  }
}
.container-1315 {
  max-width: 1315px
}
.si-section-title span {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--si-common-black);
  position: relative;
  text-transform: uppercase;
  font-family: var(--si-ff-body);
  margin-left: 67px
}
@media (max-width:991px) {
  .si-section-title span {
    font-size: 16px
  }
}
.si-section-title span::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -67px;
  width: 50px;
  height: 2px;
  background: var(--si-common-black)
}
.si-section-title h2 {
  margin-top: 12px;
  color: var(--si-common-black)
}
.si-section-title p {
  margin-top: 21px
}
.si-choose-area {
  background: #fff
}
.si-choose-bg {
  background: var(--si-common-gray);
  padding: 0 35px 0 35px;
  border-radius: 20px
}
.si-choose-one {
  text-align: right;
  margin-right: 18px;
  margin-bottom: 26px
}
@media (max-width:991px) {
  .si-choose-one {
    display: none
  }
}
.si-choose-one span {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: var(--si-common-white);
  background: var(--si-common-black);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%
}
.si-choose-two {
  text-align: left;
  margin-left: 18px;
  margin-bottom: 26px
}
@media (max-width:991px) {
  .si-choose-two {
    display: none
  }
}
.si-choose-two span {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: var(--si-common-white);
  background: var(--si-common-black);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%
}
.si-choose-three {
  text-align: right;
  margin-top: 26px;
  margin-right: 18px
}
@media (max-width:991px) {
  .si-choose-three {
    display: none
  }
}
.si-choose-three span {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: var(--si-common-white);
  background: var(--si-common-black);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%
}
.si-choose-four {
  text-align: left;
  margin-top: 25px;
  margin-left: 18px
}
@media (max-width:991px) {
  .si-choose-four {
    display: none
  }
}
.si-choose-four span {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: var(--si-common-white);
  background: var(--si-common-black);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%
}
.si-choose-box {
  background: var(--si-common-white);
  padding: 12px 0 7px 24px;
  border-radius: 12px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .si-choose-box {
    padding: 17px 7px 4px 14px
  }
}
@media (max-width:991px) {
  .si-choose-box {
    padding: 17px 20px 4px 14px
  }
}
.si-choose-box h3 {
  color: var(--si-common-black);
  font-size: 20px
}
@media (max-width:991px) {
  .si-choose-box h3 {
    margin-bottom: 18px
  }
}
.si-choose-box p {
  margin-top: -10px;
  color: var(--si-common-text-body)
}
@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:991px) {
  .si-choose-box p br {
    display: none
  }
}
.choose-top {
  margin-top: 28px
}
.si-choose-thumb {
  text-align: center;
  margin-top: -5px
}
@media (max-width:991px) {
  .si-choose-thumb {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left
  }
}
.si-choose-thumb img {
  border-radius: 50%;
  border: 10px solid var(--si-common-white);
  width: 300px;
  margin: 0 auto
}
.si-choose-shape {
  position: relative;
  right: -125px;
  display: flex;
  justify-content: right;
  top: 90px
}
@media (max-width:1200px) {
  .si-choose-shape {
    display: none
  }
}
.si-choose-shape2 {
  position: relative;
  left: -125px;
  display: flex;
  justify-content: left;
  top: 90px
}
@media (max-width:1200px) {
  .si-choose-shape2 {
    display: none
  }
}
.si-choose-shape3 {
  position: relative;
  left: 125px;
  display: flex;
  justify-content: right;
  top: -87px
}
@media (max-width:1200px) {
  .si-choose-shape3 {
    display: none
  }
}
.si-choose-shape4 {
  position: relative;
  left: -125px;
  display: flex;
  justify-content: left;
  top: -86px
}
@media (max-width:1200px) {
  .si-choose-shape4 {
    display: none
  }
}
.si-connector {
  display: block;
  width: 140px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20140%2090%22%3E%3Cline%20x1%3D%228%22%20y1%3D%228%22%20x2%3D%2296%22%20y2%3D%2268%22%20stroke%3D%22%23c7c7c7%22%20stroke-width%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%22100%22%20cy%3D%2271%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23111111%22%20stroke-width%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%22100%22%20cy%3D%2271%22%20r%3D%222.2%22%20fill%3D%22%23111111%22%2F%3E%3C%2Fsvg%3E")
}
.si-choose-shape2 .si-connector {
  transform: scaleX(-1)
}
.si-choose-shape3 .si-connector {
  transform: scaleY(-1)
}
.si-choose-shape4 .si-connector {
  transform: scale(-1,-1)
}
.why-us-section {
  width: 100%;
  padding: 0 50px 80px;
  background: #fff;
  overflow: hidden;
}
.why-us-header {
  text-align: center;
  margin-bottom: 42px
}
.why-us-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 14px
}
.why-us-label span {
  display: block;
  width: 42px;
  height: 2px;
  background: #111
}
.why-us-label strong {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #222;
  letter-spacing: -.2px
}
.why-us-header h2 {
  margin: 0;
  font-size: clamp(42px, 4.2vw, 58px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -2.5px;
  color: #0b0b0b
}
.why-us-wrapper {
  position: relative;
  width: min(1400px, 100%);
  height: 560px;            
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;     
  overflow: hidden;
}
.why-us-column {
  position: relative;
  z-index: 5;
  width: 321px;
  display: flex;
  flex-direction: column;
  gap: 22px
}
.why-us-left {
  align-items: flex-start
}
.why-us-right {
  align-items: flex-end
}
.why-us-card {
  width: 350px;
  min-height: 150px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box
}
.why-us-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  letter-spacing: -.3px
}
.why-us-card p {
  margin: 0;
  max-width: 280px;
  font-size: 16.5px;
  line-height: 1.38;
  font-weight: 400;
  color: #666
}
.why-us-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 6
}
.why-us-image {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  box-sizing: border-box
}
.why-us-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%
}
.why-line {
  position: absolute;
  z-index: 3;
  height: 62px;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.why-number {
  width: 40px;
  height: 40px;
  flex: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.why-line .line {
  width: 78px;
  height: 1.5px;
  background: #bdbdbd;
  position: relative;
}
.line-dot {
  position: relative;
  width: 19px;
  height: 19px;
  flex: 0 0 17px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #f5f5f5;
  box-sizing: border-box
}
.line-dot::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: #000;
}

.why-line::after {
  content: "";
  position: absolute;
  width: 61px;
  height: 1.5px;
  background: #bdbdbd;
  z-index: 1;
} 

.why-line-tl {
  position: absolute;
  left: 350px;
  top: 58px;
  width: 145px;
  height: 100px;
  display: flex;
  align-items: flex-start;
  z-index: 10;
}

.why-line-tl .why-number {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.why-line-tl .line {
  position: absolute;
  left: 34px;
  top: 17px;
  width: 49px;
  height: 2px;
  margin: 0;
}

.why-line-tl::after {
  left: 83px;
  top: 17px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.why-line-tl .line-dot {
  position: absolute;
  left: 124px;
  top: 58px;
  z-index: 3;
}

.why-line-tr {
  position: absolute;
  right: 350px;
  top: 58px;
  width: 145px;
  height: 100px;
}

.why-line-tr .why-number {
  position: absolute;
  right: 0;
  top: 0;
}

.why-line-tr .line {
  position: absolute;
  right: 34px;
  top: 17px;
  width: 49px;
  height: 2px;
  margin: 0;
}

.why-line-tr::after {
  right: 83px;
  top: 17px;
  transform: rotate(-45deg);
  transform-origin: right center;
}

.why-line-tr .line-dot {
  position: absolute;
  right: 124px;
  top: 58px;
}

.why-line-bl {
  position: absolute;
  left: 350px;
  bottom: 58px;
  width: 145px;
  height: 100px;
}

.why-line-bl .why-number {
  position: absolute;
  left: 0;
  bottom: 0;
}

.why-line-bl .line {
  position: absolute;
  left: 40px;
  bottom: 17px;
  width: 44px;
  height: 2px;
  margin: 0;
}

.why-line-bl::after {
  left: 83px;
  bottom: 17px;
  transform: rotate(-45deg);
  transform-origin: left center;
}

.why-line-bl .line-dot {
  position: absolute;
  left: 124px;
  bottom: 58px;
}

.why-line-br {
  position: absolute;
  right: 350px;
  bottom: 58px;
  width: 145px;
  height: 100px;
}

.why-line-br .why-number {
  position: absolute;
  right: 0;
  bottom: 0;
}

.why-line-br .line {
  position: absolute;
  right: 34px;
  bottom: 17px;
  width: 49px;
  height: 2px;
  margin: 0;
}

.why-line-br::after {
  right: 83px;
  bottom: 17px;
  transform: rotate(45deg);
  transform-origin: right center;
}

.why-line-br .line-dot {
  position: absolute;
  right: 124px;
  bottom: 58px;
}


@media (max-width: 1100px) {
  .why-us-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-us-wrapper {
    height: 500px;
    padding: 0 25px;
  }

  .why-us-card,
  .why-us-column {
    width: 285px;
  }

  .why-line-bl,
  .why-line-tl {
    left: 275px;
  }

  .why-line-br,
  .why-line-tr {
    right: 275px;
  }

  .why-us-image {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 850px) {
  .why-us-wrapper {
    height: auto;
    padding: 35px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .why-us-center {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    grid-column: 1 / -1;
    grid-row: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  .why-us-column {
    width: 100%;
    grid-row: 2;
  }

  .why-us-card {
    width: 100%;
  }

  .why-line {
    display: none;
  }
}

@media (max-width: 600px) {
  .why-us-section {
    padding: 60px 16px;
  }

  .why-us-header {
    margin-bottom: 30px;
  }

  .why-us-label {
    gap: 10px;
  }

  .why-us-label span {
    width: 28px;
  }

  .why-us-label strong {
    font-size: 13px;
  }

  .why-us-header h2 {
    font-size: 34px;
    letter-spacing: -1.5px;
  }

  .why-us-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 30px 18px;
  }

  .why-us-center {
    order: 1;
    margin-bottom: 10px;
  }

  .why-us-left {
    order: 2;
  }

  .why-us-right {
    order: 3;
  }

  .why-us-column {
    width: 100%;
  }

  .why-us-card {
    width: 100%;
    min-height: auto;
    padding: 18px;
  }

  .why-us-card p {
    max-width: none;
    font-size: 14px;
  }

  .why-us-image {
    width: 190px;
    height: 190px;
  }
}
.site-footer {
  padding: 100px 60px 60px;
  border-top: 1px solid var(--line);
  background: #000
}
.footer-container {
  display: flex;
  align-items: flex-start;
  gap: 60px
}
.footer-logo {
  width: 280px;
  height: auto;
  flex-shrink: 0
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain
}
.footer-rows {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 28px
}
.social-list,
.legal-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px
}
.social-list a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap
}
.legal-list a {
  color: #9d9d9d;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap
}
.footer-brand a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap
}
.footer-copyright {
  color: #9d9d9d;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap
}
.legal-list a:hover,
.social-list a:hover,
.footer-brand a:hover {
  color: #fff
}
@media (max-width:992px) {
  .footer-container {
    flex-direction: column;
    gap: 40px
  }
  .social-list,
  .legal-list {
    justify-content: flex-start;
    gap: 24px
  }
}
@media (max-width:768px) {
  .site-footer {
    padding: 60px 24px 40px
  }
  .footer-logo {
    width: 200px
  }
  .footer-rows {
    gap: 20px
  }
  .social-list,
  .legal-list {
    gap: 16px
  }
}
