:root {
  --colors-all--white: white;
  --type-all-fonts--primary-font: Tercia, sans-serif;
  --colors-all--blue: blue;
  --colors-all--green: #b2ff5e;
}

body {
  background-color: var(--colors-all--white);
  font-family: var(--type-all-fonts--primary-font);
  color: var(--colors-all--blue);
  letter-spacing: .01em;
  font-size: 1.75rem;
  line-height: 110%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

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

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

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.hero-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: grid;
}

.hero-list-wrapper {
  border-top: 2px none var(--colors-all--blue);
  width: 100%;
  color: var(--colors-all--blue);
  -webkit-text-stroke-color: var(--colors-all--blue);
  padding-top: 2.875rem;
}

.home-item-link {
  width: 100%;
  height: 100%;
  color: var(--colors-all--white);
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
}

.global-embed-code {
  position: fixed;
  inset: 0% auto auto 0%;
}

.main-wrapper {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.container.index-1 {
  z-index: 1;
  z-index: 1;
}

.headline-1 {
  font-family: var(--type-all-fonts--primary-font);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.875rem;
  font-weight: 300;
  line-height: 85%;
}

.headline-2 {
  font-family: var(--type-all-fonts--primary-font);
  color: var(--colors-all--blue);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375rem;
  font-weight: 300;
  line-height: 85%;
}

.text-1 {
  font-family: var(--type-all-fonts--primary-font);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 110%;
}

.text-2 {
  font-family: var(--type-all-fonts--primary-font);
  letter-spacing: .01em;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 110%;
}

.text-3 {
  font-family: var(--type-all-fonts--primary-font);
  letter-spacing: .01em;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.section-headline-1 {
  z-index: 2;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative;
}

.headline-text-component {
  height: 100vw;
  max-height: 100rem;
  position: relative;
}

.section-headline-2 {
  padding-top: 2.5rem;
  padding-bottom: 0;
}

.headline {
  width: 100%;
  max-width: 48rem;
}

.section-home-grid {
  z-index: 10;
  background-color: var(--colors-all--white);
  position: relative;
}

.button-1first {
  letter-spacing: 0;
  font-size: 4.875rem;
  font-weight: 300;
  line-height: 90%;
}

.button-2second {
  font-family: var(--type-all-fonts--primary-font);
  color: var(--colors-all--blue);
  letter-spacing: .01em;
  background-color: #0000;
  padding: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 110%;
}

.button-2second.underline.load-more-hide {
  display: none;
}

.button-2second.submit-button {
  font-size: 3.375rem;
  font-weight: 300;
  line-height: 110%;
}

.button-4fourth {
  font-family: var(--type-all-fonts--primary-font);
  letter-spacing: .01em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 110%;
}

.footer {
  background-color: var(--colors-all--blue);
  color: var(--colors-all--white);
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
}

.footer.inherit-color {
  position: relative;
}

.footer-rows {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-links-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start end;
  width: 100%;
  display: grid;
}

.footer-logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  position: relative;
}

.nav-logo-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: var(--colors-all--blue);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-menu-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.group-menu-links {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  display: grid;
}

.footer-contact-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.group-contact-links {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  width: 100%;
  max-width: 24rem;
  display: grid;
}

.footer-cta {
  grid-column-gap: .938rem;
  grid-row-gap: .938rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 8.125rem;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5rem;
  display: flex;
}

.footer-copyright {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-legacy-links {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  width: 100%;
  max-width: 24rem;
  display: flex;
}

.muted-50 {
  opacity: .5;
}

.nav-brand {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-brand-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 50%;
  display: grid;
}

.nav-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-item-wide {
  background-color: var(--colors-all--blue);
  width: 100%;
  height: 100%;
}

.hero-item-tall {
  background-color: var(--colors-all--blue);
  width: 100%;
}

.global-grids-styles {
  position: fixed;
  inset: 0% auto auto 0%;
}

.item-content-top {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.item-content-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.home-list-wrapper {
  width: 100%;
  height: 100%;
}

.home-list {
  width: 100%;
}

.home-item {
  width: 100%;
  height: 100%;
}

.home-item.works-item {
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
}

.home-item.works-item.mobile-works {
  display: none;
}

.item-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon-svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.item-image-first {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.item-image-first.swiper-first {
  position: absolute;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-fill.cover-position-top-center {
  object-position: 50% 0%;
}

.image-fill.cover-position-bottom-left {
  object-position: 0% 100%;
}

.item-image-second {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.item-title {
  flex: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.item-icon-wrapper {
  position: relative;
  overflow: hidden;
}

.item-heading {
  width: 100%;
  max-width: 22rem;
}

.item-heading.item-heading-absolute {
  position: absolute;
}

.nav-menu-link {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  font-family: var(--type-all-fonts--primary-font);
  color: var(--colors-all--blue);
  letter-spacing: .01em;
  flex: none;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.165, .84, .44, 1), color .25s cubic-bezier(.165, .84, .44, 1), background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-link.nav-menu-link-button {
  background-color: var(--colors-all--blue);
  color: var(--colors-all--white);
  padding: .625rem 1rem;
  transition-duration: .5s, .5s, .5s;
}

.nav-menu-link.nav-menu-link-button:hover {
  background-color: var(--colors-all--green);
  color: var(--colors-all--blue);
}

.nav-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.nav-item.nav-item-button {
  justify-content: flex-end;
}

.section-hero {
  padding-top: 5rem;
  display: none;
}

.link-line {
  z-index: 2;
  background-color: var(--colors-all--blue);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(-101%);
}

.link-line.white-line {
  background-color: var(--colors-all--white);
  background-color: var(--colors-all--white);
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.menu-link-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  margin-bottom: -.15rem;
  display: flex;
}

.nav-mobile-link {
  color: #fff;
  border-bottom-style: none;
  display: none;
  overflow: hidden;
}

.menu-text-wrapper {
  position: relative;
}

.menu-text.menu-text-absolute {
  position: absolute;
}

.line-link-2second {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  font-family: var(--type-all-fonts--primary-font);
  color: var(--colors-all--blue);
  letter-spacing: .01em;
  flex: none;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.underline {
  text-decoration: underline;
}

.contacts-form {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.error {
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  display: block;
}

.success {
  background-color: #0000;
  margin-bottom: 0;
  padding: 0;
}

.success.modal-success {
  border-style: none;
  padding: 0;
}

.field-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: .75rem;
  display: flex;
  position: relative;
}

.field-wrap.is-ratio {
  display: none;
}

.form {
  width: 100%;
  margin-bottom: 0;
}

.error-message {
  background-color: var(--colors-all--green);
  color: var(--colors-all--blue);
  margin-top: 2.5rem;
  padding: 1.25rem 2.5rem;
}

.field {
  z-index: 2;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--colors-all--blue);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 3.125rem;
  min-height: 3.125rem;
  max-height: 5.625rem;
  color: var(--colors-all--blue);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.75rem;
  font-weight: 400;
  transition: border-color .2s;
  position: relative;
}

.field:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--colors-all--blue);
}

.field.message {
  height: 8.125rem;
  min-height: 8.125rem;
  max-height: 8.125rem;
}

.field-label {
  z-index: 1;
  opacity: .4;
  transform-origin: 0%;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 100%;
  transition: transform .2s;
  position: relative;
}

.field-label.is-radio {
  margin-bottom: .5em;
  font-size: 1.68em;
}

.field-label.large {
  opacity: 1;
  transform: scale(1.27)translate(0, 1.75rem);
}

.form-button {
  margin-top: 3.75rem;
  display: flex;
}

.form-text {
  width: 100%;
  max-width: 26rem;
}

.item-content {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-lottie {
  width: 100%;
}

.cc-banner-component {
  z-index: 999;
  border: 1px solid var(--colors-all--blue);
  background-color: var(--colors-all--white);
  width: 25.75rem;
  color: var(--colors-all--blue);
  padding: 1.563rem;
  display: none;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cc-banner-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cc-banner-bottom {
  justify-content: space-between;
  width: 100%;
  margin-top: 1.875rem;
  display: flex;
}

.line-link-4third {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  font-family: var(--type-all-fonts--primary-font);
  color: var(--colors-all--blue);
  letter-spacing: .01em;
  flex: none;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.rebel-grid-mobile, .letters-mobile, .rebel-grid-landscape, .letters-landscape {
  width: 100%;
  display: none;
}

.nav-brand-text {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  font-family: var(--type-all-fonts--primary-font);
  color: var(--colors-all--blue);
  letter-spacing: .01em;
  flex: none;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal {
  z-index: 1100;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.modal-form {
  display: none;
}

.modal-inner {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid var(--colors-all--blue);
  background-color: var(--colors-all--white);
  flex-direction: column;
  width: 42rem;
  padding: 1.5rem;
  display: flex;
}

.modal-header {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rebel-lottie {
  z-index: 1;
  width: 100%;
}

.lottie-animation {
  width: 100%;
}

.letters-lottie {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 64vw;
  max-height: 64rem;
  margin-bottom: -1.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.letters-track {
  background-color: var(--colors-all--white);
  width: 100%;
}

.rebel-track {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.success-heading {
  margin-bottom: 3.75rem;
  display: none;
}

.success-h {
  font-size: 10rem;
  line-height: 85%;
}

.success-content {
  text-align: left;
}

.form-link {
  color: var(--colors-all--blue);
}

.letters-gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--colors-all--white), transparent);
  width: 100%;
  height: 28vw;
  max-height: 28rem;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-legacy {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  justify-items: end;
  width: 50%;
  display: grid;
}

.nav-menu {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  min-height: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

.nav {
  z-index: 1000;
  background-color: var(--colors-all--white);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo-letter {
  z-index: 2;
  width: 100%;
  height: 100%;
  color: var(--colors-all--white);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-logo-footer {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.privacy-policy, .terms {
  flex: none;
}

.menu-con-svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-hero-lottie {
  width: 100%;
  height: 50vw;
  max-height: 50rem;
  padding-top: 5rem;
}

.headline-lg-wrapper {
  position: sticky;
  top: 5.625vw;
}

.headline-sm-wrapper, .hide {
  display: none;
}

.headline-cta-component {
  border-bottom: 2px none var(--colors-all--blue);
  width: 100%;
  padding-bottom: 2.875rem;
}

@media screen and (max-width: 991px) {
  .hero-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-list-wrapper {
    border-top-style: none;
    padding-top: 0;
  }

  .home-item-link {
    height: 23.125rem;
  }

  .headline-text-component {
    height: auto;
    max-height: none;
  }

  .section-headline-2 {
    padding-bottom: 5.625rem;
  }

  .footer-links-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: space-between;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: auto;
  }

  .group-menu-links {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
  }

  .group-contact-links {
    text-align: left;
    align-items: flex-start;
  }

  .footer-cta {
    max-width: 45rem;
    margin-top: 3.75rem;
  }

  .footer-bottom {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .nav-brand-wrapper {
    z-index: 1000;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: auto;
    display: flex;
    position: relative;
  }

  .nav-menu-wrapper {
    z-index: 10;
    color: var(--colors-all--white);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-lottie {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    max-height: 1.25rem;
    display: flex;
  }

  .nav-menu-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--colors-all--white);
    font-size: 2.375rem;
    font-weight: 300;
  }

  .nav-item.nav-item-links {
    flex-flow: column;
  }

  .nav-item.nav-item-button {
    justify-content: flex-start;
    margin-top: 4.375rem;
  }

  .section-hero {
    display: block;
  }

  .menu_link {
    margin-right: 0;
    padding: 5px 16px;
  }

  .case-details-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .case-client-description {
    max-width: 45rem;
  }

  .menu-link-icon {
    width: 1.375rem;
    height: 1.375rem;
    margin-bottom: -.25rem;
  }

  .case-rich-grid {
    grid-template-columns: 1fr;
  }

  .case-cms-list.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-cms-item.col.featured-1 {
    grid-column-end: span 2;
  }

  .nav-mobile-link {
    z-index: 1000;
    color: var(--colors-all--blue);
    text-decoration: none;
    display: block;
    position: relative;
  }

  .menu-text {
    font-size: 1.375rem;
    line-height: 120%;
  }

  .recognition-client-info {
    grid-template-columns: 1fr;
  }

  .team-component {
    overflow: auto;
  }

  .categories-content {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
  }

  .contacts-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  ._404-component {
    height: auto;
  }

  ._404-image-mobile {
    width: 100%;
    height: 100%;
  }

  .rebel-grid-landscape, .letters-landscape {
    display: block;
  }

  .nav-brand-text {
    margin-left: 1.25rem;
  }

  .modal.modal-form, .rebel-lottie, .letters-lottie {
    display: none;
  }

  .form-link {
    text-decoration: underline;
  }

  .nav-menu {
    z-index: 15;
    background-color: var(--colors-all--blue);
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100svh;
    padding: 10.625rem 1.25rem 1.25rem;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar-menu-button {
    z-index: 1000;
    display: block;
  }

  .menu-con-svg {
    width: 100%;
    height: 100%;
  }

  .legacy-header-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .legacy-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .legacy-header-image {
    margin-top: 2.5rem;
    display: none;
    position: relative;
    top: 0;
  }

  .section-hero-lottie {
    display: none;
  }

  .headline-lg-wrapper {
    position: relative;
    top: auto;
  }

  .team-wrapper {
    width: 100rem;
    padding-top: 9.375rem;
    padding-bottom: 5.625rem;
  }

  .headline-cta-component {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .blog-hero-grid {
    grid-template-columns: 1fr;
  }

  .blog-hero-header {
    position: static;
  }

  .blog-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.125rem;
  }

  .hero-list {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
  }

  .home-item-link {
    height: 16rem;
  }

  .container {
    padding-left: .938rem;
    padding-right: .938rem;
  }

  .headline-1 {
    font-size: 2.375rem;
  }

  .headline-2 {
    font-size: 1.875rem;
  }

  .text-1 {
    font-size: 1.125rem;
  }

  .text-2 {
    font-size: 1rem;
  }

  .text-3 {
    font-size: .938rem;
    line-height: 110%;
  }

  .section-headline-1 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .section-headline-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .headline {
    max-width: 27rem;
  }

  .button-1first {
    font-size: 2.375rem;
  }

  .button-2second {
    font-size: 1.125rem;
    line-height: 100%;
  }

  .button-2second.submit-button {
    font-size: 2.375rem;
  }

  .button-3third {
    font-size: .938rem;
  }

  .button-4fourth {
    font-size: .938rem;
    line-height: 110%;
  }

  .footer {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }

  .footer-links-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-links-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: space-between;
    justify-items: start;
  }

  .footer-menu-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer-contact-wrapper {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
    align-items: flex-start;
  }

  .group-contact-links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    max-width: 18rem;
  }

  .footer-cta {
    max-width: 24rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3.75rem;
  }

  .footer-copyright {
    width: 100%;
  }

  .footer-legacy-links {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
  }

  .nav-brand {
    width: 2.125rem;
    height: 2.125rem;
  }

  .nav-brand-wrapper {
    width: auto;
    display: flex;
  }

  .hero-item-wide.empty-item {
    display: none;
  }

  .hero-item-wide.mobile-wide-fix, .hero-item-wide.empty-item {
    display: none;
  }

  .hero-item-wide.empty-item.mobile-empty-fix {
    display: block;
  }

  .hero-item-wide.mobile-wide-fix, .hero-item-tall.empty-item, .hero-item-tall.empty-item {
    display: none;
  }

  .home-item-content {
    padding: .938rem;
  }

  .home-item.works-item.mobile-works {
    display: block;
  }

  .item-icon {
    width: .75rem;
    height: .75rem;
  }

  .section-hero {
    padding-top: 4.25rem;
    display: block;
  }

  .case-hero-section {
    padding-top: 6.875rem;
    padding-bottom: 2.5rem;
  }

  .case-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .case-hero-text {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .case-hero-description.second-description {
    margin-top: 0;
    margin-left: 18.75vw;
  }

  .case-details-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .case-details-grid {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .case-details-row {
    grid-template-columns: 1fr 1fr;
  }

  .case-details-divider {
    margin-top: .625rem;
    margin-bottom: .625rem;
  }

  .case-next-projects {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .case-next-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 2.5rem;
    position: relative;
  }

  .case-rich-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .case-rich-grid, .case-rich-second-column {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .case-rich-text.second-solutions {
    margin-left: 18.75vw;
  }

  .case-cms-item.col {
    grid-column-end: span 1;
  }

  .section-grid-items {
    padding-top: 0;
    padding-bottom: 0;
  }

  .template-collection-list {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
  }

  .template-collection-list.cases-list-mobile-fix {
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }

  .menu-text {
    font-size: 1.125rem;
  }

  .section-about {
    padding-top: 6.875rem;
    padding-bottom: 5.625rem;
  }

  .section-recognition {
    padding-bottom: 5.625rem;
  }

  .recognition-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .recognition-row {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .recognition-logo-wrapper {
    height: 2.5rem;
  }

  .recognition-client {
    grid-column-gap: .313rem;
    grid-row-gap: .313rem;
  }

  .star {
    width: .875rem;
    height: .875rem;
  }

  .recognition-client-info {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
    grid-template-columns: 1fr 1fr;
  }

  .section-team {
    padding-top: 5.625rem;
    padding-bottom: 2.5rem;
  }

  .team-component {
    margin-top: 1.25rem;
  }

  .team-slide.cc-team {
    flex: none;
    min-width: 26.4%;
    max-width: 26.4%;
  }

  .team-slide.cc-team.slide-2 {
    margin-top: -2.5%;
    margin-left: -5%;
  }

  .team-slide.cc-team.slide-3 {
    margin-left: -3.5%;
  }

  .team-slide.cc-team.slide-4 {
    margin-left: -5%;
  }

  .team-slide.cc-team.slide-5 {
    margin-top: -7.5%;
  }

  .team-slide.cc-team.slide-6 {
    margin-top: -17.5%;
    margin-left: -10%;
  }

  .team-slide.cc-team.slide-7 {
    margin-top: -15%;
    margin-left: -6%;
  }

  .team-slide.cc-team.slide-9 {
    margin-top: -27.5%;
    margin-left: 35%;
  }

  .team-card {
    padding: .75rem .75rem 2.5rem;
  }

  .card-photo-wrapper {
    min-height: 9.375rem;
  }

  .team-card-info {
    padding-bottom: .75rem;
  }

  .team-card-heading-wrapper {
    margin-left: -1.125ch;
  }

  .section-works {
    padding-top: 6.875rem;
  }

  .works-component {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .works-heading {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
  }

  .work-nav-link {
    font-size: 1.125rem;
    line-height: 100%;
  }

  .categories-list {
    grid-column-gap: .938rem;
    grid-row-gap: .625rem;
  }

  .line-link-3third {
    font-size: .938rem;
  }

  .line-link-2second {
    font-size: 1.125rem;
  }

  .line-link-4, .line-link-5 {
    font-size: .938rem;
  }

  .contacts-grid {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
  }

  .contacts-form {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
  }

  .section-form {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .field-wrap {
    padding-bottom: .625rem;
  }

  .field {
    height: 2.75rem;
    min-height: 2.75rem;
    max-height: 3.75rem;
  }

  .field.message {
    height: 5.625rem;
    min-height: 5.625rem;
    max-height: 5.625rem;
  }

  .field-label {
    font-size: 1.125rem;
  }

  .form-button {
    margin-top: 1.875rem;
  }

  .section-contacts {
    padding-top: 6.875rem;
  }

  .text-4 {
    font-size: 1.125rem;
  }

  .item-content {
    padding: .938rem;
  }

  .cc-banner-component {
    width: 18.375rem;
    padding: 1.25rem;
    bottom: .938rem;
    right: .938rem;
  }

  .cc-banner-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .line-link-4third {
    font-size: .938rem;
    line-height: 110%;
  }

  .section-404 {
    padding-top: 3.75rem;
  }

  ._404-image-desktop {
    display: none;
  }

  ._404-top-wrapper {
    margin-bottom: 5rem;
  }

  ._404-link-wrapper {
    margin-top: 2.5rem;
  }

  ._404-image-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rebel-grid-landscape, .letters-landscape {
    display: block;
  }

  .nav-brand-text {
    margin-left: .75rem;
    font-size: 1.125rem;
  }

  .modal.modal-form {
    display: none;
  }

  .modal-inner {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
    justify-content: center;
    width: 100%;
    margin-left: .938rem;
    margin-right: .938rem;
    padding: .938rem;
  }

  .success-heading {
    margin-bottom: 1.875rem;
  }

  .success-h {
    font-size: 6.25rem;
  }

  .footer-legacy {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
    width: 100%;
  }

  .nav-menu {
    padding-top: 7.125rem;
  }

  .nav-container {
    min-height: 3.125rem;
    padding-left: .938rem;
    padding-right: .938rem;
  }

  .group-last-contact-link {
    order: 1;
    margin-top: .938rem;
  }

  .terms {
    order: -1;
    margin-right: 4rem;
  }

  .section-legacy-header {
    padding-top: 6.875rem;
    padding-bottom: 0;
  }

  .section-legacy-body {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .legacy-grid-rows {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .legacy-list-wrapper {
    margin-bottom: 1.5rem;
  }

  .section-hero-lottie {
    padding-top: 1.125rem;
  }

  .section-ads {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .a-item-link {
    min-height: 16rem;
  }

  .headline-lg-wrapper {
    display: none;
  }

  .headline-sm-wrapper {
    display: block;
  }

  .team-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 48rem;
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
  }

  .next-projects-wrapper {
    margin-left: -.938rem;
    margin-right: -.938rem;
  }

  .swiper.cc-next-projects {
    overflow: hidden;
  }

  .swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    align-items: flex-start;
    display: flex;
  }

  .next-projects-mobile-nav {
    z-index: 2;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    width: 110%;
    margin-left: -5%;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .swiper-slide.cc-next-projects {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .next-projects-mobile-nav-btn {
    flex: none;
  }

  .next-projects-options {
    max-width: 100%;
  }

  .swiper-item-link {
    min-height: 16rem;
  }

  .blog-hero-section {
    padding-top: 6.875rem;
    padding-bottom: 2.5rem;
  }

  .blog-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .blog-hero-header {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    position: static;
  }

  .blog-details-row {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
    grid-template-columns: .5fr 1fr;
  }

  .case-details-row-copy {
    grid-template-columns: 1fr 1fr;
  }

  .blog-rich-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .blog-body-section {
    padding-top: 3.75rem;
  }

  .blog-grid-rows {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .blog-text-divider {
    margin-top: 3.75rem;
  }

  .blog-next-post {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .blog-next-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 2.5rem;
    position: relative;
  }

  .blog-heading {
    max-width: 18rem;
  }
}

@media screen and (max-width: 479px) {
  .home-item-link {
    height: 12rem;
  }

  .headline {
    width: 100%;
    max-width: none;
  }

  .footer-links-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .group-contact-links {
    max-width: 18rem;
  }

  .nav-brand-wrapper {
    width: 2.125rem;
  }

  .case-hero-description.second-description, .case-rich-text.second-solutions, .case-rich-text.second-solutions {
    margin-left: 24vw;
  }

  .case-cms-list.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .case-cms-item.col.featured-1, .case-cms-item.col.featured-2, .case-cms-item.col.featured-1, .case-cms-item.col.featured-2, .case-cms-item.col.featured-1, .case-cms-item.col.featured-2 {
    grid-column-end: auto;
  }

  .template-collection-list {
    grid-template-columns: 1fr;
  }

  .template-collection-list.cases-list-mobile-fix {
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }

  .team-button-wrapper {
    display: none;
  }

  .categories {
    flex-flow: column wrap;
  }

  .categories-list {
    flex-flow: column wrap;
    grid-template-columns: 1fr;
  }

  .contacts-form {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .cc-banner-component {
    width: 100%;
    box-shadow: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    padding: .938rem;
    bottom: 0;
    right: 0;
  }

  .rebel-grid-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .letters-mobile {
    flex-flow: column;
    display: flex;
  }

  .rebel-grid-landscape, .letters-landscape {
    display: none;
  }

  .success-h {
    font-size: 5rem;
  }

  .a-item-link {
    min-height: 12rem;
  }

  .blog-details-row {
    grid-template-columns: 1fr;
  }
}

#w-node-_023fc655-9673-e616-31ac-78728a7a8b8e-48411f8d, #w-node-_815c5fe4-0a9b-9fe2-6335-3da519cb4b7f-48411f8d, #w-node-_1913e5cf-1e89-b81e-b9c9-bd109339e07d-48411f8d, #w-node-ed2ec4cb-6d1f-5b35-c902-fef65996037c-48411f8d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e868423f-13b9-6d3b-16aa-d784150547be-48411f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4ec8d24-a7f3-3471-4ca3-97d9b2d2dc9a-48411f8d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_22da91e4-7b19-d4d6-1435-0812fed40b54-48411f8d, #w-node-_1d79aa4b-1e17-82dd-4d28-50ba0d22c438-48411f8d, #w-node-c252dbab-b621-b9d2-4d31-8837d4627118-48411f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f1d00b1-50ac-701a-f63b-3b9f3bdb4b3c-48411f8d, #w-node-_1779b8d4-b4ad-3b68-e9ea-3dad5c4a8863-48411f8d, #w-node-_6597fc18-d08b-5ba3-40f1-78339bcd31f5-48411f8d, #w-node-b30630b2-42ce-222e-4bbb-45a575c5ade9-48411f8d, #w-node-_39be0278-59cd-4ee4-5df3-ba856eb4d7e0-48411f8d, #w-node-_79b2e538-c945-9303-16b8-d957217024ed-48411f8d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3c84c74-c539-f3e1-6f0d-3ac213e98556-48411f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3310a804-47ae-45b6-11db-4828deaf8ee9-48411f8d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c103dda-5190-9798-27e8-2cffe330c92c-48411f8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24c971d6-f2fe-e674-5590-6a0a7731057f-48411f8d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b350671c-f42d-dcd5-dcd7-4144f65a6941-f65a693d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b350671c-f42d-dcd5-dcd7-4144f65a695e-f65a693d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4bb5bdfa-974e-4cb5-e191-c6051a7a5e9c-1a7a5e96 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-b350671c-f42d-dcd5-dcd7-4144f65a6942-f65a693d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_023fc655-9673-e616-31ac-78728a7a8b8e-48411f8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed2ec4cb-6d1f-5b35-c902-fef65996037c-48411f8d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6597fc18-d08b-5ba3-40f1-78339bcd31f5-48411f8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b30630b2-42ce-222e-4bbb-45a575c5ade9-48411f8d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}
