:root {
  --text: #1d2833;
  --textlight: #31373d;
  --jays1: #0fafff;
  --gray: #f5f8fc;
  --white: white;
  --jays2: #1d2833;
  --_projects---scroll: 0;
  --_projects---scroll-01: 0;
  --_projects---scroll-02: 0;
  --_projects---scroll-03: 0;
  --_projects---scroll-04: 0;
  --_projects---project-color: white;
  --margin-top: 0px;
  --_projects---project-01-scroll: 100%;
  --_projects---project-02-scroll: 100%;
  --_projects---project-03-scroll: 100%;
  --_projects---project-04-scroll: 100%;
  --_projects---project-01-scale: 0;
  --_projects---project-02-scale: 0;
  --_projects---project-03-scale: 0;
  --_projects---project-04-scale: 0;
}

.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;
  }
}

body {
  color: var(--text);
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
}

h1 {
  letter-spacing: -.2rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 5.3rem;
  font-weight: 600;
  line-height: 90%;
}

h2 {
  letter-spacing: -.2rem;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 5.3rem;
  font-weight: 600;
  line-height: 90%;
}

h3 {
  letter-spacing: -.1rem;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 100%;
}

h4 {
  letter-spacing: -.05rem;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 130%;
}

h5 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 130%;
}

h6 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 130%;
}

p {
  color: var(--textlight);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 140%;
}

a {
  color: var(--jays1);
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

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

li {
  padding-bottom: 5px;
}

img {
  display: inline-block;
}

blockquote {
  border-left: 10px solid var(--gray);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 1.1rem;
  line-height: 145%;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: stretch;
  display: grid;
}

.section-new {
  color: var(--text);
  background-color: #0000;
}

.p-large {
  opacity: .7;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 130%;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content.v-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
}

.content.header {
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
}

.group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.p-small {
  opacity: .7;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 145%;
}

.container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px;
  display: flex;
  position: relative;
}

.container.full-width {
  max-width: none;
  overflow: hidden;
}

.container.full-width.no-borders {
  padding-left: 0;
  padding-right: 0;
}

.container.no-space {
  padding-top: 0;
  padding-bottom: 0;
}

.p-micro {
  margin-top: 10px;
  font-size: .9rem;
}

.p-footnote {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: .9rem;
  font-weight: 400;
}

.huge-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22vw;
  line-height: 110%;
  overflow: hidden;
}

.huge-heading.green {
  color: var(--jays1);
  flex: none;
}

.section {
  background-color: var(--white);
  position: relative;
}

.section.bg-dark.section-projects {
  height: 400vh;
}

.section.bg-dark.project-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 50vh;
  overflow: hidden;
}

.section.square-height.bg-pink {
  background-image: none;
  background-position: 0 0;
}

.section.bg-gray {
  background-color: var(--gray);
}

.section.full-height.space-btw {
  justify-content: center;
  align-items: center;
}

.section.header {
  min-height: 110px;
}

.bg-dark {
  background-color: var(--text);
  color: var(--white);
}

.bg-dark p {
  color: var(--white);
}

.bg-pink {
  background-color: var(--jays1);
  color: var(--text);
}

.bg-pink p {
  color: var(--text);
}

.bg-pink a {
  background-color: var(--white);
  color: var(--text);
}

.sticky {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-center {
  text-align: center;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
}

.p-large {
  font-weight: 400;
}

.logo {
  background-image: url('../images/btln_pos.svg');
  background-position: 0 0;
  background-size: contain;
  width: 192px;
  height: 60px;
  display: none;
  position: fixed;
  top: 40px;
  left: 40px;
}

.logo.neg {
  background-image: url('../images/btln_neg.svg');
}

.columns {
  align-self: stretch;
}

.stats {
  background-color: var(--gray);
  text-align: center;
  border-radius: 20px;
  padding: 50px 20px 20px;
}

.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg, #670fff 25%, #0fafff 75%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 10px;
  display: inline-block;
}

