main {
  background: #000;
}
main .banner {
  width: 100%;
}
main .banner .banner__wrapper {
  aspect-ratio: 2;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
main .banner .banner__wrapper::before {
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.48) 50.92%, rgba(0, 0, 0, 0.78) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
main .banner .banner__wrapper video {
  width: 100%;
  height: 100%;
  -o-object-position: left center;
     object-position: left center;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
main .banner .banner__wrapper .video__play {
  width: 180px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
  border-radius: 1000px;
}
main .banner .banner__wrapper .video__play .play__icon {
  width: 80px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000e8c;
  border-radius: 1000px;
}
main .banner .banner__wrapper .video__play .play__icon img {
  width: 16px;
  height: 20px;
  margin-left: 4px;
}
main .banner .banner__wrapper .video__play .circle__text {
  position: absolute;
  width: 254px;
  height: 254px;
  pointer-events: none;
  transition: 0.1s ease;
}
main .section.section__two .container {
  padding-top: 216px;
}
main .section.section__two .container h2 {
  max-width: 1300px;
  text-align: center;
}
main .section.section__two .container p {
  max-width: 1000px;
}
main .section.section__two .container .divider {
  width: 59px;
  height: 2px;
  background: #fff;
  margin-top: 66px;
}
main .section.section__three .container {
  padding-top: 200px;
}
main .section.section__three .container .section__title {
  max-width: 1200px;
}
main .section.section__three .container .section__text {
  max-width: 1000px;
}
main .section.section__three .container .section__body {
  margin-top: 190px;
  display: flex;
  gap: 85px;
  align-items: center;
}
main .section.section__three .container .section__body .card {
  width: 540px;
  background: #121113;
  transition: 0.5s ease, max-height 0.6s ease;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding-block: 32px;
  padding-inline: 40px;
  overflow: hidden;
  max-height: 651px;
}
main .section.section__three .container .section__body .card .card__activator {
  display: none;
}
main .section.section__three .container .section__body .card:hover, main .section.section__three .container .section__body .card.active {
  background: #000e8c;
  max-height: 1000px !important;
}
main .section.section__three .container .section__body .card:hover .inner__card img,
main .section.section__three .container .section__body .card:hover .inner__card h4,
main .section.section__three .container .section__body .card:hover .inner__card .btn,
main .section.section__three .container .section__body .card:hover .inner__card p, main .section.section__three .container .section__body .card.active .inner__card img,
main .section.section__three .container .section__body .card.active .inner__card h4,
main .section.section__three .container .section__body .card.active .inner__card .btn,
main .section.section__three .container .section__body .card.active .inner__card p {
  transform: translateY(0px);
  opacity: 1;
}
main .section.section__three .container .section__body .card:hover .inner__card img, main .section.section__three .container .section__body .card.active .inner__card img {
  margin-left: auto !important;
  margin-right: 0 !important;
}
main .section.section__three .container .section__body .card:not(:nth-child(3)) .inner__card img {
  margin-right: 95px;
  margin-left: auto;
}
main .section.section__three .container .section__body .card .inner__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
main .section.section__three .container .section__body .card .inner__card img {
  width: 260px;
  height: 195px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  margin-top: auto;
  margin-bottom: 23px;
  transform: translateY(220px);
  z-index: 1;
  position: relative;
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
main .section.section__three .container .section__body .card .inner__card h4 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px; /* 104.167% */
  letter-spacing: -1.92px;
  transform: translateY(240px);
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
main .section.section__three .container .section__body .card .inner__card p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px; /* 160% */
  letter-spacing: 0.2px;
  text-align: left;
  margin-block: 40px 16px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
main .section.section__three .container .section__body .card .inner__card .btn {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
main .section.section__three .container .section__body .cards__left {
  display: flex;
  flex-direction: column;
  gap: 139px;
}
main .section.section__three .container .section__body .cards__left .card:nth-child(3) {
  margin-left: 45px;
}
main .section.section__three .container .section__body .cards__left .card:nth-child(3) .inner__card img {
  margin-right: 200px;
  margin-left: auto;
}
main .section.section__four .container {
  padding-inline: 0;
  padding-top: 220px;
}
main .section.section__four .container .section__text {
  max-width: 1199px;
}
main .section.section__four .container .section__body {
  margin-top: 200px;
  width: 100%;
}
main .section.section__four .container .section__body .projectCard__list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 47px;
}
main .section.section__four .container .section__body .projectCard__list .project__card {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding-inline: 8% 20px;
  position: relative;
  isolation: isolate;
}
main .section.section__four .container .section__body .projectCard__list .project__card::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000e8c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(100%);
  transition: 0.3s ease;
}
main .section.section__four .container .section__body .projectCard__list .project__card:nth-child(odd) .projectCard__inside .project__right > img {
  transform: translateX(150px);
  margin-bottom: 80px;
  transition: 0.3s ease-out;
}
main .section.section__four .container .section__body .projectCard__list .project__card:nth-child(even) .projectCard__inside .project__right > img {
  transform: translateY(150px);
  transition: 0.3s ease-out;
  margin-right: 300px;
}
main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside {
  display: flex;
  align-items: center;
  gap: 102px;
  height: 100%;
  width: 100%;
  max-width: 1452px;
}
main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__number {
  font-size: 20px;
  color: white;
  opacity: 0.6;
}
main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right {
  display: flex;
  width: 100%;
  max-width: 1322px;
  height: 100%;
  align-items: center;
  gap: 133px;
  position: relative;
}
main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.3s ease-out;
}
main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right p {
  font-size: 32px;
  opacity: 0.6;
  font-weight: 300;
  text-align: left;
}
main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right > img {
  margin-left: auto;
  width: 274px;
  height: 220px;
  opacity: 0;
}
main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right button {
  border: 0;
  outline: 0;
  background: transparent;
  width: 48.446px;
  height: 17.335px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transform: translateX(-40px);
  transition: 0.3s ease-out;
}
main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .section.section__four .container .section__body .projectCard__list .project__card:hover::before {
  transform: translateX(0);
}
main .section.section__four .container .section__body .projectCard__list .project__card:hover .projectCard__inside .project__number {
  opacity: 1;
}
main .section.section__four .container .section__body .projectCard__list .project__card:hover .projectCard__inside .project__right::before {
  transform: translateX(100px);
  opacity: 0;
}
main .section.section__four .container .section__body .projectCard__list .project__card:hover .projectCard__inside .project__right p {
  opacity: 1;
  font-weight: 500;
}
main .section.section__four .container .section__body .projectCard__list .project__card:hover .projectCard__inside .project__right img {
  opacity: 1;
  transform: translateX(0);
}
main .section.section__four .container .section__body .projectCard__list .project__card:hover .projectCard__inside .project__right button {
  opacity: 1;
  transform: translateX(0);
}
main .section.section__four .container .section__body .projectCard__list .project__card:hover:nth-child(even) .projectCard__inside .project__right > img {
  transform: translateY(80px);
}
main .section.section__five .container {
  padding-top: 220px;
  padding-inline: 0;
}
main .section.section__five .container .section__title {
  max-width: 1326px;
}
main .section.section__five .container .section__title span {
  font-weight: 300;
}
main .section.section__five .container .section__text {
  max-width: 1050px;
}
main .section.section__five .container > .btn {
  margin-top: 50px;
}
main .section.section__five .container .section__body {
  width: 100%;
  display: flex;
  flex-direction: column;
}
main .section.section__five .container .section__body .projectSwiper__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  margin-top: 46px;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper {
  min-width: 139.4%;
  color: white;
  aspect-ratio: 4.58;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide__wrapper .bg__img {
  filter: grayscale(0);
  transition: 0.3s ease-out 0.3s;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide__wrapper .project__details .btn {
  opacity: 1;
  transition: 0.3s ease-out 0.3s;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-inline: 50px;
  padding-top: 40px;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .bg__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  filter: grayscale(0.9);
  transition: 0.3s ease-out;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .bg__img::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 206px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
  bottom: 0;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .bg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .logo {
  width: 117.318px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-left: auto;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-block: 18px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  align-items: center;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left {
  display: flex;
  align-items: center;
  gap: 24px;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .divider {
  width: 1px;
  height: 30px;
  background: #fff;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__category {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 200% */
  opacity: 0.8;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn {
  opacity: 0;
  transition: 0.3s ease-out;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn a {
  padding: 10px;
}
main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn a img {
  width: 100%;
  height: 100%;
  width: 48.446px;
  height: 17.335px;
}
main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper {
  width: 100%;
  padding-inline: 80px;
  margin-top: 137px;
}
main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper .projectSwiper__scrollbar {
  position: inherit;
  background: #fff;
  display: flex;
  align-items: center;
  height: 2px;
  width: 100%;
  max-width: 1598px;
  margin-inline: auto;
}
main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper .projectSwiper__scrollbar .swiper-scrollbar-drag {
  height: 43px;
  background: #000e8c;
  border-radius: 1000px;
}
main .section.section__six .container {
  padding-top: 261px;
}
main .section.section__six .container .section__text {
  max-width: 1056px;
}
main .section.section__six .container > .btn {
  margin-top: 88px;
}
main .section.section__six .container .section__body:not(.mobile) {
  display: flex;
  margin-top: 72px;
  gap: 0;
}
main .section.section__six .container .section__body:not(.mobile) div {
  display: flex;
  flex-direction: column;
  gap: 127px;
}
main .section.section__six .container .section__body:not(.mobile) div .idea__img {
  width: 540px;
  height: 657px;
  position: relative;
}
main .section.section__six .container .section__body:not(.mobile) div .idea__img img {
  width: 100%;
  height: 100%;
  transition: 0.8s ease;
}
main .section.section__six .container .section__body:not(.mobile) div .idea__img img.active {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
main .section.section__six .container .section__body:not(.mobile) div .idea__img:hover img, main .section.section__six .container .section__body:not(.mobile) div .idea__img.idea__img--active img {
  opacity: 0;
}
main .section.section__six .container .section__body:not(.mobile) div .idea__img:hover img.active, main .section.section__six .container .section__body:not(.mobile) div .idea__img.idea__img--active img.active {
  opacity: 1;
}
main .section.section__six .container .section__body:not(.mobile) div.sectionBody__left .idea__img:first-child, main .section.section__six .container .section__body:not(.mobile) div.sectionBody__right .idea__img:first-child {
  margin-left: 80px;
  display: block;
}
main .section.section__six .container .section__body:not(.mobile) div.sectionBody__right {
  margin-top: 300px;
}
main .section.section__seven .container {
  padding-block: 280px 240px;
}
main .section.section__seven .container .section__body {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 70px 35px;
  max-width: 1327px;
  margin-inline: auto;
}
main .section.section__seven .container .section__body img {
  width: 100%;
  height: 98px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1440px) {
  main .banner .banner__wrapper .video__play .play__icon {
    width: 79.824px;
    height: 79.824px;
  }
  main .banner .banner__wrapper .video__play .play__icon img {
    width: 15.965px;
    height: 24.945px;
  }
  main .banner .banner__wrapper .video__play .circle__text {
    width: 254px;
    height: 254px;
  }
  main .section.section__two .container {
    padding-top: 175px;
  }
  main .section.section__two .container .divider {
    margin-top: 48px;
  }
  main .section.section__three .container {
    padding-top: 180px;
  }
  main .section.section__three .container .section__title {
    max-width: 980px !important;
  }
  main .section.section__three .container .section__body {
    margin-top: 64px;
    gap: 69px;
  }
  main .section.section__three .container .section__body .card {
    width: 439px;
    max-height: 529px;
    padding: 32px;
  }
  main .section.section__three .container .section__body .card .inner__card img {
    width: 206px;
    height: 155px;
    transform: translateY(182px);
    margin-bottom: 8px;
  }
  main .section.section__three .container .section__body .card .inner__card h4 {
    font-size: 40px;
    line-height: 48px; /* 120% */
    letter-spacing: -2px;
    transform: translateY(192px);
  }
  main .section.section__three .container .section__body .card .inner__card p {
    font-size: 16px;
    line-height: 24px; /* 150% */
    margin-top: 32px;
  }
  main .section.section__three .container .section__body .cards__left {
    gap: 144px;
  }
  main .section.section__three .container .section__body .cards__left .card:nth-child(3) .inner__card img {
    margin-right: 170px;
  }
  main .section.section__four .container {
    padding-top: 180px;
  }
  main .section.section__four .container .section__body {
    margin-top: 163px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card {
    height: 150px;
    padding-inline: 13.4% 5.8%;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside {
    gap: 84px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__number {
    font-size: 16px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right {
    max-width: 1060px;
    gap: 0;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right p {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    letter-spacing: -1.2px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right > img {
    margin-right: 149px;
    width: 204px;
    height: 164px;
    transform: translateY(-54px);
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right button {
    width: 48px;
    height: 48px;
  }
  main .section.section__five .container > .btn {
    margin-top: 80px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper {
    margin-top: 56px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper {
    min-width: 141.4%;
    aspect-ratio: 4.47;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    padding-inline: 40px;
    padding-top: 40px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .logo {
    width: 118px;
    height: 28px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details {
    padding-block: 28px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left {
    gap: 16px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__name {
    font-size: 20px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .divider {
    height: 22.5px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__category {
    font-size: 14px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn a img {
    width: 40.0007896423px;
    height: 14.3125705719px;
  }
  main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper {
    margin-top: 69px;
    padding-inline: 82px;
  }
  main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper .projectSwiper__scrollbar {
    max-width: 1276px;
  }
  main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper .projectSwiper__scrollbar .swiper-scrollbar-drag {
    height: 32px;
  }
  main .section.section__six .container {
    padding-top: 196px;
  }
  main .section.section__six .container > .btn {
    margin-top: 80px;
  }
  main .section.section__six .container .section__body:not(.mobile) {
    margin-top: 64px;
  }
  main .section.section__six .container .section__body:not(.mobile) div {
    gap: 105px;
  }
  main .section.section__six .container .section__body:not(.mobile) div .idea__img {
    width: 420px;
    height: 508px;
  }
  main .section.section__six .container .section__body:not(.mobile) div.sectionBody__left .idea__img:first-child {
    margin-left: 60px;
  }
  main .section.section__six .container .section__body:not(.mobile) div.sectionBody__right {
    margin-top: 230px;
  }
  main .section.section__six .container .section__body:not(.mobile) div.sectionBody__right .idea__img:first-child {
    margin-left: 60px;
  }
  main .section.section__seven .container {
    padding-block: 200px 167px;
  }
  main .section.section__seven .container .section__body {
    gap: 54px 27px;
  }
  main .section.section__seven .container .section__body img {
    width: 158px;
    height: 78px;
  }
}
@media screen and (max-width: 1080px) {
  main .banner .banner__wrapper .video__play .play__icon {
    width: 79px;
    height: 79px;
  }
  main .banner .banner__wrapper .video__play .play__icon img {
    width: 16px;
    height: 25px;
  }
  main .section.section__two .container {
    padding-top: 159px;
  }
  main .section.section__two .container h2 {
    max-width: 750px !important;
  }
  main .section.section__two .container .divider {
    margin-top: 32px;
  }
  main .section.section__three .container {
    padding-top: 110px;
  }
  main .section.section__three .container .section__title {
    max-width: 560px !important;
  }
  main .section.section__three .container .section__body {
    margin-top: 56px;
    gap: 39px;
  }
  main .section.section__three .container .section__body .card {
    width: 346px;
    max-height: 417px;
    padding: 24px;
    transition: max-height 0.5s ease;
  }
}
@media screen and (max-width: 1080px) and (max-width: 880px) {
  main .section.section__three .container .section__body .card {
    width: 300px;
  }
}
@media screen and (max-width: 1080px) {
  main .section.section__three .container .section__body .card:hover, main .section.section__three .container .section__body .card.active {
    transition: max-height 1.5s ease;
  }
  main .section.section__three .container .section__body .card:not(:nth-child(3)) .inner__card img {
    margin-right: 68px;
  }
  main .section.section__three .container .section__body .card .inner__card img {
    width: 160px;
    height: 110px;
    transform: translateY(166px);
  }
  main .section.section__three .container .section__body .card .inner__card h4 {
    font-size: 32px;
    line-height: 40px; /* 125% */
    letter-spacing: -1.6px;
    transform: translateY(166px);
  }
  main .section.section__three .container .section__body .card .inner__card p {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
    margin-top: 24px;
  }
  main .section.section__three .container .section__body .cards__left {
    gap: 102px;
  }
  main .section.section__three .container .section__body .cards__left .card:nth-child(3) {
    margin-left: 35px;
  }
  main .section.section__three .container .section__body .cards__left .card:nth-child(3) .inner__card img {
    margin-right: 138px;
  }
  main .section.section__four .container {
    padding-top: 110px;
  }
  main .section.section__four .container .section__body {
    margin-top: 64px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card {
    height: 120px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside {
    gap: 20px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__number {
    min-width: 60px;
    font-size: 24px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right {
    justify-content: space-between;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right p {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    letter-spacing: -1.2px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right > img {
    display: none;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right button {
    opacity: 1;
    width: 40px;
    height: 40px;
  }
  main .section.section__five .container > .btn {
    margin-top: 64px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper {
    margin-top: 48px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper {
    min-width: 157.1%;
    aspect-ratio: 4.16;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    padding-inline: 40px;
    padding-top: 40px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .logo {
    width: 83px;
    height: 20px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details {
    padding-block: 22px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left {
    gap: 16px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__name {
    font-size: 24px;
    line-height: 28px; /* 116.667% */
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .divider {
    height: 19px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__category {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
  main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper {
    padding: 0;
    margin-top: 76px;
  }
  main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper .projectSwiper__scrollbar {
    max-width: 940px;
    margin-inline: 0;
  }
  main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper .projectSwiper__scrollbar .swiper-scrollbar-drag {
    height: 40px;
  }
  main .section.section__six .container {
    padding-top: 130px;
  }
  main .section.section__six .container > .btn {
    margin-top: 64px;
  }
  main .section.section__six .container .section__body:not(.mobile) {
    margin-top: 46px;
  }
  main .section.section__six .container .section__body:not(.mobile) div {
    gap: 78px;
  }
  main .section.section__six .container .section__body:not(.mobile) div .idea__img {
    width: 371px;
    height: 455.078px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 880px) {
  main .section.section__six .container .section__body:not(.mobile) div .idea__img {
    width: 300px;
    height: 378px;
  }
}
@media screen and (max-width: 1080px) {
  main .section.section__six .container .section__body:not(.mobile) div.sectionBody__left .idea__img:first-child {
    margin-left: 55px;
  }
  main .section.section__six .container .section__body:not(.mobile) div.sectionBody__right .idea__img:first-child {
    margin-left: 55px;
  }
  main .section.section__seven .container {
    padding-block: 200px 102px;
  }
  main .section.section__seven .container .section__body {
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  main .section.section__seven .container .section__body img {
    background: #060606;
    width: 100%;
    max-width: 178px;
    height: auto;
  }
}
@media screen and (max-width: 744px) {
  main .banner .banner__wrapper .video__play {
    width: 130px;
    bottom: -66px;
  }
  main .banner .banner__wrapper .video__play .play__icon {
    width: 57px;
    height: 57px;
  }
  main .banner .banner__wrapper .video__play .play__icon img {
    width: 11px;
    height: 18px;
  }
  main .banner .banner__wrapper .video__play .circle__text {
    width: 184px;
    height: 184px;
  }
  main .section.section__two .container {
    padding-top: 93px;
  }
  main .section.section__two .container h2 br {
    display: none;
  }
  main .section.section__two .container .divider {
    margin-top: 24px;
  }
  main .section.section__three .container {
    padding-top: 100px;
  }
  main .section.section__three .container .section__body {
    margin-top: 48px;
  }
  main .section.section__three .container .section__body .card {
    width: 100%;
    max-height: 174px;
    padding: 32px;
    position: relative;
  }
  main .section.section__three .container .section__body .card .card__activator {
    display: block;
    min-height: 174px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
  }
  main .section.section__three .container .section__body .card:hover .inner__card h4, main .section.section__three .container .section__body .card.active .inner__card h4 {
    max-width: 280px;
  }
  main .section.section__three .container .section__body .card .inner__card img {
    width: 160;
    height: 110px;
    transform: translateY(0px);
    margin-right: 0 !important;
  }
  main .section.section__three .container .section__body .card .inner__card h4 {
    font-size: 28px;
    line-height: 32px; /* 114.286% */
    letter-spacing: -1.4px;
    max-width: 280px;
    transform: translateY(-13px);
    margin-top: -50px;
  }
  main .section.section__three .container .section__body .card .inner__card p {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
    margin-block: 24px 16px;
  }
  main .section.section__three .container .section__body .card .inner__card .btn a {
    font-size: 16px;
  }
  main .section.section__three .container .section__body .card.card__right {
    display: none;
  }
  main .section.section__three .container .section__body .cards__left {
    gap: 24px;
  }
  main .section.section__three .container .section__body .cards__left .card:nth-child(3) {
    margin-left: 0;
  }
  main .section.section__four .container {
    padding-top: 100px;
  }
  main .section.section__four .container .section__title {
    padding-inline: 107px;
    width: 100%;
  }
  main .section.section__four .container .section__text {
    padding-inline: 107px;
    width: 100%;
  }
  main .section.section__four .container .section__body {
    margin-top: 0px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card {
    height: 88px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside {
    gap: 16px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__number {
    min-width: 35px;
    font-size: 16px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right {
    padding-right: 12px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right p {
    font-size: 24px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.96px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right button {
    width: 32px;
    height: 32px;
    transform: translateX(0);
  }
  main .section.section__five .container {
    padding-top: 100px;
  }
  main .section.section__five .container .section__title {
    display: flex;
    flex-direction: column;
    padding-inline: 107px;
    width: 100%;
  }
  main .section.section__five .container .section__title span {
    font-weight: 500;
  }
  main .section.section__five .container .section__text {
    padding-inline: 107px;
    width: 100%;
  }
  main .section.section__five .container > .btn {
    margin-top: 44px;
    margin-right: auto;
    margin-left: 107px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper {
    margin-top: 32px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper {
    min-width: 146.1%;
    aspect-ratio: 3.84;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    padding-inline: 24px;
    padding-top: 24px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .logo {
    width: 88px;
    height: auto;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details {
    padding-block: 13px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left {
    gap: 16px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__name {
    font-size: 20px;
    line-height: 24px; /* 137.5% */
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .divider {
    height: 16px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__category {
    font-size: 16px;
    line-height: 20px; /* 88.571% */
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn a img {
    width: 32px;
  }
  main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper {
    padding-inline: 20px;
    margin-top: 44px;
  }
  main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper .projectSwiper__scrollbar {
    max-width: 596px;
    margin-inline: auto;
  }
  main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper .projectSwiper__scrollbar .swiper-scrollbar-drag {
    height: 24px;
  }
  main .section.section__six .container {
    padding-top: 112px;
  }
  main .section.section__six .container > .btn {
    margin-top: 48px;
    margin-right: auto;
  }
  main .section.section__six .container .section__title {
    width: 100%;
  }
  main .section.section__six .container .section__body:not(.mobile) {
    margin-top: 30px;
  }
  main .section.section__six .container .section__body:not(.mobile) div {
    gap: 55px;
  }
  main .section.section__six .container .section__body:not(.mobile) div .idea__img {
    width: 259px;
    height: 317.45px;
  }
  main .section.section__six .container .section__body:not(.mobile) div.sectionBody__left .idea__img:first-child {
    margin-left: 38px;
  }
  main .section.section__six .container .section__body:not(.mobile) div.sectionBody__right .idea__img:first-child {
    margin-left: 38px;
  }
}
@media screen and (max-width: 744px) and (max-width: 618px) {
  main .section.section__six .container .section__body:not(.mobile) div .idea__img {
    width: 150px;
    height: 190px;
  }
  main .section.section__six .container .section__body:not(.mobile) div.sectionBody__right {
    margin-top: 78px;
  }
  main .section.section__six .container .section__body:not(.mobile) div.sectionBody__right .idea__img:first-child {
    margin-left: 20px;
  }
  main .section.section__six .container .section__body:not(.mobile) div.sectionBody__left .idea__img:first-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 744px) {
  main .section.section__seven .container {
    padding-block: 98px 68px;
    padding-inline: 40px;
  }
  main .section.section__seven .container .section__body {
    gap: 13px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  main .section.section__seven .container .section__body img {
    background: #060606;
    width: 100%;
    max-width: 114px;
    height: auto;
  }
}
@media screen and (max-width: 475px) {
  main .banner .banner__wrapper .video__play {
    width: 138px;
    bottom: -66px;
  }
  main .banner .banner__wrapper .video__play .play__icon {
    width: 57.07px;
    height: 57.07px;
  }
  main .banner .banner__wrapper .video__play .play__icon img {
    width: 11px;
    height: 18px;
  }
  main .banner .banner__wrapper .video__play .circle__text {
    width: 200px;
    height: 200px;
  }
  main .section.section__two .container {
    padding-top: 115px;
  }
  main .section.section__two .container .section__title {
    max-width: 100% !important;
    margin-right: auto;
  }
  main .section.section__two .container .divider {
    margin-top: 40px;
  }
  main .section.section__three .container {
    padding-top: 100px;
  }
  main .section.section__three .container .section__title {
    max-width: 100% !important;
    margin-right: auto;
  }
  main .section.section__three .container .section__body {
    margin-top: 48px;
  }
  main .section.section__three .container .section__body .card {
    width: 100%;
    max-height: 144px;
    padding: 24px;
    padding-right: 16px;
  }
  main .section.section__three .container .section__body .card .card__activator {
    max-height: 144px;
  }
  main .section.section__three .container .section__body .card:hover .inner__card h4, main .section.section__three .container .section__body .card.active .inner__card h4 {
    max-width: 280px;
    transition: 0.8s ease, max-width 0.5s ease 0.2s;
  }
  main .section.section__three .container .section__body .card .inner__card img {
    width: 116px;
    height: 80px;
    transform: translateY(10px);
    margin-right: 0 !important;
  }
  main .section.section__three .container .section__body .card .inner__card h4 {
    font-size: 28px;
    line-height: 32px; /* 114.286% */
    letter-spacing: -1.4px;
    max-width: 182px;
    transform: translateY(-85px);
    margin-top: 0;
    transition: transform 0.6s ease 0.1s, max-width 0.3s ease;
  }
  main .section.section__three .container .section__body .card .inner__card p {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
    margin-block: 24px 16px;
  }
  main .section.section__three .container .section__body .card .inner__card .btn a {
    font-size: 16px;
  }
  main .section.section__three .container .section__body .card.card__right {
    display: none;
  }
  main .section.section__three .container .section__body .cards__left {
    gap: 24px;
  }
  main .section.section__three .container .section__body .cards__left .card:nth-child(3) {
    margin-left: 0;
  }
  main .section.section__four .container .section__title {
    max-width: 100% !important;
    padding-inline: 32px;
  }
  main .section.section__four .container .section__text {
    padding-inline: 32px;
    max-width: 100% !important;
  }
  main .section.section__four .container .section__body {
    margin-top: 50px;
  }
  main .section.section__four .container .section__body .projectCard__list {
    padding-top: 0;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card {
    height: auto;
    min-height: 100px;
    padding-inline: 24px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside {
    gap: 16px;
    min-height: 100px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__number {
    min-width: 24px;
    font-size: 14px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right {
    padding-right: 0px;
    min-height: 100px;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right p {
    font-size: 20px;
    line-height: 24px; /* 108.333% */
    letter-spacing: -0.8px;
    opacity: 1;
  }
  main .section.section__four .container .section__body .projectCard__list .project__card .projectCard__inside .project__right button {
    width: 32px;
    height: 32px;
  }
  main .section.section__five .container > .btn {
    margin-top: 40px;
    margin-left: 32px;
  }
  main .section.section__five .container .section__title {
    max-width: 100% !important;
    padding-inline: 32px;
  }
  main .section.section__five .container .section__text {
    max-width: 100% !important;
    padding-inline: 32px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper {
    margin-top: 32px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper {
    min-width: 186.8%;
    aspect-ratio: 1.8;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    padding-inline: 24px;
    padding-top: 24px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .logo {
    width: 61.948px;
    height: 14.769px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .bg__img::before {
    height: 100%;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details {
    padding-block: 17px;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left {
    gap: 3px;
    flex-direction: column;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__name {
    font-size: 20px;
    line-height: 28px; /* 137.5% */
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .divider {
    display: none;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .projectDetails__left .project__category {
    font-size: 14px;
    line-height: 20px; /* 88.571% */
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn {
    margin-bottom: auto;
  }
  main .section.section__five .container .section__body .projectSwiper__wrapper .project__swiper .swiper-wrapper .swiper-slide .slide__wrapper .project__details .btn a img {
    width: 32px;
  }
  main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper {
    padding-inline: 10px;
    margin-top: 39;
  }
  main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper .projectSwiper__scrollbar {
    max-width: 342px;
    margin-inline: auto;
  }
  main .section.section__five .container .section__body .projectSwiperScrollbar__wrapper .projectSwiper__scrollbar .swiper-scrollbar-drag {
    height: 24px;
  }
  main .section.section__six .container {
    padding-top: 127px;
  }
  main .section.section__six .container > .btn {
    margin-top: 40px;
  }
  main .section.section__six .container .section__body {
    margin-top: 30px;
    width: 100%;
  }
  main .section.section__six .container .section__body:not(.mobile) {
    display: none;
  }
  main .section.section__six .container .section__body.mobile {
    height: 550px;
    overflow-x: hidden;
    width: 117%;
  }
  main .section.section__six .container .section__body.mobile .swiper__wrap .swiper__ideas {
    width: 100%;
    max-width: 350px;
    height: 418px;
  }
  main .section.section__six .container .section__body.mobile .swiper__wrap .swiper__ideas .swiper-slide .idea__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .section.section__seven .container {
    padding-block: 111px 100px;
    padding-inline: 24px;
  }
  main .section.section__seven .container .section__body {
    gap: 13px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  main .section.section__seven .container .section__body img {
    background: transparent;
    width: 100%;
    max-width: 103px;
    height: auto;
  }
}/*# sourceMappingURL=home.css.map */