@charset "UTF-8";
body #main {
  overflow: hidden;
}
body .subline span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fe6bc3;
  position: absolute;
  left: 6px;
  bottom: 6px;
}
body .subline span:first-of-type {
  bottom: 12px;
}
body .subline span:last-of-type {
  left: 0px;
}
body.loaded {
  height: auto;
  overflow: auto;
}

.subline,
.headline,
.content,
.section_link {
  transform-origin: 0 100%;
}

.contact_btn {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  background: #1d1d20;
  border: 1px solid rgb(255, 107, 195);
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 100%;
  line-height: 1;
  padding: 13px 13px;
  font-weight: 500;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 400ms linear;
  pointer-events: all;
}
@media all and (max-width: 767px) {
  .contact_btn {
    left: 20px;
    bottom: 10px;
  }
}
.contact_btn.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer_container {
  max-width: 1900px;
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  height: 50px;
  margin: auto;
  bottom: 30px;
  width: 95%;
  z-index: 20 !important;
}
.footer_container ul.footer-menu {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-self: center;
  margin: auto;
  gap: 15px;
  font-size: 16px;
  text-align: center;
}
@media all and (max-width: 374px) {
  .footer_container ul.footer-menu {
    flex-direction: column;
    gap: 3px;
  }
}

.fixed_footer_container {
  max-width: 1900px;
  position: relative;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  height: 50px;
  margin: auto;
  bottom: 30px;
  width: 95%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
  pointer-events: none;
}
.fixed_footer_container.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media all and (max-width: 767px) {
  .fixed_footer_container {
    width: 100%;
    padding: 0 20px;
    bottom: 0;
    background: rgb(29, 29, 32);
    height: 64px;
  }
}

body.subpage header {
  opacity: 1;
}

body.subpage header .hamburger {
  opacity: 1;
}

body.subpage header .logo {
  opacity: 1;
}

