.grid-1 {
  width: calc(8.3333333333% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-1 {
    width: calc(100% - 20px);
    float: none;
  }
}

.grid-2 {
  width: calc(16.6666666667% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-2 {
    width: calc(100% - 20px);
    float: none;
  }
}

.grid-3 {
  width: calc(25% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-3 {
    width: calc(100% - 20px);
    float: none;
  }
}

.grid-4 {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-4 {
    width: calc(100% - 20px);
    float: none;
  }
}

.grid-5 {
  width: calc(41.6666666667% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-5 {
    width: calc(100% - 20px);
    float: none;
  }
}

.grid-6 {
  width: calc(50% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-6 {
    width: calc(100% - 20px);
    float: none;
  }
}

.grid-7 {
  width: calc(58.3333333333% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-7 {
    width: calc(100% - 20px);
    float: none;
  }
}

.grid-8 {
  width: calc(66.6666666667% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-8 {
    width: calc(100% - 20px);
    float: none;
  }
}

.grid-9 {
  width: calc(75% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-9 {
    width: calc(100% - 20px);
    float: none;
  }
}

.grid-10 {
  width: calc(83.3333333333% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-10 {
    width: calc(100% - 20px);
    float: none;
  }
}

.grid-11 {
  width: calc(91.6666666667% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-11 {
    width: calc(100% - 20px);
    float: none;
  }
}

.grid-12 {
  width: calc(100% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-12 {
    width: calc(100% - 20px);
    float: none;
  }
}

.grid-nobreak-1 {
  width: calc(8.3333333333% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-2 {
  width: calc(16.6666666667% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-3 {
  width: calc(25% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-4 {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-5 {
  width: calc(41.6666666667% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-6 {
  width: calc(50% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-7 {
  width: calc(58.3333333333% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-8 {
  width: calc(66.6666666667% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-9 {
  width: calc(75% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-10 {
  width: calc(83.3333333333% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-11 {
  width: calc(91.6666666667% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-12 {
  width: calc(100% - 20px);
  margin: 10px;
  padding: 16px 0px;
  float: left;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 24px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 960px) {
  .container {
    flex-direction: column;
    padding: 32px 16px;
  }
}

.container-clean {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 24px;
}
@media screen and (max-width: 960px) {
  .container-clean {
    flex-direction: column;
    padding: 32px 16px;
  }
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

canvas {
  position: absolute;
}

@media screen and (max-width: 960px) {
  .disappear {
    display: none;
  }
}

.social {
  position: fixed;
  bottom: 36px;
  right: 4%;
  z-index: 100;
  width: 120px;
  height: 120px;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 960px) {
  .social {
    bottom: 24px;
    right: 0px;
    left: auto;
  }
}
.social img {
  width: 56px;
  height: 56px;
  transition: transform 0.3s ease;
}
.social--top img {
  transform: rotate(180deg);
}

.active-social {
  filter: brightness(0) saturate(100%);
}

.slider-text {
  white-space: nowrap;
  animation: slider-text 20s linear infinite alternate;
}

@keyframes slider-text {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1000px, 0, 0);
  }
}
.get-in-touch {
  position: absolute;
  bottom: 64px;
  right: 64px;
  z-index: 500;
}

.img-project {
  max-width: 720px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate3d(-1000px, 0, 0) scale(0) skewX(90deg);
  opacity: 0;
  transition: 1s ease;
}

.title-project {
  cursor: pointer;
  z-index: 200;
}
.title-project:hover + .img-project {
  opacity: 1;
  transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(1) skewX(0deg);
}

.blur1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  z-index: 200;
  background: linear-gradient(180deg, #000000 0%, rgba(5, 6, 7, 0) 100%), linear-gradient(180deg, #000000 0%, rgba(5, 6, 7, 0) 100%), linear-gradient(180deg, #000000 0%, rgba(5, 6, 7, 0) 100%);
}

.blur2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  z-index: 200;
  transform: rotate(180deg);
  background: linear-gradient(180deg, #000000 0%, rgba(5, 6, 7, 0) 100%), linear-gradient(180deg, #000000 0%, rgba(5, 6, 7, 0) 100%), linear-gradient(180deg, #000000 0%, rgba(5, 6, 7, 0) 100%);
}

.grid-photos {
  max-height: 720px;
}
@media screen and (max-width: 960px) {
  .grid-photos {
    max-height: 480px;
  }
}

.grid-photo-1 {
  height: 60vh;
}
@media screen and (max-width: 960px) {
  .grid-photo-1 {
    height: 50vh;
  }
}
.grid-photo-1 {
  background-image: url("../svg/sudoeste/05.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.grid-photo-1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  min-width: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: block;
  padding: 8px;
  background-color: rgb(255, 255, 255);
  background-image: url("../svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: 1s ease;
}
.grid-photo-1:hover::after {
  transform: translate(-50%, -50%) rotate(1080deg);
  opacity: 1;
}

.grid-photo-2 {
  height: 60vh;
}
@media screen and (max-width: 960px) {
  .grid-photo-2 {
    height: 50vh;
  }
}
.grid-photo-2 {
  background-image: url("../svg/noroeste/02.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.grid-photo-2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  min-width: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: block;
  padding: 8px;
  background-color: rgb(255, 255, 255);
  background-image: url("../svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: 1s ease;
}
.grid-photo-2:hover::after {
  transform: translate(-50%, -50%) rotate(1080deg);
  opacity: 1;
}

.grid-photo-3 {
  height: 60vh;
}
@media screen and (max-width: 960px) {
  .grid-photo-3 {
    height: 50vh;
  }
}
.grid-photo-3 {
  background-image: url("../svg/juliana/01.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.grid-photo-3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  min-width: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: block;
  padding: 8px;
  background-color: rgb(255, 255, 255);
  background-image: url("../svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: 1s ease;
}
.grid-photo-3:hover::after {
  transform: translate(-50%, -50%) rotate(1080deg);
  opacity: 1;
}

.grid-photo-4 {
  height: 60vh;
}
@media screen and (max-width: 960px) {
  .grid-photo-4 {
    height: 50vh;
  }
}
.grid-photo-4 {
  background-image: url("../svg/leka/02.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.grid-photo-4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  min-width: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: block;
  padding: 8px;
  background-color: rgb(255, 255, 255);
  background-image: url("../svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: 1s ease;
}
.grid-photo-4:hover::after {
  transform: translate(-50%, -50%) rotate(1080deg);
  opacity: 1;
}

.photo {
  width: 100%;
  border-radius: 10px;
  filter: grayscale(100%);
  transition: 1s ease;
}
.photo:hover {
  filter: grayscale(0%);
}

.card {
  background-color: #0A0A0A;
  border: 1px solid #1A1A1A;
  border-radius: 4px;
  transition: 0.5s ease;
}

.card-white {
  background-color: #FFFFFF;
  border-radius: 12px;
  transition: 0.5s ease;
}

.card-yellow {
  background-color: #585858;
  border-radius: 12px;
  transition: 0.5s ease;
}

.desktop {
  display: block;
}
@media screen and (max-width: 960px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .mobile {
    display: block;
  }
}

.h-100 {
  height: 100vh;
}

.h-100p {
  height: 100%;
}

.flex-baseline-row {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: row;
}

.flex-start-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.flex-end-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.flex-start-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.flex-end-column {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .flex-space {
    flex-direction: column;
    align-items: flex-start;
  }
}

.flex-column {
  flex-direction: column;
}

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

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.relative {
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item-1 {
  flex: 1 1 360px;
}

.flex-item-2 {
  flex: 2 1 360px;
}

.flex-item-3 {
  flex: 3 1 360px;
}

.flex-item-4 {
  flex: 4 1 360px;
}

.flex-item-5 {
  flex: 5 1 360px;
}

.flex-auto {
  flex: 1 1 auto;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto !important;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-35 {
  width: 35%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-10 {
  width: 10%;
}

.w-5 {
  width: 5%;
}

.bb-gray {
  border-bottom: 1px solid #B6B6B6;
}

.bt-gray {
  border-top: 1px solid #B6B6B6;
}

.bl-gray {
  border-left: 1px solid #B6B6B6;
}

.br-gray {
  border-right: 1px solid #B6B6B6;
}

.bb-black {
  border-bottom: 2px solid #333333;
}

.bt-black {
  border-top: 2px solid #333333;
}

.bl-black {
  border-left: 2px solid #333333;
}

.br-black {
  border-right: 2px solid #333333;
}

.bb-dash-gray {
  border-bottom: 1px dashed #1A1A1A;
}

.bt-dash-gray {
  border-top: 1px dashed #1A1A1A;
}

.bl-dash-gray {
  border-left: 1px dashed #1A1A1A;
}

.br-dash-gray {
  border-right: 1px dashed #1A1A1A;
}

.bg-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}
.bg-icon:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  transform: scale(1.06);
}

.bg-icon-small {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}
.bg-icon-small:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  transform: scale(1.06);
}

.bg-icon-white {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s ease;
}
.bg-icon-white:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 960px) {
  .remove-padding-grid-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.screen-loading {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: #FFFFFF;
  pointer-events: none;
}
.screen-loading__logo {
  --reveal: 0%;
  width: min(90vw, 720px);
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 calc(var(--reveal) - 8%), rgba(0, 0, 0, 0.22) var(--reveal), rgba(0, 0, 0, 0.12) 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 calc(var(--reveal) - 8%), rgba(0, 0, 0, 0.22) var(--reveal), rgba(0, 0, 0, 0.12) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.screen-loading__logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.screen-loading.is-complete {
  pointer-events: none;
}

.bg-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.container-hero {
  max-width: 1440px;
  height: 100vh;
  margin: 0 auto;
  padding: 96px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .container-hero {
    flex-direction: column;
    height: 100vh;
    padding: 64px 8px 64px 8px;
  }
}

.hero {
  background-image: url("../../../../src/assets/img/ui/herobg.png");
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
}

.card-service {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.service-1 {
  width: 74px;
  height: 74px;
  background: url("../img/svg/sun.svg") center/contain no-repeat;
  transition: ease 0.1s;
}
.service-1:hover {
  background: url("../img/gif/sun.gif") center/contain no-repeat;
}

.service-2 {
  width: 74px;
  height: 74px;
  background: url("../img/svg/orings.svg") center/contain no-repeat;
  transition: ease 0.1s;
}
.service-2:hover {
  background: url("../img/gif/orings.gif") center/contain no-repeat;
}

.service-3 {
  width: 74px;
  height: 74px;
  background: url("../img/svg/geometry.svg") center/contain no-repeat;
  transition: ease 0.1s;
}
.service-3:hover {
  background: url("../img/gif/geometry.gif") center/contain no-repeat;
}

.service-4 {
  width: 74px;
  height: 74px;
  background: url("../img/svg/square.svg") center/contain no-repeat;
  transition: ease 0.1s;
}
.service-4:hover {
  background: url("../img/gif/square.gif") center/contain no-repeat;
}

.card-s {
  padding: 6rem 5rem;
  border-radius: 1.6rem;
  height: 17rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
}
.card-s img {
  position: relative;
  z-index: 2;
}
.card-s a {
  z-index: 2;
  position: absolute;
  padding: 0.4rem;
  background: #D9D9D9;
  border-radius: 1rem;
  text-transform: uppercase;
  color: #3F3838;
  bottom: 0;
  left: 0;
  transform: translate(100%, 110%);
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.card-s::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  z-index: 1;
}
.card-s:hover::before {
  opacity: 1;
}
.card-s:hover a {
  transform: translate(100%, -60%);
}

.card-m {
  padding: 58px 36px;
  border-radius: 12px;
  height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-p {
  padding: 2rem 4rem;
  border-radius: 1.6rem;
  height: 17rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.card-p .btn-dark {
  width: -moz-max-content;
  width: max-content;
}

.border-m {
  border-radius: 12px;
}

.bg-tramice {
  background-color: #6F263D;
}
.bg-tramice img {
  width: 10rem;
}
@media screen and (max-width: 960px) {
  .bg-tramice img {
    width: 100%;
  }
}

.bg-hcm {
  background-color: #A47864;
}
.bg-hcm img {
  width: 10rem;
}
@media screen and (max-width: 960px) {
  .bg-hcm img {
    width: 100%;
  }
}

.bg-holanda {
  background-color: #333333;
}
.bg-holanda img {
  width: 10rem;
}
@media screen and (max-width: 960px) {
  .bg-holanda img {
    width: 100%;
  }
}

.bg-arboreo {
  background-color: #636557;
}
.bg-arboreo img {
  width: 10rem;
}
@media screen and (max-width: 960px) {
  .bg-arboreo img {
    width: 100%;
  }
}

.bg-mero {
  background-color: #D9D9D9;
}
.bg-mero img {
  width: 10rem;
}
@media screen and (max-width: 960px) {
  .bg-mero img {
    width: 100%;
  }
}

.bg-botteca {
  background-color: #ECB11E;
}
.bg-botteca img {
  width: 10rem;
}
@media screen and (max-width: 960px) {
  .bg-botteca img {
    width: 100%;
  }
}

.bg-savitar {
  background-color: #073227;
}
.bg-savitar img {
  width: 10rem;
}
@media screen and (max-width: 960px) {
  .bg-savitar img {
    width: 100%;
  }
}

.bg-corais {
  background-color: #434106;
}
.bg-corais img {
  width: 10rem;
}
@media screen and (max-width: 960px) {
  .bg-corais img {
    width: 100%;
  }
}

.grid-disapear {
  width: calc(33.3333333333% - 0px) !important;
}

.mx {
  width: -moz-max-content;
  width: max-content;
}

@font-face {
  font-family: "Helvetica";
  src: url("../font/HelveticaNeueLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../font/HelveticaNeueMedium.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../font/RobotoMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../font/RobotoMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.h0 {
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 128px;
  line-height: 100%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .h0 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 80px;
    line-height: 100%;
    font-weight: 500;
  }
}
@media screen and (max-width: 620px) {
  .h0 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 64px;
    line-height: 100%;
    font-weight: 500;
  }
}

h1 {
  color: #1A1A1A;
  z-index: 5;
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 72px;
  line-height: 110%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  h1 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 56px;
    line-height: 110%;
    font-weight: 500;
  }
}
@media screen and (max-width: 620px) {
  h1 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 44px;
    line-height: 120%;
    font-weight: 500;
  }
}

h2 {
  color: #1A1A1A;
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 64px;
  line-height: 110%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  h2 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 52px;
    line-height: 120%;
    font-weight: 500;
  }
}
@media screen and (max-width: 620px) {
  h2 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
  }
}

h3 {
  color: #1A1A1A;
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 56px;
  line-height: 120%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  h3 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
  }
}
@media screen and (max-width: 620px) {
  h3 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 32px;
    line-height: 130%;
    font-weight: 500;
  }
}

h4 {
  color: #1A1A1A;
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  h4 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 32px;
    line-height: 130%;
    font-weight: 500;
  }
}
@media screen and (max-width: 620px) {
  h4 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
  }
}

h5 {
  color: #1A1A1A;
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 28px;
  line-height: 140%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  h5 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
  }
}

h6 {
  color: #1A1A1A;
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  h6 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
  }
}

.h7 {
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .h7 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
  }
}

p {
  color: #000000;
  font-family: "Helvetica", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: auto;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  p {
    font-family: "Helvetica", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: auto;
    font-style: normal;
  }
}
@media screen and (max-width: 620px) {
  p {
    font-family: "Helvetica", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    line-height: auto;
    font-style: normal;
  }
}

.uppercase {
  text-transform: uppercase;
}

.p1 {
  font-family: "Helvetica", sans-serif;
  font-optical-sizing: auto;
  font-size: 28px;
  line-height: auto;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  .p1 {
    font-family: "Helvetica", sans-serif;
    font-optical-sizing: auto;
    font-size: 24px;
    line-height: auto;
    font-style: normal;
  }
}
@media screen and (max-width: 620px) {
  .p1 {
    font-family: "Helvetica", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    line-height: auto;
    font-style: normal;
  }
}

.p2 {
  font-family: "Helvetica", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  line-height: auto;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  .p2 {
    font-family: "Helvetica", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    line-height: auto;
    font-style: normal;
  }
}

.p3 {
  font-family: "Helvetica", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: auto;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  .p3 {
    font-family: "Helvetica", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: auto;
    font-style: normal;
  }
}

.p4 {
  font-family: "Helvetica", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: auto;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  .p4 {
    font-family: "Helvetica", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    line-height: auto;
    font-style: normal;
  }
}

.p5 {
  font-family: "Helvetica", sans-serif;
  font-optical-sizing: auto;
  font-size: 13px;
  line-height: auto;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  .p5 {
    font-family: "Helvetica", sans-serif;
    font-optical-sizing: auto;
    font-size: 13px;
    line-height: auto;
    font-style: normal;
  }
}

.p-title {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .p-title {
    font-size: 16px;
  }
}

.bold {
  font-weight: 900;
  color: #000000;
  display: inline;
}

span {
  display: inline-block;
}

.letter-h1 {
  color: #000000;
  letter-spacing: 1px;
  text-transform: none;
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 72px;
  line-height: 110%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .letter-h1 {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 56px;
    line-height: 110%;
    font-weight: 500;
  }
}

strong {
  color: #000000;
  font-family: "Helvetica", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  line-height: auto;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  strong {
    font-family: "Helvetica", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    line-height: auto;
    font-style: normal;
  }
}

b {
  color: #6B6B6B;
}

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

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

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

.text-shadow {
  text-shadow: 1px 1px 24px rgba(0, 0, 0, 0.7);
}

.text-architecture {
  letter-spacing: 7px;
}

.h-xl {
  color: #000000;
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 128px;
  line-height: 100%;
  font-weight: 500;
  font-size: 240px;
}
@media screen and (max-width: 960px) {
  .h-xl {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 80px;
    line-height: 100%;
    font-weight: 500;
    font-size: 144px;
  }
}

.h-l {
  color: #000000;
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 128px;
  line-height: 100%;
  font-weight: 500;
  font-size: 144px;
}
@media screen and (max-width: 960px) {
  .h-l {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 80px;
    line-height: 100%;
    font-weight: 500;
    font-size: 96px;
  }
}

.border-title {
  position: relative;
  padding: 0 0 0 20px;
}
.border-title::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: 64px;
  background-color: #585858;
}

.t-2 {
  font-family: "Roboto Mono", monospace !important;
}

.f-m {
  font-weight: 400 !important;
}

.f-r {
  font-weight: 300;
}

.s-0 {
  margin: 0;
  padding: 0;
}

.mt-110 {
  margin-top: 110px;
}
@media screen and (max-width: 960px) {
  .mt-110 {
    margin-top: 0px;
  }
}

.mt-80 {
  margin-top: 88px;
}
@media screen and (max-width: 960px) {
  .mt-80 {
    margin-top: 64px;
  }
}

.ml-40 {
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  .ml-40 {
    margin-left: 4px;
  }
}

.space-220 {
  padding: 220px 24px;
}
@media screen and (max-width: 960px) {
  .space-220 {
    padding: 96px 16px;
  }
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin: 48px !important;
}

.m-6 {
  margin: 64px !important;
}

.m-7 {
  margin: 72px !important;
}

.m-8 {
  margin: 96px !important;
}

.m-9 {
  margin: 128px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top: 48px !important;
}

.mt-6 {
  margin-top: 64px !important;
}

.mt-7 {
  margin-top: 72px !important;
}

.mt-8 {
  margin-top: 96px !important;
}

.mt-9 {
  margin-top: 128px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 8px !important;
}

.ml-2 {
  margin-left: 16px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.ml-5 {
  margin-left: 48px !important;
}

.ml-6 {
  margin-left: 64px !important;
}

.ml-7 {
  margin-left: 72px !important;
}

.ml-8 {
  margin-left: 96px !important;
}

.ml-9 {
  margin-left: 128px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.mr-2 {
  margin-right: 16px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.mr-5 {
  margin-right: 48px !important;
}

.mr-6 {
  margin-right: 64px !important;
}

.mr-7 {
  margin-right: 72px !important;
}

.mr-8 {
  margin-right: 96px !important;
}

.mr-9 {
  margin-right: 128px !important;
}

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

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

.mb-6 {
  margin-bottom: 64px !important;
}

.mb-7 {
  margin-bottom: 72px !important;
}

.mb-8 {
  margin-bottom: 96px !important;
}

.mb-9 {
  margin-bottom: 128px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-6 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-7 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.mx-8 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.mx-9 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-6 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-7 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-8 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-9 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.p-5 {
  padding: 48px !important;
}

.p-6 {
  padding: 64px !important;
}

.p-7 {
  padding: 72px !important;
}

.p-8 {
  padding: 96px !important;
}

.p-9 {
  padding: 128px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.pt-6 {
  padding-top: 64px !important;
}

.pt-7 {
  padding-top: 72px !important;
}

.pt-8 {
  padding-top: 96px !important;
}

.pt-9 {
  padding-top: 128px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pl-5 {
  padding-left: 48px !important;
}

.pl-6 {
  padding-left: 64px !important;
}

.pl-7 {
  padding-left: 72px !important;
}

.pl-8 {
  padding-left: 96px !important;
}

.pl-9 {
  padding-left: 128px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pr-5 {
  padding-right: 48px !important;
}

.pr-6 {
  padding-right: 64px !important;
}

.pr-7 {
  padding-right: 72px !important;
}

.pr-8 {
  padding-right: 96px !important;
}

.pr-9 {
  padding-right: 128px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}

.pb-6 {
  padding-bottom: 64px !important;
}

.pb-7 {
  padding-bottom: 72px !important;
}

.pb-8 {
  padding-bottom: 96px !important;
}

.pb-9 {
  padding-bottom: 128px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-6 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-7 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.px-8 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.px-9 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-6 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-7 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-8 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-9 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

header {
  width: 100%;
  position: fixed;
  height: 72px;
  top: 8px;
  z-index: 998;
  background-color: rgba(255, 255, 255, 0);
  border-top: 0px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  transition: 1s ease;
  backdrop-filter: blur(0px);
}

.active-header {
  background-color: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
}
.active-header .nav-link p {
  color: #000000 !important;
}
.active-header .bx .line {
  background: #000000 !important;
}
.active-header .icon::before {
  background: #000000 !important;
}
.active-header .icon::after {
  background: #000000 !important;
}

nav {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
}

.logo {
  z-index: 99;
}

.nav-menu {
  width: 100%;
  padding: 24px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .nav-menu {
    padding: 18px 18px;
  }
}

.nav-links {
  display: block;
}
@media screen and (max-width: 960px) {
  .nav-links {
    display: none;
  }
}

.bx {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  position: relative;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 100%);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45), inset 0 -2px 4px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.45s ease, box-shadow 0.45s ease, background 0.45s ease, border-color 0.45s ease;
}
.bx:hover {
  transform: translateY(-2px) scale(1.05);
  border-color: rgba(255, 255, 255, 0.25);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.12));
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.55), inset 0 -2px 4px rgba(0, 0, 0, 0.08), 0 14px 32px rgba(0, 0, 0, 0.22);
}
.bx:hover::before {
  opacity: 0.9;
}
.bx:hover::after {
  opacity: 1;
}
.bx::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.18) 22%, transparent 48%);
  opacity: 0.7;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.bx::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 38%;
  top: 6%;
  left: 12%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.45), transparent 72%);
  filter: blur(8px);
  opacity: 0.85;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.bx .icon {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.bx .line {
  position: absolute;
  top: 51%;
  left: 50%;
  width: 40%;
  height: 2px;
  border-radius: 10px;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.bx .icon::before,
.bx .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 40%;
  height: 2px;
  border-radius: 10px;
  background: #FFFFFF;
  transform: translateX(-50%);
  transition: top 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.bx .icon::before {
  top: 38%;
}
.bx .icon::after {
  top: 62%;
}
.bx.active-bx {
  transform: rotate(180deg);
  background: rgba(0, 0, 0, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.08);
}
.bx.active-bx::before {
  opacity: 0;
}
.bx.active-bx::after {
  opacity: 0;
}
.bx.active-bx .line {
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0);
}
.bx.active-bx .icon::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bx.active-bx .icon::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bx.active-bx:hover {
  transform: rotate(180deg) scale(1.05);
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  transform: translate(40%, 0%);
  background-color: #000000;
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease;
}
.menu ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 72px;
}
.menu a {
  color: #D9D9D9;
}

.active-menu {
  opacity: 1;
  pointer-events: all;
}

.bg-menu-white {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .bg-menu-white {
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.bg-menu-white {
  background-color: rgba(216, 216, 216, 0.85);
  backdrop-filter: blur(12px);
}

.bg-menu-black {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0;
}
@media screen and (max-width: 960px) {
  .bg-menu-black {
    width: 100%;
    height: 45%;
    position: absolute;
    top: 55%;
    left: 0;
  }
}
.bg-menu-black {
  background-color: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(12px);
}

.menu-white {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 50%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .menu-white {
    transform: translate(0%, -50%);
    top: 44%;
    right: 0%;
    width: 100%;
    height: 50%;
  }
}
.menu-white .item-menu {
  margin: 32px 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #B6B6B6;
}
@media screen and (max-width: 960px) {
  .menu-white .item-menu {
    margin: 0px 12px;
    padding: 8px 8px;
    border-bottom: 1px solid #B6B6B6;
  }
}

.menu-black {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 960px) {
  .menu-black {
    transform: translate(0%, 0%);
    top: 36px;
    left: 36px;
  }
}

.link-menu {
  display: inline-block;
  color: #1A1A1A;
  padding: 8px 24px 8px 24px;
  position: relative;
  transition: 0.7s ease;
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 56px;
  line-height: 120%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .link-menu {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
  }
}
.link-menu::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 960px) {
  .link-menu::after {
    width: 32px;
    height: 32px;
  }
}
.link-menu::after {
  margin-left: 16px;
  background-color: #D9D9D9;
  border-radius: 50%;
  background-image: url("../../svg/icon-arrow.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.7s ease;
  opacity: 0;
  transform: rotate(-270deg);
}
.link-menu:hover {
  padding: 8px 24px 8px 48px;
}
.link-menu:hover::after {
  opacity: 1;
  transform: rotate(0deg);
}

.nav {
  max-width: 1440px;
  margin: 288px auto;
  padding: 96px 24px;
}
.nav::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 960px) {
  .nav {
    margin: 96px auto;
    padding: 24px 24px;
  }
}

.nav-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .nav-list {
    display: none;
  }
}

.nav-link {
  display: inline-block;
}
.nav-link a {
  font-family: "Helvetica";
  font-weight: 400;
}
.nav-link {
  color: #FFFFFF;
  position: relative;
  transition: 0.7s ease;
  padding: 8px 16px;
  font-family: "Helvetica", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .nav-link {
    font-family: "Helvetica", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
  }
}
.nav-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0%;
  height: 2px;
  transition: 1s ease;
  opacity: 0;
  transform: translate(-50%, -50%);
  background-color: #D9D9D9;
}
.nav-link:hover::after {
  width: 90%;
  opacity: 1;
}

.link-active {
  color: #000000 !important;
}

.logo-loader {
  position: relative;
  width: 500px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .logo-loader {
    width: 250px;
  }
}

.logo {
  width: 100%;
  height: auto;
  display: block;
}

.logo-base path {
  fill: #C9C9C9;
}

.logo-fill {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 100% 0 0);
  animation: revealLogo 4s ease forwards;
}

.logo-fill path {
  fill: #0A0A0A;
}

@keyframes revealLogo {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.bar-loading {
  width: 100%;
  height: 3px;
  background-color: #C9C9C9;
  position: relative;
}
.bar-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000000;
  animation: barLoading 4s ease forwards;
}

@keyframes barLoading {
  0%, 10% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.fill-text {
  margin: 0;
  text-wrap: pretty;
}

.fill-text > span {
  -webkit-background-clip: text;
  background-clip: text;
  background-color: #55565A;
  background-image: linear-gradient(135deg, #0b0c0f 50%, #0b0c0f 60%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 0% 200%;
  color: transparent;
  display: inline;
  will-change: background-size;
}

@media (prefers-reduced-motion: reduce) {
  .fill-text > span {
    background-size: 200% 200%;
  }
}
.site-footer {
  padding: 64px 0 32px;
  border-top: 1px solid #D8D8D8;
  background-color: #FAFAFA;
}
.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.site-footer__logo img {
  width: auto;
  max-width: 160px;
  height: auto;
}
.site-footer__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.site-footer__list a {
  color: #1A1A1A;
  text-decoration: none;
  font-family: "Helvetica", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: auto;
  font-style: normal;
  transition: color 0.3s ease;
}
.site-footer__list a:hover {
  color: #eb3d3d;
}
.site-footer__copy {
  width: 100%;
  margin: 0;
  color: #6B6B6B;
  font-family: "Helvetica", sans-serif;
  font-optical-sizing: auto;
  font-size: 13px;
  line-height: auto;
  font-style: normal;
}

.btn {
  display: inline-block;
  color: #D9D9D9;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  transition: 0.6s ease;
  padding: 18px 126px 18px 20px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace !important;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -7%;
  position: relative;
  background-color: rgba(221, 227, 237, 0.02);
  backdrop-filter: blur(12px);
  border-radius: 52px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.7s ease;
}
@media screen and (max-width: 960px) {
  .btn {
    padding: 18px 76px 18px 20px;
    font-size: 17px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 86%;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  transform: translate(-25%, -50%);
  background-color: rgb(218, 218, 218);
  border: 3px solid rgb(255, 255, 255);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  background-image: url("../../../src/assets/img/svg/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  transition: 1s ease;
}
.btn:hover::before {
  transform: translate(-25%, -50%) rotate(360deg);
  top: 50%;
  right: 86%;
}
.btn:hover {
  padding: 18px 126px 18px 20px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 72px 0 rgba(0, 0, 0, 0.6);
}

.btn-dark {
  display: inline-block;
  color: #D9D9D9;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  transition: 0.6s ease;
  padding: 18px 88px 18px 20px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace !important;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -7%;
  position: relative;
  background-color: #0A0A0A;
  border-radius: 52px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.7s ease;
}
@media screen and (max-width: 960px) {
  .btn-dark {
    padding: 18px 88px 18px 20px;
    font-size: 17px;
  }
}
.btn-dark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 81%;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  transform: translate(-15%, -50%);
}
@media screen and (max-width: 960px) {
  .btn-dark::before {
    transform: translate(-25%, -50%);
  }
}
.btn-dark::before {
  background-color: rgb(218, 218, 218);
  border: 3px solid rgb(255, 255, 255);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  background-image: url("../../../src/assets/img/svg/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  transition: 1s ease;
}
.btn-dark:hover::before {
  transform: translate(-15%, -50%) rotate(360deg);
}
@media screen and (max-width: 960px) {
  .btn-dark:hover::before {
    transform: translate(-25%, -50%);
  }
}
.btn-dark:hover::before {
  top: 50%;
  right: 81%;
}
.btn-dark:hover {
  background-color: #1A1A1A;
  padding: 18px 88px 18px 20px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 72px 0 rgba(0, 0, 0, 0.6);
}

.carousel {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 48px 24px;
}
@media screen and (max-width: 960px) {
  .carousel {
    padding: 32px 16px;
  }
}
.carousel__swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
}
.carousel .swiper-wrapper {
  align-items: center;
}
.carousel .swiper-slide {
  width: auto;
  height: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel .card-feedback {
  width: 100%;
  height: 100%;
}
.carousel .card-swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .carousel .card-swiper {
    max-width: 72px;
    padding: 8px !important;
  }
}
.carousel .card-swiper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%);
}

/*
.bg-hero{
  width: 100%;
  height: 100vh;

  position: absolute;
  top: 0;
  left: 0;

  transition: 1s ease;
  z-index: -1;
}
*/
.hero {
  height: 95vh;
}
@media screen and (max-width: 960px) {
  .hero {
    height: auto;
  }
}

.bg-hero-auto {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s ease;
  z-index: -1;
}

.hero-auto {
  height: auto;
}
@media screen and (max-width: 960px) {
  .hero-auto {
    height: auto;
  }
}

@media screen and (max-width: 960px) {
  .svg-bg-hero {
    transform: translate3d(0, 260px, 0) rotate(-90deg) scale(2);
  }
}

.bg-video {
  width: 100%;
  height: 100vh;
  position: relative;
}
.bg-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 3, 19, 0.5) 0%, rgba(0, 3, 19, 0.1) 80%);
}
.bg-video {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}

.div-video-background {
  position: relative;
  overflow: hidden;
  height: auto;
}
.div-video-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(3, 9, 23, 0.99) 0%, rgba(3, 9, 23, 0) 100%);
}
.div-video-background::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(3, 9, 23, 0.99) 0%, rgba(3, 9, 23, 0) 100%);
}

.video-background {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: -1;
}
.video-background video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}
@media screen and (min-width: 1440px) {
  .video-background video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .video-background video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100% !important;
    transform: rotate(90deg) translate3d(0, 400px, 0) scaleX(1.5);
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: auto;
  max-width: 100%;
  overflow-x: clip;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background-color: #FFFFFF;
}
body::-webkit-scrollbar {
  padding-right: 0px;
  width: 5px;
  background: transparent;
}
body::-webkit-scrollbar-track {
  background: transparent; /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #333333;
  border: 0px solid #FAFAFA;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

[data-barba=container] {
  padding-top: 96px;
  min-height: 70vh;
}

.border {
  border: 1px solid red;
}

.bg-red {
  background: red;
}

.border-radius {
  border-radius: 4px;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

svg, img {
  width: 100%;
}

.border-l {
  border-left: 1px solid #000;
}

.white {
  color: #FFFFFF;
}

.stretch {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}/*# sourceMappingURL=style.css.map */