.text-gradient.typed, .text-gradient.h90 {
  height: 90px;
}

.logo-img {
  border-radius: 24%;
  width: 7vw;
  min-width: 90px;
  max-width: 250px;
}

.client-logo {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 40vw;
  min-height: 200px;
  display: flex;
}

.ref-icon {
  border-radius: 18px;
  box-shadow: 0 3px 10px #0000001a;
}

.reference-content {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.reference-block {
  background-color: var(--white);
  transform-origin: 50%;
  max-height: 80vh;
  color: var(--text);
  border-radius: 30px;
  flex-direction: row;
  display: flex;
  position: static;
  top: 140px;
  overflow: hidden;
  transform: none;
}

.reference-block p {
  color: var(--textlight);
}

.reference-slider {
  width: 50%;
  max-height: 650px;
  padding-bottom: 50%;
  position: relative;
}

.tags {
  text-align: center;
  align-self: center;
}

.tag {
  border: 0px solid var(--text);
  background-color: var(--gray);
  color: var(--text);
  text-transform: uppercase;
  border-radius: 3px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 5px 10px;
  font-size: .7rem;
  font-weight: 400;
  display: inline-block;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.reference-back {
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.reference-slide {
  height: 100%;
  margin: auto;
  display: block;
}

.slide-nav-2 {
  display: none;
}

.no-space {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-white {
  color: var(--white);
}

.logo-block {
  flex-direction: column;
  align-items: center;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

.p-label {
  font-size: .8rem;
}

.full-height {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.input {
  height: 60px;
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px dashed #888;
  margin-bottom: 40px;
  padding: 0;
  font-size: 1.2rem;
}

.input-label {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.input-textarea {
  min-height: 100px;
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px dashed #888;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  line-height: 140%;
}

.error-message {
  background-color: #b10000;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.success-message {
  background-color: #0000;
  border-radius: 10px;
}

.form-wrapper {
  padding-top: 40px;
  padding-bottom: 130px;
  position: relative;
}

.submit_button {
  background-color: var(--jays1);
  width: 150px;
  height: 150px;
  color: var(--text);
  border-radius: 75px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.submit_button.button-absolute {
  position: absolute;
  bottom: 0;
  right: 0%;
}

.submit_button.button-absolute.bg-gradient {
  background-image: linear-gradient(315deg, #db01ff, #ff02d1 50%, #ff9330);
}

.image {
  border-radius: 50%;
}

.space20 {
  height: 20px;
}

.line-anim {
  transform-origin: 0%;
  background-color: #000;
  height: 1px;
  display: none;
}

.call-button {
  background-color: var(--jays1);
  background-image: url('../images/call.svg'), linear-gradient(315deg, #db01ff, var(--jays1) 50%, #ff9330);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 32px 32px, auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.stats-2 {
  border-radius: 20px;
  padding-top: 20px;
}

.rail_column {
  width: 25%;
}

.rail_column._2 {
  width: 26%;
}

.rail_column._3 {
  width: 30%;
}

.rail_column._1 {
  width: 22%;
}

.rail {
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 9rem;
  font-weight: 900;
  line-height: 95%;
  position: static;
  overflow: visible;
}

.rail.down {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26vw;
}

.rail.down.big {
  font-size: 40vw;
}

.rail.up {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26vw;
}

.rail.up.big {
  color: var(--white);
  font-size: 35vw;
}

.rail-block {
  display: flex;
}

.square-height {
  height: 100vh;
  max-height: 100vw;
  overflow: hidden;
}

.lottie {
  pointer-events: none;
  object-fit: fill;
  width: 100vw;
  height: 50vw;
  position: absolute;
  top: auto;
  bottom: -.5px;
  left: 0%;
}

.section-double-2 {
  height: 200vh;
  position: relative;
}

.scroll-button {
  z-index: 1;
  background-color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%);
}

.mouse-scroll {
  width: 30px;
  height: 48px;
}

.logo-stat {
  z-index: 100;
  background-image: url('../images/btln_pos.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 30px;
  display: block;
  position: fixed;
  inset: 20px auto auto 25px;
}

.logo-stat.neg {
  background-image: url('../images/btln_neg.svg');
}

.quote {
  color: var(--jays1);
  fill: #000;
  margin-left: auto;
  margin-right: auto;
}

.btln-slider {
  background-color: #0000;
  height: auto;
  margin: -50px -60px 0;
}

.slide-perspective {
  perspective: 2000px;
  margin-top: 50px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bg-blabber {
  background-color: var(--text);
  color: var(--white);
  background-image: linear-gradient(#003cd4, #00d4bb);
}

.bg-blabber p {
  color: var(--white);
}

.margin-top-0 {
  margin-top: 0;
}

.bg-gradient {
  color: var(--white);
  background-image: linear-gradient(315deg, #db01ff, #ff02d1 50%, #ff9330);
}

.bg-gradient p {
  color: var(--white);
}

.ref-img {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-2-project {
  grid-template-rows: auto;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.project-back {
  z-index: -1;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-icon {
  outline-offset: -1px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 25%;
  outline: 1px solid #ffffff26;
  width: 128px;
  height: 128px;
  margin-top: 10px;
  box-shadow: 0 2px 5px #0003;
}

.project-icon.big {
  width: 192px;
  height: 192px;
}

.project-info {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: min-content auto;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 40px;
  font-weight: 300;
  display: grid;
}

.ref-img-01, .ref-img-02 {
  object-fit: contain;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.project-tag {
  color: var(--text);
  mix-blend-mode: screen;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: .9rem;
}

.project-perex {
  max-width: 500px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.project-header {
  width: 100vw;
  height: 66vh;
}

.logo-project {
  z-index: 10;
  background-image: url('../images/btln_pos.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 190px;
  height: 60px;
  display: block;
  position: absolute;
  top: 30px;
  left: 40px;
}

.logo-project.neg {
  background-image: url('../images/btln_neg.svg');
  top: 30px;
}

.image-2 {
  aspect-ratio: 1;
  text-align: center;
  max-width: 140vw;
  height: 100vh;
  max-height: 140vw;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.project-info-detail {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 50fr 50fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 300;
  display: block;
}

.project-gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.project-highlight {
  background-color: var(--gray);
  border-radius: 20px;
  flex: 1;
  min-width: 30%;
  padding: 20px 40px 20px 30px;
  display: block;
}

.project-highlights {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: stretch center;
  display: flex;
}

.code-embed {
  text-align: center;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.project-button {
  background-color: var(--jays1);
  width: 150px;
  height: 150px;
  color: var(--white);
  text-align: center;
  border-radius: 75px;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  position: absolute;
  bottom: 15%;
  right: 20%;
  text-decoration-line: none !important;
}

.project-button.button-shine {
  flex-flow: column;
}

.project-card-back {
  aspect-ratio: 1 / 2;
  background-color: var(--white);
  border-radius: 50%;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  max-height: 700px;
  display: block;
  position: relative;
}

.project-card-text {
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  margin-top: 40px;
}

.project-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.project-card-image.layer {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.project-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: inherit;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-card-icon {
  aspect-ratio: 1;
  outline-offset: -1px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
  border-radius: 25%;
  outline: 1px #ffffff26;
  width: 64px;
  height: 64px;
  margin-top: 10px;
  margin-bottom: -20px;
  box-shadow: 0 2px 5px #0003;
}

.grid-2-projects {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: stretch;
  display: grid;
}

.project-card-button {
  z-index: 3;
  background-color: var(--jays1);
  width: 110px;
  height: 110px;
  color: var(--white);
  text-align: center;
  border-radius: 75px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  position: absolute;
  bottom: -30px;
  right: -30px;
  text-decoration-line: none !important;
}

.project-card-button.button-shine {
  flex-flow: column;
}

.projects-carousel-scroll {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  overflow: scroll;
}

.projects-carousel-item {
  flex: none;
  width: 80%;
  max-width: 1000px;
}

.marquee-block, .marquee {
  flex: none;
  display: flex;
}

.reference-marquee-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.reference-marquee-item {
  flex: none;
}

.image-5 {
  object-fit: contain;
}

.width-100p {
  width: 100%;
}

.rive {
  pointer-events: none;
  object-fit: fill;
  width: 100vw;
  height: 50vw;
  position: absolute;
  top: auto;
  bottom: -.5px;
  left: 0%;
}

.button-shine {
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.button-shine:hover {
  scale: 1.1;
}

.link {
  background-color: var(--jays1);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.ref-img-link {
  position: absolute;
  inset: 0%;
}

.menu-button {
  background-color: var(--jays2);
  height: 40px;
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/apps-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.menu-buttons {
  z-index: 1001;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 40px;
  display: flex;
  position: fixed;
  top: 20px;
  right: 25px;
}

.button-label {
  margin-left: 12px;
}

.button-home {
  background-image: url('../images/smart-home-1.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.button-back {
  background-image: url('../images/back_w.svg');
  background-position: 8px;
  background-size: 20px 20px;
}

.button-projects {
  background-image: url('../images/apps-1.svg');
  background-position: 50%;
  background-size: 20px 20px;
}

.no-hover {
  pointer-events: none;
}

.project-button2 {
  background-color: var(--jays1);
  width: 150px;
  height: 150px;
  color: var(--white);
  text-align: center;
  border-radius: 75px;
  justify-content: center;
  align-items: center;
  margin-left: -75px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  position: absolute;
  bottom: 25%;
  left: 75%;
  text-decoration-line: none !important;
}

.image-6 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.collection-list-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-more {
  background-image: url('../images/next_w.svg');
  background-position: 100%;
  background-size: 20px 20px;
}

.more-button {
  background-color: var(--jays1);
  min-width: 36px;
  height: 36px;
  color: var(--white);
  background-image: url('../images/next_w.svg');
  background-position: right 8px top 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 20px;
  margin-left: -10px;
  padding: 8px 36px 8px 18px;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
}

.heading-2 {
  display: inline-flex;
}

.logo-fixed {
  z-index: 1000;
  background-image: url('../images/btln_pos.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 40px;
  display: block;
  position: fixed;
  top: calc(50% - 75px);
  left: -45px;
  transform: rotate(-90deg);
}

.logo-fixed.neg {
  background-image: url('../images/btln_neg.svg');
}

.soc-icons {
  z-index: 100;
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
}

.bottom-0 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.space60 {
  height: 60px;
}

.heading-3 {
  letter-spacing: -.1rem;
}

.empty-state {
  background-color: #0000;
}

.button-mail {
  background-color: var(--gray);
  border-radius: 25px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 50px;
  display: block;
}

.logo-sub {
  z-index: 100;
  background-image: url('../images/btln_pos.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 30px;
  display: block;
  position: fixed;
  inset: 20px auto auto 25px;
}

.logo-sub.neg {
  background-image: url('../images/btln_neg.svg');
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 5rem;
  }

  h3 {
    font-size: 3rem;
  }

  h4 {
    margin-top: 40px;
    font-size: 2.1rem;
  }

  p {
    font-size: 1.2rem;
  }

  .grid-3 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3.project-detail-header {
    z-index: 20;
    margin-top: 2px;
  }

  .p-large {
    letter-spacing: -.05rem;
    font-size: 1.6rem;
  }

  .content.hero {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

  .content.header {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .content.page-top {
    padding-top: 40px;
  }

  .container {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.full-height {
    height: auto;
  }

  .section.header {
    min-height: 90px;
  }

  .submit_button.button-absolute.bg-gradient {
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .rail {
    max-width: 768px;
    font-size: 6.8rem;
  }

  .lottie {
    min-width: auto;
    min-height: auto;
  }

  .section-double-2.lottie-trigger {
    background-color: #ffe0e0;
  }

  .logo-stat {
    width: 190px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    transform: rotate(0);
  }

  .project-icon, .project-icon.big {
    width: 128px;
    height: 128px;
  }

  .project-info {
    margin-top: 20px;
  }

  .logo-project {
    position: absolute;
    top: 23px;
    left: 30px;
  }

  .logo-project.neg {
    top: 20px;
  }

  .image-2 {
    top: 60px;
  }

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

  .project-highlight {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .project-button {
    margin-top: 20px;
    position: static;
  }

  .project-card-back {
    min-width: auto;
  }

  .grid-2-projects {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .project-card-button {
    margin-top: 20px;
    position: absolute;
  }

  .projects-carousel-scroll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rive {
    min-width: auto;
    min-height: auto;
  }

  .menu-button, .more-button {
    top: 35px;
    right: 30px;
  }

  .logo-fixed {
    display: none;
    top: 20px;
    left: calc(50% - 75px);
    transform: rotate(0);
  }

  .img-max {
    max-width: 190px;
  }

  .m-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .m-space {
    margin-top: 40px;
  }

  .soc-icons {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
    position: static;
  }

  .space60 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
    font-size: 4rem;
  }

  h3 {
    font-size: 2.6rem;
  }

  h4 {
    font-size: 1.9rem;
  }

  p {
    font-size: 1.2rem;
  }

  .grid-3.project-detail-header {
    margin-top: -120px;
  }

  .p-large {
    font-size: 1.4rem;
  }

  .content.header {
    padding-top: 0;
  }

  .content.page-top {
    padding-top: 60px;
  }

  .p-small {
    font-size: 1rem;
  }

  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.no-space.full-height, .section.bg-dark.section-projects {
    height: auto;
  }

  .sticky.full-height.not-mobile-sticky {
    height: auto;
    position: static;
  }

  .text-center.p-small {
    font-size: .9rem;
  }

  .text-center.hide-on-phone, .logo {
    display: none;
  }

  .client-logo {
    max-width: 25vw;
  }

  .reference-block {
    border-radius: 20px;
    flex-direction: column;
    max-width: 350px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .reference-slider {
    border-radius: 20px 20px 0 0;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
  }

  .tag {
    margin-bottom: 4px;
  }

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

  .rail {
    max-width: 480px;
    font-size: 4.4rem;
  }

  .scroll-button {
    display: none;
  }

  .btln-slider {
    margin-left: -10px;
    margin-right: -10px;
  }

  .slide-perspective {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ref-img {
    height: auto;
    min-height: 80vh;
  }

  .grid-2-project {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .project-icon {
    width: 96px;
    height: 96px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-icon.big {
    width: 96px;
    height: 96px;
  }

  .project-info {
    grid-template-columns: 50% 50%;
    margin-top: 0;
  }

  .project-h3 {
    text-align: center;
    margin-top: 20px;
  }

  .ref-img-01, .ref-img-02 {
    object-fit: cover;
    height: auto;
    min-height: 80vh;
  }

  .project-perex {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block {
    justify-content: center;
    align-items: flex-start;
  }

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

  .project-highlight {
    min-width: 40%;
  }

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

  .project-button {
    margin-left: auto;
    margin-right: auto;
  }

  .project-button.button-shine {
    display: flex;
  }

  .project-card-back, .project-card-text {
    min-width: auto;
  }

  .grid-2-projects {
    grid-template-columns: 1fr;
  }

  .project-card-button {
    margin-left: auto;
    margin-right: auto;
  }

  .project-button2 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.1rem;
    font-size: 3.4rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 3rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.2rem;
  }

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

  .grid-3.project-detail-header {
    margin-top: -100px;
  }

  .p-large {
    font-size: 1.4rem;
  }

  .content.header {
    padding-top: 0;
  }

  .content.page-top {
    padding-top: 59px;
  }

  .container {
    align-items: stretch;
    padding: 40px 25px;
  }

  .section.bg-dark.project-header {
    height: 50vh;
  }

  .section.header {
    min-height: 85px;
  }

  .logo {
    width: 140px;
    height: 44px;
    top: 20px;
    left: 20px;
  }

  .client-logo {
    max-width: 40vw;
  }

  .reference-block {
    position: static;
  }

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

  .rail {
    max-width: 240px;
    font-size: 2.1rem;
  }

  .logo-stat {
    width: 140px;
    height: 44px;
    top: 20px;
    left: 20px;
  }

  .logo-project {
    width: 140px;
    height: 44px;
    margin-left: 10px;
    top: 20px;
    left: 0;
  }

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

  .project-highlight {
    min-width: 100%;
  }

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

  .project-card-back {
    width: 100%;
  }

  .project-card-text {
    text-align: center;
  }

  .project-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .project-card-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-projects {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .menu-button {
    width: 36px;
    top: 25px;
    right: 20px;
  }

  .menu-buttons {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .button-label {
    display: none;
  }

  .no-hover {
    pointer-events: none;
  }

  .more-button {
    top: 25px;
    right: 20px;
  }

  .logo-fixed {
    width: 140px;
    height: 44px;
  }

  .logo-sub {
    width: 140px;
    height: 44px;
    top: 20px;
    left: 20px;
  }
}

#w-node-_0efc277f-ff72-abc6-c466-e7c5467f8c0f-2ff7cc20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0efc277f-ff72-abc6-c466-e7c5467f8c10-2ff7cc20 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa55ff3c-9800-d1d8-0957-d5b0d07a618d-2ff7cc20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa55ff3c-9800-d1d8-0957-d5b0d07a618e-2ff7cc20 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-aa55ff3c-9800-d1d8-0957-d5b0d07a6196-2ff7cc20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ac42f2b-f38c-3673-56bb-97f9b1652491-2ff7cc20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4ac42f2b-f38c-3673-56bb-97f9b1652494-2ff7cc20 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4ac42f2b-f38c-3673-56bb-97f9b165249a-2ff7cc20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd02cce1-688f-6e89-c423-8fad6ca782bc-2ff7cc20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fd02cce1-688f-6e89-c423-8fad6ca782bd-2ff7cc20 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-fd02cce1-688f-6e89-c423-8fad6ca782c3-2ff7cc20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bb544df-59e2-37c1-0146-8f213953b0c2-2ff7cc20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5bb544df-59e2-37c1-0146-8f213953b0c3-2ff7cc20 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5bb544df-59e2-37c1-0146-8f213953b0cb-2ff7cc20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c01881ba-bbf6-98d1-b4cc-994579cc708f-2ff7cc20 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c01881ba-bbf6-98d1-b4cc-994579cc7090-2ff7cc20 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c01881ba-bbf6-98d1-b4cc-994579cc7094-2ff7cc20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_764ee4b5-8e88-f40a-72dd-07a379f3c948-79f3c948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_136cd05b-e0fe-c9f3-743c-9e2dc134d52f-2ff7cc21, #w-node-_0a82b6ee-bfb5-f8d7-0868-3a4e4ae77a6c-2ff7cc21, #w-node-_42be8fad-0007-10ec-39c0-ce38cfa31966-2ff7cc21, #w-node-_6bde48c3-bbc0-2890-59c7-29be1d0a6b28-2ff7cc21, #w-node-_549936fb-40cf-bf6f-d6e4-92d7a28efd5b-2ff7cc21, #w-node-_549936fb-40cf-bf6f-d6e4-92d7a28efd5c-2ff7cc21, #w-node-_549936fb-40cf-bf6f-d6e4-92d7a28efd5e-2ff7cc21, #w-node-_7882c6f3-1daf-ff80-1fa6-2fd0bced1d7b-2ff7cc21, #w-node-_7882c6f3-1daf-ff80-1fa6-2fd0bced1d7c-2ff7cc21, #w-node-_7882c6f3-1daf-ff80-1fa6-2fd0bced1d7e-2ff7cc21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_348991c6-b429-ea12-8849-cca2eba1799b-2ff7cc25 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_348991c6-b429-ea12-8849-cca2eba1799e-2ff7cc25 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_348991c6-b429-ea12-8849-cca2eba179a4-2ff7cc25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28d2359b-c482-e05b-924e-d21c9d252561-2ff7cc25 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_28d2359b-c482-e05b-924e-d21c9d25256b-2ff7cc25 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2c8a0ba6-cb54-1b13-5532-dbf434028c4f-2ff7cc25, #w-node-_2c8a0ba6-cb54-1b13-5532-dbf434028c59-2ff7cc25, #w-node-fe1b4489-c6a3-ca5a-41a3-b602eff9480b-2ff7cc25, #w-node-fe1b4489-c6a3-ca5a-41a3-b602eff9480d-2ff7cc25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0efc277f-ff72-abc6-c466-e7c5467f8c0f-2ff7cc20 {
    grid-column-end: 3;
  }

  #w-node-_0efc277f-ff72-abc6-c466-e7c5467f8c10-2ff7cc20, #w-node-abf5e286-e305-6077-1ebf-2361d7e677eb-2ff7cc20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-aa55ff3c-9800-d1d8-0957-d5b0d07a618d-2ff7cc20 {
    grid-column-end: 3;
  }

  #w-node-aa55ff3c-9800-d1d8-0957-d5b0d07a618e-2ff7cc20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4ac42f2b-f38c-3673-56bb-97f9b1652491-2ff7cc20 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4ac42f2b-f38c-3673-56bb-97f9b1652494-2ff7cc20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fd02cce1-688f-6e89-c423-8fad6ca782bc-2ff7cc20 {
    grid-column-end: 3;
  }

  #w-node-fd02cce1-688f-6e89-c423-8fad6ca782bd-2ff7cc20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5bb544df-59e2-37c1-0146-8f213953b0c2-2ff7cc20 {
    grid-column-end: 3;
  }

  #w-node-_5bb544df-59e2-37c1-0146-8f213953b0c3-2ff7cc20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c01881ba-bbf6-98d1-b4cc-994579cc708f-2ff7cc20 {
    grid-column-end: 3;
  }

  #w-node-c01881ba-bbf6-98d1-b4cc-994579cc7090-2ff7cc20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_348991c6-b429-ea12-8849-cca2eba1799b-2ff7cc25 {
    grid-column-end: 4;
  }

  #w-node-_348991c6-b429-ea12-8849-cca2eba1799e-2ff7cc25 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_28d2359b-c482-e05b-924e-d21c9d252561-2ff7cc25 {
    grid-column-end: 4;
  }

  #w-node-_28d2359b-c482-e05b-924e-d21c9d25256b-2ff7cc25 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_94f72a89-2ba2-2cad-8d02-a6af33a0d9ea-2ff7cc20, #w-node-_0264d915-dac4-de49-2303-69fcdd30fae6-2ff7cc20 {
    justify-self: end;
  }

  #w-node-_2c8a0ba6-cb54-1b13-5532-dbf434028c4f-2ff7cc25, #w-node-_2c8a0ba6-cb54-1b13-5532-dbf434028c59-2ff7cc25, #w-node-fe1b4489-c6a3-ca5a-41a3-b602eff9480b-2ff7cc25, #w-node-fe1b4489-c6a3-ca5a-41a3-b602eff9480d-2ff7cc25 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-abf5e286-e305-6077-1ebf-2361d7e677eb-2ff7cc20 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_2c8a0ba6-cb54-1b13-5532-dbf434028c59-2ff7cc25, #w-node-fe1b4489-c6a3-ca5a-41a3-b602eff9480d-2ff7cc25 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