body.subpage .fixed_footer_container {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

@media all and (max-width: 767px) {
  body.subpage #main {
    padding-top: 120px;
  }
}
@media all and (max-width: 767px) {
  #main {
    padding-bottom: 100px;
  }
}
body header {
  opacity: 0;
  position: fixed;
  width: 95%;
  max-width: 1900px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  z-index: 10;
  margin: auto;
  left: 0;
  right: 0;
}
@media all and (max-width: 1023px) {
  body header {
    width: 100%;
    padding: 16px 2.5%;
  }
}
@media all and (max-width: 767px) {
  body header {
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
  }
}
body header .header_con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body header .section_main_headline {
  position: absolute;
  top: 100%;
}
body header .hamburger {
  opacity: 0;
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  min-width: 50px;
  height: 20px;
  cursor: pointer;
  left: 35px;
  top: 40px;
  z-index: 1;
}
body header nav {
  display: flex;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1023px) {
  body header nav {
    display: flex;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgb(29, 29, 32);
  }
}
body header nav ul {
  display: flex;
  gap: 40px;
  list-style-type: none;
}
@media all and (max-width: 1900px) {
  body header nav ul {
    gap: 30px;
  }
}
@media all and (max-width: 1400px) {
  body header nav ul {
    gap: 24px;
  }
}
@media all and (max-width: 1200px) {
  body header nav ul {
    gap: 16px;
  }
}
@media all and (max-width: 1023px) {
  body header nav ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
body header nav ul li {
  display: flex;
  list-style-type: none;
}
body header nav ul li a {
  font-size: 24px;
  text-transform: uppercase;
  color: rgb(212, 212, 216);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 1900px) {
  body header nav ul li a {
    font-size: 19px;
  }
}
@media all and (max-width: 1400px) {
  body header nav ul li a {
    font-size: 16px;
  }
}
@media all and (max-width: 1200px) {
  body header nav ul li a {
    font-size: 15px;
  }
}
@media all and (max-width: 1023px) {
  body header nav ul li a {
    font-size: 40px;
  }
}
body header nav ul li:hover a, body header nav ul li:focus a {
  color: #FFFFFF;
}
body header nav ul li.active a {
  color: rgb(255, 107, 195);
}
body header nav ul li.hide {
  display: none;
}
body header .logo {
  opacity: 0;
  display: flex;
  min-width: 60px;
  height: auto;
  cursor: pointer;
  transition: opacity 1s ease-in-out;
}
@media all and (max-width: 767px) {
  body header .logo {
    min-width: 50px;
    opacity: 1;
  }
}
body header.active nav {
  transform: translateY(0%);
  opacity: 1;
}
body.loaded header {
  opacity: 1;
}
body.loaded .hamburger {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
body.scrolled .logo {
  opacity: 1;
}

header:not(.active) .hamburger div {
  align-self: flex-start;
  height: 3px;
  width: 100%;
  background: #ffffff;
}
header:not(.active) .hamburger .meat {
  width: 75%;
  transition: all 200ms ease-in-out;
}
header:not(.active) .hamburger .bottom-bun {
  width: 50%;
  transition: all 400ms ease-in-out;
}
header:not(.active) .hamburger:hover div, header:not(.active) .hamburger:focus div {
  width: 100%;
}
header:not(.active) .hamburger:hover .top-bun, header:not(.active) .hamburger:focus .top-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
  animation: burger-hover 1s infinite ease-in-out alternate;
}
header:not(.active) .hamburger:hover .meat, header:not(.active) .hamburger:focus .meat {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
header:not(.active) .hamburger:hover .bottom-bun, header:not(.active) .hamburger:focus .bottom-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

header.active .hamburger div {
  align-self: flex-start;
  height: 3px;
  width: 100%;
  background: #ffffff;
}
header.active .hamburger .top-bun {
  transform: rotate(45deg);
  transform-origin: 0 0;
  width: 40px;
  margin: 0 0 0 2px;
}
header.active .hamburger .meat {
  display: none;
}
header.active .hamburger .bottom-bun {
  transform: rotate(-45deg);
  transform-origin: 0 0;
  width: 40px;
  margin: 0 0 -11px 0;
}

body .headline_container {
  position: fixed;
  left: 10vw;
  top: 100px;
  width: 120px;
  height: calc(100% - 100px);
  overflow: hidden;
  z-index: 2;
  visibility: hidden;
}
body .headline_container .main_headline {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
}
body .headline_container .main_headline span {
  font-family: Nunito, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  transform: rotate(-90deg) translate(50%, 50%);
  position: absolute;
  transform-origin: 100% 0px;
  top: 100%;
  right: 0px;
  width: max-content;
  opacity: 0;
}
body .section_outer {
  position: relative;
  width: 95%;
  max-width: 1900px;
  margin: auto;
  z-index: 1;
}
@media all and (max-width: 767px) {
  body .section_outer {
    width: 90%;
    margin-bottom: 60px;
  }
}
body .section_outer.active {
  z-index: 2;
}
@media all and (min-width: 768px) {
  body .section_headline_container_outer {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
  }
}
@media all and (max-width: 767px) {
  body .section_headline_container_outer {
    font-family: Nunito, sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 424px) {
  body .section_headline_container_outer {
    font-size: 30px;
  }
}
@media all and (min-width: 768px) {
  body .section_headline_container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2;
  }
}
@media all and (min-width: 768px) {
  body .section_headline_container .section_headline {
    font-family: Nunito, sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
    transform: rotate(-90deg) translate(-50%, 0px);
    position: absolute;
    transform-origin: 0% 0%;
    top: 50%;
    left: 0;
    width: max-content;
    opacity: 1;
  }
}
body section {
  position: relative;
  height: 100vh;
}
@media all and (max-width: 767px) {
  body section {
    height: auto;
    margin-bottom: 60px;
  }
}
body .section_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 80%;
  margin: auto;
  gap: 16px;
}
@media all and (max-width: 767px) {
  body .section_con {
    height: auto;
    width: 100%;
  }
}
body .sub_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 90%;
  max-width: 1300px;
  margin: auto;
}
@media all and (min-width: 768px) {
  body .video_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
  }
}
@media all and (max-width: 767px) {
  body .video_wrapper {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  body .video_wrapper .video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(29, 29, 32);
    opacity: 0;
  }
}
@media all and (min-width: 768px) {
  body .video_wrapper .video_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media all and (min-width: 768px) {
  body .intro_video_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media all and (max-width: 767px) {
  body .intro_video_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media all and (min-width: 768px) {
  body .intro_video_wrapper .video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(29, 29, 32);
    opacity: 0;
    z-index: 1;
  }
}
@media all and (max-width: 767px) {
  body .intro_video_wrapper .video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(29, 29, 32);
    opacity: 0;
    z-index: 1;
  }
}
@media all and (min-width: 768px) {
  body .intro_video_wrapper .video_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media all and (max-width: 767px) {
  body .intro_video_wrapper .video_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
body .main_layer {
  display: none;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media all and (max-width: 767px) {
  body .main_layer {
    display: flex;
  }
}
body .entry_layer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media all and (max-width: 767px) {
  body .entry_layer {
    margin-bottom: 40px;
  }
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 52px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
}
@media all and (max-width: 1400px) {
  .progress-wrap {
    right: 2.5%;
  }
}
@media all and (max-width: 767px) {
  .progress-wrap {
    right: 20px;
    bottom: 10px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ff6ac3;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

.progress_icon {
  position: absolute;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.progress_icon svg path {
  fill: #ff6ac3;
}

body #intro {
  z-index: 1;
}
body #intro.active {
  z-index: 3;
}
@media all and (max-width: 767px) {
  body #intro .video_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  body #intro .video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(29, 29, 32);
    opacity: 0;
  }
}
@media all and (max-width: 767px) {
  body #intro .video_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
body #intro .section_con {
  gap: 30px;
}
@media all and (max-width: 767px) {
  body #intro .section_con {
    height: 100vh;
  }
}
body #intro .intro_img img {
  padding: 120px 0 0 0;
  width: 200px;
  transform: scale(1.5);
  visibility: visible;
  opacity: 0;
}
body #intro .intro_content .inner {
  text-transform: uppercase;
  max-width: 880px;
  text-align: left;
  font-weight: 800;
  opacity: 0;
  transform: scale(1.2);
  color: rgb(255, 107, 195);
  margin: 0 auto;
}
body #intro .intro_scroller .scroll-icon {
  position: absolute;
  bottom: 5%;
  z-index: 99;
  width: 90%;
  max-width: 600px;
  height: 20px;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px #ddd;
  overflow: hidden;
  transform: translateX(-50%);
  left: 50%;
  margin: auto;
  background-color: transparent;
}
body.loading #intro .intro_img img {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s 0.3s cubic-bezier(0.7, 0.16, 0.2, 0.9);
}
body.loading #intro .intro_scroller {
  pointer-events: none;
}
body.loading #intro .intro_scroller .scroll-icon {
  transition: top 0.3s linear, opacity 0.3s linear;
  opacity: 1;
  transform: translateX(-50%);
}
body.loading #intro .intro_scroller .scroll-icon:before {
  content: "";
  position: absolute;
  left: 3px;
  background-color: rgb(255, 107, 195);
  width: 0;
  height: calc(100% - 8px);
  margin-left: 0;
  top: 4px;
  border-radius: 25px;
  -webkit-animation: loaderAnim 2s forwards ease-in-out;
  animation: loaderAnim 2s forwards ease-in-out;
}
body.loaded #intro .intro_img img {
  padding: 0;
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s 0.3s cubic-bezier(0.7, 0.16, 0.2, 0.9);
}
body.loaded #intro .intro_content .inner {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s 0.3s cubic-bezier(0.7, 0.16, 0.2, 0.9);
}
body.loaded #intro .intro_scroller {
  pointer-events: inherit;
}
body.loaded #intro .intro_scroller .scroll-icon {
  position: absolute;
  left: 50%;
  margin: auto;
  bottom: 5%;
  z-index: 99;
  width: 38px;
  height: 58px;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px #ddd;
  background-color: transparent;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
