:root {
  --hi-yellow: #ccff02;
  --grey: #333;
  --transparent: #d4e4e300;
  --black: #000;
  --white: #fff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.navbar {
  z-index: 20;
  border: 1px solid var(--hi-yellow);
  background-color: #000;
  border-radius: 10px;
  width: 98%;
  height: 65px;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 1%;
  display: block;
  position: sticky;
  top: 20px;
}

.navbar--grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center end;
  height: 60px;
  margin-top: 2px;
  margin-bottom: auto;
  display: grid;
}

.navbar-div {
  display: flex;
}

.navbar-cta {
  background-color: var(--hi-yellow);
  color: #000;
  text-align: left;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 7px;
  margin-right: 25px;
  padding: 0 20px;
  font-family: Chakra Petch, sans-serif;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.navbar-cta:hover {
  box-shadow: 0 0 5px 1px var(--hi-yellow);
}

.cta--text {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.arrow-right {
  width: 25px;
  margin-left: 0;
}

.arrow-right-div {
  width: 25px;
  margin-left: 5px;
  display: block;
  overflow: visible;
}

.navbar-menu-wrp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.navbar-menu-wrp.w--current {
  flex-flow: column;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-menu {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.navbar-menu.login {
  color: var(--hi-yellow);
  margin-bottom: 0;
  font-size: 15px;
}

.navbar-menu.home {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.myname {
  color: #000;
  text-align: center;
  letter-spacing: -3px;
  text-transform: none;
  font-family: Outfit, sans-serif;
  font-size: 7em;
  font-weight: 500;
  line-height: 2em;
}

.position--text {
  color: #000;
  text-align: center;
  text-transform: none;
  font-family: Outfit, sans-serif;
  font-weight: 300;
}

.position--text--wrp {
  margin-top: -52px;
  padding-top: 0;
}

.showreel--video--wrp {
  border-radius: 10px;
  margin-top: 10%;
  overflow: hidden;
}

.heading--3-checkra {
  font-family: Chakra Petch, sans-serif;
}

.padding-top-bottm-30px {
  padding-top: 6%;
  padding-bottom: 0%;
}

.heading--3--outfit {
  letter-spacing: 0;
  font-family: Outfit, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.main-paragraph {
  color: #585858;
  font-family: Archivo, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

.slidecontent {
  background-color: var(--hi-yellow);
  border-radius: 12px;
  flex: 1;
  min-width: 200px;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 8% 5% 8% 7%;
  display: flex;
  position: relative;
  overflow: visible;
}

.slide-nav {
  background-color: #000;
  margin-bottom: -122px;
  padding-top: 27px;
  font-size: 8px;
  display: none;
}

.testimony {
  color: #eee;
  background-color: #030303;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.testimoney--slider {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: auto;
  padding: 25px 50px;
  display: flex;
  overflow: visible;
}

.mask {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  overflow: visible;
}

.arrow {
  color: #c9c9c9ed;
  font-size: 22px;
  inset: auto 0% 0% auto;
}

.slide {
  width: 500px;
  overflow: visible;
}

.name {
  color: #fff;
  position: absolute;
  inset: auto 20px 0 auto;
}

.button {
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 33px;
  margin-left: 23px;
  margin-right: 23px;
  font-weight: 700;
}

.heading_1 {
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.para-txt-wht {
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.left-arrow {
  align-self: flex-end;
  height: 400px;
  margin-top: 36px;
  margin-left: 0;
  inset: 0% auto 0% 0%;
}

.right--arrow {
  height: 400px;
  margin-top: 36px;
  inset: 0% 0% 0% auto;
}

.work-grid {
  grid-row-gap: 73px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3%;
  margin-bottom: 7%;
}

.my--container--2 {
  max-width: 1100px;
}

.grid--wrp--work {
  margin-top: 10%;
  margin-bottom: 10%;
}

.work-grid-wrp {
  color: var(--grey);
  text-decoration: none;
}

.category--title {
  text-transform: uppercase;
  font-family: Chakra Petch, sans-serif;
}

.work-grid--thumb--wrp {
  object-fit: contain;
  background-color: #d4e4e3;
  border-radius: 10px;
  width: 350px;
  height: 280px;
  overflow: hidden;
}

.work--thumb-grid--heading {
  margin-top: 0;
  margin-bottom: 6px;
  margin-left: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.work--thumb-grid--subtext {
  width: 40ch;
  margin-top: 0;
  font-family: Archivo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.slide--profile-col {
  border-right: 1px dotted #000;
  align-self: center;
  width: 30%;
}

.slide--test-col {
  align-self: center;
  width: 70%;
  padding-left: 25px;
  padding-right: 0%;
}

.slide--profile-circle {
  border: 2px solid #000;
  border-radius: 60px;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.slide--profile-name {
  color: #000;
  letter-spacing: -.3px;
  font-family: Playfair, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.slide--profile-position {
  color: #000;
  letter-spacing: -.5px;
  font-family: Playfair, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.slide--prof--para {
  color: var(--black);
  font-family: Playfair, sans-serif;
}

.slide--profile-circle-1 {
  border: 2px dotted #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  inset: 0%;
}

.footer {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.footer-text-wrp {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-text {
  padding-left: 5%;
  padding-right: 5%;
}

.footer-text-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Chakra Petch, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-text-link:hover {
  color: var(--hi-yellow);
}

.footer-text-link.w--current {
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.footer-text-link.w--current:hover {
  color: var(--hi-yellow);
}

.project-section {
  margin-top: 8%;
  margin-bottom: 10%;
  padding-left: 3%;
  padding-right: 3%;
}

.project--grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.fixed-sidenav {
  background-color: var(--black);
  border-radius: 9px;
  width: auto;
  min-width: 180px;
  max-width: 220px;
  height: 290px;
  padding: 20px 9% 10%;
  display: block;
  position: sticky;
  top: 18%;
}

.container-1 {
  width: auto;
  max-width: 90%;
}

.project--media-wrp {
  border-radius: 9px;
  width: auto;
  max-width: 900px;
  margin-top: 6%;
  margin-bottom: 6%;
  overflow: hidden;
}

.project--head {
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Chakra Petch, sans-serif;
}

.project--head.proj--type {
  text-transform: none;
  font-style: italic;
  font-weight: 400;
}

.project--head.centre {
  text-align: center;
}

.main--body--txt {
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.fixed-sidenav-cta {
  background-color: var(--hi-yellow);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Chakra Petch, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-block {
  font-weight: 600;
}

.proj--hd--cont--flex {
  display: flex;
}

.text-block-2 {
  text-transform: uppercase;
  align-self: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Chakra Petch, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
}

.project--head---divider {
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Chakra Petch, sans-serif;
  font-weight: 300;
}

.project--head---divider.proj--type {
  font-weight: 400;
}

.project-image {
  width: 100%;
  display: block;
  overflow: visible;
}

.navbar-wrp-deskt {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hamb-menu {
  display: none;
}

.container-1300 {
  max-width: 1300px;
}

.project--text--cont {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 5%;
}

.project--sub--head {
  font-family: Chakra Petch, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.main--parag {
  color: #474747;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.arrow_icon {
  font-size: 27px;
}

.after_mobile {
  z-index: 1;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-02-DR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.before_mobile {
  z-index: 2;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-01-DR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.awasero_logo {
  height: 28px;
}

.container {
  background-color: #fff;
  border-radius: 25px;
  flex: 1;
  height: 57vh;
  position: relative;
  overflow: hidden;
}

.icon {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #ffffffe3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 37px;
  height: 38px;
  min-height: 38px;
  padding: 5px;
  display: flex;
}

.section_hero {
  z-index: 1;
  color: #fff;
  background-image: url('../images/Frame-13.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.drag {
  z-index: 5;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: grab;
  background-color: #ffffff8c;
  justify-content: center;
  align-items: center;
  width: 2%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 49%;
}

.after {
  z-index: 1;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-02-DR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 42vh;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.link-block {
  margin-top: 32px;
}

.clone_project {
  color: #e9e9e9;
  margin: 23px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.global-padding {
  text-align: center;
  flex: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.before {
  z-index: 2;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-01-DR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 42vh;
  background-attachment: fixed;
  width: 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.tab-detail {
  border-top: 1px solid #000;
  width: 100%;
  height: 6rem;
  display: none;
  overflow: hidden;
}

.accordion_vertical-component {
  background-color: #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 5.5rem;
  padding: 0 0 0;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.accordion_vertical-component.current {
  height: auto;
  display: block;
}

.button-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 3rem;
  display: flex;
}

.vertical-img {
  object-fit: contain;
  width: 40%;
  height: 13rem;
}

.support-section {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
}

.accordion_horizontal-bottom {
  justify-content: space-between;
  align-items: center;
  width: 0%;
  padding: 0;
  overflow: hidden;
}

.accordion_horizontal-bottom.active {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.page-padding {
  padding-left: 0;
  padding-right: 0;
}

.text-vertical {
  letter-spacing: .5px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  transform: rotate(180deg);
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100rem;
  min-height: 98vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-style-h1 {
  color: #e43c13;
  font-size: 7.5rem;
}

.text-number {
  color: #e43c13;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-link.blue {
  color: #03f;
}

.mask-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem 2rem 2rem 3.5rem;
  display: flex;
}

.tab-wrap {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.mask-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 16px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1rem 0;
  display: flex;
}

.accordions_vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  width: 100%;
  display: flex;
}

.top-wrap {
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  display: flex;
}

.accordion_verical-bottom {
  height: 0;
  padding-right: 0;
  transition: all .5s ease-out;
  overflow: hidden;
}

.accordion_verical-bottom.current {
  width: 100%;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.header-wrap {
  padding-bottom: 1.5rem;
}

.accordion2_icon {
  width: 2rem;
  padding-top: 6px;
  transition: all .3s ease-out;
}

.accordion2_icon.current {
  transform: rotate(45deg);
}

.spacing {
  height: 8rem;
}

.text-size-large {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

.bottom {
  background-color: #f0f0f0;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.accordion_vertical-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  padding: 1.25rem 2rem;
  display: flex;
}

.accordions_horizontal {
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  width: 100%;
  height: 60vh;
  display: flex;
}

.contact-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.delete-this {
  margin-top: 2rem;
  display: none;
}

.accordion_horizontal-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 2rem;
  display: flex;
}

.max-width-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  width: 23rem;
  display: flex;
}

.accordion_horizontal-component {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 7%;
  padding-bottom: 0;
  transition: all .5s ease-in-out;
  display: flex;
  overflow: hidden;
}

.accordion_horizontal-component.active {
  width: 74%;
}

.horizontal-img {
  object-fit: contain;
  width: 40%;
  height: 100%;
}

.text-block-h2--size {
  font-family: Chakra Petch, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.fixed-sidenav-links {
  margin-top: 18px;
  text-decoration: none;
  display: flex;
}

.sidenav--txt--wrp {
  margin-left: 8px;
}

.sidenav--yell--arr--img {
  width: 14px;
}

.sidenav--txt {
  color: var(--white);
  font-family: Chakra Petch, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.fixed--links-wrps {
  margin-top: 24px;
}

.brand--wrp {
  justify-content: center;
  align-items: center;
  margin: 40px auto 20px;
  display: flex;
}

.protag-liteblue-col-divs {
  background-color: #2eaae1;
  width: 33.3%;
  height: 200px;
  margin-left: 1%;
  margin-right: 1%;
}

.brand-fonts--company {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.brand-fonts--company.caps {
  text-transform: uppercase;
}

.brand-fonts--company.caps.amua {
  font-family: Archivo, sans-serif;
  font-weight: 600;
}

.brand-fonts--company.amua {
  font-family: Archivo, sans-serif;
  font-weight: 300;
}

.cs-logo {
  width: 40px;
  transition: all .5s cubic-bezier(.77, 0, .175, 1);
}

.cs-logo:hover {
  width: 45px;
}

.more--projects--section {
  margin-top: 10%;
  margin-bottom: 5%;
}

.more--projects-slider {
  background-color: var(--white);
  margin-top: 40px;
}

.more--proj--slides {
  border-radius: 10px;
  width: 380px;
  margin-left: 1%;
  margin-right: 1%;
}

.more--proj--slides-div {
  height: 100%;
}

.more--proj--slides-img {
  width: 100%;
}

.more--proj--arrows {
  background-color: var(--hi-yellow);
  color: #000;
  border: .5px #000;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  font-size: 29px;
  inset: 0%;
  box-shadow: 0 2px 8px -1px #0003;
}

.image-2 {
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
}

.navbar--logolink--div {
  display: flex;
}

.project--profile--circle {
  border: 1px solid var(--hi-yellow);
  border-radius: 40px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-bottom: 5px;
  margin-right: 10px;
  overflow: hidden;
}

.project--profile--img {
  width: auto;
  min-width: 40px;
  min-height: 40px;
}

.work--thumb-tex-flxbox {
  margin-top: 15px;
  display: flex;
}

.work--thumbtex--wrp {
  align-self: flex-start;
}

.before--after--wrap {
  border-radius: 9px;
  width: auto;
  max-width: 900px;
  margin-top: 6%;
  margin-bottom: 6%;
  display: none;
  overflow: hidden;
}

.protag-darkblue-col-divs {
  background-color: #1a313c;
  width: 33.3%;
  height: 200px;
  margin-left: 1%;
  margin-right: 1%;
}

.protag-ornge-col-divs {
  background-color: #ff931e;
  width: 33.3%;
  height: 200px;
  margin-left: 1%;
  margin-right: 1%;
}

.mask-3 {
  height: 400px;
}

.before-after-slider-container {
  border-radius: 9px;
  width: auto;
  max-width: 900px;
  margin-top: 6%;
  margin-bottom: 6%;
  display: none;
  overflow: hidden;
}

.slidenav {
  background-color: #0000;
  display: none;
  inset: auto 0% -35%;
}

.amua--col--div--1 {
  background-color: #3e4317;
  width: 33.3%;
  height: 200px;
  margin-left: 1%;
  margin-right: 1%;
}

.amua--col--div--2 {
  background-color: #cfe648;
  width: 33.3%;
  height: 200px;
  margin-left: 1%;
  margin-right: 1%;
}

.amua--col--div--3 {
  background-color: #788400;
  width: 33.3%;
  height: 200px;
  margin-left: 1%;
  margin-right: 1%;
}

.accordion--cont--wrp {
  border-radius: 13px;
  margin-bottom: 10%;
  overflow: hidden;
}

.accordion--rich--txt h1 {
  font-family: Chakra Petch, sans-serif;
}

.accordion--rich--txt h2, .accordion--rich--txt h3, .accordion--rich--txt h5 {
  font-family: Chakra Petch, sans-serif;
  font-weight: 600;
}

.accordion--rich--txt h6 {
  font-family: Chakra Petch, sans-serif;
}

.accordion--rich--txt ol {
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.accordion--rich--txt p {
  color: var(--grey);
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.accordion--rich--txt ul {
  font-family: Archivo, sans-serif;
}

.heading {
  font-family: Chakra Petch, sans-serif;
  font-weight: 600;
}

.block-quote {
  color: var(--grey);
  font-family: Chakra Petch, sans-serif;
  font-size: 20px;
}

.paragraph {
  font-family: Chakra Petch, sans-serif;
}

.link {
  color: var(--grey);
  text-decoration: underline;
}

.dark--bg {
  background-color: var(--black);
  padding: 10% 15%;
}

.lottie-drk-bg-aimer {
  background-color: #002128;
}

.lottie-animation {
  padding: 51px;
}

.accord-padd {
  margin-bottom: 2%;
}

.contact-wrp {
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-centre {
  margin-left: 0;
  margin-right: 0;
}

.contact-textlink {
  color: #000;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Chakra Petch, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.contact-icon {
  color: var(--black);
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}

.section-color {
  background-color: var(--hi-yellow);
  border-radius: 20px;
  padding-top: 2%;
  padding-bottom: 8%;
}

.home-body {
  overflow: visible;
}

.nav--animat--line {
  background-color: var(--transparent);
  width: 100%;
  height: 1px;
}

.slidenav-projects {
  display: none;
}

@media screen and (max-width: 991px) {
  .myname {
    font-size: 5em;
  }

  .testimony {
    padding-left: 3%;
  }

  .work-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15%;
  }

  .grid--wrp--work {
    padding-left: 2%;
    padding-right: 2%;
  }

  .work-grid-wrp {
    width: auto;
    max-width: 350px;
  }

  .work-grid--thumb--wrp {
    width: 100%;
  }

  .work--thumb-grid--subtext {
    width: auto;
  }

  .navbar-wrp-deskt {
    display: none;
  }

  .hamb-menu {
    width: 50px;
    display: block;
  }

  .after_mobile, .before_mobile {
    background-position: 50% 60%;
    background-size: auto 40vh;
    width: 100%;
    display: block;
  }

  .after {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .global-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .before {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .accordion_vertical-component.current {
    height: auto;
  }

  .accordion_horizontal-bottom {
    width: 100%;
  }

  .mask-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
  }

  .mask-horizontal {
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
  }

  .accordions_vertical {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .header-wrap {
    padding-bottom: .5rem;
  }

  .accordions_horizontal {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .max-width-small {
    flex: 0 auto;
  }

  .accordion_horizontal-component, .accordion_horizontal-component.active {
    width: 100%;
  }

  .horizontal-img {
    width: 30%;
  }

  .section-color {
    background-color: var(--hi-yellow);
    padding-top: 5%;
    padding-bottom: 14%;
  }
}

@media screen and (max-width: 767px) {
  .name-wrp {
    padding-left: 0%;
    padding-right: 2%;
  }

  .name--section, .showreel-video-section, .about--reference {
    padding-left: 2%;
    padding-right: 2%;
  }

  .work-grid {
    grid-template-columns: 1fr;
    margin-top: 5%;
  }

  .work-grid-wrp {
    max-width: none;
  }

  .work-grid--thumb--wrp {
    height: 320px;
  }

  .work--thumb-grid--subtext {
    width: auto;
  }

  .footer {
    margin-top: 0;
  }

  .project-section {
    margin-top: 21%;
    margin-bottom: 21%;
  }

  .project--grid {
    grid-template-columns: 1fr;
  }

  .fixed-sidenav {
    display: none;
  }

  .proj--hd--cont--flex {
    display: block;
  }

  .project--head---divider {
    display: none;
  }

  .after_mobile, .before_mobile {
    background-position: 50% 70%;
  }

  .container {
    height: 300px;
  }

  .button-wrap {
    width: 2.25rem;
    height: 2.25rem;
  }

  .accordion_horizontal-bottom {
    padding-right: 0;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-vertical {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
  }

  .mask-2 {
    padding-right: 1rem;
  }

  .mask-horizontal {
    margin-bottom: 1rem;
    padding: 2rem 1rem;
  }

  .accordion_verical-bottom, .accordion_verical-bottom.current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion2_icon {
    width: 1.75rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .accordion_vertical-top {
    padding: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .accordion_horizontal-top {
    padding: 1.25rem;
  }

  .contact-wrp {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .contact-centre {
    text-align: center;
    display: block;
  }

  .contact-textlink {
    padding-top: 3%;
    padding-bottom: 3%;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .myname {
    font-size: 4em;
    line-height: 1.1;
  }

  .position--text--wrp {
    margin-top: 0;
  }

  .work-grid--thumb--wrp {
    background-color: var(--transparent);
    height: auto;
  }

  .project-section {
    margin-top: 28%;
    margin-bottom: 28%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .proj--hd--cont--flex {
    display: block;
  }

  .project--head---divider {
    display: none;
  }

  .after_mobile, .before_mobile {
    background-position: 50% 75%;
    background-size: auto 200px;
  }

  .container {
    height: 300px;
  }

  .drag {
    width: 4%;
    left: 48%;
  }

  .before {
    background-repeat: repeat-x;
    background-size: cover;
  }

  .accordion_horizontal-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .text-vertical {
    font-size: 1.1rem;
  }

  .mask-2 {
    flex-flow: column;
    padding-bottom: 1rem;
  }

  .accordions_vertical {
    padding-top: 0;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .accordions_horizontal {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 0;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .max-width-small {
    width: 100%;
  }

  .horizontal-img {
    width: 100%;
    height: 10rem;
  }
}

#w-node-_5b748be3-216d-ed68-6874-4a913fda127c-3fda1279 {
  place-self: center end;
}


