@font-face {
  font-family: "Lt";
  src: url(../../fonts/GT-Flexa-Standard-Light.woff);
}
@font-face {
  font-family: "ExtRg";
  src: url(../../fonts/GT-Flexa-Extended-Regular.woff);
}
@font-face {
  font-family: "ExtMd";
  src: url(../../fonts/GT-Flexa-Extended-Medium.woff);
}
:root {
  scroll-behavior: initial;
}

html {
  direction: ltr;
  font-size: 15px;
}
@media (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  html {
    font-size: 13px;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #7fe3f1;
}

body {
  margin: 0;
  font-family: "ExtRg";
  color: #c6c8cb;
  font-weight: 100;
  line-height: 1;
  background-color: #000;
  transition: background-color ease 0.8s;
}
@media (min-width: 1000) {
  body {
    overflow: hidden;
  }
}
body.menu-opend {
  background-color: #fff;
}
body.menu-opend .menu {
  opacity: 1;
  visibility: visible;
}

* {
  box-sizing: border-box;
}

a:hover {
  color: #9d7cf1;
}

a,
.btn,
button {
  transition: all ease 0.2s;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ExtMd";
  font-weight: normal;
}

button:focus {
  outline: none;
  box-shadow: none;
}

/****************/
.btn {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}

.base-fit {
  position: relative;
  overflow: hidden;
}
.base-fit::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.base-fit.video {
  padding-top: 56.25%;
}
.base-fit.video::before {
  content: none;
}
.base-fit.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.base-fit.video.controlled {
  cursor: pointer !important;
}
.base-fit > *,
.base-fit video,
.base-fit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**********************************************************
**********************************************************
**********************************************************/
.container {
  width: 100%;
  margin: auto;
  padding: 0 1.5rem;
  max-width: 1795px;
  max-width: 2200px;
}
@media (min-width: 1600px) {
  .container {
    padding: 0 2.5vw;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
header.fixed {
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
header.fixed .logo img {
  width: 7.5rem;
}
@media (max-width: 767px) {
  header.fixed .logo img {
    width: 5rem;
  }
}
header.fixed .logo img:first-child {
  opacity: 0;
}
header.fixed .logo img:last-child {
  opacity: 1;
  visibility: visible;
}
header .header-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
header .logo a {
  display: block;
  position: relative;
}
header .logo img {
  width: 9rem;
}
@media (max-width: 767px) {
  header .logo img {
    width: 6rem;
  }
}
header .logo img {
  transition: all ease 0.6s;
}
header .logo img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
header .logo img:last-child {
  opacity: 0;
  visibility: hidden;
}
header .menu-btn {
  right: 0;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #7fe3f1;
  cursor: pointer;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  header .menu-btn {
    font-size: 1.25rem;
  }
}

.preloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.preloading .logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.75rem 0;
}
.preloading .logo img {
  transition: all ease 0.4s;
  width: 9rem;
}
@media (max-width: 767px) {
  .preloading .logo img {
    width: 6rem;
  }
}

.loading {
  width: 100%;
}
.loading > div {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 35px;
  aspect-ratio: 1;
  border: 5px solid #fff;
  border-radius: 50%;
  position: relative;
  transform: rotate(45deg);
}

.loader::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 5px solid #7fe3f1;
  animation: l18 2s infinite linear;
}

@keyframes l18 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.cursor {
  color: #221f33;
  background-color: #7fe3f1;
  border-radius: 50%;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  text-transform: capitalize;
  font-family: "ExtMd";
  font-size: 1.25rem;
  cursor: none;
  transform: translate(-50%, -50%);
  transition: none;
}
.cursor.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 992px) {
  .cursor {
    display: none;
  }
}

footer {
  border-top: 1px solid #fff;
  padding: 6rem 0 2.5rem;
  font-size: 1.2rem;
  font-family: "Lt";
  line-height: 1.25;
  color: #c6c8cb;
}
@media (min-width: 1200px) {
  footer {
    padding-inline: 2.5rem;
  }
}
@media (max-width: 580px) {
  footer {
    font-size: 0.9rem;
  }
}
footer .top {
  display: flex;
  justify-content: space-between;
}
footer .top > div {
  padding-right: 5rem;
  min-width: 18%;
  max-width: 33%;
}
footer .top .logo img {
  height: 13.5rem;
}
@media (max-width: 1200px) {
  footer .top {
    flex-wrap: wrap;
  }
  footer .top > div {
    width: 50%;
    min-width: 50%;
  }
  footer .top .logo {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 580px) {
  footer .top > div {
    max-width: 100%;
    padding-right: 2.5rem;
  }
  footer .top .logo,
  footer .top .address {
    width: 100%;
    min-width: 100%;
  }
  footer .top .logo img,
  footer .top .address img {
    height: 9rem;
  }
}
footer .top > .address {
  padding: 0;
}
footer .copy {
  padding-top: 2.5rem;
  font-size: 0.65rem;
}
footer a {
  color: #c6c8cb;
  font-family: "Lt";
}
footer a:hover {
  color: #7fe3f1;
}
footer ul {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
footer ul + ul {
  margin-top: 2.75rem;
}
footer .moove-color {
  display: block;
  color: #9d7cf1;
}
footer .links {
  font-size: 1rem;
}
footer .links li:not(:first-child) {
  margin-bottom: 0.45rem;
}
footer .links a {
  display: inline-block;
}
footer .h {
  font-size: 1rem;
  font-family: "ExtMd";
  margin-bottom: 0.9rem;
}

.mouve-color {
  color: #9d7cf1;
}

.menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.93);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}
.menu .content {
  display: flex;
  width: 100vw;
  height: 100svh;
}
.menu a {
  font-size: 2.8vw;
  line-height: 1.2;
  display: inline-block;
}
.menu .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2rem;
  cursor: pointer;
}
.menu .close-btn img {
  height: 2.5rem;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu .left {
  padding: 4vw;
  width: 30vw;
  background-color: #7fe3f1;
  display: flex;
  align-items: end;
  color: #000;
}
.menu .left .title {
  margin-bottom: 1vw;
}
.menu .left a {
  color: #000;
}
.menu .left a:hover {
  color: #9d7cf1;
}
.menu .main {
  padding: 8vw;
  flex-grow: 1;
  display: flex;
  align-items: center;
  color: #c6c8cb;
  overflow: hidden;
}
.menu .main a {
  color: #ededed;
}
.menu .main a:hover {
  color: #7fe3f1;
}
.menu .main a.active {
  color: #7fe3f1;
}
.menu .main .nav a {
  font-size: 4.5vw;
  line-height: 1.1;
}
.menu .main .mouve-color {
  margin: 5vw 0 2vw;
}
@media (max-width: 767px) {
  .menu .content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .menu a {
    font-size: 1.6rem;
  }
  .menu .main {
    margin: auto;
    width: 100%;
  }
  .menu .main .nav a {
    font-size: 2.25rem;
    line-height: 1.3;
  }
  .menu .left {
    width: 100%;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10vh 10vw;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup.active .pop-content video {
  transform: scale(1);
  opacity: 1;
}
.popup .pop-content {
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
}
.popup .pop-content video {
  margin: auto;
  width: auto;
  height: 5000px;
  max-width: 100%;
  max-height: 100%;
  transform: scale(0.8);
  opacity: 0;
  transition: all ease 0.3s;
  transition-delay: 0.4s;
}
.popup .pop-content iframe {
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .popup {
    padding: 15px;
  }
  .popup .pop-content video {
    width: 100%;
    height: auto;
  }
}
.popup .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2rem;
  cursor: pointer;
}
.popup .close-btn img {
  height: 2.5rem;
}

[data-scroll-container] {
  min-height: 100svh;
}

.page {
  padding-top: 15rem !important;
}
@media (max-width: 767px) {
  .page {
    padding-top: 10rem !important;
  }
}

[data-scroll-container] {
  scroll-snap-type: start;
}

.hero {
  overflow: hidden;
  position: relative;
}
.hero .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero .bg img,
.hero .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(10px);
}
.hero .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000;
}
.hero .content {
  padding: 7.5rem 0 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero .showreel {
  width: 49%;
  font-size: 1.7rem;
  margin-left: auto;
}
.hero .showreel .base-fit {
  margin-bottom: 1.75rem;
  max-height: 50svh;
  cursor: pointer;
}
.hero .showreel .base-fit::before {
  padding-top: 56.2051282051%;
}
.hero .showreel.activated {
  transition: opacity ease 0.3s;
  opacity: 0 !important;
}
.hero .bottom {
  margin-top: auto;
}
.hero .bottom img {
  width: 100%;
}
@media (max-width: 767px) {
  .hero.home-hero .content {
    padding-top: 20rem;
  }
  .hero.home-hero .content .showreel {
    width: 80%;
    margin-left: 0;
  }
}

.semi-bold {
  font-family: "ExtMd" !important;
}

.projects {
  overflow: hidden;
  padding: 12.5rem 0 7.5rem;
}
@media (max-width: 767px) {
  .projects .content {
    min-height: none !important;
    height: auto !important;
  }
}
.projects .content {
  gap: 1.5rem;
  display: flex;
  height: 80svh;
  min-height: 35rem;
}
@media (max-width: 767px) {
  .projects .content {
    flex-direction: column;
  }
  .projects .content .left,
  .projects .content .right {
    width: 100%;
  }
}
.projects .content .left {
  min-width: 66%;
  display: flex;
  flex-direction: column;
}
.projects .content .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.projects .content .right .project-item {
  cursor: pointer;
}
.projects .content .right .project-item .base-fit:before {
  padding-top: 11.4285714286vh;
}
.projects .content .right .swiper {
  width: 100%;
}
@media (min-width: 767px) {
  .projects .content .right .swiper .swiper-slide-active + .swiper-slide {
    transform: translateY(60%);
  }
  .projects .content .right .swiper .swiper-slide-active + .swiper-slide + .swiper-slide {
    transform: translateY(50%);
  }
  .projects .content .right .swiper .swiper-slide-active .project-item {
    width: 100%;
    font-size: 1rem;
  }
  .projects .content .right .swiper .swiper-slide-active .project-item .base-fit:before {
    padding-top: 26.6666666667vh;
  }
  .projects .content .right .swiper .swiper-slide-active .project-item .title {
    margin-top: 0.9rem;
  }
  .projects .content .right .swiper .swiper-slide-active .project-item .year {
    margin-top: 1.3rem;
  }
}
.projects .content .link-container {
  margin-top: auto;
  padding-top: 2.5rem;
  text-align: right;
  font-family: "Lt";
}
.projects .content .project-main.project-item {
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
}
.projects .content .project-main.project-item .title {
  margin-top: 1.2rem;
}
.projects .content .project-main.project-item .year {
  margin-top: 1.3rem;
}
.projects .content .project-item a {
  color: #c6c8cb;
  display: block;
}
.projects .content .project-item {
  color: #c6c8cb;
  font-size: 0.75rem;
  transition: width ease 0.5s;
}
@media (min-width: 767px) {
  .projects .content .project-item {
    width: 40%;
  }
}
.projects .content .project-item .title {
  margin-top: 0.7rem;
}
.projects .content .project-item .year {
  margin-top: 1rem;
}

.home-text .content {
  padding: 3rem 0 1.5rem;
  height: 85svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-text p {
  font-size: 2.65rem;
  line-height: 1.1886792453;
  font-family: "ExtRg";
  text-transform: capitalize;
  letter-spacing: 1px;
}
.home-text p img {
  height: 2.1rem;
}
@media (max-width: 767px) {
  .home-text p {
    font-size: 1.5rem;
  }
  .home-text p img {
    height: 1.25rem;
  }
}
.home-text .bottom {
  text-align: right;
}
.home-text .bottom .arrow img {
  height: 4rem;
}
@media (max-width: 767px) {
  .home-text .bottom .arrow img {
    height: 2.5rem;
  }
}
.home-text .bottom a,
.home-text .bottom span {
  font-size: 4rem;
  font-family: "Lt";
  color: #7fe3f1;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .home-text .bottom a,
  .home-text .bottom span {
    font-size: 2.5rem;
  }
}

.linkmore, .team .link-container a {
  color: #7fe3f1;
  font-size: 1.2rem;
}
.linkmore img, .team .link-container a img {
  height: 2.6rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .linkmore, .team .link-container a {
    font-size: 1.1rem;
  }
  .linkmore img, .team .link-container a img {
    height: 1.5rem;
  }
}

.team .content {
  padding: 5rem 0 5.5rem;
  min-height: 100svh;
  color: #c6c8cb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team .team-list {
  width: 100%;
}
@media (min-width: 1400px) {
  .team .team-list {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
  }
  .team .team-list .title {
    width: 30%;
  }
  .team .team-list .list {
    width: 70%;
  }
  .team .team-list .list .img-container {
    transform: translateX(-100%);
    left: -1rem;
  }
}
.team .img-container,
.team td.img {
  position: relative;
}
.team .img-container:after,
.team td.img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/patterns/1.svg);
}
.team .img-container.cover-1:after,
.team td.img.cover-1:after {
  background-image: url(../../images/patterns/1.svg);
}
.team .img-container.cover-2:after,
.team td.img.cover-2:after {
  background-image: url(../../images/patterns/2.svg);
}
.team .img-container.cover-3:after,
.team td.img.cover-3:after {
  background-image: url(../../images/patterns/3.svg);
}
.team .img-container.cover-4:after,
.team td.img.cover-4:after {
  background-image: url(../../images/patterns/4.svg);
}
.team .link-container {
  padding-top: 20vh;
}
@media (max-width: 580px) {
  .team .link-container {
    padding-top: 2rem;
  }
}
.team h2 {
  font-size: 11rem;
  margin-top: 0;
  margin-bottom: 5rem;
  font-family: "ExtRg";
}
@media (max-width: 1770px) {
  .team h2 {
    font-size: 9rem;
  }
}
@media (max-width: 767px) {
  .team h2 {
    font-size: 5rem;
  }
}
.team .list .table-container {
  overflow: auto;
}
.team .list table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: "Lt";
  overflow: hidden;
}
.team .list table td {
  padding: 0.75rem 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding-right: 0.75rem;
  min-width: 10rem;
}
.team .list table tr {
  color: #c6c8cb;
}
.team .list table tr:hover {
  transition: color ease 0.3s;
  color: #53e7f5;
}
.team .list table tr:hover .tag {
  border-color: #53e7f5;
}
.team .list table tr:hover td.img:after {
  opacity: 1;
}
@media (min-width: 1400px) {
  .team .list table tr td.img {
    display: none;
  }
}
@media (max-width: 1400px) {
  .team .list table tr {
    border-bottom: 1px solid #333333;
  }
  .team .list table tr td {
    display: block;
    width: 100%;
    border: 0;
    float: left;
    width: 75%;
    min-width: auto;
    max-width: calc(100% - 12.5rem);
  }
  .team .list table tr td.img {
    width: 25%;
    min-width: 12.5rem;
    position: relative;
  }
  .team .list table tr td.img:after {
    top: 0.75rem;
    bottom: 0.75rem;
    right: 0.75rem;
    opacity: 0;
  }
}
@media (max-width: 580px) {
  .team .list table tr {
    border-bottom: 0;
  }
  .team .list table tr td {
    display: block;
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .team .list table tr td.img {
    width: 70%;
    padding-right: 0;
  }
  .team .list table tr td.desc {
    padding-bottom: 2.5rem;
  }
}
.team .list .name {
  font-family: "ExtRg";
  font-size: 1.4rem;
}
.team .list .tag {
  font-size: 1.1rem;
  border-radius: 2.5rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #808080;
  white-space: nowrap;
  display: inline-block;
  margin: 0.05rem 0;
  color: #c6c8cb;
  transition: border-color ease 0.3s;
}
.team .list .desc {
  font-size: 1rem;
  line-height: 1.4;
}
.team .list {
  position: relative;
}
.team .list .img-container {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 21.25rem;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .team .list .img-container {
    width: 12.5rem;
  }
}
@media (max-width: 1400px) {
  .team .list .img-container {
    display: none;
  }
}
.team .list .img-container.active {
  opacity: 1;
  visibility: visible;
}
.team .list .img-container .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  margin: auto;
}
.team .links-nav {
  padding-top: 5rem;
}
.team .nav-team {
  padding: 1.25rem 0;
  text-align: right;
}
.team .nav-team img {
  height: 2.6rem;
}
.team .nav-team .prev img {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .team .nav-team img {
    height: 1.25rem;
  }
}