body.loaded #intro .intro_scroller .scroll-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #ddd;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation: scroll 1.5s infinite;
  animation: scroll 1.5s infinite;
}

#solutions .section_con .section_content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#solutions .section_con .section_content .entry_content {
  position: absolute;
  text-align: left;
  transform-origin: 0 50%;
  opacity: 0;
}

#projects .section_con {
  position: relative;
  z-index: 1;
  transition: opacity 0.1s ease-in-out;
}
#projects .section_con .project_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 80px;
}
@media all and (max-width: 1023px) {
  #projects .section_con .project_container {
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  #projects .section_con .project_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
#projects .section_con .project_container .project_items_container {
  display: flex;
  flex-direction: column;
  width: 40%;
  min-width: 40%;
}
@media all and (max-width: 1023px) {
  #projects .section_con .project_container .project_items_container {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #projects .section_con .project_container .project_items_container {
    width: 100%;
  }
}
#projects .section_con .project_container .project_items_container .project_item {
  padding-right: 0rem;
}
#projects .section_con .project_container .project_items_container .project_item .project_title {
  display: flex;
  flex-direction: column;
  width: 50%;
  min-width: 50%;
  font-size: 2.5rem;
}
@media all and (max-width: 1600px) {
  #projects .section_con .project_container .project_items_container .project_item .project_title {
    font-size: 1.5rem;
  }
}
#projects .section_con .project_container .project_items_container .project_item .category {
  font-size: 1rem;
  letter-spacing: 0.08rem;
}
#projects .section_con .project_container .project_items_container .project_item .content {
  display: none;
}
#projects .section_con .project_container .project_preview_container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 60%;
  height: 100%;
}
@media all and (max-width: 1023px) {
  #projects .section_con .project_container .project_preview_container {
    display: none;
  }
}
@media all and (max-width: 767px) {
  #projects .section_con .project_container .project_preview_container {
    display: none;
  }
}
#projects .section_con .project_container .project_preview_container .project_preview {
  position: absolute;
  width: 100%;
  min-width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-table;
  visibility: hidden;
}
#projects .section_con .project_container .project_preview_container .project_preview.active {
  visibility: visible;
}
#projects .section_con .project_container .project_preview_container .award {
  position: absolute;
  padding: 20px;
  width: 30%;
}
#projects .section_con .project_container.inview .project_preview .project_image {
  position: relative;
}
#projects .section_con .project_container.inview .project_preview .project_image.active {
  display: flex;
  width: 100% !important;
  inline-size: 100% !important;
  block-size: unset !important;
}
#projects .section_con .project_container:not(.inview) .project_preview .project_image {
  display: none;
}
#projects .section_con .project_container:not(.inview) #project_01_preview .project_image {
  display: flex !important;
  width: 100% !important;
  inline-size: 100% !important;
  block-size: unset !important;
}
#projects .section_con .project_container:not(.inview) .project_slider {
  display: none;
}
#projects .section_con .project_container.project_hover .project_preview {
  visibility: hidden;
}
#projects .section_con .project_container.project_hover .project_preview.active {
  visibility: hidden !important;
}
#projects .section_con .project_container.project_hover .project_preview.project_hover {
  visibility: visible !important;
}
@media all and (min-width: 768px) {
  #projects .popup_con {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    height: 100vh;
    width: 100%;
    margin: auto;
    gap: 16px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    visibility: hidden;
    max-width: 1900px;
    opacity: 0;
    background: rgb(29, 29, 32);
  }
}
@media all and (max-width: 767px) {
  #projects .popup_con {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100vh;
    width: 100%;
    gap: 16px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}
