:root {
  --brand-primary-dark: #0d1118;
  --pure-gray-900: #212121;
  --pure-gray-100: #fafafa;
  --brand-secondary-dark: #161b24;
  --brand-accent: #ffdc24;
  --pure-gray-400: #bdbdbd;
  --pure-gray-700: #616161;
  --pure-gray-500: #9e9e9e;
  --pure-gray-300: #ebebeb;
  --pure-gray-200: whitesmoke;
  --pure-gray-800: #424242;
  --pure-gray-600: #757575;
}

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

body {
  background-color: var(--brand-primary-dark);
  color: var(--pure-gray-900);
  font-family: Strawford, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}

h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.67;
}

a {
  color: var(--pure-gray-100);
  text-decoration: none;
}

.section {
  position: relative;
}

.section.cc-hero {
  min-height: 100vh;
}

.section.cc-hero.webflow {
  min-height: auto;
}

.section.cc-what-we-do {
  background-color: var(--brand-secondary-dark);
  margin-left: 0;
}

.section.cc-work {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.section.cc-white {
  background-color: #fff;
}

.section.cc-service-items {
  background-color: var(--brand-primary-dark);
}

.section.is-ilocx {
  background-color: #2749a1;
}

.section.cc-case-main {
  background-color: #fff;
}

.section.cc-case-main.cc-gray, .section.cc-gray {
  background-color: var(--pure-gray-100);
}

.section.is-rayban {
  background-color: #212121;
}

.container {
  width: 100%;
  max-width: 88.89em;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-800 {
  padding-left: 22.22em;
  padding-right: 22.22em;
}

.container.cc-hero {
  padding-top: 10em;
  padding-bottom: 4.31em;
  padding-left: 7.57em;
}

.container.cc-what-we-do {
  padding-top: 10.42em;
  padding-bottom: 4.21em;
}

.container.cc-work {
  padding-top: 10.42em;
  padding-bottom: 5.56em;
}

.container.cc-feedback, .container.cc-margin-xl {
  padding-top: 10.42em;
  padding-bottom: 10.42em;
}

.container.cc-margin-xl.cc-process {
  padding-left: 7.57em;
  padding-right: 7.57em;
}

.container.cc-contact {
  max-width: 88.89em;
  padding-top: 15.28em;
  padding-bottom: 5.56em;
}

.container.cc-service {
  padding-top: 6.94em;
  padding-bottom: 6.94em;
}

.container.cc-service-item {
  padding-top: 10.42em;
  padding-bottom: 10.42em;
}

.container.cc-relative {
  position: relative;
}

.container.cc--study-case {
  padding: 1.525em 7.57em;
}

.container.cc--case-main {
  padding-top: 6.94em;
  padding-bottom: 6.94em;
}

.container.cc-webflow {
  padding: 7em 7.57em;
}

.container.cc--design-truth {
  max-width: none;
  padding-top: 6.94em;
}

.container.cc-aproach {
  max-width: none;
  padding-top: 6.94em;
  padding-bottom: 6.94em;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-style-item {
  border-bottom: 1px solid #eee;
  border-radius: 2px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.display-1 {
  color: var(--pure-gray-900);
  font-size: 5em;
  line-height: 1.19;
}

.display-1.cc-work-title {
  font-size: 5em;
  font-weight: 700;
}

.display-1.cc-quote-footer {
  color: #fff;
}

.display-2 {
  font-size: 4.2em;
  font-weight: 700;
  line-height: 1.19;
}

.display-2.cc-other-page {
  color: #fff;
}

.display-2.cc-regular {
  font-weight: 400;
}

.text-3 {
  font-size: 1.25em;
}

.text-4 {
  font-size: 1.11em;
  line-height: 1.69;
}

.text-4.cc--meta-description {
  color: #fffc;
}

.text-5 {
  font-size: 1.04em;
  line-height: 1.67;
}

.text-5.cc-font-info {
  color: #0006;
}

.text-6 {
  font-size: .9em;
  line-height: 1.69;
}

.text-6.cc--meta-label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.text-7 {
  font-size: .76em;
  line-height: 1.73;
}

.c-grid-bg {
  z-index: -1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-grid__item {
  border-right: 1px solid #ffffff1a;
  width: 20%;
  height: 100%;
}

.c-navigation {
  z-index: 99;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-content {
  width: 33.33%;
}

.nav-content.cc-left {
  align-items: center;
  display: flex;
  height: 60px;
}

.nav-content.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-content-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.c-btn {
  z-index: 10;
  background-color: var(--brand-accent);
  color: var(--pure-gray-900);
  border-radius: 100px;
  padding: 1.25em 1.67em;
  font-size: 1.04em;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  position: static;
}

.c-btn._w-inline-block.contact {
  margin-top: 2em;
}

.hero-content.cc-on-light {
  margin-bottom: 2.96em;
}

.hero-description {
  width: 100%;
  max-width: 28.8em;
  margin-top: 1.66em;
  display: flex;
}

.hero__divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin-top: 1em;
  margin-left: 2.22em;
  margin-right: 2.22em;
}

.hero-description__text {
  color: var(--pure-gray-400);
  font-size: 1.3em;
}

.description-block {
  width: 100%;
}

.point-item {
  align-items: center;
  margin-top: 1.39em;
  margin-bottom: .83em;
  display: flex;
}

.point__text {
  color: #fff;
  letter-spacing: .5px;
  width: 100%;
  margin-left: 1.11em;
  font-size: 1.04em;
  line-height: 1.67;
}

.point__text.cc--on-light {
  color: var(--pure-gray-700);
  letter-spacing: normal;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.9;
}

.c-hero-arrow {
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.c-hero-arrow.webflow {
  display: none;
}

.wwd-content-wrapper {
  justify-content: space-between;
  margin-bottom: 5.56em;
}

.wwd-content {
  width: 50%;
}

.wwd-content.cc-left {
  padding-right: 18em;
}

.section-title__text {
  color: #fff;
  font-size: 3.89em;
  line-height: 1.6;
}

.section-title__helper {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.39;
}

.section-title__helper.cc-green {
  color: var(--pure-gray-500);
}

.c-chevron-link {
  color: #fff9;
  align-items: center;
  margin-bottom: .83em;
  text-decoration: none;
  display: flex;
}

.c-chevron-link.cc--work-cta {
  margin-bottom: 0;
}

.c-chevron-link__text {
  color: #fff;
  margin-left: .83em;
  font-size: 1.25em;
}

.c-chevron-link__text.service_links {
  font-size: 1.3em;
  line-height: 1.4;
}

.wwd-title {
  margin-bottom: 3.33em;
}

.wwd-description__text {
  color: #fff;
  font-size: 2.5em;
  font-weight: 400;
}

.wwd-description__text.cc-secondary {
  color: #fff9;
  margin-top: 32px;
  font-size: 1.67em;
  line-height: 1.5;
}

.span-yellow {
  color: var(--brand-accent);
  font-weight: 500;
  text-decoration: none;
}

.wwd-top {
  justify-content: space-between;
  margin-bottom: 9.86em;
  display: flex;
}

.wwd-bottom {
  display: flex;
}

.wwd-clients {
  width: 50%;
  display: flex;
}

.wwd-logo {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  display: flex;
  position: relative;
}

.wwd-separator-wrapper {
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wwd-separator-wrapper.cc-last-separator {
  display: none;
}

.wwd-separator-wrapper.cc-first-separator {
  inset: 0% auto 0% 0%;
}

.separator__item {
  background-color: #ffffff1a;
  width: 1px;
  height: 60px;
}

.section-title__separator {
  background-color: #0000001a;
  width: 60px;
  height: 2px;
  margin-top: 2.22em;
}

.work-card {
  justify-content: center;
  align-items: center;
  margin-bottom: 17.36em;
  display: flex;
}

.work-card.cc-last {
  margin-bottom: 5.56em;
}

.work-card.displaynone {
  display: flex;
}

.work-content {
  width: 50%;
  max-width: 43.47em;
}

.work-content.cc-media {
  flex: 0 auto;
}

.c-magic-center {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-chevron-wrapper.cc-wwd {
  flex: 0 auto;
  margin-top: 30px;
  display: block;
}

.work-content-wrapper {
  padding-right: 7.57em;
}

.work-content__client {
  color: var(--pure-gray-400);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.69;
}

.section-title-wrapper.cc-works {
  margin-bottom: 8.75em;
}

.work-header {
  margin-bottom: .83em;
}

.work-description {
  margin-bottom: 2.22em;
}

.work-actions {
  align-items: center;
  display: flex;
}

.c-btn__text {
  font-size: 1.04em;
  font-weight: 700;
  line-height: 1.2;
}

.c-btn__text.cc--disabled {
  color: #bdbdbd;
}

.work-thumbnail-wrapper {
  position: relative;
}

.work-content__thumbnail {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 31.25em;
  box-shadow: 0 8px 30px #0000001a;
}

.work-tag__item {
  color: #fff;
  background-color: #000c;
  border-radius: 100px;
  margin-right: 8px;
  padding: 8px 12px;
  font-size: 1.04em;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}

.work-tag__item.cc--last {
  margin-right: 0;
  font-weight: 500;
}

.work-tag-wrapper {
  align-items: center;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 1.39em auto auto 1.39em;
}

.work-link {
  background-color: #0006;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: absolute;
  inset: auto 1.39em 1.39em auto;
}

.work-link.pad {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-left: 22px;
  padding-right: 22px;
}

.work-separator {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-bottom: 5.56em;
}

.work-cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.feedback-client {
  text-transform: uppercase;
  margin-bottom: 5em;
  display: flex;
}

.feedback-client__name {
  color: #fff;
  margin-right: 12px;
  font-size: 1.67em;
}

.feedback-client__work-at {
  color: #fff6;
  font-size: 1.67em;
}

.feedback-review {
  position: relative;
}

.feedback-review__text {
  color: #fff;
  padding-left: 109px;
  padding-right: 109px;
  font-size: 2.5em;
}

.feedback-quote {
  position: absolute;
  inset: 0% auto auto 0%;
}

.feedback-quote.cc-right {
  inset: auto 0% 0% auto;
}

.footer-top {
  margin-bottom: 6.94em;
}

.footer-middle {
  display: flex;
}

.footer-middle-content {
  color: #fff;
  width: 100%;
  max-width: 385px;
  margin-right: 10.42em;
}

.footer-content__made-in {
  margin-bottom: .83em;
  font-size: 1.25em;
  font-weight: 700;
}

.footer-content_-address {
  margin-bottom: 1.11em;
}

.content-contact {
  margin-bottom: 1.39em;
  display: flex;
}

.content-contact.cc-last {
  margin-bottom: 0;
}

.content-contact__type {
  color: #fff9;
  width: 24px;
  font-size: 1.25em;
  font-weight: 700;
}

.content-contact__value {
  color: #fff;
  width: 100%;
  margin-left: .83em;
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: none;
}

.span-link {
  color: var(--brand-accent);
  text-decoration: underline;
}

.feedback-slider {
  background-color: #0000;
  height: auto;
  display: block;
}

.feedback-mask {
  height: auto;
}

.feedback-control {
  align-items: center;
  width: auto;
  margin-left: 109px;
  display: flex;
  inset: auto auto 0% 0%;
}

.feedback-control.cc-right {
  margin-left: 170px;
}

.c-hide {
  display: none;
}

.feedback-slider-item {
  height: auto;
  margin-bottom: 6em;
}

.menu-contact-wrapper {
  color: var(--pure-gray-900);
  margin-left: 7.5em;
}

.menu-contact__title {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.39;
}

.menu-contact-address {
  margin-top: 2.22em;
  margin-bottom: 2.22em;
}

.contact-address__made-in {
  margin-bottom: .25em;
  font-size: 1.25em;
  font-weight: 700;
}

.contact-address__location {
  color: var(--pure-gray-700);
  margin-bottom: 1em;
  font-size: 1.25em;
}

.contact-list__item {
  margin-bottom: 1em;
  display: flex;
}

.menu-contact__type {
  color: var(--pure-gray-500);
  width: 100%;
  max-width: 24px;
  margin-right: 1em;
  font-size: 1.25em;
  font-weight: 700;
}

.menu-contact__value {
  color: var(--pure-gray-900);
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: none;
}

.process__description {
  color: #fff;
  margin-top: 30px;
  font-size: 3.89em;
  font-weight: 700;
  line-height: 1.48;
}

.process-title-section {
  width: 100%;
  max-width: 43.47em;
}

.process-keypoint {
  align-items: center;
  margin-top: 5.56em;
  display: flex;
}

.keypoint-list {
  width: 100%;
  max-width: 28.33em;
}

.keypoint-item {
  margin-bottom: 32px;
}

.keypoint-item__title {
  color: var(--pure-gray-100);
  text-transform: none;
  margin-bottom: 32px;
  font-size: 2.92em;
  line-height: 1.48;
}

.keypoint-item__separator {
  background-color: #fff6;
  width: 4.17em;
  height: 1px;
}

.keypoint-media {
  width: 100%;
  height: 31.74em;
}

.design-process-wrapper {
  align-items: flex-start;
  display: flex;
}

.process-col-1 {
  width: 30%;
  padding-top: 10em;
  padding-bottom: 4em;
  padding-right: 1em;
}

.process-col-2 {
  background-color: #fff;
  width: 70%;
  padding: 10.42em 15.14em 10.42em 7.5em;
}

.process-section-title {
  margin-bottom: 3.33em;
}

.process-item {
  margin-bottom: 13.89em;
}

.process-item__title {
  font-size: 6.94em;
  line-height: 1.2;
}

.process-item-title-wrapper {
  margin-bottom: 2.22em;
}

.process-background {
  z-index: -1;
  background-color: #fff;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.body-light {
  background-color: #fff;
}

.contact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-col-1 {
  width: 50%;
}

.contact-col-2 {
  width: 50%;
  padding-left: 7.57em;
  position: relative;
}

.form__label {
  color: var(--pure-gray-500);
  margin-bottom: 1em;
  font-size: 1.67em;
  font-weight: 400;
}

.form__label.cc-text-field {
  margin-bottom: 0;
}

.question-wrapper {
  width: 100%;
  margin-bottom: 2.66em;
}

.question-wrapper.cc-in-group {
  width: 45%;
}

.input__text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--pure-gray-300);
  color: var(--pure-gray-900);
  background-color: #0000;
  border-radius: 0;
  height: 3.75em;
  margin-bottom: 0;
  padding: .83em 0;
  font-size: 1.25em;
  line-height: 1.28;
}

.input__text-field:focus {
  border-bottom-color: var(--pure-gray-900);
}

.input__text-field::placeholder {
  color: var(--pure-gray-400);
}

.question-group {
  justify-content: space-between;
  display: flex;
}

.contact__divider {
  background-color: #0000001a;
  width: 1px;
  height: 17.36em;
  position: absolute;
}

.service-item-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-item-left {
  width: 50%;
  padding-right: 7.57em;
}

.service-item-right {
  flex-flow: wrap;
  place-content: flex-start space-between;
  width: 50%;
  display: flex;
}

.service-item-section-title {
  margin-bottom: 2.22em;
}

.service-item-card {
  background-color: #202634;
  border: 2px solid #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  max-width: 19em;
  height: 19em;
  margin-bottom: 1.94em;
  padding: 2em;
  display: flex;
  position: relative;
}

.service-item__title {
  color: #fff;
  font-size: 2.15em;
  line-height: 1.35;
}

.service-item__description {
  color: #fff9;
  font-size: 1.11em;
  line-height: 1.69;
}

.service-item__square {
  background-color: var(--brand-accent);
  width: 1.11em;
  height: 1.11em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-style {
  background-color: #fff;
}

.other-service-description-wrapper {
  margin-bottom: 10.42em;
}

.spacer {
  height: 10em;
}

.c-btn-2 {
  color: #212121;
  background-color: #ffdc24;
  border-radius: 100px;
  padding: 1.25em 1.67em;
  font-size: 1.04em;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.c-btn-2.cc--outlined {
  background-color: #0000;
  border: 2px solid #000;
}

.c-btn-2.cc--outlined.cc--disabled {
  border-color: #bdbdbd;
}

.work-action__coming-soon-2 {
  color: #757575;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 1.67em;
  font-size: .83em;
  font-weight: 700;
  line-height: 1.33;
}

.trustedby {
  color: var(--pure-gray-100);
  font-size: 1.6em;
  font-weight: 400;
}

.study-case-cover {
  width: 100%;
  padding-bottom: 4rem;
}

.study-case-cover.is-ilocx {
  height: 41rem;
}

.study-case-cover.is-rayban {
  padding-top: 10em;
  padding-bottom: 2rem;
}

.ilocx-asset-card {
  z-index: 2;
  position: absolute;
}

.ilocx-asset-card._05 {
  top: 15.35em;
  left: 9.44em;
}

.ilocx-asset-card._06 {
  top: 19.79em;
}

.ilocx-asset-card._04 {
  top: 26.94em;
  left: 3.61em;
}

.ilocx-asset-card._03 {
  top: 30.56em;
  left: 28.26em;
}

.ilocx-asset-card._02 {
  top: 11.6em;
  right: 0;
}

.ilocx-asset-card._01 {
  top: 23em;
  right: 14.17em;
}

.ilocx-asset-card._07 {
  top: 27.57em;
  right: 2.78em;
}

.study-case__cover {
  z-index: 1;
  background-image: url('../images/ILOCX-Cover.webp');
  background-position: 50%;
  background-size: cover;
  height: 41.67em;
  position: absolute;
  inset: 0%;
}

.study-case__cover.is-rayban {
  background-image: none;
  justify-content: center;
  height: auto;
  padding-bottom: 2em;
  display: flex;
  position: static;
}

.title-1 {
  color: var(--pure-gray-900);
  font-size: 3.33em;
  font-weight: 700;
  line-height: 1.29;
}

.title-1.cc--study-case {
  color: #fff;
}

.title-2 {
  color: var(--pure-gray-900);
  font-size: 2.64em;
  font-weight: 700;
  line-height: 1.32;
}

.title-2.cc-section-title {
  color: #fff;
  font-size: 4.2em;
}

.title-2.cc-white {
  color: #fff;
}

.title-3 {
  color: var(--pure-gray-900);
  font-size: 2.08em;
  font-weight: 700;
  line-height: 1.33;
}

.title-4 {
  color: var(--pure-gray-900);
  font-size: 1.74em;
  font-weight: 700;
  line-height: 1.28;
}

.title-5 {
  color: var(--pure-gray-900);
  font-size: 1.39em;
  font-weight: 700;
  line-height: 1.3;
}

.title-6 {
  color: var(--pure-gray-900);
  font-size: .83em;
  font-weight: 700;
  line-height: 1.33;
}

.display-super {
  color: var(--pure-gray-900);
  font-size: 6.94em;
  line-height: 1.2;
}

.display-super.cc-headline-hero {
  color: #fff;
}

.display-super.process-item__title {
  font-weight: 700;
}

.display-3 {
  font-size: 3.33em;
  line-height: 1.29;
}

.display-3.cc-title-description {
  color: #fffc;
}

.display-3.services-title-description {
  color: #fff9;
  font-size: 1.67em;
  line-height: 1.7;
}

.display-3.cc--webflow {
  color: #fff;
}

.display-3.cc--built-with-item {
  color: var(--pure-gray-400);
  font-weight: 700;
}

.display-3.cc--webflow-tech-title {
  margin-bottom: 12px;
}

.display-3.cc-webflow-title {
  color: var(--pure-gray-200);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 35px;
}

.display-4 {
  font-size: 2.5em;
  line-height: 1.33;
}

.text-2 {
  font-size: 1.39em;
  line-height: 1.5;
}

.text-2.cc-work-content-description, .text-2.cc--proces-item-description {
  color: var(--pure-gray-700);
}

.text-2.cc--case-paragraph {
  color: var(--pure-gray-800);
}

.text-2.cc--headline-helper {
  color: #fff6;
  text-transform: uppercase;
  font-weight: 700;
}

.text-2.cc--webflow-tech-desc {
  color: #fffc;
}

.text-2.cc-opacity-6 {
  color: #fff9;
}

.text-1 {
  font-size: 1.67em;
  line-height: 1.42;
}

.text-1.cc--webflow-benefit {
  color: #fffc;
}

.case-meta-info-wrapper {
  justify-content: space-between;
  margin-top: 4.17em;
  display: flex;
}

.case-col {
  width: 100%;
  max-width: 20.69em;
}

.case-col.cc--right {
  max-width: 35.97em;
}

.case-info-block {
  margin-bottom: 3.19em;
}

.case-about-wrapper {
  justify-content: space-between;
  margin-bottom: 5.56em;
  display: flex;
}

.case-about-title {
  width: 100%;
  max-width: 20.76em;
}

.case-about-title.cc-full {
  max-width: none;
}

.calendlybutton {
  margin-top: 2em;
  margin-bottom: 0;
}

.webflow-benefits-wrapper {
  justify-content: space-between;
  display: flex;
}

.webflow-benefit-list {
  width: 100%;
  max-width: 29.93em;
}

.webflow-benefit-media-wrapper {
  width: 100%;
  max-width: 35.9em;
  position: relative;
}

.webflow-benefit-item {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 1.67em;
  padding-bottom: 1.67em;
}

.webflow-artwork-wrapper {
  transform-origin: 50% 0;
  max-height: 13em;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, 8.89em);
}

.webflow-brand-wrapper {
  position: absolute;
}

.webflow-brand-wrapper.cc--mailchimp {
  top: 2.29em;
  left: -.76em;
}

.webflow-brand-wrapper.cc--airtable {
  left: 22.64em;
}

.webflow-brand-wrapper.cc--webflow {
  text-align: center;
  justify-content: center;
  bottom: 1.39em;
  left: 0%;
  right: 0%;
}

.webflow-brand-wrapper.cc--zapier {
  top: -.69em;
  right: 20.35em;
}

.webflow-brand-wrapper.cc-notion {
  bottom: .35em;
  right: -.83em;
}

.webflow-line {
  width: 100%;
}

.why-serrow_works {
  width: 100%;
  max-width: 100em;
  height: 49.38em;
  margin-bottom: 6.94em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.why-serrow_triumph {
  width: 43.47em;
  height: 25.28em;
  position: absolute;
  left: 31.11em;
}

.why-serrow_drone-ready-mobile {
  width: 14.65em;
  height: 32.71em;
  position: absolute;
  top: 2.85em;
  left: 11.67em;
}

.why-serrow_ilomx {
  width: 38.13em;
  height: 20.35em;
  position: absolute;
  bottom: 5.97em;
  left: -14.51em;
}

.why-serrow_ilocx {
  width: 34.03em;
  height: 18.06em;
  position: absolute;
  bottom: 4.17em;
  left: 28.54em;
}

.why-serrow_original-drops {
  position: absolute;
  top: 6.18em;
  right: -8.19em;
}

.why-serrow_drone-ready {
  width: 34.38em;
  height: 22.15em;
  position: absolute;
  bottom: 0;
  right: -3.26em;
}

.built-with {
  text-align: center;
  width: 100%;
  max-width: 58.61em;
  margin-left: auto;
  margin-right: auto;
}

.built-with-item {
  border-bottom: 1px solid #0000001a;
  padding-top: 2.22em;
  padding-bottom: 2.22em;
}

.adobe-quote {
  margin-top: 2.78em;
}

.webflow-technology {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9.51em;
  padding-left: 7.57em;
  padding-right: 7.57em;
  display: flex;
  position: relative;
}

.webflow-technology.cc--last-child {
  margin-bottom: 0;
}

.webflow-desc {
  color: #fff;
  width: 100%;
  max-width: 28.33em;
}

.webflow-benefit-image {
  width: 50%;
  max-width: 34.72em;
}

.work-content__thumbnail-copy {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 31.25em;
  box-shadow: 0 8px 30px #0000001a;
}

.case-title-wrapper {
  flex-direction: column;
  justify-content: space-between;
  max-width: 88.89em;
  margin-bottom: 5.56em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.design-truth-media {
  width: 100%;
}

.wrapper-02 {
  grid-row-gap: 4.17em;
  width: 100%;
  max-width: 73.75em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-caption-wrapper {
  text-align: center;
}

.case-mockup {
  border-radius: 4px;
  width: 49em;
  box-shadow: 0 8px 24px #0000000d;
}

.case-mockup.cc-all-work {
  margin-bottom: 4em;
  padding-left: 1em;
  padding-right: 1em;
}

.grid-user-engagement {
  grid-template-rows: auto;
  align-items: center;
}

.case__divider {
  background-color: #0000001a;
  width: 4.17em;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.case__divider.cc-on-dark {
  background-color: #ffffff1a;
}

.text-color-secondary {
  color: var(--pure-gray-800);
}

.case-title-wrapper-2 {
  margin-bottom: 2.78em;
}

.col-1-wrapper {
  max-width: 28.33em;
}

.grid-checkout {
  grid-column-gap: 1.94em;
  grid-row-gap: 7.78em;
}

.case-checkout-title-wrapper {
  max-width: 28.33em;
}

.grid-architecture {
  grid-row-gap: 2.78em;
}

.architecture-title-wrapper {
  max-width: 28.33em;
}

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

.span-green {
  color: #48bb78;
}

.all-works {
  margin-top: 6.94em;
}

.grid-all-works {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 2.78em;
}

.padding-vertical.cc-footer {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding-vertical.cc-navigation {
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-vertical.cc-large {
  padding-top: 8.33em;
  padding-bottom: 8.33em;
}

.padding-vertical.cc-medium {
  padding-top: 6em;
  padding-bottom: 6em;
}

.padding-vertical.padding-default {
  padding-top: 8.33em;
  padding-bottom: 8.33em;
}

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

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-footer {
  background-color: var(--brand-secondary-dark);
}

.mockup_rayban-01 {
  width: 14.72em;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 12px 16px 5px #00000026;
}

.mockup_rayban-02 {
  width: 13.19em;
  height: auto;
  position: absolute;
  inset: 4.44em 0% auto auto;
}

.rayban-problem-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rayban-problem_col-1, .rayban-problem_col-2 {
  width: 50%;
}

.rayban-problem_title-wrapper {
  width: 100%;
  max-width: 20.76em;
  margin-bottom: 4.17em;
  margin-left: 13.13em;
}

.rayban-problem_mockup {
  width: 41.46em;
  height: auto;
}

.rayban-problem_target-wrapper {
  width: 100%;
  max-width: 35.9em;
  margin-top: 2.78em;
}

.rayban-problem_list-wrapper {
  margin-top: 1.67em;
}

.list-no-style {
  padding-left: 0;
  list-style-type: none;
}

.rayban-problem_list-item {
  color: var(--pure-gray-800);
  background-image: url('../images/Green-Check.svg');
  background-position: 0 11px;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  padding-left: 1.67em;
}

.section---frame-selection {
  background-color: #fafafa;
  position: relative;
}

.frame-selection_mockup-wrapper {
  text-align: center;
}

.frame-selection_image {
  border-radius: 16px;
  width: 88.89em;
  box-shadow: 0 8px 24px #0000001a;
}

.case-single-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.56em;
  display: flex;
}

.single_mockup-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.single_mockup-02 {
  border-radius: 30px;
  width: 13.19em;
  position: absolute;
  top: 6.88em;
  bottom: auto;
  left: 0;
  box-shadow: 0 4px 24px #0000001a;
}

.single_mockup-01 {
  border-radius: 4px;
  width: 66.18em;
  box-shadow: 0 8px 24px #0000000d;
}

.section---single-layout {
  background-color: #fafafa;
  position: relative;
}

.grid-grouping {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

.grouping_tabs {
  flex-direction: row;
  display: flex;
}

.grouping_tabs-menu {
  flex-direction: column;
  order: 1;
  width: 13.19em;
  display: flex;
}

.grouping_tabs-content {
  flex: 1;
}

.grouping_tab-link {
  background-color: #0000;
  border: 2px solid #ebebeb;
  border-radius: 2.22em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 12.43em;
  margin-bottom: 12px;
  display: flex;
}

.grouping_tab-link.w--current {
  background-color: #0000;
  border: 2px solid #1f67d6;
}

.grouping_link-label {
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 1.25em;
  font-weight: 500;
}

.grouping_link-promo {
  color: #e53e3e;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.69;
}

.grouping_tab-pane {
  text-align: center;
  height: 100%;
}

.grouping_tab-pane-image {
  border-radius: 2.22em;
  width: 20.76em;
  box-shadow: 0 4px 20px #0000001a;
}

.grouping_message-wrapper {
  margin-top: 6.94em;
}

.grid-result {
  grid-column-gap: 1.94em;
  grid-row-gap: 5em;
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center end;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.grid-result_description-wrapper {
  max-width: 28.33em;
  margin-left: 13.13em;
  margin-right: 7.57em;
}

.rayban-cover {
  width: 59.58em;
  height: auto;
}

.studylink {
  color: #fff;
}

.image {
  object-fit: cover;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  margin-left: 30px;
}

.footer-disclaimer {
  color: var(--pure-gray-100);
  text-align: left;
  margin-top: 0;
  display: flex;
}

.footer-end {
  justify-content: space-between;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.content-contact__value-left {
  color: #fff;
  width: 100%;
  margin-left: 0;
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: none;
}

.link {
  font-weight: 500;
}

.text-span {
  text-decoration: underline;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.container-2 {
  display: flex;
}

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

.print-para {
  font-size: 4vw;
}

.print-heading {
  color: var(--pure-gray-200);
  font-size: 8vw;
  line-height: 1.2em;
}

.form__label-2 {
  color: #9e9e9e;
  margin-bottom: 1em;
  font-size: 1.67em;
  font-weight: 400;
}

.form__label-2.cc-text-field {
  margin-bottom: 0;
}

.input__text-field-2 {
  color: #212121;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  height: 3.75em;
  margin-bottom: 0;
  padding: .83em 0;
  font-size: 1.25em;
  line-height: 1.28;
}

.input__text-field-2:focus {
  border-bottom-color: #212121;
}

.input__text-field-2::placeholder {
  color: #bdbdbd;
}

.c-btn-3 {
  z-index: 10;
  color: #212121;
  background-color: #ffdc24;
  border-radius: 100px;
  padding: 1.25em 1.67em;
  font-size: 1.04em;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  position: static;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .section.cc-service-items {
    display: block;
  }

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

  .container.cc-hero {
    padding-left: 4.97em;
  }

  .container.cc-what-we-do {
    padding-bottom: 4em;
  }

  .container.cc--study-case {
    max-width: 48em;
    padding-left: 0;
    padding-right: 0;
  }

  .c-hero-arrow {
    display: none;
  }

  .wwd-content {
    width: auto;
  }

  .wwd-content.cc-left {
    padding-right: 0;
  }

  .wwd-content.cc-right {
    padding-bottom: 4em;
  }

  .wwd-description-wrapper {
    margin-top: 50px;
  }

  .wwd-top {
    flex-direction: column;
    margin-bottom: 4em;
    position: relative;
  }

  .wwd-bottom {
    flex-direction: column;
  }

  .wwd-clients {
    width: auto;
  }

  .work-card {
    flex-direction: column;
  }

  .work-content {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .work-content.cc-media {
    order: -1;
    margin-bottom: 1.67em;
  }

  .c-chevron-wrapper.cc-wwd {
    display: none;
    position: static;
    inset: auto 0% 0%;
  }

  .work-content-wrapper {
    padding-right: 0;
  }

  .work-header {
    font-size: 12px;
  }

  .feedback-review__text {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-contact-wrapper {
    margin-left: 0;
  }

  .process-keypoint {
    flex-direction: column;
    align-items: stretch;
  }

  .keypoint-list {
    order: 1;
  }

  .keypoint-media {
    flex: 0 auto;
    height: auto;
    margin-bottom: 4em;
  }

  .process-col-2 {
    font-size: 12px;
  }

  .process-point-list {
    font-size: 15px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-col-1 {
    width: 100%;
    margin-bottom: 4em;
  }

  .contact-col-2 {
    width: 100%;
    padding-left: 0;
  }

  .contact__divider {
    display: none;
  }

  .service-item-left {
    font-size: 12px;
  }

  .service-item-card {
    width: 100%;
    max-width: none;
    height: 17em;
  }

  .keypoint-media__item {
    width: 100%;
  }

  .ilocx-asset-card._02 {
    right: 16px;
  }

  .ilocx-asset-card._01 {
    right: 24.37em;
  }

  .display-super.cc-headline-hero {
    font-size: 6.4em;
  }

  .display-3.cc-title-description {
    font-size: 2.3em;
  }

  .case-about-wrapper.wrapper-02 {
    flex-direction: column;
  }

  .case-about-title {
    max-width: none;
  }

  .webflow-benefits-wrapper {
    flex-direction: column;
  }

  .webflow-benefit-list {
    order: 1;
  }

  .webflow-benefit-media-wrapper {
    margin-bottom: 2em;
  }

  .webflow-brand-wrapper.cc--airtable {
    left: 9.04em;
  }

  .webflow-brand-wrapper.cc--zapier {
    right: 12.75em;
  }

  .why-serrow_works {
    height: 53em;
  }

  .why-serrow_triumph {
    left: 3.21em;
  }

  .why-serrow_drone-ready-mobile {
    top: 9.85em;
    left: -1.23em;
  }

  .why-serrow_ilomx {
    bottom: 1.07em;
    left: -27.91em;
  }

  .why-serrow_ilocx {
    bottom: 6.77em;
    left: 14.74em;
  }

  .why-serrow_original-drops {
    right: -24.99em;
  }

  .why-serrow_drone-ready {
    right: -17.06em;
  }

  .webflow-technology {
    margin-bottom: 8em;
    padding-left: 0;
    padding-right: 0;
  }

  .webflow-benefit-image {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .wrapper-02 {
    font-size: 10px;
  }

  .grid-checkout {
    grid-row-gap: 3.25em;
  }

  .grid-architecture {
    grid-row-gap: 2.78em;
    grid-template-rows: max-content max-content;
  }

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

  .rayban-problem-wrapper {
    flex-direction: column;
  }

  .rayban-problem_col-1 {
    width: 100%;
    padding-left: 4em;
    padding-right: 4em;
  }

  .rayban-problem_col-2 {
    width: 100%;
    margin-top: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .rayban-problem_title-wrapper {
    max-width: none;
    margin-left: 0;
  }

  .rayban-problem_mockup {
    width: 100%;
  }

  .rayban-problem_target-wrapper {
    max-width: none;
  }

  .single_mockup-wrapper {
    font-size: 8px;
  }

  .grid-result {
    grid-row-gap: 3.25em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-result_description-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.cc-hero {
    height: auto;
  }

  .section.cc-what-we-do, .section.cc-work {
    font-size: 10px;
  }

  .section.is-ilocx, .section.is-rayban {
    height: auto;
  }

  .container.cc-hero {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.cc-work {
    padding-top: 8em;
  }

  .container.cc-feedback {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container.cc-margin-xl.cc-process {
    padding: 4em 32px;
  }

  .container.cc-service {
    padding-bottom: 2em;
  }

  .container.cc-service-item {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .container.cc-design-process {
    padding-left: 0;
    padding-right: 0;
  }

  .container.cc--study-case {
    max-width: 42em;
  }

  .container.cc-webflow {
    padding-left: 32px;
    padding-right: 32px;
  }

  .c-grid-bg {
    display: none;
  }

  .hero-content {
    font-size: 10px;
  }

  .hero-description, .point-item {
    font-size: 14px;
  }

  .c-hero-arrow {
    display: none;
  }

  .wwd-content.cc-right {
    padding-bottom: 4em;
  }

  .c-chevron-link.cc--work-cta {
    font-size: 12px;
  }

  .work-card {
    margin-bottom: 8em;
  }

  .c-magic-center {
    position: relative;
  }

  .c-chevron-wrapper.cc-wwd {
    font-size: 12px;
  }

  .section-title-wrapper.cc-works {
    margin-bottom: 4em;
  }

  .work-header {
    font-size: 9px;
  }

  .work-description {
    font-size: 12px;
  }

  .work-actions, .work-tag-wrapper, .work-cta-wrapper {
    font-size: 14px;
  }

  .feedback-review {
    font-size: 9px;
  }

  .footer-top {
    font-size: 10px;
  }

  .footer-middle {
    flex-direction: column;
    margin-bottom: 2em;
  }

  .footer-middle-content {
    max-width: none;
    margin-bottom: 2em;
    margin-right: 2em;
    font-size: 14px;
  }

  .feedback-control {
    margin-left: 0;
  }

  .feedback-control.cc-right {
    margin-left: 60px;
  }

  .menu-contact-wrapper {
    margin-left: 0;
  }

  .design-process-wrapper {
    flex-direction: column;
  }

  .process-col-1 {
    background-color: var(--pure-gray-100);
    width: 100%;
    padding: 2em 32px 0;
  }

  .process-col-2 {
    width: 100%;
    padding: 4em 32px;
  }

  .process-item {
    margin-bottom: 4em;
  }

  .process-background {
    display: none;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-col-1 {
    width: 100%;
    margin-bottom: 4em;
  }

  .contact-col-2 {
    width: 100%;
    padding-left: 0;
  }

  .contact__divider {
    display: none;
  }

  .service-item-wrapper {
    flex-direction: column;
  }

  .service-item-left {
    width: 100%;
    padding-right: 0;
  }

  .service-item-right {
    width: 100%;
  }

  .service-item-card {
    width: 47%;
    font-size: 12px;
  }

  .body {
    font-size: 12px;
  }

  .work-client-wrapper {
    font-size: 14px;
  }

  .process-title-wrapper {
    font-size: 8px;
  }

  .other-service-description-wrapper {
    margin-bottom: 2em;
  }

  .spacer {
    display: none;
  }

  .ilocx-asset-card._03 {
    left: 20.96em;
  }

  .ilocx-asset-card._01 {
    right: 17.27em;
  }

  .ilocx-asset-card._07 {
    top: 23.57em;
  }

  .display-3.cc-title-description {
    color: var(--pure-gray-900);
    font-size: 3.3em;
  }

  .webflow-benefit-list, .webflow-benefit-media-wrapper {
    max-width: none;
  }

  .webflow-benefit-item {
    font-size: 13px;
  }

  .webflow-brand-wrapper.cc--zapier {
    right: 8.45em;
  }

  .webflow-line {
    object-fit: cover;
    height: 140px;
  }

  .why-serrow_works {
    height: 77em;
  }

  .why-serrow_triumph {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
  }

  .why-serrow_drone-ready-mobile {
    height: auto;
    position: absolute;
    top: 21.95em;
    left: -5.43em;
  }

  .why-serrow_ilomx {
    height: auto;
    bottom: 5.07em;
    left: -18.2em;
  }

  .why-serrow_ilocx {
    height: auto;
    top: 40.4em;
    bottom: auto;
    left: 10.5em;
  }

  .why-serrow_original-drops {
    position: relative;
    top: 23px;
    right: -10.5em;
  }

  .why-serrow_drone-ready {
    height: auto;
  }

  .built-with-list {
    font-size: 9px;
  }

  .webflow-technology {
    flex-direction: column;
    margin-bottom: 4em;
  }

  .webflow-desc {
    text-align: center;
    max-width: none;
  }

  .webflow-benefit-image {
    order: -1;
    width: 50%;
    margin-bottom: 2em;
  }

  .work-content__thumbnail-copy {
    height: 24em;
  }

  .architecture-title-wrapper {
    max-width: none;
  }

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

  .padding-vertical.cc-large, .padding-vertical.padding-default {
    padding-top: 4em;
    padding-bottom: 4em;
  }

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

  .grid-grouping, .grid-result {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-result_description-wrapper {
    max-width: none;
  }

  .image {
    margin-left: 0;
  }

  .footer-disclaimer {
    margin-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section.cc-hero {
    min-height: 90vh;
    max-height: 90vh;
  }

  .section.cc-hero.webflow {
    max-height: none;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.cc-what-we-do, .container.cc-work {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container.cc-margin-xl.cc-process {
    padding: 2em 32px;
  }

  .container.cc-contact {
    padding-top: 10em;
  }

  .container.cc-service, .container.cc-service-item {
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .container.cc-design-process {
    padding-left: 0;
    padding-right: 0;
  }

  .container.cc--study-case {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container.cc--case-main {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container.cc--design-truth {
    padding-top: 4em;
  }

  .display-2 {
    font-size: 4.1em;
  }

  .nav-content.cc-left {
    flex: 1;
    width: auto;
  }

  .nav-content.cc-right {
    display: none;
  }

  .c-btn.c-block {
    width: 100%;
  }

  .hero-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .hero-content.cc-on-light {
    margin-bottom: 4em;
  }

  .hero-description {
    margin-top: 1em;
  }

  .hero__divider {
    display: none;
  }

  .point-item {
    font-size: 14px;
  }

  .point__text.cc--on-light {
    font-size: 1.2em;
    font-weight: 500;
  }

  .c-hero-arrow {
    display: block;
  }

  .c-hero-arrow.process {
    display: none;
  }

  .wwd-content.cc-right {
    padding-bottom: 4em;
  }

  .wwd-description-wrapper {
    margin-bottom: 12px;
  }

  .wwd-clients {
    width: 640px;
  }

  .wwd-clients.cc-group-2 {
    transform: translate(-457px);
  }

  .wwd-clients.cc-group-1 {
    transform: translate(76px);
  }

  .work-content__client {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .work-header {
    font-size: 5px;
  }

  .work-description {
    font-size: 13px;
  }

  .work-actions {
    font-size: 12px;
  }

  .work-content__thumbnail {
    height: auto;
  }

  .work-tag__item {
    margin-bottom: 6px;
    margin-right: 6px;
  }

  .work-tag-wrapper {
    flex-wrap: wrap;
    font-size: 10px;
    top: 1em;
    left: 1em;
  }

  .feedback-client {
    flex-direction: column;
    font-size: 12px;
  }

  .feedback-review {
    font-size: 8px;
  }

  .footer-top {
    font-size: 6px;
  }

  .menu-contact-wrapper {
    margin-left: 0;
  }

  .process-title-section {
    font-size: 8px;
  }

  .process-keypoint {
    margin-top: 2em;
  }

  .keypoint-list {
    font-size: 10px;
  }

  .keypoint-item, .keypoint-item__title {
    margin-bottom: 20px;
  }

  .keypoint-media {
    margin-bottom: 2em;
  }

  .design-process-wrapper {
    flex-direction: column;
  }

  .process-col-1 {
    background-color: var(--pure-gray-100);
    width: 100%;
    padding: 2em 32px;
  }

  .process-col-2 {
    width: 100%;
    padding: 4em 32px 0;
  }

  .process-section-title {
    margin-bottom: 0;
    font-size: 10px;
  }

  .process-item {
    margin-bottom: 4em;
  }

  .process-background {
    display: none;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-col-1 {
    width: 100%;
    margin-bottom: 40px;
  }

  .contact-col-2 {
    width: 100%;
    padding-left: 0;
  }

  .question-wrapper {
    margin-bottom: 2em;
    font-size: 12px;
  }

  .question-wrapper.cc-in-group {
    width: 100%;
  }

  .question-group {
    flex-direction: column;
  }

  .contact__divider {
    display: none;
  }

  .service-item-wrapper {
    flex-direction: column;
  }

  .service-item-left {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 0;
  }

  .service-item-right {
    width: 100%;
  }

  .service-item-section-title {
    font-size: 10px;
  }

  .service-item-card {
    width: 100%;
    font-size: 12px;
  }

  .hero-headline-wrapper {
    font-size: 6px;
  }

  .hero-headline-wrapper.cc-others {
    font-size: 10px;
  }

  .process-title-wrapper {
    font-size: 6px;
  }

  .other-service-description-wrapper {
    margin-bottom: 1em;
  }

  .study-case-cover.is-rayban {
    padding-bottom: 0;
  }

  .ilocx-asset-card._06 {
    top: 18.89em;
  }

  .ilocx-asset-card._02 {
    top: 9.1em;
  }

  .ilocx-asset-card._01 {
    right: 11.17em;
  }

  .ilocx-asset-card._07 {
    right: .68em;
  }

  .title-2.cc-section-title {
    font-size: 4.1em;
  }

  .display-super.cc-headline-hero {
    font-size: 6.2em;
  }

  .display-3 {
    white-space: normal;
    object-fit: fill;
  }

  .display-3.cc-title-description {
    color: var(--pure-gray-900);
    font-size: 3.4em;
  }

  .case-meta-info-wrapper {
    flex-direction: column;
  }

  .case-col, .case-col.cc--right {
    max-width: none;
  }

  .case-about-wrapper {
    flex-direction: column;
    margin-bottom: 2em;
  }

  .case-about-wrapper.wrapper-02 {
    max-width: none;
  }

  .webflow-brand-wrapper.cc--mailchimp {
    top: 3.79em;
  }

  .webflow-brand-wrapper.cc--airtable {
    left: 4.34em;
  }

  .webflow-brand-wrapper.cc--zapier {
    top: 0;
    right: 4.35em;
  }

  .webflow-brand-wrapper.cc-notion {
    bottom: 1.55em;
  }

  .why-serrow_works {
    height: 40em;
  }

  .why-serrow_drone-ready-mobile {
    width: 11em;
    top: 11.15em;
    left: -6.3em;
  }

  .why-serrow_ilomx {
    left: -11.3em;
  }

  .why-serrow_ilocx {
    top: 20.1em;
    left: auto;
    right: -10em;
  }

  .why-serrow_original-drops {
    top: 7px;
    right: -6.2em;
  }

  .why-serrow_drone-ready {
    right: -7.2em;
  }

  .webflow-technology {
    margin-bottom: 2em;
  }

  .webflow-desc {
    font-size: 12px;
  }

  .work-content__thumbnail-copy {
    height: auto;
  }

  .case-title-wrapper {
    margin-bottom: 2em;
  }

  .wrapper-02, .grid-user-engagement, .grid-checkout {
    grid-template-columns: 1fr;
  }

  .grid-all-works {
    column-count: 1;
  }

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

  .mockup_rayban-01, .mockup_rayban-02 {
    display: none;
  }

  .rayban-problem_col-1 {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 12px;
  }

  .rayban-problem_col-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .rayban-problem_title-wrapper {
    margin-bottom: 2em;
  }

  .frame-selection_image {
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    height: 8em;
  }

  .case-single-wrapper {
    flex-direction: column;
    margin-bottom: 2em;
  }

  .single_mockup-02 {
    display: none;
  }

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

  .grouping_tabs {
    flex-direction: column;
  }

  .grouping_tabs-menu {
    flex-direction: row;
    order: -1;
  }

  .grouping_tabs-content {
    border-radius: 2em;
    margin-top: 20px;
  }

  .grouping_tab-link {
    height: 10em;
    margin-right: 10px;
  }

  .grouping_tab-pane {
    border-radius: 2em;
  }

  .grouping_tab-pane-image {
    border-radius: 2em;
    width: auto;
  }

  .grouping_message-wrapper {
    font-size: 6px;
  }

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

  .rayban-cover {
    width: auto;
  }

  .footer-disclaimer {
    margin-bottom: 28px;
    margin-right: 0;
  }

  .footer-end {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-3, .image-4 {
    max-width: 80%;
  }

  .c-btn-3.c-block {
    width: 100%;
  }
}

#w-node-_47b8e215-4907-9513-b0c1-724b9227b3f4-a1eb281c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1d9477ae-30ab-9700-dc16-87d626b506bf-a1eb281c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_8ec78783-89b4-ac28-e4b9-c452717f7603-a1eb281c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_320d5aa2-2253-4b25-0bba-10e4c33cef45-a1eb281c {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_47b8e215-4907-9513-b0c1-724b9227b3f4-7d64ccc5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1d9477ae-30ab-9700-dc16-87d626b506bf-7d64ccc5 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_8ec78783-89b4-ac28-e4b9-c452717f7603-7d64ccc5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_320d5aa2-2253-4b25-0bba-10e4c33cef45-7d64ccc5 {
  grid-area: 1 / 6 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_320d5aa2-2253-4b25-0bba-10e4c33cef45-a1eb281c, #w-node-_320d5aa2-2253-4b25-0bba-10e4c33cef45-7d64ccc5 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_47b8e215-4907-9513-b0c1-724b9227b3f4-a1eb281c, #w-node-_1d9477ae-30ab-9700-dc16-87d626b506bf-a1eb281c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8ec78783-89b4-ac28-e4b9-c452717f7603-a1eb281c, #w-node-_320d5aa2-2253-4b25-0bba-10e4c33cef45-a1eb281c {
    grid-column: span 4 / span 4;
  }

  #w-node-_47b8e215-4907-9513-b0c1-724b9227b3f4-7d64ccc5, #w-node-_1d9477ae-30ab-9700-dc16-87d626b506bf-7d64ccc5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8ec78783-89b4-ac28-e4b9-c452717f7603-7d64ccc5, #w-node-_320d5aa2-2253-4b25-0bba-10e4c33cef45-7d64ccc5 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8ec78783-89b4-ac28-e4b9-c452717f7603-a1eb281c, #w-node-_8ec78783-89b4-ac28-e4b9-c452717f7603-7d64ccc5 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford';
  src: url('../fonts/Strawford-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}