.story {
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  min-height: 100svh;
}
@media (min-width: 992px) {
  .story .container {
    max-width: 94%;
  }
  .story .img-container img {
    max-width: 95%;
  }
}
.story .img-container {
  margin-bottom: 2.5rem;
}
.story img {
  width: 70%;
}
.story .mouve-title {
  font-size: 1.2rem;
  color: #9d7cf1;
  line-height: 1.5rem;
}
.story .title {
  font-size: 2.5rem;
  color: #c6c8cb;
  line-height: 3rem;
  margin-bottom: 0.75rem;
}
.story .logo {
  margin-bottom: 2.25rem;
}
.story .logo img {
  height: 2.35rem;
}
.story p {
  font-size: 1rem;
  color: #c6c8cb;
  line-height: 1.65rem;
  margin: 0;
}

.clients {
  color: #060607;
  background-color: #7fe3f1;
}
.clients .content {
  padding: 5rem 0 2.5rem;
  min-height: 100svh;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.clients .recognitions {
  margin: auto;
  padding: 5rem 0 2.5rem;
}
@media (min-width: 1250px) {
  .clients .recognitions {
    max-width: 70%;
  }
}
.clients .recognitions .title {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 3rem;
  font-family: "ExtMd";
}
.clients .recognitions p {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-family: "Lt";
  margin: 1.5rem 0;
}
@media (max-width: 560px) {
  .clients .recognitions .title {
    font-size: 1.75rem;
  }
  .clients .recognitions p {
    font-size: 1.1rem;
  }
}
.clients .dive-more a {
  display: inline-block;
  color: #000000;
}
.clients .dive-more div {
  margin-top: 1rem;
  font-size: 3rem;
  line-height: 3rem;
}
.clients .dive-more img {
  height: 3.4rem;
}
.clients .flickity-slider .slide-item {
  width: 20%;
  padding: 0 3%;
}
@media (max-width: 1200px) {
  .clients .flickity-slider .slide-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .clients .flickity-slider .slide-item {
    width: 33.3333333333%;
  }
}
.clients .flickity-slider .slide-item > div {
  position: relative;
}
.clients .flickity-slider .slide-item > div::before {
  content: "";
  padding-top: 50%;
  display: block;
}
.clients .flickity-slider .slide-item > div img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.lets-start .content {
  font-size: 2.05rem;
  line-height: 2.5rem;
  padding: 6.5rem 0 8rem;
  color: #c6c8cb;
}
@media (min-width: 992px) {
  .lets-start .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.lets-start .content > div {
  padding: 2.5rem 0;
  min-width: 30%;
}
.lets-start .content h3 {
  margin: 0;
  font-size: 4.4rem;
  line-height: 1;
  font-family: "ExtRg";
}
@media (min-width: 992px) {
  .lets-start .content h3 {
    font-size: 4.4rem;
  }
}
.lets-start .content a {
  color: #7fe3f1;
  border-bottom: 1px solid #7fe3f1;
}
.lets-start .content a:hover {
  color: #9d7cf1;
  border-color: #9d7cf1;
}

.work .hero {
  margin-bottom: 5rem;
}
.work .hero .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  font-size: 11rem;
  line-height: 1;
}
.work .hero .title img {
  height: 3.35rem;
}
@media (max-width: 767px) {
  .work .hero .title {
    font-size: 7.5rem;
  }
}
.work .filter {
  margin: 0 -0.5rem;
}
.work .filter button {
  background: none;
  border: 1px solid #ffffff;
  padding: 0.6rem 0.9rem;
  margin: 0 0.5rem;
  font-size: 1.05rem;
  color: #c6c8cb;
  border-radius: 1.5rem;
}
.work .filter button:hover {
  color: #fff;
}
.work .filter button.active {
  color: #000;
  background-color: #ffffff;
}

.projects-list {
  padding: 3.5rem 0 9rem;
}
.projects-list .list-items {
  margin: 0 -1.35rem;
  margin: 0 -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.projects-list .item {
  width: 50%;
  padding: 0.25rem;
  color: #c6c8cb;
  margin-bottom: 5rem;
}
.projects-list .item a {
  color: #c6c8cb;
  display: block;
  font-size: 1rem;
}
.projects-list .item .title {
  margin-top: 1.2rem;
  font-family: "ExtRg";
}
.projects-list .item .year {
  margin-top: 1.3rem;
}
.projects-list .item .catg {
  margin-top: 1.3rem;
}
@media (max-width: 580px) {
  .projects-list .item {
    width: 100%;
  }
}
.projects-list .item .base-fit {
  transition: all ease 0.3s;
  border: 5px solid transparent;
}
.projects-list .item .base-fit::before {
  padding-top: 56.1613958561%;
}
.projects-list .item:hover .base-fit {
  border-color: #7fe3f1;
}
.projects-list .bottom {
  text-align: center;
}
.projects-list .bottom .btn {
  font-size: 3rem;
  color: #7fe3f1;
  line-height: 1;
  font-family: "Lt";
}
.projects-list .bottom .btn img {
  height: 3.1rem;
}
.projects-list .bottom .btn div {
  margin-top: 1.5rem;
}

.project-details .hero .content {
  padding: 0;
}
.project-details .hero .content .base-fit {
  cursor: pointer;
}
.project-details .hero .content .base-fit::before {
  padding-top: 56.25%;
}
.project-details .hero .content .base-fit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.project-details .intro {
  display: none;
  margin-bottom: 5rem;
}
.project-details .intro img {
  width: 100%;
}
.project-details .intro .video-container {
  position: relative;
  padding-top: 40%;
  max-width: 1300px;
  margin: auto;
}
@media (max-width: 767px) {
  .project-details .intro .video-container {
    padding-top: 56%;
  }
}
.project-details .intro .video-container > *, .project-details .intro .video-container:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.project-details .intro .video-container:hover iframe {
  pointer-events: auto;
}
.project-details .project-title {
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  font-family: "ExtRg";
  width: 47rem;
  max-width: 100%;
  margin: auto;
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}
.project-details .about-project {
  text-align: center;
  margin-bottom: 10rem;
}
.project-details .title {
  font-size: 2rem;
  margin-bottom: 1.25rem;
  font-family: "ExtMd";
}
.project-details .description {
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: "Lt";
  width: 64.5rem;
  max-width: 100%;
  margin: auto;
}
.project-details .description p {
  margin: 0;
}
.project-details .project-content {
  padding-bottom: 5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #fff;
}
.project-details .project-content > div + div:not(.accordion) {
  margin-top: 0.75rem;
}
.project-details .project-content img {
  width: 100%;
  display: block;
}

.related-projects {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  line-height: 1;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 7rem;
}
.related-projects .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.related-projects .list a {
  width: 15rem;
}
.related-projects .list a::after {
  content: "";
  border: 0.25rem solid #7fe3f1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity ease 0.3s;
}
.related-projects .list a:hover:after {
  opacity: 1;
}
.related-projects .base-fit::before {
  padding-top: 90%;
}

.links-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
}
.links-nav a {
  color: #c6c8cb;
  font-size: 1.9rem;
  font-family: "Lt";
}
.links-nav a img {
  vertical-align: middle;
  height: 2.6rem;
}
.links-nav a:first-child img {
  margin-right: 0.5rem;
  transform: rotate(180deg);
}
.links-nav a:last-child img {
  margin-left: 0.5rem;
}
.links-nav a:hover {
  color: #7fe3f1;
}
@media (max-width: 767px) {
  .links-nav a {
    font-size: 1rem;
  }
  .links-nav a img {
    height: 1.25rem;
  }
}

.about .hero {
  color: #bbbdc0;
}
.about .hero .showreel {
  width: 50%;
  margin-left: 0;
}
.about .hero .showreel .base-fit {
  margin: 0;
}
.about .hero .top {
  font-size: 1.65rem;
  font-family: "Lt";
}
@media (min-width: 992px) {
  .about .hero .top {
    display: flex;
    align-items: end;
  }
  .about .hero .top .showreel {
    margin-left: auto;
  }
  .about .hero .top h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .about .hero .top {
    padding-top: 7.5rem;
  }
  .about .hero .top .showreel {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.about .hero .top h1 {
  font-size: 5vw;
  margin: 0;
  font-family: "ExtRg";
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.about .hero .top > div:first-child {
  padding-right: 2.5rem;
}
.about .hero .bottom {
  margin-top: 4.5rem;
}
@media (min-width: 992px) {
  .about .hero .bottom {
    display: flex;
  }
  .about .hero .bottom > div {
    width: 50%;
  }
}
.about .hero .bottom > div {
  width: 100%;
  padding-right: 3vw;
  padding-bottom: 2.5rem;
}
.about .hero .bottom p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
.about .hero .bottom p + p {
  margin-top: 1rem;
}
.about .recognitions {
  padding: 10rem 0 0;
}
@media (min-width: 1250px) {
  .about .recognitions {
    max-width: 50%;
  }
}
.about .recognitions p {
  line-height: 2rem;
  font-family: "ExtRg";
}
.about .recognitions .sub-title {
  font-size: 2rem;
  font-family: "ExtRg";
  margin-top: 2.5rem;
}
@media (max-width: 560px) {
  .about .recognitions .sub-title {
    font-size: 1.5rem;
  }
}
.about .accordion {
  margin-top: 6.5rem;
}
.about .team .head {
  margin: 5rem 0 7.5rem;
  width: 64rem;
  max-width: 100%;
  text-align: center;
}
.about .team .head .title {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 2.1rem;
}
.about .team .head .desc {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.marquee {
  overflow: hidden;
  background-color: #7fe3f1;
  white-space: nowrap;
  position: relative;
}

.marquee-content {
  padding: 1rem 0;
  position: relative;
  white-space: nowrap;
}
.marquee-content div {
  display: inline-block;
}
.marquee-content a {
  display: flex;
  align-items: center;
  color: #012d1f;
  font-size: 2rem;
  line-height: 1;
  font-family: "Lt";
  text-transform: uppercase;
}
@media (max-width: 580px) {
  .marquee-content {
    font-size: 24px;
    line-height: 32px;
  }
}
.marquee-content span {
  padding: 0 0.75rem;
}
.marquee-content img {
  height: 1.75rem;
}
@media (max-width: 580px) {
  .marquee-content img {
    height: 1.25rem;
  }
}

.contact .hero .content {
  padding: 2.5rem 0;
  color: #bbbdc0;
  width: 61.1rem;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.contact .hero .content .title {
  font-size: 3.5rem;
  line-height: 1.1428571429;
  margin-bottom: 1rem;
}
.contact .hero .content .bottom {
  margin-top: 5rem;
}
.contact .hero .content .bottom a {
  font-size: 2rem;
  color: #52e7f5;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.contact .hero .content .bottom a svg {
  height: 1.6rem;
}
.contact .hero .content .bottom a svg path {
  transition: stroke ease 0.3s;
}
.contact .hero .content .bottom a:hover {
  color: #fff;
}
.contact .hero .content .bottom a:hover svg path {
  stroke: #fff;
}
.contact .hero .content .link {
  padding-top: 3rem;
}
.contact .hero .content .link a {
  padding: 1.25rem 2.5rem;
  font-size: 1.75rem;
  color: #c6c8cb;
  border: 1px solid #fff;
  border-radius: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
}
.contact .hero .content .link a img {
  height: 2.5rem;
}
.contact .hero .content .link a:hover {
  color: #7fe3f1;
  border-color: #7fe3f1;
}
@media (max-width: 767px) {
  .contact .hero .content .link a {
    font-size: 1.25rem;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
  }
  .contact .hero .content .link a img {
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .contact .hero .content .bottom a {
    font-size: 1.25rem;
  }
  .contact .hero .content .bottom a img {
    height: 1rem;
  }
}

.accordion {
  margin: 4rem 0;
  text-align: left;
}
.accordion .item {
  border-top: 1px solid #000;
}
.accordion .item:last-child:not(:first-child) {
  border-bottom: 1px solid #000;
}
.accordion .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.85rem 1rem;
  font-size: 2rem;
  line-height: 1;
  font-family: "ExtRg";
  cursor: pointer;
}
@media (max-width: 767px) {
  .accordion .head {
    font-size: 1.25rem;
  }
}
.accordion .toggle {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}
.accordion .toggle:before, .accordion .toggle:after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 1px;
  background-color: #000;
  transition: all ease 0.3s;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .accordion .toggle:before, .accordion .toggle:after {
    width: 1.75rem;
  }
}
.accordion .toggle:after {
  transform: rotate(90deg);
}
.accordion .body {
  display: none;
  padding: 1.65rem 1rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-family: "ExtRg";
}
@media (max-width: 767px) {
  .accordion .body {
    font-size: 1.1rem;
  }
}
.accordion .body p {
  margin: 0;
}
@media (min-width: 1250px) {
  .accordion .body > div {
    max-width: 70%;
  }
}
.accordion.white .item {
  border-color: #fff !important;
}
.accordion.white .toggle:before, .accordion.white .toggle:after {
  background-color: #fff;
}
.accordion .active .toggle:after {
  transform: rotate(0deg);
}
.accordion .active.white .toggle:before, .accordion .active.white .toggle:after {
  background-color: #7fe3f1;
}
.accordion .active .body {
  display: block;
}

.projects-list .item,
.hero .showreel,
.project-item,
.project-details .hero .base-fit {
  cursor: none;
}
.projects-list .item *,
.hero .showreel *,
.project-item *,
.project-details .hero .base-fit * {
  cursor: none;
}/*# sourceMappingURL=style.css.map */