#projects .popup_con .popup {
  background: transparent;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  position: absolute;
  gap: 60px;
  opacity: 0;
  transform: translateY(-100%);
  padding: 20px 140px;
  max-height: 100vh;
}
@media all and (max-width: 767px) {
  #projects .popup_con .popup {
    background: rgb(29, 29, 32);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    position: absolute;
    gap: 60px;
    opacity: 0;
    padding: 40px 20px;
    min-height: 100vh;
    padding: 20px;
  }
}
#projects .popup_con .popup.active {
  opacity: 1;
}
#projects .popup_con .popup .popup_header {
  padding-top: 20px;
}
@media all and (max-width: 767px) {
  #projects .popup_con .popup .popup_header {
    padding-top: 0px;
    position: relative;
  }
}
#projects .popup_con .popup .popup_header button.close {
  position: absolute;
  right: 55px;
  top: 35px;
  width: 40px;
  height: 40px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
@media all and (max-width: 767px) {
  #projects .popup_con .popup .popup_header button.close {
    right: -7px;
    top: 0;
  }
}
#projects .popup_con .popup .popup_header button.close svg {
  fill: #FFFFFF;
}
#projects .popup_con .popup .popup_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  overflow: auto;
}
@media all and (min-width: 768px) {
  #projects .popup_con .popup .popup_content {
    flex-direction: row;
  }
}
@media all and (max-width: 767px) {
  #projects .popup_con .popup .popup_content {
    flex-direction: column;
  }
}
#projects .popup_con .popup .popup_content .popup_details {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 50%;
}
@media all and (max-width: 767px) {
  #projects .popup_con .popup .popup_content .popup_details {
    gap: 30px;
    min-width: 100%;
    width: 100%;
  }
}
#projects .popup_con .popup .popup_content .popup_details .popup_awards_containber {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#projects .popup_con .popup .popup_content .popup_details .popup_awards_containber .award {
  max-width: 120px;
}
@media all and (max-width: 767px) {
  #projects .popup_con .popup .popup_content .popup_details .popup_awards_containber .award {
    max-width: 80px;
  }
}
#projects .popup_con .popup .popup_content .popup_details .popup_project_link {
  display: flex;
  align-self: start;
}
#projects .popup_con .popup .popup_content .popup_details .popup_project_link:after {
  content: "";
  height: 1px;
  background: #FFFFFF;
  width: 100%;
  margin: 5px auto 0 auto;
}
#projects .popup_con .popup .popup_content .popup_slider {
  display: flex;
  min-width: auto;
  width: 45%;
  justify-content: end;
}
@media all and (max-width: 767px) {
  #projects .popup_con .popup .popup_content .popup_slider {
    min-width: 100%;
    width: 100%;
  }
}
#projects .popup_con .popup .popup_content .popup_slider .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#projects .popup_con .popup .popup_content .popup_slider .slider ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
#projects .popup_con .popup .popup_content .popup_slider .slider ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: center;
}
#projects .popup_con .popup .popup_content .popup_slider .slider ul li img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 80vh;
}
#projects .popup_con .popup .popup_content .popup_slider .control {
  position: absolute;
  top: 50%;
  z-index: 9;
  display: block;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
