/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 01 2024 | 11:17:27 */
.section {
  background-color: #fff;
}

.section.black {
  background-color: #0a0a0a;
  display: block;
}

.section.black._100vh {
  height: 100vh;
}

.section.black.scrolling {
  display: block;
  position: relative;
}

.section.black.footer {
  margin-top: -80vh;
  margin-left: auto;
  margin-right: auto;
}

.section.black.footer.rel {
  position: relative;
  overflow: hidden;
}

.section.black.rel {
  position: relative;
}

.section.black.z-index {
  z-index: 5;
  position: relative;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.overflow-hidden.white-bg.padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.overflow-hidden.mob {
  overflow: visible;
}

.section.circle.white-bg.overflow-hidden {
  overflow: hidden;
}

.section.sticky {
  z-index: 1;
  position: sticky;
  top: 0;
}

.section.white-bg {
  background-color: #fff;
}

.section.white-bg.z-index {
  z-index: 1;
  min-height: 100vh;
  position: relative;
}

.section.white-bg.z-index.overflow-hidden {
  display: block;
}

.section.white-bg.z-index.overflow-hidden.center-block {
  overflow: visible;
}

.section.white-bg.overflow-hidden {
  overflow: hidden;
}

.section._100vh {
  height: 100vh;
  display: block;
}

.section._100vh.z-index {
  z-index: 1;
  position: relative;
}

.section._100vh.z-index.remm {
  height: auto;
}

.section._100vh.black-black {
  background-color: #212121;
}

.container {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  padding: 50px 70px;
}

.container.nav {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container.footer {
  padding-top: 40px;
  padding-bottom: 0;
}

.container.image {
  border-bottom: 1px solid #5f5f5f;
  padding: 0 0 40px;
}

.container.copyright {
  padding-top: 0;
  padding-bottom: 30px;
}

.container.no-padding.banner {
  width: 1000%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container._40-bottom._70 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.form {
  padding-top: 0;
}

.container.large {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.full {
  padding: 0;
}

.container.more {
  padding-top: 10em;
  padding-bottom: 10em;
}

.container.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 30;
  background-color: #fff0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  display: flex;
}

.logo-img {
  height: 70%;
}

.nav-link {
  align-items: center;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.nav-link.w--current {
  color: #212121;
  padding-top: 10px;
}

.nav-link.right {
  padding-left: 0;
  padding-right: 0;
}

.nav-link.mob {
  display: none;
}

.nav-link.mob.w--current {
  color: #212121;
}

.logo {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  display: flex;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 400;
  line-height: 72px;
}

.h1-heading.mob {
  display: none;
}

.h1-heading.bigger {
  font-size: 11vw;
  font-weight: 600;
  line-height: 1;
}

.h1-heading.bigger.white._1 {
  line-height: 1.3;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 500;
  line-height: 82px;
}

.h2-heading.white {
  color: #fff;
  font-weight: 600;
}

.h2-heading.bolder {
  font-weight: 700;
  line-height: 66px;
  opacity: 1 !important;
}

.h2-heading.bolder.white.blend {
}


.h2-heading.small {
  color: #212121;
  font-size: 55px;
  line-height: 64px;
}

.h2-heading.bigger {
  text-transform: uppercase;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .75fr;
}

.footer-link-wrapper {
  padding-top: 30px;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.h3-heading.white {
  color: #fff;
}

.h3-heading.grey {
  color: #c2c2c2;
}

.paragraph {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph.small {
  font-size: 14px;
  line-height: 20px;
}

.paragraph.small._600px {
  margin-bottom: 0;
  font-weight: 500;
}

.footer-heading-div {
  max-width: 75%;
}

.footer-heading {
  font-size: 22px;
  line-height: 32px;
}

.footer-heading.white {
  color: #fff;
  font-weight: 600;
}

.footer-link-block {
  margin-bottom: 10px;
}

.footer-link-block.social {
  width: 100%;
  padding-bottom: 0;
}

.footer-link {
  color: #969696;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.hero-heading-wrapper {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.bold {
  color: #212121;
  font-weight: 600;
}

.button {
  border: 1px solid #989898;
  border-radius: 419px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  display: flex;
}

.button.white {
  z-index: 1;
  color: #212121;
  background-color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.button.white.new {
  text-transform: uppercase;
  background-image: url("https://brainiaccreation.com/bccreation/wp-content/uploads/2024/09/portfolio-arrow.svg");
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-color: #212121;
  width: auto;
  height: auto;
  padding-right: 50px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  transition: all .2s;
}

.button.white.new:hover {
}

.button.moving {
  width: 300px;
  height: 300px;
  top: -158px;
  left: 168px;
}

.button.moving.grey {
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: none;
  position: absolute;
  top: 485px;
  left: 230px;
}

.arrow-img {
  width: 70px;
  height: 100%;
}

.arrow-img.bottom {
  width: 60px;
  position: static;
  transform: rotate(-135deg);
}

.arrow-img.moving {
  width: 100px;
  height: 100%;
  inset: 0% 0% 0% 28%;
}

.main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 80vh;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.main-block {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: -60px;
  display: flex;
}
.services-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.services-text-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-left: 4%;
  display: flex;
  position: relative;
}

.services-text-wrapper._5 {
  margin-left: 9%;
}

.services-text-wrapper._10 {
  margin-left: 14%;
}

.services-text-wrapper._15 {
  margin-left: 19%;
}

.services-text-wrapper._20 {
  margin-left: 24%;
}

.text-block {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 74px;
  font-weight: 600;
  line-height: 1.2;
}

.text-block.small {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

.numbering-wrapper {
  border: 1px solid #212121;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-bottom: 3%;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.numbering {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.banner-wrapper {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-wrapper.up.right {
  justify-content: flex-end;
  margin-bottom: 0;
}

.scroll-holder {
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.scroll-holder.right {
  justify-content: flex-end;
}

.scroll-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-img {
  filter: grayscale();
  transition: filter .3s;
}

.banner-img:hover {
  filter: grayscale(0%);
}

.black {
  background-color: #0a0a0a;
}

.case-study--head-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.white {
  color: #fff;
}

.paragraph-div {
  flex-direction: column;
  align-items: center;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: column;
  margin-top: 50px;
  padding-left: 20px;
  font-size: 9px;
  display: none;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.moving-img-div {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90vh;
  position: absolute;
  overflow: hidden;
}

.start-heading-div {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.start-text-block {
  font-size: 100px;
  font-weight: 600;
  line-height: 120px;
}

.start-text-block.white {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.ciricle-div {
  border: 3px solid #212121;
  border-radius: 617px;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 430px;
  display: flex;
  position: absolute;
  inset: auto 0% 18% auto;
  transform: translate(0);
}

.ciricle-div._2 {
  z-index: 0;
  background-color: #fff;
  inset: 0%;
}

.ciricle-div.black {
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  bottom: 0%;
}

.ciricle-div._3 {
  z-index: -1;
  background-color: #fff;
  inset: 0%;
}

.ciricle-div._4 {
  z-index: -2;
  background-color: #fff;
  inset: 0%;
}

.ciricle-div._5 {
  z-index: -3;
  background-color: #fff;
  inset: 0%;
}

.ciricle-div.hover {
  z-index: 2;
  background-color: #fff;
  border-width: 1px;
  inset: 0%;
}

.ciricle-div.main {
  z-index: 1;
  border-style: none;
  width: 95%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  bottom: 0%;
}

.circle-wrapper {
  position: relative;
}

.cicle-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  height: 80vh;
  position: relative;
}

.moving-text {
  flex-direction: column;
  align-items: center;
  height: 144px;
  display: flex;
}

.moving-text._120 {
  height: 130px;
}

.changing-img-block {
  overflow: hidden;
}

.changing-img-block.hover {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: visible;
}

.changing-img-block.ab {
  flex-flow: column;
  margin-left: -5%;
  position: absolute;
}

.form-head-wrapper.margin {
  margin-bottom: 30px;
}

.form-head-wrapper.margin.up {
  margin-top: 60px;
}

.text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.checkbox {
  -webkit-text-stroke-color: #fff;
  border-color: #212121;
  border-radius: 57px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.checkbox.w--redirected-checked {
  background-color: #212121;
  background-image: none;
  border-color: #212121;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  position: absolute;
  inset: 0%;
}

.tab-menu {
  border-bottom: 1px solid #212121;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.tab-1 {
  background-color: #fff;
  padding-left: 0;
}

.tab-1.w--current {
  background-color: #fdfdfd;
  padding-left: 0;
}

.tab-2, .tab-2.w--current {
  background-color: #fff;
}

.tab-2.hidden {
  display: none;
}

.text-field {
  background-color: #fff0;
  border: 1px solid #fff;
  border-bottom-color: #212121;
  width: 65%;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
}

.text-field:focus {
  border-color: #0000 #0000 #212121;
}

.text-field::placeholder {
  color: #00000073;
}

.text-field._60 {
  margin-top: 13%;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.form-check-box-wrapper {
  width: 16%;
  height: 50px;
  margin-right: 20px;
  position: relative;
}

.checkbox-label {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  inset: 0%;
}

.checkbox-label:focus {
  border: 1px solid #212121;
}

.form-flex-div {
  justify-content: space-between;
  align-items: center;
  margin-top: -8%;
  display: flex;
}

.form-flex-div.flex-top {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
}

.radio-trigger {
  z-index: 0;
  border-color: #212121;
  border-radius: 57px;
  width: 240px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  transition: all .3s;
  position: relative;
}

.radio-trigger.w--redirected-checked {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.radio-trigger.w--redirected-focus {
  box-shadow: none;
}

.hide {
  display: none;
}

.radio-button-label {
  z-index: 3;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.radio-button-field {
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
  display: inline-block;
  position: relative;
}

.flex-check-box {
  margin-bottom: 10px;
  display: flex;
}

.hover-mover {
  border-radius: 10px;
  width: 160px;
  height: 200px;
}

.service-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.hover-mover-wrapper {
  z-index: 6;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hover-mover-wrapper._1 {
  margin-right: 5%;
}

.hover-mover-wrapper._2 {
  margin-right: 10%;
}

.hover-mover-wrapper._3 {
  margin-right: 15%;
}

.hover-mover-wrapper._4 {
  margin-right: 20%;
}

.background-video {
  width: 100%;
  height: 100%;
}

.background-video.border {
  border-radius: 10px;
}

.spacer {
  height: 100vh;
}

.hover-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.link-block {
  color: #212121;
  position: absolute;
}

.link-block.hide {
  display: block;
}

.list-item {
  font-size: 9px;
  list-style-type: disc;
}

.tv-wrapper {
  z-index: 1;
  background-color: #0a0a0a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tv-image {
  z-index: 0;
  width: 50vw;
  height: 60%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.item-wrapper {
  z-index: -2;
  background-color: #0a0a0a;
  border-top: 2px solid #fff;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.speaker-img {
  z-index: -2;
  height: 70%;
  position: absolute;
  inset: 13% auto auto 2%;
}

.speaker-img.small {
  height: 48%;
  top: 23%;
  left: 15%;
}

.speaker-img.very-big {
  height: 70%;
  inset: 11% 2% 0% auto;
}

.speaker-img.normal {
  height: 50%;
  inset: 22% 15% 0% auto;
}

.cup-img {
  height: 110%;
  position: absolute;
  top: -107px;
  left: 17px;
}

.stand-img {
  height: 30%;
  position: absolute;
  inset: 57% auto auto 15%;
}

.paper-plane-img {
  z-index: 2;
  width: 12%;
  position: absolute;
  inset: auto auto 11% 25%;
}

.nail-img {
  height: 4%;
  position: absolute;
  inset: auto auto 39% 27%;
}

.nail-img._2 {
  left: 34%;
}

.nail-img._3 {
  bottom: 35%;
  left: 33%;
}

.nail-img._4 {
  bottom: 36%;
  left: 35%;
}

.book-img {
  height: 10%;
  position: absolute;
  inset: auto 10% 8% auto;
}

.pencil-img {
  height: 8%;
  position: absolute;
  inset: auto 9% 8% auto;
}

.flower-pot-img {
  height: 30%;
  position: absolute;
  inset: 45% 1% auto auto;
}

.antenna-img {
  perspective-origin: 50%;
  transform-origin: 0 100%;
  height: 20%;
  position: absolute;
  inset: 4% 33% auto auto;
  transform: none;
}

.current {
  z-index: 1;
  height: 30%;
  position: absolute;
  inset: 13% 0% auto 20%;
}

.punch-img {
  z-index: 1;
  width: 34%;
  position: absolute;
  inset: 1.9vh auto auto 0%;
}

.hero-wrapper-div {
  z-index: 1;
  position: relative;
}

.heading-wrapper-casestudy {
  max-width: 80%;
  margin-bottom: 40px;
}

.tab-mob-img-div {
  display: none;
}

.link-block-btn {
  text-decoration: none;
}

.text-wrapper {
  margin-bottom: 30px;
}

.logo-drop-down {
  display: none;
}

.underline-nav {
  background-color: #212121;
  height: 2px;
  margin-top: -18px;
}

.navlink-div {
  padding-left: 0;
  padding-right: 20px;
  overflow: hidden;
}

.navlink-div.right {
  padding-left: 20px;
  padding-right: 0;
}

.nav-wrapper {
  display: flex;
}

.video {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.case-study-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
}

.image-full {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.line-2 {
  z-index: 1;
  background-color: #5a5a5a;
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.full-scroll-canvas {
  width: 90%;
  height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  position: sticky;
  top: 0;
}

.paragraph-2 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.paragraph-2.white.max-width {
  max-width: 70%;
}

.h3-heading-2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 82px;
}

.image-main-wrapper {
  transform-origin: 50% 22%;
  border-bottom-right-radius: 4000px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  margin: 0 auto auto 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: perspective(2000px);
}

.image-main-wrapper._4 {
  border-bottom-right-radius: var(--border-4-1);
}

.image-main-wrapper.sec {
  border-bottom-right-radius: 0;
  width: 100%;
  height: 100%;
}

.image-main-wrapper._3 {
  border-bottom-right-radius: var(--border-3-1);
}

.image-main-wrapper._1 {
  border-bottom-right-radius: var(--border-1);
}

.image-main-wrapper._2 {
  border-bottom-right-radius: var(--border-2-1);
}

.image-main-wrapper._5 {
  border-bottom-right-radius: var(--border-5-1);
}

.image-main-wrapper._6 {
  border-bottom-right-radius: var(--border-6-1);
}

.main-inner-wrapper {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 90%;
  display: flex;
  position: absolute;
  inset: 5vh 0% auto;
  overflow: hidden;
}

.main-inner-wrapper._3 {
  z-index: 3;
}

.main-inner-wrapper._4 {
  z-index: 4;
}

.main-inner-wrapper._2 {
  z-index: 2;
}

.main-inner-wrapper._5 {
  z-index: 5;
}

.main-inner-wrapper._6 {
  z-index: 6;
}

.main-inner-wrapper._7 {
  z-index: 7;
}

.image-ab {
  min-width: var(--border-52);
  transform-origin: 50%;
  object-fit: cover;
  position: absolute;
}

.image-ab._2 {
  min-width: var(--border-2-2);
}

.image-ab._3 {
  min-width: var(--border-3-2);
}

.image-ab._4 {
  min-width: var(--border-4-2);
}

.image-ab._1 {
  min-width: var(--border-2);
}

.image-ab._5 {
  min-width: var(--border-52);
}

.image-ab._6 {
  min-width: var(--border-6-2);
}

.full-tiv {
  width: 100%;
  height: 100%;
}

.play-pause-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.play-pause-button {
  z-index: 9;
  background-color: #fff;
  border: 3px solid #212121;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.text-block-play--pause {
  text-align: center;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
}

.cursor-move {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-index-wrapper {
  width: 50%;
  height: 60%;
}

.blur-banner {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 15%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blur-banner.right {
  background-image: linear-gradient(to right, #fff0, #fff);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.picture-div {
  z-index: -4;
  width: 60%;
  height: 70%;
  position: absolute;
  inset: 16% 0% 0% 7%;
}

.picture-div._2 {
  z-index: -2;
}

.picture-div._1 {
  z-index: -1;
}

.picture-div._3 {
  z-index: -3;
}

.picture-div._6 {
  z-index: -6;
}

.picture-div._7 {
  z-index: -7;
}

.picture-div._5 {
  z-index: -5;
}

.picture-tv {
  width: 100%;
  height: 100%;
}

.tv-picture-wrapper {
  position: absolute;
  inset: 0%;
}

.tv-picture-wrapper._1 {
  z-index: 8;
}

.tv-picture-wrapper._2 {
  z-index: 7;
}

.tv-picture-wrapper._3 {
  z-index: 6;
}

.tv-picture-wrapper._4 {
  z-index: 5;
}

.tv-picture-wrapper._5 {
  z-index: 4;
}

.tv-picture-wrapper._6 {
  z-index: 3;
}

.tv-picture-wrapper._7 {
  z-index: 2;
}

.bold-grey {
  font-weight: 600;
}

.heading-block {
  margin-top: 30px;
}

.heading-block.bottom {
  margin-top: 0;
  margin-bottom: 20px;
}

.video-hide {
  height: 100vh;
  display: none;
}

.footer-wrapper-1 {
  position: sticky;
  bottom: 0;
}

.spacer-footer {
  height: 80vh;
}

.socail-icon {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.social-link {
  height: 16px;
  margin-right: 10px;
}

.social-link.instagram {
  height: 17px;
}

.wrapper-inner {
  flex: none;
  padding-left: 50px;
  padding-right: 50px;
}

.embedded-tv-media, .tab-responsive, ._1080 {
  display: none;
}

.heading-wraper.center {
  justify-content: center;
  display: flex;
}

.hero-career-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cloneable-area {
  margin-top: 60px;
  padding-top: 60px;
  padding-left: 20px;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-item {
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.heading3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1;
}

.c-faq {
  background-color: #0000;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-q {
  border-top: 1px solid #0000001c;
  align-items: center;
  display: flex;
}

.faq-stripe-1 {
  background-color: #212121;
  width: 1px;
  height: 100%;
}

.c-faq-a-text {
  padding: 20px 0;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px 10px 20px 0;
  position: relative;
}

.faq-stripe-2 {
  background-color: #212121;
  width: 100%;
  height: 1px;
  position: absolute;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.img {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.img.auto {
  object-fit: fill;
  width: auto;
  height: 100%;
}

.img.tab, .img.mob {
  display: none;
}

.img._100 {
  object-fit: contain;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px 20px 20px 0;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.button-wrapper {
  justify-content: flex-end;
  display: flex;
}

.arrow-wrap {
  width: 20%;
}

.spline {
  z-index: 9;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
}

.track {
  height: 900vh;
  display: block;
  position: relative;
}

.camera {
  height: 100vh;
  position: sticky;
  top: 0;
}

.frame {
  width: 100%;
  height: 100%;
}

.hero-section-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.hero-content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.left-content-div {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
  margin-top: -50px;
  background: #A4FF00;
}

.right-content-div {
  background-color: #FCFCFC !important;
  flex: none;
  width: 20%;
  position: relative;
  overflow: hidden;
}

.main-heading-wrapperbc h2, .main-heading-wrapperbc div {
  color: #000;
}

.ab-social-link-wrapper a {
  color: #000;
}

.right-content-div._5 {
  background-color: #212121;
  overflow: visible;
}

.right-content-div._0 {
  background-color: #212121;
}

.right-content-div._6 {
  background-color: #ffdfdc00;
  width: 100%;
  height: 100vh;
  overflow: visible;
}

.right-content-div._8, .right-content-div._9 {
  background-color: #212121;
}

.main-heading-wrapperbc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  opacity: 1 !important;
}

.text-1.filter-invert {
}

.text-1.bigger {
  font-size: 47px;
  font-weight: 600;
  line-height: 47px;
}

.ab-social-link-wrapper {
  position: absolute;
  inset: 15% 5% auto !important;
}

.ab-social-link-wrapper._2 {
  inset: auto 5% 0% !important;
}

.social-link-new-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-text-social {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.ab-heading-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-wrapper-horizontal-scroll {
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  display: flex;
}

.picture-wra {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

.picture-wra._6 {
  overflow: hidden;
}

.content-inner-wrap {
  width: 100%;
  height: 30vh;
  padding-top: 20px;
  position: relative;
}

.img-wrapper-hori {
  width: 60vw;
  height: 100%;
}

.button-content-wrap {
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.button-new {
  border: 1px solid #212121;
  border-radius: 47px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.text-2 {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-2.bold {
  font-weight: 600;
}

.text-2.smal {
  font-size: 12px;
  line-height: 12px;
}

.btn-new-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  display: flex;
}

.wrapper-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bullet {
  background-color: #212121;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.wrap-bulllet-txt {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ab-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-wrapper-horizontal {
  pointer-events: auto;
  height: 40vh;
  position: relative;
}

.inner-img-wrapper-hori {
  height: 100%;
}

.img-inernal-wrapper {
  z-index: 1;
  margin-top: -2px;
  position: relative;
}

.img-inernal-wrapper.last {
  z-index: 1;
  position: relative;
}

.text-4 {
  color: #212121;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.button-content.button-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-text-wrapper {
  height: 20px;
  overflow: hidden;
}

.btn-text-wrapper._30 {
  height: 30px;
}

.button-wrapper-2 {
  color: #212121;
  cursor: none;
  background-color: #0a0a0a;
  border-radius: 30px;
  padding: 12px 16px;
  text-decoration: none;
}

.button-wrapper-2.white {
  background-color: #fff;
  border: 1px solid #212121;
}

.button-wrapper-2.white.up-margin {
  margin-top: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.button-text {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

.button-text.text-black {
  color: #212121;
}

.button-text.text-black.bold {
  cursor: pointer;
}

.button-text.text-black.bold.upper-case {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.arrow-wrapper {
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.arrow-wrapper.bigger {
  width: 30px;
  height: 30px;
}

.image {
  width: 100%;
  height: 100%;
}

.image.arrow-2.invert, .image.arrow-1.invert {
}

.wrapper-btn-move, .wrapper-btn-move-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-wrapper-2-move {
  color: #fff;
  cursor: none;
  background-color: #0a0a0a;
  border-radius: 30px;
  padding: 12px 16px;
  text-decoration: none;
}

.heading-main-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.text-wrapper-2 {
  margin-top: 30px;
}

.new-circle-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-circle-wrapper {
  color: #212121;
  justify-content: center;
  align-items: center;
  width: 40%;
  text-decoration: none;
  position: relative;
}

.text-ab-wrap-1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.services-grid {
  border-top: 1px #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .5fr;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.lottie {
  width: 100%;
  height: 100%;
}

.lottie.big {
  flex: none;
  width: 500%;
  height: 500%;
}

.light {
  font-weight: 400;
}

.services-wrapper-main {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrapper-ring {
  position: absolute;
  inset: 0%;
  transform: translate(4%);
}

.wrapper-ring._2 {
  transform: translate(6%);
}

.wrapper-ring._3 {
  transform: translate(8%);
}

.wrapper-ring._4 {
  transform: translate(10%);
}

.grid_item {
  width: 100%;
  padding: 1.04em;
}

.grid_item.is--hamburger {
  display: none;
}

.menu_link {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_link.w--current {
  color: #e8e8e8;
}

.transition-trigger {
  z-index: 20;
  padding: 0;
  display: none;
}

.full {
  width: 100%;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.full.judtify-center {
  text-align: center;
}

.bc-workcontent {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.content__img {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.content__img._1 {
  z-index: 7;
  position: relative;
}

.profolio-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 160px;
  font-weight: 800;
  line-height: 160px;
}

.section-hero {
  height: 100vh;
  position: relative;
}

.portfolio-img-wrapper {
  width: 40%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-btn-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.button-wrapper-por {
  color: #fff;
  cursor: none;
  background-color: #0a0a0a;
  border-radius: 30px;
  padding: 12px 16px;
  text-decoration: none;
}

.button-wrapper-por.white {
  cursor: pointer;
  background-color: #fff;
}

.button-wrapper-por.white.hover:hover {
}

.ab-por-1 {
  width: 15%;
  position: absolute;
  inset: auto auto 6% 22%;
}

.ab-por-2 {
  width: 14%;
  position: absolute;
  inset: auto auto 71% 35%;
}

.ab-por-3 {
  width: 15%;
  position: absolute;
  inset: auto auto -15% 53%;
}

.ab-img-trail-0 {
  z-index: 6;
  width: 30%;
  position: static;
  inset: 0%;
  transform: rotate(23deg);
}

.ab-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -18% 10% auto auto;
}

.design-ade {
  width: 40%;
}

.preloader {
  z-index: 40;
  background-color: #212121;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0%;
}

.lottie-pre {
  width: 100%;
  height: 100%;
}

.ab-trigger {
  z-index: 1;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: auto 0% 75vh;
}

.heading-wrapper-prot-main {
  border-bottom: 1px solid #5c5c5c;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 80px;
  position: relative;
}

.ab-img-wrap-1 {
  width: 10%;
  position: absolute;
  inset: 17% auto auto 21%;
  transform: rotate(-15deg);
}

.circle-wrapper-1 {
  z-index: 19;
  cursor: pointer;
  border: 1px solid #ffffffb3;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 12vw;
  height: 12vw;
  display: flex;
  position: absolute;
  inset: 15% 0% auto auto;
}

.filter-tab-link {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

.filter-tab-link.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 600;
}

.filter-tab-link._2 {
  color: #fff6;
  padding-right: 0;
  display: flex;
}

.filter-tab-link._2.w--current {
  color: #fff;
  padding-right: 0;
}

.filter-content {
  margin-top: 40px;
}

.filter-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.tabelements {
  color: #ffffff54;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabelements:hover, .tabelements.acitve-button {
  color: #fff;
}

.tabelements.acitve-button.hide {
  display: none;
}

.tab-dot-small {
  background-color: #e9e9e9;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.cms-filter-main-wrapper {
  margin-top: 80px;
}

.filter-collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  position: relative;
}

.main-filter-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.img-wrapper {
  width: 100%;
  height: 100%;
}

.ab-main-wrapper-filter {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-filter {
  flex-flow: column;
  justify-content: flex-end;
  overflow: hidden;
}

.text-hide {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.tab-menu-filter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dap-logo-small {
  width: 8%;
  margin-left: 10%;
  position: absolute;
  inset: 0% 15% -22% auto;
}

.flex-wrapper {
  z-index: 19;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper-moving {
  height: 15vw;
  margin-top: -2%;
  overflow: hidden;
}

.light-box {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.showreel-text-wrapper {
  text-decoration: none;
  transform: rotate(-18deg);
}

.fixed-wrapper {
  z-index: 20;
  transform-origin: 100% 0;
  background-color: #0a0a0a;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cross {
  z-index: 4;
  cursor: pointer;
  width: 5%;
  position: absolute;
  inset: 3% 3% auto auto;
}

.portfolio-video {
  text-decoration: none;
}

.motion-graphics {
  aspect-ratio: 16 / 9;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}

.embed-video {
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.d-wrapper {
  width: 35%;
}

.img-rel-wrap-d {
  position: relative;
}

.ab-img-circle {
  width: 17%;
  position: absolute;
  inset: 31% auto auto 82%;
}

.text-wrapper-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -15%;
  display: flex;
  position: relative;
}

.text-wrapper-d._2 {
  margin-top: 10px;
}

.ab-lottie {
  pointer-events: none;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ab-path {
  position: absolute;
  inset: 28% auto auto 39%;
}

.copyright-text-wrapper.lottie {
  align-items: center;
  display: flex;
}

.footer-text-field {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.footer-text-field:hover {
  color: #00e257;
}

.footer-text-field.small.no.powered-by {
  color: #ffffff80;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 400;
}

.footer-text-field.small.no.powered-by:hover {
  color: #f01736;
}

.link-lottie-2 {
  width: 53%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.link-lottie-2.dap {
  width: 40%;
  inset: 0% 0% 0% auto;
}

.relative-div {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.flex {
  display: flex;
}

.background-video-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .section.black._100vh {
    height: 100vh;
  }

  .container.footer {
    padding-bottom: 40px;
  }

  .tv-image {
    width: 40vw;
  }

  .embedded-tv-media {
    display: none;
  }

  .ab-por-2 {
    left: 46%;
  }
}

@media screen and (min-width: 1440px) {
  .section.black._100vh {
    height: 100vh;
  }

  .section.overflow-hidden.white-bg.padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.form {
    padding-top: 50px;
  }

  .logo-img {
    height: 80%;
  }

  .h1-heading {
    font-size: 80px;
    line-height: 84px;
  }

  .h3-heading {
    color: #212121;
    font-size: 56px;
    line-height: 64px;
  }

  .hero-heading-wrapper {
    margin-bottom: -20px;
  }

  .button {
    width: 320px;
    height: 320px;
    top: -30px;
    left: -29px;
  }

  .button.white {
    position: static;
  }

  .button.moving.grey {
    width: 300px;
    height: 300px;
    top: 670px;
    left: 277px;
  }

  .arrow-img.bottom {
    width: 60px;
  }

  .arrow-img.moving {
    left: 33%;
  }

  .main-wrapper {
    padding-bottom: 60px;
  }

  .main-block {
    top: 62%;
    left: 77%;
  }

  .services-text-wrapper {
    margin-left: 8%;
  }

  .services-text-wrapper._5 {
    margin-left: 13%;
  }

  .services-text-wrapper._10 {
    margin-left: 18%;
  }

  .services-text-wrapper._15 {
    margin-left: 23%;
  }

  .services-text-wrapper._20 {
    margin-left: 28%;
  }

  .text-block {
    font-size: 80px;
  }

  .text-block.small {
    font-size: 40px;
  }

  .numbering-wrapper {
    width: 36px;
    height: 36px;
    margin-bottom: 4%;
    margin-right: 40px;
  }

  .numbering {
    font-size: 20px;
    line-height: 24px;
  }

  .moving-img-div {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 80%;
  }

  .ciricle-div {
    width: 450px;
    height: 450px;
  }

  .punch-img {
    width: 37%;
    top: 2vw;
  }

  .navlink-div {
    padding-left: 0;
  }

  .full-scroll-canvas {
    width: 90%;
  }

  .main-inner-wrapper {
    height: 90%;
  }

  .social-link {
    height: 18px;
  }

  .social-link.instagram {
    height: 19px;
  }

  ._w-faq-icon {
    width: 13px;
    height: 13px;
  }

  .tab-menu-filter {
    grid-template-columns: .25fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .section.black._100vh {
    height: 120vh;
  }

  .section.overflow-hidden.white-bg.padding {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.white-bg {
    background-color: #fff;
  }

  .container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container.nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.copyright {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .container.no-padding.banner {
    padding-top: 120px;
  }

  .container.no-padding.banner.hide {
    display: none;
  }

  .container._0-pad {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .navbar {
    background-color: #fff0;
  }

  .logo-img {
    height: auto;
  }

  .nav-link {
    font-size: 20px;
  }

  .logo {
    padding-top: 5px;
  }

  .h1-heading {
    font-size: 100px;
    line-height: 112px;
  }

  .h1-heading.bigger.white {
    font-size: 215px;
  }

  .h2-heading {
    font-size: 100px;
    font-weight: 500;
  }

  .h2-heading.small {
    font-size: 85px;
    line-height: 94px;
  }

  .grid-footer {
    grid-template-rows: auto;
    grid-template-columns: .25fr .5fr 1.25fr;
  }

  .footer-link-wrapper {
    padding-top: 50px;
  }

  .h3-heading {
    font-size: 74px;
    line-height: 82px;
  }

  .h3-heading.white {
    color: #fff;
  }

  .paragraph.small {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-heading-div {
    margin-right: 194px;
  }

  .footer-heading {
    font-size: 35px;
    line-height: 42px;
  }

  .footer-link-block {
    margin-bottom: 22px;
  }

  .footer-link {
    font-size: 28px;
  }

  .bold {
    font-weight: 600;
  }

  .button {
    border-color: #212121;
    justify-content: center;
    align-items: center;
    width: 419px;
    height: 419px;
    top: 0;
    left: 0;
  }

  .button.white {
    font-size: 50px;
    line-height: 55px;
  }

  .button.white.new {
    background-size: 40px 40px;
    padding: 14px 80px 14px 20px;
    font-size: 50px;
    line-height: 50px;
  }

  .button.moving {
    width: 350px;
    height: 350px;
    top: -180px;
    left: 350px;
  }

  .button.moving.grey {
    border-color: #a6a6a6;
    width: 419px;
    height: 419px;
    top: 716px;
    left: 308px;
  }

  .arrow-img {
    width: 110px;
    top: 35%;
    left: 40%;
  }

  .arrow-img.bottom {
    width: 70px;
  }

  .arrow-img.moving {
    width: 150px;
    left: 31%;
  }

  .main-block {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -120px;
    padding-right: 60px;
    display: flex;
    top: 50%;
    left: 71%;
  }

  .footer-email-block {
    padding-top: 0;
    padding-left: 100px;
  }

  .newsletter-block {
    width: 100%;
    margin-top: 60px;
  }

  .newsletter-filed {
    padding-bottom: 60px;
    padding-right: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .newsletter-button {
    background-size: 32px;
    padding: 8px 50px 8px 20px;
    font-size: 32px;
    line-height: 32px;
    transition: all .3s;
  }

  .newsletter-button:hover {
  }

  .footer-text {
    margin-right: 170px;
    font-size: 20px;
    line-height: 27px;
  }

  .copyright-text {
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 22px;
  }

  .copyright-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services-text-wrapper {
    margin-bottom: 20px;
  }

  .text-block {
    color: #0a0a0a;
    font-size: 100px;
    line-height: 120px;
  }

  .text-block.small {
    font-size: 50px;
  }

  .numbering-wrapper {
    border-radius: 30px;
    width: 45px;
    height: 45px;
    margin-bottom: 2.5%;
    margin-right: 40px;
  }

  .numbering {
    font-size: 24px;
  }

  .banner-wrapper {
    width: 100%;
    position: relative;
  }

  .banner-wrapper.up {
    margin-bottom: 80px;
  }

  .scroll-holder.right {
    justify-content: flex-end;
  }

  .black {
    background-color: #0a0a0a;
  }

  .case-study--head-div {
    margin-top: 130px;
  }

  .moving-img-div {
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .start-text-block {
    font-size: 150px;
    line-height: 167px;
  }

  .start-text-block.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ciricle-div {
    width: 650px;
    height: 650px;
  }

  .ciricle-div.black {
    border-width: 0;
  }

  .ciricle-div.main {
    border-width: 0;
    width: 100%;
  }

  .circle-wrapper {
    justify-content: center;
    align-items: center;
  }

  .cicle-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .moving-text {
    height: 207px;
  }

  .moving-text._120 {
    height: 185px;
  }

  .changing-img-block {
    align-self: center;
  }

  .form-head-wrapper.margin {
    margin-bottom: 60px;
  }

  .text {
    font-size: 34px;
    line-height: 39px;
  }

  .tab-menu {
    padding-bottom: 40px;
  }

  .text-field {
    padding-top: 100px;
    font-size: 35px;
    line-height: 49px;
  }

  .form-check-box-wrapper {
    height: 75px;
  }

  .checkbox-label {
    font-size: 30px;
  }

  .radio-trigger {
    width: 400px;
    height: 85px;
  }

  .radio-button-label {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }

  .hover-mover {
    width: 220px;
    height: 280px;
  }

  .background-video {
    object-fit: contain;
  }

  .list-item {
    padding-bottom: 5px;
  }

  .tv-image {
    width: 50%;
  }

  .current {
    height: 29%;
  }

  .punch-img {
    width: 34%;
    top: .9vw;
  }

  .text-wrapper {
    margin-bottom: 60px;
  }

  .navlink-div {
    padding-right: 30px;
  }

  .navlink-div.right {
    padding-left: 30px;
  }

  .full-scroll-canvas {
    width: 80%;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-2.white.max-width {
    max-width: 60%;
  }

  .h3-heading-2 {
    font-size: 74px;
  }

  .main-inner-wrapper {
    height: 90%;
    top: 5vh;
  }

  .image-ab {
    inset: 0%;
  }

  .play-pause-wrapper {
    position: absolute;
    inset: 0%;
  }

  .play-pause-button {
    width: 160px;
    height: 160px;
  }

  .social-link {
    width: auto;
    height: auto;
  }

  .social-link.instagram {
    height: auto;
  }

  .cloneable-area {
    margin-top: 80px;
  }

  ._w-faq-icon {
    width: 16px;
    height: 16px;
  }

  .c-faq-item {
    flex-direction: column;
    align-items: flex-end;
  }

  .c-faq {
    max-width: 70%;
  }

  .button-wrapper {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .select {
    background-position: 97% 74%;
    background-size: 23px;
    height: 142px;
    padding-top: 60px;
    font-size: 35px;
    line-height: 49px;
  }

  .thank-you-wrapper {
    max-width: 1300px;
  }

  .back-to-top-wrap {
    border-radius: 20px;
    width: 80px;
    height: 80px;
  }

  .text-block-3 {
    color: #0000;
    font-size: 0;
    line-height: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .main-heading-wrapperbc {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ab-social-link-wrapper {
    inset: auto 0% 0%;
  }

  .social-link-new-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-text-social {
    font-size: 20px;
    line-height: 28px;
  }

  .ab-heading-wrap {
    color: #fff;
  }

  .button-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-new {
    border-radius: 57px;
    padding: 12px 30px;
  }

  .text-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-2.smal {
    font-size: 18px;
    line-height: 18px;
  }

  .btn-new-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-4 {
    font-size: 20px;
  }

  .btn-text-wrapper {
    height: 50px;
    border: 1px solid #777;
    padding: 3px 50px;
    border-radius: 40px;
  }

  .btn-text-wrapper._30 {
    height: 40px;
  }

  .button-wrapper-2 {
    pointer-events: auto;
    cursor: none;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-text {
    font-size: 24px;
    line-height: 43px;
  }

  .button-text.text-black {
    cursor: auto;
  }

  .button-text.text-black.bold.upper-case {
    font-size: 40px;
    line-height: 40px;
  }

  .arrow-wrapper {
    height: 40px;
  }

  .arrow-wrapper.bigger {
    width: 40px;
    height: 40px;
  }

  .wrapper-btn-move {
    pointer-events: none;
  }

  .button-wrapper-2-move {
    cursor: none;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-main-wrapper {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .text-wrapper-2 {
    margin-top: 40px;
  }

  .services-grid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-ring {
    width: 100%;
    position: absolute;
  }

  .content__img {
    max-width: 150px;
  }

  .profolio-text {
    font-size: 240px;
    line-height: 240px;
  }

  .button-wrapper-por {
    pointer-events: auto;
    cursor: none;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .ab-por-2 {
    left: 36%;
  }

  .ab-img-trail-0 {
    width: 90%;
  }

  .ab-img-wrapper {
    right: 19%;
  }

  .heading-wrapper-prot-main {
    padding-top: 12rem;
    padding-bottom: 100px;
  }

  .filter-tab-link {
    font-size: 80px;
    font-weight: 600;
    line-height: 90px;
  }

  .filter-content {
    margin-top: 60px;
  }

  .tabelements {
    font-size: 30px;
    line-height: 30px;
  }

  .cms-filter-main-wrapper {
    margin-top: 110px;
  }

  .main-filter-wrapper {
    position: relative;
  }

  .text-hide {
    font-size: 34px;
    line-height: 39px;
  }

  .wrapper-moving {
    height: 290px;
  }

  .fixed-wrapper {
    display: none;
  }

  .cross {
    width: 4%;
  }

  .footer-text-field {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-text-field.small.no.powered-by:hover {
    color: #f01736;
  }
}

@media screen and (max-width: 991px) {
  .section.black._100vh {
    height: 80vh;
  }

  .section.black.footer {
    margin-top: 0;
  }

  .section.sticky {
    height: auto;
  }

  .section.white-bg.z-index {
    margin-bottom: 0;
  }

  .section.white-bg.z-index.overflow-hidden.center-block {
    flex-direction: column;
    justify-content: center;
    min-height: 70vh;
    display: flex;
  }

  .section._100vh.black-black {
    height: 80vh;
    position: relative;
  }

  .container {
    padding: 40px;
  }

  .container.nav {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .container.copyright {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .container.no-padding.banner {
    width: 100%;
  }

  .container._0-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .container._40-bottom {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container.form {
    padding-top: 40px;
  }

  .container.large {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navbar {
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu._2 {
    background-color: #fff;
    height: 100vh;
    display: block;
  }

  .nav-link {
    color: #616161;
    width: 79%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 21px;
    font-size: 47px;
    font-weight: 400;
    line-height: 57px;
  }

  .nav-link:active {
    color: #0a0a0a;
  }

  .nav-link.w--current {
    font-weight: 600;
  }

  .nav-link.mob {
    padding-left: 20px;
    padding-right: 0;
    display: flex;
  }

  .nav-link.mob.hide {
    display: none;
  }

  .logo {
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0 0;
  }

  .h1-heading {
    font-size: 9vw;
    line-height: 1.2;
  }

  .h2-heading {
    margin-top: 0;
    font-size: 40px;
  }

  .h2-heading.white {
    font-size: 50px;
    line-height: 92px;
  }

  .h2-heading.bolder {
    font-size: 110px;
    line-height: 110px;
  }

  .h3-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
  }

  .paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .footer-heading.white {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-link {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-heading-wrapper {
    text-align: center;
    width: 100%;
  }

  .bold {
    font-weight: 600;
  }

  .button {
    width: 250px;
    height: 250px;
  }

  .button.white {
    font-size: 24px;
  }

  .button.white.new {
    background-size: 24px;
    padding-right: 40px;
    font-size: 24px;
    line-height: 24px;
  }

  .button.moving {
    width: 150px;
    height: 150px;
    top: -93px;
  }

  .button.moving.grey {
    width: 150px;
    height: 150px;
  }

  .arrow-img {
    width: 40px;
  }

  .arrow-img.bottom {
    width: 50px;
  }

  .arrow-img.moving {
    width: 60px;
  }

  .main-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-block {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
    position: static;
  }

  .newsletter-filed {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .newsletter-button {
    background-size: 22px;
    padding-right: 34px;
  }

  .footer-text, .copyright-text {
    font-size: 10px;
  }

  .text-block {
    font-size: 9vw;
    line-height: 1.2;
  }

  .text-block.small {
    color: #212121;
    font-size: 30px;
    line-height: 42px;
  }

  .numbering-wrapper {
    width: 25px;
    height: 25px;
    margin-bottom: 5%;
  }

  .banner-wrapper.up {
    margin-top: 0;
  }

  .banner-img {
    height: 60%;
  }

  .case-study--head-div {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list {
    flex-direction: row;
    margin-top: 0;
    padding-left: 20px;
  }

  .content-wrapper {
    border-bottom: 1px solid #5a5a5a;
    min-height: auto;
    padding: 20px 40px;
    position: static;
  }

  .moving-content-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .moving-img-div {
    position: static;
    overflow: visible;
  }

  .start-heading-div {
    flex-direction: column;
    width: 100%;
  }

  .start-text-block {
    font-size: 80px;
    line-height: 100px;
  }

  .start-text-block.hide.mobile {
    display: block;
  }

  .ciricle-div {
    width: 400px;
    height: 400px;
  }

  .ciricle-div._2 {
    z-index: 1;
    left: auto;
    right: auto;
  }

  .ciricle-div.black {
    z-index: 2;
  }

  .ciricle-div._3, .ciricle-div._4, .ciricle-div._5 {
    z-index: auto;
    left: auto;
    right: auto;
  }

  .ciricle-div.hover {
    inset: 0% auto;
  }

  .ciricle-div.main {
    z-index: 2;
    width: 450px;
  }

  .circle-wrapper {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .cicle-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .cicle-grid._2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .moving-text {
    height: 124px;
  }

  .moving-text._120 {
    height: 110px;
  }

  .form-head-wrapper.margin {
    margin-bottom: 20px;
  }

  .form-head-wrapper.margin.up {
    margin-top: 40px;
  }

  .tab-menu {
    margin-bottom: 40px;
  }

  .text-field {
    width: 100%;
    padding-top: 40px;
    font-size: 20px;
  }

  .text-field._60 {
    width: 60%;
    margin-top: 8%;
    margin-right: 10px;
    line-height: 28px;
  }

  .form-check-box-wrapper {
    width: 18%;
    height: 40px;
    margin-right: 0;
  }

  .checkbox-label {
    font-size: 14px;
    line-height: 20px;
  }

  .form-flex-div {
    margin-top: 0%;
  }

  .form-flex-div.flex-top {
    padding-bottom: 30px;
  }

  .radio-trigger {
    width: 180px;
    height: 40px;
  }

  .radio-button-label {
    font-size: 14px;
    line-height: 20px;
  }

  .flex-check-box {
    justify-content: space-between;
  }

  .spacer {
    height: 100vh;
  }

  .link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .link-block.hide {
    display: none;
  }

  .list-item {
    padding-right: 40px;
    font-size: 19px;
  }

  .heading-wrapper {
    width: 100%;
    padding-bottom: 40px;
  }

  .tv-image {
    width: 100%;
    height: 80%;
    position: relative;
    top: 24%;
  }

  .speaker-img {
    height: 40%;
    top: 32%;
  }

  .speaker-img.small {
    height: 30%;
    top: 40%;
  }

  .speaker-img.very-big {
    height: 40%;
    top: 31%;
  }

  .speaker-img.normal {
    height: 30%;
    top: 42%;
  }

  .cup-img {
    height: 70%;
    top: -6%;
  }

  .stand-img {
    height: 20%;
    top: 62%;
  }

  .paper-plane-img {
    width: 16%;
    height: 12%;
    bottom: 13%;
    left: 28%;
    right: 0%;
  }

  .nail-img {
    height: 4%;
    bottom: 46%;
    left: 30%;
  }

  .nail-img._2 {
    left: 40%;
  }

  .nail-img._3 {
    bottom: 42%;
    left: 41%;
  }

  .nail-img._4 {
    bottom: 40%;
    left: 39%;
  }

  .book-img {
    height: 9%;
    bottom: 8%;
  }

  .pencil-img {
    height: 6%;
    bottom: 9%;
    right: 9%;
  }

  .flower-pot-img {
    height: 20%;
    top: 56%;
    right: 2%;
  }

  .antenna-img {
    height: 15%;
    top: 25%;
    right: 28%;
  }

  .current {
    height: 15%;
    top: 33%;
    left: 24%;
  }

  .punch-img {
    width: 282px;
    top: 25%;
    left: 0%;
    right: auto;
  }

  .heading-wrapper-casestudy {
    margin-bottom: 20px;
  }

  .tab-mob-img-div {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .link-block-btn {
    display: none;
  }

  .link-block-btn.hide {
    align-self: center;
    display: flex;
  }

  .text-wrapper {
    margin-bottom: 20px;
  }

  .hamburger-icon {
    width: 25px;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .logo-drop-down {
    display: block;
    position: absolute;
    top: 3px;
  }

  .underline-nav {
    display: none;
  }

  .navlink-div {
    padding-left: 28px;
    line-height: 0;
  }

  .nav-wrapper {
    padding-top: 95px;
    display: block;
  }

  .case-study-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .line-2, .full-scroll-canvas {
    display: none;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-2.white.max-width {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .h3-heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 48px;
  }

  .cursor-move {
    display: none;
  }

  .main-index-wrapper {
    height: 50%;
  }

  .mob-loader-div {
    background-color: #212121;
    position: absolute;
    inset: 0%;
  }

  .heading-block.bottom {
    margin-bottom: 0;
  }

  .footer-wrapper-1 {
    position: static;
  }

  .spacer-footer {
    display: none;
  }

  .mob-video {
    z-index: 1;
  }

  .social-link {
    height: 12px;
    margin-right: 8px;
  }

  .social-link.instagram {
    height: 13px;
  }

  .cloneable-area {
    margin-top: 0;
  }

  .img.no-tab {
    display: none;
  }

  .img.tab {
    display: block;
  }

  .select {
    width: 100%;
    height: 80px;
    font-size: 20px;
  }

  .spline {
    display: block;
  }

  .track, .camera {
    height: auto;
  }

  .hero-content-wrapper {
    flex-flow: column;
  }

  .left-content-div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vh;
  }

  .right-content-div {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
	border-right: 1px solid #ddd;
  }

  .right-content-div._0 {
    position: sticky;
    top: 0;
  }

  .right-content-div._6 {
    background-color: #fff;
    height: auto;
    position: static;
  }

  .main-heading-wrapperbc {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .text-1 {
    font-size: 4vw;
    line-height: 1;
  }

  .text-1.bigger {
    font-size: 6vw;
    line-height: 1;
  }

  .ab-social-link-wrapper {
    width: auto;
    position: absolute;
    inset: 0% 0% auto !important; 
  }
  .ab-social-link-wrapper._2 {
	inset: auto 0% 0% !important;
  }

  .picture-wra {
    justify-content: flex-start;
    align-items: center;
  }

  .content-inner-wrap._1 {
    flex-flow: column;
    justify-content: flex-start;
  }

  .img-wrapper-hori {
    width: 100%;
  }

  .wrap-hor-img0main {
    width: 100%;
    height: 100%;
  }

  .button-content-wrap {
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
  }

  .wrapper-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wrap-bulllet-txt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ab-text-wrapper {
    margin-top: 7%;
    position: static;
  }

  .button-text.text-black.bold.upper-case {
    font-size: 4vw;
    line-height: 1;
  }

  .wrapper-btn-move {
    inset: auto 5% 33% auto;
  }

  .text-wrapper-2 {
    margin-bottom: 20px;
  }

  .grid_item.is--hamburger {
    width: auto;
    display: block;
  }

  .menu_link {
    margin-right: 0;
    padding: 5px 16px;
  }

  .profolio-text {
    font-size: 120px;
    line-height: 120px;
  }

  .section-hero {
    height: 70vh;
  }

  .portfolio-img-wrapper {
    width: 80%;
    margin-top: 40px;
  }

  .ab-por-1 {
    width: 20%;
    left: 12%;
  }

  .ab-por-2, .ab-por-3 {
    width: 20%;
  }

  .ab-img-trail-0 {
    width: 25%;
  }

  .ab-img-wrapper {
    top: -34%;
    right: -8%;
  }

  .design-ade {
    width: 80%;
  }

  .ab-img-wrap-1 {
    top: 34%;
  }

  .circle-wrapper-1 {
    width: 150px;
    height: 150px;
    top: 20%;
  }

  .filter-wrapper {
    flex-flow: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tabelements, .tab-dot-small {
    flex: none;
  }

  .cms-filter-main-wrapper {
    margin-top: 40px;
  }

  .filter-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .filter-collection-item {
    padding: 10px;
  }

  .tab-menu-filter {
    grid-template-columns: .5fr 1fr;
  }

  .fixed-wrapper {
    inset: 0%;
  }

  .footer-text-field {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section.white-bg.z-index.overflow-hidden.center-block {
    min-height: 60vh;
    display: flex;
  }

  .container {
    padding: 20px;
  }

  .container.footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-img {
    height: 50%;
  }

  .h2-heading {
    font-size: 40px;
  }

  .h2-heading.white {
    font-size: 40px;
    line-height: 50px;
  }

  .h2-heading.bolder {
    font-size: 30px;
    line-height: 30px;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

  .footer-link-wrapper {
    padding-top: 20px;
  }

  .h3-heading {
    font-size: 28px;
    line-height: 40px;
  }

  .footer-heading.white {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-link {
    font-size: 20px;
    line-height: 30px;
  }

  .button {
    width: 220px;
    height: 220px;
  }

  .arrow-img {
    width: 20%;
    height: 100%;
    top: 0%;
    left: auto;
    right: 58px;
  }

  .newsletter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .copyright-text {
    font-size: 12px;
  }

  .copyright-wrapper {
    grid-template-columns: 1fr;
  }

  .services-text-wrapper {
    align-items: center;
    margin-left: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .services-text-wrapper._5 {
    margin-left: 6%;
  }

  .services-text-wrapper._10 {
    margin-left: 13%;
  }

  .services-text-wrapper._15 {
    margin-left: 18%;
  }

  .services-text-wrapper._20 {
    align-items: center;
    margin-left: 23%;
  }

  .services-text-wrapper.up {
    padding-top: 0;
  }

  .text-block {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 11vw;
    line-height: 1.2;
  }

  .numbering-wrapper {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .numbering {
    font-size: 12px;
  }

  .scroll-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
  }

  .banner-img {
    flex: none;
    width: 130px;
    height: 100%;
  }

  .demo-video-div {
    object-fit: contain;
    border-radius: 10px;
    height: auto;
  }

  .list {
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
  }

  .content-wrapper {
    justify-content: flex-start;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .moving-content-div {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .ciricle-div.hover {
    position: static;
  }

  .cicle-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    align-content: stretch;
  }

  .tab-menu {
    display: flex;
  }

  .tab-2 {
    padding-left: 30px;
  }

  .text-field._60 {
    padding-bottom: 10px;
    line-height: 28px;
  }

  .form-check-box-wrapper {
    width: auto;
    height: 36px;
  }

  .checkbox-label {
    font-size: 14px;
    line-height: 24px;
  }

  .radio-trigger {
    width: 100%;
  }

  .radio-button-field {
    margin-right: 0;
  }

  .flex-check-box {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hover-mover {
    width: 100px;
    height: 130px;
  }

  .background-video {
    object-fit: contain;
  }

  .link-block {
    width: 100%;
    height: 100%;
    position: static;
  }

  .link-block.w--current {
    position: static;
  }

  .list-item {
    flex: none;
  }

  .tv-image {
    top: 43%;
  }

  .speaker-img.small, .speaker-img.normal {
    display: none;
  }

  .cup-img {
    height: 60%;
    top: 15%;
    left: 5%;
  }

  .stand-img {
    top: 64%;
    left: 20%;
  }

  .paper-plane-img {
    width: 15%;
    height: 10%;
    bottom: 19%;
    left: 44%;
  }

  .nail-img {
    height: 3%;
    bottom: 64%;
    left: 46%;
  }

  .nail-img._2 {
    left: 56%;
  }

  .nail-img._3 {
    bottom: 60%;
    left: 55%;
  }

  .nail-img._4 {
    bottom: 61%;
    left: 57%;
  }

  .book-img {
    height: 7%;
    right: 15%;
  }

  .pencil-img {
    height: 4%;
    right: 14%;
  }

  .antenna-img {
    height: 12%;
    top: 38%;
    right: 25%;
  }

  .current {
    height: 14%;
    top: 43%;
    left: 22%;
  }

  .punch-img {
    width: 222px;
    top: 37%;
    left: 0%;
  }

  .case-study-grid-2 {
    grid-template-columns: 1fr;
  }

  .h3-heading-2 {
    font-size: 26px;
    line-height: 36px;
  }

  .main-index-wrapper {
    width: 50%;
    height: 35%;
  }

  .form-flex-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .social-link {
    height: 15px;
  }

  .social-link.instagram {
    height: 16px;
  }

  .wrapper-inner {
    flex: none;
  }

  .c-faq {
    max-width: 90%;
  }

  .img.tab {
    display: none;
  }

  .img.mob {
    display: inline-block;
  }

  .right-content-div._6 {
    height: auto;
    background: #fcfcfc !important;
    position: relative;
  }

  .picture-wra, .picture-wra._2 {
    height: 60vh;
  }

  .content-inner-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 30vh;
    display: flex;
  }

  .content-inner-wrap._1 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .content-inner-wrap._2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .content-inner-wrap._3, .content-inner-wrap._4, .content-inner-wrap._5, .content-inner-wrap._6, .content-inner-wrap._8, .content-inner-wrap._9 {
    padding-top: 0;
  }

  .button-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-new {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn-new-wrap, .wrapper-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wrap-bulllet-txt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ab-text-wrapper {
    pointer-events: none;
    margin-top: 0%;
    position: static;
  }

  .text-4 {
    font-size: 9px;
  }

  .btn-text-wrapper._30 {
    height: 25px;
  }

  .button-wrapper-2.white.up-margin {
    margin-top: 20px;
  }

  .button-text.text-black.bold.upper-case {
    font-size: 25px;
    line-height: 25px;
  }

  .wrapper-btn-move {
    bottom: 43%;
  }

  .profolio-text {
    font-size: 50px;
    line-height: 80px;
  }

  .ab-img-trail-0 {
    width: 15%;
  }

  .ab-img-wrapper {
    right: -11%;
  }

  .heading-wrapper-prot-main {
    padding-bottom: 40px;
  }

  .ab-img-wrap-1 {
    top: 47%;
  }

  .circle-wrapper-1 {
    width: 100px;
    height: 100px;
    top: 35%;
    right: 5%;
  }

  .filter-tab-link {
    font-size: 40px;
    line-height: 50px;
  }

  .filter-content {
    margin-top: 20px;
  }

  .filter-wrapper {
    grid-column-gap: 24px;
  }

  .tabelements {
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 18px;
  }

  .filter-collection-list {
    grid-template-columns: 1fr;
  }

  .tab-menu-filter {
    grid-template-columns: .75fr 1fr;
  }

  .dap-logo-small {
    right: 16%;
  }

  .wrapper-moving {
    margin-top: 1%;
  }

  .copyright-text-wrapper.lottie {
    justify-content: center;
    align-items: center;
  }

  .footer-text-field {
    font-size: 20px;
    line-height: 26px;
  }

  .flex {
    justify-content: center;
    align-items: center;
  }
}