#projects .popup_con .popup .popup_content .popup_slider .prev {
  left: 10px;
  width: 30px;
}
#projects .popup_con .popup .popup_content .popup_slider .next {
  right: 10px;
  width: 30px;
}
#projects .popup_con .popup.horizontal .popup_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
#projects .popup_con .popup.horizontal .popup_content .popup_details {
  width: 100%;
}
#projects .popup_con .popup.horizontal .popup_content .popup_images {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media all and (max-width: 767px) {
  #projects .popup_con .popup.horizontal .popup_content .popup_images {
    flex-direction: column;
  }
}
#projects .popup_con .popup.horizontal .popup_content .popup_images .image {
  display: flex;
}

body.project_view_active {
  overflow: hidden;
}
body.project_view_active #projects {
  position: relative;
  z-index: 999;
}
body.project_view_active #projects section.projects {
  z-index: 9;
}
@media all and (min-width: 768px) {
  body.project_view_active #projects section.projects .section_con {
    opacity: 0;
    transition: opacity 0.2s 0.5s ease-in-out;
  }
}
body.project_view_active #projects section.projects .popup_con {
  opacity: 0.95;
  z-index: 2;
  visibility: visible;
}
@media all and (max-width: 767px) {
  body.project_view_active #projects section.projects .popup_con {
    opacity: 1;
  }
}
body.project_view_active #projects section.projects .popup_con .popup.active {
  transform: translateY(0%);
  transition: transform 0.3s 0.2s ease-in-out;
}
body.project_view_active #projects section.projects .popup_con .popup.active button.close {
  opacity: 1;
  transition: opacity 0.2s 0.5s ease-in-out;
}

#usp .section_con {
  position: relative;
  width: 100%;
}

.arrows {
  width: 60px;
  height: 72px;
  position: relative;
  left: 30%;
  margin-left: -30px;
  bottom: 20px;
}

.arrows path {
  stroke: #ff6ac3;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

@media all and (min-width: 768px) {
  .section_cards_outer {
    position: relative;
    margin-right: auto;
    width: 100%;
    left: 0%;
  }
}
@media all and (max-width: 767px) {
  .section_cards_outer {
    position: relative;
    display: flex;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .section_cards_outer .section_cards {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    flex-shrink: 0;
    margin-right: auto;
  }
}
@media all and (max-width: 767px) {
  .section_cards_outer .section_cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media all and (min-width: 768px) {
  .section_cards_outer .section_cards .section_card {
    width: 60%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 80px;
  }
}
@media all and (max-width: 767px) {
  .section_cards_outer .section_cards .section_card {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.section_cards_outer .section_cards .section_card .entry_headline {
  align-self: flex-start;
  text-align: left;
}

#services .adjuster {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 80px;
}
@media all and (max-width: 1200px) {
  #services .adjuster {
    flex-direction: column;
    gap: 40px;
  }
}
@media all and (max-width: 767px) {
  #services .adjuster {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
}
#services .adjuster .entry_headline,
#services .adjuster .entry_content {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  align-self: start;
  text-align: left;
}
#services .adjuster .main_layer {
  display: flex;
}
#services .adjuster li {
  opacity: 0;
  transform: scale(1.2);
  transform-origin: 0 50%;
}
@media all and (max-width: 767px) {
  #services .adjuster li {
    opacity: 1;
    transform: scale(1);
  }
}

body #approach {
  position: relative;
  overflow: hidden;
}
body #approach svg {
  width: 100%;
}
@media all and (min-width: 768px) {
  body #approach .approach_container {
    position: absolute;
    width: 100%;
    max-width: 1300px;
    height: 800px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media all and (max-width: 767px) {
  body #approach .approach_container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}
@media all and (min-width: 768px) {
  body #approach .approach_container .approach_step_wrapper {
    position: absolute;
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
}
@media all and (max-width: 767px) {
  body #approach .approach_container .approach_step_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    gap: 40px;
  }
}
@media all and (min-width: 768px) {
  body #approach .approach_container .approach_step_wrapper .step {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    /* transform: translate(-50%, -50%); */
    transform: translate(calc(-50% - 250px), calc(-50% - 250px));
  }
}
@media all and (max-width: 767px) {
  body #approach .approach_container .approach_step_wrapper .step {
    position: relative;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 768px) {
  body #approach .approach_container .approach_step_wrapper .step .adjuster {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media all and (min-width: 1401px) {
  body #approach .approach_container .approach_step_wrapper .step .adjuster {
    width: 350px;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body #approach .approach_container .approach_step_wrapper .step .adjuster {
    width: 200px;
  }
}
@media all and (max-width: 767px) {
  body #approach .approach_container .approach_step_wrapper .step .adjuster {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  body #approach .approach_container .approach_step_wrapper #step_04 .adjuster,
body #approach .approach_container .approach_step_wrapper #step_05 .adjuster,
body #approach .approach_container .approach_step_wrapper #step_06 .adjuster {
    text-align: right;
  }
}
@media all and (min-width: 1401px) {
  body #approach .approach_container .approach_step_wrapper #step_01 {
    transform: translate(calc(-50% + 250px), calc(-50% - 250px));
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body #approach .approach_container .approach_step_wrapper #step_01 {
    transform: translate(calc(-50% + 150px), calc(-50% - 150px));
  }
}
@media all and (min-width: 1401px) {
  body #approach .approach_container .approach_step_wrapper #step_02 {
    transform: translate(calc(-50% + 375px), calc(-50% - 0px));
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body #approach .approach_container .approach_step_wrapper #step_02 {
    transform: translate(calc(-50% + 220px), calc(-50% - 0px));
  }
}
@media all and (min-width: 1401px) {
  body #approach .approach_container .approach_step_wrapper #step_03 {
    transform: translate(calc(-50% + 250px), calc(-50% + 250px));
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body #approach .approach_container .approach_step_wrapper #step_03 {
    transform: translate(calc(-50% + 150px), calc(-50% + 150px));
  }
}
@media all and (min-width: 1401px) {
  body #approach .approach_container .approach_step_wrapper #step_04 {
    transform: translate(calc(-50% - 250px), calc(-50% + 250px));
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body #approach .approach_container .approach_step_wrapper #step_04 {
    transform: translate(calc(-50% - 150px), calc(-50% + 150px));
  }
}
@media all and (min-width: 1401px) {
  body #approach .approach_container .approach_step_wrapper #step_05 {
    transform: translate(calc(-50% - 375px), calc(-50% - 0px));
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body #approach .approach_container .approach_step_wrapper #step_05 {
    transform: translate(calc(-50% - 220px), calc(-50% - 0px));
  }
}
@media all and (min-width: 1401px) {
  body #approach .approach_container .approach_step_wrapper #step_06 {
    transform: translate(calc(-50% - 250px), calc(-50% - 250px));
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body #approach .approach_container .approach_step_wrapper #step_06 {
    transform: translate(calc(-50% - 150px), calc(-50% - 150px));
  }
}
body #approach .approach_container .approach_step_wrapper .top {
  display: flex;
  gap: 15px;
  flex-direction: row;
}
@media all and (max-width: 767px) {
  body #approach .approach_container .approach_step_wrapper .top {
    justify-content: center;
  }
}
@media all and (min-width: 768px) {
  body #approach .approach_container .approach_step_wrapper #step_04 .top,
body #approach .approach_container .approach_step_wrapper #step_05 .top,
body #approach .approach_container .approach_step_wrapper #step_06 .top {
    flex-direction: row-reverse;
  }
}
body #approach .approach_container .approach_step_wrapper .step_number {
  font-size: 2.6rem;
  display: flex;
  transform: scale(1.2);
  visibility: visible;
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body #approach .approach_container .approach_step_wrapper .step_number {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  body #approach .approach_container .approach_step_wrapper .step_number {
    font-size: 2rem;
  }
}
body #approach .approach_container .approach_step_wrapper .step_headline {
  font-size: 2rem;
  display: flex;
  align-self: end;
  visibility: visible;
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body #approach .approach_container .approach_step_wrapper .step_headline {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  body #approach .approach_container .approach_step_wrapper .step_headline {
    font-size: 1.5rem;
  }
}
body #approach .approach_container .approach_step_wrapper .step_content {
  font-size: 1.5rem;
  visibility: visible;
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body #approach .approach_container .approach_step_wrapper .step_content {
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  body #approach .approach_container .approach_step_wrapper .step_content {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 768px) {
  body .approach_outer_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media all and (min-width: 1401px) {
  body .approach_outer_wrapper {
    width: 300px;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body .approach_outer_wrapper {
    width: 200px;
  }
}
@media all and (max-width: 767px) {
  body .approach_outer_wrapper {
    position: relative;
    width: 280px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
body .approach_outer_wrapper .approach_inner_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 1401px) {
  body .approach_outer_wrapper .approach_inner_wrapper {
    width: 220px;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body .approach_outer_wrapper .approach_inner_wrapper {
    width: 150px;
  }
}
@media all and (max-width: 767px) {
  body .approach_outer_wrapper .approach_inner_wrapper {
    width: 220px;
  }
}
body .approach_outer_wrapper .approach_inner_wrapper.done {
  opacity: 1 !important;
}

#thatsus .section_con {
  position: relative;
  top: initial;
  bottom: initial;
  opacity: 1;
}
#thatsus .section_con .member {
  position: relative;
  transform: scale(0.8);
  visibility: visible;
  opacity: 0;
}
@media all and (max-width: 767px) {
  #thatsus .section_con .member {
    transform: scale(1);
    opacity: 1;
  }
}
#thatsus .section_con .member img {
  opacity: 1;
  transition: all 0.3s 0.3s cubic-bezier(0.7, 0.16, 0.2, 0.9);
}
#thatsus .section_con .member .name {
  position: absolute;
  top: 0;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s 0.45s cubic-bezier(0.7, 0.16, 0.2, 0.9);
}
#thatsus .section_con .member .description {
  position: absolute;
  bottom: 0;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s 0.45s cubic-bezier(0.7, 0.16, 0.2, 0.9);
}
#thatsus .section_con .member:hover .name, #thatsus .section_con .member:focus .name {
  opacity: 1;
}
#thatsus .section_con .member:hover .description, #thatsus .section_con .member:focus .description {
  opacity: 1;
}
#thatsus .section_con .member:hover img, #thatsus .section_con .member:focus img {
  cursor: pointer;
  opacity: 0.2;
}

#part .section_con .logo_item {
  position: relative;
  transform: scale(0.8);
  visibility: visible;
  opacity: 0;
}
@media all and (max-width: 767px) {
  #part .section_con .logo_item {
    transform: scale(1);
    opacity: 1;
  }
}
#part .section_con .logo_item img {
  width: 200px;
  height: auto;
}

@media all and (max-width: 767px) {
  body #contact .section_con {
    padding-bottom: 100px;
    margin-bottom: -100px;
  }
}
@media all and (max-width: 767px) {
  body #contact .section_con .headline {
    display: none;
  }
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim_intro_img {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    transform: scale(0.7);
  }
  70% {
    opacity: 1;
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes loaderAnim {
  0% {
    opacity: 0.4;
    width: 0;
  }
  100% {
    opacity: 1;
    width: calc(100% - 6px);
  }
}
@keyframes loaderAnim {
  0% {
    opacity: 0.4;
    width: 0;
  }
  100% {
    opacity: 1;
    width: calc(100% - 6px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}
div#scroll_debugger {
  position: fixed;
  left: 0;
  top: 50vh;
  transform: translateY(-50%);
  padding: 10px 20px;
  background: aquamarine;
  color: #000000;
  z-index: 999;
  display: none;
}
